/* BibleParent — bibleparent.app
   Premium landing design. Brand fonts: Cormorant Garamond (display) + Inter (body). */

:root {
  --cream: #f8f3ea;
  --cream-deep: #efe5d6;
  --beige: #efe5d6;
  --white: #fbf8f1;
  --ink: #2a241f;
  --ink-soft: #59493c;
  --ink-faint: #8a7a68;
  --espresso: #2a241f;
  --clay: #b98263;
  --clay-deep: #7a533d;
  --gold: #b98a2f;
  --gold-soft: #d7b56d;
  --gold-wash: #f4e9d2;
  --sage: #7e8b6f;
  --sage-wash: #eef0e6;
  --line: #e3d5c1;
  --line-soft: #ece0cd;
  --shadow-sm: 0 1px 2px rgba(59, 48, 32, 0.05), 0 2px 8px rgba(59, 48, 32, 0.05);
  --shadow-md: 0 2px 6px rgba(59, 48, 32, 0.06), 0 12px 32px rgba(59, 48, 32, 0.09);
  --shadow-lg: 0 4px 12px rgba(59, 48, 32, 0.08), 0 24px 64px rgba(59, 48, 32, 0.14);
  --radius: 20px;
  --radius-lg: 28px;
  --max-text: 720px;
  --max: 1160px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: "Inter", -apple-system, "Helvetica Neue", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 1.12;
  color: var(--ink);
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.6rem, 6vw, 4rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); margin-bottom: 1rem; }
h3 { font-size: 1.4rem; margin-bottom: 0.4rem; }

p { margin-bottom: 1.05rem; color: var(--ink-soft); }
p strong { color: var(--ink); }
p:last-child { margin-bottom: 0; }

a { color: var(--clay-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--clay); }

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

.eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 1rem;
}

.section-intro { max-width: 640px; }
.center { text-align: center; }
.center .section-intro { margin-left: auto; margin-right: auto; }
.center .step-card, .center .feature-card, .center .moment-card, .center .ba-card { text-align: left; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 0.8rem 1.5rem;
  background: rgba(250, 246, 238, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.site-header .inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
}
.brand:hover { color: var(--ink); }
.brand img {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  box-shadow: var(--shadow-sm);
}
.main-nav { display: flex; align-items: center; gap: 1.7rem; }
.main-nav a {
  font-size: 0.93rem;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
}
.main-nav a:hover { color: var(--ink); }
.header-cta, .main-nav a.header-cta {
  font-size: 0.9rem;
  font-weight: 600;
  background: linear-gradient(180deg, #d3a548, #b98a2f 55%, #a97e28);
  color: #fffdf8;
  padding: 0.55rem 1.2rem;
  border-radius: 99px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255, 253, 248, 0.35);
  transition: transform 0.15s ease, filter 0.15s ease;
}
.header-cta:hover, .main-nav a.header-cta:hover { color: #fffdf8; filter: brightness(1.07); transform: translateY(-1px); }
.header-cta .cta-short { display: none; }
@media (max-width: 700px) {
  .header-cta .cta-long { display: none; }
  .header-cta .cta-short { display: inline; }
}

/* ---------- Buttons ---------- */
.appstore-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: linear-gradient(180deg, #443826, var(--espresso) 55%, #2e2517);
  color: var(--cream);
  font-weight: 600;
  font-size: 1.02rem;
  padding: 0.95rem 1.9rem;
  border-radius: 16px;
  text-decoration: none;
  box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255, 253, 248, 0.18);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.appstore-btn:hover {
  color: var(--cream);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 253, 248, 0.18);
}
.appstore-btn .apple-mark { font-size: 1.25em; line-height: 1; }
.cta-row { display: flex; align-items: center; gap: 1.1rem; margin-top: 1.9rem; flex-wrap: wrap; }
.cta-note { font-size: 0.88rem; color: var(--ink-faint); }

/* ---------- Layout ---------- */
.section { padding: 5.5rem 1.5rem; }
.section .inner { max-width: var(--max-text); margin: 0 auto; }
.section .inner-wide { max-width: var(--max); margin: 0 auto; }
.section-alt { background: var(--cream-deep); }
.section-sage { background: var(--sage-wash); }
.section h2 { margin-top: 0; }

/* ---------- Hero (full-screen, spotlight reveal) ---------- */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding: 6.5rem 1.5rem 4rem;
}

