/* ============================================================
   God With Me — marketing page
   Palette: ivory #F6F0E6 · ink #211D16 · deep green #315C44 · gold #C9A24B
   Type: Cormorant Garamond (display) · Source Sans 3 (body) — same as the app
   ============================================================ */

:root {
  --ivory: #f6f0e6;
  --ivory-soft: #fbf7ee;
  --paper: #fffdf8;
  --ink: #211d16;
  --ink-soft: #4d463a;
  --ink-faint: #8a8172;
  --green: #315c44;
  --green-deep: #224433;
  --green-ink: #16301f;
  --gold: #c9a24b;
  --gold-soft: #e6cf9a;
  --gold-faint: rgba(201, 162, 75, 0.16);
  --line: rgba(33, 29, 22, 0.1);
  --shadow-soft: 0 24px 60px -24px rgba(33, 29, 22, 0.25);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--ivory);
  color: var(--ink);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--gold-soft); color: var(--ink); }

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.wrap {
  width: min(1160px, 100% - 48px);
  margin-inline: auto;
}

/* ---------- shared bits ---------- */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--green);
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--gold);
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.section { padding: 110px 0; position: relative; }

.section-head { max-width: 640px; margin-bottom: 56px; }
.section-head h2 {
  font-size: clamp(34px, 4.6vw, 52px);
  margin: 16px 0 18px;
}
.section-head p { color: var(--ink-soft); font-size: 18px; }

/* reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--d, 0s);
}
.reveal.in { opacity: 1; transform: none; }

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

/* ---------- buttons / official store badges ---------- */

.btn-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }

/* Official Apple / Google badges — do not restyle artwork beyond size. */
.store-badge {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.store-badge:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}
.store-badge img {
  display: block;
  height: 40px;
  width: auto;
}
/* Google Play PNGs include large transparent padding — taller height matches Apple visually. */
.store-badge.google img {
  height: 60px;
  margin: -10px -8px;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 16px;
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 600;
  font-size: 15.5px;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.btn-ghost:hover { border-color: var(--green); background: rgba(49, 92, 68, 0.06); transform: translateY(-2px); }

.mock-note {
  font-size: 12.5px;
  color: var(--ink-faint);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.mock-note::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

/* ---------- nav ---------- */

.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}
.nav.scrolled {
  background: rgba(246, 240, 230, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 16px 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.brand img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(33, 29, 22, 0.18);
}
.nav-links {
  display: flex;
  gap: 26px;
  margin-left: auto;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink-soft);
}
.nav-links a { position: relative; padding: 4px 0; }
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1.5px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta {
  padding: 10px 20px;
  border-radius: 12px;
  background: var(--green);
  color: var(--ivory-soft);
  font-size: 14.5px;
  font-weight: 600;
  transition: background 0.25s ease, transform 0.25s ease;
}
.nav-cta:hover { background: var(--green-deep); transform: translateY(-1px); }
.nav-toggle {
  display: none;
  margin-left: auto;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 24px; height: 2px;
  background: var(--ink);
  margin: 5px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* ---------- hero ---------- */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 140px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(900px 620px at 82% 8%, rgba(201, 162, 75, 0.22), transparent 62%),
    radial-gradient(760px 620px at -8% 96%, rgba(49, 92, 68, 0.14), transparent 60%),
    var(--ivory);
}
.hero::before {
  /* slow rotating light rays */
  content: "";
  position: absolute;
  top: -42%; right: -18%;
  width: 900px; height: 900px;
  background: conic-gradient(
    from 0deg,
    transparent 0deg, rgba(230, 207, 154, 0.16) 12deg, transparent 26deg,
    transparent 60deg, rgba(230, 207, 154, 0.12) 74deg, transparent 92deg,
    transparent 140deg, rgba(230, 207, 154, 0.14) 156deg, transparent 172deg,
    transparent 220deg, rgba(230, 207, 154, 0.1) 236deg, transparent 252deg,
    transparent 300deg, rgba(230, 207, 154, 0.13) 316deg, transparent 332deg
  );
  border-radius: 50%;
  animation: rays 70s linear infinite;
  pointer-events: none;
}
@keyframes rays { to { transform: rotate(360deg); } }

.hero::after {
  /* film grain */
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 64px;
  align-items: center;
}

.hero-copy .eyebrow { margin-bottom: 22px; }
.hero-copy h1 {
  font-size: clamp(46px, 6.4vw, 84px);
  margin-bottom: 24px;
}
.hero-copy h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--green);
  position: relative;
  white-space: nowrap;
}
.hero-copy h1 em::after {
  content: "";
  position: absolute;
  left: 2%; right: 2%; bottom: 6%;
  height: 0.32em;
  background: var(--gold-faint);
  z-index: -1;
  border-radius: 4px;
}
.hero-copy .lede {
  font-size: 19.5px;
  color: var(--ink-soft);
  max-width: 520px;
  margin-bottom: 34px;
}
.hero-actions { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 44px;
  border-top: 1px solid var(--line);
  padding-top: 26px;
}
.stat { padding-right: 34px; margin-right: 34px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.stat b {
  display: block;
  font-family: var(--font-body);
  font-size: 30px;
  font-weight: 700;
  color: var(--green);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.stat span { font-size: 13.5px; color: var(--ink-faint); }

/* --- hero visual: orb + phone --- */

.hero-visual { position: relative; display: flex; justify-content: center; }

.orb {
  position: absolute;
  top: -70px;
  left: 50%;
  width: 120px; height: 120px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 42%, #fffdf4 0%, #f3dfae 42%, rgba(201, 162, 75, 0.55) 68%, rgba(201, 162, 75, 0) 100%);
  filter: blur(1px);
  animation: orbFloat 7s ease-in-out infinite;
  z-index: 2;
}
.orb::before, .orb::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  background: linear-gradient(to bottom, rgba(255, 250, 235, 0.95), rgba(255, 250, 235, 0));
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.orb::before { width: 2px; height: 260px; box-shadow: 0 0 18px 4px rgba(255, 244, 214, 0.8); }
.orb::after { width: 260px; height: 2px; box-shadow: 0 0 18px 4px rgba(255, 244, 214, 0.8); }
@keyframes orbFloat {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-14px); }
}

