:root {
  --accent: oklch(48% 0.1 155);
  --accent-dark: oklch(40% 0.1 155);
  --accent-tint: oklch(94% 0.02 155);
  --navy: oklch(30% 0.05 255);
  --navy-deep: oklch(20% 0.045 255);
  --ink: oklch(24% 0.02 255);
  --muted: oklch(45% 0.02 255);
  --muted-2: oklch(48% 0.02 255);
  --line: oklch(90% 0.01 255);
  --bg: oklch(99% 0.003 90);
  --bg-alt: oklch(97% 0.006 90);
  --radius: 12px;
  --radius-lg: 14px;
  --shadow: 0 12px 32px oklch(30% 0.05 255 / 0.1);
  --wrap: 1160px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

h1, h2, h3 {
  font-family: "Source Serif 4", serif;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 .6em;
  color: var(--ink);
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2rem, 5vw, 3.1rem); line-height: 1.14; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2rem); }
h3 { font-size: 1.06rem; font-weight: 700; }
p { margin: 0 0 1rem; }

a { color: var(--accent-dark); text-decoration: none; }
a:hover { color: var(--accent); }
::selection { background: oklch(85% 0.05 155); }

/* Nav */
.nav {
  border-bottom: 1px solid var(--line);
  background: color-mix(in oklab, var(--bg) 94%, transparent);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 20;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 68px; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--ink); text-decoration: none; font-size: 1.05rem; }