/* Layered background stage.
   TODO: replace these CSS-painted scenes with real hero photography when available:
   base = a tired mom in a warm kitchen after a hard moment (dim, dusk tones),
   reveal = the same world repaired (morning light, calm, child nearby).
   Drop the images into /assets and set them as background-image on
   .hero-layer-base and .hero-layer-reveal. */
.hero-layer {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
.hero-layer-base {
  background:
    linear-gradient(to bottom, rgba(42, 36, 31, 0.20), rgba(248, 243, 234, 0.10)),
    radial-gradient(900px 600px at 18% 30%, rgba(122, 83, 61, 0.34), rgba(122, 83, 61, 0) 65%),
    radial-gradient(1000px 700px at 85% 75%, rgba(42, 36, 31, 0.30), rgba(42, 36, 31, 0) 60%),
    radial-gradient(700px 500px at 70% 15%, rgba(215, 181, 109, 0.16), rgba(215, 181, 109, 0) 60%),
    linear-gradient(165deg, #e9dcc6 0%, #dcc9ac 45%, #cbb28e 100%);
}
.hero-layer-reveal {
  background:
    radial-gradient(900px 600px at 30% 25%, rgba(215, 181, 109, 0.45), rgba(215, 181, 109, 0) 65%),
    radial-gradient(800px 600px at 75% 70%, rgba(126, 139, 111, 0.22), rgba(126, 139, 111, 0) 60%),
    radial-gradient(600px 450px at 60% 10%, rgba(251, 248, 241, 0.9), rgba(251, 248, 241, 0) 65%),
    linear-gradient(160deg, #fbf8f1 0%, #f4e9d2 50%, #ecdcbb 100%);
  opacity: 0;
}
/* JS (hero.js) drives the mask; this fallback shows a soft static blend
   on touch devices and when reduced motion is requested. */
.hero-static .hero-layer-reveal {
  opacity: 1;
  -webkit-mask-image: linear-gradient(200deg, rgba(255,255,255,0.9) 20%, rgba(255,255,255,0.25) 70%);
  mask-image: linear-gradient(200deg, rgba(255,255,255,0.9) 20%, rgba(255,255,255,0.25) 70%);
}
.hero-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0.5 0 0 0 0 0.45 0 0 0 0 0.38 0 0 0 0.35 0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero-veil {
  position: absolute;
  inset: auto 0 0 0;
  height: 22%;
  background: linear-gradient(to bottom, rgba(248, 243, 234, 0), var(--cream));
  pointer-events: none;
}

.hero .inner-wide {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.85fr);
  gap: 4rem;
  align-items: center;
}
.hero h1 { margin-bottom: 1.3rem; }
.hero h1 .h1-line { display: block; }
.hero .lede {
  font-size: 1.16rem;
  line-height: 1.7;
  max-width: 540px;
  color: var(--ink-soft);
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.7rem;
  padding: 0;
  list-style: none;
}
.hero-trust li {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--ink-soft);
  background: rgba(251, 248, 241, 0.72);
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 0.35rem 0.85rem;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* ---------- Load animations ---------- */
@keyframes heroReveal {
  0% { opacity: 0; transform: translateY(28px); filter: blur(12px); }
  100% { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes heroFadeUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes heroZoom {
  0% { transform: scale(1.08); }
  100% { transform: scale(1); }
}
.hero-anim {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-reveal-anim { animation-name: heroReveal; animation-duration: 1.1s; }
.hero-fade { animation-name: heroFadeUp; animation-duration: 1s; }
.hero-zoom { animation: heroZoom 1.8s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
@media (prefers-reduced-motion: reduce) {
  .hero-anim, .hero-zoom { animation: none; opacity: 1; filter: none; transform: none; }
}

/* ---------- CSS app-screen mockup ---------- */
.app-screen {
  padding: 2.4rem 1.1rem 1.3rem;
  background:
    radial-gradient(280px 200px at 85% 0%, rgba(215, 181, 109, 0.25), rgba(215, 181, 109, 0) 70%),
    linear-gradient(175deg, #fbf8f1, #f4ead7);
  font-size: 0.78rem;
  line-height: 1.5;
}
.app-screen .app-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0.4rem 0.2rem 0.75rem;
}
.app-card {
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.8rem 0.9rem;
  margin-bottom: 0.7rem;
  box-shadow: 0 1px 2px rgba(42, 36, 31, 0.05);
}
.app-card-label {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 0.4rem;
}
.app-input {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.02rem;
  font-style: italic;
  color: var(--ink);
}
.app-plan { list-style: none; margin: 0; }
.app-plan li {
  position: relative;
  padding: 0.28rem 0 0.28rem 1.5rem;
  color: var(--ink-soft);
  border-bottom: 1px solid rgba(42, 36, 31, 0.05);
}
.app-plan li:last-child { border-bottom: none; }
.app-plan li::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.62rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold-wash);
  border: 1px solid var(--gold-soft);
}
.app-verse {
  background: linear-gradient(160deg, #f9efd8, #f2e2bd);
  border-color: var(--gold-soft);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.98rem;
  font-style: italic;
  color: var(--ink);
}
.app-verse cite {
  display: block;
  font-style: normal;
  font-family: "Inter", sans-serif;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--gold);
  margin-top: 0.3rem;
}
.app-prayer {
  background: var(--sage-wash);
  border-color: #d7dcc9;
  color: var(--ink-soft);
  font-style: italic;
}
.app-cta {
  background: linear-gradient(180deg, #c99a3f, #a97e28);
  color: #fffdf8;
  text-align: center;
  font-weight: 600;
  font-size: 0.82rem;
  border-radius: 14px;
  padding: 0.7rem;
  margin-top: 0.2rem;
  box-shadow: inset 0 1px 0 rgba(255, 253, 248, 0.35);
}

/* ---------- Phone mockup ---------- */
.phone-wrap { display: flex; justify-content: center; position: relative; }
.phone {
  position: relative;
  width: min(320px, 78vw);
  border-radius: 52px;
  padding: 12px;
  background: linear-gradient(160deg, #4a3f2c, #2e2517 60%, #201a10);
  box-shadow:
    var(--shadow-lg),
    inset 0 1px 1px rgba(255, 253, 248, 0.25),
    inset 0 -1px 1px rgba(0, 0, 0, 0.4);
}
.phone::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 92px;
  height: 26px;
  background: #14100a;
  border-radius: 16px;
  z-index: 2;
}
.phone .screen {
  border-radius: 42px;
  overflow: hidden;
  background: var(--cream);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.28);
}
.phone .screen img { width: 100%; height: auto; }
.phone-glow {
  position: absolute;
  inset: auto 8% -10% 8%;
  height: 60px;
  background: radial-gradient(50% 100% at 50% 0%, rgba(59, 48, 32, 0.22), rgba(59, 48, 32, 0));
  filter: blur(10px);
  z-index: -1;
}
.phone-tilt { transform: rotate(2.5deg); }
.phone-tilt-l { transform: rotate(-2.5deg); }

/* Floating caption chips near phones */
.float-chip {
  position: absolute;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-md);
  padding: 0.6rem 0.9rem;
  font-size: 0.82rem;
  color: var(--ink-soft);
  max-width: 190px;
  line-height: 1.45;
}
.float-chip strong { display: block; color: var(--ink); font-size: 0.84rem; }
.chip-tl { top: 12%; left: -6%; }
.chip-br { bottom: 10%; right: -4%; }

/* ---------- Product showcase ---------- */
.showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 4rem;
  align-items: center;
}
.showcase.flip { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); }
.showcase-copy h2 { margin-bottom: 1rem; }
.showcase-list { list-style: none; margin-top: 1.4rem; }
.showcase-list li {
  position: relative;
  padding: 0 0 1rem 2rem;
  color: var(--ink-soft);
}
.showcase-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--gold-wash);
  border: 1px solid var(--gold-soft);
  box-shadow: inset 0 0 0 3px var(--gold-wash);
}
.showcase-list li strong { color: var(--ink); }

