:root {
  --navy: #0d2945;
  --navy-2: #123451;
  --navy-3: #18405f;
  --blue: #2f78f4;
  --blue-2: #2468dd;
  --cyan: #35c6e8;
  --ink: #0b1d2f;
  --body: #526274;
  --muted: #788696;
  --mist: #f7f9fc;
  --line: #dbe3eb;
  --soft-blue: #eaf2ff;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(7, 26, 45, .12);
  --container: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; }
h1 { font-size: clamp(3.45rem, 6vw, 6rem); line-height: .96; margin-bottom: 28px; font-weight: 650; }
h2 { font-size: clamp(2.4rem, 4.2vw, 4.25rem); line-height: 1.04; margin-bottom: 24px; font-weight: 620; }
h3 { font-size: 1.25rem; }
em { color: var(--blue); font-style: normal; }
p { line-height: 1.7; color: var(--body); }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: 16px; transform: translateY(-180%); background: #fff; color: var(--ink); padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.eyebrow { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .14em; font-size: .71rem; font-weight: 750; color: #9bc5ff; display: flex; align-items: center; gap: 10px; }
.eyebrow > span { display: inline-block; width: 24px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--blue); }
.eyebrow.light { color: #8fc4ff; }
.button { border: 0; cursor: pointer; color: #fff; background: var(--blue); padding: 16px 22px; border-radius: 8px; font-size: .9rem; font-weight: 720; display: inline-flex; align-items: center; justify-content: center; gap: 22px; box-shadow: 0 8px 28px rgba(23, 107, 255, .26); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--blue-2); box-shadow: 0 12px 34px rgba(23, 107, 255, .35); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(53, 198, 232, .65); outline-offset: 3px; }
.button-small { padding: 12px 17px; font-size: .78rem; border-radius: 7px; box-shadow: none; }
.button-arrow span { font-size: 1.05rem; font-weight: 400; }
.button-light { background: #fff; color: var(--navy); box-shadow: 0 14px 40px rgba(0,0,0,.16); }
.button-light:hover { background: #eff6ff; color: var(--navy); }
.text-link { border: 0; background: transparent; cursor: pointer; color: #c9d9e9; padding: 13px 0; font-weight: 650; font-size: .87rem; display: inline-flex; gap: 12px; align-items: center; }
.text-link span { color: var(--cyan); }
.dark-link { color: var(--ink); }

/* Header */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 76px; border-bottom: 1px solid rgba(255,255,255,.08); transition: background .25s ease, height .25s ease, box-shadow .25s ease; color: #fff; }
.site-header.scrolled { height: 66px; background: rgba(13, 41, 69, .93); backdrop-filter: blur(16px); box-shadow: 0 8px 30px rgba(4,24,42,.13); }
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: .97rem; font-weight: 800; letter-spacing: .22em; }
.brand-mark { position: relative; width: 24px; height: 24px; display: inline-block; transform: rotate(-4deg); }
.brand-mark i { position: absolute; display: block; border: 2px solid currentColor; width: 16px; height: 8px; border-radius: 50%; left: 4px; }
.brand-mark i:nth-child(1) { top: 2px; }
.brand-mark i:nth-child(2) { top: 8px; opacity: .72; }
.brand-mark i:nth-child(3) { top: 14px; opacity: .42; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { color: #b7c6d6; font-size: .78rem; transition: color .2s ease; }
.desktop-nav a:hover { color: #fff; }
.menu-toggle { display: none; width: 40px; height: 40px; border: 0; background: transparent; padding: 9px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 5px 0; transition: .2s ease; }
.mobile-menu { display: none; }

/* Hero */
.hero { position: relative; overflow: hidden; background: linear-gradient(125deg, #123757 0%, #0d2945 58%, #143c69 100%); color: #fff; padding: 158px 0 0; min-height: 900px; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 76%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 700px; height: 700px; right: -220px; top: -220px; background: radial-gradient(circle, rgba(92,164,255,.25), transparent 68%); }
.hero-orb-two { width: 440px; height: 440px; left: 26%; bottom: -250px; background: radial-gradient(circle, rgba(87,211,237,.16), transparent 68%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 74px; }
.hero-copy { padding-bottom: 70px; }
.hero h1 em { display: block; color: #69baff; }
.hero-lede { color: #adbdcc; font-size: 1.05rem; max-width: 650px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 36px 0 28px; }
.hero-qualifier { display: flex; align-items: center; gap: 10px; color: #8fa3b7; font-size: .76rem; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #37d59a; box-shadow: 0 0 0 5px rgba(55,213,154,.1); }

.system-visual { position: relative; margin-top: 8px; padding: 24px; background: rgba(24, 63, 98, .76); border: 1px solid rgba(166,208,246,.25); border-radius: 20px; box-shadow: 0 40px 100px rgba(4,26,46,.24); backdrop-filter: blur(16px); }
.system-visual::after { content: ""; position: absolute; width: 94%; height: 85%; left: 3%; top: 12%; border: 1px solid rgba(78,144,214,.12); border-radius: 24px; transform: rotate(4deg); z-index: -1; }
.visual-topline, .visual-footer { display: flex; align-items: center; justify-content: space-between; }
.visual-topline > div { display: grid; gap: 3px; }
.visual-topline strong { letter-spacing: -.02em; font-size: 1rem; }
.visual-kicker { color: #718ba4; font-size: .63rem; text-transform: uppercase; letter-spacing: .14em; }
.live-pill { padding: 7px 10px; border-radius: 999px; color: #8fc6ff; background: rgba(23,107,255,.09); font-size: .58rem; text-transform: uppercase; letter-spacing: .08em; border: 1px solid rgba(91,165,239,.2); }
.journey-track { position: relative; display: grid; gap: 10px; margin: 25px 0; }
.journey-line { position: absolute; z-index: 0; left: 27px; top: 34px; bottom: 34px; width: 1px; background: linear-gradient(var(--blue), rgba(73,136,198,.1)); }
.journey-node { z-index: 1; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 13px; background: rgba(12,39,64,.55); border: 1px dashed rgba(159,198,233,.27); border-radius: 8px; padding: 12px; }
.journey-node.active { border-style: solid; border-color: rgba(100,169,255,.54); background: linear-gradient(100deg, rgba(54,121,199,.3), rgba(14,44,72,.62)); }
.node-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(144,199,250,.34); border-radius: 8px; color: #9ed1ff; background: rgba(28,76,116,.72); }
.journey-node > div:nth-child(2) { display: grid; gap: 3px; }
.journey-node span { color: #6f8aa4; font-size: .61rem; }
.journey-node strong { color: #d7e2ed; font-size: .76rem; letter-spacing: -.01em; }
.journey-node small { color: #557897; font-size: .46rem; letter-spacing: .09em; }
.visual-footer { color: #6f879d; font-size: .58rem; }
.blueprint-footer { border-top: 1px solid rgba(255,255,255,.07); padding-top: 15px; }
.ophiro-stamp { display: inline-flex; align-items: center; gap: 7px; color: #84a0b8; letter-spacing: .13em; font-weight: 750; }
.ophiro-stamp i { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid rgba(110,184,250,.3); border-radius: 50%; color: #78bdff; font-style: normal; letter-spacing: 0; }
.blueprint-arrow { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: #77bdff; background: rgba(23,107,255,.12); font-size: .76rem; }

.credibility-bar { position: relative; z-index: 2; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); margin-top: 85px; border-top: 1px solid rgba(255,255,255,.1); min-height: 132px; }
.credibility-bar > div { display: flex; align-items: center; padding: 24px 28px; border-right: 1px solid rgba(255,255,255,.08); }
.credibility-bar > div:first-child { padding-left: 0; }
.credibility-bar > div:last-child { border-right: 0; }
.cred-primary { gap: 18px; }
.cred-primary strong { color: #fff; font-size: 2.35rem; letter-spacing: -.055em; }
.cred-primary span { color: #768b9f; font-size: .66rem; line-height: 1.5; max-width: 175px; }
.cred-item { gap: 12px; }
.cred-icon { font-style: normal; width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(121,178,236,.25); color: #6eb4f8; border-radius: 7px; font-size: .7rem; }
.cred-item > span { display: grid; gap: 4px; color: #72879a; font-size: .59rem; }
.cred-item strong { color: #c8d5e0; font-size: .69rem; }

/* Shared headings */
.section-heading { margin-bottom: 64px; }
.section-heading h2 { max-width: 720px; }
.section-heading > p:last-child { font-size: 1rem; max-width: 520px; }
.split-heading { display: grid; grid-template-columns: 1.15fr .75fr; gap: 90px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin-bottom: 4px; }
.centre { text-align: center; display: flex; flex-direction: column; align-items: center; }
.centre .eyebrow { justify-content: center; }
.centre > p:last-child { max-width: 650px; }

/* Problem */
.problem-section { background: var(--mist); }
.flow-comparison { display: grid; gap: 14px; }
.flow-panel { border-radius: var(--radius); padding: 28px 30px; border: 1px solid var(--line); }
.flow-old { background: #fff; }
.flow-new { background: var(--navy); color: #fff; border-color: var(--navy); box-shadow: var(--shadow); }
.flow-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 23px; font-weight: 700; }
.flow-title small { font-weight: 600; font-size: .64rem; text-transform: uppercase; letter-spacing: .12em; color: #a2adba; }
.flow-new .flow-title small { color: #76dfbb; }
.flow-new .flow-title small i { display: inline-block; width: 6px; height: 6px; background: #3cdb9f; border-radius: 50%; margin-right: 6px; }
.flow-row { display: grid; grid-template-columns: repeat(4, 1fr .08fr); align-items: center; gap: 8px; }
.flow-row > b:last-of-type { display: none; }
.flow-row b { color: #b7c0ca; font-weight: 400; text-align: center; }
.flow-new .flow-row b { color: #4286cf; }
.flow-step { padding: 17px 12px; border-radius: 8px; text-align: center; border: 1px solid #e1e7ed; background: #f7f9fb; color: #526170; font-size: .75rem; font-weight: 650; }
.flow-step.muted { border-style: dashed; color: #929daa; }
.flow-new .flow-step { color: #cfe2f4; background: #102d4a; border-color: #1d456c; }
.flow-caption { border-top: 1px solid #e8edf1; margin-top: 20px; padding-top: 18px; display: flex; gap: 22px; color: #8a97a4; font-size: .67rem; }
.flow-caption span { color: #bd6670; }
.flow-new .flow-caption { border-color: rgba(255,255,255,.1); color: #8098ad; }
.flow-new .flow-caption span { color: #4cd5a2; }

/* Audience */
.audience-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: center; }
.audience-copy > p:not(.eyebrow) { font-size: 1.03rem; max-width: 570px; }
.selective-note { margin-top: 35px; padding: 20px; background: var(--soft-blue); border-left: 3px solid var(--blue); display: flex; gap: 14px; border-radius: 0 10px 10px 0; }
.selective-note > span { color: var(--blue); }
.selective-note p { margin: 0; font-size: .77rem; line-height: 1.6; }
.selective-note strong { color: var(--ink); }
.product-stack { display: grid; gap: 10px; padding: 26px; background: var(--mist); border: 1px solid var(--line); border-radius: 22px; }
.stack-label { color: #8b98a6; text-transform: uppercase; letter-spacing: .14em; font-size: .62rem; font-weight: 700; padding: 0 5px 7px; }
.product-card { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 16px; padding: 20px; background: #fff; border: 1px solid #e1e7ed; border-radius: 11px; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateX(4px); box-shadow: 0 9px 25px rgba(7,26,45,.08); }
.product-card.featured { color: #fff; background: var(--navy); border-color: var(--navy); }
.product-card > span { color: #9aa6b3; font-size: .64rem; }
.product-card.featured > span { color: #5781aa; }
.product-card > div { display: grid; gap: 6px; }
.product-card strong { font-size: .9rem; letter-spacing: -.02em; }
.product-card small { color: #8a97a4; font-size: .65rem; }
.product-card i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; font-style: normal; background: #eff4f8; color: var(--blue); }
.product-card.featured i { background: #173b5d; color: #73bfff; }
.product-card.quiet { background: transparent; border-style: dashed; }

/* System */
.system-section { position: relative; background: linear-gradient(145deg, #123757, #0d2945 72%); color: #fff; overflow: hidden; }
.system-section::before { content: ""; position: absolute; width: 1000px; height: 600px; left: 50%; transform: translateX(-50%); top: -400px; border-radius: 50%; background: rgba(23,107,255,.13); filter: blur(80px); }
.system-section .section-heading { position: relative; }
.system-section h2 em { color: #6bb8ff; }
.system-section .section-heading > p:last-child { color: #8da0b3; }
.system-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.09); border-radius: 18px; overflow: hidden; }
.system-card { position: relative; padding: 38px 34px 35px; background: #153753; min-height: 390px; }
.system-card:hover { background: #19415f; }
.system-card.accent-card { background: linear-gradient(145deg, #285f9a, #17476f); }
.card-number { position: absolute; right: 26px; top: 24px; color: #3e5a73; font-size: .64rem; }
.system-icon { width: 46px; height: 46px; display: grid; place-items: center; color: #6cb8ff; border: 1px solid rgba(104,183,255,.24); border-radius: 10px; background: rgba(27,93,154,.15); margin-bottom: 42px; }
.system-card h3 { font-size: 1.25rem; color: #fff; margin-bottom: 14px; }
.system-card > p { color: #8297aa; font-size: .78rem; line-height: 1.65; min-height: 68px; }
.system-card ul { list-style: none; padding: 18px 0 0; margin: 18px 0 0; border-top: 1px solid rgba(255,255,255,.08); display: grid; gap: 9px; }
.system-card li { color: #a7b8c7; font-size: .66rem; padding-left: 13px; position: relative; }
.system-card li::before { content: ""; width: 4px; height: 4px; background: #499fea; border-radius: 50%; position: absolute; left: 0; top: 5px; }
.system-disclaimer { max-width: 820px; margin: 28px auto 0; color: #6d8295; font-size: .66rem; text-align: center; }

/* Journey */
.journey-section { background: #fff; }
.scenario-shell { border: 1px solid var(--line); border-radius: 20px; padding: 32px 28px 22px; box-shadow: 0 20px 60px rgba(7,26,45,.06); }
.scenario-progress { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin-bottom: 35px; }
.scenario-progress span { height: 3px; border-radius: 4px; background: #dfe7ee; }
.scenario-progress span.active, .scenario-progress span:nth-child(2), .scenario-progress span:nth-child(3) { background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.scenario-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.scenario-step { padding: 0 20px; border-right: 1px solid #e5ebf0; min-height: 195px; }
.scenario-step:last-child { border-right: 0; }
.scenario-step > b { color: #9ba8b5; font-size: .59rem; }
.scenario-icon { width: 42px; height: 42px; display: grid; place-items: center; margin: 20px 0 24px; border-radius: 10px; color: var(--blue); background: var(--soft-blue); font-weight: 700; font-size: .75rem; }
.scenario-step h3 { font-size: .82rem; letter-spacing: -.02em; margin-bottom: 10px; }
.scenario-step p { font-size: .64rem; line-height: 1.55; margin: 0; }
.scenario-note { margin-top: 28px; background: var(--mist); padding: 14px 18px; color: #7b8895; font-size: .64rem; display: flex; align-items: center; gap: 10px; border-radius: 8px; }
.scenario-note span { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: #dae4ed; color: #6d7c8a; font-size: .6rem; font-weight: 800; }

/* Outcomes */
.outcomes-section { background: linear-gradient(130deg, #174d79, #123956 65%, #0d2945); color: #fff; }
.outcomes-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.outcomes-copy h2 { font-size: clamp(2.4rem, 4vw, 3.85rem); }
.outcomes-copy p:not(.eyebrow) { color: #8ea4b8; max-width: 500px; }
.outcomes-copy .button { margin-top: 18px; }
.outcome-panels { display: grid; gap: 12px; }
.outcome-panels article { display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: center; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); border-radius: 12px; padding: 23px; }
.outcome-letter { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 10px; color: #83c5ff; border: 1px solid rgba(103,183,255,.24); background: rgba(57,138,210,.1); font-size: .8rem; }
.outcome-panels h3 { font-size: 1rem; margin: 0 0 7px; letter-spacing: -.02em; }
.outcome-panels p { margin: 0; color: #8499ad; font-size: .7rem; line-height: 1.6; }
.results-note { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; margin-top: 74px; color: #688198; font-size: .6rem; line-height: 1.6; }

/* Comparison */
.difference-section { background: var(--mist); }
.comparison-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.comparison-table { width: 100%; min-width: 860px; border-collapse: collapse; font-size: .7rem; }
.comparison-table th, .comparison-table td { padding: 19px 18px; border-bottom: 1px solid #e8edf2; text-align: left; color: #71808f; }
.comparison-table thead th { text-transform: uppercase; letter-spacing: .08em; font-size: .58rem; color: #8b97a4; background: #fbfcfd; }
.comparison-table tbody th { color: var(--ink); font-weight: 680; }
.comparison-table .ophiro-col { background: #edf4ff; color: #174b88; }
.comparison-table thead .ophiro-col { background: var(--blue); color: #fff; }
.comparison-table td.ophiro-col span { display: inline-grid; place-items: center; width: 17px; height: 17px; margin-right: 7px; border-radius: 50%; background: #d5e5ff; color: var(--blue); font-size: .55rem; }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
.table-note { color: #8996a2; font-size: .63rem; text-align: center; margin: 15px 0 0; }

/* Proof */
.proof-section { background: linear-gradient(140deg, #153b5b, #0d2945); color: #fff; }
.proof-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.proof-number { padding-right: 80px; border-right: 1px solid rgba(255,255,255,.1); display: grid; }
.proof-number > span { color: #7390aa; text-transform: uppercase; letter-spacing: .12em; font-size: .61rem; }
.proof-number > strong { margin: 15px 0 6px; font-size: clamp(5rem, 9vw, 8rem); line-height: 1; letter-spacing: -.08em; color: #fff; }
.proof-number > strong span { color: #5eb3ff; }
.proof-number p { color: #9bb0c2; font-size: .78rem; max-width: 300px; }
.proof-number small { color: #506a81; font-size: .57rem; }
.proof-copy h2 { font-size: clamp(2.3rem, 4vw, 3.75rem); }
.proof-copy blockquote { margin: 34px 0; padding-left: 24px; border-left: 2px solid var(--blue); color: #a8bac9; font-size: .88rem; line-height: 1.75; }
.founder-line { display: grid; grid-template-columns: 38px 1fr; align-items: center; column-gap: 12px; margin: 0; }
.founder-line > span { grid-row: 1 / 3; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: #c6e2fb; background: #183d5f; font-size: .62rem; }
.founder-line strong { color: #dce8f2; font-size: .7rem; }
.founder-line small { color: #617b92; font-size: .6rem; }

/* Process */
.process-list { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-item { position: relative; min-height: 310px; padding: 30px 25px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; transition: background .2s ease; }
.process-item:last-child { border-right: 0; }
.process-item:hover { background: var(--mist); }
.process-item > span { color: #9aa7b4; font-size: .62rem; }
.process-item small { color: var(--blue); text-transform: uppercase; letter-spacing: .12em; font-size: .55rem; }
.process-item h3 { font-size: 1rem; margin: 10px 0 14px; }
.process-item p { font-size: .67rem; line-height: 1.6; margin: 0; }
.process-item > i { width: 29px; height: 29px; border-radius: 50%; background: var(--soft-blue); color: var(--blue); display: grid; place-items: center; font-style: normal; }

/* Fit */
.qualification-section { background: var(--mist); }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 1000px; margin: 0 auto; }
.fit-card { padding: 38px; border-radius: 16px; }
.fit-yes { background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.fit-no { background: #fff; border: 1px solid var(--line); }
.fit-heading { display: flex; align-items: center; gap: 13px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
.fit-no .fit-heading { border-color: var(--line); }
.fit-heading > span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: rgba(64,220,164,.12); color: #48d5a1; }
.fit-no .fit-heading > span { color: #7d8c99; background: #edf1f4; }
.fit-heading h3 { margin: 0; font-size: 1.1rem; }
.fit-card ul { list-style: none; padding: 20px 0 0; margin: 0; display: grid; gap: 15px; }
.fit-card li { position: relative; padding-left: 18px; color: #9caebe; font-size: .72rem; }
.fit-no li { color: #687887; }
.fit-card li::before { content: ""; position: absolute; left: 0; top: 5px; width: 5px; height: 5px; background: #429fe9; border-radius: 50%; }
.fit-no li::before { background: #a8b3be; }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro h2 { font-size: clamp(2.5rem, 4vw, 3.8rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; position: relative; padding: 24px 45px 24px 0; font-size: .88rem; font-weight: 680; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; right: 4px; top: 31px; width: 13px; height: 1px; background: #5a6d7e; transition: transform .2s ease; }
.faq-list summary i::after { transform: rotate(90deg); }
.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-list details p { font-size: .76rem; line-height: 1.75; padding: 0 50px 24px 0; margin: 0; }

/* Final CTA */
.final-cta { position: relative; overflow: hidden; background: linear-gradient(125deg, #1b5686, #16466f); color: #fff; padding: 110px 0; }
.final-cta::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 48px 48px; }
.cta-orb { position: absolute; width: 700px; height: 700px; left: -250px; bottom: -430px; border-radius: 50%; background: rgba(23,107,255,.28); filter: blur(60px); }
.final-cta-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; gap: 100px; align-items: center; }
.final-cta h2 { font-size: clamp(2.6rem, 4.6vw, 4.6rem); }
.final-cta h2 em { color: #79c5ff; }
.final-cta-grid > div:first-child > p:not(.eyebrow) { color: #9bb4c9; max-width: 600px; }
.final-cta .button { margin-top: 22px; }
.final-cta-grid > div:first-child > small { display: block; margin-top: 16px; color: #6586a1; font-size: .61rem; }
.assessment-preview { background: rgba(13,41,69,.72); border: 1px solid rgba(170,211,247,.24); padding: 27px; border-radius: 17px; box-shadow: 0 30px 80px rgba(7,32,53,.18); }
.preview-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.09); font-size: .79rem; font-weight: 700; }
.preview-head small { color: #68849b; text-transform: uppercase; letter-spacing: .1em; font-size: .53rem; }
.assessment-preview ul { list-style: none; padding: 8px 0; margin: 0; }
.assessment-preview li { display: grid; grid-template-columns: 30px 1fr auto; gap: 12px; align-items: center; padding: 15px 4px; border-bottom: 1px solid rgba(255,255,255,.07); }
.assessment-preview li > span { color: #4c718e; font-size: .57rem; }
.assessment-preview li > div { display: grid; gap: 5px; }
.assessment-preview li strong { font-size: .73rem; }
.assessment-preview li small { color: #688299; font-size: .59rem; }
.assessment-preview li > i { color: #47d8a1; font-style: normal; }
.preview-foot { display: flex; justify-content: space-between; padding-top: 18px; color: #7c96ab; font-size: .59rem; }
.preview-foot i { display: inline-block; width: 6px; height: 6px; background: #43d89f; border-radius: 50%; margin-right: 6px; }

/* Footer */
.site-footer { background: #0b243b; color: #fff; padding: 55px 0 30px; }
.footer-main { display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: center; gap: 50px; padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-main p { margin: 0; color: #72899e; font-size: .67rem; max-width: 340px; }
.footer-links { display: flex; justify-content: flex-end; gap: 20px; color: #91a5b8; font-size: .67rem; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding-top: 25px; color: #526a80; font-size: .58rem; }
.footer-bottom > div { display: flex; gap: 18px; }
.footer-bottom small { text-align: right; font-size: inherit; }
.mobile-sticky { display: none; }

/* Booking */
.booking-section { background: #f4f8fd; scroll-margin-top: 66px; }
.booking-shell { max-width: 1040px; }
.booking-section .section-heading { max-width: 760px; margin-inline: auto; }
.booking-section .section-heading > p:last-child { max-width: 680px; margin: 0 auto 38px; }
.calendly-frame { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.calendly-inline-widget { width: 100%; }

/* Dialog */
.assessment-dialog { position: fixed; inset: 0; width: min(1050px, calc(100% - 40px)); max-height: min(780px, calc(100vh - 40px)); padding: 0; border: 0; border-radius: 20px; box-shadow: 0 35px 100px rgba(0,0,0,.38); overflow: hidden; }
.assessment-dialog::backdrop { background: rgba(2,13,24,.75); backdrop-filter: blur(7px); }
.dialog-close { position: absolute; right: 15px; top: 15px; z-index: 5; width: 34px; height: 34px; border: 1px solid #dce4eb; border-radius: 50%; background: #fff; color: #506170; cursor: pointer; font-size: 1.3rem; }
.dialog-layout { display: grid; grid-template-columns: .88fr 1.12fr; min-height: 650px; }
.dialog-aside { background: var(--navy); color: #fff; padding: 44px; display: flex; flex-direction: column; justify-content: space-between; }
.dialog-brand { align-self: flex-start; }
.dialog-aside h2 { font-size: 2.25rem; }
.dialog-aside ul { list-style: none; padding: 0; display: grid; gap: 13px; color: #9ab0c3; font-size: .7rem; }
.dialog-aside li i { display: inline-grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: rgba(66,216,161,.1); color: #48d5a1; font-style: normal; font-size: .55rem; margin-right: 8px; }
.dialog-aside > small { color: #586f83; font-size: .6rem; }
.dialog-form-wrap { background: #fff; padding: 46px 54px; overflow-y: auto; }
.form-progress { display: flex; align-items: center; gap: 13px; margin-bottom: 42px; color: #8492a0; font-size: .61rem; }
.form-progress > div { flex: 1; height: 3px; border-radius: 3px; background: #e4e9ee; overflow: hidden; }
.form-progress i { display: block; height: 100%; width: 50%; background: var(--blue); transition: width .3s ease; }
.form-kicker { color: var(--blue); text-transform: uppercase; letter-spacing: .13em; font-weight: 750; font-size: .61rem; margin-bottom: 12px; }
.form-step { display: none; }
.form-step.active { display: block; animation: formIn .25s ease both; }
@keyframes formIn { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: translateX(0); } }
.form-step h2, .form-success h2 { font-size: 2.05rem; margin-bottom: 10px; }
.form-step > p:not(.form-kicker), .form-success > p:not(.form-kicker) { font-size: .72rem; margin-bottom: 27px; }
.field-grid { display: grid; gap: 14px; }
.field-grid.two { grid-template-columns: 1fr 1fr; }
.assessment-form label { display: grid; gap: 7px; margin-bottom: 14px; }
.assessment-form label > span:first-child { font-size: .65rem; color: #4f6070; font-weight: 650; }
.assessment-form input, .assessment-form textarea, .assessment-form select { width: 100%; border: 1px solid #dce3e9; background: #fbfcfd; color: var(--ink); border-radius: 7px; padding: 12px 13px; font-size: .75rem; outline: 0; transition: border .2s, box-shadow .2s; }
.assessment-form input:focus, .assessment-form textarea:focus, .assessment-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,107,255,.1); }
.assessment-form textarea { resize: vertical; }
.form-next { width: 100%; margin-top: 8px; }
.consent { grid-template-columns: 18px 1fr; align-items: start; gap: 9px !important; margin-top: 4px; }
.consent input { width: 16px; height: 16px; margin: 1px 0 0; }
.consent span { font-size: .58rem !important; line-height: 1.5; color: #778694 !important; font-weight: 400 !important; }
.form-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 15px; }
.form-back { cursor: pointer; background: transparent; border: 0; color: #647485; font-size: .68rem; }
.form-success { display: none; text-align: center; padding: 75px 20px 0; }
.form-success.active { display: block; }
.success-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 22px; background: #e5f9f1; color: #20ad7a; border-radius: 50%; font-size: 1.4rem; }

/* Reveals */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .13s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1020px) {
  :root { --container: min(100% - 40px, 920px); }
  .desktop-nav { display: none; }
  .nav-cta { margin-left: auto; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; z-index: 99; left: 0; right: 0; top: 66px; padding: 26px 24px 30px; background: rgba(13,41,69,.98); border-top: 1px solid rgba(255,255,255,.08); flex-direction: column; gap: 22px; color: #c3d3e2; }
  .mobile-menu.open { display: flex; }
  .mobile-menu .button { align-self: stretch; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; padding-bottom: 10px; }
  .system-visual { max-width: 640px; width: 100%; margin: 0 auto; }
  .hero { padding-top: 145px; }
  .credibility-bar { grid-template-columns: 1.5fr 1fr 1fr; }
  .credibility-bar > div:last-child { display: none; }
  .split-heading { gap: 50px; }
  .audience-grid { gap: 55px; }
  .system-grid { grid-template-columns: repeat(2, 1fr); }
  .scenario-grid { grid-template-columns: repeat(3, 1fr); row-gap: 35px; }
  .scenario-step:nth-child(3) { border-right: 0; }
  .scenario-step:nth-child(n+4) { border-top: 1px solid #e5ebf0; padding-top: 25px; }
  .outcomes-grid, .proof-grid, .final-cta-grid { gap: 55px; }
  .process-list { grid-template-columns: repeat(3, 1fr); border-bottom: 0; }
  .process-item { border-bottom: 1px solid var(--line); }
  .process-item:nth-child(3) { border-right: 0; }
  .faq-grid { gap: 55px; }
}

@media (max-width: 760px) {
  :root { --container: calc(100% - 32px); }
  .section { padding: 82px 0; }
  h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  h2 { font-size: clamp(2.25rem, 10.5vw, 3.25rem); }
  .site-header, .site-header.scrolled { height: 64px; }
  .brand { font-size: .86rem; }
  .nav-cta { display: none; }
  .hero { padding-top: 118px; min-height: auto; }
  .hero-copy { padding-bottom: 25px; }
  .hero h1 em { display: inline; }
  .hero-lede { font-size: .94rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 5px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-qualifier { align-items: flex-start; line-height: 1.5; }
  .system-visual { padding: 18px; border-radius: 15px; }
  .system-visual::after { display: none; }
  .journey-node { grid-template-columns: 42px 1fr; }
  .journey-node small { display: none; }
  .visual-footer > span:nth-child(2) { display: none; }
  .credibility-bar { grid-template-columns: 1fr 1fr; margin-top: 60px; }
  .credibility-bar > div { padding: 22px 14px; }
  .credibility-bar > div:first-child { grid-column: 1 / -1; padding-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .credibility-bar > div:nth-child(3) { border-right: 0; }
  .cred-primary span { max-width: 220px; }
  .cred-item > span { font-size: .55rem; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading { margin-bottom: 42px; }
  .flow-panel { padding: 22px 18px; }
  .flow-row { grid-template-columns: 1fr; gap: 6px; }
  .flow-row b { transform: rotate(90deg); height: 13px; }
  .flow-caption { flex-wrap: wrap; gap: 10px 16px; }
  .audience-grid { grid-template-columns: 1fr; gap: 45px; }
  .product-stack { padding: 16px; }
  .product-card { padding: 17px 13px; gap: 10px; }
  .product-card small { line-height: 1.45; }
  .system-grid { grid-template-columns: 1fr; }
  .system-card { min-height: auto; padding: 31px 28px; }
  .system-icon { margin-bottom: 30px; }
  .system-card > p { min-height: auto; }
  .scenario-shell { padding: 25px 18px 18px; overflow: hidden; }
  .scenario-progress { display: none; }
  .scenario-grid { grid-template-columns: 1fr; row-gap: 0; }
  .scenario-step, .scenario-step:nth-child(n+4) { display: grid; grid-template-columns: 38px 46px 1fr; grid-template-rows: auto auto; column-gap: 12px; padding: 20px 0; min-height: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #e5ebf0; align-items: center; }
  .scenario-step:last-child { border-bottom: 0; }
  .scenario-step > b { grid-row: 1 / 3; }
  .scenario-icon { margin: 0; grid-row: 1 / 3; }
  .scenario-step h3, .scenario-step p { margin: 0; }
  .scenario-note { align-items: flex-start; }
  .outcomes-grid, .proof-grid, .final-cta-grid { grid-template-columns: 1fr; gap: 50px; }
  .outcomes-copy .button { width: 100%; }
  .results-note { margin-top: 52px; }
  .comparison-wrap { margin-right: -16px; border-radius: 14px 0 0 14px; }
  .proof-number { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); padding: 0 0 45px; }
  .proof-number > strong { font-size: 6rem; }
  .process-list { grid-template-columns: 1fr; }
  .process-item, .process-item:nth-child(3) { min-height: 0; border-right: 0; display: grid; grid-template-columns: 32px 1fr auto; gap: 16px; align-items: start; padding: 25px 8px; }
  .process-item > i { align-self: center; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-card { padding: 30px 25px; }
  .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .faq-intro { position: static; }
  .final-cta { padding: 85px 0 100px; }
  .final-cta .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .footer-bottom { grid-template-columns: 1fr; gap: 16px; }
  .footer-bottom small { text-align: left; }
  .mobile-sticky { position: fixed; z-index: 90; bottom: 12px; left: 16px; right: 16px; display: flex; justify-content: space-between; align-items: center; border: 1px solid rgba(255,255,255,.2); background: rgba(13,41,69,.94); color: #fff; backdrop-filter: blur(12px); box-shadow: 0 12px 35px rgba(5,27,47,.2); border-radius: 9px; padding: 14px 17px; font-size: .72rem; font-weight: 700; transform: translateY(120px); transition: transform .3s ease; }
  .mobile-sticky.visible { transform: translateY(0); }
  .booking-section { padding-bottom: 90px; }
  .calendly-frame { margin-inline: -8px; border-radius: 14px; }
  .calendly-inline-widget { height: 760px !important; }
  .assessment-dialog { width: 100%; max-height: 100%; height: 100%; border-radius: 0; }
  .dialog-layout { grid-template-columns: 1fr; min-height: 100%; }
  .dialog-aside { display: none; }
  .dialog-form-wrap { padding: 65px 24px 30px; }
  .field-grid.two { grid-template-columns: 1fr; gap: 0; }
  .form-step h2, .form-success h2 { font-size: 1.9rem; }
}
