/* ---------- fonts (self-hosted Archivo, extracted from source bundle) ---------- */
@font-face { font-family:'Archivo'; font-style:normal; font-weight:400; font-stretch:100%; font-display:swap; src:url("assets/fonts/archivo-vietnamese.woff2") format('woff2'); unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; }
@font-face { font-family:'Archivo'; font-style:normal; font-weight:400; font-stretch:100%; font-display:swap; src:url("assets/fonts/archivo-latin-ext.woff2") format('woff2'); unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family:'Archivo'; font-style:normal; font-weight:400; font-stretch:100%; font-display:swap; src:url("assets/fonts/archivo-latin.woff2") format('woff2'); unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family:'Archivo'; font-style:normal; font-weight:600; font-stretch:100%; font-display:swap; src:url("assets/fonts/archivo-vietnamese.woff2") format('woff2'); unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; }
@font-face { font-family:'Archivo'; font-style:normal; font-weight:600; font-stretch:100%; font-display:swap; src:url("assets/fonts/archivo-latin-ext.woff2") format('woff2'); unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family:'Archivo'; font-style:normal; font-weight:600; font-stretch:100%; font-display:swap; src:url("assets/fonts/archivo-latin.woff2") format('woff2'); unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family:'Archivo'; font-style:normal; font-weight:800; font-stretch:100%; font-display:swap; src:url("assets/fonts/archivo-vietnamese.woff2") format('woff2'); unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; }
@font-face { font-family:'Archivo'; font-style:normal; font-weight:800; font-stretch:100%; font-display:swap; src:url("assets/fonts/archivo-latin-ext.woff2") format('woff2'); unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family:'Archivo'; font-style:normal; font-weight:800; font-stretch:100%; font-display:swap; src:url("assets/fonts/archivo-latin.woff2") format('woff2'); unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }

/* ---------- keyframes ---------- */
@keyframes ol-caret { 0%,49% { opacity:1 } 50%,100% { opacity:0 } }
@keyframes ol-fade { from { opacity:0 } to { opacity:1 } }
@keyframes ol-beam { 0% { transform:translateY(-12%) } 100% { transform:translateY(112%) } }
@keyframes ol-pulse { 0%,100% { transform:scale(1); opacity:.9 } 50% { transform:scale(1.5); opacity:.35 } }
@keyframes ol-drop { 0% { transform:translateY(-120%); opacity:0 } 55% { transform:translateY(6%); opacity:1 } 75% { transform:translateY(-3%) } 100% { transform:translateY(0); opacity:1 } }
@keyframes ol-shake { 0%,100% { transform:rotate(0) } 12% { transform:rotate(-16deg) } 28% { transform:rotate(14deg) } 44% { transform:rotate(-10deg) } 60% { transform:rotate(8deg) } 76% { transform:rotate(-4deg) } }