/* ---------- Step cards ---------- */
.step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
  margin-top: 2.6rem;
}
.step-card {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 1.7rem 1.5rem 1.5rem;
  box-shadow: var(--shadow-sm);
}
.step-badge {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(150deg, var(--gold-wash), #efe0bd);
  border: 1px solid var(--gold-soft);
  color: var(--clay-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}
.step-card h3 { font-size: 1.28rem; }
.step-card p { font-size: 0.94rem; margin-bottom: 0; }

/* ---------- Before / After ---------- */
.ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  margin-top: 2.6rem;
}
.ba-card {
  border-radius: var(--radius-lg);
  padding: 2.1rem 2rem;
  border: 1px solid var(--line);
}
.ba-before { background: var(--cream-deep); }
.ba-after {
  background: linear-gradient(165deg, var(--white), var(--gold-wash));
  border-color: var(--gold-soft);
  box-shadow: var(--shadow-md);
}
.ba-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.ba-before .ba-label { color: var(--ink-faint); }
.ba-after .ba-label { color: var(--gold); }
.ba-card h3 { font-size: 1.5rem; margin-bottom: 1.1rem; }
.ba-card ul { list-style: none; }
.ba-card li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.9rem;
  color: var(--ink-soft);
  font-size: 0.97rem;
  border-bottom: 1px solid rgba(59, 48, 32, 0.06);
}
.ba-card li:last-child { border-bottom: none; }
.ba-card li::before {
  position: absolute;
  left: 0;
  top: 0.5rem;
  font-size: 0.95rem;
}
.ba-before li::before { content: "\2715"; color: #b0a68b; font-size: 0.8rem; top: 0.65rem; }
.ba-after li::before { content: "\2713"; color: var(--gold); font-weight: 700; }

/* ---------- Feature cards ---------- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  margin-top: 2.6rem;
}
.feature-grid-3 { grid-template-columns: repeat(3, 1fr); }
.feature-card {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 1.8rem 1.6rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.feature-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.15rem;
  font-size: 1.25rem;
  background: var(--sage-wash);
  border: 1px solid #dde1d2;
}
.feature-card:nth-child(3n+2) .feature-icon { background: var(--gold-wash); border-color: #eaddc0; }
.feature-card:nth-child(3n) .feature-icon { background: #f4e9e2; border-color: #e9d8cc; }
.feature-card h3 { font-size: 1.3rem; }
.feature-card p { font-size: 0.94rem; margin-bottom: 0; }

/* ---------- Moments ---------- */
.moment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.1rem;
  margin-top: 2.6rem;
}
.moment-card {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 1.6rem 1.5rem 1.4rem;
  box-shadow: var(--shadow-sm);
}
.moment-icon {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-style: italic;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.9rem;
}
.moment-card h3 { font-size: 1.26rem; }
.moment-card p { font-size: 0.94rem; margin-bottom: 0; }
.moment-card a { font-weight: 500; }

