:root {
  --ink: #0a0c0d;
  --charcoal: #15191b;
  --panel: #1d2225;
  --panel-soft: #242a2e;
  --steel: #9da7ad;
  --line: #343b3f;
  --paper: #f5f7f7;
  --white: #ffffff;
  --green: #20a94b;
  --green-dark: #137d35;
  --red: #dc2f34;
  --gold: #efb843;
  --max: 1180px;
  --radius: 16px;
  --shadow: 0 20px 60px rgba(0, 0, 0, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 1rem; z-index: 100; padding: .75rem 1rem; background: var(--white); color: var(--ink); }
.skip-link:focus { left: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(10, 12, 13, .94); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.header-row { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { flex: 0 0 auto; }
.brand img { width: 190px; max-height: 86px; object-fit: contain; }
.nav-toggle { display: none; border: 1px solid var(--line); border-radius: 10px; padding: .65rem .8rem; color: var(--white); background: var(--panel); font: inherit; }
.site-nav ul { display: flex; align-items: center; gap: 1.6rem; padding: 0; margin: 0; list-style: none; }
.site-nav a { position: relative; color: #e9eded; font-size: .88rem; font-weight: 750; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.6rem; height: 3px; background: linear-gradient(90deg, var(--red) 0 48%, var(--green) 48%); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.header-cta { padding: .7rem 1rem; border-radius: 999px; background: var(--green); color: white !important; }
.header-cta::after { display: none; }

.hero { overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 78% 20%, rgba(32,169,75,.13), transparent 30%), linear-gradient(140deg, #111516 0%, #0a0c0d 66%); }
.hero-grid { min-height: 525px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); padding-block: clamp(3.5rem, 6vw, 5.5rem); }
.eyebrow { margin: 0 0 .75rem; color: var(--green); font-size: .82rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.025em; }
h1 { max-width: 760px; margin-bottom: 1.35rem; font-size: clamp(2.2rem, 3.7vw, 3.6rem); }
.hero h1 { max-width: 650px; }
.hero-copy { max-width: 700px; color: #c9d0d3; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .78rem 1.25rem; border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; }
.button-primary { background: var(--green); color: var(--white); }
.button-primary:hover { background: var(--green-dark); }
.button-secondary { border-color: #596267; background: transparent; color: var(--white); }
.button-secondary:hover { background: var(--panel); }
.hero-media { position: relative; }
.hero-media::before { content: "/be experienced"; position: absolute; top: -2.2rem; right: 0; color: rgba(255,255,255,.055); font-size: clamp(3rem, 8vw, 7rem); font-weight: 900; white-space: nowrap; }
.hero-media img { position: relative; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border: 1px solid #4b5357; border-radius: 22px 4px 22px 4px; box-shadow: var(--shadow); }
.credential-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); background: var(--charcoal); }
.credential { padding: 1.15rem 1.35rem; border-right: 1px solid var(--line); }
.credential:last-child { border-right: 0; }
.credential strong { display: block; color: var(--white); font-size: 1.15rem; }
.credential span { color: var(--steel); font-size: .87rem; }

.section { padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.section-soft { background: var(--charcoal); }
.section-heading { display: grid; grid-template-columns: minmax(0, .7fr) minmax(300px, .3fr); gap: 2rem; align-items: end; margin-bottom: 2.2rem; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.5rem); }
.section-heading p { margin: 0; color: #aeb7bb; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: stretch; }
.service-card { position: relative; overflow: hidden; min-height: 250px; display: flex; flex-direction: column; padding: 1.55rem; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(155deg, var(--panel-soft), var(--panel)); box-shadow: 0 0 0 rgba(0,0,0,0); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease; }
.service-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--green), var(--red)); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.service-card:hover, .service-card:focus-within { transform: translateY(-7px); border-color: #566269; background: linear-gradient(155deg, #2a3135, #202629); box-shadow: 0 18px 35px rgba(0,0,0,.28); }
.service-card:hover::before, .service-card:focus-within::before { transform: scaleX(1); }
.service-card h3 { margin: .55rem 0 .7rem; font-size: 1.45rem; }
.service-card p { margin: 0; color: #bfc7ca; }
.service-card a { display: inline-block; margin-top: auto; padding-top: 1rem; color: #7bd898; font-weight: 750; text-decoration: none; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.article-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.article-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.article-card-content { padding: 1.25rem; }
.article-card .meta { margin: 0 0 .55rem; color: #8f9a9f; font-size: .82rem; font-weight: 700; text-transform: uppercase; }
.article-card h3 { margin-bottom: .65rem; font-size: 1.35rem; }
.article-card p { color: #b9c1c5; }
.article-card a { color: var(--white); text-decoration: none; }
.article-card a:hover { color: #7bd898; }

.guides { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.guide { display: grid; grid-template-columns: 150px 1fr; gap: 1.35rem; align-items: center; padding: 1.25rem; border: 1px solid var(--line); border-radius: var(--radius); background: #101315; }
.guide img { width: 150px; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 8px; }
.guide h3 { margin-bottom: .6rem; font-size: 1.55rem; }
.guide p { color: #b9c1c5; }
.form-placeholder { margin-top: 1.5rem; padding: 1rem; border-left: 4px solid var(--green); background: rgba(32,169,75,.08); color: #c7d8cd; }

.experience-section { position: relative; overflow: hidden; padding-block: clamp(4rem, 7vw, 6.5rem); }
.experience-section::before { content: "40+"; position: absolute; right: -1rem; bottom: -5rem; color: rgba(255,255,255,.025); font-size: clamp(11rem, 24vw, 23rem); font-weight: 950; line-height: 1; pointer-events: none; }
.experience-feature { position: relative; display: block; }
.experience-copy { max-width: 920px; padding-left: clamp(1.4rem, 3vw, 2.5rem); border-left: 7px solid var(--red); }
.experience-copy h2 { max-width: 680px; margin-bottom: 1.25rem; font-size: clamp(2.15rem, 4.2vw, 4rem); }
.experience-copy p { color: #c2c9cc; }
.experience-copy .experience-lead { max-width: 680px; color: var(--white); font-size: clamp(1.15rem, 1.8vw, 1.4rem); line-height: 1.55; }
.experience-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.4rem; margin-top: 2rem; }
.text-arrow { color: #8de2a7; font-weight: 800; text-decoration: none; }
.text-arrow span { display: inline-block; margin-left: .35rem; transition: transform .2s ease; }
.text-arrow:hover span { transform: translateX(.25rem); }

.cta { padding: 2.5rem; border: 1px solid #3e4943; border-radius: 22px; background: linear-gradient(100deg, rgba(32,169,75,.18), rgba(220,47,52,.1)); text-align: center; }
.cta h2 { margin-bottom: .8rem; font-size: clamp(2rem, 4vw, 3.2rem); }

.page-hero {
  padding-block: clamp(3.8rem, 8vw, 6.5rem);
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 85% 20%, rgba(220,47,52,.12), transparent 30%), linear-gradient(140deg, #171b1d, #0a0c0d);
}
.page-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  text-wrap: balance;
}
.prose { max-width: 940px; color: #d1d7d9; }
.prose > :first-child { margin-top: 0; }
.prose h2 { margin: 2.8rem 0 1rem; color: var(--white); font-size: clamp(1.75rem, 3vw, 2.55rem); }
.prose h3 { margin: 2rem 0 .75rem; color: var(--white); font-size: clamp(1.3rem, 2vw, 1.75rem); }
.prose p, .prose li { font-size: 1.04rem; }
.prose a { color: #7bd898; text-underline-offset: .2em; }
.prose strong { color: var(--white); }
.prose hr { margin-block: 2.5rem; border: 0; border-top: 1px solid var(--line); }
.prose img { max-height: 720px; margin-block: 1.5rem; border: 1px solid var(--line); border-radius: 12px; object-fit: contain; }
.prose figure { margin: 2rem 0; }
.prose figcaption { margin-top: .6rem; color: var(--steel); font-size: .9rem; }
.prose blockquote { margin: 2rem 0; padding: 1rem 1.4rem; border-left: 4px solid var(--green); background: rgba(32,169,75,.08); }
.prose .row, .prose .about-content { display: flow-root; }
.prose [class*="col-"] { max-width: 100%; }
.prose .video-container, .prose .embed-responsive { position: relative; width: 100%; aspect-ratio: 16 / 9; margin-block: 2rem; }
.prose iframe { width: 100%; max-width: 100%; min-height: 420px; border: 0; }
.prose .video-container iframe, .prose .embed-responsive iframe { position: absolute; inset: 0; height: 100%; min-height: 0; }
.prose table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.prose th, .prose td { padding: .8rem; border: 1px solid var(--line); text-align: left; }
.prose th { background: var(--panel-soft); color: var(--white); }
.faq-list { display: grid; gap: .8rem; }
.faq-list details { border: 1px solid var(--line); border-radius: 12px; background: var(--panel); }
.faq-list summary { padding: 1.1rem 3rem 1.1rem 1.2rem; color: var(--white); font-weight: 800; cursor: pointer; }
.faq-list details > div { padding: 0 1.2rem 1.2rem; color: #c5cccf; }
.faq-list details[open] { border-color: #466850; }
.prose .disclaimer, .prose > .notice { padding: 1rem 1.2rem; border-left: 4px solid var(--gold); background: rgba(239,184,67,.08); }
.notice { margin-bottom: 2rem; border-radius: 0 10px 10px 0; }
.notice p { margin: .35rem 0; font-size: .95rem; }
.notice .notice-heading:first-child { color: var(--white); font-weight: 850; }
.answer-summary { margin: 0 0 2.5rem; padding: 1.4rem 1.5rem; border: 1px solid #41604a; border-radius: 14px; background: rgba(32,169,75,.09); }
.answer-summary h2 { margin: 0 0 .55rem; font-size: 1.25rem; }
.answer-summary p { margin: 0; color: #d4ded7; }
.content-grid,
.prose div:has(> .content-card) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}
.prose .content-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.prose .content-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--red));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}
.prose .content-card:hover,
.prose .content-card:focus-within {
  transform: translateY(-7px);
  border-color: #566269;
  background: var(--panel-soft);
  box-shadow: 0 18px 35px rgba(0, 0, 0, .28);
}
.prose .content-card:hover::before,
.prose .content-card:focus-within::before {
  transform: scaleX(1);
}
.prose .content-card figure {
  margin: 0 0 1rem;
  order: -1;
}
.prose .content-card img {
  width: 100%;
  margin: 0;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.prose .content-card h2,
.prose .content-card h3 {
  margin: 0 0 .75rem;
}
.prose .content-card > a:first-child {
  color: var(--white);
  text-decoration: none;
}
.prose .content-card > a:last-child {
  margin-top: auto;
  padding-top: .75rem;
  font-weight: 800;
}

.site-footer { padding-block: 3rem 1.5rem; border-top: 1px solid var(--line); background: #080a0b; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.footer-grid h2 { font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid p, .footer-grid a { color: #9fa9ad; }
.footer-grid ul { padding: 0; margin: 0; list-style: none; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: white; }
.copyright { margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid #252a2d; color: #778187; font-size: .88rem; }

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; top: 98px; left: 0; right: 0; padding: 1rem; border-bottom: 1px solid var(--line); background: #0b0e0f; }
  .site-nav[data-open="true"] { display: block; }
  .site-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .site-nav a { display: block; padding: .85rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; }
  .hero-media { max-width: 680px; }
  .credential-strip { grid-template-columns: 1fr 1fr; }
  .credential:nth-child(2) { border-right: 0; }
  .credential:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .services-grid,
  .article-grid,
  .content-grid,
  .prose div:has(> .content-card) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .section-heading { grid-template-columns: 1fr; }
  .guides { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 1.25rem), var(--max)); }
  .header-row { min-height: 82px; }
  .brand img { width: 154px; max-height: 70px; }
  .site-nav { top: 82px; }
  .hero-grid { padding-block: 3.4rem; }
  .hero-media::before { display: none; }
  .credential-strip,
  .services-grid,
  .article-grid,
  .content-grid,
  .prose div:has(> .content-card),
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .credential { border-right: 0; border-bottom: 1px solid var(--line); }
  .guide { grid-template-columns: 95px 1fr; }
  .guide img { width: 95px; }
  .cta { padding: 1.65rem 1rem; }
  .prose iframe { min-height: 560px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
