:root {
  color-scheme: light;
  --ink: #17231d;
  --muted: #5f6d65;
  --line: #dfe7e1;
  --soft: #f6f8f6;
  --panel: #ffffff;
  --brand: #12372a;
  --brand-hover: #0c2b20;
  --accent: #dff2e7;
  --warning: #8c3e24;
  --warning-bg: #fff3ed;
  --shadow: 0 18px 55px rgba(22, 42, 31, 0.08);
  --radius: 20px;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fbfcfb;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251,252,251,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(223,231,225,.8);
}
.nav { height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; background: var(--brand); color: #fff; font-weight: 900; }
.nav-link { color: var(--muted); text-decoration: none; font-size: 14px; }
.nav-link:hover { color: var(--ink); }

.hero { padding: 96px 0 72px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px; color: var(--brand); font-weight: 750; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #4c8f6d; }
h1 { margin: 0; max-width: 780px; font-size: clamp(44px, 6vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
.hero-copy { margin: 24px 0 30px; max-width: 680px; color: var(--muted); font-size: clamp(18px, 2vw, 21px); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.btn { border: 0; border-radius: 12px; min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; font-weight: 750; text-decoration: none; transition: transform .15s ease, background .15s ease, border-color .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-hover); }
.btn-secondary { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.microcopy { margin-top: 14px; color: var(--muted); font-size: 13px; }

.section { padding: 82px 0; }
.section-soft { background: var(--soft); border-block: 1px solid var(--line); }
.section-head { max-width: 720px; margin-bottom: 36px; }
.kicker { color: var(--brand); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
h2 { margin: 10px 0 14px; font-size: clamp(32px, 4vw, 48px); letter-spacing: -.04em; line-height: 1.08; }
.section-head p { margin: 0; color: var(--muted); font-size: 18px; }

.demo-wrap { display: grid; grid-template-columns: .78fr 1.22fr; gap: 40px; align-items: center; }
.demo-note { color: var(--muted); }
.demo-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 28px; box-shadow: var(--shadow); }
.demo-badge { display: inline-flex; padding: 6px 9px; border-radius: 999px; background: #edf2ee; color: #4d5d54; font-weight: 800; font-size: 11px; letter-spacing: .08em; }
.demo-claim { margin: 18px 0 22px; font-size: 26px; font-weight: 850; letter-spacing: -.03em; }
.demo-results { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.demo-results li { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.demo-results span:first-child { color: var(--muted); }
.risk { color: var(--warning); font-weight: 800; }
.demo-disclaimer { margin: 16px 0 0; padding: 12px 14px; border-radius: 12px; background: var(--warning-bg); color: #6c3825; font-size: 13px; }

.value { text-align: center; }
.value-quote { max-width: 900px; margin: 0 auto; font-size: clamp(30px, 4vw, 46px); line-height: 1.15; letter-spacing: -.04em; font-weight: 820; }
.value p { color: var(--muted); font-size: 18px; }

.waitlist-shell { max-width: 760px; margin: 0 auto; padding: 42px; background: var(--brand); color: #fff; border-radius: 28px; box-shadow: var(--shadow); }
.waitlist-shell h2 { margin-top: 0; }
.waitlist-shell .sub { color: #cfe0d6; margin: -2px 0 26px; }
.waitlist-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.email-input { width: 100%; height: 52px; border-radius: 12px; border: 1px solid transparent; background: #fff; color: var(--ink); padding: 0 16px; outline: none; }
.email-input:focus { box-shadow: 0 0 0 3px rgba(209,236,221,.28); }
.waitlist-form .btn { background: #fff; color: var(--brand); min-height: 52px; }
.form-status { min-height: 24px; margin: 12px 0 0; color: #dfece4; font-size: 14px; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.footer { padding: 34px 0 42px; color: var(--muted); font-size: 14px; }
.footer-row { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.footer a { color: inherit; }

.privacy-main { padding: 72px 0 96px; }
.privacy-copy { max-width: 760px; }
.privacy-copy h1 { font-size: clamp(40px, 5vw, 58px); }
.privacy-copy h2 { margin-top: 40px; font-size: 24px; }
.privacy-copy p, .privacy-copy li { color: #46554d; }
.privacy-copy ul { padding-left: 22px; }
.privacy-meta { color: var(--muted); margin-top: 16px; }

@media (max-width: 820px) {
  .hero { padding-top: 64px; }
  .hero-grid, .demo-wrap { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav { height: 62px; }
  .brand span:last-child { display: none; }
  .hero { padding: 52px 0 56px; }
  .section { padding: 62px 0; }
  .waitlist-shell { padding: 28px 20px; border-radius: 22px; }
  .waitlist-form { grid-template-columns: 1fr; }
  .waitlist-form .btn { width: 100%; }
  .footer-row { align-items: flex-start; flex-direction: column; }
  .demo-results li { flex-direction: column; gap: 3px; }
}

/* V1.1 — product-led validation visuals */
.report-preview {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 26px;
  box-shadow: 0 28px 80px rgba(22, 42, 31, 0.11);
}
.report-preview::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--brand);
}
.report-topline { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; }
.report-kicker { display: block; color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.report-title { margin-top: 7px; max-width: 340px; font-size: 24px; line-height: 1.16; font-weight: 850; letter-spacing: -.035em; }
.report-verdict { margin: 24px 0 18px; padding: 15px 16px; background: #f4f7f5; border: 1px solid #e2e9e4; border-radius: 14px; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.verdict-label { color: var(--muted); font-size: 13px; }
.report-verdict strong { color: #5f3827; font-size: 14px; }
.report-metrics { border-block: 1px solid var(--line); }
.report-metric { padding: 14px 0; }
.report-metric + .report-metric { border-top: 1px solid var(--line); }
.metric-head, .split-metric { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.metric-head span, .split-metric span { color: var(--muted); font-size: 14px; }
.metric-head strong, .split-metric strong { font-size: 14px; }
.meter, .score-track { height: 6px; margin-top: 9px; overflow: hidden; border-radius: 999px; background: #e9eeeb; }
.meter span, .score-track span { display: block; height: 100%; border-radius: inherit; background: var(--brand); }
.report-risk { margin-top: 17px; display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.report-risk span { color: var(--muted); font-size: 13px; font-weight: 700; }
.report-risk strong { padding: 6px 9px; border-radius: 8px; background: var(--warning-bg); color: var(--warning); font-size: 11px; letter-spacing: .05em; }
.report-link { margin-top: 20px; display: inline-flex; align-items: center; gap: 8px; color: var(--brand); font-weight: 800; font-size: 14px; text-decoration: none; }
.report-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.report-disclaimer { margin: 14px 0 0; color: #7b877f; font-size: 11px; line-height: 1.45; }

.pitch-section { overflow: hidden; }
.pitch-compare { display: grid; grid-template-columns: 1fr 58px 1fr; align-items: stretch; gap: 0; }
.pitch-panel { min-height: 330px; border-radius: 22px; padding: 30px; }
.pitch-panel-sales { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); }
.pitch-panel-sales::after { content: ""; position: absolute; width: 180px; height: 180px; right: -78px; bottom: -78px; border-radius: 50%; background: #f0f4f1; }
.pitch-panel-reality { background: var(--brand); color: #fff; box-shadow: var(--shadow); }
.compare-label { font-size: 12px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); }
.pitch-panel-reality .compare-label { color: #bad1c4; }
.pitch-claim { margin: 24px 0; max-width: 400px; font-size: clamp(34px, 4vw, 54px); line-height: 1.02; font-weight: 880; letter-spacing: -.05em; }
.pitch-tags { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; }
.pitch-tags span { padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; background: #fbfcfb; color: #4f5f56; font-size: 12px; font-weight: 700; }
.pitch-panel-sales p { position: relative; z-index: 1; margin: 28px 0 0; color: var(--muted); }
.compare-arrow { display: grid; place-items: center; align-self: center; justify-self: center; width: 38px; height: 38px; border-radius: 50%; background: #fff; border: 1px solid var(--line); color: var(--brand); font-size: 20px; font-weight: 900; z-index: 2; }
.reality-list { list-style: none; padding: 0; margin: 20px 0 0; }
.reality-list li { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: baseline; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.15); }
.reality-list li:first-child { border-top: 0; }
.reality-list span { color: #9fc0ad; font-size: 11px; font-weight: 850; letter-spacing: .06em; }
.reality-list strong { font-size: 17px; font-weight: 720; }

.diligence-panel { display: grid; grid-template-columns: 1.05fr .95fr; background: #fff; border: 1px solid var(--line); border-radius: 26px; overflow: hidden; box-shadow: 0 20px 65px rgba(22,42,31,.07); }
.diligence-list { padding: 12px 34px; }
.diligence-item { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: start; padding: 20px 0; border-bottom: 1px solid var(--line); }
.diligence-item:last-child { border-bottom: 0; }
.diligence-check { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: var(--accent); color: var(--brand); font-size: 14px; font-weight: 900; }
.diligence-item h3 { margin: 0 0 4px; font-size: 17px; letter-spacing: -.02em; }
.diligence-item p { margin: 0; color: var(--muted); font-size: 14px; }
.score-panel { margin: 18px; padding: 26px; border-radius: 20px; background: #f4f7f5; border: 1px solid #e2e9e4; }
.score-panel-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 22px; font-size: 13px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.score-item { padding: 13px 0; border-top: 1px solid #dce5df; }
.score-item > div:first-child { display: flex; justify-content: space-between; gap: 18px; font-size: 13px; }
.score-item span { color: var(--muted); }
.score-item strong { font-size: 12px; }
.score-track-risk span { background: #a85436; }
.score-callout { margin-top: 19px; padding: 15px; border-radius: 13px; background: #fff; color: #435149; font-size: 13px; line-height: 1.5; }

@media (max-width: 820px) {
  .pitch-compare { grid-template-columns: 1fr; gap: 12px; }
  .compare-arrow { transform: rotate(90deg); }
  .diligence-panel { grid-template-columns: 1fr; }
  .score-panel { margin: 0 18px 18px; }
}

@media (max-width: 580px) {
  .report-preview { padding: 22px 18px; border-radius: 22px; }
  .report-topline { gap: 10px; }
  .report-title { font-size: 21px; }
  .report-verdict { align-items: flex-start; flex-direction: column; gap: 4px; }
  .pitch-panel { min-height: auto; padding: 24px 20px; }
  .pitch-claim { font-size: 38px; }
  .reality-list strong { font-size: 15px; }
  .diligence-list { padding: 8px 20px; }
  .score-panel { margin: 0 12px 12px; padding: 22px 18px; }
}
