:root {
  color-scheme: light;
  --ink: #15201c;
  --muted: #66736c;
  --paper: #f5f3ec;
  --card: #fffdf7;
  --line: #d8d8cd;
  --signal: #bcff5c;
  --signal-dark: #315b18;
  --navy: #10273a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.6; }
a { color: inherit; }
.nav, main, footer { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.nav { height: 72px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: .9rem; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 750; letter-spacing: -.02em; }
.brand span { background: var(--ink); color: var(--signal); border-radius: 6px; padding: 4px 7px; letter-spacing: .08em; font-size: .72rem; }
.checkout-banner { width: min(1120px, calc(100% - 40px)); margin: 18px auto 0; padding: 14px 18px; border: 1px solid var(--line); border-radius: 9px; font-weight: 750; }
.checkout-banner.success { background: #e7ffd0; border-color: #8ac64d; color: #1f4513; }
.checkout-banner.neutral { background: var(--card); color: var(--muted); }
.hero { padding: 100px 0 72px; max-width: 920px; }
.eyebrow { font-size: .73rem; font-weight: 800; letter-spacing: .15em; color: var(--signal-dark); margin: 0 0 12px; }
h1 { margin: 0; max-width: 900px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 6.6rem); line-height: .96; letter-spacing: -.055em; font-weight: 500; }
.lede { max-width: 710px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.35rem); margin: 30px 0; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border-radius: 7px; padding: 0 20px; font: inherit; font-weight: 750; text-decoration: none; cursor: pointer; border: 1px solid var(--ink); }
.button.primary { color: #0b1711; background: var(--signal); border-color: #5c982f; }
.button.primary:hover { background: #adf04f; }
.button.secondary { background: transparent; }
.microcopy, .fineprint { color: var(--muted); font-size: .85rem; }
.proof { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--navy); color: white; border-radius: 12px; overflow: hidden; }
.proof div { padding: 28px; border-right: 1px solid #395064; display: grid; gap: 4px; }
.proof div:last-child { border: 0; }
.proof strong { color: var(--signal); font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.proof span { color: #c7d0d7; font-size: .86rem; }
.section { padding: 90px 0; border-bottom: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
h2 { margin: 0 0 16px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.05; letter-spacing: -.035em; font-weight: 500; }
.status { color: var(--muted); font-size: .84rem; }
.signals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.signal-card, .card, .empty-state { background: var(--card); border: 1px solid var(--line); border-radius: 10px; padding: 24px; box-shadow: 0 9px 30px rgb(31 46 38 / 5%); }
.signal-card h3 { font-family: Georgia, serif; font-size: 1.45rem; line-height: 1.2; margin: 8px 0 16px; }
.signal-card a { font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.signal-meta { color: var(--signal-dark); font-weight: 800; letter-spacing: .09em; font-size: .69rem; }
.original { color: var(--muted); font-size: .86rem; border-top: 1px solid var(--line); padding-top: 14px; }
.empty-state { grid-column: 1 / -1; color: var(--muted); }
.split, .pricing { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(36px, 8vw, 100px); align-items: center; }
.form, .price-card { display: grid; gap: 12px; }
label { font-size: .82rem; font-weight: 800; }
input { width: 100%; min-height: 50px; border: 1px solid #abb1aa; border-radius: 6px; padding: 0 14px; font: inherit; background: white; }
input:focus { outline: 3px solid rgb(188 255 92 / 45%); border-color: var(--signal-dark); }
.form-status { min-height: 1.6em; margin: 0; color: var(--muted); font-size: .85rem; }
.form-status.success { color: var(--signal-dark); font-weight: 750; }
.pricing { background: var(--navy); color: white; margin: 80px auto; padding: clamp(38px, 6vw, 70px); border: 0; border-radius: 14px; }
.pricing .eyebrow { color: var(--signal); }
.pricing p, .pricing li { color: #c7d0d7; }
.pricing .card { color: var(--ink); }
.pricing .card p { color: var(--ink); }
.price { font-family: Georgia, serif; font-size: 3.5rem; letter-spacing: -.04em; }
.text-button { appearance: none; border: 0; background: none; text-decoration: underline; cursor: pointer; padding: 8px; font: inherit; }
.hidden { display: none; }
button:disabled { opacity: .65; cursor: wait; }
.checkout-complete button:disabled { opacity: 1; cursor: default; background: #e7ffd0; border-color: #8ac64d; }
.checkout-complete input:disabled { background: #f0efe8; color: var(--muted); }
.coverage { max-width: 760px; }
footer { min-height: 100px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--muted); font-size: .78rem; }

@media (max-width: 760px) {
  .nav, main, footer, .checkout-banner { width: min(100% - 28px, 1120px); }
  .hero { padding-top: 70px; }
  .proof, .signals, .split, .pricing { grid-template-columns: 1fr; }
  .proof div { border-right: 0; border-bottom: 1px solid #395064; }
  .section-heading, footer { align-items: flex-start; flex-direction: column; }
  .pricing { margin-block: 40px; }
}

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