/* ============================================================
   SmartABCD — shared design system
   Brand: navy #0F2A4A · emerald #0E9F6E · grey #F4F6F8 · gold #C9A24B
   Pure system fonts, zero external requests.
   ============================================================ */

:root {
  --navy: #0F2A4A;
  --navy-deep: #0A1E36;
  --navy-soft: #1B3A5F;
  --emerald: #0E9F6E;
  --emerald-dark: #0B7F58;
  --emerald-soft: #E4F5EE;
  --grey: #F4F6F8;
  --gold: #C9A24B;
  --gold-dark: #A98430;
  --gold-soft: #F7EFDC;
  --ink: #1C2B3A;
  --muted: #5A6B7C;
  --line: #E2E8EE;
  --white: #FFFFFF;
  --danger: #C24545;
  --amber: #D98E23;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 3px rgba(15, 42, 74, .08);
  --shadow: 0 8px 28px rgba(15, 42, 74, .10);
  --shadow-lg: 0 18px 50px rgba(15, 42, 74, .16);
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
          Arial, "Noto Sans", "Liberation Sans", sans-serif;
  --header-h: 68px;
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
}
img, svg { max-width: 100%; height: auto; vertical-align: middle; }
a { color: var(--emerald-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { line-height: 1.2; color: var(--navy); margin: 0 0 .5em; letter-spacing: -0.01em; }
h1 { font-size: clamp(2rem, 5.5vw, 3.25rem); font-weight: 800; }
h2 { font-size: clamp(1.55rem, 4vw, 2.25rem); font-weight: 800; }
h3 { font-size: 1.25rem; font-weight: 700; }
h4 { font-size: 1.05rem; font-weight: 700; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.35em; }
li { margin-bottom: .35em; }
strong { color: var(--navy); }
[id] { scroll-margin-top: calc(var(--header-h) + 18px); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 4px; }

.container { width: min(1140px, 92vw); margin-inline: auto; }
.section { padding: clamp(56px, 9vw, 104px) 0; }
.section-alt { background: var(--grey); }
.section-navy { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%); color: #D7E2EE; }
.section-navy h2, .section-navy h3 { color: var(--white); }
.section-head { max-width: 720px; margin: 0 auto clamp(32px, 5vw, 56px); text-align: center; }
.kicker {
  display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--emerald-dark);
  background: var(--emerald-soft); padding: .3em 1em; border-radius: 99px; margin-bottom: 14px;
}
.section-navy .kicker { background: rgba(14,159,110,.18); color: #7BDDB8; }
.lead { font-size: 1.13rem; color: var(--muted); }
.section-navy .lead { color: #AFC2D6; }
.center { text-align: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font: inherit; font-weight: 700; font-size: 1rem; line-height: 1.2;
  padding: .85em 1.7em; border-radius: 12px; border: 2px solid transparent;
  cursor: pointer; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--navy-deep); box-shadow: 0 6px 18px rgba(201,162,75,.35); }
.btn-gold:hover { background: #D8B25E; box-shadow: 0 10px 24px rgba(201,162,75,.45); }
.btn-navy { background: var(--navy); color: var(--white); box-shadow: var(--shadow-sm); }
.btn-navy:hover { background: var(--navy-soft); color: var(--white); }
.btn-emerald { background: var(--emerald); color: var(--white); box-shadow: 0 6px 18px rgba(14,159,110,.3); }
.btn-emerald:hover { background: var(--emerald-dark); color: var(--white); }
.btn-ghost { border-color: var(--line); color: var(--navy); background: var(--white); }
.btn-ghost:hover { border-color: var(--navy); }
.btn-ghost-light { border-color: rgba(255,255,255,.4); color: var(--white); background: transparent; }
.btn-ghost-light:hover { border-color: var(--white); color: var(--white); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60; height: var(--header-h);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 20px; height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand:hover { text-decoration: none; }
.brand-mark { width: 38px; height: 38px; flex: none; }
.wordmark { display: flex; flex-direction: column; line-height: 1; }
.wm-smart { font-family: 'Segoe Script','Snell Roundhand','Savoye LET','Brush Script MT',cursive; font-style: italic; font-size: 1.02rem; font-weight: 600; letter-spacing: .01em; text-transform: none; color: var(--gold); margin-bottom: -3px; }
.wm-abcd { font-size: 1.35rem; font-weight: 800; letter-spacing: .02em; color: var(--navy); }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(14px, 2vw, 26px); }
.site-nav > a { color: var(--navy); font-weight: 600; font-size: .95rem; }
.site-nav > a:hover { color: var(--emerald-dark); text-decoration: none; }
.nav-cta { padding: .55em 1.25em; font-size: .92rem; }
.nav-toggle {
  display: none; margin-left: auto; width: 46px; height: 46px; border: 1px solid var(--line);
  border-radius: 10px; background: var(--white); cursor: pointer; padding: 12px 11px;
  flex-direction: column; justify-content: space-between;
}
.nav-toggle span { display: block; height: 2.5px; border-radius: 2px; background: var(--navy); transition: transform .25s ease, opacity .2s ease; }

@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .site-nav {
    position: fixed; inset: var(--header-h) 0 auto 0; z-index: 55;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--white); border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow); padding: 8px 0 16px;
    transform: translateY(-12px); opacity: 0; visibility: hidden; pointer-events: none;
    transition: transform .22s ease, opacity .22s ease, visibility .22s;
  }
  .site-nav > a { padding: 13px 6vw; border-bottom: 1px solid var(--grey); }
  .site-nav > a.nav-cta { margin: 14px 6vw 0; border-bottom: 0; justify-content: center; }
  body.nav-open .site-nav { transform: none; opacity: 1; visibility: visible; pointer-events: auto; }
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(9.25px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-9.25px) rotate(-45deg); }
}

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(1000px 460px at 85% -10%, rgba(14,159,110,.22), transparent 60%),
    radial-gradient(800px 400px at -10% 110%, rgba(201,162,75,.14), transparent 55%),
    linear-gradient(155deg, var(--navy) 0%, var(--navy-deep) 78%);
  color: #D7E2EE; overflow: hidden;
}
.hero-grid {
  display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(32px, 5vw, 64px);
  align-items: center; padding: clamp(52px, 8vw, 96px) 0 clamp(56px, 8vw, 100px);
}
.hero h1 { color: var(--white); margin-bottom: .45em; }
.hero h1 .accent { color: var(--gold); }
.hero .lead { color: #B7C8DA; font-size: 1.15rem; max-width: 34em; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0 10px; }
.hero-note { font-size: .88rem; color: #8FA5BB; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 22px 0 0; padding: 0; list-style: none; }
.hero-points li { display: flex; align-items: center; gap: 8px; font-size: .92rem; color: #C3D2E1; margin: 0; }
.hero-points svg { width: 18px; height: 18px; color: var(--emerald); flex: none; }
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero .lead { margin-inline: auto; }
  .hero-ctas, .hero-points { justify-content: center; }
  .hero-phone-wrap { order: 2; }
}

/* Store badges (custom, no external assets) */
.store-badges { display: flex; flex-wrap: wrap; gap: 14px; }
.store-badge {
  position: relative; display: inline-flex; align-items: center; gap: 12px;
  background: #0B1726; border: 1px solid rgba(255,255,255,.22); color: var(--white);
  border-radius: 12px; padding: 10px 20px 10px 16px; min-width: 196px;
  transition: border-color .2s ease, transform .2s ease;
}
.store-badge:hover { text-decoration: none; border-color: var(--gold); transform: translateY(-2px); color: var(--white); }
.store-badge svg { width: 28px; height: 28px; flex: none; }
.store-badge .sb-text { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.store-badge .sb-small { font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; color: #9FB2C6; }
.store-badge .sb-big { font-size: 1.12rem; font-weight: 700; }
.badge-soon {
  position: absolute; top: -10px; right: -8px; background: var(--gold); color: var(--navy-deep);
  font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  padding: 3px 9px; border-radius: 99px; box-shadow: var(--shadow-sm);
}

/* Early access form */
.early-form { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; max-width: 460px; }
.early-form input[type="email"] {
  flex: 1 1 220px; font: inherit; padding: .8em 1.1em; border-radius: 12px;
  border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.08); color: var(--white);
}
.early-form input[type="email"]::placeholder { color: #8FA5BB; }
.early-form input[type="email"]:focus { outline: 2px solid var(--gold); border-color: transparent; }
.form-success {
  display: none; margin-top: 12px; padding: .75em 1.1em; border-radius: 12px;
  background: rgba(14,159,110,.16); border: 1px solid rgba(14,159,110,.5);
  color: #8BE3C0; font-weight: 600; font-size: .95rem;
}
form.is-done .form-success { display: block; }
form.is-done .form-fields { display: none; }

/* ---------- Phone frame (hero mockups) ---------- */
.hero-phone-wrap { display: flex; justify-content: center; }
.phone {
  width: min(300px, 78vw); border-radius: 44px; background: #000;
  border: 9px solid #10192B; padding: 0; position: relative;
  box-shadow: 0 30px 70px rgba(5, 15, 30, .5), 0 4px 14px rgba(10, 25, 45, .3),
              inset 0 0 0 2px #2A3850;
}
.phone::before { /* notch */
  content: ""; position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
  width: 92px; height: 20px; background: #0B1220; border-radius: 12px; z-index: 40;
}
.phone-screen {
  border-radius: 34px; overflow: hidden; background: var(--grey);
  color: var(--ink); font-size: 12px; line-height: 1.4; position: relative;
  height: 588px;
}
@media (prefers-reduced-motion: reduce) {
  .phone, .phone * { animation: none !important; }
}

/* ---------- Cards & grids ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
@media (max-width: 900px) { .grid-3 { grid-template-columns: 1fr; } .grid-2 { grid-template-columns: 1fr; } }
.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card .icon-chip { margin-bottom: 16px; }
.icon-chip {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 14px; background: var(--emerald-soft); color: var(--emerald-dark);
}
.icon-chip svg { width: 26px; height: 26px; }
.icon-chip.gold { background: var(--gold-soft); color: var(--gold-dark); }
.icon-chip.navy { background: #E4EBF3; color: var(--navy); }
.step-num {
  display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px;
  border-radius: 99px; background: var(--navy); color: var(--gold); font-weight: 800; font-size: 1.15rem;
  margin-bottom: 14px; flex: none;
}

/* ---------- Feature rows (What / Why / How) ---------- */
.feat-row {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 64px);
  align-items: center; padding: clamp(36px, 5vw, 56px) 0; border-bottom: 1px solid var(--line);
}
.feat-row:last-child { border-bottom: 0; }
.feat-row:nth-of-type(even) .feat-media { order: 2; }
@media (max-width: 860px) {
  .feat-row { grid-template-columns: 1fr; }
  .feat-row:nth-of-type(even) .feat-media { order: 0; }
}
.feat-media {
  background: var(--grey); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(26px, 4vw, 44px); display: flex; align-items: center; justify-content: center; min-height: 210px;
}
.feat-media svg { width: min(200px, 60%); height: auto; }
.feat-body h3 { font-size: 1.45rem; display: flex; align-items: center; gap: 12px; }
.feat-body h3 .icon-chip { width: 42px; height: 42px; border-radius: 11px; }
.feat-body h3 .icon-chip svg { width: 22px; height: 22px; }
.wwh { display: grid; gap: 12px; margin-top: 14px; }
.wwh-block { background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--emerald); border-radius: 12px; padding: 14px 18px; }
.wwh-block.why { border-left-color: var(--gold); }
.wwh-block.how { border-left-color: var(--navy); }
.wwh-block h4 { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 5px; }
.wwh-block p, .wwh-block ul { margin-bottom: 0; font-size: .97rem; }
.wwh-block li { margin-bottom: .2em; }

/* ---------- Chips ---------- */
.chip-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.chip {
  display: inline-flex; align-items: center; gap: 9px; background: var(--white);
  border: 1px solid var(--line); border-radius: 99px; padding: .65em 1.3em;
  font-weight: 600; color: var(--navy); box-shadow: var(--shadow-sm);
}
.chip svg { width: 19px; height: 19px; color: var(--emerald-dark); flex: none; }

/* ---------- Pricing ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: stretch; }
@media (max-width: 1020px) { .pricing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .pricing-grid { grid-template-columns: 1fr; } }
.plan {
  position: relative; display: flex; flex-direction: column; background: var(--white);
  border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px 26px;
  box-shadow: var(--shadow-sm);
}
.plan.popular { border: 2px solid var(--gold); box-shadow: var(--shadow); }
.plan-ribbon {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: var(--navy-deep); font-size: .72rem; font-weight: 800;
  letter-spacing: .09em; text-transform: uppercase; padding: 5px 16px; border-radius: 99px; white-space: nowrap;
  box-shadow: var(--shadow-sm);
}
.plan h3 { margin-bottom: 4px; }
.plan-for { font-size: .88rem; color: var(--muted); min-height: 2.6em; }
.plan-price { font-size: 2rem; font-weight: 800; color: var(--navy); margin: 8px 0 2px; }
.plan-price small { font-size: .95rem; font-weight: 600; color: var(--muted); }
.plan-alt { font-size: .85rem; color: var(--emerald-dark); font-weight: 700; margin-bottom: 12px; }
.plan ul { list-style: none; padding: 0; margin: 14px 0 22px; flex: 1; }
.plan li { display: flex; gap: 9px; align-items: flex-start; font-size: .93rem; margin-bottom: .55em; }
.plan li svg { width: 17px; height: 17px; color: var(--emerald); flex: none; margin-top: 3px; }
.plan li.na { color: #9AA9B7; }
.plan li.na svg { color: #C4CFD9; }
.plan .btn { width: 100%; }

/* ---------- FAQ accordions ---------- */
.acc { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; }
.acc + .acc { margin-top: 12px; }
.acc-q {
  display: flex; width: 100%; align-items: center; gap: 14px; text-align: left;
  font: inherit; font-weight: 700; color: var(--navy); font-size: 1.02rem;
  background: none; border: 0; padding: 18px 20px; cursor: pointer;
}
.acc-q:hover { color: var(--emerald-dark); }
.acc-q .acc-icon { margin-left: auto; flex: none; width: 22px; height: 22px; color: var(--emerald-dark); transition: transform .25s ease; }
.acc.open .acc-q .acc-icon { transform: rotate(45deg); }
.acc-a { display: none; padding: 0 20px 18px; color: var(--muted); }
.acc-a p:last-child, .acc-a ul:last-child { margin-bottom: 0; }
.acc.open .acc-a { display: block; }

/* ---------- Guide / doc pages ---------- */
.doc-layout { display: grid; grid-template-columns: 260px 1fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
@media (max-width: 900px) { .doc-layout { grid-template-columns: 1fr; } }
.doc-toc {
  position: sticky; top: calc(var(--header-h) + 20px);
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px 18px; box-shadow: var(--shadow-sm); max-height: calc(100vh - var(--header-h) - 40px); overflow: auto;
}
@media (max-width: 900px) { .doc-toc { position: static; max-height: none; } }
.doc-toc h2 { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.doc-toc ol { margin: 0; padding-left: 1.2em; font-size: .92rem; }
.doc-toc a { color: var(--navy); font-weight: 600; }
.doc-toc a:hover { color: var(--emerald-dark); }
.doc-body h2 {
  font-size: 1.55rem; margin-top: 2.2em; padding-top: 1.2em; border-top: 1px solid var(--line);
}
.doc-body > h2:first-of-type, .doc-body section:first-of-type h2 { margin-top: 0; border-top: 0; padding-top: 0; }
.doc-body h3 { margin-top: 1.6em; }
.doc-steps { counter-reset: step; list-style: none; padding: 0; margin: 1em 0 1.4em; }
.doc-steps > li {
  position: relative; padding: 0 0 1.1em 52px; margin: 0;
}
.doc-steps > li::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 0; top: -1px;
  width: 34px; height: 34px; border-radius: 99px; background: var(--navy); color: var(--gold);
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .95rem;
}
.doc-steps > li::after {
  content: ""; position: absolute; left: 16px; top: 38px; bottom: 4px; width: 2px; background: var(--line);
}
.doc-steps > li:last-child::after { display: none; }
.callout {
  display: flex; gap: 12px; border-radius: var(--radius); padding: 16px 18px; margin: 1.2em 0;
  background: var(--emerald-soft); border: 1px solid #BCE5D4; color: #0A5C41; font-size: .95rem;
}
.callout svg { width: 20px; height: 20px; flex: none; margin-top: 2px; }
.callout p:last-child { margin-bottom: 0; }
.callout.warn { background: var(--gold-soft); border-color: #E3D0A0; color: #7A5E1E; }
.callout.info { background: #E8EFF7; border-color: #C9D8E8; color: var(--navy-soft); }

/* Tables */
.table-wrap { overflow-x: auto; margin: 1.2em 0; border: 1px solid var(--line); border-radius: var(--radius); }
table.nice { border-collapse: collapse; width: 100%; min-width: 560px; font-size: .93rem; background: var(--white); }
table.nice th {
  background: var(--navy); color: var(--white); text-align: left; padding: 11px 15px;
  font-size: .8rem; letter-spacing: .06em; text-transform: uppercase;
}
table.nice td { padding: 11px 15px; border-top: 1px solid var(--line); vertical-align: top; }
table.nice tr:nth-child(even) td { background: var(--grey); }
.zone-dot { display: inline-block; width: 13px; height: 13px; border-radius: 99px; margin-right: 8px; vertical-align: -1px; }

/* ---------- Legal pages ---------- */
.legal { max-width: 780px; margin-inline: auto; }
.tldr {
  background: var(--emerald-soft); border: 1px solid #BCE5D4; border-radius: var(--radius-lg);
  padding: 24px 28px; margin-bottom: 2.5em;
}
.tldr h2 { font-size: 1.1rem; color: var(--emerald-dark); margin-bottom: .6em; border: 0; padding: 0; }
.tldr ul { margin-bottom: 0; }
.legal h2 { font-size: 1.35rem; margin-top: 2em; }
.legal-meta { color: var(--muted); font-size: .93rem; margin-bottom: 2em; }

/* ---------- CTA band ---------- */
.cta-band { text-align: center; }
.cta-band h2 { font-size: clamp(1.7rem, 4vw, 2.5rem); }
.cta-band .btn { margin-top: 10px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: #9FB2C6; font-size: .94rem; }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 32px;
  padding: clamp(44px, 6vw, 64px) 0 36px;
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand .brand { margin-bottom: 12px; }
.footer-brand .wm-abcd { color: var(--white); }
.footer-tagline { color: #7E93A9; max-width: 26em; }
.site-footer h4 { color: var(--white); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .6em; }
.site-footer a { color: #B7C8DA; }
.site-footer a:hover { color: var(--gold); text-decoration: none; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0 26px;
  display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; font-size: .86rem; color: #7E93A9;
}

/* ---------- Page hero (inner pages) ---------- */
.page-hero { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%); color: #B7C8DA; padding: clamp(44px, 7vw, 76px) 0; }
.page-hero h1 { color: var(--white); font-size: clamp(1.8rem, 4.5vw, 2.7rem); margin-bottom: .3em; }
.page-hero p { max-width: 42em; margin-bottom: 0; }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .card, .acc-q .acc-icon, .site-nav, .store-badge { transition: none !important; }
}

/* ---------- Utilities ---------- */
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.small { font-size: .88rem; color: var(--muted); }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
