:root {
  --ink: #f5f7f1;
  --muted: #9ba8a0;
  --muted-strong: #c4cdc5;
  --bg: #0b1514;
  --bg-deep: #07100f;
  --surface: #111e1b;
  --surface-soft: #142420;
  --line: rgba(206, 229, 213, 0.14);
  --line-strong: rgba(206, 229, 213, 0.26);
  --accent: #b8ef6d;
  --accent-strong: #d2ff87;
  --accent-dim: rgba(184, 239, 109, 0.12);
  --warning: #f2b56a;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max-width: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.modal-open { overflow: hidden; }

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(185, 239, 109, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(185, 239, 109, 0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  content: "";
  mask-image: linear-gradient(to bottom, black 0%, transparent 78%);
  pointer-events: none;
}

button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.page-shell { overflow: hidden; }
.site-header, .site-footer, .section, .hero, .signal-strip { width: min(calc(100% - 48px), var(--max-width)); margin-inline: auto; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 94px;
  border-bottom: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 760; letter-spacing: -0.06em; }
.brand-accent { color: var(--accent); }
.brand-mark { display: inline-flex; align-items: flex-end; gap: 3px; width: 25px; height: 24px; }
.brand-mark span { display: block; width: 6px; border-radius: 3px 3px 1px 1px; background: var(--accent); }
.brand-mark span:nth-child(1) { height: 13px; opacity: .62; }
.brand-mark span:nth-child(2) { height: 20px; }
.brand-mark span:nth-child(3) { height: 16px; opacity: .8; }
.desktop-nav { display: flex; gap: 32px; margin-left: 80px; }
.desktop-nav a { color: var(--muted); font-size: 13px; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--ink); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 50px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: -.01em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button span { font-size: 19px; line-height: 1; }
.button-primary { background: var(--accent); color: #0b1514; box-shadow: 0 12px 32px rgba(184, 239, 109, .14); }
.button-primary:hover { background: var(--accent-strong); }
.button-ghost { min-height: 38px; padding: 0 15px; border-color: var(--line-strong); background: transparent; color: var(--ink); }
.button-ghost:hover { border-color: var(--accent); color: var(--accent); }
.button-secondary { border-color: var(--line-strong); background: transparent; color: var(--ink); }
.button-secondary:hover { border-color: var(--accent); }
.button-light { background: var(--ink); color: var(--bg); box-shadow: 0 12px 32px rgba(245, 247, 241, .13); }
.button-light:hover { background: white; }
.button-small { font-size: 12px; }

.hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); gap: 56px; align-items: center; min-height: 668px; padding: 75px 0 83px; }
.hero-copy { padding-left: 10px; }
.eyebrow, .section-kicker, .modal-kicker { color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 25px; color: var(--muted-strong); letter-spacing: .1em; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(184, 239, 109, .1); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.065em; line-height: .98; }
h1 { max-width: 650px; margin-bottom: 27px; font-size: clamp(52px, 5.5vw, 80px); font-weight: 600; }
h1 em, h2 em { color: var(--accent); font-family: var(--serif); font-weight: 400; letter-spacing: -.06em; }
.hero-lede { max-width: 500px; margin-bottom: 32px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-bottom: 35px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(184,239,109,.45); padding-bottom: 3px; color: var(--accent); font-size: 13px; font-weight: 700; transition: border-color .2s ease, color .2s ease; }
.text-link:hover { border-color: var(--accent); color: var(--accent-strong); }
.text-link span { font-size: 17px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 15px 21px; color: var(--muted); font-size: 11px; }
.hero-notes i { display: inline-grid; width: 15px; height: 15px; margin-right: 5px; place-items: center; border-radius: 50%; background: var(--accent-dim); color: var(--accent); font-size: 10px; font-style: normal; }

.hero-visual { position: relative; min-height: 484px; }
.visual-orbit { position: absolute; border: 1px solid rgba(184, 239, 109, .09); border-radius: 50%; transform: rotate(-20deg); }
.orbit-one { top: 18px; left: 8%; width: 86%; height: 80%; }
.orbit-two { top: 75px; left: 0; width: 100%; height: 58%; border-color: rgba(206, 229, 213, .07); }
.visual-label { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.visual-label span { color: var(--accent); font-family: var(--serif); font-size: 13px; }
.label-input { top: 36px; left: 10%; }
.label-output { right: 7%; bottom: 59px; }
.document-card, .draft-card { position: absolute; z-index: 1; border: 1px solid var(--line-strong); background: rgba(17, 30, 27, .94); box-shadow: 0 26px 60px rgba(0,0,0,.24); }
.document-card { top: 91px; left: 0; width: 255px; padding: 18px 18px 15px; transform: rotate(-6deg); }
.card-topline { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 10px; }
.file-icon { display: inline-grid; width: 28px; height: 29px; place-items: center; border-radius: 4px; background: rgba(216, 102, 85, .18); color: #ed9d8b; font-size: 8px; font-weight: 800; }
.mini-dot { width: 4px; height: 4px; margin-left: auto; border-radius: 50%; background: #f2b56a; }
.document-meta { display: flex; justify-content: space-between; padding: 24px 0 17px; color: var(--muted); font-size: 7px; letter-spacing: .08em; }
.document-line { display: flex; justify-content: space-between; padding: 9px 0; border-top: 1px solid var(--line); color: var(--muted-strong); font-size: 10px; }
.document-line strong { color: var(--ink); font-size: 9px; font-weight: 600; }
.document-line.faded { opacity: .58; }
.line-heading { padding: 0 0 7px; border-top: 0; color: #708079; font-size: 8px; }
.document-footer { display: flex; justify-content: space-between; margin-top: 10px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--muted); font-size: 8px; }
.confidence { color: var(--accent); }
.flow-arrow { position: absolute; top: 238px; left: 225px; display: flex; gap: 4px; transform: rotate(-6deg); }
.flow-arrow span { display: block; width: 18px; height: 1px; background: var(--accent); opacity: .8; }
.flow-arrow span:nth-child(2) { width: 7px; }
.flow-arrow span:nth-child(3) { width: 3px; }
.draft-card { right: 0; bottom: 33px; width: 316px; padding: 20px 19px 16px; transform: rotate(4deg); }
.draft-heading { display: flex; align-items: center; gap: 10px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.success-icon { display: inline-grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: var(--accent-dim); color: var(--accent); font-weight: 800; }
.draft-heading strong, .draft-heading small { display: block; }
.draft-heading strong { font-size: 11px; }
.draft-heading small { margin-top: 2px; color: var(--muted); font-size: 8px; }
.more-icon { margin-left: auto; color: var(--muted); letter-spacing: 2px; }
.draft-row { display: flex; justify-content: space-between; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.draft-row > div { min-width: 0; }
.draft-row strong, .draft-row small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.draft-row strong { color: var(--muted-strong); font-size: 9px; font-weight: 650; }
.draft-row small { margin-top: 4px; color: var(--muted); font-size: 8px; }
.row-status { display: inline-block; width: 5px; height: 5px; margin: 0 7px 1px 0; border-radius: 50%; background: var(--accent); }
.row-status.warning { background: var(--warning); }
.match, .review { align-self: center; font-size: 9px; font-weight: 700; }
.match { color: var(--accent); }
.review { color: var(--warning); }
.draft-footer { display: flex; justify-content: space-between; padding-top: 14px; color: var(--muted); font-size: 8px; }
.draft-footer span:last-child { color: var(--warning); }
.visual-stat { position: absolute; right: 31%; top: 49%; display: flex; align-items: center; gap: 7px; padding: 10px 12px; border: 1px solid var(--line-strong); background: var(--surface-soft); box-shadow: 0 8px 25px rgba(0,0,0,.14); transform: rotate(-4deg); }
.visual-stat strong { color: var(--accent); font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: .8; }
.visual-stat span { color: var(--muted); font-size: 8px; line-height: 1.25; }

.signal-strip { display: grid; grid-template-columns: repeat(3, 1fr); padding: 20px 0 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal-strip > div { display: grid; grid-template-columns: 30px auto; column-gap: 12px; align-items: center; padding: 0 28px; border-right: 1px solid var(--line); }
.signal-strip > div:first-child { padding-left: 0; }
.signal-strip > div:last-child { border-right: 0; }
.signal-number { grid-row: 1 / span 2; color: var(--accent); font-family: var(--serif); font-size: 14px; }
.signal-strip strong { font-size: 12px; font-weight: 700; }
.signal-strip span:last-child { color: var(--muted); font-size: 10px; }

.section { padding: 145px 0; }
.section-intro { max-width: 600px; margin-bottom: 57px; }
.section-kicker { margin-bottom: 20px; }
h2 { margin-bottom: 23px; font-size: clamp(40px, 4vw, 62px); font-weight: 600; }
h2 span { color: var(--muted-strong); }
.section-intro p, .fit-copy p { max-width: 520px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.problem-card { min-height: 329px; padding: 27px 26px 23px; border: 1px solid var(--line); background: linear-gradient(150deg, rgba(20,36,32,.9), rgba(13,25,22,.8)); }
.card-index, .step-number { color: var(--accent); font-family: var(--serif); font-size: 13px; }
.problem-icon { display: flex; align-items: center; height: 74px; margin: 28px 0 21px; color: var(--accent); }
.icon-reference { gap: 9px; font-size: 13px; }
.icon-reference span:first-child { padding: 7px; border: 1px solid rgba(184,239,109,.35); color: var(--muted-strong); font-size: 11px; }
.icon-reference span:nth-child(3) { padding: 7px; background: var(--accent-dim); font-weight: 800; }
.icon-reference i { color: var(--accent); font-style: normal; }
.icon-units { gap: 8px; align-items: center; }
.icon-units > span:first-child, .icon-units > span:last-child { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--line-strong); color: var(--muted-strong); font-family: var(--serif); font-size: 19px; }
.icon-units > span:last-child { background: var(--accent-dim); color: var(--accent); }
.unit-box { padding: 8px 5px; border-top: 1px solid var(--accent); border-bottom: 1px solid var(--accent); color: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.icon-alert { position: relative; gap: 11px; }
.icon-alert > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--warning); border-radius: 50%; color: var(--warning); font-family: var(--serif); font-size: 24px; }
.icon-alert i { display: block; width: 8px; height: 8px; border: 1px solid rgba(242,181,106,.7); border-radius: 50%; }
.problem-card h3, .step-card h3 { margin-bottom: 10px; font-size: 17px; letter-spacing: -.035em; }
.problem-card p, .step-card p { margin-bottom: 20px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.card-footnote { padding-top: 15px; border-top: 1px solid var(--line); color: #6f7e76; font-size: 9px; letter-spacing: .04em; }

.how-section { padding-top: 108px; }
.split-intro { display: grid; grid-template-columns: 1.08fr .7fr; gap: 80px; max-width: 100%; align-items: end; }
.split-intro > p { margin-bottom: 6px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.step-card { min-height: 372px; padding: 26px; border-top: 1px solid var(--line-strong); background: linear-gradient(180deg, rgba(20,36,32,.68), rgba(11,21,20,.2)); }
.step-illustration { position: relative; height: 137px; margin: 28px 0 22px; }
.illustration-inbox { display: grid; place-items: center; }
.inbox-window { display: flex; flex-direction: column; gap: 9px; width: 196px; padding: 17px; border: 1px solid var(--line-strong); border-radius: 5px; background: var(--surface); box-shadow: 12px 12px 0 rgba(184,239,109,.06); }
.inbox-window > span { display: inline-block; width: 25px; height: 3px; border-radius: 4px; background: var(--muted); opacity: .55; }
.inbox-window b { display: block; padding: 8px; border: 1px solid var(--line); color: var(--muted-strong); font-size: 8px; font-weight: 500; }
.inbox-window b::before { display: inline-block; width: 16px; margin-right: 7px; color: var(--accent); content: "▱"; }
.inbox-badge, .map-tag { position: absolute; right: 11%; bottom: -5px; padding: 7px 8px; border: 1px solid rgba(184,239,109,.28); background: var(--accent-dim); color: var(--accent); font-size: 8px; font-weight: 750; }
.illustration-map { display: flex; align-items: center; justify-content: center; gap: 9px; }
.map-node { padding: 12px 9px; border: 1px solid var(--line-strong); background: var(--surface); color: var(--muted-strong); font-size: 9px; }
.map-node.target { border-color: rgba(184,239,109,.38); background: var(--accent-dim); color: var(--accent); }
.map-line { position: relative; width: 56px; height: 1px; background: var(--accent); }
.map-line::before, .map-line::after { position: absolute; top: -3px; width: 7px; height: 7px; border: solid var(--accent); border-width: 1px 1px 0 0; content: ""; transform: rotate(45deg); }
.map-line::before { right: -1px; }
.map-line::after { left: -1px; transform: rotate(-135deg); }
.map-tag { bottom: 0; }
.illustration-review { display: flex; flex-direction: column; justify-content: center; gap: 9px; width: 210px; margin-left: auto; margin-right: auto; }
.review-line { display: grid; grid-template-columns: 20px 1fr 33px; gap: 8px; align-items: center; }
.review-check { display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; background: var(--accent-dim); color: var(--accent); font-size: 10px; }
.review-line.warn .review-check { background: rgba(242,181,106,.14); color: var(--warning); }
.review-line > span:nth-child(2) { height: 5px; border-radius: 5px; background: var(--muted); opacity: .46; }
.review-line > span:nth-child(3) { height: 5px; border-radius: 5px; background: var(--muted); opacity: .2; }
.review-button { width: max-content; margin: 7px 0 0 auto; padding: 7px 9px; background: rgba(242,181,106,.14); color: var(--warning); font-size: 8px; }

.capabilities-section { padding-top: 85px; }
.compact-intro { margin-bottom: 45px; }
.capability-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 55px; align-items: center; }
.capability-list { border-top: 1px solid var(--line); }
.capability-item { display: grid; grid-template-columns: 36px 1fr 20px; gap: 13px; align-items: center; width: 100%; padding: 20px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--muted); text-align: left; transition: color .2s ease, padding .2s ease; }
.capability-item:hover, .capability-item.active { padding-left: 10px; color: var(--ink); }
.capability-icon { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--line-strong); color: var(--muted); font-size: 13px; }
.capability-item.active .capability-icon { border-color: var(--accent); background: var(--accent-dim); color: var(--accent); }
.capability-item strong, .capability-item small { display: block; }
.capability-item strong { font-size: 13px; }
.capability-item small { max-height: 0; overflow: hidden; color: var(--muted); font-size: 11px; line-height: 1.45; opacity: 0; transition: max-height .25s ease, opacity .25s ease, margin .25s ease; }
.capability-item.active small { max-height: 40px; margin-top: 5px; opacity: 1; }
.capability-arrow { color: var(--muted); font-size: 17px; }
.capability-item.active .capability-arrow { color: var(--accent); }
.capability-preview { min-height: 350px; padding: 27px; border: 1px solid var(--line-strong); background: linear-gradient(145deg, rgba(21,39,33,.9), rgba(11,22,19,.9)); box-shadow: 25px 25px 0 rgba(184,239,109,.035); }
.preview-top, .preview-title, .preview-bottom { display: flex; align-items: center; justify-content: space-between; }
.preview-top { padding-bottom: 22px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.preview-status { display: inline-flex; align-items: center; gap: 6px; color: var(--accent); }
.preview-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.preview-title { justify-content: flex-start; gap: 10px; padding: 24px 0 28px; }
.preview-avatar { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; background: #d6e2bd; color: #2d4937; font-size: 10px; font-weight: 800; }
.preview-title strong, .preview-title small { display: block; }
.preview-title strong { font-size: 13px; }
.preview-title small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.preview-menu { margin-left: auto; color: var(--muted); letter-spacing: 3px; }
.preview-rule { display: grid; grid-template-columns: 1fr auto; gap: 8px 18px; align-items: center; padding: 25px 19px; border: 1px solid var(--line); background: rgba(7,16,15,.4); }
.rule-label { color: var(--muted); font-size: 9px; }
.preview-rule strong { color: var(--muted-strong); font-size: 13px; font-weight: 650; text-align: right; }
.preview-rule .rule-target { color: var(--accent); }
.rule-connector { grid-column: 1 / -1; margin: -2px 0 -2px; color: var(--accent); font-size: 16px; line-height: .7; }
.preview-bottom { padding-top: 20px; color: var(--muted); font-size: 9px; }
.preview-confidence { color: var(--accent); }

.validation-section { position: relative; display: grid; grid-template-columns: 1.05fr .75fr; gap: 80px; align-items: center; width: min(calc(100% - 48px), var(--max-width)); min-height: 626px; margin: 48px auto 0; padding: 85px 75px; overflow: hidden; background: var(--accent); color: var(--bg); }
.validation-glow { position: absolute; top: -200px; right: -140px; width: 500px; height: 500px; border: 1px solid rgba(11,21,20,.18); border-radius: 50%; box-shadow: 0 0 0 35px rgba(11,21,20,.025), 0 0 0 95px rgba(11,21,20,.025), 0 0 0 175px rgba(11,21,20,.025); }
.validation-content, .validation-side { position: relative; z-index: 1; }
.validation-section .section-kicker { color: rgba(11,21,20,.7); }
.validation-section h2 { margin-bottom: 25px; color: var(--bg); }
.validation-section h2 em { color: var(--bg); }
.validation-content > p { max-width: 540px; margin-bottom: 30px; color: rgba(11,21,20,.72); font-size: 15px; line-height: 1.65; }
.validation-points { display: flex; flex-direction: column; gap: 12px; margin-bottom: 34px; color: rgba(11,21,20,.8); font-size: 11px; font-weight: 700; }
.validation-points i { display: inline-grid; width: 22px; height: 22px; margin-right: 7px; place-items: center; border: 1px solid rgba(11,21,20,.25); font-family: var(--serif); font-size: 10px; font-style: normal; }
.validation-disclaimer { display: block; max-width: 420px; margin-top: 19px; color: rgba(11,21,20,.59); font-size: 9px; line-height: 1.5; }
.side-label { margin-bottom: 13px; color: rgba(11,21,20,.6); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.report-card { padding: 24px; background: rgba(245,247,241,.96); box-shadow: 18px 18px 0 rgba(11,21,20,.11); }
.report-head { display: flex; align-items: center; gap: 10px; padding-bottom: 18px; border-bottom: 1px solid rgba(11,21,20,.12); }
.report-file { display: grid; width: 29px; height: 30px; place-items: center; border-radius: 3px; background: rgba(11,21,20,.09); color: var(--bg); font-size: 8px; font-weight: 800; }
.report-head strong, .report-head small { display: block; }
.report-head strong { color: var(--bg); font-size: 11px; }
.report-head small { margin-top: 2px; color: #738078; font-size: 8px; }
.report-check { display: grid; width: 22px; height: 22px; margin-left: auto; place-items: center; border-radius: 50%; background: #dcefc0; color: #54713f; font-size: 12px; }
.report-score { display: flex; align-items: center; gap: 15px; padding: 25px 0 21px; }
.score-ring { display: flex; align-items: baseline; justify-content: center; width: 69px; height: 69px; border: 5px solid #bee87b; border-left-color: #e4e9df; border-radius: 50%; color: var(--bg); }
.score-ring strong { font-family: var(--serif); font-size: 24px; font-weight: 400; }
.score-ring span { font-size: 11px; }
.report-score > div:last-child > span, .report-score small { display: block; }
.report-score > div:last-child > span { color: var(--bg); font-size: 12px; font-weight: 700; line-height: 1.25; }
.report-score small { margin-top: 5px; color: #7a867e; font-size: 8px; }
.report-metrics { display: grid; grid-template-columns: repeat(3, 1fr); padding: 15px 0; border-top: 1px solid rgba(11,21,20,.12); border-bottom: 1px solid rgba(11,21,20,.12); }
.report-metrics div { border-right: 1px solid rgba(11,21,20,.12); text-align: center; }
.report-metrics div:last-child { border: 0; }
.report-metrics strong, .report-metrics span { display: block; }
.report-metrics strong { color: var(--bg); font-family: var(--serif); font-size: 21px; font-weight: 400; }
.report-metrics span { color: #7a867e; font-size: 8px; }
.report-bar { height: 6px; margin: 20px 0 16px; background: #e6ece0; }
.report-bar span { display: block; height: 100%; background: #a4da60; }
.report-note { color: #7a867e; font-size: 8px; }
.report-note span { margin-right: 5px; color: #6b9e35; font-size: 12px; }

.fit-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: end; }
.fit-copy h2 { max-width: 500px; }
.fit-copy h2 span { color: var(--muted-strong); font-family: var(--serif); font-weight: 400; }
.fit-copy p { margin-bottom: 27px; }
.fit-criteria { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.criterion { min-height: 146px; padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.criterion span, .criterion strong, .criterion small { display: block; }
.criterion > span { color: var(--accent); font-family: var(--serif); font-size: 12px; }
.criterion strong { margin: 22px 0 2px; font-size: 23px; letter-spacing: -.04em; }
.criterion small { color: var(--muted); font-size: 9px; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; padding-top: 50px; }
.faq-section .compact-intro { margin-bottom: 0; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 30px; padding: 21px 0; color: var(--muted-strong); font-size: 14px; font-weight: 650; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--accent); font-size: 20px; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -5px 0 21px; color: var(--muted); font-size: 13px; line-height: 1.65; }

.final-cta { width: min(calc(100% - 48px), var(--max-width)); margin: 30px auto 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.final-cta-inner { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding: 79px 0; }
.final-cta h2 { margin-bottom: 0; font-size: clamp(37px, 4vw, 58px); }
.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; min-height: 130px; }
.footer-center { text-align: center; }
.site-footer p { margin: 0; color: var(--muted); font-size: 10px; text-align: center; }
.footer-links { display: flex; justify-content: center; gap: 13px; margin-top: 10px; }
.footer-links a, .footer-links button { border: 0; background: transparent; color: #748178; font-size: 9px; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { color: var(--accent); }
.footer-note { color: #66756c; font-size: 9px; text-align: right; }

.modal-backdrop { position: fixed; z-index: 10; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(3, 9, 8, .78); backdrop-filter: blur(10px); }
.modal-backdrop[hidden] { display: none; }
.modal { position: relative; width: min(100%, 650px); max-height: min(790px, calc(100vh - 48px)); overflow: auto; padding: 42px; border: 1px solid var(--line-strong); background: #101e1b; box-shadow: 0 30px 80px rgba(0,0,0,.42); }
.modal-close { position: absolute; top: 18px; right: 20px; border: 0; background: transparent; color: var(--muted); font-size: 27px; font-weight: 200; line-height: 1; }
.modal-close:hover { color: var(--ink); }
.modal h2 { margin: 14px 0 14px; font-size: 40px; }
.modal-intro { max-width: 500px; margin-bottom: 27px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px 14px; }
.form-grid label, .checkbox-label { display: block; color: var(--muted-strong); font-size: 10px; font-weight: 700; }
.form-grid label > span { color: var(--accent); }
input, select { width: 100%; height: 44px; margin-top: 7px; padding: 0 12px; border: 1px solid var(--line-strong); border-radius: 3px; outline: 0; background: #0b1715; color: var(--ink); font-size: 12px; }
input::placeholder { color: #66756c; }
select { color: var(--muted-strong); }
input:focus, select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(184,239,109,.08); }
.checkbox-label { display: flex; align-items: flex-start; gap: 9px; margin: 22px 0 20px; color: var(--muted); font-size: 10px; font-weight: 400; line-height: 1.5; }
.checkbox-label input { flex: 0 0 15px; width: 15px; height: 15px; margin: 0; accent-color: var(--accent); }
.checkbox-label a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.checkbox-label b { color: var(--accent); font-weight: 500; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-submit { width: 100%; }
.form-privacy { margin: 13px 0 0; color: #66756c; font-size: 9px; text-align: center; }
.form-success { padding: 35px 0 14px; text-align: center; }
.success-large { display: grid; width: 56px; height: 56px; margin: 0 auto 20px; place-items: center; border-radius: 50%; background: var(--accent-dim); color: var(--accent); font-size: 26px; }
.form-success h3 { margin-bottom: 9px; font-size: 20px; }
.form-success p { margin-bottom: 22px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.form-success code { color: var(--accent); font-size: 11px; }

.cookie-banner { position: fixed; z-index: 9; right: 20px; bottom: 20px; display: flex; width: min(100% - 40px, 690px); gap: 25px; align-items: center; justify-content: space-between; padding: 19px 20px; border: 1px solid var(--line-strong); background: rgba(15, 29, 26, .97); box-shadow: 0 18px 52px rgba(0,0,0,.34); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 12px; }
.cookie-banner p { max-width: 410px; margin: 0 0 7px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.cookie-banner a { color: var(--accent); font-size: 10px; }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.cookie-actions .button { min-height: 37px; padding: 0 12px; white-space: nowrap; }

.legal-page { width: min(calc(100% - 48px), 830px); margin: 0 auto; padding: 85px 0 125px; }
.legal-page h1 { margin: 15px 0 23px; font-size: clamp(44px, 6vw, 67px); }
.legal-page h1 em { color: var(--accent); font-family: var(--serif); font-weight: 400; }
.legal-page > p { max-width: 660px; color: var(--muted); line-height: 1.65; }
.legal-notice { margin: 35px 0 54px; padding: 17px 19px; border-left: 2px solid var(--accent); background: var(--accent-dim); color: var(--muted-strong); font-size: 12px; line-height: 1.6; }
.legal-section { padding: 26px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin-bottom: 13px; font-size: 25px; letter-spacing: -.045em; }
.legal-section p, .legal-section li { color: var(--muted); font-size: 13px; line-height: 1.7; }
.legal-section ul { margin: 10px 0 0; padding-left: 20px; }
.legal-placeholder { color: var(--accent); font-weight: 700; }
.legal-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 28px; color: var(--accent); font-size: 12px; font-weight: 700; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; gap: 20px; padding-top: 64px; }
  .hero-copy { padding-left: 0; }
  .hero-visual { max-width: 650px; width: 100%; margin: 0 auto; }
  .capability-layout, .fit-section, .faq-section { grid-template-columns: 1fr; gap: 48px; }
  .faq-section { padding-top: 25px; }
  .validation-section { grid-template-columns: 1fr; gap: 45px; padding: 70px 48px; }
  .validation-side { max-width: 410px; }
  .split-intro { gap: 40px; }
}

@media (max-width: 700px) {
  .site-header, .site-footer, .section, .hero, .signal-strip, .final-cta { width: min(calc(100% - 32px), var(--max-width)); }
  .site-header { min-height: 78px; }
  .desktop-nav { display: none; }
  .site-header .button { min-height: 34px; padding: 0 10px; font-size: 10px; }
  .hero { min-height: auto; padding: 58px 0 65px; }
  h1 { font-size: clamp(46px, 14vw, 70px); }
  .hero-lede { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .hero-notes { gap: 10px 13px; }
  .hero-visual { min-height: 395px; transform: scale(.82); transform-origin: top center; width: 122%; margin-bottom: -60px; margin-left: -11%; }
  .document-card { left: 1%; }
  .draft-card { right: 1%; }
  .visual-stat { right: 29%; }
  .signal-strip { grid-template-columns: 1fr; gap: 16px; padding: 20px 0; }
  .signal-strip > div, .signal-strip > div:first-child { padding: 0; border-right: 0; }
  .signal-strip > div { grid-template-columns: 30px 1fr; }
  .section { padding: 95px 0; }
  .section-intro { margin-bottom: 38px; }
  h2 { font-size: 42px; }
  .problem-grid, .steps-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 280px; }
  .step-card { min-height: 320px; }
  .split-intro { display: block; }
  .split-intro > p { margin-top: 22px; }
  .capabilities-section { padding-top: 25px; }
  .capability-preview { min-height: 340px; padding: 20px; }
  .preview-rule { padding: 20px 13px; }
  .preview-rule strong { font-size: 11px; }
  .validation-section, .final-cta { width: calc(100% - 32px); }
  .validation-section { margin-top: 8px; padding: 61px 25px; }
  .validation-section h2 { font-size: 40px; }
  .report-card { padding: 19px; }
  .fit-criteria { gap: 0; }
  .criterion { min-height: 130px; padding: 18px; }
  .criterion strong { margin-top: 16px; }
  .faq-section { padding-top: 20px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; padding: 58px 0; }
  .final-cta h2 { font-size: 39px; }
  .site-footer { display: flex; align-items: flex-start; flex-direction: column; gap: 16px; padding: 35px 0; }
  .site-footer p, .footer-note { text-align: left; }
  .footer-center { text-align: left; }
  .footer-links { justify-content: flex-start; }
  .modal { padding: 34px 22px 26px; }
  .modal h2 { font-size: 35px; }
  .form-grid { grid-template-columns: 1fr; gap: 14px; }
  .cookie-banner { right: 16px; bottom: 16px; flex-direction: column; align-items: flex-start; width: calc(100% - 32px); gap: 14px; }
  .cookie-actions { width: 100%; }
  .cookie-actions .button { flex: 1; }
  .legal-page { width: calc(100% - 32px); padding: 58px 0 90px; }
}

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