*{box-sizing:border-box;margin:0;padding:0}
:root{
  --surface:#ffffff;
  --surface-soft:#f8fbf2;
  --text:#182033;
  --muted:#71809d;
  --line:rgba(24,32,51,.08);
  --brand:#0f8f5b;
  --brand-2:#f2c14e;
  --shadow:0 12px 30px rgba(16,59,43,.12);
}
html,body{background:linear-gradient(180deg,#f4f8ed 0%,#eef5e7 52%,#f8f2df 100%);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;min-height:100vh}
body{overflow-x:hidden}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
button{cursor:pointer;border:0}
.main-shell{max-width:430px;margin:0 auto;min-height:100vh}
#gatePage,#safariPage{display:none}
.compact-page{padding-bottom:20px}
.hero{position:relative;width:100%;aspect-ratio:4/4.35;overflow:hidden;border-radius:0 0 26px 26px;background:#0d3f2c}
.hero img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:opacity .25s ease,transform .35s ease}
.hero-grad{position:absolute;inset:auto 0 0 0;height:62%;background:linear-gradient(to top,rgba(4,12,24,.92) 0%,rgba(8,38,29,.58) 56%,transparent 100%)}
.hero-info{position:absolute;left:16px;right:16px;bottom:16px;color:#fff}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.14);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:5px 10px;font-size:10px;font-weight:900;margin-bottom:10px}
.hero-badge .bdot{width:7px;height:7px;border-radius:50%;background:#f2c14e}
.hero-title{font-size:24px;line-height:1.08;font-weight:950;letter-spacing:-.03em;max-width:260px}
.hero-sub{margin-top:8px;font-size:12px;line-height:1.45;color:rgba(255,255,255,.82);max-width:280px}
.hero-mini{margin-top:10px;font-size:11px;font-weight:700;color:rgba(255,255,255,.82)}
.thumb-strip-wrap{margin-top:-8px;padding:0 10px;position:relative;z-index:3;overflow:hidden}
.thumb-marquee{overflow:visible}
.thumb-track{display:flex;gap:6px;width:100%;padding:6px 4px 8px}
.thumb-card{flex:1 1 0;min-width:0;background:var(--surface);border-radius:14px;padding:3px;box-shadow:0 8px 18px rgba(18,28,56,.10);border:1px solid rgba(255,255,255,.92);transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, opacity .18s ease;opacity:.9}
.thumb-card.active{outline:2px solid rgba(242,193,78,.88);transform:translateY(-2px);box-shadow:0 14px 28px rgba(15,143,91,.22);opacity:1}
.thumb-card img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:10px}
.content-stack{padding:8px 12px 0;display:grid;gap:8px}
.story-card,.mini-stats,.trust-card,.timer-card,.faq-card{background:var(--surface);border-radius:16px;box-shadow:var(--shadow);border:1px solid var(--line)}
.story-card{padding:14px}
.story-eyebrow,.block-title{font-size:10px;font-weight:900;color:#8b95ab;text-transform:uppercase;letter-spacing:.1em}
.story-title{font-size:16px;line-height:1.2;font-weight:950;margin-top:6px}
.story-text{font-size:12px;line-height:1.55;color:var(--muted);margin-top:6px}
.mini-stats{display:grid;grid-template-columns:repeat(3,1fr);padding:10px 6px}
.stat{text-align:center;padding:4px 2px}
.stat-num{font-size:18px;font-weight:950;color:#0c6042}
.stat-lbl{font-size:10px;line-height:1.35;color:#8590a9;font-weight:800;margin-top:3px}
.trust-card{padding:12px}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}
.trust-pill{background:var(--surface-soft);border-radius:12px;padding:10px 8px;text-align:center;border:1px solid rgba(15,143,91,.12)}
.trust-pill strong{display:block;font-size:12px;font-weight:900;color:#1c2a4f}
.trust-pill span{display:block;font-size:10px;color:#7a86a1;margin-top:3px;font-weight:700;line-height:1.35}
.cta-wrap{padding:0 12px;margin-top:10px;position:relative}
.cta-btn{display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;border-radius:16px;background:linear-gradient(135deg,var(--brand),#0b5f3d 52%,var(--brand-2));color:#fff;font-size:16px;font-weight:900;box-shadow:0 12px 26px rgba(15,143,91,.28)}
.cta-btn:disabled{opacity:.56;cursor:not-allowed}
.cta-note{text-align:center;font-size:11px;color:#8591aa;margin-top:7px;font-weight:700;line-height:1.4}
.cta-finger{position:absolute;right:18px;top:22px;width:40px;height:44px;pointer-events:none;animation:ctaFingerBounce 1s ease-in-out infinite;filter:drop-shadow(0 8px 14px rgba(0,0,0,.20))}
@keyframes ctaFingerBounce{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-7px) scale(1.04)}}
body.sheet-open .cta-wrap{display:none !important}
.faq-card{padding:12px}
.faq-list{display:grid;gap:8px;margin-top:10px}
.faq-item{background:#fafbff;border:1px solid rgba(24,32,51,.05);border-radius:12px;padding:10px}
.faq-q{font-size:12px;font-weight:900;color:#172033}
.faq-a{font-size:11px;line-height:1.5;color:var(--muted);margin-top:4px}
.privacy{padding:10px 16px 0;text-align:center;font-size:10px;line-height:1.6;color:#a8afbf}
.timer-card{padding:16px 14px;margin:0 12px}
.timer-top{display:flex;align-items:center;justify-content:space-between;gap:8px}
.timer-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#f7efd5;color:#80560f;font-size:10px;font-weight:900}
.timer-title{font-size:18px;font-weight:950;line-height:1.2;margin-top:10px}
.timer-text{font-size:12px;line-height:1.6;color:var(--muted);margin-top:8px}
.progress-shell{height:8px;border-radius:999px;background:#edf1fb;overflow:hidden;margin-top:14px}
.progress-bar{height:100%;width:0;background:linear-gradient(90deg,#0f8f5b,#f2c14e);transition:width 1s linear}
.timer-meta{display:flex;justify-content:space-between;align-items:center;margin-top:10px;font-size:11px;font-weight:800;color:#6f7c98}
.safari-proof{display:grid;gap:8px;margin-top:14px}
.proof-row{display:flex;gap:10px;align-items:flex-start;background:#fafbff;border:1px solid rgba(24,32,51,.06);border-radius:14px;padding:10px}
.proof-dot{width:28px;height:28px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#f7efd5;color:#80560f;font-size:14px;font-weight:900;flex-shrink:0}
.proof-copy strong{display:block;font-size:12px;font-weight:900;color:#16203b}
.proof-copy span{display:block;margin-top:4px;font-size:11px;line-height:1.5;color:var(--muted)}
.timer-lock{margin-top:14px;border-radius:14px;background:#07111f;color:#fff;padding:12px 12px 10px}
.timer-lock strong{display:block;font-size:12px;font-weight:900}
.timer-lock span{display:block;margin-top:5px;font-size:11px;line-height:1.45;color:rgba(255,255,255,.76)}
#safariGuide,#leadForm,#safariOnlyNotice{display:none;position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:700;align-items:flex-end;justify-content:center}
.sginner,.wfinner{background:rgba(255,255,255,.96);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:26px 26px 0 0;width:100%;max-width:500px;padding:16px 16px calc(20px + env(safe-area-inset-bottom));animation:slideUp .3s cubic-bezier(.4,0,.2,1);max-height:min(92vh,760px);overflow:auto}
.sghero{margin:2px 0 10px;border-radius:16px;overflow:hidden;background:#f3f6ff;border:1px solid rgba(24,32,51,.06)}
.sghero img{display:block;width:100%;max-width:100%;height:auto;object-fit:contain}
@keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}
.sghandle,.wfhandle{width:42px;height:4px;background:#dfe3ec;border-radius:2px;margin:0 auto 18px}
.sgtitle,.wftitle{font-size:19px;font-weight:950;color:#17203a;margin-bottom:6px}
.sgsub,.wfsub{color:#66728d;font-size:13px;line-height:1.55;margin-bottom:16px}
.sgsteps{display:grid;gap:8px;margin-top:12px}
.sgstep{display:flex;gap:10px;align-items:flex-start;background:#fafbff;border:1px solid rgba(24,32,51,.05);border-radius:14px;padding:10px}
.sgnum{width:26px;height:26px;border-radius:9px;background:#f7efd5;color:#80560f;font-size:12px;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.sgtxt{font-size:12px;line-height:1.5;color:var(--muted)}
.sgtxt b{color:#17203a}
.sgbtn{display:flex;align-items:center;justify-content:center;width:100%;height:50px;border-radius:14px;background:linear-gradient(135deg,var(--brand),#0b5f3d 52%,var(--brand-2));color:#fff;font-size:15px;font-weight:900;margin-top:14px}
.sgnote{text-align:center;font-size:11px;color:#9ba4b8;line-height:1.55;margin-top:10px}
.sgcopy-ok{display:none;margin-top:10px;background:#eaf6ea;color:#2e7d32;border-radius:10px;padding:10px 12px;font-size:12px;font-weight:800;text-align:center}
.wfrow{display:flex;gap:8px;margin-bottom:12px}
.wfsel{flex:0 0 96px;height:50px;border:1.5px solid #e0e5ef;border-radius:12px;padding:0 8px;background:#fff;appearance:none}
.wfinput,.wftextarea{width:100%;border:1.5px solid #e0e5ef;border-radius:12px;padding:12px 14px;font-size:15px;outline:none;background:#fff}
.wfinput{height:50px}
.wftextarea{min-height:88px;resize:vertical;margin-top:12px}
.wfbtn{display:flex;align-items:center;justify-content:center;width:100%;height:52px;border-radius:14px;background:linear-gradient(135deg,var(--brand),#0b5f3d 52%,var(--brand-2));color:#fff;font-size:16px;font-weight:900;margin-top:12px}
.wfnote{text-align:center;font-size:11px;color:#9ba4b8;line-height:1.55;margin-top:10px}
.tk-arrow{display:none !important}
@media (prefers-reduced-motion:reduce){.cta-finger{animation:none}}
@media (min-width:431px){body{background:#e8efe0}}
