:root {
  --paper: #F1F5F9;
  --white: #ffffff;
  --ink: #111827;
  --ink-2: #111827;
  --ink-3: #334155;
  --text: #111827;
  --muted: #64748B;
  --subtle: #64748B;
  --line: #d7dee8;
  --line-dark: #2b3a52;
  --cobalt: #2563EB;
  --cobalt-dark: #1D4ED8;
  --cobalt-soft: #EFF6FF;
  --amber: #D97706;
  --amber-soft: #FFF7ED;
  --green: #059669;
  --red: #DC2626;
  --content: 1220px;
  --edge: clamp(20px, 4.8vw, 72px);
  --shadow-sm: 0 18px 48px rgba(11, 20, 36, .08);
  --shadow-lg: 0 38px 100px rgba(3, 10, 24, .28);
  --display: Inter, ui-sans-serif, system-ui, sans-serif;
  --mono: Inter, ui-sans-serif, system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 3px; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: #cad5ff; color: var(--ink); }
:focus-visible { outline: 3px solid #90a8ff; outline-offset: 3px; }

.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 14px; background: var(--white); color: var(--ink); text-decoration: none; box-shadow: var(--shadow-sm); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(var(--content), calc(100% - (2 * var(--edge)))); margin-inline: auto; }
.section { padding: clamp(80px, 9vw, 132px) 0; }
.section-sm { padding: clamp(48px, 6vw, 76px) 0; }

.eyebrow, .mono-label {
  margin: 0;
  color: var(--cobalt);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .11em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; }
.eyebrow-light { color: var(--white); }
.eyebrow-dot { width: 7px; height: 7px; background: var(--cobalt); box-shadow: 0 0 0 4px rgba(37, 99, 235, .18); border-radius: 50%; }
.section-title { max-width: 760px; margin: 0; color: var(--ink); font-size: clamp(38px, 5vw, 65px); font-weight: 580; letter-spacing: -.052em; line-height: .99; }
.section-lede { max-width: 670px; margin: 0; color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.55; }
.split-intro { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr); gap: clamp(42px, 8vw, 110px); align-items: end; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255, 255, 255, .92); border-bottom: 1px solid rgba(215, 222, 232, .85); backdrop-filter: blur(18px); }
.nav { min-height: 74px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; margin-right: auto; text-decoration: none; }
.brand img { width: 180px; height: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 27px; }
.nav-links a { color: #46536a; font-size: 14px; font-weight: 580; text-decoration: none; }
.nav-links a:hover { color: var(--cobalt); }

.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 660; line-height: 1.2; text-decoration: none; transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--cobalt); color: var(--white); box-shadow: 0 10px 24px rgba(49, 85, 217, .18); }
.btn-primary:hover { background: var(--cobalt-dark); box-shadow: 0 14px 30px rgba(49, 85, 217, .26); }
.btn-signal { background: var(--cobalt); color: var(--white); box-shadow: 0 12px 32px rgba(37, 99, 235, .22); }
.btn-signal:hover { background: var(--cobalt-dark); box-shadow: 0 15px 36px rgba(37, 99, 235, .3); }
.btn-secondary { background: var(--white); border-color: var(--line); color: var(--ink); }
.btn-secondary:hover { border-color: var(--subtle); }
.btn-nav { min-height: 42px; padding: 10px 16px; color: var(--white) !important; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #d4dcf2; font-size: 14px; font-weight: 580; text-decoration: none; }
.text-link:hover { color: var(--white); }
.text-link span { color: var(--amber); }

.hero { position: relative; min-height: 770px; overflow: hidden; padding: clamp(72px, 8vw, 116px) 0 clamp(84px, 9vw, 128px); background: var(--ink); color: var(--white); }
.hero::before { content: ""; position: absolute; width: 680px; height: 680px; right: -220px; top: -300px; background: radial-gradient(circle, rgba(49, 85, 217, .36), rgba(49, 85, 217, 0) 68%); pointer-events: none; }
.hero-gridlines, .audit-grid { position: absolute; inset: 0; pointer-events: none; opacity: .19; background-image: linear-gradient(rgba(143, 161, 194, .22) 1px, transparent 1px), linear-gradient(90deg, rgba(143, 161, 194, .22) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent 0%, #000 50%, #000 100%); }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(470px, .78fr); gap: clamp(55px, 8vw, 112px); align-items: center; }
.hero-copyblock { position: relative; z-index: 2; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(54px, 6.7vw, 88px); font-weight: 540; letter-spacing: -.067em; line-height: .92; }
.hero h1 em { display: block; color: var(--white); font-style: normal; text-decoration: underline; text-decoration-color: var(--cobalt); text-decoration-thickness: .08em; text-underline-offset: .12em; }
.hero-copy { max-width: 650px; margin: 32px 0 0; color: #b7c2d4; font-size: clamp(18px, 1.8vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 34px; }
.hero-commitments { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 650px; margin: 48px 0 0; border-top: 1px solid var(--line-dark); }
.hero-commitments div { padding: 17px 16px 0 0; }
.hero-commitments div + div { padding-left: 20px; border-left: 1px solid var(--line-dark); }
.hero-commitments dt { color: #75859c; font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.hero-commitments dd { margin: 3px 0 0; color: #e6ebf5; font-size: 13px; font-weight: 580; }

.casefile { position: relative; z-index: 2; background: #f8f9fc; color: var(--ink); border: 1px solid #ced6e2; box-shadow: var(--shadow-lg); transform: rotate(1.2deg); }
.casefile::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(11, 20, 36, .08); pointer-events: none; }
.casefile-tab { position: absolute; top: -31px; left: 34px; padding: 8px 18px 7px; background: var(--cobalt); color: var(--white); font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: .12em; }
.casefile-head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; padding: 28px 30px 23px; border-bottom: 2px solid var(--ink); }
.casefile-head h2 { margin: 5px 0 0; font-size: 29px; font-weight: 620; letter-spacing: -.045em; line-height: 1; }
.sample-stamp { display: inline-flex; align-items: center; justify-content: center; padding: 6px 9px; border: 1px solid var(--cobalt); color: var(--cobalt); font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transform: rotate(-3deg); }
.sample-stamp-dark { border-color: #8395ad; color: #9eb0c8; }
.case-meta { display: grid; grid-template-columns: 83px 1fr; gap: 7px 15px; padding: 17px 30px; background: #eef1f6; border-bottom: 1px solid #cfd7e3; }
.case-meta span { color: #768398; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.case-meta strong { font-family: var(--mono); font-size: 10px; font-weight: 600; }
.review-state { color: #9a6415; }
.response-chain { position: relative; margin: 0; padding: 16px 28px 8px 64px; list-style: none; }
.response-chain::before { content: ""; position: absolute; top: 35px; bottom: 49px; left: 41px; width: 2px; background: linear-gradient(var(--cobalt) 0 56%, #aab4c2 56% 100%); }
.chain-item { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 7px 12px; min-height: 91px; padding: 14px 0 15px; border-bottom: 1px solid #d8dee7; }
.chain-item:last-child { border-bottom: 0; }
.chain-node { position: absolute; top: 21px; left: -30px; width: 13px; height: 13px; background: var(--white); border: 3px solid var(--cobalt); border-radius: 50%; box-shadow: 0 0 0 5px #f8f9fc; }
.is-review .chain-node { border-color: var(--amber); }
.is-locked .chain-node { border-color: #9ca8b7; }
.chain-copy strong { display: block; margin-top: 4px; font-size: 14px; line-height: 1.2; }
.chain-copy p { margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.chain-state { align-self: start; margin-top: 3px; padding: 4px 6px; background: var(--cobalt-soft); color: var(--cobalt-dark); font-family: var(--mono); font-size: 8px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.chain-state-amber { background: var(--amber-soft); color: #925b10; }
.chain-state-muted { background: #e8ebef; color: #677386; }
.casefile-note { margin: 0; padding: 14px 30px 18px; background: var(--ink); color: #aab6c7; font-family: var(--mono); font-size: 8px; letter-spacing: .04em; }

.assurance-bar { background: var(--cobalt); color: var(--white); }
.assurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.assurance-grid p { display: flex; align-items: center; gap: 12px; min-height: 74px; margin: 0; font-size: 13px; }
.assurance-grid p + p { padding-left: 34px; border-left: 1px solid rgba(255, 255, 255, .23); }
.assurance-grid span { color: #aebeff; font-size: 10px; }

.response-section { background: var(--white); }
.response-board { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 68px; border: 1px solid var(--line); }
.response-stage { position: relative; min-height: 340px; padding: 30px 28px 27px; background: var(--white); }
.response-stage + .response-stage { border-left: 1px solid var(--line); }
.stage-marker { position: relative; display: flex; align-items: center; margin-bottom: 58px; color: var(--cobalt); font-family: var(--mono); font-size: 11px; font-weight: 600; }
.stage-marker i { position: absolute; left: 37px; right: -43px; height: 1px; background: var(--line); }
.stage-marker i::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; background: var(--white); border: 1px solid var(--cobalt); border-radius: 50%; }
.response-stage h3 { margin: 9px 0 0; color: var(--ink); font-size: 25px; font-weight: 610; letter-spacing: -.035em; line-height: 1.08; }
.response-stage > p:not(.mono-label) { margin: 17px 0 50px; color: var(--muted); font-size: 14px; }
.stage-output { position: absolute; right: 28px; bottom: 27px; left: 28px; padding-top: 14px; border-top: 1px solid var(--line); color: #60708a; font-family: var(--mono); font-size: 9px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.boundary-note { display: grid; grid-template-columns: 31px 1fr; gap: 15px; align-items: start; max-width: 850px; margin: 28px 0 0 auto; padding: 18px 20px; background: #f8f9fc; border: 1px solid var(--line); }
.boundary-note p { margin: 0; color: var(--muted); font-size: 13px; }
.boundary-note strong { color: var(--ink); }
.boundary-icon { display: grid; place-items: center; width: 26px; height: 26px; background: var(--amber-soft); color: #925b10; font-family: var(--mono); font-size: 12px; font-weight: 600; border-radius: 50%; }

.course-fit-section { position: relative; overflow: hidden; background: #f5f8fd; }
.course-fit-section::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(37, 99, 235, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(37, 99, 235, .055) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg, transparent, #000 52%, #000); pointer-events: none; }
.course-fit-layout { position: relative; display: grid; grid-template-columns: minmax(330px, .72fr) minmax(560px, 1fr); gap: clamp(58px, 9vw, 128px); align-items: center; }
.course-fit-copy .section-lede { margin-top: 28px; }
.course-fit-note { max-width: 650px; margin: 35px 0 0; padding: 22px 24px; background: var(--white); border-left: 3px solid var(--cobalt); color: var(--muted); font-size: 14px; box-shadow: var(--shadow-sm); }
.course-fit-note strong { display: block; margin-bottom: 4px; color: var(--ink); }
.fingerprint-card { background: var(--white); border: 1px solid #cfd8e6; box-shadow: var(--shadow-sm); }
.fingerprint-head { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 25px 27px; background: var(--ink); color: var(--white); }
.fingerprint-head .mono-label { color: #91a5c2; }
.fingerprint-head strong { display: block; margin-top: 6px; font-size: 20px; font-weight: 590; }
.fingerprint-status { display: inline-flex; align-items: center; gap: 8px; color: #a7e4d3; font-size: 9px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.fingerprint-status i { width: 7px; height: 7px; background: #34d399; border-radius: 50%; box-shadow: 0 0 0 4px rgba(52, 211, 153, .13); }
.fingerprint-body { padding: 8px 27px; }
.fingerprint-item { display: grid; grid-template-columns: 36px 1fr auto; gap: 17px; align-items: center; min-height: 105px; border-bottom: 1px solid var(--line); }
.fingerprint-item:last-child { border-bottom: 0; }
.fingerprint-item > span { display: grid; place-items: center; width: 30px; height: 30px; background: var(--cobalt-soft); color: var(--cobalt); font-size: 9px; font-weight: 700; }
.fingerprint-item small { display: block; color: var(--cobalt); font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.fingerprint-item strong { display: block; margin-top: 4px; color: var(--ink); font-size: 15px; line-height: 1.25; }
.fingerprint-item p { margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.fingerprint-item b { padding: 5px 7px; background: #eef2f7; color: #60708a; font-size: 8px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.fingerprint-foot { display: flex; justify-content: space-between; gap: 20px; padding: 15px 27px; background: #eaf0f8; color: #59677b; }
.fingerprint-foot span { font-size: 8px; font-weight: 700; letter-spacing: .08em; }
.fingerprint-foot p { margin: 0; font-size: 10px; }

.evidence-section { position: relative; overflow: hidden; background: var(--ink-2); color: var(--white); }
.evidence-section::after { content: "EVIDENCE"; position: absolute; right: -30px; bottom: -84px; color: rgba(255, 255, 255, .025); font-family: var(--mono); font-size: 170px; font-weight: 600; letter-spacing: -.08em; pointer-events: none; }
.evidence-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(340px, .64fr) minmax(550px, 1.06fr); gap: clamp(55px, 8vw, 115px); align-items: center; }
.evidence-copy .section-title { color: var(--white); }
.evidence-copy .section-lede { margin-top: 26px; color: #afbbcd; }
.evidence-list { display: grid; gap: 0; margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.evidence-list li { display: grid; grid-template-columns: 75px 1fr; gap: 20px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line-dark); }
.evidence-list strong { color: #e7ebf3; font-size: 14px; font-weight: 540; }
.evidence-list .mono-label { color: #8094b1; }
.evidence-ledger { background: #f8f9fc; color: var(--ink); box-shadow: var(--shadow-lg); transform: rotate(-1deg); }
.ledger-head { display: flex; justify-content: space-between; gap: 20px; padding: 24px; background: var(--ink); color: var(--white); }
.ledger-head strong { display: block; margin-top: 7px; font-size: 19px; font-weight: 570; }
.ledger-head .mono-label { color: #91a5c2; }
.ledger-row { display: grid; grid-template-columns: 1.25fr .9fr .7fr; border-bottom: 1px solid #d7dee8; }
.ledger-row > div { min-width: 0; padding: 18px; }
.ledger-row > div + div { border-left: 1px solid #d7dee8; }
.ledger-row strong, .ledger-row small { display: block; }
.ledger-row strong { margin-top: 7px; font-size: 13px; line-height: 1.2; }
.ledger-row small { margin-top: 5px; color: #56657a; font-family: var(--mono); font-size: 8px; }
.ledger-labels { background: #edf0f5; color: #536278; font-family: var(--mono); font-size: 8px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.ledger-labels span { padding: 9px 18px; }
.ledger-labels span + span { border-left: 1px solid #d7dee8; }
.finding-code { padding: 3px 5px; background: var(--cobalt-soft); color: var(--cobalt-dark); font-family: var(--mono); font-size: 8px; font-weight: 600; }
.evidence-bars { display: flex; gap: 3px; margin: 5px 0 11px; }
.evidence-bars i { width: 20px; height: 5px; background: var(--cobalt); }
.evidence-bars-two i:last-child { background: #cdd5e0; }
.decision { display: inline-block; margin-top: 4px; padding: 4px 7px; font-family: var(--mono); font-size: 8px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.decision-review { background: var(--amber-soft); color: #89540e; }
.decision-hold { background: #e9edf2; color: #4f5d72; }
.decision-route { background: var(--cobalt-soft); color: var(--cobalt-dark); }
.ledger-foot { display: flex; justify-content: space-between; gap: 20px; padding: 15px 24px; background: #e9edf2; color: #59677b; }
.ledger-foot span { font-family: var(--mono); font-size: 8px; font-weight: 600; letter-spacing: .06em; }
.ledger-foot p { margin: 0; font-size: 10px; }

.scope-section { background: var(--paper); }
.scope-section .section-lede { color: var(--ink-3); }
.scope-matrix { display: grid; grid-template-columns: 1fr 1fr; margin-top: 62px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.scope-column { padding: clamp(28px, 4vw, 48px); }
.scope-column + .scope-column { border-left: 1px solid var(--line); }
.scope-head { display: flex; align-items: center; gap: 17px; padding-bottom: 27px; border-bottom: 2px solid var(--ink); }
.scope-head h3 { margin: 6px 0 0; color: var(--ink); font-size: 27px; font-weight: 610; letter-spacing: -.04em; line-height: 1; }
.scope-symbol { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto; border: 1px solid; font-size: 18px; }
.scope-yes .scope-symbol { background: #e8f3ef; border-color: #b8d6cc; color: var(--green); }
.scope-no .scope-symbol { background: #f7eeee; border-color: #e0c4c4; color: var(--red); }
.scope-column ul { display: grid; gap: 0; margin: 14px 0 0; padding: 0; list-style: none; }
.scope-column li { position: relative; padding: 15px 0 15px 24px; border-bottom: 1px solid var(--line); color: #536176; font-size: 14px; }
.scope-column li::before { content: ""; position: absolute; top: 24px; left: 2px; width: 6px; height: 6px; background: var(--green); border-radius: 50%; }
.scope-no li::before { background: #aeb6c2; }

.offer-section { position: relative; overflow: hidden; background: var(--cobalt); color: var(--white); }
.offer-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(125deg, rgba(255, 255, 255, .07), transparent 43%); }
.offer-mark { position: absolute; right: -50px; top: -190px; color: rgba(255, 255, 255, .055); font-family: var(--mono); font-size: 620px; font-weight: 600; line-height: 1; }
.offer-layout { position: relative; display: grid; grid-template-columns: minmax(0, .8fr) minmax(470px, .86fr); gap: clamp(60px, 9vw, 130px); align-items: center; }
.offer-section .section-title { color: var(--white); }
.offer-section .section-lede { margin-top: 26px; color: #d4dcf8; }
.portfolio-note { max-width: 570px; margin: 32px 0 0; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .25); color: #d4dcf8; font-size: 14px; }
.portfolio-note strong { color: var(--white); }
.offer-card { background: var(--white); color: var(--ink); box-shadow: var(--shadow-lg); }
.offer-card-head { display: flex; justify-content: space-between; gap: 15px; align-items: center; padding: 19px 25px; background: #f1f4fa; border-bottom: 1px solid var(--line); }
.offer-status { display: inline-flex; align-items: center; gap: 7px; color: var(--green); font-family: var(--mono); font-size: 8px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.offer-status i { width: 6px; height: 6px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(24, 117, 95, .1); }
.price { margin: 0; padding: 27px 30px 25px; border-bottom: 2px solid var(--ink); color: var(--ink); font-size: clamp(45px, 5vw, 63px); font-weight: 620; letter-spacing: -.055em; line-height: 1; }
.price > span { display: block; margin-bottom: 7px; color: var(--muted); font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.price small { margin-left: 8px; color: var(--muted); font-size: 14px; font-weight: 450; letter-spacing: 0; }
.offer-card ul { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 13px 30px; list-style: none; }
.offer-card li { position: relative; min-height: 62px; padding: 13px 18px 13px 24px; border-bottom: 1px solid var(--line); color: #4c5a6f; font-size: 12px; line-height: 1.4; }
.offer-card li:nth-child(odd) { border-right: 1px solid var(--line); }
.offer-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.offer-card .btn { width: calc(100% - 60px); margin: 22px 30px 0; }
.price-foot { margin: 13px 0 0; padding: 0 30px 25px; color: var(--muted); font-family: var(--mono); font-size: 8px; letter-spacing: .03em; text-align: center; }

.faq-section { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: minmax(280px, .55fr) minmax(520px, 1fr); gap: clamp(60px, 10vw, 150px); align-items: start; }
.faq-layout .section-lede { margin-top: 22px; font-size: 16px; }
.faq-list { border-top: 2px solid var(--ink); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; color: var(--ink); font-size: 17px; font-weight: 610; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 8px; top: 18px; color: var(--cobalt); font-family: var(--mono); font-size: 26px; font-weight: 400; }
details[open] summary::after { content: "–"; }
details p { max-width: 720px; margin: -5px 48px 25px 0; color: var(--muted); font-size: 14px; }

.audit-cta { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.audit-grid { opacity: .13; mask-image: linear-gradient(to left, transparent 0%, #000 55%, #000 100%); }
.audit-layout { position: relative; display: grid; grid-template-columns: minmax(340px, .65fr) minmax(510px, .9fr); gap: clamp(60px, 9vw, 130px); align-items: start; }
.audit-copy { position: sticky; top: 120px; }
.audit-cta h2 { max-width: 620px; margin: 0; color: var(--white); font-size: clamp(43px, 5.5vw, 70px); font-weight: 560; letter-spacing: -.058em; line-height: .96; }
.audit-cta .lede { max-width: 570px; margin: 27px 0 0; color: #b6c1d2; font-size: 18px; }
.audit-promises { display: grid; gap: 0; margin: 38px 0 0; padding: 0; border-top: 1px solid var(--line-dark); list-style: none; }
.audit-promises li { display: grid; grid-template-columns: 46px 1fr; gap: 10px; padding: 17px 0; border-bottom: 1px solid var(--line-dark); color: #d5dce8; font-size: 13px; }
.audit-promises span { color: #72839d; font-family: var(--mono); font-size: 9px; font-weight: 600; }
.audit-form { position: relative; padding: 32px; background: var(--white); color: var(--ink); box-shadow: var(--shadow-lg); }
.form-head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-end; margin: -32px -32px 27px; padding: 20px 32px; background: #eef1f6; border-bottom: 1px solid var(--line); }
.form-head strong { font-size: 16px; font-weight: 620; }
.form-head .mono-label { color: var(--cobalt-dark); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { color: #3d4b60; font-size: 12px; font-weight: 610; }
.field .optional { color: var(--muted); font-weight: 450; }
.input { width: 100%; min-height: 50px; padding: 12px 13px; background: #fbfcfe; color: var(--ink); border: 1px solid #c8d0dc; border-radius: 2px; }
.input:hover { border-color: #929fb1; }
.input:focus { border-color: var(--cobalt); outline: 3px solid #dce4ff; }
textarea.input { min-height: 96px; resize: vertical; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin-top: 18px; color: var(--muted); font-size: 11px; }
.consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--cobalt); }
.consent a { color: var(--cobalt-dark); }
.audit-form .btn { width: 100%; margin-top: 20px; }
.form-note { margin: 13px 0 0; color: var(--muted); font-family: var(--mono); font-size: 8px; letter-spacing: .02em; text-align: center; text-transform: uppercase; }
.honeypot { position: absolute !important; left: -9999px !important; }

.site-footer { padding: 54px 0 25px; background: #070e1a; color: var(--white); }
.footer-main { display: grid; grid-template-columns: .55fr .85fr 1fr; gap: clamp(35px, 7vw, 95px); align-items: start; padding-bottom: 48px; }
.brand-footer { color: var(--white); }
.footer-name { color: var(--white); font-size: 20px; font-weight: 700; letter-spacing: -.03em; text-decoration: none; }
.footer-main > p { max-width: 360px; margin: 0; color: #93a0b3; font-size: 14px; }
.footer-company { display: block; margin-top: 15px; color: #718098; font-family: var(--mono); font-size: 8px; line-height: 1.7; letter-spacing: .04em; text-transform: uppercase; }
.footer-company a { color: #aeb9c9; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 24px; }
.footer-links a { color: #aeb9c9; font-size: 13px; text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.footer-base { display: flex; justify-content: space-between; gap: 20px; padding-top: 21px; border-top: 1px solid #1f2b3d; }
.footer-base p { margin: 0; color: #718098; font-family: var(--mono); font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.footer-row { display: flex; justify-content: space-between; gap: 36px; align-items: flex-start; }
.footer-copy, .footer-company-line { margin: 0; color: #93a0b3; font-size: 12px; }
.footer-company-line { margin-top: 8px; color: #718098; font-family: var(--mono); font-size: 8px; letter-spacing: .04em; text-transform: uppercase; }
.footer-row .footer-links { min-width: 280px; }

/* Shared legal and confirmation pages */
.legal-page { min-height: calc(100vh - 74px); padding: clamp(65px, 8vw, 108px) 0; background: var(--paper); }
.legal-wrap { max-width: 810px; padding: clamp(28px, 5vw, 58px); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.legal-wrap h1 { margin: 0; color: var(--ink); font-size: clamp(43px, 6vw, 70px); font-weight: 570; line-height: .96; letter-spacing: -.055em; }
.legal-meta { margin: 19px 0 42px; color: var(--muted); font-family: var(--mono); font-size: 10px; }
.legal-wrap h2 { margin: 41px 0 12px; color: var(--ink); font-size: 24px; font-weight: 620; letter-spacing: -.03em; }
.legal-wrap h3 { margin: 29px 0 10px; color: var(--ink); font-size: 18px; }
.legal-wrap p, .legal-wrap li { color: #526075; }
.legal-wrap ul { padding-left: 22px; }
.legal-callout { margin: 31px 0; padding: 21px; background: var(--cobalt-soft); border-left: 4px solid var(--cobalt); color: #33425a; }
.legal-wrap .audit-form { margin-top: 25px; border: 1px solid var(--line); box-shadow: none; }
.thanks { min-height: calc(100vh - 74px); display: grid; place-items: center; padding: 60px 0; background: var(--paper); }
.thanks-card { max-width: 700px; padding: clamp(34px, 6vw, 64px); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.thanks-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 25px; background: #e8f3ef; color: var(--green); font-size: 23px; font-weight: 700; }
.thanks h1 { margin: 0; color: var(--ink); font-size: clamp(41px, 6vw, 64px); font-weight: 570; line-height: .98; letter-spacing: -.055em; }
.thanks p { margin: 20px 0 0; color: var(--muted); }
.thanks .btn { margin-top: 28px; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.22, .7, .2, 1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.casefile[data-reveal] { transform: translateY(18px) rotate(1.2deg); }
.casefile[data-reveal].is-visible { transform: translateY(0) rotate(1.2deg); }
.evidence-ledger[data-reveal] { transform: translateY(18px) rotate(-1deg); }
.evidence-ledger[data-reveal].is-visible { transform: translateY(0) rotate(-1deg); }

@media (max-width: 1040px) {
  .hero-layout, .course-fit-layout, .evidence-layout, .offer-layout, .audit-layout { grid-template-columns: 1fr; }
  .hero-layout { gap: 85px; }
  .hero-copyblock { max-width: 780px; }
  .casefile { width: min(620px, 100%); }
  .fingerprint-card { max-width: 720px; }
  .response-board { grid-template-columns: 1fr 1fr; }
  .response-stage:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .response-stage:nth-child(4) { border-top: 1px solid var(--line); }
  .evidence-copy { max-width: 690px; }
  .evidence-ledger, .offer-card, .audit-form { max-width: 720px; }
  .audit-copy { position: static; max-width: 700px; }
  .audit-layout { gap: 58px; }
}

@media (max-width: 800px) {
  .nav-links a:not(.btn) { display: none; }
  .split-intro, .faq-layout { grid-template-columns: 1fr; gap: 28px; }
  .scope-matrix { grid-template-columns: 1fr; }
  .scope-column + .scope-column { border-top: 1px solid var(--line); border-left: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 600px) {
  .container { width: min(var(--content), calc(100% - 38px)); }
  .section { padding: 72px 0; }
  .nav { min-height: 66px; gap: 12px; }
  .brand img { width: 142px; }
  .nav-links { gap: 8px; }
  .nav-links .btn { min-height: 39px; padding: 9px 11px; font-size: 11px; }
  .hero { min-height: 0; padding: 63px 0 85px; }
  .hero h1 { font-size: clamp(48px, 14vw, 62px); }
  .hero-copy { margin-top: 25px; font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .btn { width: 100%; }
  .text-link { justify-content: center; }
  .hero-commitments { grid-template-columns: 1fr; margin-top: 38px; }
  .hero-commitments div, .hero-commitments div + div { padding: 12px 0; border-bottom: 1px solid var(--line-dark); border-left: 0; }
  .hero-layout { gap: 72px; }
  .casefile { transform: rotate(0); }
  .casefile[data-reveal], .casefile[data-reveal].is-visible { transform: translateY(0) rotate(0); }
  .casefile-head { padding: 24px 20px 19px; }
  .casefile-head h2 { font-size: 25px; }
  .case-meta { grid-template-columns: 70px 1fr; padding: 15px 20px; }
  .response-chain { padding: 12px 18px 7px 50px; }
  .response-chain::before { left: 29px; }
  .chain-node { left: -27px; }
  .chain-state { display: none; }
  .chain-copy { grid-column: 1 / -1; }
  .casefile-note { padding-inline: 20px; }
  .assurance-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .assurance-grid p, .assurance-grid p + p { min-height: 48px; padding-left: 0; border-left: 0; }
  .assurance-grid p + p { border-top: 1px solid rgba(255, 255, 255, .2); }
  .section-title { font-size: 42px; }
  .response-board { grid-template-columns: 1fr; margin-top: 43px; }
  .response-stage, .response-stage:nth-child(3), .response-stage:nth-child(4) { min-height: 300px; border-top: 1px solid var(--line); border-left: 0; }
  .response-stage:first-child { border-top: 0; }
  .stage-marker { margin-bottom: 40px; }
  .stage-marker i { right: 0; }
  .evidence-section::after { font-size: 90px; }
  .course-fit-layout { grid-template-columns: minmax(0, 1fr); gap: 52px; }
  .fingerprint-head { align-items: flex-start; flex-direction: column; padding: 21px 18px; }
  .fingerprint-body { padding-inline: 18px; }
  .fingerprint-item { grid-template-columns: 32px 1fr; gap: 13px; padding: 14px 0; }
  .fingerprint-item b { grid-column: 2; justify-self: start; }
  .fingerprint-foot { align-items: flex-start; flex-direction: column; padding-inline: 18px; }
  .evidence-layout { grid-template-columns: minmax(0, 1fr); gap: 55px; }
  .evidence-ledger, .evidence-ledger[data-reveal], .evidence-ledger[data-reveal].is-visible { transform: none; }
  .ledger-head { padding: 20px 16px; }
  .ledger-head .sample-stamp { display: none; }
  .ledger-row { grid-template-columns: 1.3fr .9fr; }
  .ledger-row > div { padding: 14px 11px; }
  .ledger-row > div:nth-child(2) { border-left: 1px solid var(--line); }
  .ledger-row > div:nth-child(3) { grid-column: 1 / -1; display: flex; align-items: center; gap: 12px; padding-top: 9px; padding-bottom: 9px; border-top: 1px solid var(--line); border-left: 0; }
  .ledger-row > div:nth-child(3) small { margin: 0; }
  .ledger-labels { display: none; }
  .ledger-foot { align-items: flex-start; flex-direction: column; }
  .scope-matrix { margin-top: 42px; }
  .scope-column { padding: 25px 20px; }
  .scope-head h3 { font-size: 24px; }
  .offer-layout { grid-template-columns: minmax(0, 1fr); }
  .offer-mark { font-size: 360px; }
  .offer-card ul { grid-template-columns: 1fr; padding-inline: 23px; }
  .offer-card li:nth-child(odd) { border-right: 0; }
  .price { padding-inline: 24px; }
  .offer-card .btn { width: calc(100% - 46px); margin-inline: 23px; }
  .faq-layout { grid-template-columns: minmax(0, 1fr); }
  .audit-layout { grid-template-columns: minmax(0, 1fr); }
  .audit-cta h2 { font-size: 47px; }
  .audit-form { padding: 23px 18px; }
  .form-head { align-items: flex-start; flex-direction: column; margin: -23px -18px 23px; padding: 17px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 25px; }
  .footer-main > p { grid-column: auto; grid-row: auto; }
  .footer-links { margin-top: 8px; }
  .footer-base { align-items: flex-start; flex-direction: column; }
  .footer-row { flex-direction: column; }
  .footer-row .footer-links { width: 100%; min-width: 0; }
  .legal-wrap { padding: 27px 20px; }
  .legal-wrap .audit-form { padding: 22px 17px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .casefile[data-reveal], .casefile[data-reveal].is-visible, .evidence-ledger[data-reveal], .evidence-ledger[data-reveal].is-visible { transform: none; }
}
