@charset "UTF-8";

:root {
  --ink: #0b1117;
  --ink-2: #111b24;
  --ink-3: #192733;
  --paper: #f3f1ea;
  --paper-2: #e7e4dc;
  --white: #ffffff;
  --amber: #f2b544;
  --amber-dark: #d7971d;
  --text: #16202a;
  --muted: #53606a;
  --line: #c9c8c2;
  --light-line: #34434f;
  --max: 1240px;
  --sans: "Aptos", "Segoe UI Variable", "Helvetica Neue", Arial, sans-serif;
  --display: "Arial Narrow", "Aptos Display", "Segoe UI Variable Display", "Helvetica Neue", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }
::selection { background: var(--amber); color: var(--ink); }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  transform: translateY(-150%);
  background: var(--amber);
  color: var(--ink);
  padding: 12px 16px;
  font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.site-header {
  position: relative;
  z-index: 10;
  background: var(--ink);
  color: var(--white);
  border-bottom: 1px solid var(--light-line);
}
.nav-row { min-height: 72px; display: flex; align-items: stretch; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { width: 28px; height: 28px; fill: var(--amber); }
.site-header nav { display: flex; align-items: stretch; }
.site-header nav a { display: flex; align-items: center; min-height: 48px; padding: 0 20px; color: #c9d0d5; text-decoration: none; font-size: .875rem; font-weight: 650; }
.site-header nav a:hover { color: var(--white); background: var(--ink-2); }
.site-header nav .nav-contact { background: var(--amber); color: var(--ink); }
.site-header nav .nav-contact:hover { background: var(--amber-dark); color: var(--ink); }

.dark-section { background: var(--ink); color: var(--white); }
.hero { min-height: 720px; display: grid; align-items: center; border-bottom: 1px solid var(--light-line); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr); gap: 7vw; align-items: center; padding-block: 104px 112px; }
.eyebrow, .section-index, .proof-label, .offer-name, .validation-label {
  margin: 0 0 24px;
  font-family: var(--mono);
  font-size: .75rem;
  line-height: 1.4;
  letter-spacing: .12em;
  font-weight: 700;
  text-transform: uppercase;
}
.amber { color: var(--amber); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin-top: 0; font-family: var(--display); font-weight: 500; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(3.4rem, 6.7vw, 6.8rem); line-height: .94; }
h2 { margin-bottom: 28px; font-size: clamp(2.35rem, 4.3vw, 4.75rem); line-height: 1; }
h3 { margin-bottom: 16px; font-size: clamp(1.45rem, 2.2vw, 2rem); line-height: 1.1; }
.hero-lede { max-width: 670px; margin: 0; color: #cad1d6; font-size: clamp(1.08rem, 1.5vw, 1.28rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 40px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 14px 18px; border: 1px solid transparent; text-decoration: none; font-weight: 750; }
.button-primary { background: var(--amber); color: var(--ink); }
.button-primary:hover { background: var(--amber-dark); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; font-weight: 700; border-bottom: 1px solid currentColor; padding-block: 8px; }
.light-link { color: var(--white); }
.stage-note { display: flex; align-items: center; gap: 10px; margin: 40px 0 0; color: #9ca8b0; font-family: var(--mono); font-size: .75rem; letter-spacing: .04em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; display: inline-block; background: var(--amber); border-radius: 50%; box-shadow: 0 0 0 5px rgba(242,181,68,.12); }

.signal-path { background: var(--ink-2); border: 1px solid var(--light-line); }
.signal-topline { display: flex; justify-content: space-between; gap: 16px; padding: 14px 16px; border-bottom: 1px solid var(--light-line); color: #9eabb4; font-family: var(--mono); font-size: .7rem; letter-spacing: .1em; }
.signal-wave { height: 180px; display: flex; align-items: center; gap: 6px; padding: 32px 24px; border-bottom: 1px solid var(--light-line); overflow: hidden; }
.signal-wave span { flex: 1 1 6px; height: var(--h); min-height: 10px; background: var(--amber); opacity: .88; }
.signal-wave span:nth-child(1) { --h: 18%; }
.signal-wave span:nth-child(2) { --h: 42%; }
.signal-wave span:nth-child(3) { --h: 76%; }
.signal-wave span:nth-child(4) { --h: 34%; }
.signal-wave span:nth-child(5) { --h: 58%; }
.signal-wave span:nth-child(6) { --h: 88%; }
.signal-wave span:nth-child(7) { --h: 46%; }
.signal-wave span:nth-child(8) { --h: 70%; }
.signal-wave span:nth-child(9) { --h: 25%; }
.signal-wave span:nth-child(10) { --h: 54%; }
.signal-wave span:nth-child(11) { --h: 82%; }
.signal-wave span:nth-child(12) { --h: 38%; }
.signal-wave span:nth-child(13) { --h: 66%; }
.signal-wave span:nth-child(14) { --h: 22%; }
.signal-wave span:nth-child(15) { --h: 48%; }
.signal-wave span:nth-child(16) { --h: 74%; }
.signal-wave span:nth-child(17) { --h: 30%; }
.signal-wave span:nth-child(18) { --h: 60%; }
.path-steps { margin: 0; padding: 0; list-style: none; }
.path-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: center; min-height: 92px; padding: 16px 20px; border-bottom: 1px solid var(--light-line); }
.path-steps li:last-child { border-bottom: 0; }
.step-id, .process-number { color: var(--amber); font-family: var(--mono); font-size: .75rem; letter-spacing: .08em; }
.path-steps strong { display: block; font-size: .98rem; }
.path-steps small { display: block; margin-top: 3px; color: #97a4ad; }

.proof-strip { background: var(--amber); color: var(--ink); }
.proof-grid { display: grid; grid-template-columns: 1fr 2fr 1.25fr; gap: 40px; align-items: start; padding-block: 32px; }
.proof-grid p { margin: 0; }
.proof-label { font-size: .75rem; }
.proof-grid > p:nth-child(2) { font-size: 1.05rem; font-weight: 700; line-height: 1.35; }
.proof-next { font-size: .9rem; }

.section { padding-block: clamp(88px, 10vw, 144px); border-bottom: 1px solid var(--line); }
.split-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 7vw; }
.split-heading > div { max-width: 900px; }
.large-copy { font-size: clamp(1.15rem, 1.8vw, 1.5rem); line-height: 1.55; }
.problem-section .split-heading > div > p:last-child { max-width: 700px; color: var(--muted); }
.section-heading-row { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, .8fr); gap: 8vw; align-items: end; margin-bottom: 64px; }
.section-heading-row > div h2 { max-width: 820px; margin-bottom: 0; }
.section-heading-row > p { margin: 0; color: var(--muted); }
.section-heading-row.compact { margin-bottom: 48px; }

.how-section { background: var(--white); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 100px 1fr; gap: 32px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.process-list li > div { display: grid; grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr); gap: 48px; }
.process-list h3, .process-list p { margin: 0; }
.process-list p { color: var(--muted); max-width: 720px; }

.options-section { background: var(--paper-2); }
.validation-label { color: var(--muted); text-align: right; }
.offer-compare { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--text); border-bottom: 1px solid var(--text); }
.offer-compare article { padding: 40px 40px 48px 0; }
.offer-compare article + article { padding-left: 40px; border-left: 1px solid var(--text); }
.offer-name { color: var(--muted); }
.offer-compare h3 { max-width: 470px; }
.offer-compare article > p:not(.offer-name) { min-height: 110px; color: var(--muted); }
dl { margin: 36px 0 0; }
dl div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 14px 0; border-top: 1px solid var(--line); }
dt { font-family: var(--mono); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
dd { margin: 0; }

.boundary-section { border-color: var(--light-line); }
.boundary-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(460px, 1fr); gap: 8vw; align-items: start; }
.muted-light { color: #b3bdc4; }
.boundary-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--light-line); }
.boundary-list li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--light-line); }
.boundary-list > li > span { color: var(--amber); font-family: var(--mono); font-size: .72rem; }
.boundary-list strong { font-size: 1.05rem; }
.boundary-list p { margin: 4px 0 0; color: #aeb8bf; }

.fit-section { background: var(--amber); color: var(--ink); }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.fit-grid h2 { max-width: 650px; }
.fit-copy { padding-top: 32px; border-top: 1px solid var(--ink); }
.fit-copy p:first-child { margin-top: 0; font-size: 1.22rem; font-weight: 650; }

.faq-section { background: var(--white); }
.faq-section h2 { max-width: 720px; }
.faq-list { margin-top: 48px; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-size: 1.1rem; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--muted); font-family: var(--mono); font-size: 1.5rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 780px; margin: -4px 0 28px; color: var(--muted); }

