: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); }

/* Urgency banner */
.urgency-banner {
  background: var(--navy-deep);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  padding: 10px 24px;
  font-size: 13.5px;
  font-weight: 700;
  text-align: center;
}
.urgency-banner a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
}
.urgency-banner a:hover { color: 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); }

.nav-toggle {
  display: none;
  background: none; border: none; cursor: pointer;
  width: 34px; height: 34px; padding: 0;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav-toggle span { width: 20px; height: 2px; background: var(--ink); border-radius: 2px; }

/* 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; }
.checklist-ack {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: oklch(30% 0.05 155 / .35);
  border: 1px solid oklch(70% 0.1 155 / .5);
  color: oklch(90% 0.03 155);
  font-size: .88rem;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 999px;
  margin: 0 0 18px;
}
.checklist-ack span { color: oklch(78% 0.13 155); font-weight: 700; }
.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; }

.faq-highlight {
  background: var(--accent-tint);
  border: 1px solid var(--accent);
  border-radius: var(--radius-lg);
  padding: 8px 24px;
  margin-bottom: 40px;
}
.faq-highlight details { padding: 18px 0; }
.faq-highlight details:last-child { border-bottom: none; }

.faq-groups { display: flex; flex-direction: column; gap: 34px; }
.faq-group-label {
  display: flex; align-items: center; gap: 10px;
  font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em;
  color: var(--muted-2); margin-bottom: 4px;
}
.faq-icon {
  width: 26px; height: 26px; border-radius: 50%; background: var(--accent-tint);
  color: var(--accent-dark); display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; flex-shrink: 0;
}
.faq-group details:last-child { border-bottom: none; }

/* Sample + final CTA */
.sample { text-align: center; }
.sample .wrap { max-width: 620px; }
.sample p { color: var(--muted); }
.sample-preview-img {
  width: 100%;
  height: auto;
  max-width: 480px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  margin: 8px 0 28px;
}
.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; }
.sample-secondary-cta { font-size: 13.5px; color: var(--muted); margin-top: 14px; }

/* 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 */
.checklist-hero {
  background: linear-gradient(160deg, var(--navy-deep), var(--navy));
  padding: 56px 0 44px;
}
.checklist-hero .eyebrow {
  display: inline-block;
  color: oklch(78% 0.1 155);
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .02em;
  margin-bottom: 14px;
}
.checklist-hero h1 { color: #fff; margin-bottom: 14px; font-size: clamp(1.7rem, 4vw, 2.4rem); }
.checklist-hero .lede { color: oklch(88% 0.015 255); font-size: 1.05rem; line-height: 1.6; max-width: 68ch; margin: 0 0 24px; }

.print-brand { display: none; }

.print-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--navy);
  border-color: transparent;
}
.print-btn:hover { background: oklch(94% 0.01 255); }
.print-btn-bottom-wrap { text-align: center; padding: 8px 0 28px; }
.print-btn-bottom-wrap .print-btn { background: var(--accent-tint); color: var(--accent-dark); }

.checklist-body { padding: 48px 0 16px; }
.checklist-body .wrap { max-width: 820px; }
.check-category {
  display: flex;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.check-category:last-child { border-bottom: none; }
.check-num {
  flex: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent-tint);
  color: var(--accent-dark);
  font-family: "Source Serif 4", serif;
  font-weight: 700;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.check-content h2 { font-size: 1.1rem; margin: 0 0 12px; }
.check-list { margin: 0; padding-left: 20px; color: var(--muted); }
.check-list li { margin-bottom: 8px; line-height: 1.6; font-size: 15px; }

.checklist-cta-final {
  background: var(--navy-deep);
  padding: 52px 0;
  text-align: center;
  margin-top: 24px;
}
.checklist-cta-final .wrap { max-width: 620px; }
.checklist-cta-final h2 { font-size: 1.4rem; margin-bottom: 14px; color: #fff; }
.checklist-cta-final p { color: oklch(85% 0.015 255); font-size: 15.5px; line-height: 1.65; margin: 0 0 26px; }

.checklist-cta-inline {
  background: var(--accent-tint);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px 24px;
  margin: 8px 0 4px;
  text-align: center;
}
.checklist-cta-inline p {
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
  margin: 0 0 14px;
}

@media (max-width: 640px) {
  .check-category { gap: 14px; }
  .check-num { width: 30px; height: 30px; font-size: 15px; }
  .checklist-cta { padding: 40px 0; }
}

.legal { padding: 64px 0 90px; }
.legal .wrap { max-width: 760px; }
.legal h1 { margin-bottom: 8px; }
.legal-updated { color: var(--muted-2); font-size: .9rem; margin-bottom: 36px; }
.legal h2 { font-size: 1.15rem; margin: 34px 0 12px; }
.legal p, .legal li { color: var(--muted); font-size: 15px; line-height: 1.7; }
.legal ul { margin: 0 0 16px; padding-left: 20px; }
.legal li { margin-bottom: 8px; }

.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-toggle { display: flex; }
  .nav nav {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0;
    background: var(--bg); border-bottom: 1px solid var(--line);
    padding: 8px 24px 16px;
  }
  .nav nav.is-open { display: flex; }
  .nav nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav nav a:last-child { border-bottom: 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%; }
  .urgency-banner { text-align: center; padding: 10px 16px; }
  .faq-highlight { padding: 4px 18px; }
  .faq-groups { gap: 26px; }
}

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

@media print {
  @page { size: letter; margin: 0.6in; }

  body { background: #fff; color: #000; font-size: 11pt; }

  .nav, .footer, .urgency-banner, .print-btn, .print-btn-bottom-wrap,
  .checklist-cta-inline, .checklist-cta-final, .nav-toggle {
    display: none !important;
  }

  .checklist-hero {
    background: none !important;
    padding: 0 0 16px;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
  }
  .print-brand {
    display: block;
    font-weight: 700;
    font-size: 10pt;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 10px;
  }
  .checklist-hero .eyebrow { color: #000; }
  .checklist-hero h1, .checklist-hero .lede { color: #000; }
  .checklist-hero .lede { margin-bottom: 0; }

  .checklist-body { padding: 0; }
  .check-category {
    break-inside: avoid;
    page-break-inside: avoid;
    border-bottom: 1px solid #999;
    padding: 14px 0;
  }
  .check-num {
    background: #fff;
    color: #000;
    border: 1.5px solid #000;
  }
  .check-content h2 { color: #000; }
  .check-list { color: #000; }

  a { color: #000; text-decoration: none; }
  a[href]::after { content: ""; }
}
