:root {
  --brand: #FF9F1C;
  --brand-dark: #E8850A;
  --link: #AA6200;
  --accent: #7C3AED;
  --bg: #FEF9F3;
  --bg2: #FFF5EB;
  --white: #FFFDFC;
  --text: #241B43;
  --text2: #453A63;
  --text3: #746A7D;
  --text4: #7D6D8C;
  --border: #F1E3D7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: 'Fraunces', Georgia, serif; color: var(--text); margin: 0 0 16px; }
a { color: var(--link); }
img { max-width: 100%; display: block; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* ── Nav ── */
.nav {
  position: sticky; top: 0; z-index: 10;
  background: rgba(254,249,243,0.9); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; padding: 12px 24px; }
.nav img { height: 34px; width: auto; }
.btn {
  display: inline-block; font-weight: 700; text-decoration: none;
  padding: 12px 26px; border-radius: 999px; font-size: 15px;
  transition: transform 0.15s ease;
}
.btn:active { transform: scale(0.97); }
.btn-primary { background: var(--text); color: var(--brand); box-shadow: 0 8px 24px rgba(36,27,67,0.18); }
.btn-ghost { background: transparent; color: var(--text); border: 1.5px solid var(--border); }

/* ── Hero ── */
.hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 40px;
}
.hero .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.hero-mandala { position: absolute; top: -40px; left: -60px; width: 260px; opacity: 0.5; z-index: 0; }
.hero-mandala.right { left: auto; right: -60px; transform: scaleX(-1); }
.hero h1 { font-size: 44px; font-weight: 900; line-height: 1.12; margin-bottom: 18px; }
.hero .lede { font-size: 18px; color: var(--text3); margin-bottom: 28px; max-width: 46ch; }
.hero .ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-phone { justify-self: center; }
.hero-phone img {
  width: 100%; max-width: 300px; border-radius: 28px;
  border: 6px solid var(--white); box-shadow: 0 30px 60px rgba(36,27,67,0.22);
}
.lockup { height: 52px; width: auto; }

/* ── Sections ── */
section { padding: 56px 0; }
.section-alt { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.eyebrow { color: var(--link); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; font-size: 12.5px; margin-bottom: 8px; display: block; }
.lead-copy { font-size: 17px; color: var(--text2); max-width: 68ch; }

/* ── Feature grid ── */
.grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px; margin-top: 32px;
}
.card {
  background: var(--white); border: 1px solid var(--border); border-radius: 18px;
  padding: 26px; box-shadow: 0 2px 10px rgba(36,27,67,0.04);
}
.card .icon { font-size: 30px; margin-bottom: 12px; display: block; }
.card h3 { font-size: 18px; margin-bottom: 8px; }
.card p { font-size: 14.5px; color: var(--text3); margin: 0; }

/* ── Trust strip ── */
.trust {
  display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px;
}
.pill {
  background: var(--bg2); border: 1px solid var(--border); border-radius: 999px;
  padding: 8px 16px; font-size: 13.5px; font-weight: 600; color: var(--text2);
  display: flex; align-items: center; gap: 6px;
}

/* ── FAQ ── */
.faq-list { max-width: 68ch; margin-top: 24px; display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  background: var(--bg2); border: 1px solid var(--border); border-radius: 14px;
  padding: 4px 20px;
}
.faq-item summary {
  cursor: pointer; font-weight: 700; font-size: 15.5px; padding: 16px 0;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; float: right; font-weight: 400; color: var(--text3); }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { font-size: 14.5px; color: var(--text3); margin: 0 0 16px; }

/* ── Final CTA ── */
.cta-final { text-align: center; }
.cta-final h2 { font-size: 30px; }

/* ── Horizon chrome (SP-10-02: consistent with the app's brand chrome) ── */
.horizon { line-height: 0; overflow: hidden; max-height: 160px; }
.horizon img { width: 100%; height: auto; object-fit: cover; }

/* ── Footer ── */
footer { border-top: 1px solid var(--border); padding: 32px 0; }
footer .wrap { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.legal-links { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.legal-links a { color: var(--text4); font-size: 13px; text-decoration: none; }
.copyright { font-size: 12.5px; color: var(--text4); }

@media (max-width: 860px) {
  .hero .wrap { grid-template-columns: 1fr; text-align: center; }
  .hero .ctas { justify-content: center; }
  .hero .lede { margin-left: auto; margin-right: auto; }
  .hero h1 { font-size: 32px; }
  .hero-phone { order: -1; max-width: 220px; margin: 0 auto; }
}