.phone {
  position: relative;
  width: 300px;
  border-radius: 46px;
  background: #14120e;
  padding: 12px;
  box-shadow: 0 40px 90px -30px rgba(33, 29, 22, 0.5), 0 0 0 1px rgba(33, 29, 22, 0.08);
  transform: rotate(2.5deg);
}
.phone-screen {
  border-radius: 36px;
  background: linear-gradient(175deg, #fbf6ec 0%, #f3ecdd 100%);
  overflow: hidden;
  padding: 22px 18px 26px;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.phone-notch {
  width: 110px; height: 24px;
  background: #14120e;
  border-radius: 14px;
  margin: 0 auto 6px;
}
.p-eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  text-align: center;
}
.p-title {
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  line-height: 1.15;
}
.p-chips { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; }
.p-chip {
  font-size: 11px;
  font-weight: 600;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  background: rgba(255, 253, 248, 0.7);
}
.p-chip.active {
  background: var(--green);
  border-color: var(--green);
  color: var(--ivory-soft);
}
.p-card {
  margin-top: 4px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 14px 30px -18px rgba(33, 29, 22, 0.25);
}
.p-card h4 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
.p-card p { font-size: 12px; color: var(--ink-faint); line-height: 1.45; }
.p-play {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}
.p-play-btn {
  width: 38px; height: 38px;
  flex: none;
  border-radius: 50%;
  background: var(--green);
  display: grid;
  place-items: center;
}
.p-play-btn svg { width: 14px; height: 14px; fill: var(--ivory-soft); margin-left: 2px; }
.p-progress { flex: 1; height: 4px; border-radius: 4px; background: rgba(33, 29, 22, 0.1); overflow: hidden; }
.p-progress i {
  display: block; height: 100%; width: 38%;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--gold), var(--green));
  animation: progress 5s ease-in-out infinite alternate;
}
@keyframes progress { from { width: 12%; } to { width: 82%; } }
.p-verse {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 13.5px;
  text-align: center;
  color: var(--ink-soft);
  line-height: 1.4;
}
.p-verse b { display: block; font-style: normal; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-top: 6px; }

.float-card {
  position: absolute;
  background: rgba(255, 253, 248, 0.92);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 18px;
  box-shadow: var(--shadow-soft);
  font-family: var(--font-display);
  font-size: 16.5px;
  font-style: italic;
  line-height: 1.3;
  max-width: 220px;
  animation: cardFloat 9s ease-in-out infinite;
}
.float-card b {
  display: block;
  font-family: var(--font-body);
  font-style: normal;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 6px;
}
.float-card.one { left: -40px; top: 16%; animation-delay: -3s; }
.float-card.two { right: -34px; bottom: 12%; }
@keyframes cardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ---------- verse marquee ---------- */

