:root{
  --bg:#0a0d12;
  --bg-2:#0c1016;
  --bg-card:#11151c;
  --bg-card-2:#141a22;
  --accent:#f5a623;
  --accent-2:#ffc35a;
  --accent-soft:rgba(245,166,35,0.12);
  --text:#e8e4d9;
  --muted:#5a5a5a;
  --muted-bright:#9a968c;
  --border:rgba(255,255,255,0.07);
  --border-hover:rgba(245,166,35,0.45);
  --radius:10px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:80px}
body{background:var(--bg);color:var(--text);font-family:'Inter',sans-serif;font-weight:400;line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,.display{font-family:'Rajdhani',sans-serif;font-weight:700;line-height:1.12;letter-spacing:.5px}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.wrap.narrow{max-width:860px}
.accent{color:var(--accent)}
.pt0{padding-top:0 !important}
.mt14{margin-top:14px}
.eyebrow{font-family:'Rajdhani',sans-serif;font-weight:600;font-size:13px;letter-spacing:3px;text-transform:uppercase;color:var(--accent);margin-bottom:14px;display:block}
section{padding:84px 0}
.section-head{text-align:center;max-width:680px;margin:0 auto 50px}
.section-head h2{font-size:42px;margin-bottom:12px}
.section-head .lead,.lead{font-size:16.5px;color:var(--muted-bright);line-height:1.6}

/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:'Inter',sans-serif;font-weight:600;font-size:15px;padding:13px 26px;border-radius:6px;cursor:pointer;border:1px solid transparent;transition:transform .15s ease,background .2s,box-shadow .2s,border-color .2s;white-space:nowrap}
.btn-primary{background:var(--accent);color:#0a0d12}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(245,166,35,.28);background:var(--accent-2)}
.btn-outline{background:transparent;color:var(--text);border:1px solid var(--border)}
.btn-outline:hover{border-color:var(--border-hover);color:var(--accent)}
.btn-sm{padding:9px 18px;font-size:14px}
.btn-lg{padding:16px 32px;font-size:16.5px}
.btn-block{display:flex;width:100%;margin-top:18px}
.apk-ico{width:16px;height:16px;flex-shrink:0}

/* nav */
nav{position:sticky;top:0;z-index:100;background:rgba(10,13,18,.92);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:66px;gap:20px}
.logo{font-family:'Rajdhani',sans-serif;font-weight:700;font-size:26px;letter-spacing:1px}
.nav-links{display:flex;gap:26px;list-style:none}
.nav-links a{font-size:14.5px;font-weight:500;color:var(--text);opacity:.82;transition:.2s}
.nav-links a:hover{opacity:1;color:var(--accent)}
.nav-cta{display:flex;gap:10px;align-items:center}

/* logo (PNG ships on black; lighten blend drops the box on dark nav/footer) */
.logo{display:inline-flex;align-items:center;line-height:0}
.logo img{height:38px;width:auto;display:block;mix-blend-mode:lighten}

/* hero */
.hero{position:relative;padding:64px 0 88px;overflow:hidden}
.hero-aurora{position:absolute;inset:0;pointer-events:none;z-index:0;background:
  radial-gradient(560px 460px at 78% 26%,rgba(245,166,35,.20),transparent 62%),
  radial-gradient(640px 520px at 12% 6%,rgba(245,166,35,.10),transparent 60%)}
.hero .wrap{position:relative;z-index:1}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.hero-copy{text-align:left}
.badge{display:inline-flex;align-items:center;gap:9px;border:1px solid var(--border);background:rgba(255,255,255,.02);padding:7px 16px;border-radius:40px;font-size:13px;font-weight:500;color:var(--muted-bright);margin-bottom:24px}
.pulse{width:8px;height:8px;border-radius:50%;background:var(--accent);position:relative}
.pulse::after{content:"";position:absolute;inset:0;border-radius:50%;background:var(--accent);animation:pulse 1.8s infinite}
@keyframes pulse{0%{transform:scale(1);opacity:.7}70%{transform:scale(3);opacity:0}100%{opacity:0}}
.hero h1{font-size:66px;margin-bottom:18px;letter-spacing:1px}
.hero p.sub{font-size:18px;color:var(--muted-bright);max-width:560px;margin:0 0 28px}
.bonus-pill{display:inline-flex;flex-direction:column;align-items:center;border:1px solid var(--border-hover);background:var(--accent-soft);border-radius:12px;padding:16px 36px;margin-bottom:28px}
.bonus-pill .amt{font-family:'Rajdhani',sans-serif;font-weight:700;font-size:48px;color:var(--accent);line-height:1}
.bonus-pill .lbl{font-size:12.5px;color:var(--muted-bright);margin-top:6px;letter-spacing:.5px}
.hero-ctas{display:flex;gap:14px;justify-content:flex-start;flex-wrap:wrap;margin-bottom:30px}
.hero-stats{display:flex;justify-content:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:24px}
.hero-stats div{border:1px solid var(--border);background:rgba(255,255,255,.02);border-radius:10px;padding:12px 20px;min-width:104px}
.hero-stats b{font-family:'Rajdhani';font-weight:700;font-size:24px;color:var(--accent);display:block;line-height:1}
.hero-stats span{font-size:12px;color:var(--muted-bright);letter-spacing:.5px}
.disclaimer{font-size:13px;color:var(--muted);max-width:560px;margin:0;line-height:1.5}

/* hero visual — phone mockup showcase */
.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:560px}
.hero-glow{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(245,166,35,.28),transparent 66%);filter:blur(8px);z-index:0}
.hero-ring{position:absolute;width:430px;height:430px;border-radius:50%;border:1px dashed rgba(245,166,35,.28);z-index:0;animation:spin 28s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.hero-phone{position:relative;z-index:2;width:286px;border-radius:38px;background:#06080c;border:1px solid rgba(255,255,255,.14);padding:11px;box-shadow:0 40px 90px rgba(0,0,0,.7),0 0 0 1px rgba(245,166,35,.12);animation:floatY 6s ease-in-out infinite}
@keyframes floatY{0%,100%{transform:translateY(0)}50%{transform:translateY(-16px)}}
.hp-notch{position:absolute;top:17px;left:50%;transform:translateX(-50%);width:98px;height:20px;background:#06080c;border:1px solid rgba(255,255,255,.06);border-top:none;border-radius:0 0 14px 14px;z-index:3}
.hp-screen{border-radius:28px;overflow:hidden;background:#000;aspect-ratio:1080/2412}
.hp-screen img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}
.hero-chip{position:absolute;z-index:3;display:flex;align-items:center;gap:10px;background:rgba(17,21,28,.92);border:1px solid var(--border);border-radius:12px;padding:11px 15px;box-shadow:0 14px 34px rgba(0,0,0,.5);backdrop-filter:blur(8px);animation:floatY 5s ease-in-out infinite}
.hero-chip b{font-family:'Rajdhani';font-weight:700;font-size:16px;display:block;line-height:1.1}
.hero-chip small{font-size:11px;color:var(--muted-bright)}
.hero-chip .hc-ic{width:30px;height:30px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--accent-soft);color:var(--accent);font-family:'Rajdhani';font-weight:700;font-size:16px}
.hero-chip .hc-dot{width:9px;height:9px;border-radius:50%;background:#3ad07a;box-shadow:0 0 0 4px rgba(58,208,122,.18)}
.chip-bonus{top:8%;left:-22px;animation-delay:.2s}
.chip-pay{bottom:20%;left:-30px;animation-delay:1.1s}
.chip-live{top:14%;right:-24px;animation-delay:.6s}
.chip-games{bottom:9%;right:-14px;animation-delay:1.5s}

/* trust */
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.trust-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:28px 22px}
.trust-ico{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--accent-soft);border-radius:10px;color:var(--accent);margin-bottom:16px}
.trust-ico svg{width:24px;height:24px}
.trust-card h3{font-size:20px;margin-bottom:6px}
.trust-card p{font-size:14px;color:var(--muted-bright);line-height:1.5}

/* game cards */
.game-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.game-card{display:flex;flex-direction:column;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .2s,border-color .2s,box-shadow .2s;position:relative}
.game-card:hover{transform:translateY(-6px);border-color:var(--border-hover);box-shadow:0 14px 34px rgba(0,0,0,.45)}
.gc-img{position:relative;width:100%;aspect-ratio:211/260;background:#0a0d12;overflow:hidden}
.gc-img img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .35s ease}
.game-card:hover .gc-img img{transform:scale(1.06)}
.gc-meta{padding:12px 14px 14px;display:flex;flex-direction:column;gap:3px}
.gc-name{font-family:'Rajdhani';font-weight:600;font-size:16.5px;letter-spacing:.3px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gc-cat{font-size:11.5px;color:var(--muted-bright);letter-spacing:.4px}
.gc-play{position:absolute;top:10px;right:10px;background:var(--accent);color:#0a0d12;font-size:11px;font-weight:600;padding:5px 11px;border-radius:30px;opacity:0;transform:translateY(-6px);transition:.25s}
.game-card:hover .gc-play{opacity:1;transform:none}
.center-cta{text-align:center;margin-top:44px}

/* category tiles */
.cat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.cat-card{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:28px 16px;transition:transform .2s,border-color .2s}
.cat-card:hover{transform:translateY(-5px);border-color:var(--border-hover)}
.cat-ico{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:var(--accent-soft);border-radius:12px;color:var(--accent)}
.cat-ico svg{width:26px;height:26px}
.cat-name{font-family:'Rajdhani';font-weight:600;font-size:16px;line-height:1.2}
.cat-count{font-size:12px;color:var(--muted-bright)}
.cat-all{background:var(--accent-soft);border-color:var(--border-hover)}

/* swiper */
.swiper{position:relative;overflow:hidden;padding:6px 0}
.swiper-track{display:flex;gap:18px;transition:transform .5s cubic-bezier(.2,.8,.2,1);will-change:transform;touch-action:pan-y}
.swiper-slide{flex:0 0 auto}
.game-swiper .swiper-slide{width:210px}
.swiper-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:46px;height:46px;border-radius:50%;border:1px solid var(--border);background:rgba(12,16,22,.86);color:var(--text);font-size:26px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s;backdrop-filter:blur(6px)}
.swiper-btn:hover{border-color:var(--border-hover);color:var(--accent)}
.swiper-btn.prev{left:-6px}
.swiper-btn.next{right:-6px}
.swiper-btn[disabled]{opacity:.25;cursor:default}
.swiper-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}
.swiper-dots button{width:8px;height:8px;border-radius:50%;border:none;background:rgba(255,255,255,.18);cursor:pointer;padding:0;transition:.2s}
.swiper-dots button.active{background:var(--accent);width:24px;border-radius:5px}

/* screenshots */
.shots{background:linear-gradient(180deg,transparent,rgba(245,166,35,.025),transparent)}
.shots-tags{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:34px}
.shot-tag{font-size:13px;color:var(--muted-bright);border:1px solid var(--border);padding:7px 16px;border-radius:30px;background:rgba(255,255,255,.02)}
.shot-swiper .swiper-track{align-items:center}
.shot-slide{width:268px;display:flex;justify-content:center}
.phone-frame{width:268px;border-radius:30px;background:#06080c;border:1px solid rgba(255,255,255,.12);box-shadow:0 26px 60px rgba(0,0,0,.55);padding:10px;position:relative;transition:transform .35s ease,box-shadow .35s ease}
.phone-frame::before{content:"";position:absolute;top:14px;left:50%;transform:translateX(-50%);width:90px;height:18px;background:#06080c;border:1px solid rgba(255,255,255,.06);border-top:none;border-radius:0 0 13px 13px;z-index:3}
.phone-frame img{width:100%;aspect-ratio:1080/2412;object-fit:cover;object-position:top center;border-radius:22px;display:block}
.swiper-slide.is-active .phone-frame{transform:translateY(-8px) scale(1.02);box-shadow:0 32px 72px rgba(245,166,35,.16),0 26px 60px rgba(0,0,0,.6);border-color:var(--border-hover)}
.shots-cta{text-align:center;margin-top:46px}

/* why */
.why-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:48px;align-items:start}
.why-text p{margin-bottom:18px;color:var(--text);opacity:.92;font-size:16px}
.why-text strong{color:var(--accent);font-weight:600}
.why-list{list-style:none;display:flex;flex-direction:column;gap:14px}
.why-list li{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px}
.why-list b{font-family:'Rajdhani';font-weight:700;font-size:19px;display:block;margin-bottom:3px}
.why-list span{font-size:14px;color:var(--muted-bright)}

/* payments */
.pay-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.pay-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:24px 18px;text-align:center}
.pay-logo{font-family:'Rajdhani';font-weight:700;font-size:20px;color:var(--accent);display:block;margin-bottom:10px;letter-spacing:.5px}
.pay-card p{font-size:13px;color:var(--muted-bright);line-height:1.5}

/* promo */
.promo{background:linear-gradient(100deg,rgba(245,166,35,.14),rgba(245,166,35,.04));border:1px solid var(--border-hover);border-radius:14px;padding:46px 48px;display:flex;align-items:center;justify-content:space-between;gap:36px}
.promo .eyebrow{margin-bottom:8px}
.promo h2{font-size:38px;margin-bottom:10px}
.promo p{color:var(--muted-bright);font-size:15px;max-width:480px}
.promo-right{text-align:right;flex-shrink:0}
.promo-note{font-size:12px;color:var(--muted);margin-top:12px}

/* steps */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
.step{padding:0 24px;position:relative}
.step:not(:last-child)::after{content:"→";position:absolute;right:-12px;top:6px;color:var(--accent);font-size:22px;opacity:.5}
.step-num{font-family:'Rajdhani';font-weight:700;font-size:60px;color:rgba(245,166,35,.18);line-height:1}
.step h3{font-size:22px;margin:6px 0 8px}
.step p{font-size:14px;color:var(--muted-bright);line-height:1.5}

/* prose */
.prose h2{font-size:32px;margin:0 0 16px}
.prose h3{font-size:21px;margin:30px 0 10px;color:var(--text)}
.prose p{color:var(--muted-bright);font-size:16px;margin-bottom:16px;line-height:1.75}
.prose .eyebrow{margin-bottom:14px}

/* faq */
.faq{display:flex;flex-direction:column;gap:12px}
.faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}
.faq-q{width:100%;text-align:left;background:none;border:none;color:var(--text);font-family:'Inter';font-weight:600;font-size:16px;padding:20px 22px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq-ico{color:var(--accent);font-size:24px;font-weight:400;line-height:1;flex-shrink:0;transition:transform .25s}
.faq-item.open .faq-ico{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-a p{padding:0 22px 20px;color:var(--muted-bright);font-size:15px;line-height:1.65}

/* page hero (games/detail) */
.page-hero{text-align:center;padding:70px 0 50px;position:relative;overflow:hidden}
.page-hero::before{content:"";position:absolute;top:-200px;left:50%;transform:translateX(-50%);width:800px;height:600px;background:radial-gradient(ellipse at center,rgba(245,166,35,.12),transparent 65%);z-index:0}
.page-hero .wrap{position:relative;z-index:1}
.page-hero h1{font-size:54px;margin-bottom:16px}
.page-hero .sub{font-size:17px;color:var(--muted-bright);max-width:620px;margin:0 auto 28px}

/* filter */
.filter-bar{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:44px}
.chip{font-family:'Inter';font-weight:500;font-size:14px;color:var(--muted-bright);background:var(--bg-card);border:1px solid var(--border);border-radius:30px;padding:9px 18px;cursor:pointer;transition:.2s;display:inline-flex;align-items:center;gap:7px}
.chip span{font-size:11.5px;background:rgba(255,255,255,.06);padding:1px 8px;border-radius:20px;color:var(--muted-bright)}
.chip:hover{border-color:var(--border-hover);color:var(--text)}
.chip.active{background:var(--accent);color:#0a0d12;border-color:var(--accent)}
.chip.active span{background:rgba(0,0,0,.18);color:#0a0d12}
.cat-section{margin-bottom:56px;scroll-margin-top:90px}
.cat-section.hide{display:none}
.cat-title{display:flex;align-items:baseline;gap:14px;font-size:28px;margin-bottom:22px;padding-bottom:14px;border-bottom:1px solid var(--border)}
.cat-title small{font-size:14px;font-family:'Inter';font-weight:400;color:var(--muted-bright)}
.game-card.hide{display:none}

/* detail */
.crumbs{font-size:13px;color:var(--muted-bright);padding:20px 0 0;display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.crumbs a:hover{color:var(--accent)}
.crumbs .current{color:var(--text)}
.crumbs span{opacity:.5}
.detail-hero{padding:40px 0 56px}
.detail-hero-inner{display:grid;grid-template-columns:280px 1fr;gap:48px;align-items:center}
.detail-art{position:relative;display:flex;justify-content:center}
.detail-art-glow{position:absolute;inset:-30px;background:radial-gradient(ellipse at center,rgba(245,166,35,.22),transparent 68%);z-index:0}
.detail-art img{position:relative;z-index:1;width:240px;height:auto;border-radius:16px;border:1px solid var(--border-hover);box-shadow:0 24px 60px rgba(0,0,0,.6)}
.detail-info h1{font-size:48px;margin:14px 0 16px}
.detail-lead{font-size:16.5px;color:var(--muted-bright);margin-bottom:24px;line-height:1.7}
.detail-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:16px}
.detail-grid{display:grid;grid-template-columns:1fr 340px;gap:48px;align-items:start}
.detail-main h2{font-size:28px;margin:36px 0 14px}
.detail-main h2:first-child{margin-top:0}
.detail-main p{color:var(--muted-bright);font-size:16px;margin-bottom:14px;line-height:1.75}
.feat-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:4px 0}
.feat-list li{display:flex;gap:10px;align-items:flex-start;font-size:15px;color:var(--text);background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:14px 16px}
.feat-tick{color:var(--accent);font-weight:700;flex-shrink:0}
.howto{list-style:none;counter-reset:step;display:flex;flex-direction:column;gap:12px;margin:4px 0}
.howto li{counter-increment:step;position:relative;padding:14px 18px 14px 56px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;font-size:15px;color:var(--muted-bright)}
.howto li b{color:var(--text)}
.howto li::before{content:counter(step,decimal-leading-zero);position:absolute;left:16px;top:14px;font-family:'Rajdhani';font-weight:700;font-size:18px;color:var(--accent)}
.detail-side{position:sticky;top:88px}
.spec-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:24px}
.spec-card h3{font-size:20px;margin-bottom:16px}
.spec-list{display:flex;flex-direction:column;gap:0}
.spec-list>div{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid var(--border);font-size:14px}
.spec-list dt{color:var(--muted-bright)}
.spec-list dd{color:var(--text);font-weight:500;text-align:right}
.spec-note{font-size:12px;color:var(--muted);margin-top:12px;text-align:center}

/* home hub — quick launch chips */
.launch{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}
.launch a{display:inline-flex;align-items:center;gap:9px;border:1px solid var(--border);background:var(--bg-card);border-radius:30px;padding:10px 18px;font-weight:600;font-size:14px;transition:.2s}
.launch a:hover{border-color:var(--border-hover);color:var(--accent);transform:translateY(-2px)}
.launch svg{width:17px;height:17px;color:var(--accent)}

/* home hub — winners ticker */
.ticker-wrap{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-2);overflow:hidden}
.ticker{display:inline-flex;gap:36px;white-space:nowrap;padding:13px 0;width:max-content;animation:ticker 40s linear infinite}
.ticker-wrap:hover .ticker{animation-play-state:paused}
@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.tick{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;color:var(--muted-bright)}
.tick b{color:var(--text);font-weight:600}
.tick .amt{color:var(--accent);font-family:'Rajdhani';font-weight:700;font-size:15.5px}
.tick .dot{width:7px;height:7px;border-radius:50%;background:#3ad07a;box-shadow:0 0 0 3px rgba(58,208,122,.16)}

/* home hub — promo trio */
.promo3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.promo3 .pc{display:flex;flex-direction:column;align-items:flex-start;gap:10px;background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:28px;min-height:230px;transition:transform .2s,border-color .2s}
.promo3 .pc:hover{transform:translateY(-5px);border-color:var(--border-hover)}
.promo3 .pc.feat{background:linear-gradient(135deg,rgba(245,166,35,.16),rgba(245,166,35,.03));border-color:var(--border-hover)}
.promo3 .pc .tag{font-family:'Rajdhani';font-weight:600;letter-spacing:2px;font-size:12px;text-transform:uppercase;color:var(--accent)}
.promo3 .pc h3{font-size:25px}
.promo3 .pc .big{font-family:'Rajdhani';font-weight:700;font-size:44px;color:var(--accent);line-height:1}
.promo3 .pc p{font-size:14px;color:var(--muted-bright);flex:1;line-height:1.55}
.promo3 .pc .btn{margin-top:4px}

/* home hub — live spotlight */
.spotlight{display:grid;grid-template-columns:.82fr 1.18fr;gap:40px;align-items:center}
.spot-text h2{font-size:34px;margin-bottom:12px}
.spot-text p{color:var(--muted-bright);margin-bottom:18px;font-size:15.5px;line-height:1.7}
.spot-grid{grid-template-columns:repeat(5,1fr)}

/* footer */
footer{border-top:1px solid var(--border);padding:60px 0 40px;background:#07090d}
.foot-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:36px;margin-bottom:36px}
.foot-logo{display:inline-block;line-height:0;margin-bottom:14px}
.foot-logo img{height:42px;width:auto;display:block;mix-blend-mode:lighten}
.foot-tag{color:var(--muted-bright);font-size:14px;max-width:340px;margin-bottom:16px}
.foot-pay{display:flex;flex-wrap:wrap;gap:8px}
.foot-pay span{font-size:11px;color:var(--muted-bright);border:1px solid var(--border);padding:4px 10px;border-radius:5px}
.foot-col h4{font-family:'Rajdhani';font-weight:600;font-size:15px;letter-spacing:1.5px;text-transform:uppercase;color:var(--text);margin-bottom:16px}
.foot-col a{display:block;color:var(--muted-bright);font-size:14px;margin-bottom:10px;transition:.2s}
.foot-col a:hover{color:var(--accent)}
.affiliate-disc{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:20px 0;margin:8px 0 20px;font-size:13px;color:var(--muted);line-height:1.7;max-width:960px}
.affiliate-disc strong{color:var(--muted-bright);font-weight:600}
.affiliate-disc .aff-sub{margin-top:10px;font-size:12.5px}
.foot-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.foot-bottom p{font-size:13px;color:var(--muted)}
.age-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border);background:rgba(255,255,255,.02);padding:8px 14px;border-radius:6px;font-size:12px;color:var(--muted-bright)}
.age-badge b{font-family:'Rajdhani';font-weight:700}

