@font-face {
  font-family: "Geist";
  src: url("geist-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Geist Mono";
  src: url("geist-mono-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --navy: #02194b;
  --deep: #011238;
  --ink: #0c214a;
  --blue: #3b82f6;
  --blue-light: #82bbff;
  --teal: #0caeaa;
  --sky: #dbeafe;
  --paper: #ffffff;
  --mist: #f4f7fb;
  --muted: #66758a;
  --line: #dce5f0;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Geist", Inter, ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }

.container { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -70px; left: 24px; padding: 12px 18px; background: white; color: var(--navy); border-radius: 0 0 10px 10px; transition: top .18s ease; }
.skip-link:focus { top: 0; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(2, 25, 75, .96);
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: white;
  backdrop-filter: blur(18px);
}
.nav-shell { display: grid; grid-template-columns: auto 1fr auto; align-items: center; width: min(1260px, calc(100% - 48px)); min-height: 74px; margin-inline: auto; gap: 40px; }
.brand { display: inline-flex; align-items: center; overflow: hidden; }
.brand img { width: 182px; height: auto; }
.desktop-nav { display: flex; justify-content: center; gap: 36px; color: rgba(255,255,255,.7); font-size: 14px; font-weight: 550; }
.desktop-nav a { position: relative; padding: 27px 0; transition: color .18s ease; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 18px; left: 0; height: 1px; background: #74b2ff; content: ""; transform: scaleX(0); transition: transform .18s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: white; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.nav-cta { display: inline-flex; align-items: center; gap: 12px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: 12px; font-weight: 670; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.nav-cta:hover, .nav-cta:focus-visible { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.48); transform: translateY(-1px); }

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #01143f 0%, #02194b 56%, #073374 100%);
  color: white;
}
.hero-grid-bg, .process-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(130,187,255,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(130,187,255,.065) 1px, transparent 1px); background-size: 70px 70px; mask-image: radial-gradient(circle at 45% 40%, black, transparent 82%); pointer-events: none; }
.hero::before { position: absolute; top: -280px; left: -260px; width: 720px; height: 720px; border-radius: 50%; background: radial-gradient(circle, rgba(59,130,246,.22), transparent 67%); content: ""; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; min-height: 680px; padding: 64px 0 106px; gap: 54px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: #2563eb; font-size: 12px; font-weight: 780; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 1px; background: currentColor; }
.eyebrow-light { color: #91c3ff; }
.hero h1 { max-width: 660px; margin: 0; font-size: clamp(3.4rem, 5.5vw, 5.25rem); font-weight: 620; letter-spacing: -.061em; line-height: .98; }
.accent-text { color: #83bdff; font-family: inherit; font-style: normal; font-weight: 620; }
.hero-lede { max-width: 620px; margin: 26px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; margin-top: 35px; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 55px; padding: 0 22px; border-radius: 999px; gap: 20px; font-size: 13px; font-weight: 720; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button span, .text-link span { transition: transform .18s ease; }
.button:hover span, .button:focus-visible span, .text-link:hover span, .text-link:focus-visible span { transform: translateX(3px); }
.button-light { background: white; color: var(--navy); box-shadow: 0 18px 42px rgba(0,0,0,.22); }
.button-light:hover, .button-light:focus-visible { background: #f3f8ff; box-shadow: 0 22px 48px rgba(0,0,0,.28); transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.28); color: white; gap: 11px; font-size: 13px; font-weight: 630; }
.hero-signals { display: flex; flex-wrap: wrap; margin-top: 36px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); gap: 14px 22px; }
.hero-signals span { display: inline-flex; align-items: center; color: rgba(255,255,255,.58); font-size: 12px; gap: 8px; }
.hero-signals i { width: 5px; height: 5px; border-radius: 50%; background: #68adff; box-shadow: 0 0 0 4px rgba(104,173,255,.09); }

.hero-image { position: relative; min-height: 510px; margin: 0; }
.hero-image::before { position: absolute; z-index: -1; top: -22px; right: -26px; width: 80%; height: 75%; border: 1px solid rgba(130,187,255,.19); border-radius: 2px 115px 2px 2px; content: ""; }
.hero-image > img { width: 100%; height: 485px; object-fit: cover; object-position: center; border-radius: 2px 90px 2px 2px; filter: saturate(.8) contrast(1.02); box-shadow: 0 42px 90px rgba(0,0,0,.38); }
.hero-image::after { position: absolute; inset: 0 0 30px; border-radius: 2px 100px 2px 2px; background: linear-gradient(180deg, transparent 52%, rgba(5,21,42,.74)); content: ""; pointer-events: none; }
.photo-index { position: absolute; z-index: 4; top: 22px; right: 25px; display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: white; font-family: "Geist Mono", monospace; font-size: 11px; letter-spacing: .06em; backdrop-filter: blur(6px); }
.hero-image figcaption { position: absolute; z-index: 4; right: 26px; bottom: 54px; left: 30px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.3); gap: 11px; }
.caption-dot { width: 8px; height: 8px; border-radius: 50%; background: #70b3ff; box-shadow: 0 0 0 6px rgba(112,179,255,.12); }
.hero-image figcaption div { display: grid; gap: 4px; }
.hero-image figcaption small { color: rgba(255,255,255,.62); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.hero-image figcaption strong { color: white; font-size: 15px; font-weight: 590; }
.caption-tag { color: rgba(255,255,255,.65); font-family: "Geist Mono", monospace; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.hero-score-card { position: absolute; z-index: 5; bottom: 0; left: -38px; min-width: 198px; padding: 18px; border: 1px solid #dae7f8; border-radius: 14px; background: rgba(255,255,255,.94); color: var(--navy); box-shadow: 0 22px 54px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
.hero-score-card > span { display: block; color: #657790; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.hero-score-card strong { display: block; margin-top: 7px; font-size: 13px; }
.hero-score-card div { display: flex; align-items: flex-end; height: 20px; margin-top: 13px; gap: 4px; }
.hero-score-card i { width: 3px; border-radius: 3px; background: #4d96ee; }
.hero-score-card i:nth-child(1) { height: 30%; opacity: .35; } .hero-score-card i:nth-child(2) { height: 45%; opacity: .5; } .hero-score-card i:nth-child(3) { height: 62%; opacity: .65; } .hero-score-card i:nth-child(4) { height: 78%; opacity: .82; } .hero-score-card i:nth-child(5) { height: 100%; }
.hero-role-strip { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; overflow: hidden; border-top: 1px solid rgba(255,255,255,.1); background: rgba(3,15,30,.48); }
.hero-role-strip > div { display: flex; width: max-content; align-items: center; padding: 20px 0; animation: role-strip 32s linear infinite; gap: 32px; }
.hero-role-strip span { color: rgba(255,255,255,.56); font-size: 11px; font-weight: 680; letter-spacing: .11em; text-transform: uppercase; }
.hero-role-strip i { width: 4px; height: 4px; border-radius: 50%; background: #5da7ff; }
@keyframes role-strip { to { transform: translateX(-24%); } }

.section { padding: 96px 0; }
.section h2, .process h2 { margin: 0; color: var(--navy); font-size: clamp(2.8rem, 5.2vw, 4.7rem); font-weight: 610; letter-spacing: -.06em; line-height: 1.02; }
.expertise { background: white; }
.expertise-heading { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 48px 72px; }
.expertise-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -14px; }
.expertise-lede { max-width: 650px; margin: 2px 0 0; color: #52657c; font-size: 19px; line-height: 1.65; }
.tenx-thesis { display: grid; grid-template-columns: 190px 1fr .88fr; align-items: center; overflow: hidden; margin-top: 56px; border: 1px solid rgba(130,187,255,.24); border-radius: 2px 36px 2px 2px; background: linear-gradient(125deg, #01143f 0%, #02194b 58%, #073374 100%); box-shadow: 0 28px 70px rgba(2,25,75,.2); }
.tenx-number { display: grid; place-items: center; align-self: stretch; min-height: 250px; padding: 28px; border-right: 1px solid rgba(255,255,255,.14); background: transparent; }
.tenx-number img { width: 100%; max-width: 138px; height: auto; }
.tenx-copy { padding: 34px 40px; }
.tenx-kicker { color: #37d0cb; font-size: 12px; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.tenx-copy h3 { margin: 14px 0 11px; color: white; font-size: 30px; font-weight: 630; letter-spacing: -.04em; }
.tenx-copy p { max-width: 560px; margin: 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.65; }
.tenx-signals { display: grid; align-self: stretch; border-left: 1px solid rgba(255,255,255,.14); }
.tenx-signals > span { display: grid; grid-template-columns: auto 1fr; align-content: center; min-height: 83px; padding: 14px 24px; border-bottom: 1px solid rgba(255,255,255,.14); gap: 3px 12px; }
.tenx-signals > span:last-child { border-bottom: 0; }
.tenx-signals i { grid-row: 1 / span 2; align-self: center; color: #37d0cb; font-family: "Geist Mono", monospace; font-size: 11px; font-style: normal; }
.tenx-signals strong { color: white; font-size: 15px; font-weight: 650; }
.tenx-signals small { color: rgba(255,255,255,.54); font-size: 12px; }
.expert-role-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 34px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.expert-role-grid article { min-height: 215px; padding: 25px 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .22s ease, color .22s ease, transform .22s ease; }
.expert-role-grid article:hover { background: var(--navy); color: white; transform: translateY(-6px); box-shadow: 0 26px 58px rgba(11,31,58,.16); }
.role-mark { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid #c8d8ed; border-radius: 50%; color: #2563eb; font-family: "Geist Mono", monospace; font-size: 11px; font-weight: 800; transition: border-color .22s ease, color .22s ease; }
.expert-role-grid article:hover .role-mark { border-color: rgba(255,255,255,.25); color: #89c0ff; }
.expert-role-grid h3 { margin: 42px 0 10px; font-size: 21px; font-weight: 640; letter-spacing: -.025em; }
.expert-role-grid p { margin: 0; color: #66768c; font-size: 14px; line-height: 1.55; transition: color .22s ease; }
.expert-role-grid article:hover p { color: rgba(255,255,255,.53); }
.operator-bridge { display: grid; grid-template-columns: 1fr 250px 1fr; margin-top: 60px; border: 1px solid #d6e2f1; border-radius: 2px 42px 2px 2px; overflow: hidden; }
.operator-side { min-height: 300px; padding: 34px; background: #f7f9fc; }
.operator-side-blue { background: #eaf3ff; }
.operator-label { color: #2563eb; font-family: "Geist Mono", monospace; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.operator-side h3 { max-width: 340px; margin: 46px 0 13px; color: var(--navy); font-size: 26px; font-weight: 620; letter-spacing: -.035em; }
.operator-side > p { max-width: 390px; margin: 0; color: #5d6f85; font-size: 15px; line-height: 1.62; }
.operator-meta { display: flex; flex-wrap: wrap; margin-top: 22px; gap: 7px; }
.operator-meta span { padding: 7px 10px; border: 1px solid #cbd9e9; border-radius: 999px; color: #52657c; font-size: 11px; }
.bridge-center { display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 24px; background: var(--navy); color: white; text-align: center; }
.bridge-center span { color: #85bfff; font-size: 11px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.bridge-center strong { margin-top: 15px; font-size: 20px; font-weight: 590; line-height: 1.42; }
.bridge-center i { display: grid; place-items: center; width: 42px; height: 42px; margin-top: 35px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #84beff; font-style: normal; }

.process { position: relative; overflow: clip; padding: 100px 0 120px; background: linear-gradient(145deg, #011238 0%, #02194b 55%, #06316e 100%); color: white; }
.process::before { position: absolute; top: 12%; left: -230px; width: 650px; height: 650px; border-radius: 50%; background: radial-gradient(circle, rgba(59,130,246,.16), transparent 66%); content: ""; }
.process-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 72px; }
.process-intro { position: sticky; top: 130px; padding-bottom: 120px; }
.process h2 { max-width: 520px; color: white; }
.process-intro > p:not(.eyebrow) { max-width: 500px; margin: 24px 0 0; color: rgba(255,255,255,.66); font-size: 17px; line-height: 1.65; }
.scroll-cue { display: flex; align-items: center; margin-top: 36px; color: rgba(255,255,255,.48); gap: 12px; font-size: 11px; font-weight: 680; letter-spacing: .1em; text-transform: uppercase; }
.scroll-cue i { position: relative; width: 1px; height: 42px; background: rgba(255,255,255,.18); overflow: hidden; }
.scroll-cue i::after { position: absolute; top: -50%; left: 0; width: 1px; height: 50%; background: #85bfff; content: ""; animation: scroll-line 2s ease-in-out infinite; }
@keyframes scroll-line { to { top: 100%; } }
.process-stack { padding-top: 20px; }
.process-card { position: sticky; min-height: 390px; margin-bottom: 62px; padding: 29px 31px 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 2px 38px 2px 2px; background: linear-gradient(145deg, rgba(16,48,87,.97), rgba(8,31,60,.99)); box-shadow: 0 38px 90px rgba(0,0,0,.34); backdrop-filter: blur(14px); transform-origin: center top; }
.process-card-1 { top: 105px; }
.process-card-2 { top: 120px; background: linear-gradient(145deg, #0c315f, #0a2547); }
.process-card-3 { top: 135px; background: linear-gradient(145deg, #113b70, #0a294f); }
.process-card-4 { top: 150px; margin-bottom: 0; background: linear-gradient(145deg, #164b88, #0b2d58); }
.process-card-top { display: flex; align-items: center; justify-content: space-between; }
.step-number { color: #84bdff; font-family: "Geist Mono", monospace; font-size: 13px; letter-spacing: .1em; }
.step-stat { padding: 7px 10px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: rgba(255,255,255,.66); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.step-visual { position: absolute; top: 98px; right: 38px; display: grid; place-items: center; width: 112px; height: 112px; border: 1px solid rgba(145,195,255,.16); border-radius: 50%; }
.step-visual::before, .step-visual::after { position: absolute; border: 1px solid rgba(145,195,255,.1); border-radius: 50%; content: ""; }
.step-visual::before { width: 76px; height: 76px; }
.step-visual::after { width: 145px; height: 145px; }
.step-visual span { position: relative; z-index: 2; color: #a8d1ff; font-family: "Geist", sans-serif; font-size: 32px; font-style: normal; font-weight: 650; }
.step-visual i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #7cb8ff; box-shadow: 0 0 0 5px rgba(124,184,255,.08); }
.step-visual i:nth-of-type(1) { top: 8px; right: 26px; } .step-visual i:nth-of-type(2) { right: -16px; bottom: 24px; } .step-visual i:nth-of-type(3) { bottom: -8px; left: 18px; }
.process-card-copy { max-width: 74%; margin-top: 68px; }
.process-card-copy > p { margin: 0 0 10px; color: #8cc3ff; font-size: 12px; font-weight: 760; letter-spacing: .11em; text-transform: uppercase; }
.process-card-copy h3 { margin: 0; color: white; font-size: 27px; font-weight: 610; letter-spacing: -.035em; line-height: 1.18; }
.process-card-copy > span { display: block; margin-top: 15px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.6; }
.process-card footer { position: absolute; right: 31px; bottom: 24px; left: 31px; display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-family: "Geist Mono", monospace; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.process-card footer i { color: #8cc3ff; font-size: 14px; font-style: normal; }
@supports (animation-timeline: view()) {
  .process-card { animation: process-rise linear both; animation-timeline: view(); animation-range: entry 0% entry 55%; }
  @keyframes process-rise { from { opacity: .4; transform: translateY(70px) scale(.96); filter: blur(3px); } to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); } }
}

.pricing { position: relative; overflow: hidden; background: linear-gradient(138deg, #011238 0%, #02194b 54%, #073578 100%); color: white; }
.pricing-halo { position: absolute; top: -380px; right: -220px; width: 900px; height: 900px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.pricing-halo::before, .pricing-halo::after { position: absolute; inset: 14%; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; content: ""; }
.pricing-halo::after { inset: 30%; }
.pricing-heading { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .82fr; align-items: end; gap: 90px; }
.pricing-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -40px; }
.pricing h2 { color: white; }
.pricing-heading > p:not(.eyebrow) { max-width: 540px; margin: 0 0 8px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.65; }
.pricing-model { position: relative; z-index: 2; display: grid; grid-template-columns: .86fr 88px 1.44fr 88px .9fr; align-items: stretch; margin-top: 62px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04); box-shadow: 0 34px 80px rgba(0,0,0,.24); }
.pricing-model article { min-height: 246px; padding: 28px 24px; }
.pricing-input, .pricing-output { display: flex; align-items: flex-start; flex-direction: column; justify-content: flex-start; }
.pricing-model-label { color: #89c1ff; font-size: 11px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.pricing-symbol { display: grid; place-items: center; width: 50px; height: 50px; margin: 25px 0 18px; border: 1px solid rgba(255,255,255,.19); border-radius: 50%; color: #a5d0ff; font-family: "Geist Mono", monospace; font-size: 15px; font-weight: 700; }
.pricing-model h3 { margin: 0 0 9px; color: white; font-size: 18px; font-weight: 610; letter-spacing: -.025em; line-height: 1.25; }
.pricing-model article > p { margin: 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.55; }
.pricing-engine { border-right: 1px solid rgba(255,255,255,.11); border-left: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.04); }
.engine-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 18px; }
.engine-grid > div { display: flex; flex-direction: column; padding: 14px 16px; border-left: 1px solid rgba(255,255,255,.1); }
.engine-grid > div:first-child { border-left: 0; }
.engine-grid i { color: rgba(137,193,255,.65); font-family: "Geist Mono", monospace; font-size: 11px; font-style: normal; }
.engine-grid strong { margin-top: 40px; color: white; font-size: 18px; font-weight: 610; letter-spacing: -.025em; line-height: 1.25; }
.engine-grid span { margin-top: 9px; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.55; }
.pricing-connector { display: grid; position: relative; place-items: center; color: #91c6ff; }
.pricing-connector::before { position: absolute; width: 100%; height: 1px; background: rgba(145,198,255,.28); content: ""; }
.pricing-connector span { position: relative; z-index: 2; padding: 7px 9px; border: 1px solid rgba(145,198,255,.28); border-radius: 999px; background: #031d52; box-shadow: 0 0 0 7px #02194b; font-size: 10px; font-weight: 700; letter-spacing: .05em; text-align: center; text-transform: uppercase; }
.inclusion-wrap { position: relative; z-index: 2; display: grid; grid-template-columns: .68fr 1.32fr; margin-top: 52px; gap: 70px; }
.inclusion-heading > span { color: #8fc5ff; font-size: 11px; font-weight: 760; letter-spacing: .11em; text-transform: uppercase; }
.inclusion-heading > p { max-width: 320px; margin: 12px 0 0; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.6; }
.inclusion-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.12); }
.inclusion-grid > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 52px; border-bottom: 1px solid rgba(255,255,255,.1); gap: 13px; }
.inclusion-grid > div:nth-child(odd) { padding-right: 22px; border-right: 1px solid rgba(255,255,255,.1); }
.inclusion-grid > div:nth-child(even) { padding-left: 22px; }
.inclusion-grid span { color: rgba(137,193,255,.52); font-family: "Geist Mono", monospace; font-size: 10px; }
.inclusion-grid strong { color: rgba(255,255,255,.76); font-size: 12px; font-weight: 550; }
.inclusion-grid i { color: #7db8fa; font-size: 12px; font-style: normal; }
.builder-cta { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; margin-top: 72px; padding: 40px 44px; border: 1px solid rgba(255,255,255,.15); border-radius: 2px 34px 2px 2px; background: linear-gradient(110deg, rgba(255,255,255,.08), rgba(255,255,255,.035)); gap: 42px; }
.builder-tag { display: inline-flex; padding: 6px 9px; border: 1px solid rgba(137,193,255,.28); border-radius: 999px; color: #8cc3ff; font-size: 11px; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.builder-cta h3 { margin: 17px 0 7px; color: white; font-size: 25px; font-weight: 610; letter-spacing: -.035em; }
.builder-cta p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }
.builder-cta .button { flex-shrink: 0; }

.contact { background: #f5f7fb; }
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 110px; }
.contact-copy { position: sticky; top: 130px; padding-top: 18px; }
.contact h2 { max-width: 510px; }
.contact-copy > p:not(.eyebrow) { max-width: 490px; margin: 24px 0 0; color: #5d6f85; font-size: 17px; line-height: 1.65; }
.contact-proof { display: grid; margin-top: 42px; gap: 14px; }
.contact-proof span { display: flex; align-items: center; color: #52657c; font-size: 13px; gap: 10px; }
.contact-proof i { width: 6px; height: 6px; border-radius: 50%; background: #3b82f6; box-shadow: 0 0 0 5px rgba(59,130,246,.08); }
.lead-form { padding: 42px; border: 1px solid #dce5f0; border-radius: 2px 38px 2px 2px; background: white; box-shadow: 0 30px 70px rgba(11,31,58,.09); }
.form-heading { display: grid; margin-bottom: 34px; padding-bottom: 24px; border-bottom: 1px solid #e2e8f1; gap: 8px; }
.form-heading span { color: #2563eb; font-size: 11px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.form-heading strong { color: var(--navy); font-size: 22px; font-weight: 620; letter-spacing: -.03em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lead-form label { display: grid; margin-bottom: 18px; color: #4c6078; font-size: 12px; font-weight: 650; gap: 8px; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid #d7e0eb; border-radius: 3px; outline: none; background: #fbfcfe; color: var(--ink); font-size: 14px; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.lead-form input, .lead-form select { min-height: 49px; padding: 0 14px; }
.lead-form textarea { resize: vertical; padding: 14px; line-height: 1.55; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: #69a7f1; background: white; box-shadow: 0 0 0 4px rgba(59,130,246,.08); }
.lead-form ::placeholder { color: #a8b3c1; }
.form-button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 56px; margin-top: 6px; padding: 0 19px; border: 0; border-radius: 3px; background: var(--navy); color: white; cursor: pointer; font-size: 12px; font-weight: 680; transition: background .18s ease, transform .18s ease; }
.form-button:hover, .form-button:focus-visible { background: #0e315c; transform: translateY(-1px); }
.form-note { margin: 14px 0 0; color: #66758a; font-size: 11px; line-height: 1.5; text-align: center; }

.site-footer { padding: 72px 0 25px; background: #011238; color: white; }
.footer-main { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 80px; }
.footer-brand p { max-width: 340px; margin: 22px 0 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.65; }
.footer-brand .brand img { width: 196px; }
.footer-main h2 { margin: 0 0 20px; color: #7898bd; font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 13px; }
.footer-main a, .footer-main > div > span { color: rgba(255,255,255,.62); font-size: 12px; }
.footer-main a:hover, .footer-main a:focus-visible { color: white; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 66px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.56); font-size: 11px; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .hero-layout { grid-template-columns: 1fr 1fr; gap: 40px; }
  .hero-image > img { height: 500px; }
  .expertise-heading { grid-template-columns: 1fr 1fr; gap: 60px; }
  .operator-bridge { grid-template-columns: 1fr 210px 1fr; }
  .process-layout { gap: 52px; }
  .tenx-thesis { grid-template-columns: 150px 1fr; }
  .tenx-signals { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .tenx-signals > span { border-right: 1px solid rgba(255,255,255,.14); border-bottom: 0; }
  .tenx-signals > span:last-child { border-right: 0; }
  .pricing-model { grid-template-columns: 1fr; }
  .pricing-connector { height: 48px; }
  .pricing-connector::before { width: 1px; height: 100%; }
  .pricing-engine { border: 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
}

@media (max-width: 820px) {
  .container { width: min(680px, calc(100% - 36px)); }
  .hero-layout { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-image { margin-top: 24px; }
  .hero-score-card { left: 0; }
  .expertise-heading { grid-template-columns: 1fr; gap: 28px; }
  .expertise-heading .eyebrow { margin-bottom: 0; }
  .expert-role-grid { grid-template-columns: repeat(2, 1fr); }
  .tenx-thesis { grid-template-columns: 1fr; }
  .tenx-number { min-height: 150px; border-right: 0; }
  .tenx-signals { grid-column: auto; grid-template-columns: 1fr; border-left: 0; }
  .tenx-signals > span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .operator-bridge { grid-template-columns: 1fr; }
  .bridge-center { min-height: 230px; }
  .process-layout { grid-template-columns: 1fr; }
  .process-intro { position: static; padding-bottom: 20px; }
  .process-card, .process-card-1, .process-card-2, .process-card-3, .process-card-4 { position: relative; top: auto; margin-bottom: 20px; }
  .pricing-heading { grid-template-columns: 1fr; gap: 28px; }
  .pricing-heading .eyebrow { margin-bottom: 0; }
  .inclusion-wrap { grid-template-columns: 1fr; gap: 32px; }
  .builder-cta { align-items: flex-start; flex-direction: column; }
  .contact-layout { grid-template-columns: 1fr; gap: 50px; }
  .contact-copy { position: static; }
  .footer-main { grid-template-columns: 2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 30px); }
  .section { padding: 88px 0; }
  .nav-shell { width: calc(100% - 30px); min-height: 67px; }
  .nav-cta { padding: 10px 13px; }
  .nav-cta span { display: none; }
  .hero-layout { padding: 60px 0 110px; }
  .hero h1 { font-size: 3.45rem; }
  .hero-lede { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-signals { display: grid; }
  .hero-image { min-height: 420px; }
  .hero-image > img { height: 400px; border-radius: 2px 60px 2px 2px; }
  .hero-image::after { bottom: 20px; border-radius: 2px 60px 2px 2px; }
  .hero-image figcaption { right: 18px; bottom: 40px; left: 20px; }
  .caption-tag { display: none; }
  .hero-score-card { bottom: -4px; min-width: 180px; }
  .expert-role-grid { grid-template-columns: 1fr; }
  .expert-role-grid article { min-height: 220px; }
  .operator-side { min-height: 330px; padding: 30px; }
  .process { padding: 88px 0; }
  .process-card { min-height: 450px; padding: 27px 24px 23px; }
  .process-card-copy { max-width: 100%; margin-top: 115px; }
  .step-visual { top: 80px; right: 28px; width: 90px; height: 90px; }
  .process-card footer { right: 24px; left: 24px; }
  .pricing-model article { min-height: 210px; }
  .engine-grid { grid-template-columns: 1fr; }
  .engine-grid > div { min-height: 110px; border-top: 1px solid rgba(255,255,255,.1); border-left: 0; }
  .inclusion-grid { grid-template-columns: 1fr; }
  .inclusion-grid > div:nth-child(odd), .inclusion-grid > div:nth-child(even) { padding: 0; border-right: 0; }
  .builder-cta { padding: 30px 24px; }
  .builder-cta .button { width: 100%; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .lead-form { padding: 28px 22px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
}

/* How It Works */
.desktop-nav a[aria-current="page"] { color: white; }
.desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.hiw-page { background: white; }
.hiw-hero { position: relative; overflow: hidden; padding: 88px 0 28px; background: linear-gradient(135deg, #011238 0%, #02194b 58%, #073578 100%); color: white; }
.hiw-hero::before { position: absolute; top: -280px; right: -220px; width: 760px; height: 760px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.hiw-hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 76px; }
.hiw-hero-copy h1 { max-width: 690px; margin: 0; font-size: clamp(3.7rem, 6vw, 5.8rem); font-weight: 620; letter-spacing: -.064em; line-height: .97; }
.hiw-hero-copy h1 span { color: #83bdff; }
.hiw-hero-copy > p:not(.eyebrow) { max-width: 620px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.65; }
.hiw-hero-collage { position: relative; overflow: hidden; min-height: 500px; margin: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 2px 46px 2px 2px; background: #061e50; box-shadow: 0 40px 95px rgba(0,0,0,.3); }
.hiw-hero-collage::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 57%, rgba(1,18,56,.9) 100%); content: ""; pointer-events: none; }
.hiw-hero-collage > img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; object-position: center; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.hiw-hero-collage:hover > img { transform: scale(1.025); }
.hiw-hero-collage figcaption { position: absolute; z-index: 2; right: 22px; bottom: 20px; left: 22px; display: flex; flex-wrap: wrap; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.2); gap: 12px 22px; }
.hiw-hero-collage figcaption span { display: flex; align-items: center; color: rgba(255,255,255,.82); gap: 8px; font-size: 12px; font-weight: 650; letter-spacing: .025em; }
.hiw-hero-collage figcaption i { width: 6px; height: 6px; border-radius: 50%; background: #42cbc7; box-shadow: 0 0 0 5px rgba(66,203,199,.1); }
.hiw-stage-rail { position: relative; z-index: 2; display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; margin-top: 72px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); gap: 18px; }
.hiw-stage-rail span { display: flex; align-items: center; color: rgba(255,255,255,.62); gap: 9px; font-size: 13px; font-weight: 620; }
.hiw-stage-rail span i { color: #42cbc7; font-family: "Geist Mono", monospace; font-size: 11px; font-style: normal; }
.hiw-stage-rail b { height: 1px; background: linear-gradient(90deg, rgba(131,189,255,.16), rgba(131,189,255,.55), rgba(131,189,255,.16)); }

.hiw-section { padding: 100px 0; }
.hiw-section h2, .hiw-final-cta h2 { margin: 0; color: var(--navy); font-size: clamp(2.8rem, 5vw, 4.7rem); font-weight: 610; letter-spacing: -.058em; line-height: 1.01; }
.hiw-split, .hiw-validation-layout { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 90px; }
.hiw-section-copy > p:not(.eyebrow):not(.hiw-editorial-line) { max-width: 620px; margin: 25px 0 0; color: #586b84; font-size: 17px; line-height: 1.68; }
.hiw-editorial-line { margin: 28px 0 0; color: #173f7c; font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-style: normal; line-height: 1.25; }
.hiw-check-list { display: grid; margin: 30px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); gap: 14px; list-style: none; }
.hiw-check-list li { display: flex; align-items: center; color: #2f4663; gap: 12px; font-size: 15px; font-weight: 560; }
.hiw-check-list li span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: #e7f2ff; color: #2563eb; font-size: 12px; }

.role-blueprint { overflow: hidden; border: 1px solid #cad9ed; border-radius: 2px 38px 2px 2px; background: #f7faff; box-shadow: 0 30px 70px rgba(2,25,75,.1); }
.role-blueprint-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid #dbe5f1; }
.role-blueprint-head span { color: var(--navy); font-size: 13px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.role-blueprint-head i { padding: 7px 10px; border-radius: 999px; background: #e4f8f6; color: #06706d; font-size: 11px; font-style: normal; font-weight: 700; }
.blueprint-role { padding: 26px 24px; border-bottom: 1px solid #dbe5f1; }
.blueprint-role small, .blueprint-grid small { display: block; color: #566a83; font-size: 12px; font-weight: 650; letter-spacing: .04em; }
.blueprint-role strong { display: block; margin-top: 7px; color: var(--navy); font-size: 27px; font-weight: 620; letter-spacing: -.035em; }
.blueprint-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.blueprint-grid div { min-height: 118px; padding: 22px 24px; border-right: 1px solid #dbe5f1; border-bottom: 1px solid #dbe5f1; }
.blueprint-grid div:nth-child(even) { border-right: 0; }
.blueprint-grid strong { display: block; margin-top: 10px; color: #1d3554; font-size: 15px; font-weight: 610; line-height: 1.45; }
.role-blueprint > a { display: flex; align-items: center; justify-content: space-between; min-height: 62px; padding: 0 24px; background: var(--navy); color: white; font-size: 14px; font-weight: 680; }
.role-blueprint > a span { color: #42cbc7; font-size: 18px; transition: transform .18s ease; }
.role-blueprint > a:hover span, .role-blueprint > a:focus-visible span { transform: translateX(4px); }

.hiw-vetting { position: relative; overflow: hidden; background: linear-gradient(140deg, #011238, #02194b 58%, #062f6b); color: white; }
.hiw-vetting::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(130,187,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(130,187,255,.05) 1px, transparent 1px); background-size: 68px 68px; content: ""; mask-image: linear-gradient(90deg, transparent, black 50%, black); }
.hiw-vetting-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 78px; }
.hiw-section-copy-dark h2 { color: white; }
.hiw-section-copy-dark > p:not(.eyebrow) { color: rgba(255,255,255,.68) !important; }
.hiw-highlight-band { display: grid; margin-top: 36px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); gap: 4px; }
.hiw-highlight-band strong { color: white; font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-weight: 400; line-height: 1.2; }
.hiw-highlight-band span { color: #42cbc7; font-size: 14px; font-weight: 680; letter-spacing: .06em; text-transform: uppercase; }
.vetting-console { overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 2px 38px 2px 2px; background: rgba(3,25,70,.86); box-shadow: 0 40px 90px rgba(0,0,0,.3); backdrop-filter: blur(15px); }
.console-head, .console-foot { display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: 0 22px; border-bottom: 1px solid rgba(255,255,255,.11); }
.console-head div { display: flex; align-items: center; gap: 10px; }
.console-head div i { width: 7px; height: 7px; border-radius: 50%; background: #42cbc7; box-shadow: 0 0 0 6px rgba(66,203,199,.1); }
.console-head span, .console-head strong, .console-foot span { color: rgba(255,255,255,.64); font-size: 12px; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }
.console-head strong { color: #42cbc7; }
.candidate-match { display: flex; align-items: center; justify-content: space-between; padding: 23px 22px; border-bottom: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.04); }
.candidate-match small { display: block; color: #89c1ff; font-family: "Geist Mono", monospace; font-size: 12px; }
.candidate-match div strong { display: block; margin-top: 6px; color: white; font-size: 20px; font-weight: 610; }
.candidate-match > span { color: rgba(255,255,255,.44); font-family: "Geist Mono", monospace; font-size: 13px; }
.candidate-match > span b { color: white; font-size: 31px; font-weight: 650; }
.signal-list { padding: 6px 22px; }
.signal-row { display: grid; grid-template-columns: minmax(190px, 1fr) minmax(120px, .72fr) 36px; align-items: center; min-height: 72px; border-bottom: 1px solid rgba(255,255,255,.09); gap: 18px; }
.signal-row:last-child { border-bottom: 0; }
.signal-row div strong { display: block; color: white; font-size: 15px; font-weight: 610; }
.signal-row div small { display: block; margin-top: 5px; color: rgba(255,255,255,.5); font-size: 12px; }
.signal-row > span { height: 6px; overflow: hidden; border-radius: 8px; background: rgba(255,255,255,.1); }
.signal-row > span i { display: block; width: var(--signal-width, 100%); height: 100%; border-radius: 8px; background: linear-gradient(90deg, #3b82f6, #42cbc7); transform-origin: left; }
.signal-row > b { color: #9bcaff; font-family: "Geist Mono", monospace; font-size: 13px; font-weight: 600; }
.console-foot { border-top: 1px solid rgba(255,255,255,.11); border-bottom: 0; }
.console-foot strong { color: white; font-size: 13px; font-weight: 620; }
.console-foot strong i { margin-left: 8px; color: #42cbc7; font-style: normal; }
@supports (animation-timeline: view()) {
  .signal-row > span i { animation: signal-grow linear both; animation-timeline: view(); animation-range: entry 10% entry 70%; }
  @keyframes signal-grow { from { transform: scaleX(.12); opacity: .5; } to { transform: scaleX(1); opacity: 1; } }
}

.hiw-validation { background: #f5f8fc; }
.hiw-validation-layout { grid-template-columns: 1.12fr .88fr; }
.expert-scorecard { overflow: hidden; border: 1px solid #ccd9ea; border-radius: 36px 2px 2px 2px; background: white; box-shadow: 0 30px 70px rgba(2,25,75,.1); }
.scorecard-head { display: flex; align-items: center; justify-content: space-between; padding: 24px 26px; border-bottom: 1px solid #dde6f1; }
.scorecard-head div span { display: block; color: #2563eb; font-size: 12px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.scorecard-head div strong { display: block; margin-top: 8px; color: var(--navy); font-size: 20px; font-weight: 620; }
.scorecard-head > i { padding: 8px 11px; border-radius: 999px; background: #e4f8f6; color: #06706d; font-size: 11px; font-style: normal; font-weight: 720; }
.scorecard-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.scorecard-grid > div { position: relative; display: grid; grid-template-columns: 1fr auto; min-height: 115px; padding: 25px 26px; border-right: 1px solid #dde6f1; border-bottom: 1px solid #dde6f1; gap: 18px; }
.scorecard-grid > div:nth-child(even) { border-right: 0; }
.scorecard-grid span { color: #465b76; font-size: 15px; font-weight: 600; }
.scorecard-grid strong { color: var(--navy); font-family: "Geist Mono", monospace; font-size: 24px; }
.scorecard-grid i { position: absolute; bottom: 0; left: 0; width: var(--signal-width, 100%); height: 4px; background: linear-gradient(90deg, #2563eb, #42cbc7); }
.expert-recommendation { display: grid; grid-template-columns: 38px 1fr; align-items: center; padding: 24px 26px; background: #f1f7ff; gap: 15px; }
.expert-recommendation > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--navy); color: #42cbc7; }
.expert-recommendation p { margin: 0; color: #54677e; font-size: 13px; line-height: 1.55; }
.expert-recommendation p strong { display: block; margin-bottom: 3px; color: var(--navy); font-size: 15px; }
.validation-proof { display: flex; flex-wrap: wrap; margin-top: 29px; padding-top: 22px; border-top: 1px solid var(--line); gap: 12px 20px; }
.validation-proof span { display: flex; align-items: center; color: #3c526e; gap: 8px; font-size: 13px; font-weight: 600; }
.validation-proof i { color: #2563eb; font-family: "Geist Mono", monospace; font-size: 11px; font-style: normal; }

.hiw-commitment { position: relative; overflow: hidden; background: linear-gradient(135deg, #011238, #02194b 60%, #06316e); color: white; }
.commitment-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 88px; }
.commitment-heading h2 { max-width: 730px; color: white; }
.commitment-heading > p { max-width: 540px; margin: 0 0 8px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.68; }
.ownership-line { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; margin-top: 58px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.045); }
.ownership-line > div { min-height: 150px; padding: 28px; }
.ownership-line > div small { color: #89c1ff; font-size: 12px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.ownership-line > div strong { display: block; margin-top: 18px; color: white; font-size: 19px; font-weight: 600; line-height: 1.38; }
.ownership-line > span, .ownership-line > b { display: grid; place-items: center; width: 48px; border-right: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); color: #42cbc7; font-size: 22px; font-weight: 400; }
.ownership-result { background: rgba(66,203,199,.08); }
.operations-list { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 26px; border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.operations-list article { position: relative; min-height: 255px; padding: 25px 24px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .2s ease, transform .2s ease; }
.operations-list article:hover { z-index: 2; background: rgba(255,255,255,.075); transform: translateY(-5px); }
.operations-list article > i { color: #42cbc7; font-family: "Geist Mono", monospace; font-size: 12px; font-style: normal; }
.operations-list h3 { margin: 70px 0 11px; color: white; font-size: 22px; font-weight: 610; letter-spacing: -.025em; }
.operations-list p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.58; }
.operations-list article > span { position: absolute; top: 22px; right: 22px; color: rgba(137,193,255,.5); font-size: 15px; }

.hiw-faq { background: white; }
.hiw-faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 100px; }
.hiw-faq-intro { position: sticky; top: 120px; }
.hiw-faq-intro > p:not(.eyebrow) { max-width: 440px; margin: 25px 0; color: #607188; font-size: 16px; line-height: 1.65; }
.hiw-faq-intro > a { display: inline-flex; align-items: center; padding-bottom: 8px; border-bottom: 1px solid #b5c9e1; color: var(--navy); gap: 18px; font-size: 14px; font-weight: 680; }
.faq-list { border-top: 1px solid #d6e0ec; }
.faq-list details { border-bottom: 1px solid #d6e0ec; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; min-height: 88px; color: var(--navy); cursor: pointer; gap: 28px; font-size: 18px; font-weight: 620; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border: 1px solid #c8d7e8; border-radius: 50%; color: #2563eb; font-size: 17px; font-style: normal; transition: transform .18s ease, background .18s ease; }
.faq-list details[open] summary i { background: var(--navy); color: white; transform: rotate(45deg); }
.faq-list details > p { max-width: 720px; margin: -5px 54px 28px 0; color: #607188; font-size: 15px; line-height: 1.68; }

.hiw-final-cta { padding: 96px 0; background: linear-gradient(125deg, #031946, #073477); color: white; text-align: center; }
.hiw-final-cta .eyebrow { justify-content: center; }
.hiw-final-cta h2 { color: white; }
.hiw-final-cta h2 span { color: #83bdff; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
.hiw-final-cta .container > div { display: flex; align-items: center; justify-content: center; margin-top: 37px; gap: 28px; }

@media (max-width: 1080px) {
  .hiw-hero-layout, .hiw-split, .hiw-validation-layout, .hiw-vetting-layout { gap: 48px; }
  .hiw-hero-layout { grid-template-columns: 1fr 1fr; }
  .hiw-split, .hiw-validation-layout { grid-template-columns: 1fr 1fr; }
  .hiw-vetting-layout { grid-template-columns: .78fr 1.22fr; }
  .commitment-heading { gap: 50px; }
  .ownership-line { grid-template-columns: 1fr 42px 1fr; }
  .ownership-line > b { display: none; }
  .ownership-result { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.14); }
  .operations-list { grid-template-columns: repeat(2, 1fr); }
  .hiw-faq-layout { gap: 60px; }
}

@media (max-width: 820px) {
  .hiw-hero { padding-top: 70px; }
  .hiw-hero-layout, .hiw-split, .hiw-validation-layout, .hiw-vetting-layout, .commitment-heading, .hiw-faq-layout { grid-template-columns: 1fr; }
  .hiw-hero-layout { gap: 52px; }
  .hiw-stage-rail { margin-top: 52px; }
  .hiw-split, .hiw-validation-layout { gap: 52px; }
  .hiw-validation-layout .expert-scorecard { order: 2; }
  .hiw-vetting-layout { gap: 48px; }
  .commitment-heading { gap: 25px; }
  .commitment-heading > p { margin: 0; }
  .hiw-faq-intro { position: static; }
}

@media (max-width: 560px) {
  .hiw-hero-copy h1 { font-size: 3.4rem; }
  .hiw-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .hiw-hero-collage, .hiw-hero-collage > img { min-height: 410px; }
  .hiw-hero-collage figcaption { right: 17px; bottom: 17px; left: 17px; gap: 9px 15px; }
  .hiw-stage-rail { grid-template-columns: repeat(4, 1fr); gap: 7px; }
  .hiw-stage-rail b { display: none; }
  .hiw-stage-rail span { align-items: flex-start; flex-direction: column; gap: 4px; font-size: 11px; }
  .hiw-section { padding: 82px 0; }
  .hiw-section h2, .hiw-final-cta h2 { font-size: 3rem; }
  .blueprint-grid, .scorecard-grid { grid-template-columns: 1fr; }
  .blueprint-grid div, .scorecard-grid > div { border-right: 0; }
  .role-blueprint-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .signal-list { padding: 5px 18px; }
  .signal-row { grid-template-columns: 1fr 34px; padding: 15px 0; gap: 10px; }
  .signal-row > span { grid-column: 1 / -1; grid-row: 2; }
  .signal-row > b { grid-column: 2; grid-row: 1; }
  .console-foot { align-items: flex-start; flex-direction: column; padding: 16px 18px; gap: 8px; }
  .scorecard-head { align-items: flex-start; flex-direction: column; gap: 13px; }
  .ownership-line { grid-template-columns: 1fr; }
  .ownership-line > span { width: 100%; height: 42px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); border-right: 0; border-left: 0; }
  .ownership-result { grid-column: auto; }
  .operations-list { grid-template-columns: 1fr; }
  .operations-list article { min-height: 225px; }
  .hiw-final-cta .container > div { align-items: stretch; flex-direction: column; }
  .hiw-final-cta .text-link { align-self: center; }
}

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


/* Production form, analytics, and animation fallback states */
.required-marker { color: #2563eb; }
.form-summary,
.form-status { display: none; margin: 0 0 20px; padding: 13px 15px; border-radius: 3px; font-size: 13px; line-height: 1.5; }
.form-summary.is-visible,
.form-status.is-visible { display: block; }
.form-summary,
.form-status.is-error { border: 1px solid #fecaca; background: #fff1f2; color: #9f1239; }
.form-status.is-success { border: 1px solid #a7f3d0; background: #ecfdf5; color: #065f46; }
.form-field { position: relative; }
.form-field.has-error input,
.form-field.has-error select,
.form-field.has-error textarea { border-color: #e11d48; box-shadow: 0 0 0 4px rgba(225,29,72,.08); }
.field-error { margin-top: -1px; color: #be123c; font-size: 11px; font-weight: 590; line-height: 1.45; }
.form-button:disabled { cursor: wait; opacity: .72; transform: none; }
.form-note a { color: #365d91; font-weight: 650; text-decoration: underline; text-underline-offset: 3px; }
.honeypot-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

html.no-scroll-timeline .process-card { opacity: .4; filter: blur(3px); transform: translateY(70px) scale(.96); transition: opacity .65s ease, filter .65s ease, transform .65s ease; }
html.no-scroll-timeline .process-card.is-visible { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
html.no-scroll-timeline .signal-row > span i { opacity: .5; transform: scaleX(.12); transition: opacity .7s ease, transform .7s ease; }
html.no-scroll-timeline .signal-row.is-visible > span i { opacity: 1; transform: scaleX(1); }

@media (prefers-reduced-motion: reduce) {
  html.no-scroll-timeline .process-card,
  html.no-scroll-timeline .signal-row > span i { opacity: 1; filter: none; transform: none; }
}
