/* =========================================================
   ORBA — landing page styles
   midnight #0B1026 · cream #F4ECDF · peach #FF8A5B · Space Grotesk
========================================================= */
:root {
  --ink:    #0B1026;
  --ink-2:  #161B36;
  --ink-3:  #1F2547;
  --cream:  #F4ECDF;
  --paper:  #FAF6EE;
  --peach:  #FF8A5B;
  --peach-2:#F26A3B;
  --peach-deep:#C24414;            /* AA-safe peach for labels on cream/paper */
  --sky:    #9CB8FF;
  --butter: #FFD66B;
  --sage:   #B8E0A6;
  --lilac:  #E6A6E0;

  --line:   rgba(244,236,223,0.10);
  --line-2: rgba(244,236,223,0.16);
  --dim:    rgba(244,236,223,0.62);
  --dim-2:  rgba(244,236,223,0.54); /* AA-safe small labels on midnight */
  --dimmer: rgba(244,236,223,0.42); /* decorative only (phone mockups) */

  --maxw: 1200px;
  --pad: 40px;
  --r-card: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
.mono { font-family: ui-monospace, "SF Mono", Menlo, monospace; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
section { position: relative; }

/* ---------- keyboard focus (visible on every interactive element) ---------- */
:focus-visible {
  outline: 2px solid var(--peach);
  outline-offset: 3px;
  border-radius: 6px;
}
/* deeper peach ring where focus lands on the cream/paper section (peach on
   paper is < 3:1, so the lighter ring would be near-invisible there) */
.sec-paper :focus-visible { outline-color: var(--peach-deep); }

/* ---------- skip link ---------- */
.skip {
  position: absolute; left: 12px; top: -200%; z-index: 100;
  background: var(--peach); color: var(--ink);
  font-weight: 500; font-size: 14px; padding: 10px 16px; border-radius: 10px;
}
.skip:focus { top: 12px; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }
.eyebrow {
  font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--peach); font-weight: 500;
}
.eyebrow.muted { color: var(--dimmer); }

/* ---------- buttons / badges ---------- */
.store-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.badge {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--cream); color: var(--ink);
  border-radius: 13px; padding: 10px 17px 10px 15px;
  border: 1px solid transparent; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease;
}
.badge:hover { transform: translateY(-2px); box-shadow: 0 16px 36px -18px rgba(0,0,0,0.6); }
.badge svg { width: 26px; height: 26px; flex: none; }
.badge .b-text { display: flex; flex-direction: column; line-height: 1.05; text-align: left; }
.badge .b-top { font-size: 10px; letter-spacing: 0.04em; opacity: 0.7; }
.badge .b-bot { font-size: 19px; font-weight: 500; letter-spacing: -0.02em; }
.badge-ph { position: relative; }
.badge-ph::after {
  content: "placeholder"; position: absolute; top: -8px; right: -6px;
  font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: 0.1em;
  color: var(--ink); background: var(--butter); padding: 1px 5px; border-radius: 6px;
  text-transform: uppercase; opacity: 0.9;
}

.btn-text {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 500; font-size: 15px; color: var(--cream);
  border: 1px solid var(--line-2); border-radius: 999px; padding: 11px 20px;
  transition: background .18s ease, border-color .18s ease;
}
.btn-text:hover { background: rgba(244,236,223,0.06); border-color: var(--cream); }

/* ---------- QR ---------- */
.qr {
  display: flex; align-items: center; gap: 14px;
}
.qr-grid {
  width: 92px; height: 92px; border-radius: 14px; background: var(--cream);
  padding: 9px; flex: none;
}
.qr-grid svg { display: block; width: 100%; height: 100%; }
.qr-meta { display: flex; flex-direction: column; gap: 3px; }
.qr-meta .qr-or { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--dim-2); }
.qr-meta .qr-lbl { font-size: 14px; color: var(--dim); max-width: 130px; line-height: 1.3; }