.contact-section { padding-block: clamp(88px, 10vw, 144px); background: var(--ink-3); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 7vw; }
.contact-grid > div { max-width: 850px; }
.contact-grid p:not(.section-index) { max-width: 720px; color: #bec7cd; font-size: 1.16rem; }
.contact-grid .button { margin-top: 24px; }

.site-footer { padding-block: 48px; background: var(--ink); color: #aeb8bf; border-top: 1px solid var(--light-line); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; align-items: start; }
.footer-brand { margin-bottom: 14px; }
.footer-grid p { margin: 0; font-size: .86rem; }
.footer-links { display: grid; gap: 12px; }
.footer-links a { min-height: 44px; display: flex; align-items: center; color: var(--white); }
.footer-status { text-align: right; font-family: var(--mono); font-size: .7rem !important; line-height: 1.7; letter-spacing: .05em; text-transform: uppercase; }

.legal-main { min-height: 70vh; padding-block: 104px 128px; background: var(--white); }
.legal-shell { max-width: 880px; margin-left: max(24px, calc((100vw - var(--max)) / 2)); }
.legal-shell h1 { color: var(--ink); font-size: clamp(3.8rem, 7vw, 6.5rem); }
.legal-shell h2 { margin-top: 56px; margin-bottom: 12px; font-size: 1.7rem; }
.legal-intro { font-size: 1.35rem; }
.legal-shell p { max-width: 760px; color: var(--muted); }
.legal-shell a { color: var(--text); font-weight: 700; }
.legal-note { margin-top: 64px; padding-top: 24px; border-top: 1px solid var(--line); font-size: .9rem; }

.error-page { min-height: 100vh; background: var(--ink); color: var(--white); }
.error-main { width: min(calc(100% - 48px), 1000px); min-height: 100vh; margin-inline: auto; padding-block: 48px 96px; display: grid; grid-template-rows: auto 1fr; }
.error-main > div { align-self: center; max-width: 800px; }
.error-main h1 { font-size: clamp(3.5rem, 8vw, 7rem); }
.error-main p:not(.section-index) { color: #b8c1c7; font-size: 1.2rem; }
.error-main .button { margin-top: 24px; }

@media (max-width: 960px) {
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .site-header nav a:not(.nav-contact) { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 64px; padding-block: 80px; }
  .hero { min-height: auto; }
  .signal-path { max-width: 680px; }
  .proof-grid { grid-template-columns: 1fr 2fr; }
  .proof-next { grid-column: 2; }
  .split-heading, .contact-grid { grid-template-columns: 1fr; gap: 24px; }
  .section-heading-row { grid-template-columns: 1fr; gap: 20px; align-items: start; }
  .process-list li > div { grid-template-columns: 1fr; gap: 12px; }
  .boundary-grid { grid-template-columns: 1fr; gap: 64px; }
  .offer-compare { grid-template-columns: 1fr; }
  .offer-compare article { padding: 40px 0; }
  .offer-compare article + article { padding-left: 0; border-left: 0; border-top: 1px solid var(--text); }
  .offer-compare article > p:not(.offer-name) { min-height: auto; }
  .fit-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
  .footer-status { grid-column: 1 / -1; text-align: left; }
  .legal-shell { margin-inline: 24px; }
}

@media (max-width: 600px) {
  .nav-row { min-height: 64px; }
  .brand-mark { width: 24px; height: 24px; }
  .site-header nav .nav-contact { padding-inline: 15px; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  h2 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .hero-grid { padding-block: 64px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .text-link { align-self: flex-start; }
  .signal-wave { height: 130px; gap: 4px; padding-inline: 16px; }
  .signal-topline span:last-child { display: none; }
  .path-steps li { grid-template-columns: 40px 1fr; padding-inline: 16px; }
  .proof-grid { grid-template-columns: 1fr; gap: 16px; }
  .proof-next { grid-column: auto; }
  .section { padding-block: 72px; }
  .process-list li { grid-template-columns: 44px 1fr; gap: 12px; }
  .process-list li > div { display: block; }
  .process-list p { margin-top: 10px; }
  .boundary-grid { gap: 40px; }
  dl div { grid-template-columns: 1fr; gap: 4px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-status { grid-column: auto; }
  .contact-section { padding-block: 72px; }
  .button { width: 100%; }
}

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

@media print {
  .site-header, .hero-actions, .site-footer { display: none; }
  .dark-section, .contact-section { background: #fff !important; color: #000 !important; }
  .section { break-inside: avoid; }
}