.brand-mark {
  width: 34px; height: 34px; border-radius: 8px; background: var(--navy);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.brand-mark span { color: #fff; font-family: "Source Serif 4", serif; font-weight: 700; font-size: 15px; }
.nav nav { display: flex; gap: 26px; }
.nav nav a { color: var(--muted-2); text-decoration: none; font-size: .93rem; font-weight: 500; }
.nav nav a:hover { color: var(--ink); }

/* Buttons */
.btn {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 24px;
  font-size: .98rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: background-color .15s ease, border-color .15s ease, opacity .15s ease, transform .1s ease;
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); }
.btn-secondary { background: #fff; color: var(--navy); border-color: var(--line); }
.btn-secondary:hover { border-color: var(--navy); }
.btn[disabled], .btn.is-disabled { opacity: .5; cursor: not-allowed; }

/* Hero */
.hero {
  background: linear-gradient(160deg, var(--navy-deep), var(--navy) 65%, oklch(33% 0.05 250));
  color: #fff;
  padding: 88px 0 72px;
}
.hero-inner { max-width: 800px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: oklch(38% 0.05 255 / 0.6); border: 1px solid oklch(55% 0.04 255 / 0.4);
  padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 600;
  color: oklch(88% 0.02 155); margin-bottom: 24px;
}
.hero h1 { color: #fff; margin-bottom: 22px; }
.lede { font-size: 1.12rem; line-height: 1.6; color: oklch(88% 0.015 255); max-width: 62ch; }

.state-card {
  background: oklch(24% 0.045 255 / 0.6); border: 1px solid oklch(50% 0.03 255 / 0.35);
  border-radius: var(--radius); padding: 20px;
  display: flex; flex-wrap: wrap; gap: 14px; align-items: flex-end; margin: 28px 0 16px;
}
.state-picker { flex: 1; min-width: 220px; }
.state-picker label {
  display: block; font-size: 11.5px; text-transform: uppercase; letter-spacing: .07em;
  color: oklch(75% 0.02 155); margin-bottom: 8px; font-weight: 600;
}
.state-picker select {
  width: 100%; padding: 13px 14px; font-size: 1rem; border-radius: 8px;
  border: 1px solid oklch(80% 0.01 255); background: #fff; color: var(--ink);
}
.state-help { font-size: 13.5px; color: oklch(72% 0.015 255); margin: 0 0 8px; }
.state-note { margin: 0 0 8px; color: #ffd9a0; font-size: .95rem; }

.waitlist { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: 6px 0 0; }
.waitlist input {
  padding: 13px 14px; font-size: 1rem; border-radius: 8px;
  border: 1px solid rgba(255,255,255,.25); min-width: 260px; background: #fff;
}
.waitlist-msg { color: #b9f0d8; font-size: .92rem; }

.trust { list-style: none; display: flex; flex-wrap: wrap; gap: 12px 30px; padding: 0; margin: 32px 0 0; }
.trust li { display: flex; align-items: center; gap: 8px; color: oklch(85% 0.015 255); font-size: .93rem; }
.trust li span { color: oklch(72% 0.1 155); font-weight: 700; }

/* Sections */
section { padding: 84px 0; }
.problem { background: var(--bg-alt); }
.included { background: var(--bg); }
.pricing { background: var(--bg-alt); }
.faq { background: var(--bg); }
.footer { background: var(--bg-alt); }
.section-title { text-align: center; margin-bottom: 12px; }
.section-sub { text-align: center; color: var(--muted-2); font-size: 1rem; margin: 0 0 48px; }

/* Problem / comparison */
.problem .wrap { display: grid; gap: 56px; grid-template-columns: 1.1fr .9fr; align-items: start; }
.problem h2 { margin-bottom: 18px; }
.problem p { color: var(--muted); font-size: 1rem; line-height: 1.7; }
.problem .sub-head { font-size: 1.05rem; margin-top: 1.6em; }
.problem .emphasis { font-weight: 600; color: var(--ink); }
.compare-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px; display: flex; flex-direction: column; gap: 20px; height: fit-content;
}
.compare-row .compare-label {
  font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted-2);
  font-weight: 600; margin-bottom: 6px;
}
.compare-row .compare-value { font-family: "Source Serif 4", serif; font-size: 26px; font-weight: 600; }
.compare-row.bad .compare-value { color: oklch(35% 0.06 25); }
.compare-row.good .compare-value { color: var(--accent); }
.compare-divider { height: 1px; background: var(--line); }

/* Cards / grid */
.grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px;
}
.card ul { margin: 0; padding-left: 20px; color: var(--muted); }
.card li { margin-bottom: 6px; }
.icon-box {
  width: 42px; height: 42px; border-radius: 9px; background: var(--accent-tint);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.icon-box .glyph { width: 18px; height: 20px; border: 2px solid var(--accent); border-radius: 2px; }
.card h3 { font-family: Inter, sans-serif; font-size: 17px; margin-bottom: 8px; }
.card p { font-size: 14.5px; line-height: 1.65; color: var(--muted); margin: 0; }
.card-highlight {
  background: var(--navy); border-radius: var(--radius); padding: 26px;
  display: flex; flex-direction: column; justify-content: center;
}
.card-highlight h3 { font-family: "Source Serif 4", serif; color: #fff; margin-bottom: 8px; font-size: 17px; }
.card-highlight p { color: oklch(80% 0.015 255); font-size: 14.5px; line-height: 1.65; margin: 0; }

/* Pricing */
.tiers { align-items: start; }
.tier {
  display: flex; flex-direction: column; position: relative;
  border-radius: var(--radius-lg); padding: 32px 28px;
}
.tier ul { flex: 1; margin-bottom: 20px; }
.tier .btn { width: 100%; }
.price { font-family: "Source Serif 4", serif; font-size: 38px; font-weight: 600; color: var(--navy); margin: 0 0 16px; }
.tier-pitch { color: var(--muted); font-size: 14.5px; line-height: 1.6; flex: 1; margin: 0 0 22px; }
.tier-featured { border: 2px solid var(--accent); box-shadow: var(--shadow); }
.badge {
  position: absolute; top: -14px; left: 28px;
  background: var(--accent); color: #fff; font-size: 11.5px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; padding: 6px 13px; border-radius: 999px;
}
.checkout-msg { margin-top: 20px; color: oklch(35% 0.06 25); font-size: .95rem; text-align: center; }

/* FAQ */
.faq .wrap { max-width: 760px; }
.faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq summary { cursor: pointer; font-weight: 600; font-size: 1rem; list-style: none; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--muted); font-weight: 400; font-size: 1.3rem; line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq details p { margin: 14px 0 0; color: var(--muted); font-size: 14.5px; line-height: 1.7; max-width: 78ch; }

/* Sample + final CTA */
.sample { text-align: center; }
.sample .wrap { max-width: 620px; }
.sample p { color: var(--muted); }
.final-cta { background: var(--navy-deep); color: #fff; text-align: center; }
.final-cta .wrap { max-width: 640px; }
.final-cta h2 { color: #fff; }
.final-cta p { color: oklch(82% 0.015 255); }
.final-cta .guarantee { font-size: 13.5px; color: oklch(68% 0.015 255); margin-top: 22px; }

/* Footer */
.footer { padding: 44px 0; border-top: 1px solid var(--line); }
.footer p { color: var(--muted-2); font-size: .87rem; max-width: 85ch; }

/* Thank-you page */
.thanks { padding: 90px 0; text-align: center; }
.thanks .wrap { max-width: 560px; }
.check-circle {
  width: 56px; height: 56px; border-radius: 50%; background: var(--accent-tint);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 24px;
}
.check-circle span { color: var(--accent-dark); font-size: 26px; font-weight: 700; }
.thanks h1 { margin-bottom: 14px; }
.thanks .sub { font-size: 15.5px; color: var(--muted); margin-bottom: 40px; }
.thanks .receive-label {
  font-size: 14px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted);
  margin: 0 0 16px; text-align: left;
}
.thanks .downloads {
  list-style: none; padding: 0; margin: 0 0 40px; text-align: left;
  display: flex; flex-direction: column; gap: 10px;
}
.thanks .downloads li {
  border: 1px solid var(--line); border-radius: 9px; padding: 14px 18px;
  margin: 0; background: #fff; font-size: 14.5px; display: flex; align-items: center; gap: 10px;
}
.thanks .downloads li::before { content: "\2713"; color: var(--accent); font-weight: 700; }
.thanks .fine-print { max-width: 60ch; margin: 0 auto 30px; color: var(--muted-2); font-size: .92rem; }
.thanks .actions { display: flex; gap: 12px; justify-content: center; margin-bottom: 20px; flex-wrap: wrap; }
.thanks .contact { color: var(--muted-2); font-size: .9rem; }

@media (max-width: 720px) {
  .hero { padding: 60px 0 48px; }
  section { padding: 56px 0; }
  .nav nav { display: none; }
  .problem .wrap { grid-template-columns: 1fr; }
  .grid { grid-template-columns: 1fr; }
  .state-picker select, .waitlist input { min-width: 0; width: 100%; }
  .state-card .btn, .waitlist .btn { width: 100%; }
  .thanks .actions { flex-direction: column; }
  .thanks .actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto !important; }
}