/* ---------- NAV ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
  border-bottom: 1px solid transparent;
}
.nav-scrolled {
  background: rgba(11,16,38,0.72);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-bottom-color: var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand img { width: 30px; height: 30px; }
.brand .word { font-size: 22px; font-weight: 500; letter-spacing: -0.045em; }
.brand .word .dot { color: var(--peach); }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 14.5px; color: var(--dim); transition: color .15s ease; }
.nav-links a:hover { color: var(--cream); }
.nav-right { display: flex; align-items: center; gap: 16px; }

/* segmented toggles (lang + hero) */
.seg { display: inline-flex; padding: 3px; gap: 2px; border: 1px solid var(--line-2); border-radius: 999px; }
.seg button {
  font-family: inherit; font-size: 12.5px; font-weight: 500; letter-spacing: 0.01em;
  color: var(--dim-2); background: transparent; border: 0; cursor: pointer;
  padding: 5px 12px; border-radius: 999px; transition: color .15s ease, background .15s ease;
}
.seg button:not([aria-pressed="true"]):hover { color: var(--cream); }
.seg button[aria-pressed="true"] { color: var(--ink); background: var(--cream); }
.seg.seg-ghost button[aria-pressed="true"] { color: var(--ink); background: var(--peach); }
.seg-label { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--dimmer); margin-right: 2px; }

.nav-cta { display: inline-flex; }
.nav-cta a {
  font-size: 14px; font-weight: 500; color: var(--ink); background: var(--peach);
  padding: 9px 18px; border-radius: 999px; transition: background .15s ease;
}
.nav-cta a:hover { background: var(--peach-2); }

/* ---------- ORBIT nodes ---------- */
.orbit-field { position: absolute; inset: 0; pointer-events: none; }
.orbit-field svg.guides { position: absolute; inset: 0; width: 100%; height: 100%; }
.orbit-stage { position: relative; width: 100%; height: 100%; }
.orb {
  position: absolute; left: 0; top: 0; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 500; will-change: transform;
}
.orb-guide {
  position: absolute; left: 0; top: 0; border-radius: 50%;
  border: 1px solid rgba(244,236,223,0.08); pointer-events: none;
}
.orb-guide-faint { border-color: rgba(244,236,223,0.05); }