/* iOS steps */
.ios-steps{display:flex;flex-direction:column;gap:20px;max-width:760px;margin:0 auto}
.ios-step{display:grid;grid-template-columns:48px 1fr;gap:20px;align-items:flex-start;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:22px 24px}
.ios-num{width:40px;height:40px;border-radius:50%;background:var(--accent);color:#0a0d12;font-family:'Rajdhani';font-weight:700;font-size:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ios-body h3{font-size:16px;margin-bottom:6px;font-family:'Rajdhani';font-weight:700}
.ios-body p{font-size:14px;color:var(--muted-bright)}
.ios-note{display:flex;gap:16px;align-items:flex-start;background:var(--accent-soft);border:1px solid var(--border-hover);border-radius:var(--radius);padding:20px 24px;margin-top:28px;max-width:760px;margin-left:auto;margin-right:auto;font-size:14px;color:var(--muted-bright);line-height:1.6}
.ios-note-ico{font-size:22px;flex-shrink:0;margin-top:2px}

/* how-to-play guides */
.guide-head{display:flex;align-items:center;gap:20px;margin-bottom:36px}
.guide-ico{width:56px;height:56px;border-radius:12px;border:1px solid;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.guide-ico svg{width:26px;height:26px}
.guide-body{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.guide-steps h3,.guide-tips h3{font-size:18px;margin-bottom:16px;color:var(--accent)}
.tip-list{list-style:none;display:flex;flex-direction:column;gap:12px}
.tip-list li{display:flex;gap:10px;align-items:flex-start;font-size:14.5px;color:var(--muted-bright)}

/* contact */
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:flex-start}
.contact-form-wrap h2,.contact-info h2{font-size:28px;margin-bottom:24px}
.contact-form{display:flex;flex-direction:column;gap:18px}
.cf-group{display:flex;flex-direction:column;gap:6px}
.cf-group label{font-size:13px;font-weight:500;color:var(--muted-bright);letter-spacing:.5px}
.cf-group input,.cf-group select,.cf-group textarea{background:var(--bg-card);border:1px solid var(--border);color:var(--text);border-radius:var(--radius);padding:12px 14px;font-size:15px;font-family:'Inter';transition:.2s;width:100%}
.cf-group input:focus,.cf-group select:focus,.cf-group textarea:focus{outline:none;border-color:var(--border-hover)}
.cf-group textarea{resize:vertical}
.ci-card{display:flex;gap:14px;align-items:flex-start;padding:16px 0;border-bottom:1px solid var(--border)}
.ci-card:last-of-type{border-bottom:none}
.ci-ico{font-size:20px;flex-shrink:0;width:36px;text-align:center}
.ci-card b{display:block;font-size:14px;margin-bottom:4px}
.ci-card span,.ci-card a{font-size:13px;color:var(--muted-bright)}
.ci-note{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:16px;margin-top:20px;font-size:13px;color:var(--muted-bright);line-height:1.6}

/* FAQ page search + cats */
.faq-search{margin-bottom:20px}
.faq-search input{width:100%;background:var(--bg-card);border:1px solid var(--border);color:var(--text);border-radius:var(--radius);padding:13px 16px;font-size:15px;font-family:'Inter'}
.faq-search input:focus{outline:none;border-color:var(--border-hover)}
.faq-cats{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}

/* responsible gaming */
.resp-list{margin:16px 0 16px 0;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:10px}
.resp-list li{padding-left:22px;position:relative;font-size:15px;color:var(--muted-bright);line-height:1.6}
.resp-list li::before{content:"→";position:absolute;left:0;color:var(--accent)}
.resp-pledge{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:28px 32px}
.resp-pledge h3{margin-bottom:12px;font-size:22px}

/* disclaimer page banner */
.disc-banner{background:var(--accent-soft);border:1px solid var(--border-hover);border-radius:var(--radius);padding:24px 28px;margin-bottom:40px;font-size:15px;color:var(--text);line-height:1.7}

/* prose page links */
.prose a:not(.btn){color:var(--accent);text-decoration:underline;text-decoration-color:rgba(245,166,35,.3)}

/* reveal */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}
.reveal.in{opacity:1;transform:none}

/* responsive */
@media(max-width:1080px){
  .game-grid{grid-template-columns:repeat(4,1fr)}
  .cat-grid{grid-template-columns:repeat(3,1fr)}
  .foot-top{grid-template-columns:1fr 1fr}
}
@media(max-width:980px){
  .hero-grid{grid-template-columns:1fr;gap:40px;text-align:center}
  .hero-copy{text-align:center}
  .hero h1{font-size:56px}
  .hero p.sub{margin-left:auto;margin-right:auto}
  .hero-ctas,.hero-stats,.launch{justify-content:center}
  .disclaimer{margin:0 auto}
  .hero-visual{min-height:auto;order:-1}
}
@media(max-width:900px){
  .why-grid{grid-template-columns:1fr;gap:30px}
  .detail-grid{grid-template-columns:1fr}
  .detail-side{position:static}
  .pay-grid{grid-template-columns:repeat(3,1fr)}
  .promo{flex-direction:column;text-align:center}
  .promo-right{text-align:center}
  .promo p{margin:0 auto}
  .spotlight{grid-template-columns:1fr;gap:26px}
  .spot-grid{grid-template-columns:repeat(5,1fr)}
}
@media(max-width:768px){
  section{padding:60px 0}
  .nav-links{display:none}
  .hero{padding:50px 0 64px}
  .hero h1{font-size:46px}
  .section-head h2{font-size:32px}
  .page-hero h1{font-size:38px}
  .game-grid{grid-template-columns:repeat(2,1fr);gap:14px}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .cat-grid{grid-template-columns:repeat(2,1fr)}
  .pay-grid{grid-template-columns:repeat(2,1fr)}
  .promo3{grid-template-columns:1fr}
  .feat-list{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr;gap:30px}
  .step{padding:0}
  .step:not(:last-child)::after{content:"↓";right:auto;left:8px;top:auto;bottom:-26px}
  .detail-hero-inner{grid-template-columns:1fr;gap:24px;text-align:center}
  .detail-art img{width:180px}
  .detail-art-glow{inset:0}
  .detail-info h1{font-size:36px}
  .detail-ctas{justify-content:center}
  .foot-top{grid-template-columns:1fr 1fr;gap:24px}
  .bonus-pill .amt{font-size:42px}
  .nav-cta .btn-outline{display:none}
  .game-swiper .swiper-slide{width:160px}
  .shot-slide,.phone-frame{width:230px}
  .swiper-btn{width:40px;height:40px;font-size:22px}
  .swiper-btn.prev{left:0}
  .swiper-btn.next{right:0}
  .logo img{height:32px}
  .hero h1{font-size:46px}
  .hero-phone{width:248px}
  .hero-ring,.hero-glow{width:330px;height:330px}
  .chip-pay,.chip-games,.chip-live{display:none}
  .chip-bonus{left:-4px;top:5%}
}
@media(max-width:420px){
  .hero h1{font-size:38px}
  .game-grid{gap:12px}
  .foot-top{grid-template-columns:1fr}
  .shot-slide,.phone-frame{width:210px}
  .hero-phone{width:220px}
  .hero-stats div{min-width:92px;padding:10px 14px}
  .hero-chip{padding:8px 11px}
  .hero-chip b{font-size:14px}
  .hero-chip small{font-size:10px}
  .chip-bonus{left:0;top:3%}
}
@media(max-width:768px){
  .guide-body{grid-template-columns:1fr;gap:24px}
  .contact-grid{grid-template-columns:1fr;gap:32px}
  .ios-step{grid-template-columns:40px 1fr;gap:14px;padding:16px}
}
@media(prefers-reduced-motion:reduce){
  .reveal{transition:none;opacity:1;transform:none}
  .swiper-track{transition:none}
  *{animation:none !important}
}
