:root {
  --navy: #071b4d;
  --blue: #004cff;
  --purple: #6b22ff;
  --cyan: #00d4d8;
  --ink: #121b2d;
  --muted: #596579;
  --white: #fff;
  --soft: #f4f7fb;
  --line: rgba(7,27,77,.13);
  --gradient: linear-gradient(125deg, var(--blue), var(--purple) 52%, var(--cyan));
  --gradient-surface: linear-gradient(125deg, #0042df, #6220e2 55%, #007f86);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 20; padding: .8rem 1rem; color: var(--navy); background: #fff; }
.skip-link:focus { top: 1rem; }
.page-header { min-height: 78px; padding: .9rem clamp(1rem,4vw,4.5rem); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); }
.brand { width: clamp(190px,22vw,290px); }
.brand img { width: 100%; height: auto; }
.page-header nav { display: flex; align-items: center; gap: .75rem; }
.page-header nav a { padding: .72rem 1rem; border-radius: 999px; color: var(--navy); font-size: .86rem; font-weight: 850; text-decoration: none; }
.page-header nav a:not(.header-cta):hover { background: var(--soft); }
.page-header .header-cta { color: #fff; background: var(--navy); }
.eyebrow { margin: 0; font-size: .76rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.hero { min-height: calc(100vh - 78px); padding: clamp(4rem,9vw,8rem) clamp(1.1rem,7vw,7rem); display: grid; grid-template-columns: minmax(0,1.6fr) minmax(280px,.65fr); align-items: end; gap: clamp(2.5rem,7vw,7rem); color: #fff; background: var(--gradient-surface); }
.hero-copy { max-width: 1050px; }
.hero .eyebrow { opacity: .78; }
h1 { max-width: 12ch; margin: 1.2rem 0; font-size: clamp(3.7rem,9vw,9rem); line-height: .88; letter-spacing: -.065em; overflow-wrap: break-word; }
.hero-lead { max-width: 760px; margin: 0; font-size: clamp(1.16rem,2.1vw,1.65rem); line-height: 1.48; }
.hero-actions { margin-top: 2.3rem; display: flex; align-items: center; flex-wrap: wrap; gap: 1rem 1.3rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .9rem 1.2rem; border-radius: 999px; font-weight: 900; text-decoration: none; text-align: center; }
.button-light { color: var(--navy); background: #fff; }
.text-link { font-weight: 850; text-underline-offset: .25em; }
.service-note { padding: clamp(1.4rem,3vw,2.3rem); border: 1px solid rgba(255,255,255,.32); border-radius: 28px; background: rgba(7,27,77,.3); backdrop-filter: blur(12px); }
.service-note span { font-size: .75rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; opacity: .72; }
.service-note p { margin: .85rem 0 0; font-size: 1.05rem; line-height: 1.62; }
.section { padding: clamp(4.5rem,10vw,9rem) clamp(1.1rem,7vw,7rem); }
.section-heading { display: grid; grid-template-columns: minmax(160px,.45fr) minmax(0,1.55fr); align-items: start; gap: 2rem; margin-bottom: clamp(2.5rem,6vw,5rem); }
h2 { max-width: 980px; margin: 0; color: var(--navy); font-size: clamp(2.8rem,7vw,7rem); line-height: .94; letter-spacing: -.055em; }
h3 { margin: 0; color: var(--navy); font-size: clamp(1.35rem,2.4vw,2rem); letter-spacing: -.035em; }
p, li { font-size: 1.04rem; line-height: 1.68; }
.question { background: var(--soft); }
.question-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--line); }
.question-grid article { min-height: 310px; padding: clamp(1.5rem,3vw,2.6rem); background: #fff; }
.question-grid span { display: block; margin-bottom: clamp(3rem,7vw,6rem); color: var(--purple); font-weight: 950; }
.question-grid p { margin-bottom: 0; color: var(--muted); }
.statement { max-width: 980px; margin: clamp(2.5rem,6vw,5rem) 0 0 auto; color: var(--navy); font-size: clamp(1.45rem,3vw,2.4rem); font-weight: 780; line-height: 1.35; letter-spacing: -.03em; }
.process { color: #fff; background: var(--navy); }
.process h2, .process h3 { color: #fff; }
.process .eyebrow { opacity: .68; }
.process-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; overflow: hidden; background: rgba(255,255,255,.18); }
.process-grid article { padding: clamp(1.6rem,4vw,3rem); background: var(--navy); }
.process-grid strong { font-size: clamp(1.4rem,3vw,2.5rem); letter-spacing: -.035em; }
.process-grid p { max-width: 580px; margin-bottom: 0; color: rgba(255,255,255,.72); }
.boundary { padding-top: 0; background: var(--navy); }
.boundary-grid { display: grid; grid-template-columns: repeat(2,1fr); overflow: hidden; border-radius: 32px; }
.boundary article { padding: clamp(2rem,5vw,4.5rem); }
.boundary .included { color: var(--navy); background: #fff; }
.boundary .excluded { color: #fff; background: var(--gradient-surface); }
.boundary .excluded h2 { color: #fff; }
.boundary h2 { margin: 1rem 0 2rem; font-size: clamp(2.6rem,5vw,5rem); }
.boundary ul { margin: 0; padding-left: 1.2rem; }
.boundary li + li { margin-top: .7rem; }
.talent { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(280px,.95fr); gap: clamp(2.5rem,8vw,8rem); align-items: start; background: var(--soft); }
.talent h2 { margin-top: 1rem; }
.talent-copy { padding-top: 1.8rem; }
.talent-copy p { color: var(--muted); }
.talent-copy strong { color: var(--navy); }
.text-link.dark { display: inline-block; margin-top: 1rem; color: var(--navy); }
.contact { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: clamp(2.5rem,8vw,8rem); align-items: end; color: #fff; background: var(--gradient-surface); }
.contact h2 { margin: 1rem 0 1.5rem; color: #fff; }
.contact-copy > p:last-child { max-width: 720px; font-size: 1.2rem; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; }
.button-primary { color: var(--navy); background: #fff; }
.contact-link { font-size: clamp(1.35rem,2.5vw,2.2rem); font-weight: 950; letter-spacing: -.03em; text-decoration: none; }
.contact-actions span { opacity: .72; }
footer { padding: 2.5rem clamp(1.1rem,7vw,7rem); display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; color: rgba(255,255,255,.72); background: #03102f; }
footer img { width: min(280px,65vw); height: auto; filter: brightness(0) invert(1); }
footer p { max-width: 560px; margin: 1rem 0 0; font-size: .9rem; }
footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem; }
footer a { font-size: .88rem; font-weight: 800; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

@media (max-width: 900px) {
  .hero, .talent, .contact { grid-template-columns: 1fr; }
  .hero { align-items: start; }
  .service-note { max-width: 620px; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .question-grid { grid-template-columns: 1fr; }
  .question-grid article { min-height: 0; }
  .question-grid span { margin-bottom: 2rem; }
}

@media (max-width: 680px) {
  .page-header { align-items: center; padding: .75rem; }
  .brand { width: min(46vw,175px); }
  .page-header nav a:not(.header-cta) { display: none; }
  .page-header nav a { padding: .62rem .72rem; font-size: .72rem; }
  .hero { min-height: auto; padding-top: 4rem; }
  h1 { font-size: clamp(3rem,14vw,5rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .process-grid, .boundary-grid { grid-template-columns: 1fr; }
  .section { padding-left: 1rem; padding-right: 1rem; }
  .question-grid, .process-grid, .boundary-grid, .service-note { border-radius: 22px; }
  footer { align-items: flex-start; flex-direction: column; }
  footer nav { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