.marquee {
  background: var(--green-ink);
  color: var(--gold-soft);
  overflow: hidden;
  padding: 22px 0;
  position: relative;
}
.marquee-track {
  display: flex;
  gap: 64px;
  width: max-content;
  animation: marquee 46s linear infinite;
}
.marquee span {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 21px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 64px;
}
.marquee span::after { content: "✦"; font-style: normal; color: var(--gold); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- steps ---------- */

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 38px 32px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.step-num {
  font-family: var(--font-display);
  font-size: 62px;
  font-weight: 600;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.2px var(--gold);
  margin-bottom: 20px;
}
.step h3 { font-size: 26px; margin-bottom: 12px; }
.step p { color: var(--ink-soft); font-size: 16px; }

/* ---------- states grid ---------- */

.states { background: linear-gradient(180deg, var(--ivory) 0%, #efe7d7 100%); }
.states-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.state-card {
  background: rgba(255, 253, 248, 0.75);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 26px 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}
.state-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.state-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); border-color: rgba(201, 162, 75, 0.45); }
.state-card:hover::before { opacity: 1; }
.state-icon {
  width: 44px; height: 44px;
  border-radius: 13px;
  background: var(--gold-faint);
  color: var(--green);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}
.state-icon svg { width: 22px; height: 22px; }
.state-card h3 { font-size: 21px; margin-bottom: 6px; }
.state-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.5; }
.state-tag {
  position: absolute;
  top: 16px; right: 16px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 999px;
}
.state-tag.free { background: rgba(49, 92, 68, 0.12); color: var(--green); }
.state-tag.premium { background: var(--gold-faint); color: #8a6a1f; }
.states-more {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px;
  border: 1.5px dashed rgba(49, 92, 68, 0.35);
  border-radius: var(--radius-md);
  color: var(--green);
  font-weight: 600;
  font-size: 15.5px;
}

/* ---------- features ---------- */

.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature {
  border-radius: var(--radius-lg);
  padding: 34px 30px;
  background: var(--paper);
  border: 1px solid var(--line);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.feature.dark { background: var(--green); border-color: var(--green); color: var(--ivory-soft); }
.feature.dark p { color: rgba(251, 247, 238, 0.75); }
.feature-icon {
  width: 46px; height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--gold-faint);
  color: var(--green);
  margin-bottom: 18px;
}
.feature.dark .feature-icon { background: rgba(251, 247, 238, 0.14); color: var(--gold-soft); }
.feature-icon svg { width: 23px; height: 23px; }
.feature h3 { font-size: 23px; margin-bottom: 10px; }
.feature p { font-size: 15.5px; color: var(--ink-soft); }

/* ---------- premium (what's inside — no public pricing) ---------- */

.premium { background: linear-gradient(180deg, #efe7d7 0%, var(--ivory) 100%); }
.premium-panel {
  position: relative;
  overflow: hidden;
  background: var(--green-ink);
  color: var(--ivory-soft);
  border-radius: var(--radius-lg);
  padding: 60px 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  box-shadow: 0 40px 90px -36px rgba(22, 48, 31, 0.6);
}
.premium-panel::before {
  content: "";
  position: absolute;
  top: -180px; right: -120px;
  width: 420px; height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 207, 154, 0.2) 0%, rgba(230, 207, 154, 0) 65%);
  pointer-events: none;
}
.eyebrow.on-dark { color: var(--gold-soft); }
.premium-intro h2 { font-size: clamp(30px, 3.6vw, 44px); margin: 16px 0; }
.premium-intro p { color: rgba(251, 247, 238, 0.75); font-size: 16.5px; }
.premium-note {
  margin-top: 22px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--gold-soft);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.premium-note::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold-soft);
}
.premium-list {
  list-style: none;
  display: grid;
  gap: 18px;
  align-content: center;
  position: relative;
}
.premium-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 15.5px;
  line-height: 1.5;
  color: rgba(251, 247, 238, 0.85);
}
.premium-list .check {
  flex: none;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: rgba(230, 207, 154, 0.15);
  color: var(--gold-soft);
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 800;
  margin-top: 1px;
}
@media (max-width: 1024px) {
  .premium-panel { grid-template-columns: 1fr; gap: 36px; padding: 44px 32px; }
}

/* ---------- FAQ ---------- */

