:root {
  --ink: #f7f9ff;
  --muted: #c8d1f0;
  --muted-2: #9eacd5;
  --night: #080d2b;
  --night-2: #10194b;
  --blue: #1837a8;
  --cyan: #24ddff;
  --purple: #8b5cff;
  --pink: #ff2b7a;
  --red: #ff244f;
  --orange: #ff7a2f;
  --yellow: #ffd64f;
  --green: #55ffb5;
  --line: rgba(255,255,255,.12);
  --glass: rgba(17,26,73,.72);
  --shadow: 0 30px 80px rgba(2,6,25,.42);
  --radius: 28px;
  --max: 1260px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  color: var(--ink);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 10% 8%, rgba(36,221,255,.12), transparent 26%),
    radial-gradient(circle at 85% 2%, rgba(255,43,122,.13), transparent 24%),
    linear-gradient(160deg, #070b25 0%, #0c1643 48%, #10246d 100%);
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; }
.skip-link { position:absolute; left:16px; top:-60px; z-index:100; background:#fff; color:#111; padding:10px 14px; border-radius:999px; }
.skip-link:focus { top:16px; }
.ambient { position:fixed; z-index:-1; border-radius:50%; filter:blur(70px); opacity:.26; pointer-events:none; }
.ambient-one { width:360px; height:360px; background:#23dfff; left:-140px; top:22%; }
.ambient-two { width:420px; height:420px; background:#ff2b7a; right:-170px; top:8%; }
.ambient-three { width:360px; height:360px; background:#8b5cff; left:42%; bottom:-200px; }
.bingo-rain { position:fixed; inset:0; z-index:0; pointer-events:none; overflow:hidden; }
.bingo-ball { position:absolute; top:-110px; display:grid; place-items:center; width:58px; height:58px; border-radius:50%; color:#12204a; font-weight:1000; box-shadow:inset 0 3px 10px rgba(255,255,255,.75), 0 10px 24px rgba(0,0,0,.18); opacity:.22; animation:fallDown linear infinite; }
.bingo-ball::before { content:''; position:absolute; inset:5px; border-radius:50%; border:2px solid rgba(255,255,255,.55); }
.ball-1 { left:8%; background:radial-gradient(circle at 35% 30%, #fff, #ff7a88 38%, #ff2b7a 100%); animation-duration:14s; animation-delay:-2s; }
.ball-2 { left:24%; background:radial-gradient(circle at 35% 30%, #fff, #9fd9ff 38%, #24ddff 100%); animation-duration:16s; animation-delay:-6s; }
.ball-3 { left:43%; background:radial-gradient(circle at 35% 30%, #fff, #ffe89a 38%, #ffd64f 100%); animation-duration:18s; animation-delay:-10s; }
.ball-4 { left:63%; background:radial-gradient(circle at 35% 30%, #fff, #c8b1ff 38%, #8b5cff 100%); animation-duration:15s; animation-delay:-4s; }
.ball-5 { left:78%; background:radial-gradient(circle at 35% 30%, #fff, #ffcd8f 38%, #ff7a2f 100%); animation-duration:17s; animation-delay:-12s; }
.ball-6 { left:90%; background:radial-gradient(circle at 35% 30%, #fff, #baffd8 38%, #55ffb5 100%); animation-duration:19s; animation-delay:-8s; }
@keyframes fallDown { 0% { transform:translate3d(0,-100px,0) rotate(0deg) scale(.82); } 100% { transform:translate3d(0,120vh,0) rotate(360deg) scale(1); } }
.site-header { position:sticky; top:0; z-index:30; border-bottom:1px solid rgba(255,255,255,.07); background:rgba(6,10,32,.84); backdrop-filter:blur(20px); }
.header-inner { min-height:92px; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.brand img { width:168px; filter:drop-shadow(0 10px 22px rgba(0,0,0,.22)); }
.main-nav { display:flex; align-items:center; gap:28px; }
.main-nav a { color:#eff3ff; font-weight:750; font-size:.96rem; }
.main-nav a:hover { color:var(--yellow); }
.menu-toggle { display:none; background:none; border:0; padding:8px; cursor:pointer; }
.menu-toggle span { display:block; width:27px; height:2px; margin:5px 0; background:#fff; }
.hero { position:relative; overflow:hidden; padding:74px 0 56px; }
.hero-grid-pattern { position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size:52px 52px; mask-image:linear-gradient(to bottom,black,transparent); pointer-events:none; }
.hero-grid { position:relative; z-index:1; display:grid; grid-template-columns:.86fr 1.14fr; align-items:stretch; gap:30px; }
.hero-copy { position:relative; z-index:4; display:flex; flex-direction:column; min-width:0; isolation:isolate; }
.hero-copy h1,.hero-copy .hero-lead,.hero-copy .hero-actions,.hero-copy .eyebrow { position:relative; z-index:2; }
.hero-copy::after { content:""; position:absolute; z-index:1; inset:-18px -8px -12px -18px; pointer-events:none; background:radial-gradient(ellipse at 35% 44%,rgba(8,13,43,.34),transparent 72%); }

.eyebrow,.section-kicker,.showcase-kicker,.card-label,.modal-kicker { font-weight:900; text-transform:uppercase; letter-spacing:.16em; font-size:.76rem; }
.eyebrow { display:flex; align-items:center; gap:10px; color:#f5f7ff; margin-bottom:22px; }
.live-dot { width:10px; height:10px; border-radius:50%; background:var(--green); box-shadow:0 0 0 6px rgba(85,255,181,.12),0 0 22px rgba(85,255,181,.58); }
.hero h1 { margin:0; max-width:430px; font-size:clamp(2rem,3.45vw,3.18rem); line-height:1.04; letter-spacing:-.055em; overflow:visible; }
.hero-title-top { display:block; color:#f7f9ff; max-width:400px; }
.hero-title-highlight { position:relative; z-index:5; display:block; max-width:420px; margin-top:10px; padding-bottom:.16em; line-height:1.14; overflow:visible; color:transparent; background:linear-gradient(90deg,#fff1a7,#ffd64f 28%,#ff7a2f 58%,#ff2b7a 100%); -webkit-background-clip:text; background-clip:text; -webkit-box-decoration-break:clone; box-decoration-break:clone; }
.hero-lead { flex:0 0 auto; clear:both; margin:22px 0 0; max-width:500px; color:var(--muted); font-size:1rem; line-height:1.7; transform:none; }
.hero-actions { display:flex; flex-wrap:wrap; gap:15px; margin-top:auto; padding-top:32px; }
.button { position:relative; isolation:isolate; min-height:56px; display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:0 24px; border:0; border-radius:18px; cursor:pointer; font-weight:900; transition:transform .22s ease,box-shadow .22s ease,filter .22s ease; }
.button:hover { transform:translateY(-2px); filter:brightness(1.04); }
.button-small { min-height:44px; padding-inline:19px; border-radius:14px; }
.button-primary,.button-danger { color:#fff; background:linear-gradient(135deg,#ff204f,#ff4a2d 56%, #ff8840 100%); box-shadow:0 0 0 1px rgba(255,255,255,.12),0 0 22px rgba(255,36,79,.52),0 0 58px rgba(255,74,45,.30); }
.button-primary::before,.button-danger::before { content:""; position:absolute; inset:-2px; z-index:-1; border-radius:20px; background:linear-gradient(135deg, rgba(255,32,79,.85), rgba(255,121,47,.15), rgba(255,32,79,.85)); filter:blur(12px); opacity:.9; }
.button-primary:hover,.button-danger:hover { box-shadow:0 0 0 1px rgba(255,255,255,.14),0 0 34px rgba(255,36,79,.7),0 0 80px rgba(255,74,45,.42); }
.button-install { color:#fff; background:linear-gradient(135deg,#1dd2ff,#7f5cff 65%, #b76dff 100%); box-shadow:0 0 28px rgba(36,221,255,.25); }
.install-icon { display:grid; place-items:center; width:26px; height:26px; border:1px solid rgba(255,255,255,.45); border-radius:8px; }
.button-light,.button-secondary { background:#fff; color:#0a123a; }
.button-spinner { display:none; width:16px; height:16px; border-radius:50%; border:2px solid rgba(255,255,255,.35); border-top-color:#fff; animation:spin .9s linear infinite; }
.button.loading .button-spinner { display:inline-block; }
@keyframes spin { to { transform:rotate(360deg); } }
.hero-social-proof { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-top:14px; width:100%; }
.hero-social-proof div { min-width:0; padding:14px 15px; border:1px solid rgba(255,255,255,.1); border-radius:16px; background:rgba(255,255,255,.055); }
.hero-social-proof strong { display:block; font-size:.98rem; }
.hero-social-proof span { color:var(--muted-2); font-size:.82rem; }
.hero-showcase { position:relative; min-height:0; padding-top:8px; }
.showcase-stack { position:relative; z-index:2; width:min(560px,100%); margin:0 auto; }
.showcase-glow { position:absolute; width:420px; height:420px; border-radius:50%; background:radial-gradient(circle,rgba(36,221,255,.32),rgba(139,92,255,.14) 45%,transparent 70%); filter:blur(10px); animation:pulse 4s ease-in-out infinite; }
@keyframes pulse { 50% { transform:scale(1.08); opacity:.8; } }
.showcase-card { position:relative; width:100%; padding:24px; border-radius:34px; background:linear-gradient(180deg,rgba(34,49,112,.88),rgba(11,18,52,.94)); border:1px solid rgba(255,255,255,.15); box-shadow:0 35px 90px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.12); backdrop-filter:blur(20px); }
.showcase-topline { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.free-badge { padding:9px 12px; border-radius:999px; background:linear-gradient(135deg,var(--yellow),var(--orange)); color:#18112d; font-weight:1000; font-size:.78rem; }
.online-pill { display:flex; align-items:center; gap:8px; color:#e7ecff; font-size:.84rem; }
.online-pill i { width:9px; height:9px; border-radius:50%; background:var(--green); box-shadow:0 0 14px rgba(85,255,181,.72); }
.showcase-main { display:grid; grid-template-columns:185px 1fr; gap:18px; align-items:center; padding:25px 0 18px; }
.mascot-premium { width:185px; filter:drop-shadow(0 25px 28px rgba(0,0,0,.34)); animation:float 4.2s ease-in-out infinite; }
@keyframes float { 50% { transform:translateY(-10px); } }
.showcase-kicker { color:var(--yellow); }
.showcase-copy h2 { margin:8px 0 10px; font-size:2.05rem; line-height:1.04; }
.showcase-copy p { margin:0; color:var(--muted); line-height:1.58; }
.showcase-stats { display:flex; flex-wrap:wrap; gap:10px; padding-top:18px; border-top:1px solid rgba(255,255,255,.1); }
.showcase-stats span { padding:9px 11px; border-radius:12px; background:rgba(255,255,255,.075); color:#f4f7ff; font-size:.82rem; font-weight:750; }
.floating-chip { position:absolute; z-index:3; padding:12px 16px; border-radius:14px; font-weight:1000; box-shadow:0 18px 45px rgba(0,0,0,.3); }
.chip-one { left:-8px; top:340px; background:linear-gradient(135deg,#ff2b7a,#ff7a2f); transform:rotate(-10deg); }
.chip-two { right:2px; top:78px; background:linear-gradient(135deg,#24ddff,#8b5cff); transform:rotate(8deg); }
.brand-band { padding:0 0 50px; }
.brand-band-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; padding:16px; border:1px solid rgba(255,255,255,.09); border-radius:22px; background:rgba(255,255,255,.055); }
.brand-band-grid div { display:flex; align-items:center; justify-content:center; gap:10px; min-height:56px; color:#f2f6ff; }
.brand-band-grid span { font-size:1.25rem; }
.section { padding:84px 0; }
.section-heading { max-width:800px; margin-bottom:34px; }
.section-heading.center { text-align:center; margin-inline:auto; }
.split-heading { max-width:none; display:grid; grid-template-columns:1fr .8fr; align-items:end; gap:36px; }
.section-kicker { color:var(--yellow); }
.section-heading h2,.experience-copy h2,.rules-copy h2,.faq-intro h2 { margin:10px 0 0; font-size:clamp(2.3rem,4.8vw,4rem); line-height:1.02; letter-spacing:-.04em; }
.section-heading p,.experience-copy>p,.rules-copy>p,.faq-intro>p { margin:0; color:var(--muted); line-height:1.75; font-size:1.05rem; }
.premium-promo { background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,.055)); }
.premium-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:22px; }
.promo-card { position:relative; overflow:hidden; border:1px solid rgba(255,255,255,.12); border-radius:30px; background:linear-gradient(180deg,rgba(25,36,92,.88),rgba(10,16,46,.94)); box-shadow:var(--shadow); }
.promo-card-featured { display:grid; grid-template-columns:185px 1fr; gap:20px; align-items:center; padding:24px; }
.promo-image-wrap { display:grid; place-items:center; min-height:220px; border-radius:24px; background:radial-gradient(circle,rgba(255,122,47,.3),rgba(255,43,122,.08) 60%,transparent 75%); }
.promo-image-wrap img { width:170px; border-radius:24px; }
.card-label { color:var(--yellow); }
.promo-content h3,.wide-content h3 { margin:8px 0 10px; font-size:2rem; line-height:1.06; }
.promo-content p,.wide-content p { margin:0; color:var(--muted); line-height:1.62; }
.text-button { margin-top:16px; border:0; padding:0; background:none; color:#fff; font-weight:900; cursor:pointer; }
.text-button span { color:var(--yellow); }
.promo-card-wide { min-height:360px; }
.wide-image { width:100%; height:100%; object-fit:cover; }
.overlay-gradient { position:absolute; inset:0; background:linear-gradient(90deg,rgba(7,11,37,.96),rgba(7,11,37,.4) 58%,rgba(7,11,37,.12)); }
.wide-content { position:absolute; left:34px; bottom:32px; width:min(430px,calc(100% - 68px)); }
.experience-section { background:radial-gradient(circle at 80% 50%,rgba(36,221,255,.08),transparent 35%); }
.experience-layout { display:grid; grid-template-columns:.9fr 1.1fr; gap:60px; align-items:center; }
.experience-copy>p { margin-top:20px; }
.feature-list { display:grid; gap:14px; margin-top:28px; }
.feature-list>div { display:grid; grid-template-columns:50px 1fr; gap:15px; padding:16px 0; border-bottom:1px solid rgba(255,255,255,.09); }
.feature-list>div>span { display:grid; place-items:center; width:42px; height:42px; border-radius:14px; color:#08112f; background:linear-gradient(135deg,var(--yellow),var(--orange)); font-weight:1000; }
.feature-list strong { display:block; margin-bottom:5px; }
.feature-list p { margin:0; color:var(--muted-2); line-height:1.55; }
.device-stage { position:relative; min-height:520px; }
.device-card { position:absolute; overflow:hidden; background:#090d2b; border:1px solid rgba(255,255,255,.14); box-shadow:0 35px 90px rgba(0,0,0,.42); }
.device-card img { width:100%; height:100%; object-fit:cover; }
.device-desktop { width:88%; height:390px; right:0; top:20px; border-radius:28px; transform:rotate(2deg); }
.device-phone { width:220px; height:430px; left:0; bottom:-2px; overflow:visible; border:0; border-radius:0; background:transparent; box-shadow:none; transform:rotate(-4deg); }
.device-phone img { object-fit:contain; object-position:center; filter:drop-shadow(0 28px 42px rgba(0,0,0,.5)); }
.device-badge { position:absolute; right:24px; bottom:26px; padding:14px 18px; border-radius:16px; background:linear-gradient(135deg,var(--pink),var(--orange)); font-weight:950; box-shadow:0 16px 38px rgba(0,0,0,.35); }
.rules-section { background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02)); }
.rules-layout { display:grid; grid-template-columns:.88fr 1.12fr; gap:54px; align-items:center; }
.rules-art { position:relative; min-height:610px; }
.rules-image-main { position:absolute; display:grid; place-items:center; width:66%; height:570px; left:0; top:0; overflow:visible; border:0; border-radius:0; box-shadow:none; background:radial-gradient(circle at 50% 48%,rgba(36,221,255,.15),rgba(139,92,255,.07) 48%,transparent 72%); }
.rules-image-main img { width:100%; height:100%; object-fit:contain; object-position:center; filter:drop-shadow(0 30px 48px rgba(0,0,0,.5)); }
.rules-image-small { position:absolute; width:56%; aspect-ratio:1 / 1; height:auto; right:0; bottom:0; overflow:hidden; border-radius:26px; border:7px solid #111847; box-shadow:0 28px 70px rgba(0,0,0,.42); background:#0a1238; }
.rules-image-small img { width:100%; height:100%; object-fit:cover; object-position:center; }
.rules-copy>p { margin-top:17px; }
.steps-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin-top:26px; }
.steps-grid article { display:flex; align-items:center; gap:12px; min-height:74px; padding:14px; border:1px solid rgba(255,255,255,.1); border-radius:18px; background:rgba(255,255,255,.055); }
.steps-grid strong { display:grid; place-items:center; width:36px; height:36px; flex:0 0 36px; border-radius:12px; color:#101025; background:linear-gradient(135deg,var(--yellow),var(--orange)); }
.steps-grid span { font-weight:800; }
.security-section { background:radial-gradient(circle at 50% 100%,rgba(139,92,255,.12),transparent 38%); }
.info-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.info-grid article { min-height:250px; padding:25px; border:1px solid rgba(255,255,255,.1); border-radius:24px; background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035)); box-shadow:0 18px 45px rgba(0,0,0,.18); }
.info-icon { display:grid; place-items:center; width:58px; height:58px; margin-bottom:17px; border-radius:18px; background:linear-gradient(135deg,rgba(36,221,255,.22),rgba(139,92,255,.22)); font-size:1.65rem; }
.info-grid h3 { margin:0 0 10px; font-size:1.25rem; }
.info-grid p { margin:0; color:var(--muted-2); line-height:1.65; }
.faq-section { background:rgba(255,255,255,.035); }
.faq-layout { display:grid; grid-template-columns:.82fr 1.18fr; gap:46px; align-items:start; }
.faq-intro>p { margin-top:18px; }
.support-card { display:grid; grid-template-columns:52px 1fr auto; gap:14px; align-items:center; margin-top:28px; padding:16px; border:1px solid rgba(255,255,255,.12); border-radius:20px; background:rgba(255,255,255,.06); backdrop-filter:blur(12px); }
.support-icon { display:grid; place-items:center; width:52px; height:52px; border-radius:16px; color:#fff; background:linear-gradient(135deg,#25d366,#0fb156); box-shadow:0 0 20px rgba(37,211,102,.28); }
.support-icon svg { width:26px; height:26px; }
.support-card small { display:block; color:var(--muted-2); margin-bottom:3px; }
.support-card strong { font-size:1.06rem; }
.support-card b { color:var(--yellow); font-size:1.25rem; }
.faq-list { display:grid; gap:13px; }
.faq-list details { border:1px solid rgba(255,255,255,.1); border-radius:18px; background:rgba(255,255,255,.055); padding:0 18px; }
.faq-list summary { list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:18px; padding:20px 0; font-weight:850; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { color:var(--yellow); font-size:1.35rem; }
.faq-list p { margin:0 0 20px; color:var(--muted-2); line-height:1.7; }
.final-cta { padding-top:42px; }
.cta-card { display:grid; grid-template-columns:130px 1fr auto; gap:26px; align-items:center; padding:30px; border-radius:32px; border:1px solid rgba(255,255,255,.13); background:linear-gradient(135deg,rgba(255,36,79,.25),rgba(36,221,255,.13) 48%,rgba(139,92,255,.22)); box-shadow:var(--shadow); }
.cta-mascot img { width:125px; filter:drop-shadow(0 20px 25px rgba(0,0,0,.3)); }
.cta-copy h2 { margin:7px 0 10px; font-size:clamp(2rem,4vw,3.2rem); line-height:1.03; }
.cta-copy p { margin:0; color:#e4e9ff; }
.cta-actions { display:flex; flex-wrap:wrap; gap:12px; justify-content:flex-end; }
.site-footer { background:rgba(3,6,22,.55); border-top:1px solid rgba(255,255,255,.07); }
.footer-grid { display:grid; grid-template-columns:1.2fr .8fr .9fr; gap:28px; padding:38px 0 30px; }
.footer-brand img { width:150px; margin-bottom:12px; }
.footer-brand p,.footer-links a,.footer-responsible span { color:var(--muted-2); line-height:1.6; }
.footer-links { display:grid; gap:10px; }
.footer-links a:hover { color:var(--yellow); }
.footer-responsible { display:flex; align-items:center; gap:14px; }
.age-badge { display:grid; place-items:center; width:58px; height:58px; flex:0 0 58px; border-radius:50%; background:linear-gradient(135deg,var(--red),var(--orange)); color:#fff; font-weight:1000; }
.footer-responsible strong { display:block; margin-bottom:4px; }
.footer-bottom { display:flex; flex-wrap:wrap; justify-content:space-between; gap:12px; padding:18px 0 28px; border-top:1px solid rgba(255,255,255,.07); color:var(--muted-2); }
.modal { position:fixed; inset:0; z-index:70; display:none; place-items:center; padding:20px; }
.modal.is-open { display:grid; }
.modal-backdrop { position:absolute; inset:0; background:rgba(3,6,22,.78); backdrop-filter:blur(7px); }
.modal-card { position:relative; z-index:1; width:min(560px,100%); padding:30px; border-radius:28px; border:1px solid rgba(255,255,255,.13); background:linear-gradient(180deg,rgba(25,36,92,.98),rgba(8,13,43,.99)); box-shadow:0 40px 100px rgba(0,0,0,.48); }
.modal-close { position:absolute; top:14px; right:14px; width:40px; height:40px; border:0; border-radius:50%; color:#fff; background:rgba(255,255,255,.1); cursor:pointer; font-size:1.35rem; }
.modal-icon { display:grid; place-items:center; width:62px; height:62px; border-radius:18px; background:rgba(255,255,255,.1); font-size:1.8rem; margin-bottom:14px; }
.modal-card h2 { margin:10px 0 14px; font-size:2rem; }
.modal-card p { margin:0; color:var(--muted); line-height:1.72; }
.modal-status { display:flex; align-items:center; gap:12px; margin-top:18px; }
.status-dot { width:10px; height:10px; border-radius:50%; background:var(--yellow); box-shadow:0 0 0 6px rgba(255,214,79,.13); }
.modal-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:24px; }
.hidden { display:none !important; }
@media (max-width:1100px) {
  .hero-grid,.experience-layout,.rules-layout,.faq-layout,.footer-grid,.cta-card { grid-template-columns:1fr; }
  .hero-copy { display:block; }
  .hero-actions { margin-top:32px; padding-top:0; }
  .hero-copy::after { inset:-14px -6px -10px -14px; }
  .split-heading p { max-width:none; justify-self:start; }
  .premium-grid,.split-heading { grid-template-columns:1fr; }
  .hero-showcase { min-height:auto; }
  .brand-band-grid,.info-grid { grid-template-columns:repeat(2,1fr); }
  .device-stage { min-height:560px; }
  .rules-art { min-height:560px; }
  .cta-card { text-align:center; }
  .cta-mascot img { margin:auto; }
  .cta-actions { justify-content:center; }
}
@media (max-width:840px) {
  .menu-toggle { display:block; }
  .main-nav { position:absolute; top:92px; right:16px; left:16px; display:none; flex-direction:column; align-items:flex-start; gap:16px; padding:18px; border:1px solid rgba(255,255,255,.1); border-radius:22px; background:rgba(7,11,37,.98); box-shadow:0 24px 60px rgba(0,0,0,.34); }
  .main-nav.is-open { display:flex; }
  .hero { padding-top:44px; }
  .hero-social-proof { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .promo-card-featured { grid-template-columns:1fr; }
  .promo-image-wrap { min-height:190px; }
  .promo-card-wide { min-height:340px; }
  .brand-band-grid { grid-template-columns:1fr 1fr; }
  .device-stage { min-height:470px; }
  .device-desktop { width:94%; height:320px; }
  .device-phone { width:180px; height:350px; }
  .info-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:580px) {
  .bingo-ball { width:42px; height:42px; font-size:.78rem; opacity:.14; }
  .ball-5,.ball-6 { display:none; }

  .container { width:min(var(--max),calc(100% - 20px)); }
  .header-inner { min-height:80px; }
  .brand img { width:138px; }
  .main-nav { top:80px; }
  .hero h1 { font-size:2.18rem; max-width:100%; }
  .hero-title-highlight { max-width:100%; padding-bottom:.18em; line-height:1.16; }
  .hero-actions,.modal-actions,.cta-actions { flex-direction:column; }
  .button { width:100%; }
  .hero-showcase { min-height:auto; }
  .showcase-card { padding:20px; }
  .showcase-main { grid-template-columns:1fr; text-align:center; }
  .mascot-premium { width:145px; margin:auto; }
  .showcase-stats { justify-content:center; }
  .hero-social-proof { grid-template-columns:1fr; }
  .floating-chip { display:none; }
  .brand-band-grid,.info-grid,.steps-grid { grid-template-columns:1fr; }
  .brand-band-grid div { justify-content:flex-start; }
  .section { padding:64px 0; }
  .promo-card-featured { padding:18px; }
  .wide-content { left:22px; bottom:22px; width:calc(100% - 44px); }
  .device-stage { min-height:390px; }
  .device-desktop { height:260px; }
  .device-phone { width:145px; height:285px; }
  .device-badge { right:8px; bottom:0; font-size:.82rem; }
  .rules-art { min-height:455px; }
  .rules-image-main { width:64%; height:430px; }
  .rules-image-small { width:52%; height:auto; }
  .footer-bottom { flex-direction:column; }
}

.button-installed { opacity:.72; cursor:default; filter:saturate(.8); }