/* ---------- Verse block ---------- */
.verse {
  border-left: 3px solid var(--gold-soft);
  padding: 0.4rem 0 0.4rem 1.4rem;
  margin: 2rem 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.4rem;
  font-style: italic;
  color: var(--ink);
}
.verse cite {
  display: block;
  font-style: normal;
  font-size: 0.92rem;
  color: var(--ink-faint);
  margin-top: 0.35rem;
  font-family: "Inter", sans-serif;
}

/* Verse card (standalone, used in CTA) */
.verse-card {
  background: var(--white);
  border: 1px solid var(--gold-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 1.6rem 1.7rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-style: italic;
  color: var(--ink);
  max-width: 330px;
}
.verse-card cite {
  display: block;
  font-style: normal;
  font-size: 0.85rem;
  color: var(--gold);
  margin-top: 0.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
}

/* ---------- Privacy ---------- */
.privacy-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 3rem 2.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: start;
}
.privacy-mark {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background: var(--sage-wash);
  border: 1px solid #dde1d2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
.privacy-points { list-style: none; margin-top: 1.2rem; display: grid; gap: 0.55rem; }
.privacy-points li {
  position: relative;
  padding-left: 1.8rem;
  color: var(--ink-soft);
  font-size: 0.97rem;
}
.privacy-points li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--sage);
  font-weight: 700;
}