.faq-list { max-width: 780px; margin-inline: auto; display: grid; gap: 14px; }
.faq-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.faq-item[open] { border-color: rgba(201, 162, 75, 0.5); box-shadow: var(--shadow-soft); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 26px;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .plus {
  flex: none;
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  color: var(--green);
  transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}
.faq-item[open] summary .plus { transform: rotate(45deg); background: var(--green); color: var(--ivory-soft); border-color: var(--green); }
.faq-item .answer { padding: 0 26px 24px; color: var(--ink-soft); font-size: 16px; max-width: 640px; }

/* ---------- disclaimer ---------- */

.disclaimer {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 34px 0;
}
.disclaimer-inner {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  max-width: 860px;
  margin-inline: auto;
}
.disclaimer-icon {
  flex: none;
  width: 42px; height: 42px;
  border-radius: 12px;
  background: var(--gold-faint);
  color: #8a6a1f;
  display: grid;
  place-items: center;
}
.disclaimer-icon svg { width: 22px; height: 22px; }
.disclaimer p { font-size: 14.5px; color: var(--ink-soft); }
.disclaimer b { color: var(--ink); }

/* ---------- final CTA ---------- */

.cta {
  position: relative;
  overflow: hidden;
  background: var(--green-ink);
  color: var(--ivory-soft);
  text-align: center;
  padding: 130px 0;
}
.cta::before {
  content: "";
  position: absolute;
  top: -260px; left: 50%;
  transform: translateX(-50%);
  width: 640px; height: 640px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 207, 154, 0.22) 0%, rgba(230, 207, 154, 0) 65%);
  pointer-events: none;
}
.cta .eyebrow { color: var(--gold-soft); }
.cta h2 {
  font-size: clamp(38px, 5.4vw, 64px);
  margin: 18px auto 20px;
  max-width: 700px;
}
.cta h2 em { font-style: italic; color: var(--gold-soft); font-weight: 500; }
.cta p { color: rgba(251, 247, 238, 0.75); max-width: 520px; margin: 0 auto 38px; font-size: 18px; }
.cta .btn-row { justify-content: center; }
.cta .store-badge:hover { opacity: 0.88; }
.cta .mock-note { color: rgba(251, 247, 238, 0.55); }
.cta .mock-note::before { background: var(--gold-soft); }

/* ---------- footer ---------- */

.footer { background: var(--ivory); padding: 64px 0 40px; }
.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
}
.footer-brand { max-width: 320px; }
.footer-brand p { font-size: 14.5px; color: var(--ink-faint); margin-top: 14px; }
.footer-col h4 {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 16px;
  font-family: var(--font-body);
  font-weight: 700;
}
.footer-col ul { list-style: none; display: grid; gap: 10px; font-size: 15px; }
.footer-col a { color: var(--ink-soft); transition: color 0.2s ease; }
.footer-col a:hover { color: var(--green); }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding-top: 28px;
  font-size: 13px;
  color: var(--ink-faint);
}
.footer-bottom .verse { font-family: var(--font-display); font-style: italic; font-size: 15px; }

/* ---------- toast (mock links) ---------- */

.toast {
  position: fixed;
  bottom: 28px; left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: var(--ink);
  color: var(--ivory-soft);
  padding: 14px 22px;
  border-radius: 14px;
  font-size: 14.5px;
  box-shadow: 0 20px 50px -16px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
  z-index: 100;
  pointer-events: none;
  max-width: min(420px, calc(100vw - 40px));
  text-align: center;
}
.toast.show { transform: translateX(-50%) translateY(0); opacity: 1; }

/* ---------- legal pages (privacy / terms) ---------- */

.legal-page {
  padding: 48px 0 100px;
}
.legal-page .legal-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--green);
  margin-bottom: 36px;
}
.legal-page .legal-back:hover { color: var(--green-deep); }
.legal-page header {
  margin-bottom: 40px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.legal-page header h1 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  margin: 12px 0 14px;
  color: var(--green-ink);
}
.legal-page .legal-meta {
  font-size: 14.5px;
  color: var(--ink-faint);
}
.legal-prose {
  max-width: 720px;
  display: grid;
  gap: 22px;
  color: var(--ink-soft);
  font-size: 16.5px;
  line-height: 1.7;
}
.legal-prose h2 {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green);
  margin-top: 12px;
}
.legal-prose a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-prose a:hover { color: var(--green-deep); }
.legal-prose ul {
  padding-left: 1.2em;
  display: grid;
  gap: 8px;
}

/* ---------- responsive ---------- */

@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 80px; }
  .hero-copy { text-align: center; }
  .hero-copy .lede { margin-inline: auto; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-actions { align-items: center; }
  .hero-stats { justify-content: center; }
  .float-card.one { left: 0; }
  .float-card.two { right: 0; }
  .states-grid { grid-template-columns: repeat(3, 1fr); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .section { padding: 80px 0; }
  .nav-links, .nav .nav-cta { display: none; }
  .nav-toggle { display: block; }
  .nav.open .nav-links {
    display: flex;
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    background: rgba(246, 240, 230, 0.97);
    backdrop-filter: blur(16px);
    padding: 22px 24px 28px;
    gap: 18px;
    box-shadow: 0 20px 40px -20px rgba(33, 29, 22, 0.3);
  }
  .nav.open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav.open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav.open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .steps { grid-template-columns: 1fr; }
  .states-grid { grid-template-columns: repeat(2, 1fr); }
  .stat { padding-right: 22px; margin-right: 22px; }
  .float-card { display: none; }
}

@media (max-width: 520px) {
  .wrap { width: calc(100% - 36px); }
  .states-grid, .features-grid { grid-template-columns: 1fr; }
  .phone { width: 272px; }
  .hero-stats { gap: 18px; }
  .stat { border-right: 0; padding-right: 0; margin-right: 0; }
}
