:root {
  --brand: #6a45f0;
  --brand-press: #5836d4;
  --brand-soft: #efebfd;
  --bg: #fafafc;
  --panel: #f4f3f8;
  --app-bg: #ececed;
  --ink: #1a1a1e;
  --muted: #73737c;
  --faint: #a5a5ad;
  --border: rgb(26 26 30 / 0.08);
  --hair: rgb(26 26 30 / 0.05);
  --success: #1fa554;
  --warning: #c98a12;
  --spring: cubic-bezier(0.22, 1, 0.36, 1);
  --disp: "Instrument Sans", sans-serif;
  --body: "Inter", -apple-system, sans-serif;
  --mono: "JetBrains Mono", monospace;
  --card-sh: 0 1px 2px rgb(26 26 30 / .03), 0 10px 30px rgb(26 26 30 / .05);
  --card-sh-hi: 0 2px 4px rgb(26 26 30 / .04), 0 18px 44px rgb(26 26 30 / .08);
  --strap: repeating-linear-gradient(45deg, rgb(255 255 255 / .16) 0 3px, transparent 3px 9px), linear-gradient(#5e40ce, #5e40ce);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--body); background: var(--bg); color: var(--ink); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
svg.i { width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.7; fill: none; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
h1, h2, h3, .disp { font-family: var(--disp); }

/* ---------- nav (static, flat) ---------- */
.nav { position: absolute; top: 18px; left: 0; right: 0; z-index: 90; }
.nav-inner { display: flex; align-items: center; gap: 8px; height: 52px; max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.nav-inner > .btn { margin-left: auto; }
.mark { display: flex; align-items: center; gap: 9px; font-family: var(--disp); font-weight: 700; font-size: 18px; letter-spacing: -0.3px; margin-right: 10px; }
.mark svg { width: 27px; height: 27px; border-radius: 8px; }
.nav-links { display: none; gap: 4px; margin-left: auto; }
.nav-links a { font-size: 13.5px; font-weight: 500; color: var(--muted); padding: 8px 13px; border-radius: 999px; transition: color .2s, background .2s; }
.nav-links a:hover { color: var(--ink); background: var(--panel); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--ink); color: #fff;
  font-family: var(--body); font-weight: 600; font-size: 14px; border: none; border-radius: 999px; padding: 10px 19px;
  cursor: pointer; transition: background .2s, transform .3s var(--spring); will-change: transform; }
.btn:hover { background: #000; }
.btn.brand { background: var(--brand); box-shadow: 0 1px 2px rgb(88 54 212 / .3), inset 0 1px 0 rgb(255 255 255 / .18); }
.btn.brand:hover { background: var(--brand-press); }
.btn:focus-visible, a:focus-visible, button:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }
.btn.big { font-size: 16px; padding: 14px 28px; }
.btn.ghost { background: #fff; color: var(--ink); border: 1px solid var(--border); box-shadow: 0 1px 2px rgb(26 26 30 / .04); }
.btn.ghost:hover { background: var(--panel); }

/* ---------- hero ---------- */
.hero { position: relative; padding: 100px 0 40px; }
.hero::before { content: ""; position: absolute; inset: 0 0 20% 0; z-index: -1;
  background: radial-gradient(56% 42% at 50% 0%, #ece7fb 0%, rgb(236 231 251 / 0) 100%); }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 44px; align-items: center; }
h1 { font-size: clamp(42px, 9vw, 76px); line-height: 1.02; letter-spacing: -2.2px; font-weight: 700; }
h1 .beat { display: block; opacity: 0; transform: translateY(24px); animation: rise 1s var(--spring) forwards; }
h1 .beat:nth-child(2) { animation-delay: .15s; color: var(--faint); }
h1 .beat:nth-child(3) { animation-delay: .3s; color: var(--brand); }
@keyframes rise { to { opacity: 1; transform: none; } }
.sub { margin: 26px 0 34px; font-size: 18.5px; line-height: 1.6; color: var(--muted); max-width: 42ch; opacity: 0; animation: rise 1s var(--spring) .48s forwards; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; opacity: 0; animation: rise 1s var(--spring) .62s forwards; }
.hero-note { margin-top: 18px; font-size: 13px; color: var(--faint); opacity: 0; animation: rise 1s var(--spring) .76s forwards; }

/* ---------- phone chrome ---------- */
.stage { position: relative; display: flex; justify-content: center; padding: 8px 0 30px; opacity: 0; animation: rise 1.1s var(--spring) .35s forwards; }
.phone { position: relative; width: 272px; height: 560px; background: #0e0e11; border-radius: 48px; padding: 9px;
  box-shadow: 0 2px 6px rgb(26 26 30 / .16), 0 34px 68px rgb(26 26 30 / .18); }
.screen { position: relative; width: 100%; height: 100%; background: var(--app-bg); border-radius: 40px; overflow: hidden; display: flex; flex-direction: column; }
.statusbar { display: flex; justify-content: space-between; align-items: center; padding: 13px 24px 4px; font-size: 12px; font-weight: 600; color: #1d1d1f; }
.statusbar .batt { width: 16px; height: 9px; border: 1px solid rgb(29 29 31/.5); border-radius: 3px; position: relative; }
.statusbar .batt::after { content: ""; position: absolute; inset: 1.5px; right: 4px; background: #1d1d1f; border-radius: 1px; }
.appbar { display: flex; align-items: center; justify-content: space-between; padding: 4px 18px 8px; }
.appbar .abl { display: flex; align-items: center; }
.appbar b { font-family: -apple-system, var(--body); font-size: 13px; font-weight: 600; letter-spacing: -0.1px; color: #1d1d1f; }
.appbar span { font-size: 11px; font-weight: 500; color: var(--muted); }
.screen-body { position: relative; flex: 1; overflow: hidden; }
.scene { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 0 16px 24px; opacity: 0; }

/* ---------- lanyard rig (from the app's LanyardRig) ---------- */
.rig { position: absolute; left: 50%; top: 0; width: 0; }
.rig-swing { position: absolute; top: -46px; left: 0; transform-origin: top left; }
.strap { position: absolute; top: 0; left: -6px; width: 12px; height: 148px; transform-origin: top;
  background: var(--strap); border-radius: 3px; box-shadow: inset 0 0 0 1px rgb(0 0 0 / .18); }
.strap.l { transform: rotate(-15deg); }
.strap.r { transform: rotate(15deg); }
.clip { position: absolute; top: 132px; left: 0; }
.clip .ring { position: absolute; left: -7px; top: 0; width: 14px; height: 14px; border-radius: 50%; border: 3px solid rgb(26 26 30 / .55); }
.clip .hook { position: absolute; left: -4px; top: 11px; width: 8px; height: 18px; border-radius: 3px; background: rgb(26 26 30 / .48); }
.bcard { position: absolute; top: 142px; left: 0; transform: translateX(-50%); width: 168px;
  background: #fff; border: 1px solid var(--hair); border-radius: 15px; overflow: hidden;
  box-shadow: 0 14px 30px -10px rgb(0 0 0 / .32); }
.bcard .notch { height: 13px; background: rgb(26 26 30 / .05); display: grid; place-items: center; }
.bcard .notch i { width: 28px; height: 4px; border-radius: 2px; background: rgb(26 26 30 / .25); }
.bcard .banner { height: 36px; background: linear-gradient(120deg, #5636c9, #8a68f2); display: flex; align-items: flex-start; padding: 7px 10px; }
.bcard .banner b { color: #fff; font-size: 8.5px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; text-shadow: 0 1px 6px rgb(0 0 0 / .4); }
.bcard .photo { display: block; width: 82px; height: 82px; border-radius: 12px; margin: 10px auto 0; object-fit: cover; background: var(--panel); }
.bcard .nm { text-align: center; font-family: -apple-system, var(--body); font-size: 15px; font-weight: 800; line-height: 1.1; margin-top: 7px; color: #1d1d1f; }
.bcard .code { text-align: center; font-family: var(--mono); font-size: 7.5px; font-weight: 600; letter-spacing: .12em; color: var(--muted); padding: 4px 0 10px; }
.stamp { position: absolute; left: 50%; top: 56px; z-index: 5; transform: translate(-50%, -50%) rotate(-12deg);
  padding: 4px 10px; border-radius: 6px; font-size: 10.5px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase;
  border: 3px double var(--success); color: var(--success); background: rgb(31 165 84 / .12); }
.sheen { position: absolute; top: -30%; bottom: -30%; width: 46%; pointer-events: none;
  background: linear-gradient(100deg, transparent, rgb(255 255 255 / .35), transparent);
  transform: translateX(-220%) rotate(8deg); }

/* ---------- hero journey: the attendee-preview print flow, 14s loop ----------
   hang+swing+stamp → Print badge → hoist + printer rises → find/send →
   release: card into the feed → feed-out + creep → check-pop, printed. */
.hero-rig .cycle { position: absolute; inset: 0; animation: cyc 14s linear infinite; }
@keyframes cyc { 0%, 96% { opacity: 1; } 99.5%, 100% { opacity: 0; } }
.hero-rig .rig-drop { animation: h-drop 14s cubic-bezier(0.4, 0.1, 0.4, 1) infinite; }
@keyframes h-drop { 0% { transform: translateY(-460px); } 2.4% { transform: translateY(0); } 3.2% { transform: translateY(-12px); } 4%, 100% { transform: translateY(0); } }
.hero-rig .rig-hoist { transform-origin: 0 -46px; animation: h-hoist 14s var(--spring) infinite; }
@keyframes h-hoist { 0%, 28% { transform: scale(1); } 33%, 100% { transform: scale(.45); } }
.hero-rig .rig-swing { animation: h-swing 14s ease-in-out infinite; }
@keyframes h-swing { 0%, 4% { transform: rotate(0); } 7% { transform: rotate(2.6deg); } 11% { transform: rotate(-1.8deg); } 15% { transform: rotate(1deg); } 19%, 100% { transform: rotate(0); } }
.hero-rig .stamp { opacity: 0; animation: h-stamp 14s cubic-bezier(0.2, 1.4, 0.4, 1) infinite; }
@keyframes h-stamp { 0%, 9% { opacity: 0; transform: translate(-50%,-50%) rotate(-12deg) scale(2.6); }
  11.5% { opacity: 1; transform: translate(-50%,-50%) rotate(-12deg) scale(.92); }
  13%, 100% { opacity: 1; transform: translate(-50%,-50%) rotate(-12deg) scale(1); } }
.hero-rig .sheen { animation: h-sheen 14s ease-in-out infinite; }
@keyframes h-sheen { 0%, 5% { transform: translateX(-220%) rotate(8deg); } 13%, 100% { transform: translateX(560%) rotate(8deg); } }
.hero-rig .strap, .hero-rig .clip { animation: h-retract 14s infinite; }
@keyframes h-retract { 0%, 46% { translate: 0 0; opacity: 1; } 52%, 100% { translate: 0 -400px; opacity: 0; } }
.hero-rig .bcard { animation: h-descend 14s cubic-bezier(0.5, 0.05, 0.75, 0.4) infinite; }
@keyframes h-descend { 0%, 46% { transform: translateX(-50%) translateY(0); opacity: 1; }
  54% { transform: translateX(-50%) translateY(400px); opacity: 1; }
  55%, 100% { transform: translateX(-50%) translateY(400px); opacity: 0; } }

.app-footer { position: absolute; left: 14px; right: 14px; bottom: 12px; display: flex; flex-direction: column; gap: 8px; z-index: 6;
  animation: h-footer 14s infinite; }
@keyframes h-footer { 0%, 25% { opacity: 1; transform: none; } 28%, 100% { opacity: 0; transform: translateY(10px); } }
.app-btn { height: 34px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  font-family: -apple-system, var(--body); font-size: 14.5px; font-weight: 600; }
.app-btn.primary { background: var(--brand); color: #fff; }
.app-btn.secondary { background: #fff; color: #1d1d1f; border: 1px solid rgb(26 26 30 / .12); }

.prig { position: absolute; left: 50%; top: 212px; width: 196px; margin-left: -98px; z-index: 5;
  animation: h-prig 14s var(--spring) infinite; }
@keyframes h-prig { 0%, 27% { transform: translateY(420px); } 32%, 100% { transform: translateY(0); } }
.prig-titles { position: absolute; bottom: calc(100% + 42px); left: 50%; transform: translateX(-50%); width: 230px; height: 44px; }
.pt { position: absolute; inset: 0; text-align: center; opacity: 0;
  font-family: -apple-system, var(--body); font-size: 15px; font-weight: 800; letter-spacing: -0.2px; color: #1d1d1f; line-height: 1.25; }
.pt small { display: block; font-size: 11px; font-weight: 500; color: var(--muted); margin-top: 2px; }
.pt1 { animation: pt1 14s infinite; }
.pt2 { animation: pt2 14s infinite; }
.pt3 { animation: pt3 14s infinite; }
.pt4 { animation: pt4 14s infinite; }
@keyframes pt1 { 0%, 30% { opacity: 0; } 32%, 40% { opacity: 1; } 42%, 100% { opacity: 0; } }
@keyframes pt2 { 0%, 42% { opacity: 0; } 44%, 50% { opacity: 1; } 52%, 100% { opacity: 0; } }
@keyframes pt3 { 0%, 52% { opacity: 0; } 54%, 76% { opacity: 1; } 78%, 100% { opacity: 0; } }
@keyframes pt4 { 0%, 78% { opacity: 0; } 80%, 94% { opacity: 1; } 96%, 100% { opacity: 0; } }
.pradar { position: absolute; inset: -26px; pointer-events: none; animation: radar-vis 14s infinite; }
@keyframes radar-vis { 0%, 30% { opacity: 0; } 32%, 42% { opacity: 1; } 44%, 100% { opacity: 0; } }
.pradar span { position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgb(106 69 240 / .5); opacity: 0; animation: radar 1.6s ease-out infinite; }
.pradar span:nth-child(2) { animation-delay: .55s; }
.pradar span:nth-child(3) { animation-delay: 1.1s; }
@keyframes radar { from { transform: scale(.42); opacity: .9; } to { transform: scale(1.15); opacity: 0; } }
.ptop { height: 9px; margin: 0 22px; border-radius: 6px 6px 0 0; background: rgb(26 26 30 / .8); position: relative; z-index: 3; }
.pbody { position: relative; height: 76px; border-radius: 16px; background: #fff; border: 1px solid var(--border); box-shadow: 0 2px 9px rgb(0 0 0 / .08); z-index: 2; }
.readout { position: absolute; top: 10px; left: 12px; width: 48px; height: 18px; border-radius: 6px; background: rgb(26 26 30 / .05); }
.readout span { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-family: var(--mono); font-size: 9.5px; font-weight: 600; color: var(--muted); opacity: 0; }
.readout .r1 { animation: ro1 14s infinite; }
.readout .r2 { animation: pt2 14s infinite; }
.readout .r3 { animation: pt3 14s infinite; }
.readout .r4 { animation: pt4 14s infinite; }
@keyframes ro1 { 0%, 27% { opacity: 0; } 29%, 40% { opacity: 1; } 42%, 100% { opacity: 0; } }
.pled { position: absolute; top: 12px; right: 12px; width: 7px; height: 7px; border-radius: 50%; animation: h-led 14s infinite; }
@keyframes h-led { 0%, 43% { background: #c5c5cb; } 45%, 96% { background: var(--success); } 100% { background: #c5c5cb; } }
.pbar { position: absolute; bottom: 13px; left: 20px; right: 20px; height: 5px; border-radius: 3px; background: rgb(26 26 30 / .08); overflow: hidden; }
.pbar i { display: block; height: 100%; border-radius: 3px; background: rgb(26 26 30 / .8); animation: h-bar 14s linear infinite; }
@keyframes h-bar { 0%, 28% { width: 0%; background: rgb(26 26 30 / .8); } 34% { width: 12%; } 42% { width: 32%; }
  48% { width: 55%; } 53% { width: 72%; } 77% { width: 94%; background: rgb(26 26 30 / .8); }
  80%, 100% { width: 100%; background: var(--success); } }
.pcheck { position: absolute; left: 50%; top: 50%; margin: -21px 0 0 -21px; width: 42px; height: 42px; border-radius: 50%;
  background: var(--success); color: #fff; display: flex; align-items: center; justify-content: center; z-index: 4;
  opacity: 0; animation: h-check 14s cubic-bezier(0.2, 1.35, 0.5, 1) infinite; }
.pcheck svg { width: 20px; height: 20px; stroke: #fff; stroke-width: 3; fill: none; stroke-linecap: round; stroke-linejoin: round; }
@keyframes h-check { 0%, 78% { opacity: 0; transform: scale(.3); } 80.5% { opacity: 1; transform: scale(1.12); }
  82%, 95% { opacity: 1; transform: scale(1); } 97%, 100% { opacity: 0; } }
.pout { position: absolute; left: 50%; bottom: -4px; width: 86px; aspect-ratio: 2 / 3; margin-left: -43px;
  background: #fff; border: 1px solid var(--border); border-radius: 9px; box-shadow: 0 2px 9px rgb(0 0 0 / .08);
  z-index: 1; padding: 8px 7px 7px; display: flex; flex-direction: column; align-items: center; gap: 4px;
  clip-path: inset(0 0 100% 0); animation: h-out 14s infinite; }
@keyframes h-out { 0%, 53% { clip-path: inset(0 0 100% 0); transform: translateY(0); opacity: 1; }
  77% { clip-path: inset(0 0 34% 0); transform: translateY(0); opacity: 1; }
  80% { clip-path: inset(0 0 -20% 0); transform: translateY(86%); opacity: 1; }
  96% { clip-path: inset(0 0 -20% 0); transform: translateY(86%); opacity: 1; }
  99%, 100% { clip-path: inset(0 0 -20% 0); transform: translateY(86%); opacity: 0; } }
.pout img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; margin-top: 2px; }
.pout .l1 { height: 5px; width: 75%; background: #1d1d1f; border-radius: 2px; }
.pout .l2 { height: 4px; width: 50%; background: rgb(26 26 30 / .4); border-radius: 2px; }
.pout .q { margin-top: auto; width: 20px; height: 20px; opacity: .85;
  background: conic-gradient(#1d1d1f 25%, transparent 0 50%, #1d1d1f 0 75%, transparent 0) 0 0 / 10px 10px, #efeff2; }

/* ---------- shared ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; color: var(--brand); margin-bottom: 16px; }
.eyebrow::before { content: ""; width: 18px; height: 1.5px; background: var(--brand); border-radius: 1px; }
h2 { font-size: clamp(30px, 4vw, 44px); letter-spacing: -1.5px; font-weight: 700; line-height: 1.08; }
.lede { color: var(--muted); font-size: 17.5px; margin-top: 14px; max-width: 54ch; }
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .9s var(--spring), transform .9s var(--spring); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- proof ---------- */
.proof { padding: 10px 0 60px; }
.proof-card { background: #fff; border: 1px solid var(--border); border-radius: 24px; box-shadow: var(--card-sh);
  padding: 28px 26px; display: grid; grid-template-columns: 1fr; gap: 26px; align-items: center; }
.client-logo { display: flex; align-items: center; gap: 11px; font-family: var(--disp); font-weight: 700; font-size: 20px; letter-spacing: -0.4px; color: #45454c; }
.client-logo .dot { width: 30px; height: 30px; border-radius: 9px; background: #45454c; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.client-cap { font-size: 13px; color: var(--muted); margin-top: 9px; }
.vline { display: none; width: 1px; height: 68px; background: var(--border); }
.stats { display: grid; grid-template-columns: 1fr; gap: 18px; }
.stat b { display: block; font-family: var(--disp); font-size: 21px; font-weight: 700; letter-spacing: -0.5px; }
.stat span { font-size: 13px; color: var(--muted); }
.trust { text-align: center; margin-top: 34px; font-size: 14px; color: var(--faint); }

/* ---------- pains ---------- */
.painsec { padding: 30px 0 70px; }
.pain-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 34px; }
.pain-card { background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 26px 24px; box-shadow: var(--card-sh);
  transition: transform .35s var(--spring), box-shadow .35s; }
.pain-card:hover { transform: translateY(-3px); box-shadow: var(--card-sh-hi); }
.pain-card .pi { width: 38px; height: 38px; border-radius: 12px; background: var(--brand-soft); color: var(--brand);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.pain-card .pi .i { width: 18px; height: 18px; }
.pain-card h3 { font-size: 16.5px; font-weight: 600; letter-spacing: -0.3px; }
.pain-card p { font-size: 13.5px; color: var(--muted); margin-top: 7px; }
.pain-bridge { margin-top: 34px; text-align: center; font-size: 17px; color: var(--ink); font-weight: 500; max-width: 56ch;
  margin-left: auto; margin-right: auto; }

/* ---------- pinned: how it works (static on mobile, pinned ≥920px) ---------- */
.hiw { position: relative; }
.hiw-pin { padding: 60px 0; }
.hiw-grid { display: grid; grid-template-columns: 1fr; gap: 72px; align-items: center; width: 100%; }
.hiw-steps { display: flex; flex-direction: column; gap: 8px; margin-top: 34px; }
.hiw-step { display: flex; gap: 18px; padding: 20px 22px; border-radius: 20px; border: 1px solid transparent;
  cursor: pointer; text-align: left; background: transparent; font-family: var(--body); width: 100%; transition: all .5s var(--spring); }
.hiw-step:hover { background: rgb(255 255 255 / .6); }
.hiw-step .n { width: 34px; height: 34px; flex: none; border-radius: 50%; border: 1px solid var(--border); background: #fff;
  display: flex; align-items: center; justify-content: center; font-family: var(--disp); font-size: 13px; font-weight: 600; color: var(--muted); transition: all .4s; }
.hiw-step h3 { font-size: 21px; letter-spacing: -0.5px; font-weight: 600; color: var(--ink); transition: color .4s; line-height: 1.3; }
.hiw-step p { font-size: 14.5px; color: var(--muted); margin-top: 6px; }
.hiw-step.on { background: #fff; border-color: var(--border); box-shadow: var(--card-sh); }
.hiw-step.on .n { background: var(--brand); border-color: var(--brand); color: #fff; }
.hiw-step.on h3 { color: var(--ink); }
.hiw-bar { height: 2px; border-radius: 1px; background: var(--panel); margin-top: 16px; overflow: hidden; display: none; }
.hiw-bar i { display: block; height: 100%; width: 0; background: var(--brand); transition: width .2s linear; }
.hiw-device { display: none; justify-content: center; }
.hiw-device .scene { transition: opacity .5s var(--spring), transform .5s var(--spring); transform: translateY(8px); }
.hiw-device .scene.on { opacity: 1; transform: none; }

.finder { position: relative; width: 176px; height: 176px; border-radius: 24px; background: #141417; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.finder svg.qr { width: 96px; height: 96px; }
.finder .corner { position: absolute; width: 26px; height: 26px; border: 2.5px solid #fff; opacity: .9; }
.finder .c1 { top: 14px; left: 14px; border-right: 0; border-bottom: 0; border-radius: 6px 0 0 0; }
.finder .c2 { top: 14px; right: 14px; border-left: 0; border-bottom: 0; border-radius: 0 6px 0 0; }
.finder .c3 { bottom: 14px; left: 14px; border-right: 0; border-top: 0; border-radius: 0 0 0 6px; }
.finder .c4 { bottom: 14px; right: 14px; border-left: 0; border-top: 0; border-radius: 0 0 6px 0; }
.scanline { position: absolute; left: 10px; right: 10px; height: 2px; background: rgb(255 255 255 / .85); border-radius: 1px; animation: sweep 2.2s ease-in-out infinite; }
@keyframes sweep { 0% { top: 12%; } 50% { top: 86%; } 100% { top: 12%; } }
.scene-label { font-size: 13px; font-weight: 500; color: var(--muted); }

.selfie { position: relative; width: 176px; height: 220px; border-radius: 24px; overflow: hidden; background: linear-gradient(170deg, #3b3650, #221f2e); display: flex; align-items: flex-end; justify-content: center; }
.selfie img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.selfie .frame { position: absolute; inset: 22px 24px 46px; border: 1.5px dashed rgb(255 255 255 / .55); border-radius: 50%; }
.cam-flash { position: absolute; inset: 0; background: #fff; opacity: 0; z-index: 4; }
.scene.on .cam-flash { animation: flash 1s ease-out .4s; }
@keyframes flash { 0% { opacity: 0; } 14% { opacity: .9; } 100% { opacity: 0; } }
.shutter-btn { width: 44px; height: 44px; border-radius: 50%; border: 3.5px solid #fff; background: rgb(255 255 255 / .25); margin-top: 4px; }

.plist { width: 200px; background: #fff; border: 1px solid var(--hair); border-radius: 18px; box-shadow: var(--card-sh); padding: 8px 14px; }
.prow { display: flex; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--hair); font-size: 12.5px; font-weight: 500; color: #1d1d1f; }
.prow:last-child { border-bottom: 0; }
.prow .st { margin-left: auto; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.prow.done .st { background: rgb(31 165 84 / .12); }
.prow.done .st svg { width: 10px; height: 10px; stroke: var(--success); stroke-width: 3; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.prow.run .st::after { content: ""; width: 12px; height: 12px; border-radius: 50%; border: 2px solid var(--brand-soft); border-top-color: var(--brand); animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.scene .mini-badge { width: 110px; background: #fff; border: 1px solid var(--hair); border-radius: 10px; overflow: hidden; box-shadow: 0 8px 20px -8px rgb(0 0 0 / .3); }
.scene .mini-badge .banner { height: 26px; background: linear-gradient(120deg, #5636c9, #8a68f2); display: flex; align-items: flex-start; padding: 5px 7px; }
.scene .mini-badge .banner b { color: #fff; font-size: 5.5px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }
.scene .mini-badge img { display: block; width: 56px; height: 56px; border-radius: 9px; margin: 8px auto 0; object-fit: cover; }
.scene .mini-badge .nm { text-align: center; font-size: 10px; font-weight: 800; margin-top: 5px; color: #1d1d1f; }
.scene .mini-badge .code { text-align: center; font-family: var(--mono); font-size: 5px; color: var(--muted); padding: 3px 0 8px; letter-spacing: .1em; }

/* ---------- flow builder ---------- */
.flowsec { padding: 20px 0 70px; }
.flow-shell { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 40px; align-items: stretch; }
.presets { display: flex; width: fit-content; max-width: 100%; overflow-x: auto; scrollbar-width: none; gap: 4px; background: var(--panel); border: 1px solid var(--hair); border-radius: 999px; padding: 4px; margin-bottom: 22px; }
.presets::-webkit-scrollbar { display: none; }
.preset { font-family: var(--body); font-size: 13px; font-weight: 600; color: var(--muted); border: none; background: transparent;
  border-radius: 999px; padding: 8px 16px; cursor: pointer; transition: all .3s var(--spring); white-space: nowrap; flex: none; }
.preset.on { background: #fff; color: var(--ink); box-shadow: 0 1px 3px rgb(26 26 30 / .1); }
.settings-card { background: #fff; border: 1px solid var(--border); border-radius: 24px; box-shadow: var(--card-sh); padding: 24px 22px; }
.settings-card .sc-head { font-size: 13px; font-weight: 600; color: var(--faint); letter-spacing: .4px; text-transform: uppercase; margin-bottom: 6px; }
.srow { display: flex; align-items: center; gap: 14px; padding: 17px 2px; border-bottom: 1px solid var(--hair); }
.srow:last-of-type { border-bottom: 0; }
.srow .si { width: 34px; height: 34px; border-radius: 11px; background: var(--brand-soft); color: var(--brand); display: flex; align-items: center; justify-content: center; }
.srow .si .i { width: 17px; height: 17px; }
.srow .sl b { display: block; font-size: 14.5px; font-weight: 600; }
.srow .sl span { font-size: 12.5px; color: var(--muted); }
.switch { margin-left: auto; width: 46px; height: 28px; border-radius: 999px; border: none; cursor: pointer; position: relative;
  background: #e3e2e9; transition: background .3s var(--spring); flex: none; }
.switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; border-radius: 50%; background: #fff;
  box-shadow: 0 1px 3px rgb(26 26 30 / .25); transition: transform .3s var(--spring); }
.switch[aria-checked="true"] { background: var(--brand); }
.switch[aria-checked="true"]::after { transform: translateX(18px); }
.switch[disabled] { opacity: .45; cursor: default; }
.flow-cap { font-size: 14px; color: var(--muted); margin-top: 18px; min-height: 44px; }
.flow-cap b { color: var(--ink); font-weight: 600; }

.journey { background: var(--panel); border: 1px solid var(--hair); border-radius: 24px; padding: 26px 22px; position: relative; overflow: hidden; }
.journey::before { content: ""; position: absolute; inset: 0; background: radial-gradient(90% 70% at 75% 0%, rgb(255 255 255 / .75), transparent 60%); }
.journey > * { position: relative; }
.journey .jc-head { font-size: 13px; font-weight: 600; color: var(--faint); letter-spacing: .4px; text-transform: uppercase; margin-bottom: 20px; }
.jstep { display: flex; gap: 16px; overflow: hidden; max-height: 96px; opacity: 1; transition: all .5s var(--spring); }
.jstep.off { max-height: 0; opacity: 0; }
.jstep .jrail { display: flex; flex-direction: column; align-items: center; width: 40px; flex: none; }
.jstep .jdot { width: 40px; height: 40px; border-radius: 14px; background: #fff; border: 1px solid var(--border); box-shadow: 0 1px 3px rgb(26 26 30/.06);
  display: flex; align-items: center; justify-content: center; color: var(--brand); flex: none; }
.jstep .jdot .i { width: 18px; height: 18px; }
.jstep .jline { width: 1.5px; flex: 1; min-height: 14px; background: repeating-linear-gradient(180deg, #c9c4e2 0 4px, transparent 4px 9px); }
.jstep:last-child .jline { display: none; }
.jstep .jt { padding-bottom: 18px; }
.jstep .jt b { display: block; font-size: 14.5px; font-weight: 600; padding-top: 8px; }
.jstep .jt span { font-size: 12.5px; color: var(--muted); }
.jstep .sec { display: inline-block; font-size: 10.5px; font-weight: 600; color: var(--brand); background: var(--brand-soft); border-radius: 999px; padding: 2px 8px; margin-left: 7px; vertical-align: 1px; }

/* ---------- pinned: chapters (static on mobile, pinned ≥920px) ---------- */
.chapters { position: relative; }
.ch-pin { padding: 60px 0; }
.ch-grid { display: grid; grid-template-columns: 1fr; gap: 76px; align-items: center; margin-top: 30px; }
.ch-list { display: flex; flex-direction: column; gap: 2px; }
.ch-item { padding: 15px 18px; border-radius: 16px; cursor: pointer; text-align: left; background: transparent; border: none;
  font-family: var(--body); width: 100%; transition: all .45s var(--spring); }
.ch-item:hover { background: rgb(255 255 255 / .7); }
.ch-item h3 { display: flex; align-items: center; gap: 12px; font-size: 18.5px; letter-spacing: -0.3px; color: var(--ink); font-weight: 600; transition: color .35s; }
.ch-item h3 .i { width: 19px; height: 19px; color: var(--faint); transition: color .35s; }
.ch-item p { font-size: 14px; color: var(--muted); margin-top: 5px; padding-left: 31px; }
.ch-item.on { background: #fff; box-shadow: var(--card-sh); }
.ch-item.on h3 { color: var(--ink); }
.ch-item.on h3 .i { color: var(--brand); }
.ch-stage { display: none; position: relative; height: 460px; border-radius: 30px; background: var(--panel); border: 1px solid var(--hair); overflow: hidden; }
.ch-stage::before { content: ""; position: absolute; inset: 0; background: radial-gradient(90% 70% at 70% 10%, rgb(255 255 255 / .8), transparent 65%); }
.ch-panel { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  opacity: 0; transform: translateY(22px) scale(.98); transition: opacity .55s var(--spring), transform .55s var(--spring); }
.ch-panel.on { opacity: 1; transform: none; }

.ed { display: flex; gap: 14px; align-items: center; }
.ed-tools { display: flex; flex-direction: column; gap: 8px; background: #fff; border: 1px solid var(--hair); border-radius: 14px; padding: 10px; box-shadow: var(--card-sh); }
.ed-tools i { width: 30px; height: 30px; border-radius: 9px; background: var(--panel); display: flex; align-items: center; justify-content: center; color: var(--muted); }
.ed-tools i.on { background: var(--brand-soft); color: var(--brand); }
.ed-tools .i { width: 15px; height: 15px; }
.v-badge { width: 224px; background: #fff; border-radius: 18px; border: 1px solid var(--hair); box-shadow: var(--card-sh-hi); padding: 0 0 18px; position: relative; overflow: hidden; }
.v-badge .vb-banner { height: 52px; background: linear-gradient(120deg, #5636c9, #8a68f2); display: flex; align-items: flex-start; padding: 10px 14px; }
.v-badge .vb-banner b { color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.v-badge img.ava { display: block; width: 88px; height: 88px; border-radius: 14px; margin: 14px auto 12px; object-fit: cover; }
.v-badge .ln1 { height: 13px; width: 62%; margin: 0 auto 8px; border-radius: 4px; background: #26262b; }
.v-badge .ln2 { height: 8px; width: 40%; margin: 0 auto; border-radius: 4px; background: #e3e1ee; }
.v-badge .sel { position: absolute; left: 56px; right: 56px; top: 62px; height: 100px; border: 1.5px solid var(--brand); border-radius: 12px; }
.v-badge .sel i { position: absolute; width: 8px; height: 8px; background: #fff; border: 1.5px solid var(--brand); border-radius: 2.5px; }
.v-badge .sel .h1 { left: -5px; top: -5px; } .v-badge .sel .h2 { right: -5px; top: -5px; }
.v-badge .sel .h3 { left: -5px; bottom: -5px; } .v-badge .sel .h4 { right: -5px; bottom: -5px; }

.v-diagram { display: flex; align-items: center; }
.v-node { width: 86px; height: 86px; border-radius: 24px; background: #fff; border: 1px solid var(--hair); box-shadow: var(--card-sh);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; color: var(--ink); }
.v-node .i { width: 26px; height: 26px; stroke-width: 1.5; }
.v-node em { font-style: normal; font-size: 10px; font-weight: 600; color: var(--muted); }
.v-link { width: 74px; height: 1.5px; background: repeating-linear-gradient(90deg, #c4bfe0 0 5px, transparent 5px 11px); position: relative; }
.v-link i { position: absolute; top: -2.5px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); animation: packet 1.8s linear infinite; }
@keyframes packet { to { left: 70px; } }

.v-off { width: 280px; background: #fff; border: 1px solid var(--hair); border-radius: 20px; box-shadow: var(--card-sh-hi); padding: 20px; }
.v-off-head { display: flex; align-items: center; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid var(--hair); margin-bottom: 6px; }
.v-off-head .i { color: var(--faint); }
.v-off-head b { font-size: 13px; font-weight: 600; }
.v-off-head span { margin-left: auto; font-size: 11px; font-weight: 600; color: var(--warning); background: rgb(201 138 18 / .12); padding: 3px 9px; border-radius: 999px; }
.v-row { display: flex; align-items: center; gap: 11px; padding: 11px 2px; border-bottom: 1px solid var(--hair); }
.v-row:last-child { border-bottom: 0; }
.v-row .a { width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(150deg, #cfc2f7, #8a68f2); }
.v-row img.a { object-fit: cover; }
.v-row .l { flex: 1; }
.v-row .l i { display: block; height: 8px; border-radius: 4px; background: #e9e7f2; }
.v-row .l i:first-child { width: 70%; height: 9px; background: #d9d6e8; margin-bottom: 5px; }
.v-row .ok { color: var(--success); }
.v-row .ok .i { width: 16px; height: 16px; stroke-width: 2.2; }

.v-dash { width: 300px; background: #fff; border: 1px solid var(--hair); border-radius: 20px; box-shadow: var(--card-sh-hi); padding: 20px; }
.v-dash-head { font-size: 12px; font-weight: 600; color: var(--muted); display: flex; justify-content: space-between; margin-bottom: 14px; }
.v-dash-head span:last-child { color: var(--success); }
.v-kpis { display: flex; gap: 12px; margin-bottom: 16px; }
.v-kpi { flex: 1; background: var(--bg); border: 1px solid var(--hair); border-radius: 13px; padding: 12px 14px; }
.v-kpi b { font-family: var(--disp); font-size: 21px; font-weight: 700; letter-spacing: -0.5px; display: block; }
.v-kpi span { font-size: 10.5px; color: var(--muted); }
.v-bars { display: flex; align-items: flex-end; gap: 6px; height: 62px; padding-top: 6px; border-top: 1px solid var(--hair); }
.v-bars i { flex: 1; border-radius: 4px; background: #e5e0f7; transform-origin: bottom; }
.v-bars i.hi { background: var(--brand); }
.ch-panel.on .v-bars i { animation: grow .8s var(--spring) both; }
.v-bars i:nth-child(2) { animation-delay: .06s; } .v-bars i:nth-child(3) { animation-delay: .12s; }
.v-bars i:nth-child(4) { animation-delay: .18s; } .v-bars i:nth-child(5) { animation-delay: .24s; }
.v-bars i:nth-child(6) { animation-delay: .3s; } .v-bars i:nth-child(7) { animation-delay: .36s; }
@keyframes grow { from { transform: scaleY(0); } }

.v-qrgrid { display: grid; grid-template-columns: repeat(3, 92px); gap: 14px; }
.v-qr { position: relative; height: 92px; border-radius: 16px; background: #fff; border: 1px solid var(--hair); box-shadow: var(--card-sh);
  display: flex; align-items: center; justify-content: center; }
.v-qr svg.qr { width: 58px; height: 58px; }
.v-qr .st { position: absolute; right: -6px; top: -6px; width: 20px; height: 20px; border-radius: 50%; background: var(--success);
  display: flex; align-items: center; justify-content: center; }
.v-qr .st svg { width: 10px; height: 10px; stroke: #fff; stroke-width: 3; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.v-qr.bad .st { background: var(--brand); }
.v-qr.bad .st svg { animation: spin 1.8s linear infinite; }

.v-raffle { width: 292px; background: #1b1922; border-radius: 22px; padding: 24px; text-align: center; box-shadow: var(--card-sh-hi); }
.v-raffle .t { color: #9d92c4; font-size: 10.5px; font-weight: 600; letter-spacing: 2.2px; text-transform: uppercase; margin-bottom: 16px; }
.v-reel { display: flex; gap: 10px; justify-content: center; }
.v-reel i { width: 52px; height: 52px; border-radius: 50%; flex: none; background: linear-gradient(150deg, #cfc2f7, #8a68f2); opacity: .3; }
.v-reel i img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; display: block; }
.v-reel i:nth-child(3) { opacity: 1; outline: 2px solid #e9c463; outline-offset: 3px; }
.ch-panel.on .v-reel i { animation: bob 1.6s ease-in-out infinite; }
.v-reel i:nth-child(2) { animation-delay: .1s; } .v-reel i:nth-child(3) { animation-delay: .2s; }
.v-reel i:nth-child(4) { animation-delay: .3s; } .v-reel i:nth-child(5) { animation-delay: .4s; }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
.v-raffle .w { color: #fff; font-family: var(--disp); font-size: 17px; font-weight: 600; margin-top: 16px; }
.v-raffle .r { color: #9d92c4; font-size: 11.5px; margin-top: 2px; }

/* ---------- roadmap ---------- */
.roadsec { padding: 60px 0; }
.road-filter { display: inline-flex; gap: 4px; background: var(--panel); border: 1px solid var(--hair); border-radius: 999px; padding: 4px; margin-top: 30px; }
.road-cols { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 34px; position: relative; }
.road-col { position: relative; background: #fff; border: 1px solid var(--border); border-radius: 24px; padding: 26px 24px; box-shadow: var(--card-sh); }
.road-col.day { border-color: rgb(106 69 240 / .3); }
.road-col .rc-head { display: flex; align-items: baseline; gap: 10px; margin-bottom: 6px; }
.road-col h3 { font-size: 17px; font-weight: 700; letter-spacing: -0.3px; }
.road-col .rc-sub { font-size: 12.5px; color: var(--muted); margin-bottom: 18px; }
.road-col.day .rc-badge { font-size: 10px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: var(--brand); background: var(--brand-soft); border-radius: 999px; padding: 3px 9px; }
.rc-items { display: flex; flex-direction: column; gap: 8px; }
.ritem { border: 1px solid var(--hair); border-radius: 14px; background: var(--bg); overflow: hidden; cursor: pointer; text-align: left;
  font-family: var(--body); width: 100%; transition: all .35s var(--spring); }
.ritem .rt { display: flex; align-items: center; gap: 10px; padding: 12px 14px; font-size: 13.5px; font-weight: 600; color: var(--ink); }
.ritem .rt .i { width: 16px; height: 16px; color: var(--muted); }
.ritem .rt .live { margin-left: auto; display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 700; color: var(--success); }
.ritem .rt .live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--success); }
.ritem .rt .soon { margin-left: auto; font-size: 10.5px; font-weight: 600; color: var(--faint); }
.ritem .rd { font-size: 12.5px; color: var(--muted); line-height: 1.55; max-height: 0; opacity: 0; padding: 0 14px; transition: all .4s var(--spring); }
.ritem[aria-expanded="true"] { background: #fff; border-color: var(--border); box-shadow: var(--card-sh); }
.ritem[aria-expanded="true"] .rd { max-height: 90px; opacity: 1; padding: 0 14px 13px; }
.ritem.coming .rt { color: #55555c; }
.ritem:hover { transform: translateY(-1px); border-color: var(--border); }
.roadsec.live-only .ritem.coming { opacity: .28; }
.road-note { margin-top: 22px; font-size: 13px; color: var(--faint); text-align: center; }

/* ---------- CTA / footer ---------- */
.ctasec { padding: 0 0 60px; }
.cta-card { position: relative; background: #141318; color: #fff; text-align: center; border-radius: 28px; padding: 64px 24px; overflow: hidden; }
.cta-card::before { content: ""; position: absolute; inset: auto -20% -75% -20%; height: 120%;
  background: radial-gradient(50% 50% at 50% 100%, rgb(106 69 240 / .35), transparent 70%); }
.cta-card > * { position: relative; }
.cta-card h2 { font-size: clamp(34px, 4.8vw, 56px); letter-spacing: -2px; }
.cta-card .lede { color: #a9a4b8; margin: 16px auto 36px; }
.cta-card .fine { margin-top: 22px; font-size: 13px; color: #7c7690; }
footer { border-top: 1px solid var(--hair); padding: 36px 0 48px; }
.foot { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; font-size: 13px; color: var(--muted); }
.foot .mark { font-size: 15px; }
.foot .mark svg { width: 23px; height: 23px; }
.foot-right { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.store { display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--border); border-radius: 10px; padding: 7px 13px;
  font-size: 12px; font-weight: 600; color: #4a4a52; background: #fff; }
.store .i { width: 14px; height: 14px; }

/* ---------- responsive (mobile-first: layers add layout as room appears) ---------- */
@media (min-width: 680px) {
  .wrap, .nav-inner { padding: 0 28px; }
  .stats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
  .stat { padding: 0 28px; border-left: 1px solid var(--hair); }
  .stat:first-child { padding-left: 0; border-left: 0; }
  .pain-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .cta-card { padding: 96px 40px; border-radius: 32px; }
  .foot { flex-direction: row; align-items: center; gap: 24px; flex-wrap: wrap; }
  .foot-right { margin-left: auto; }
}
@media (min-width: 920px) {
  .nav-links { display: flex; }
  .nav-inner > .btn { margin-left: 0; }
  .hero { padding: 130px 0 60px; }
  .hero-grid { grid-template-columns: 1.06fr .94fr; gap: 56px; }
  h1 { letter-spacing: -2.6px; }
  .proof-card { grid-template-columns: auto 1px 1fr; gap: 44px; padding: 36px 44px; }
  .vline { display: block; }
  .painsec { padding: 30px 0 90px; }
  .pain-grid { grid-template-columns: repeat(4, 1fr); margin-top: 38px; }

  .hiw { height: 330vh; }
  .hiw-pin { position: sticky; top: 0; height: 100vh; display: flex; align-items: center; overflow: hidden; padding: 0; }
  .hiw-grid { grid-template-columns: 1fr 1fr; }
  .hiw-steps { margin-top: 42px; }
  .hiw-step h3 { color: var(--faint); }
  .hiw-step p { max-height: 0; opacity: 0; overflow: hidden; margin-top: 0; transition: all .55s var(--spring); }
  .hiw-step.on h3 { color: var(--ink); }
  .hiw-step.on p { max-height: 130px; opacity: 1; margin-top: 6px; }
  .hiw-step.on .hiw-bar { display: block; }
  .hiw-device { display: flex; }

  .flowsec { padding: 20px 0 80px; }
  .flow-shell { grid-template-columns: .94fr 1.06fr; gap: 20px; margin-top: 48px; }
  .settings-card { padding: 30px 32px; }
  .journey { padding: 34px 38px; }

  .chapters { height: 620vh; }
  .ch-pin { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: 0; }
  .ch-grid { grid-template-columns: .9fr 1.1fr; margin-top: 36px; }
  .ch-item { padding: 15px 22px; }
  .ch-item h3 { color: var(--faint); }
  .ch-item p { max-height: 0; opacity: 0; overflow: hidden; margin-top: 0; transition: all .5s var(--spring); }
  .ch-item.on p { max-height: 110px; opacity: 1; margin-top: 5px; }
  .ch-stage { display: block; }

  .roadsec { padding: 80px 0; }
  .road-cols { grid-template-columns: 1fr 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  h1 .beat, .sub, .hero-ctas, .hero-note, .stage, .reveal { opacity: 1 !important; transform: none !important; }
  .hero-rig .stamp { opacity: 1; transform: translate(-50%,-50%) rotate(-12deg); }
  .hero-rig .prig { display: none; }
  .hero-rig .app-footer { opacity: 1; transform: none; }
  .hiw-device .scene { opacity: 1; }
}
