:root {
  --bg: #FBF7F1;
  --surface: #FFFFFF;
  --surface-alt: #F3ECE2;
  --border: #E8DFD3;
  --text: #1B1B2F;
  --muted: #6B6B7B;
  --primary: #FF6A3D;
  --primary-press: #E85A2E;
  --primary-soft: #FFE7DE;
  --secondary: #0F766E;
  --secondary-soft: #D9F0EC;
  --accent: #F4B942;
  --accent-soft: #FDF1D6;
  --sunset: linear-gradient(135deg, #FF8A4C 0%, #FF6A3D 55%, #FF3D7F 100%);
  --radius: 18px;
  --shadow: 0 10px 30px rgba(27, 27, 47, 0.08);
  color-scheme: light dark;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #0F1020;
    --surface: #1A1B2E;
    --surface-alt: #24253A;
    --border: #2F3048;
    --text: #F5F3EE;
    --muted: #A3A3B5;
    --primary: #FF7A50;
    --primary-press: #FF6A3D;
    --primary-soft: #3A2320;
    --secondary: #2DD4BF;
    --secondary-soft: #123330;
    --accent-soft: #3A3020;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  }
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--primary); text-underline-offset: 3px; }
h1, h2, h3 { font-family: "Fraunces", Georgia, serif; font-weight: 600; line-height: 1.15; letter-spacing: -0.02em; margin: 0 0 0.5em; }
h1 { font-size: clamp(2.3rem, 6vw, 4rem); }
h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1em; }
.wrap { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 16px; }
.narrow { max-width: 760px; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 10; background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: "Fraunces", Georgia, serif; font-size: 1.35rem; font-weight: 600; color: var(--text); text-decoration: none; }
.brand img { width: 34px; height: 34px; }
.nav-links { display: flex; gap: 22px; align-items: center; }
.nav-links a { color: var(--muted); text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.nav-links a:hover { color: var(--text); }
@media (max-width: 720px) { .nav-links a:not(.btn) { display: none; } }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 22px; border-radius: 14px; font-weight: 700; text-decoration: none; border: 0; cursor: pointer; font: inherit; font-weight: 700; }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-press); }
.btn-ghost { background: var(--surface-alt); color: var(--text); }
.nav .btn { min-height: 40px; padding: 0 16px; font-size: 0.95rem; }

/* Hero */
.hero { padding: 72px 0 56px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }
.eyebrow { display: inline-block; background: var(--primary-soft); color: var(--primary); font-weight: 700; font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; margin-bottom: 18px; }
.lead { font-size: 1.2rem; color: var(--muted); max-width: 36em; }
.store-badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.store-badge { display: inline-flex; align-items: center; gap: 10px; background: var(--text); color: var(--bg); padding: 10px 18px; border-radius: 12px; text-decoration: none; min-width: 180px; }
.store-badge small { display: block; font-size: 0.7rem; opacity: 0.8; line-height: 1.1; }
.store-badge strong { display: block; font-size: 1.1rem; line-height: 1.2; }
.store-badge svg { width: 26px; height: 26px; flex: none; }
.soon { font-size: 0.85rem; color: var(--muted); margin-top: 10px; }

/* Phone mock */
.phone { position: relative; margin: 0 auto; width: min(340px, 100%); aspect-ratio: 9 / 18.5; border-radius: 44px; background: var(--surface); border: 10px solid #1B1B2F; box-shadow: var(--shadow); overflow: hidden; }
.phone-inner { padding: 22px 16px; display: flex; flex-direction: column; gap: 12px; height: 100%; }
.phone-hero { background: var(--sunset); color: #fff; border-radius: 18px; padding: 16px; }
.phone-hero h4 { font-family: "Fraunces", Georgia, serif; font-size: 1.25rem; margin: 0 0 4px; }
.phone-hero p { margin: 0; font-size: 0.8rem; opacity: 0.92; }
.pill { display: inline-block; font-size: 0.7rem; font-weight: 700; padding: 3px 9px; border-radius: 999px; background: rgba(255,255,255,0.25); margin-top: 8px; }
.tl { display: flex; gap: 10px; background: var(--surface-alt); border-radius: 14px; padding: 10px 12px; font-size: 0.8rem; align-items: flex-start; }
.tl b { display: block; font-size: 0.85rem; }
.tl time { color: var(--muted); font-weight: 700; min-width: 40px; }
.tl span { color: var(--muted); }

/* Sections */
section { padding: 64px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.section-head p { color: var(--muted); font-size: 1.1rem; }
.alt { background: var(--surface-alt); }
.grid { display: grid; gap: 18px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .grid-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.card .emoji { font-size: 1.8rem; line-height: 1; margin-bottom: 12px; }
.card p { color: var(--muted); margin: 0; }
.step-num { width: 36px; height: 36px; border-radius: 50%; background: var(--primary); color: #fff; display: grid; place-items: center; font-weight: 800; margin-bottom: 14px; }

/* Pricing */
.price { font-family: "Fraunces", Georgia, serif; font-size: 2.2rem; margin: 8px 0 4px; }
.price small { font-family: "Plus Jakarta Sans", sans-serif; font-size: 0.95rem; color: var(--muted); }
.plan ul { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 8px; }
.plan li { padding-left: 26px; position: relative; color: var(--text); }
.plan li::before { content: "✓"; position: absolute; left: 0; color: var(--secondary); font-weight: 800; }
.plan.featured { border: 2px solid var(--primary); position: relative; }
.badge { position: absolute; top: -12px; right: 20px; background: var(--sunset); color: #fff; font-size: 0.75rem; font-weight: 800; padding: 4px 12px; border-radius: 999px; }
.fine { font-size: 0.85rem; color: var(--muted); text-align: center; margin-top: 18px; }

/* FAQ */
details { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 16px 20px; margin-bottom: 10px; }
summary { cursor: pointer; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: var(--primary); font-weight: 800; }
details[open] summary::after { content: "–"; }
details p { color: var(--muted); margin: 12px 0 0; }

/* CTA */
.cta { background: var(--sunset); color: #fff; border-radius: 28px; padding: 48px 24px; text-align: center; }
.cta p { opacity: 0.92; }
.cta .btn { background: #fff; color: #E85A2E; }

/* Legal / docs pages */
.doc { padding: 48px 0 72px; }
.doc h1 { font-size: clamp(2rem, 5vw, 2.8rem); }
.doc h2 { font-size: 1.5rem; margin-top: 2em; }
.doc h3 { font-size: 1.15rem; margin-top: 1.5em; font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700; }
.doc ul, .doc ol { padding-left: 1.3em; }
.doc li { margin-bottom: 0.4em; }
.doc .updated { color: var(--muted); }
.doc table { width: 100%; border-collapse: collapse; margin: 1em 0; font-size: 0.95rem; display: block; overflow-x: auto; }
.doc th, .doc td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--border); vertical-align: top; }
.doc th { background: var(--surface-alt); }
.placeholder { background: var(--accent-soft); padding: 0 4px; border-radius: 4px; font-weight: 700; }
.note { background: var(--secondary-soft); border-radius: 14px; padding: 16px 20px; margin: 1.5em 0; }

/* Footer */
footer { border-top: 1px solid var(--border); padding: 32px 0 48px; color: var(--muted); font-size: 0.9rem; }
footer .wrap { display: flex; flex-wrap: wrap; gap: 16px 28px; justify-content: space-between; }
footer nav { display: flex; flex-wrap: wrap; gap: 8px 20px; }
footer a { color: var(--muted); text-decoration: none; }
footer a:hover { color: var(--text); }
