*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;background:#0f172a;color:#f8fafc;line-height:1.6}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.sec-container{max-width:1200px;margin:0 auto;padding:0 20px}
ul,ol{margin:0;padding:0;list-style:none}
h3{font-size:1.5rem;font-weight:600;color:#f8fafc;margin-bottom:16px;line-height:1.3}

/* ===== HEADER ===== */
.hd-strip{position:fixed;top:0;width:100%;background:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:1px solid #334155;z-index:1000}
.hd-container{display:flex;justify-content:space-between;align-items:center;height:64px;max-width:1200px;margin:0 auto;padding:0 20px}
.logo-zone{flex-shrink:0}
.logo-link{text-decoration:none}
.logo-wrap{display:flex;align-items:center;gap:6px;font-family:'Arial Black',Arial,sans-serif;font-weight:900;text-transform:uppercase;letter-spacing:1.5px}
.logo-main{font-size:24px;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.logo-accent{font-size:24px;color:#f8fafc}
.nav-zone{flex:1;display:flex;justify-content:center}
.nav-links{display:flex;gap:28px}
.nav-a{color:#94a3b8;text-decoration:none;transition:color .3s;font-size:15px}
.nav-a:hover{color:#f8fafc}
.hd-buttons{display:flex;gap:8px;align-items:center;flex-shrink:0}

/* ===== BUTTONS ===== */
.btn{padding:8px 24px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block;text-align:center}
.btn-join{background:#16a34a;color:#fff}
.btn-join:hover{background:#15803d}
.btn-sign-in{background:#2563eb;color:#fff}
.btn-sign-in:hover{background:#1d4ed8}
.btn-hero{background:linear-gradient(135deg,#f59e0b,#d97706);color:#0f172a;padding:16px 48px;font-size:18px;font-weight:bold;border-radius:12px;box-shadow:0 4px 20px rgba(245,158,11,.3)}
.btn-hero:hover{transform:scale(1.05);box-shadow:0 8px 30px rgba(245,158,11,.4)}
.btn-deal{background:#f59e0b;color:#0f172a;padding:12px 24px;width:100%;font-weight:bold}
.btn-deal:hover{background:#d97706}
.btn-outline{background:transparent;color:#94a3b8;border:1px solid #475569;padding:8px 20px;font-size:14px;margin-top:16px}
.btn-outline:hover{background:#334155;border-color:#64748b;color:#f8fafc}
.btn-gold{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#0f172a;padding:16px 48px;font-size:18px;font-weight:bold;border-radius:12px;box-shadow:0 4px 15px rgba(251,191,36,.3)}
.btn-gold:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(251,191,36,.4)}
.btn-deposit{background:#fbbf24;color:#0f172a;padding:8px 16px;border-radius:6px;font-weight:600;font-size:12px;text-transform:uppercase}
.btn-deposit:hover{background:#f59e0b;transform:translateY(-1px)}
.btn-glow{background:linear-gradient(135deg,#f59e0b,#d97706);color:#0f172a;padding:18px 40px;font-size:18px;font-weight:bold;border-radius:12px;box-shadow:0 8px 25px rgba(245,158,11,.3);position:relative;overflow:hidden}
.btn-glow::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}
.btn-glow:hover::before{left:100%}
.btn-glow:hover{transform:translateY(-2px);box-shadow:0 12px 35px rgba(245,158,11,.4)}
.btn-border{background:transparent;color:#f8fafc;padding:18px 40px;font-size:18px;font-weight:bold;border:2px solid #334155;border-radius:12px}
.btn-border:hover{border-color:#64748b;background:#334155;transform:translateY(-2px)}
.centered{text-align:center}
.btn-cta{background:linear-gradient(135deg,#f59e0b,#d97706);color:#0f172a;font-weight:bold;font-size:16px;padding:14px 36px;border-radius:10px;box-shadow:0 4px 15px rgba(245,158,11,.3)}
.btn-cta:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(245,158,11,.4)}
.btn-lg{padding:16px 40px;font-size:18px}
.btn-primary{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#0f172a;font-weight:bold}
.btn-primary:hover{transform:scale(1.05)}
.btn-secondary{background:transparent;color:#f8fafc;border:2px solid #334155}
.btn-secondary:hover{background:#334155;border-color:#64748b}
.btn-contact{background:#f59e0b;color:#0f172a;padding:12px 24px;font-weight:bold;width:100%}
.btn-contact:hover{background:#d97706}

/* ===== HERO ===== */
.hero-panel{padding:96px 0 64px;background:linear-gradient(160deg,#0f172a 0%,#1e293b 40%,#0f172a 100%)}
.hero-body{width:100%}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}
.hero-grid.single-col{grid-template-columns:1fr;text-align:center}
.hero-grid.single-col .hero-btns,.hero-grid.single-col .hero-buttons,.hero-grid.single-col .hero-actions{justify-content:center}
.hero-title{font-size:3.5rem;font-weight:bold;line-height:1.1;margin-bottom:24px;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-lead{font-size:20px;color:#cbd5e1;margin-bottom:32px;line-height:1.6}
.hero-content,.hero-text,.hero-info{max-width:800px}
.hero-btns,.hero-buttons,.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:24px}
.hero-p{color:#cbd5e1;font-size:18px;margin-bottom:16px;line-height:1.6}
.hero-visual{display:flex;align-items:center;justify-content:center;min-height:400px}
.hero-img{width:100%;max-height:450px;height:auto;object-fit:contain;border-radius:20px;background:#1e293b;transform:translateY(40px);box-shadow:0 20px 40px rgba(0,0,0,.3)}

/* ===== SECTIONS ===== */
.sec{padding:64px 0}
.sec-shaded{background:#1e293b}
.sec-body{width:100%}
.sec-heading{font-size:2.5rem;font-weight:bold;text-align:center;margin-bottom:48px}
.sec-header{text-align:center;margin-bottom:48px}
.sec-header h2{font-size:2.5rem;font-weight:bold;margin-bottom:16px}
.sec-header p,.sec-intro{color:#cbd5e1;font-size:18px;max-width:700px;margin:0 auto;line-height:1.6}
.sec-subhead{color:#94a3b8;font-size:16px;margin-top:8px}
.sec-cta{margin-top:32px;text-align:center}
.sec-note{color:#94a3b8;font-size:14px;margin-top:24px;font-style:italic}

/* ===== NAV ITEM ===== */
.nav-item{list-style:none}

/* ===== DEALS ===== */
.deals-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}
.deal-card{background:#1e293b;border-radius:12px;padding:32px;border:1px solid #334155;text-align:center;transition:border-color .3s;display:block;margin:0}
.sec-shaded .deal-card{background:#0f172a}
.deal-card:hover{border-color:#64748b}
.deal-icon{width:48px;height:48px;margin:0 auto 16px;background:#f59e0b;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px}
.deal-name{font-size:20px;font-weight:bold;margin-bottom:16px}
.deal-info{color:#cbd5e1;margin-bottom:24px}
.deal-badge{display:inline-block;background:#f59e0b;color:#0f172a;padding:4px 16px;border-radius:20px;font-size:12px;font-weight:bold;text-transform:uppercase;margin-bottom:12px}
.deal-title{font-size:1.35rem;font-weight:bold;margin-bottom:12px;color:#f8fafc}
.deal-desc{color:#cbd5e1;font-size:15px;margin-bottom:16px;line-height:1.5}
.deal-body,.deal-text{color:#cbd5e1;font-size:15px;line-height:1.6}
.deal-features{list-style:none;padding:0;margin:0 0 20px;text-align:left}
.deal-features li{color:#cbd5e1;padding:6px 0;border-bottom:1px solid #334155;font-size:14px}
.deal-features li:last-child{border-bottom:none}
.deal-perks{list-style:none;padding:0;margin:12px 0}
.deal-perks li{color:#cbd5e1;padding:4px 0;font-size:14px}
.deal-cta{margin-top:16px}
.deal-emoji{font-size:48px;margin-bottom:16px;display:block}

/* ===== SPLIT PANELS ===== */
.split-panel{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;margin-bottom:64px}
.split-heading{font-size:2.5rem;font-weight:bold;margin-bottom:24px}
.split-text p{font-size:18px;color:#cbd5e1;line-height:1.6;margin-bottom:16px}
.split-media{display:flex;align-items:center;justify-content:center}
.split-img{width:100%;max-height:320px;height:auto;object-fit:contain;border-radius:16px;background:#1e293b}
.split-btns{display:flex;gap:16px;flex-wrap:wrap;margin-top:24px}
.split-emoji{font-size:120px;text-align:center;line-height:1}
.media-placeholder,.placeholder-box{background:#1e293b;border-radius:16px;padding:48px;text-align:center;font-size:64px;display:flex;align-items:center;justify-content:center;min-height:200px;border:1px solid #334155}

/* ===== GRID (GAMES) ===== */
.grid-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:48px}
@media(min-width:768px){.grid-gallery{grid-template-columns:repeat(3,1fr);gap:20px}}
@media(min-width:1024px){.grid-gallery{grid-template-columns:repeat(4,1fr);gap:24px}}
.grid-cell{position:relative;cursor:pointer;transition:transform .3s;border-radius:12px;overflow:hidden;aspect-ratio:4/3;display:block;margin:0}
.grid-cell:hover{transform:scale(1.05)}
.grid-link{display:block;width:100%;height:100%;text-decoration:none}
.grid-thumb{width:100%;height:100%;object-fit:cover;background:#334155}
.grid-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}
.grid-cell:hover .grid-overlay{opacity:1}
.grid-label{color:#f8fafc;font-size:18px;font-weight:bold;text-transform:uppercase;letter-spacing:1px;text-shadow:0 2px 4px rgba(0,0,0,.5)}
.grid-play{color:#fbbf24;font-weight:bold;font-size:14px;text-transform:uppercase}
.grid-thumb img{width:100%;height:100%;object-fit:cover}
.grid-emoji{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;background:#334155}

/* ===== LISTS ===== */
.check-list{list-style:none;padding:0;margin:16px 0}
.check-list li{color:#cbd5e1;padding:8px 0 8px 28px;position:relative;font-size:15px}
.check-list li::before{content:'✓';position:absolute;left:0;color:#fbbf24;font-weight:bold}
.steps-list{list-style:none;counter-reset:steps;padding:0;margin:24px 0}
.steps-list li{color:#cbd5e1;padding:12px 0 12px 40px;position:relative;counter-increment:steps;font-size:16px;border-bottom:1px solid #334155}
.steps-list li::before{content:counter(steps);position:absolute;left:0;top:12px;width:28px;height:28px;background:#f59e0b;color:#0f172a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:bold}
.steps-list li:last-child{border-bottom:none}
.features-list{list-style:none;padding:0;margin:16px 0}
.features-list li{color:#cbd5e1;padding:6px 0;font-size:15px}
.support-list,.tool-list{list-style:none;padding:0;margin:16px 0}
.support-list li,.tool-list li{color:#cbd5e1;padding:8px 0;border-bottom:1px solid #334155;font-size:15px}
.support-list li:last-child,.tool-list li:last-child{border-bottom:none}

/* ===== MISC ===== */
.note-text{background:#1e293b;border-left:4px solid #f59e0b;padding:16px 20px;border-radius:0 8px 8px 0;color:#cbd5e1;font-size:14px;margin:24px 0}
.placeholder-text{color:#64748b;font-size:14px;font-style:italic}
.cell-icon{font-size:32px;margin-bottom:12px;display:block}
.cta-wrap{text-align:center;margin-top:32px}
.copy-cta{margin-top:24px}
.rg-tools-box{background:#0f172a;border:1px solid #334155;border-radius:12px;padding:24px;margin-top:24px}
.faq-toggle{cursor:pointer;color:#f8fafc;font-weight:600}

/* ===== STUDIOS (PROVIDERS) ===== */
.studios-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:48px}
@media(min-width:640px){.studios-row{grid-template-columns:repeat(4,1fr);gap:18px}}
@media(min-width:768px){.studios-row{grid-template-columns:repeat(5,1fr);gap:20px}}
@media(min-width:1024px){.studios-row{grid-template-columns:repeat(6,1fr);gap:24px}}
.studio-card{background:#334155;border-radius:8px;padding:16px;aspect-ratio:3/2;display:flex;align-items:center;justify-content:center;transition:all .3s;border:1px solid #475569;position:relative;overflow:hidden;margin:0}
.studio-card:hover{background:#475569;border-color:#64748b;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}
.studio-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none}
.studio-logo{width:100%;height:auto;max-height:100px;object-fit:contain;filter:brightness(.9);transition:filter .3s}
.studio-card:hover .studio-logo{filter:brightness(1)}
.studio-hover{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}
.studio-card:hover .studio-hover{opacity:1}

/* ===== TRANSACTIONS TABLE ===== */
.txn-wrap{max-width:1000px;margin:0 auto;overflow-x:auto;border-radius:12px;background:#1e293b;border:1px solid #334155}
.txn-table{width:100%;border-collapse:collapse;background:#1e293b}
.txn-table thead{background:#0f172a}
.txn-table th{padding:16px 12px;text-align:left;font-weight:600;color:#94a3b8;border-bottom:1px solid #334155;font-size:14px}
.txn-table tbody tr{border-bottom:1px solid #334155;transition:background .3s}
.txn-table tbody tr:hover{background:#334155}
.txn-table tbody tr:last-child{border-bottom:none}
.txn-table td{padding:16px 12px;color:#cbd5e1;font-size:14px;vertical-align:middle}
.txn-method{display:flex;align-items:center;gap:12px;min-width:140px}
.txn-icon{width:40px;height:28px;object-fit:contain;background:#fff;border-radius:4px;padding:4px}
.txn-method span{font-weight:500;color:#f8fafc}

/* ===== COPY SECTIONS ===== */
.copy-section{max-width:1000px;margin:48px auto 0;padding:32px;background:#0f172a;border-radius:12px;border:1px solid #1e293b;display:block}
.sec-shaded .copy-section{background:#0f172a}
.copy-text h2{font-size:1.75rem;font-weight:600;margin-bottom:16px;line-height:1.3}
.copy-text h3{font-size:1.5rem;font-weight:600;margin-bottom:16px;line-height:1.3}
.copy-text p{color:#cbd5e1;line-height:1.6;margin-bottom:16px;font-size:16px}
.copy-text p:last-child{margin-bottom:0}
.copy-text ul,.copy-text ol,.longform-entry ul,.longform-entry ol{margin:16px 0;padding-left:24px;list-style:disc}
.copy-text li,.longform-entry li{color:#cbd5e1;padding:4px 0;font-size:16px;line-height:1.6}

/* ===== LONGFORM ===== */
.longform{max-width:1000px;margin:0 auto;padding:48px 32px;background:#0f172a;border-radius:16px;border:1px solid #1e293b}
.longform-entry{margin-bottom:32px}
.longform-entry:last-child{margin-bottom:0}
.longform-entry h2{font-size:2rem;font-weight:bold;margin-bottom:20px;line-height:1.2}
.longform-entry h3{font-size:1.5rem;font-weight:600;margin:8px 0 16px;line-height:1.3}
.longform-entry p{color:#cbd5e1;line-height:1.7;margin-bottom:20px;font-size:16px;text-align:justify}
.longform-entry p:last-child{margin-bottom:0}

/* ===== VOICES (REVIEWS) ===== */
.voices-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}
.voice-card{background:#0f172a;border-radius:12px;padding:24px;border:1px solid #334155;display:block;margin:0}
.voice-stars{display:flex;margin-bottom:16px}
.s-on{color:#fbbf24;font-size:20px}
.s-off{color:#475569;font-size:20px}
.voice-meta{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.voice-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #334155}
.voice-who{display:flex;flex-direction:column}
.voice-name{color:#f8fafc;font-size:16px;margin-bottom:2px}
.voice-loc{font-size:14px;color:#64748b}
.voice-quote{color:#cbd5e1}

/* ===== FAQ ===== */
.faq-stack{max-width:800px;margin:0 auto}
.faq-block{background:#0f172a;border-radius:12px;margin-bottom:16px;border:1px solid #1e293b;overflow:hidden}
.faq-q{display:flex;align-items:center;width:100%;padding:20px 24px;background:none;border:none;color:#f8fafc;font-size:18px;font-weight:600;cursor:pointer;text-align:left;gap:12px}
.faq-q::before{content:'▸';color:#64748b;font-size:16px;transition:transform .2s}
.faq-q[aria-expanded="true"]::before{transform:rotate(90deg)}
.faq-a{padding:0 24px 20px}
.faq-a p{color:#cbd5e1;line-height:1.6;margin:0}

/* ===== FACTS TABLE ===== */
.facts-wrap{max-width:900px;margin:0 auto}
.facts-table{width:100%;background:#0f172a;border-radius:12px;overflow:hidden;border:1px solid #334155;border-collapse:collapse}
.facts-table tr{border-bottom:1px solid #334155;transition:background .3s}
.facts-table tr:hover{background:#1e293b}
.facts-table tr:last-child{border-bottom:none}
.facts-table td{padding:16px 24px}
.facts-table td:first-child{font-weight:600}
.facts-table td:last-child{color:#cbd5e1}

/* ===== HIGHLIGHT CTA ===== */
.highlight-bar{background:linear-gradient(160deg,#1e293b 0%,#334155 50%,#1e293b 100%);padding:80px 0;text-align:center;position:relative;overflow:hidden}
.highlight-bar::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(245,158,11,.1) 0%,transparent 70%);pointer-events:none}
.highlight-body{position:relative;z-index:1}
.highlight-content{max-width:800px;margin:0 auto}
.highlight-title{font-size:3rem;font-weight:bold;margin-bottom:16px;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.highlight-sub{font-size:20px;color:#cbd5e1;margin-bottom:40px;line-height:1.6}
.highlight-btns{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}

/* ===== FOOTER ===== */
.ft{background:#020617;padding:48px 0;border-top:1px solid #1e293b}
.ft-body{width:100%}
.ft-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px;margin-bottom:32px}
.ft-col h3{font-size:20px;font-weight:bold;margin-bottom:16px}
.ft-desc{color:#64748b;margin-bottom:16px;line-height:1.6}
.ft-license{font-size:14px;color:#475569}
.ft-links{display:flex;flex-direction:column;gap:8px}
.ft-links a{color:#64748b;text-decoration:none;transition:color .3s}
.ft-links a:hover{color:#f8fafc}
.rg-bar{width:100%;padding:20px 0}
.rg-logos{display:flex;justify-content:center;align-items:center;gap:30px;flex-wrap:wrap}
.rg-badge{height:50px;width:auto;max-width:120px;object-fit:contain;opacity:.8;transition:opacity .3s}
.rg-badge:hover{opacity:1}
.ft-bottom{border-top:1px solid #1e293b;padding-top:32px;text-align:center;color:#475569}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){
.nav-links{display:none}
.hd-buttons{gap:6px}
.hd-buttons .btn{padding:6px 12px;font-size:12px}
.hero-grid{grid-template-columns:1fr;text-align:center}
.hero-title{font-size:2.5rem}
.hero-visual{min-height:320px}
.hero-img{max-height:350px;transform:translateY(20px)}
.split-panel{grid-template-columns:1fr;text-align:center}
.split-heading{font-size:2rem}
.split-img{max-height:250px}
.sec-heading{font-size:2rem}
.highlight-title{font-size:2.2rem}
.highlight-btns{flex-direction:column;align-items:center}
.btn-glow,.btn-border{width:100%;max-width:300px}
.txn-wrap{margin:0 -20px;border-radius:0}
.txn-table th,.txn-table td{padding:12px 8px;font-size:12px}
.txn-method{min-width:100px;gap:8px}
.txn-icon{width:32px;height:22px}
.btn-deposit{padding:6px 12px;font-size:10px}
.copy-section{margin:32px -20px 0;padding:24px 20px;border-radius:0}
.longform{margin:0 -20px;padding:32px 20px;border-radius:0}
.longform-entry h2{font-size:1.75rem}
.longform-entry h3{font-size:1.35rem}
.longform-entry p{text-align:left;font-size:15px}
.hero-panel{padding-top:128px}
}
@media(max-width:480px){
.logo-main,.logo-accent{font-size:18px}
.hd-buttons{gap:4px}
.hd-buttons .btn{padding:5px 10px;font-size:11px}
.hero-title{font-size:2rem}
.hero-lead{font-size:16px}
.hero-img{max-height:280px;transform:translateY(15px);border-radius:16px}
.hero-visual{min-height:260px}
.btn-hero{padding:12px 32px;font-size:16px}
.highlight-title{font-size:1.8rem}
.highlight-sub{font-size:16px}
.studios-row{grid-template-columns:repeat(2,1fr);gap:12px}
.studio-card{padding:12px}
.studio-logo{max-height:32px}
.rg-logos{gap:20px}
.rg-badge{height:40px;max-width:80px}
}
@media(max-width:360px){
.rg-logos{gap:15px}
.rg-badge{height:35px;max-width:70px}
}
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(251,191,36,.4)}50%{box-shadow:0 0 20px 6px rgba(251,191,36,.3)}}