/* ---------- base ---------- */
* { box-sizing:border-box; }
html { -webkit-text-size-adjust:100%; }
body { margin:0; background:#050405; color:#F7F5F5; font-family:"Archivo", system-ui, sans-serif; -webkit-font-smoothing:antialiased; }
a { color:#FF6872; text-decoration:none; }
a:hover { color:#FF3347; }
img { display:block; max-width:100%; }
/* Source design leaves <button>s on the browser default font (Arial), not Archivo.
   Kept for 1:1 fidelity — add `button { font-family:inherit; }` to switch them to Archivo. */

.shell { background:#050405; min-height:100%; display:flex; justify-content:center; }
.page { width:100%; max-width:460px; background:#090708; color:#F7F5F5; font-size:16px; line-height:1.55; padding-bottom:40px; overflow:hidden; }

.accent { color:#FF3347; }
.muted { color:#8F8588; }
.green { color:#3DD68C; }
.min0 { min-width:0; }

/* ---------- nav ---------- */
.nav { display:flex; align-items:center; gap:10px; padding:14px 18px; position:sticky; top:0; background:rgba(9,7,8,.92); -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px); z-index:30; border-bottom:1px solid rgba(255,255,255,.06); }
.nav-logo { width:30px; height:30px; border-radius:50%; }
.nav-brand { font-weight:800; font-size:19px; letter-spacing:-.02em; }
.nav-cta { margin-left:auto; flex:none; white-space:nowrap; font-size:14px; font-weight:800; color:#0d0708; background:#F7F5F5; padding:11px 18px; border-radius:999px; min-height:44px; display:inline-flex; align-items:center; transition:background .2s ease, color .2s ease; }
.nav-cta:hover { background:#FF3347; color:#fff; }

/* ---------- hero ---------- */
.hero { padding:44px 22px 36px; text-align:center; }
.hero-title { font-size:clamp(34px,9.5vw,42px); line-height:1.06; letter-spacing:-.035em; font-weight:800; margin:0; }
.hero-lead { font-size:17px; line-height:1.5; color:#C9C2C4; margin:18px auto 0; max-width:32ch; text-wrap:pretty; }
.hero-sub { font-size:14px; line-height:1.5; color:#8F8588; margin:14px auto 0; max-width:36ch; border-top:1px solid rgba(255,255,255,.08); padding-top:14px; }
.hero-cta { margin:24px auto 0; white-space:nowrap; font-size:16px; font-weight:800; color:#fff; background:#FF3347; padding:16px 26px; border-radius:999px; min-height:54px; display:inline-flex; align-items:center; justify-content:center; transition:background .2s ease; }
.hero-cta:hover { background:#B91C2B; color:#fff; }

.stats { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin-top:30px; background:rgba(255,255,255,.11); border:1px solid rgba(255,255,255,.11); border-radius:16px; overflow:hidden; }
.stat { background:#120B0D; padding:16px 8px; }
.stat-num { font-size:26px; font-weight:800; letter-spacing:-.03em; }
.stat-label { font-size:11px; color:#8F8588; line-height:1.35; margin-top:3px; }

/* ---------- headings ---------- */
.h2 { font-size:clamp(27px,7.5vw,32px); letter-spacing:-.025em; margin:0 0 6px; text-align:center; font-weight:800; line-height:1.15; }
.section-sub { font-size:15px; color:#8F8588; text-align:center; margin:0 0 22px; }
.section { padding:34px 22px; border-top:1px solid rgba(255,255,255,.06); }

/* ---------- demo: chips + stage ---------- */
.demo { border-top:1px solid rgba(255,255,255,.06); }
.demo-copy { padding:30px 22px 0; }
.demo-title { font-size:clamp(25px,7vw,30px); line-height:1.14; margin:0; }
.chips { display:flex; flex-wrap:wrap; gap:8px; justify-content:center; margin-top:18px; }
.chip { display:inline-flex; align-items:center; white-space:nowrap; font-size:14px; font-weight:800; padding:11px 16px; border-radius:999px; border:1px solid rgba(255,255,255,.11); transition:background .25s ease, color .25s ease, border-color .25s ease; cursor:pointer; background:#181012; color:#C9C2C4; }
.chip.active { background:#FF3347; color:#fff; border-color:#FF3347; }
.tap-hint { font-size:13px; color:#605d5d; text-align:center; margin:14px 0 34px; }

.age-wrap { display:flex; justify-content:center; margin:4px 0 16px; }
.age-wrap.hidden { display:none; }
.seg-group { display:flex; gap:4px; padding:4px; background:#181012; border:1px solid rgba(255,255,255,.11); border-radius:999px; }
.seg { border:none; border-radius:999px; font-size:13px; font-weight:800; padding:10px 16px; min-height:40px; cursor:pointer; white-space:nowrap; transition:background .2s ease, color .2s ease; background:none; color:#8F8588; }
.seg.active { background:#FF3347; color:#fff; }

.demo-stage-col { padding:0 22px 34px; }
.phone { max-width:320px; margin:0 auto; border:1px solid rgba(255,255,255,.14); border-radius:34px; padding:9px; background:#181012; }
.stage { position:relative; height:474px; border-radius:26px; overflow:hidden; background:#0b0809; border:1px solid rgba(255,255,255,.06); }
.statusbar { display:flex; align-items:center; padding:11px 16px 7px; font-size:11px; font-weight:800; color:#8F8588; }
.statusbar-dots { margin-left:auto; letter-spacing:.12em; }

.pane { position:absolute; left:0; right:0; top:38px; bottom:0; padding:14px 16px; transition:opacity .45s ease; pointer-events:none; opacity:0; }
.stage[data-phase="0"] .pane-1,
.stage[data-phase="1"] .pane-2,
.stage[data-phase="2"] .pane-3 { opacity:1; }

.wrap { transition:opacity .3s ease; opacity:0; position:absolute; }
.wrap.show { opacity:1; position:static; }

.pane-head { display:flex; align-items:center; gap:8px; margin-bottom:12px; }
.pane-head.baseline { align-items:baseline; margin-bottom:10px; }
.eyebrow { font-size:11px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; color:#605d5d; }
.count { margin-left:auto; font-size:11px; color:#605d5d; }

.bell-wrap { margin-left:auto; position:relative; display:inline-flex; }
.bell { width:19px; height:19px; fill:none; stroke:#605d5d; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; transform-origin:50% 15%; transition:stroke .3s ease; }
.stage[data-beat="0"] .bell { stroke:#FF6872; animation:ol-shake .7s ease-in-out 2; }
.bell-dot { position:absolute; top:-1px; right:-1px; width:7px; height:7px; border-radius:50%; background:#FF3347; transition:opacity .3s ease; opacity:0; }
.stage[data-beat="0"] .bell-dot { opacity:1; }

.notif-card { background:#181012; border:1px solid rgba(255,255,255,.14); border-radius:16px; padding:13px 14px; box-shadow:0 12px 30px rgba(0,0,0,.55); }
.stage[data-beat="0"] .notif-card { animation:ol-drop .85s cubic-bezier(.3,1.4,.5,1) both; }
.notif-row { display:flex; align-items:center; gap:9px; }
.ig-badge { width:26px; height:26px; border-radius:8px; background:#FF3347; display:grid; place-items:center; font-size:11px; font-weight:800; color:#fff; }
.notif-kind { font-size:12px; font-weight:800; color:#C9C2C4; }
.notif-time { margin-left:auto; font-size:11px; color:#605d5d; }
.notif-body { font-size:14px; margin-top:9px; line-height:1.4; }
.picked { display:flex; align-items:center; gap:8px; margin-top:16px; font-size:12px; color:#8F8588; }
.picked img { width:16px; height:16px; border-radius:50%; }
.wrap-list .picked { margin-top:14px; }
.wrap-post .picked { margin-top:12px; }

.list-box { background:#181012; border:1px solid rgba(255,255,255,.11); border-radius:16px; overflow:hidden; }
.row { display:grid; grid-template-columns:28px minmax(0,1fr) auto; gap:10px; align-items:center; padding:11px 12px; border-bottom:1px solid rgba(255,255,255,.06); transition:background .4s ease; background:transparent; }
.row.hot { background:rgba(255,51,71,.14); }
.row-avatar { width:28px; height:28px; border-radius:50%; background:#221519; display:grid; place-items:center; font-size:10px; font-weight:800; color:#C9C2C4; }
.row-user { display:block; font-size:13px; font-weight:700; white-space:nowrap; }
.row-meta { display:block; font-size:11px; color:#8F8588; white-space:nowrap; }
.row-tag { font-size:10px; font-weight:800; white-space:nowrap; padding:4px 8px; border-radius:999px; color:#605d5d; background:rgba(255,255,255,.05); }
.row-tag.on { color:#FF6872; background:rgba(255,51,71,.16); }

.post-age { margin-left:auto; font-size:11px; font-weight:800; color:#FF6872; background:rgba(255,51,71,.14); border:1px solid rgba(255,51,71,.3); padding:4px 9px; border-radius:999px; white-space:nowrap; }
.post-card { display:flex; gap:10px; align-items:center; background:#181012; border:1px solid rgba(255,255,255,.11); border-radius:14px; padding:10px; }
.post-thumb { width:52px; height:52px; flex:none; border-radius:8px; background:repeating-linear-gradient(135deg,#221519 0 6px,#2b1a1f 6px 12px); }
.post-caption { display:block; font-size:12px; color:#C9C2C4; line-height:1.35; }
.post-stats { display:block; font-size:11px; color:#605d5d; margin-top:3px; }
.post-tabs { display:flex; gap:4px; margin-top:12px; padding:3px; background:#181012; border:1px solid rgba(255,255,255,.08); border-radius:999px; }
.tab { flex:1; text-align:center; font-size:12px; font-weight:800; padding:7px 10px; border-radius:999px; color:#8F8588; }
.tab.active { background:#FF3347; color:#fff; }
.post-list { margin-top:10px; border-radius:14px; }
.post-list .row { grid-template-columns:26px minmax(0,1fr); padding:10px 12px; }
.post-list .row-avatar { width:26px; height:26px; }
.post-list .row-user { font-size:12px; }
.post-list .row-meta { overflow:hidden; text-overflow:ellipsis; }

.profile-head { display:flex; align-items:center; gap:11px; }
.avatar { border-radius:50%; background:#221519; display:grid; place-items:center; font-weight:800; color:#C9C2C4; }
.avatar-lg { width:44px; height:44px; font-size:13px; }
.avatar-sm { width:30px; height:30px; font-size:11px; }
.profile-name { display:block; font-size:14px; font-weight:800; }
.profile-meta { display:block; font-size:11px; color:#8F8588; white-space:nowrap; }
.profile-bio { font-size:12px; color:#C9C2C4; line-height:1.45; margin-top:10px; }
.grid-wrap { position:relative; margin-top:10px; border-radius:10px; overflow:hidden; }
.grid { display:grid; grid-template-columns:repeat(3,1fr); grid-auto-rows:54px; gap:3px; }
.cell { background:#181012; border:1px solid rgba(255,255,255,.05); }
.scan-beam { position:absolute; left:0; right:0; height:34%; background:linear-gradient(180deg, rgba(255,51,71,0) 0%, rgba(255,51,71,.28) 60%, rgba(255,51,71,.9) 100%); border-bottom:2px solid #FF3347; animation:ol-beam 1.15s linear infinite; opacity:0; transition:opacity .3s ease; }
.stage[data-beat="3"] .scan-beam { opacity:1; }
.checks { margin-top:12px; display:flex; flex-direction:column; gap:6px; }
.check { display:flex; align-items:center; gap:7px; font-size:12px; color:#C9C2C4; transition:opacity .3s ease, transform .3s ease; opacity:0; transform:translateY(4px); }
.check.on { opacity:1; transform:translateY(0); }
.tick { color:#3DD68C; font-weight:800; }
.qualified { margin-top:12px; display:inline-block; font-size:11px; font-weight:800; letter-spacing:.05em; color:#3DD68C; background:rgba(61,214,140,.15); padding:6px 11px; border-radius:999px; transition:opacity .3s ease; opacity:0; }
.qualified.on { opacity:1; }

.dm-head { display:flex; align-items:center; gap:10px; padding-bottom:11px; border-bottom:1px solid rgba(255,255,255,.08); }
.dm-name { font-size:13px; font-weight:800; }
.dm-trigger { margin-left:auto; font-size:11px; color:#605d5d; }
.thread { display:flex; flex-direction:column; gap:6px; margin-top:14px; }
.bubble-out { align-self:flex-end; max-width:88%; padding:11px 13px; font-size:13px; line-height:1.45; border-radius:14px; border-bottom-right-radius:5px; background:rgba(255,51,71,.14); border:1px solid rgba(255,51,71,.28); }
.caret { display:inline-block; width:7px; margin-left:1px; border-bottom:2px solid #FF6872; animation:ol-caret 1s step-end infinite; opacity:0; }
.stage[data-beat="4"] .caret { opacity:1; }
.sent-meta { align-self:flex-end; font-size:11px; color:#605d5d; margin:2px 4px 8px; transition:opacity .3s ease; opacity:0; }
.bubble-in { align-self:flex-start; max-width:88%; padding:11px 13px; font-size:13px; line-height:1.45; border-radius:14px; border-bottom-left-radius:5px; background:#181012; border:1px solid rgba(255,255,255,.08); transition:opacity .4s ease, transform .4s ease; opacity:0; transform:translateY(8px); }
.badge-interested { align-self:flex-start; margin-top:8px; font-size:11px; font-weight:800; color:#3DD68C; background:rgba(61,214,140,.15); padding:5px 10px; border-radius:999px; transition:opacity .4s ease; opacity:0; }
.stage[data-beat="5"] .sent-meta,
.stage[data-beat="5"] .badge-interested { opacity:1; }
.stage[data-beat="5"] .bubble-in { opacity:1; transform:translateY(0); }
.composer { position:absolute; left:16px; right:16px; bottom:14px; display:flex; align-items:center; gap:8px; background:#181012; border:1px solid rgba(255,255,255,.11); border-radius:999px; padding:11px 15px; font-size:12px; color:#8F8588; }
.composer-send { margin-left:auto; color:#FF3347; font-weight:800; }

.cursor { position:absolute; left:74%; top:86%; width:13px; height:13px; margin:-6px 0 0 -6px; border-radius:50%; background:#F7F5F5; box-shadow:0 0 0 4px rgba(255,51,71,.28), 0 2px 6px rgba(0,0,0,.6); transition:left .75s cubic-bezier(.5,.05,.2,1), top .75s cubic-bezier(.5,.05,.2,1); }
.stage[data-beat="1"] .cursor,
.stage[data-beat="5"] .cursor { animation:ol-pulse .7s ease-in-out 2; }

.dots { display:flex; align-items:center; gap:8px; justify-content:center; margin-top:16px; }
.dot { width:7px; height:7px; border-radius:50%; transition:background .3s ease; background:rgba(255,255,255,.22); }
.dot.active { background:#FF3347; }
.beat-label { text-align:center; font-size:14px; color:#C9C2C4; margin-top:10px; }
.beat-label-desktop { display:none; }

/* ---------- how it works ---------- */
.card { background:#120B0D; border:1px solid rgba(255,255,255,.11); border-radius:18px; padding:20px; margin-bottom:14px; }
.cards-3 > .card:last-child { margin-bottom:0; }
.step-num { font-size:12px; font-weight:800; letter-spacing:.08em; color:#FF3347; }
.step-title { font-size:19px; font-weight:800; letter-spacing:-.015em; margin-top:8px; }
.step-copy { font-size:15px; color:#C9C2C4; margin:6px 0 0; }
.step-copy-seq { margin:6px 0 12px; }
.ai-tags { display:flex; flex-wrap:wrap; gap:6px; margin-top:14px; }
.ai-tag { font-size:11px; font-weight:800; color:#FF6872; background:rgba(255,51,71,.12); border:1px solid rgba(255,51,71,.3); padding:5px 10px; border-radius:999px; white-space:nowrap; }
.step-note { font-size:13px; color:#8F8588; margin:12px 0 0; }
.sequence { margin:14px 0 0; border-top:1px solid rgba(255,255,255,.11); }
.seq-row { display:grid; grid-template-columns:46px 15px minmax(0,1fr); gap:10px; padding:11px 0; border-bottom:1px solid rgba(255,255,255,.06); align-items:baseline; }
.seq-day { font-size:12px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; color:#8F8588; }
.seq-icon { align-self:start; margin-top:4px; display:inline-flex; }
.seq-icon svg { width:15px; height:15px; fill:none; stroke:#FF6872; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.seq-what { font-size:15px; }
.push { margin-top:16px; background:#181012; border:1px solid rgba(255,255,255,.11); border-radius:14px; padding:12px 14px; font-family:-apple-system, BlinkMacSystemFont, system-ui, sans-serif; }
.push-app { font-size:11px; color:#8F8588; }
.push-title { font-size:14px; font-weight:650; margin-top:3px; }
.push-body { font-size:13px; color:#C9C2C4; margin-top:2px; }
.push-badge { display:inline-block; font-size:11px; font-weight:800; color:#3DD68C; background:rgba(61,214,140,.15); padding:4px 9px; border-radius:999px; margin-top:10px; }

/* ---------- compare ---------- */
.compare-title { margin:0 0 18px; }
.compare { border:1px solid rgba(255,255,255,.11); border-radius:18px; overflow:hidden; }
.compare-head { display:grid; grid-template-columns:1fr 1fr 1fr; background:#181012; font-size:11px; font-weight:800; letter-spacing:.05em; text-transform:uppercase; color:#8F8588; }
.compare-head > div { padding:12px 10px; }
.compare-head > div + div { border-left:1px solid rgba(255,255,255,.06); }
.compare-ol { color:#FF6872; }
.compare-row { display:grid; grid-template-columns:1fr 1fr 1fr; border-top:1px solid rgba(255,255,255,.06); font-size:13px; }
.compare-row > div { padding:14px 10px; }
.compare-row > div + div { border-left:1px solid rgba(255,255,255,.06); }
.c-label { color:#8F8588; font-weight:650; }
.c-va { color:#C9C2C4; }
.c-ol { font-weight:650; }

/* ---------- results (testimonial reels) ---------- */
.kicker { font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; color:#FF3347; }
.results-title { text-align:left; margin:10px 0 0; }
.results-sub { text-align:left; margin:10px 0 0; max-width:42ch; }
.reels-wrap { position:relative; margin-top:28px; }
.reels { display:flex; gap:14px; overflow-x:auto; scroll-snap-type:x proximity; margin:0 -22px; padding:0 22px; scrollbar-width:none; -webkit-overflow-scrolling:touch; }
.reels::-webkit-scrollbar { display:none; }
.reels-fade { pointer-events:none; position:absolute; top:0; bottom:0; right:-22px; width:48px; background:linear-gradient(to left, #090708, transparent); }
.reel { --acc:#FF6872; flex:none; width:260px; display:flex; flex-direction:column; overflow:hidden; border-radius:18px; background:#120B0D; border:1px solid rgba(255,255,255,.11); scroll-snap-align:start; transition:border-color .2s ease; }
.reel:hover { border-color:rgba(255,255,255,.2); }
.reel[data-accent="teal"] { --acc:#5cbdb9; }
.reel[data-accent="purple"] { --acc:#a78bfa; }
.reel[data-accent="mint"] { --acc:#4ade80; }
.reel[data-accent="amber"] { --acc:#f5b95c; }
.reel[data-accent="rose"] { --acc:#f0728a; }
.reel[data-accent="blue"] { --acc:#6b8cff; }
.reel-media { position:relative; aspect-ratio:4 / 5; overflow:hidden; background:#000; }
.reel-poster { width:100%; height:100%; object-fit:cover; transition:transform .3s ease; }
.reel:hover .reel-poster { transform:scale(1.05); }
.reel-stat { position:absolute; top:8px; right:8px; z-index:2; padding:4px 10px; border-radius:999px; font-size:11px; font-weight:700; letter-spacing:.01em; color:var(--acc); background:rgba(0,0,0,.55); border:1px solid color-mix(in srgb, var(--acc) 30%, transparent); -webkit-backdrop-filter:blur(4px); backdrop-filter:blur(4px); white-space:nowrap; }
.reel-play { position:absolute; inset:0; width:100%; height:100%; background:none; border:none; padding:0; cursor:pointer; display:flex; align-items:center; justify-content:center; }
.play-btn { display:flex; align-items:center; justify-content:center; width:44px; height:44px; border-radius:50%; background:rgba(255,255,255,.15); border:1px solid rgba(255,255,255,.25); -webkit-backdrop-filter:blur(4px); backdrop-filter:blur(4px); }
.play-tri { margin-left:4px; width:0; height:0; border-top:7px solid transparent; border-bottom:7px solid transparent; border-left:11px solid #fff; }
.reel-video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; cursor:pointer; }
.reel.playing .reel-poster, .reel.playing .reel-stat, .reel.playing .reel-play { display:none; }
.reel-paused { display:none; position:absolute; inset:0; align-items:center; justify-content:center; pointer-events:none; }
.reel.playing.paused .reel-paused { display:flex; }
.reel-body { display:flex; flex:1; flex-direction:column; padding:16px; }
.reel-quote { flex:1; margin:0; font-size:14px; line-height:1.6; color:rgba(247,245,245,.9); }
.reel-who { display:flex; align-items:center; gap:10px; margin-top:16px; padding-top:12px; border-top:1px solid rgba(255,255,255,.08); }
.reel-avatar { width:24px; height:24px; flex:none; border-radius:50%; object-fit:cover; border:1px solid color-mix(in srgb, var(--acc) 30%, transparent); }
.reel-name { font-size:14px; font-weight:600; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.reel-handle { font-size:12px; color:#8F8588; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.reels-count { margin:16px 0 0; font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:#605d5d; }

/* ---------- pricing ---------- */
.pricing .section-sub { margin-bottom:20px; }
.plan { background:#120B0D; border:1px solid rgba(255,255,255,.11); border-radius:20px; padding:22px; margin-bottom:14px; display:flex; flex-direction:column; }
.plans > .plan:last-child { margin-bottom:0; }
.plan.featured { background:#150d10; border-color:rgba(255,51,71,.45); }
.plan-name { font-size:13px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; color:#8F8588; }
.plan-price { display:flex; align-items:baseline; gap:6px; margin-top:6px; }
.price { font-size:40px; font-weight:800; letter-spacing:-.04em; }
.per { font-size:14px; color:#8F8588; }
.plan-who { font-size:14px; color:#C9C2C4; margin-top:6px; }
.plan-lines { margin:16px 0 18px; border-top:1px solid rgba(255,255,255,.11); flex:1; }
.plan-line { display:grid; grid-template-columns:18px minmax(0,1fr); gap:10px; padding:9px 0; font-size:14px; border-bottom:1px solid rgba(255,255,255,.06); }
.plus { color:#FF3347; font-weight:800; }
.plan-btn { display:flex; align-items:center; justify-content:center; font-size:15px; font-weight:800; padding:16px 20px; border-radius:999px; min-height:54px; background:#221519; color:#F7F5F5; border:1px solid rgba(255,255,255,.11); transition:background .2s ease; }
.plan-btn:hover { background:#2b1a1f; color:#F7F5F5; }
.plan-btn-primary { background:#FF3347; color:#fff; border:none; }
.plan-btn-primary:hover { background:#B91C2B; color:#fff; }

/* ---------- faq ---------- */
.faq-title { margin:0 0 18px; }
.faq-item { border-bottom:1px solid rgba(255,255,255,.11); }
.faq-q { width:100%; display:flex; align-items:flex-start; gap:12px; background:none; border:none; padding:16px 0; text-align:left; color:#F7F5F5; min-height:56px; cursor:pointer; }
.faq-text { font-size:16px; font-weight:800; flex:1; line-height:1.55; }
.faq-sign { font-size:22px; font-weight:800; color:#FF6872; line-height:1; margin-top:2px; display:inline-block; transform:rotate(0deg); transition:transform .2s ease; }
.faq-item.open .faq-sign { transform:rotate(45deg); }
.faq-a { font-size:15px; color:#C9C2C4; margin:0; padding:0 0 18px; display:none; }
.faq-item.open .faq-a { display:block; }

/* ---------- final cta ---------- */
.final-cta { margin:14px 22px 0; background:#FF3347; color:#0d0708; border-radius:22px; padding:34px 22px; text-align:center; }
.final-title { font-size:clamp(28px,8vw,34px); line-height:1.06; letter-spacing:-.03em; margin:0; font-weight:800; }
.final-sub { font-size:16px; margin:12px 0 22px; opacity:.85; }
.final-btns { display:flex; flex-direction:column; gap:10px; }
.final-btn-primary { display:flex; align-items:center; justify-content:center; font-size:16px; font-weight:800; background:#0d0708; color:#F7F5F5; padding:17px 24px; border-radius:999px; min-height:54px; transition:background .2s ease; }
.final-btn-primary:hover { background:#221519; color:#F7F5F5; }
.final-btn-secondary { display:flex; align-items:center; justify-content:center; font-size:15px; font-weight:800; color:#0d0708; border:1px solid rgba(13,7,8,.45); padding:16px 24px; border-radius:999px; min-height:52px; transition:background .2s ease; }
.final-btn-secondary:hover { background:rgba(13,7,8,.1); color:#0d0708; }

/* ---------- footer ---------- */
.footer { display:flex; align-items:center; gap:10px; padding:26px 22px 8px; font-size:13px; color:#605d5d; }
.footer-logo { width:20px; height:20px; border-radius:50%; }
.footer-brand { font-weight:800; color:#8F8588; }
.footer-year { margin-left:auto; }

/* =====================================================================
   TABLET  (>=768px)
   ===================================================================== */
@media (min-width:768px) {
  .page { max-width:760px; }
  .nav { padding:16px 32px; }
  .hero { padding:64px 32px 48px; }
  .hero-title { font-size:clamp(42px,6vw,54px); }
  .hero-lead { font-size:19px; max-width:38ch; }
  .hero-sub { max-width:44ch; }
  .stats { max-width:560px; margin-left:auto; margin-right:auto; }
  .stat { padding:20px 12px; }
  .stat-num { font-size:30px; }
  .stat-label { font-size:12px; }

  .h2 { font-size:clamp(32px,4.5vw,40px); }
  .section { padding:48px 32px; }
  .section-sub { font-size:16px; }
  .demo-copy { padding:48px 32px 0; }
  .demo-title { font-size:clamp(30px,4.5vw,36px); }
  .demo-stage-col { padding:0 32px 48px; }

  .cards-3 { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
  .cards-3 > .card, .cards-3 > .plan { margin-bottom:0; }
  .cards-3 > :nth-child(3):last-child { grid-column:1 / -1; }
  .plans-single { max-width:520px; margin:0 auto; }

  .reels { margin:0 -32px; padding:0 32px; }
  .reels-fade { right:-32px; }

  .compare { max-width:680px; margin:0 auto; }
  .compare-row { font-size:14px; }
  .compare-row > div { padding:15px 14px; }
  .compare-head > div { padding:13px 14px; }

  .faq { max-width:640px; margin:0 auto; }
  .final-cta { margin:24px 32px 0; padding:48px 40px; }
  .final-title { font-size:clamp(34px,4.5vw,42px); }
  .final-btns { flex-direction:row; justify-content:center; }
  .final-btn-primary, .final-btn-secondary { min-width:220px; }
  .footer { padding:34px 32px 8px; }
}

/* =====================================================================
   DESKTOP  (>=1024px)
   ===================================================================== */
@media (min-width:1024px) {
  .page { max-width:1120px; }
  .nav { padding:16px 40px; }
  .nav-logo { width:34px; height:34px; }
  .nav-brand { font-size:21px; }
  .nav-cta { font-size:15px; padding:12px 22px; }

  .hero { padding:88px 40px 64px; }
  .hero-title { font-size:clamp(52px,5.2vw,68px); line-height:1.02; letter-spacing:-.04em; }
  .hero-lead { font-size:21px; max-width:40ch; margin-top:24px; }
  .hero-sub { font-size:15px; max-width:52ch; margin-top:18px; padding-top:18px; }
  .hero-cta { margin-top:30px; font-size:17px; padding:18px 34px; min-height:58px; }
  .stats { max-width:720px; margin-top:44px; }
  .stat { padding:24px 16px; }
  .stat-num { font-size:34px; }
  .stat-label { font-size:13px; }

  .section { padding:72px 40px; }
  .h2 { font-size:clamp(36px,3.6vw,44px); margin-bottom:8px; }
  .section-sub { font-size:17px; margin-bottom:32px; }

  /* demo: copy left, phone right */
  .demo { display:grid; grid-template-columns:minmax(0,1fr) 380px; gap:56px; align-items:center; padding:72px 40px; }
  .demo-copy { padding:0; }
  .demo-title { text-align:left; font-size:clamp(34px,3.4vw,44px); line-height:1.08; }
  .chips { justify-content:flex-start; margin-top:24px; gap:10px; }
  .chip { font-size:15px; padding:12px 18px; }
  .tap-hint { text-align:left; margin:16px 0 28px; font-size:14px; }
  .age-wrap { justify-content:flex-start; margin:0 0 20px; }
  .beat-label-desktop { display:block; text-align:left; font-size:16px; margin-top:0; min-height:1.55em; }
  .beat-label-mobile { display:none; }
  .demo-stage-col { padding:0; }
  .phone { margin:0; max-width:380px; padding:11px; border-radius:40px; }
  .stage { height:520px; border-radius:30px; }
  .compare-title, .faq-title { margin-bottom:32px; }
  .dots { margin-top:18px; }

  .cards-3 { grid-template-columns:repeat(3,1fr); gap:16px; align-items:stretch; }
  .cards-3 > :nth-child(3):last-child { grid-column:auto; }
  .card { padding:24px; border-radius:20px; }
  .step-title { font-size:21px; }
  .step-copy { font-size:15px; }
  .plan { padding:26px; }
  .plan.featured { box-shadow:0 24px 60px rgba(255,51,71,.12); }

  .compare { max-width:880px; }
  .compare-head > div { padding:15px 18px; font-size:12px; }
  .compare-row { font-size:15px; }
  .compare-row > div { padding:17px 18px; }

  .results-title { margin-top:12px; }
  .results-sub { font-size:17px; margin:14px 0 0; }
  .reels { margin:0 -40px; padding:0 40px; gap:16px; }
  .reels-fade { right:-40px; }
  .reels-wrap { margin-top:40px; }

  .faq { max-width:760px; }
  .faq-text { font-size:17px; }
  .faq-a { font-size:16px; }

  .final-cta { max-width:880px; margin:32px auto 0; padding:64px 56px; border-radius:28px; }
  .final-title { font-size:clamp(38px,3.8vw,50px); }
  .final-sub { font-size:18px; margin:14px 0 28px; }
  .footer { padding:44px 40px 8px; }
}
