*{margin:0;padding:0;box-sizing:border-box}
/* Scales every rem-based size (padding, margin, font-size, dimensions) down
   uniformly, so spacing/padding ratios stay identical to before — just at a
   slightly smaller overall scale. Default browser base is 16px. */
html{font-size:15px}
body,html{background:#0a0a0a;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;min-height:100vh;color:#fff;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a,button,[role="button"]{touch-action:manipulation;-webkit-tap-highlight-color:transparent;cursor:pointer}

.page{max-width:28rem;margin:0 auto;padding:1rem 1rem 12rem;position:relative;z-index:1}

.bg-glow{position:fixed;border-radius:50%;filter:blur(90px);opacity:.4;pointer-events:none;z-index:0}
.bg-glow.top{width:22rem;height:22rem;background:radial-gradient(circle,rgba(34,197,94,.35),transparent 70%);top:-8rem;left:50%;transform:translateX(-50%)}
.bg-glow.bottom{width:18rem;height:18rem;background:radial-gradient(circle,rgba(34,197,94,.2),transparent 70%);bottom:6rem;right:-6rem}

.card{background:linear-gradient(180deg,rgba(20,25,20,.6),rgba(15,20,15,.4));border:1px solid rgba(34,197,94,.15);border-radius:1.5rem;padding:1.75rem 1.25rem;margin-bottom:1rem;box-shadow:0 20px 50px rgba(0,0,0,.35)}
.hero-card{text-align:center}
.logo-wrap{position:relative;display:flex;justify-content:center;margin:.5rem 0 1.75rem;height:6rem}
.logo-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12rem;height:12rem;background:radial-gradient(circle,rgba(34,197,94,.4) 0%,rgba(34,197,94,.15) 35%,transparent 65%);pointer-events:none}
.logo-box{width:6rem;height:6rem;border-radius:1.5rem;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 8px 24px rgba(34,197,94,.4);position:relative;z-index:1}
.logo-box img{width:100%;height:100%;object-fit:cover;display:block}
.hero-title{font-size:clamp(2.1rem,9vw,2.6rem);font-weight:800;line-height:1.05;margin-bottom:1.1rem;letter-spacing:-.02em}
.hero-title .accent{color:#22c55e;display:block}
.hero-desc{color:#9ca3af;font-size:.95rem;line-height:1.55;margin-bottom:1.5rem;padding:0 .25rem}
.pill-tag{display:inline-flex;align-items:center;gap:.5rem;background:rgba(34,197,94,.08);border:1px solid rgba(34,197,94,.4);border-radius:2rem;padding:.65rem 1.2rem;font-size:.9rem;font-weight:600;color:#22c55e}
.pill-tag .dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse 1.8s ease-in-out infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}

.feature-app{display:flex;align-items:center;gap:1rem;padding-bottom:1.15rem;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:1.25rem}
.feature-icon{width:5rem;height:5rem;border-radius:1.15rem;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#111;box-shadow:0 4px 16px rgba(0,0,0,.35)}
.feature-icon img{width:100%;height:100%;object-fit:cover;display:block}
.feature-info h3{font-size:1.3rem;font-weight:800;color:#fff;margin-bottom:.25rem}
.feature-rating{display:flex;align-items:center;gap:.35rem;font-size:.85rem;color:#9ca3af;margin-bottom:.3rem;min-height:1.1rem}
.feature-rating .stars{color:#22c55e;letter-spacing:.03em;font-size:.8rem}
.feature-rating .rating-num{color:#fff;font-weight:700}
.feature-rating .rating-sep{color:#4b5563}
.feature-rating .rating-badge{color:#9ca3af}
.feature-pay{color:#22c55e;font-size:1rem;font-weight:800}

.steps-label{font-size:.72rem;font-weight:800;color:#6b7280;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem}
.steps{list-style:none;display:flex;flex-direction:column;gap:1rem}
.step{display:flex;align-items:center;gap:.9rem}
.step-num{flex-shrink:0;width:2.3rem;height:2.3rem;border:1.5px solid rgba(34,197,94,.5);background:rgba(34,197,94,.05);color:#22c55e;border-radius:.7rem;display:flex;align-items:center;justify-content:center;font-size:1.05rem;font-weight:800}
.step-txt{font-size:.98rem;color:#fff;line-height:1.35;font-weight:500}

.stats{display:flex;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:1.25rem;padding:1.1rem .5rem;margin-bottom:1rem}
.stat{flex:1;text-align:center;padding:0 .5rem;position:relative}
.stat:not(:last-child)::after{content:"";position:absolute;right:0;top:15%;bottom:15%;width:1px;background:rgba(255,255,255,.08)}
.stat-val{font-size:1.4rem;font-weight:800;color:#22c55e;margin-bottom:.25rem;line-height:1;letter-spacing:-.02em}
.stat-lbl{font-size:.62rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.1em}

.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:50;background:#0a0a0a;padding:1.1rem 1rem 1.25rem;padding-bottom:calc(1.25rem + env(safe-area-inset-bottom))}
.sticky-cta::before{content:"";position:absolute;left:0;right:0;bottom:100%;height:2.5rem;background:linear-gradient(180deg,rgba(10,10,10,0),rgba(10,10,10,1));pointer-events:none}
.sticky-cta-inner{max-width:28rem;margin:0 auto}
.cta-availability{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.85rem;color:#9ca3af;font-weight:500;margin-bottom:.85rem}
.cta-availability .dot{width:7px;height:7px;background:#22c55e;border-radius:50%;animation:pulse 1.8s ease-in-out infinite}
.cta-availability strong{color:#fff;font-weight:600}
.cta-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}
.cta-btn{display:flex;align-items:center;justify-content:center;gap:.55rem;padding:.85rem .75rem;border-radius:.9rem;border:none;font-family:inherit;transition:transform .15s,opacity .15s}
.cta-btn:active{transform:scale(.97);opacity:.85}
.store-icon{width:1.6rem;height:1.6rem;flex-shrink:0;object-fit:contain;border-radius:.3rem}
.cta-btn-text{display:flex;flex-direction:column;text-align:left;line-height:1.2;min-width:0}
.cta-btn-text .small{white-space:nowrap}
.cta-btn-text .big{white-space:nowrap}
.cta-btn-text .small{font-size:.65rem;font-weight:500;opacity:.85}
.cta-btn-text .big{font-size:1rem;font-weight:800;letter-spacing:-.01em}
.cta-app{background:#1a1a1a;color:#fff;border:1px solid rgba(255,255,255,.1)}
.cta-play{background:#22c55e;color:#050505;animation:ctaPulse 2.6s ease-in-out infinite}
@keyframes ctaPulse{0%,100%{box-shadow:0 4px 20px rgba(34,197,94,.3)}50%{box-shadow:0 6px 28px rgba(34,197,94,.55)}}
@media(prefers-reduced-motion:reduce){.cta-play{animation:none;box-shadow:0 4px 20px rgba(34,197,94,.35)}}

.notif{position:fixed;top:.6rem;left:1rem;right:1rem;max-width:min(20rem,calc(100% - 2rem));margin:0 auto;display:flex;align-items:center;gap:.6rem;background:rgba(15,20,15,.95);backdrop-filter:blur(12px);border:1px solid rgba(34,197,94,.25);border-radius:.85rem;padding:.55rem .8rem;z-index:200;box-shadow:0 4px 16px rgba(0,0,0,.4),0 0 24px rgba(34,197,94,.1);opacity:0;transform:translateY(-1rem) scale(.96);transition:opacity .35s ease-out,transform .35s cubic-bezier(.34,1.56,.64,1);pointer-events:none}
.notif.visible{opacity:1;transform:translateY(0) scale(1)}
.notif-avatar{width:2.1rem;height:2.1rem;border-radius:.55rem;flex-shrink:0;object-fit:cover}
.notif-body{min-width:0}
.notif-name{font-size:.8rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.notif-desc{font-size:.7rem;color:#9ca3af;margin-top:.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.age-gate{position:fixed;inset:0;background:rgba(0,0,0,.85);backdrop-filter:blur(8px);z-index:9999;display:none;align-items:center;justify-content:center;padding:1rem;opacity:0;transition:opacity .25s ease-out}
.age-gate.visible{display:flex;opacity:1}
.age-gate-card{background:#0f0f0f;border:1px solid rgba(34,197,94,.3);border-radius:1.75rem;padding:2rem 1.5rem 1.5rem;max-width:26rem;width:100%;text-align:center;position:relative;box-shadow:0 -10px 50px rgba(34,197,94,.22),0 20px 60px rgba(0,0,0,.5);transform:translateY(30px);transition:transform .3s cubic-bezier(.4,0,.2,1)}
.age-gate.visible .age-gate-card{transform:translateY(0)}
.age-gate-close{position:absolute;top:.75rem;right:.75rem;width:2.4rem;height:2.4rem;background:rgba(255,255,255,.06);border:none;border-radius:50%;color:#9ca3af;font-size:1.3rem;display:flex;align-items:center;justify-content:center;cursor:pointer}
.age-gate-label{font-size:.75rem;font-weight:800;color:#22c55e;text-transform:uppercase;letter-spacing:.15em;margin-bottom:.85rem}
.age-gate-title{font-size:1.6rem;font-weight:800;color:#fff;margin-bottom:1rem}
.age-gate-title span{color:#22c55e}
.age-gate-desc{font-size:.95rem;color:#9ca3af;line-height:1.55;margin-bottom:2rem}
.age-gate-cta{width:100%;background:#22c55e;color:#050505;font-weight:800;font-size:1.05rem;padding:1.15rem;border:none;border-radius:9999px;cursor:pointer;font-family:inherit}
.age-gate-cta:disabled{opacity:.7;cursor:not-allowed}

/* ===== Mobile tuning ===== */
@media (max-width:380px){
  .page{padding-left:.75rem;padding-right:.75rem}
  .card{padding:1.4rem 1rem;border-radius:1.25rem}
  .logo-box{width:5rem;height:5rem;font-size:2.1rem}
  .logo-glow{width:10rem;height:10rem}
  .feature-icon{width:4.2rem;height:4.2rem;font-size:1.7rem}
  .feature-info h3{font-size:1.15rem}
  .step-txt{font-size:.9rem}
  .stat-val{font-size:1.2rem}
  .cta-btn{padding:.8rem .5rem;gap:.4rem}
  .cta-btn-text .small{font-size:.6rem}
  .cta-btn-text .big{font-size:.9rem}
  .age-gate-card{padding:1.6rem 1.1rem 1.25rem}
  .age-gate-title{font-size:1.4rem}
}

@media (max-height:700px){
  .card{padding:1.4rem 1.1rem}
  .logo-wrap{margin-bottom:1.1rem}
  .steps{gap:.75rem}
  .sticky-cta{padding-top:1.4rem}
}

/* Guard against overflow on very narrow viewports (e.g. 320px devices) */
@media (max-width:340px){
  .cta-buttons{gap:.4rem}
  .cta-btn-text .small{display:none}
}