/* ---------- STARFIELD / cosmos ---------- */
.starfield {
  position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
  background:
    radial-gradient(42% 48% at 74% 28%, rgba(156,184,255,0.07), transparent 70%),
    radial-gradient(46% 42% at 58% 78%, rgba(230,166,224,0.055), transparent 72%),
    radial-gradient(38% 40% at 88% 64%, rgba(255,138,91,0.05), transparent 70%);
}
.star { position: absolute; border-radius: 50%; background: #F4ECDF; }
.star-ember { background: #FF8A5B; box-shadow: 0 0 6px 1px rgba(255,138,91,0.6); }
.star-bright { background: #fff; box-shadow: 0 0 6px 1px rgba(244,236,223,0.75); }
.star-bright::before, .star-bright::after, .star-ember::before, .star-ember::after {
  content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
}
.star-bright::before { width: 1px; height: 13px; background: linear-gradient(rgba(244,236,223,0), rgba(244,236,223,0.55), rgba(244,236,223,0)); }
.star-bright::after  { width: 13px; height: 1px; background: linear-gradient(90deg, rgba(244,236,223,0), rgba(244,236,223,0.55), rgba(244,236,223,0)); }
.star-ember::before { width: 1px; height: 12px; background: linear-gradient(rgba(255,138,91,0), rgba(255,138,91,0.6), rgba(255,138,91,0)); }
.star-ember::after  { width: 12px; height: 1px; background: linear-gradient(90deg, rgba(255,138,91,0), rgba(255,138,91,0.6), rgba(255,138,91,0)); }

/* deep-space treatment for the hero field */
.cosmos {
  background:
    radial-gradient(58% 70% at 80% 34%, rgba(96,86,210,0.34), transparent 60%),
    radial-gradient(54% 64% at 64% 82%, rgba(48,132,164,0.26), transparent 62%),
    radial-gradient(42% 52% at 96% 24%, rgba(255,138,91,0.24), transparent 60%),
    radial-gradient(40% 48% at 70% 56%, rgba(176,70,128,0.22), transparent 64%),
    radial-gradient(135% 95% at 60% 42%, #161e44 0%, #0B1026 44%, #05060f 100%);
}
.neb {
  position: absolute; border-radius: 50%; transform: translate(-50%,-50%);
  filter: blur(54px); mix-blend-mode: screen; pointer-events: none;
}
.milkyway {
  position: absolute; left: 56%; top: 42%; width: 150%; height: 420px;
  transform: translate(-50%,-50%) rotate(-24deg); transform-origin: center;
  background: linear-gradient(90deg, transparent 0%, rgba(150,180,255,0.30) 24%, rgba(255,232,214,0.34) 50%, rgba(186,156,236,0.28) 74%, transparent 100%);
  filter: blur(40px); mix-blend-mode: screen; opacity: 0.95; pointer-events: none; border-radius: 50%;
}
@media (prefers-reduced-motion: no-preference) {
  .star { animation-name: twinkle; animation-timing-function: ease-in-out; animation-iteration-count: infinite; animation-direction: alternate; }
}
@keyframes twinkle { from { opacity: calc(var(--op) * 0.3); } to { opacity: var(--op); } }
.orb .orb-glyph { font-size: 15px; line-height: 1; opacity: 0.95; }
.orb-focal { flex-direction: column; gap: 4px; box-shadow: 0 10px 30px -12px rgba(255,138,91,0.5); }
.orb-focal .orb-glyph { font-size: 18px; }
.orb-focal .orb-title { font-size: 8px; max-width: 52px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.orb-faint { opacity: 0.42; }
.orb-faint .orb-glyph { opacity: 0.8; }

/* ---------- PHONE mockup ---------- */
.phone {
  position: relative; width: 300px; height: 612px; flex: none;
  background: #05070f; border-radius: 46px; padding: 7px;
  box-shadow: 0 50px 90px -30px rgba(0,0,0,0.7), 0 0 0 1px rgba(244,236,223,0.06),
              inset 0 0 0 2px rgba(244,236,223,0.04);
}
.phone-screen {
  position: relative; width: 100%; height: 100%; border-radius: 40px; overflow: hidden;
  background: var(--ink); display: flex; flex-direction: column;
}
.phone-island {
  position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  width: 92px; height: 26px; background: #000; border-radius: 999px; z-index: 6;
}
.ph-status {
  position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between;
  padding: 15px 22px 0; font-size: 13px; font-weight: 600; color: var(--cream);
}
.ph-status .dots { display: flex; gap: 5px; align-items: center; opacity: 0.9; }
.ph-status .dots span { width: 16px; height: 10px; border: 1.4px solid var(--cream); border-radius: 3px; opacity: 0.8; }

.ph-top { padding: 14px 20px 6px; display: flex; align-items: center; justify-content: space-between; z-index: 4; }
.ph-top .ph-brand { display: flex; align-items: center; gap: 8px; }
.ph-top .ph-brand img { width: 20px; height: 20px; }
.ph-top .ph-brand .w { font-size: 16px; font-weight: 500; letter-spacing: -0.04em; }
.ph-top .ph-brand .w .dot { color: var(--peach); }
.ph-top .ph-gear { width: 26px; height: 26px; border-radius: 50%; background: rgba(244,236,223,0.10); display: flex; align-items: center; justify-content: center; font-size: 13px; color: var(--dim); }

.ph-pills { display: flex; gap: 7px; padding: 4px 18px 2px; overflow: hidden; }
.ph-pill {
  display: inline-flex; align-items: center; gap: 6px; flex: none;
  font-size: 11.5px; font-weight: 500; padding: 6px 11px; border-radius: 999px;
  border: 1px solid var(--line-2); color: var(--dim);
}
.ph-pill .pdot { width: 8px; height: 8px; border-radius: 50%; }
.ph-pill.on { background: rgba(255,138,91,0.16); border-color: var(--peach); color: var(--cream); }

.ph-orbit { position: relative; flex: 1; overflow: hidden; }
.ph-orbit .orbit-field svg.guides ellipse { stroke: var(--cream); fill: none; }

.ph-bar {
  position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 7;
  display: flex; align-items: center; gap: 4px;
  background: rgba(244,236,223,0.07); border: 1px solid rgba(244,236,223,0.14);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-radius: 999px; padding: 6px;
}
.ph-bar .bar-btn { display: flex; align-items: center; gap: 7px; padding: 9px 16px; border-radius: 999px; font-size: 13px; font-weight: 500; color: var(--cream); }
.ph-bar .bar-btn .ic { font-size: 15px; }
.ph-bar .bar-btn.prime { background: var(--peach); color: var(--ink); }

/* ---------- HERO shared ---------- */
.hero { min-height: 92vh; display: flex; align-items: center; padding: 60px 0 90px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; width: 100%; }
.hero-copy { max-width: 560px; }
.hero h1 {
  font-size: clamp(40px, 5.4vw, 70px); font-weight: 500; line-height: 1.02;
  letter-spacing: -0.03em; margin: 18px 0 0; text-wrap: balance;
}
.hero h1 .dot { color: var(--peach); }
.hero .sub { font-size: clamp(16px, 1.5vw, 19px); line-height: 1.55; color: var(--dim); margin-top: 22px; max-width: 480px; text-wrap: pretty; }
.hero-actions { margin-top: 34px; display: flex; flex-direction: column; gap: 22px; }
.hero-phone-wrap { display: flex; justify-content: center; position: relative; }

/* Hero — Midnight: full cosmos bg */
#hero-a .hero-bg { position: absolute; inset: -10% -8% -10% 28%; z-index: 0; opacity: 0.85; }
#hero-a .hero-grid { position: relative; z-index: 2; }
#hero-a::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(90deg, var(--ink) 0%, rgba(11,16,38,0.86) 26%, rgba(11,16,38,0.20) 52%, transparent 68%);
}
.hero-bg .orbit-stage { filter: saturate(1.05); }

/* ---------- generic section heads ---------- */
.sec { padding: 110px 0; }
.sec-head { max-width: 680px; }
.sec-head h2 {
  font-size: clamp(30px, 3.6vw, 46px); font-weight: 500; letter-spacing: -0.025em;
  line-height: 1.08; margin-top: 14px; text-wrap: balance;
}
.sec-head .sec-sub { font-size: 18px; line-height: 1.55; color: var(--dim); margin-top: 18px; max-width: 560px; text-wrap: pretty; }
.sec-paper { background: var(--paper); color: var(--ink); }
.sec-paper .sec-head h2 { color: var(--ink); }
.sec-paper .sec-sub { color: rgba(11,16,38,0.62); }
.sec-paper .eyebrow { color: var(--peach-deep); }

/* ---------- HOW IT WORKS ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; }
.step {
  background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--r-card);
  padding: 30px 28px 32px; position: relative; overflow: hidden;
}
.step .step-orbit { position: relative; height: 132px; margin: -6px -8px 18px; }
.step .step-n { font-family: ui-monospace, monospace; font-size: 12px; letter-spacing: 0.2em; color: var(--peach); }
.step h3 { font-size: 24px; font-weight: 500; letter-spacing: -0.02em; margin-top: 8px; }
.step p { font-size: 15px; line-height: 1.55; color: var(--dim); margin-top: 10px; text-wrap: pretty; }

/* ---------- FEATURES ---------- */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; }
.feat {
  border-radius: var(--r-card); padding: 30px 28px 34px; border: 1px solid rgba(11,16,38,0.10);
  background: #fff; display: flex; flex-direction: column; gap: 14px; min-height: 280px;
}
.feat .feat-emblem { width: 56px; height: 56px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.feat h3 { font-size: 23px; font-weight: 500; letter-spacing: -0.02em; }
.feat p { font-size: 15px; line-height: 1.55; color: rgba(11,16,38,0.64); text-wrap: pretty; }
.feat--spaces .feat-emblem { background: rgba(255,138,91,0.16); color: var(--peach-2); }
.feat--inbox  .feat-emblem { background: rgba(11,16,38,0.06); color: var(--ink); border: 1.4px dashed rgba(11,16,38,0.35); }
.feat--decide .feat-emblem { background: rgba(156,184,255,0.22); color: #4f6fc4; }
.feat .space-dots { display: flex; gap: 7px; margin-top: auto; }
.feat .space-dots span { width: 13px; height: 13px; border-radius: 50%; }

/* ---------- SCREENSHOTS ---------- */
.shots { display: flex; gap: 26px; margin-top: 64px; overflow-x: auto; padding: 6px 2px 22px; scroll-snap-type: x mandatory; }
.shot { scroll-snap-align: center; flex: none; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.shot .shot-cap { text-align: center; }
.shot .shot-cap .shot-t { font-size: 17px; font-weight: 500; letter-spacing: -0.01em; }
.shot .shot-cap .shot-s { font-size: 13.5px; color: var(--dim); margin-top: 3px; }

/* in-phone simplified screens */
.scr { flex: 1; display: flex; flex-direction: column; padding: 4px 16px 16px; gap: 10px; overflow: hidden; }
.scr-h { font-size: 19px; font-weight: 500; letter-spacing: -0.02em; }
.scr-sub { font-size: 12px; color: var(--dim); }
.sheet {
  margin-top: auto; background: var(--ink-2); border: 1px solid var(--line-2);
  border-radius: 24px 24px 18px 18px; padding: 18px 16px; display: flex; flex-direction: column; gap: 10px;
}
.sheet .grab { width: 34px; height: 4px; border-radius: 999px; background: var(--line-2); align-self: center; margin-bottom: 4px; }
.sheet-row { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 12px; background: rgba(244,236,223,0.05); font-size: 13.5px; }
.sheet-row .ic { width: 30px; height: 30px; border-radius: 9px; background: rgba(255,138,91,0.18); color: var(--peach); display: flex; align-items: center; justify-content: center; font-size: 14px; }
.sheet-row.prime { background: var(--peach); color: var(--ink); font-weight: 500; justify-content: center; }

.cand { display: flex; flex-direction: column; gap: 9px; }
.cand-card { background: var(--ink-2); border: 1px solid var(--line); border-radius: 14px; padding: 12px 13px; }
.cand-card .cc-top { display: flex; justify-content: space-between; align-items: center; font-size: 13.5px; font-weight: 500; }
.cand-card .cc-meta { font-size: 11px; color: var(--dim); margin-top: 2px; }
.cand-card .bar { height: 6px; border-radius: 999px; background: rgba(244,236,223,0.1); margin-top: 9px; overflow: hidden; }
.cand-card .bar i { display: block; height: 100%; border-radius: 999px; }
.cand-card.win { border-color: var(--peach); box-shadow: 0 0 0 1px var(--peach); }
.vote-meta { display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: var(--dim); }
.avatars { display: flex; }
.avatars span { width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid var(--ink); margin-left: -5px; font-size: 9px; display: flex; align-items: center; justify-content: center; font-weight: 600; color: var(--ink); }

.hist-row { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.hist-row .thumb { width: 42px; height: 42px; border-radius: 11px; flex: none; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.hist-row .h-body { flex: 1; }
.hist-row .h-t { font-size: 14px; font-weight: 500; }
.hist-row .h-s { font-size: 11.5px; color: var(--dim); margin-top: 2px; }
.hist-row .h-act { font-size: 15px; color: var(--dimmer); }

.scr-group { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--dimmer); margin-top: 4px; }

/* striped placeholder (brand recipe) */
.striped { background-image: repeating-linear-gradient(45deg, rgba(255,138,91,0.22) 0 7px, rgba(255,138,91,0.06) 7px 14px); }

/* ---------- PHILOSOPHY ---------- */
.phil { padding: 120px 0; background: var(--ink-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.phil .phil-lead { font-size: clamp(26px, 3vw, 38px); font-weight: 500; letter-spacing: -0.025em; line-height: 1.2; max-width: 820px; text-wrap: balance; }
.phil .phil-body { font-size: 18px; line-height: 1.6; color: var(--dim); max-width: 640px; margin-top: 24px; text-wrap: pretty; }
.phil-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 64px; }
.phil-card { border: 1px solid var(--line); border-radius: 18px; padding: 26px 24px; background: rgba(244,236,223,0.02); }
.phil-card .pc-mark { width: 38px; height: 38px; }
.phil-card h3 { font-size: 19px; font-weight: 500; margin-top: 16px; letter-spacing: -0.01em; }
.phil-card p { font-size: 14.5px; line-height: 1.55; color: var(--dim); margin-top: 9px; text-wrap: pretty; }

/* ---------- FAQ ---------- */
.faq-list { margin-top: 50px; max-width: 820px; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 26px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  font-size: clamp(18px, 2vw, 22px); font-weight: 500; letter-spacing: -0.01em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .chev { flex: none; width: 26px; height: 26px; position: relative; transition: transform .3s ease; }
.faq-item summary .chev::before, .faq-item summary .chev::after { content: ""; position: absolute; top: 50%; left: 50%; background: var(--peach); border-radius: 2px; }
.faq-item summary .chev::before { width: 14px; height: 2px; transform: translate(-50%,-50%); }
.faq-item summary .chev::after { width: 2px; height: 14px; transform: translate(-50%,-50%); transition: transform .3s ease; }
.faq-item[open] summary .chev::after { transform: translate(-50%,-50%) scaleY(0); }
.faq-item .faq-a { font-size: 16.5px; line-height: 1.6; color: var(--dim); padding: 0 4px 28px; max-width: 680px; text-wrap: pretty; }

/* ---------- FINAL CTA ---------- */
.final {
  padding: 130px 0; text-align: center; position: relative; overflow: hidden;
  border-top: 1px solid var(--line);
}
.final .final-bg { position: absolute; inset: -20% 0; z-index: 0; opacity: 0.55; }
.final .wrap { position: relative; z-index: 2; }
.final h2 { font-size: clamp(36px, 5vw, 60px); font-weight: 500; letter-spacing: -0.03em; line-height: 1.02; }
.final h2 .dot { color: var(--peach); }
.final p { font-size: 18px; color: var(--dim); margin-top: 16px; }
.final .store-row { justify-content: center; margin-top: 34px; }

/* ---------- FOOTER ---------- */
.footer { background: var(--ink); border-top: 1px solid var(--line); padding: 70px 0 50px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.foot-brand .brand { margin-bottom: 16px; }
.foot-brand .foot-tag { font-size: 17px; color: var(--dim); max-width: 240px; line-height: 1.4; letter-spacing: -0.01em; }
.foot-col h4 { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--dim-2); margin-bottom: 16px; font-weight: 500; }
.foot-col a { display: block; font-size: 14.5px; color: var(--dim); margin-bottom: 11px; transition: color .15s ease; }
.foot-col a:hover { color: var(--cream); }
.foot-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 56px; padding-top: 26px; border-top: 1px solid var(--line); font-size: 13px; color: var(--dim-2); flex-wrap: wrap; gap: 14px; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  :root { --pad: 24px; }
  .nav-links { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 100%; text-align: left; }
  .steps, .feat-grid, .phil-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .foot-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .seg-label { display: none; }
  .nav-cta { display: none; }
  .foot-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 38px; }
}
/* comfortable touch targets on coarse pointers */
@media (pointer: coarse) {
  .seg button { min-height: 40px; padding: 8px 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