/* ---------- Steps (article pages, numbered) ---------- */
.steps { list-style: none; counter-reset: step; margin: 1.5rem 0; }
.steps li {
  counter-increment: step;
  position: relative;
  padding: 0 0 1.4rem 3.2rem;
  color: var(--ink-soft);
}
.steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 12px;
  background: linear-gradient(150deg, var(--gold-wash), #efe0bd);
  border: 1px solid var(--gold-soft);
  color: var(--clay-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps li strong { display: block; color: var(--ink); font-weight: 600; margin-bottom: 0.15rem; }

/* ---------- FAQ ---------- */
.faq-list { margin-top: 2.2rem; display: grid; gap: 0.8rem; }
.faq-list details {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  padding: 1.15rem 1.4rem;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s ease;
}
.faq-list details[open] { box-shadow: var(--shadow-md); border-color: var(--line); }
.faq-list summary {
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  font-size: 1.02rem;
  list-style: none;
  position: relative;
  padding-right: 2.2rem;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--gold-wash);
  border: 1px solid var(--gold-soft);
  color: var(--clay-deep);
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-list details[open] summary::after { content: "\2013"; }
.faq-list details p { margin: 0.9rem 0 0; font-size: 0.97rem; }

/* ---------- Comparison table ---------- */
.compare-wrap { overflow-x: auto; margin-top: 2.2rem; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
table.compare {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border: 1px solid var(--line-soft);
  font-size: 0.95rem;
}
table.compare th, table.compare td {
  padding: 0.95rem 1.1rem;
  text-align: left;
  border-bottom: 1px solid var(--line-soft);
  vertical-align: top;
}
table.compare th {
  font-weight: 600;
  color: var(--ink);
  background: var(--cream-deep);
  white-space: nowrap;
}
table.compare td { color: var(--ink-soft); }
table.compare tr:last-child td { border-bottom: none; }

/* ---------- Final CTA ---------- */
.cta-final {
  background:
    radial-gradient(900px 420px at 20% 0%, rgba(217, 183, 105, 0.28) 0%, rgba(217, 183, 105, 0) 60%),
    linear-gradient(170deg, #3f3422, var(--espresso) 55%, #2b2214);
  color: var(--cream);
  border-radius: var(--radius-lg);
  padding: 4rem 3rem;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 3rem;
  align-items: center;
  box-shadow: var(--shadow-lg);
}
.cta-final h2 { color: var(--cream); }
.cta-final p { color: #d8cfb9; }
.cta-final .cta-note { color: #b3a888; }
.cta-final .appstore-btn {
  background: var(--cream);
  color: var(--espresso);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.cta-final .appstore-btn:hover { color: var(--ink); }
.cta-final .verse-card {
  background: rgba(255, 253, 248, 0.07);
  border-color: rgba(217, 183, 105, 0.5);
  color: var(--cream);
  box-shadow: none;
  backdrop-filter: blur(4px);
}
.cta-final .verse-card cite { color: var(--gold-soft); }

/* ---------- Related links ---------- */
.related { margin-top: 1.6rem; }
.related ul { list-style: none; display: grid; gap: 0.6rem; }
.related li {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
}
.related li a {
  display: block;
  padding: 0.9rem 1.2rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--ink);
}
.related li a:hover { color: var(--clay-deep); }
.related li a::after { content: " \2192"; color: var(--gold); }

/* ---------- Article pages ---------- */
.article-hero { padding: 4.5rem 1.5rem 3.5rem; }
.article-hero .inner { max-width: var(--max-text); margin: 0 auto; }
.article-hero .lede { font-size: 1.15rem; }

/* CTA panel used inside article pages */
.cta-panel {
  background: linear-gradient(165deg, var(--white), var(--gold-wash));
  border: 1px solid var(--gold-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 2.4rem 2.2rem;
  margin-top: 2.2rem;
}
.cta-panel h3 { font-size: 1.5rem; }
.cta-panel .cta-row { margin-top: 1.2rem; }

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 3.5rem 1.5rem 3rem;
  background: var(--cream-deep);
  font-size: 0.92rem;
}
.site-footer .inner { max-width: var(--max); margin: 0 auto; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.footer-brand .brand { font-size: 1.3rem; margin-bottom: 0.7rem; }
.footer-brand p { font-size: 0.9rem; color: var(--ink-faint); max-width: 280px; }
.footer-col h4 {
  font-family: "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 0.9rem;
}
.footer-col ul { list-style: none; display: grid; gap: 0.5rem; }
.footer-col a { color: var(--ink-soft); text-decoration: none; }
.footer-col a:hover { color: var(--clay-deep); text-decoration: underline; }
.fineprint {
  color: var(--ink-faint);
  font-size: 0.85rem;
  border-top: 1px solid var(--line);
  padding-top: 1.6rem;
  max-width: 720px;
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero .inner-wide { grid-template-columns: 1fr; gap: 3rem; }
  .hero { padding: 6rem 1.25rem 4rem; text-align: left; min-height: auto; }
  .showcase, .showcase.flip { grid-template-columns: 1fr; gap: 2.5rem; }
  .showcase.flip .phone-wrap { order: -1; }
  .step-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid, .feature-grid-3 { grid-template-columns: 1fr 1fr; }
  .cta-final { grid-template-columns: 1fr; padding: 3rem 2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .main-nav .nav-link { display: none; }
}

@media (max-width: 600px) {
  .section { padding: 3.5rem 1.25rem; }
  .step-grid, .feature-grid, .feature-grid-3, .ba-grid { grid-template-columns: 1fr; }
  .privacy-panel { grid-template-columns: 1fr; padding: 2.2rem 1.6rem; }
  .float-chip { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .cta-final { padding: 2.6rem 1.6rem; }
  .cta-final .verse-card { max-width: 100%; }
  .article-hero { padding: 3.2rem 1.25rem 2.6rem; }
}
