:root{--bg:#0f0d12;--nav:#1a1520;--nav-accent:#c9a84c;--nav-glow:rgba(201,168,76,.15);--btn:#c9a84c;--cta:#b21f1a;--text:#f5f5f5;--muted:#cfcfcf;--shadow:0 10px 25px rgba(0,0,0,.35);--radius:14px}
*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;background:var(--bg);color:var(--text);font-family:'Poppins',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;line-height:1.5}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%;height:auto}

/* ── SIDEBAR (casino theme) ── */
.sidebar{position:fixed;left:0;top:0;bottom:0;width:260px;background:linear-gradient(180deg,#1a1520 0%,#12101a 100%);display:flex;flex-direction:column;justify-content:space-between;padding:20px 16px;box-shadow:4px 0 30px rgba(0,0,0,.5);z-index:50;border-right:1px solid rgba(201,168,76,.12)}
.sidebar-brand{display:flex;align-items:center;justify-content:center;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid rgba(201,168,76,.15)}
.brand-link img{filter:drop-shadow(0 4px 14px rgba(201,168,76,.25))}
.nav{display:flex;flex-direction:column;gap:4px}
.nav-item{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:10px;color:#c4bfcc;background:transparent;transition:all .25s ease;font-size:.92rem;font-weight:500;position:relative}
.nav-item i{width:20px;text-align:center;font-size:1rem;color:var(--nav-accent);opacity:.7;transition:opacity .25s ease}
.nav-item:hover{background:var(--nav-glow);color:#fff;transform:translateX(3px)}
.nav-item:hover i{opacity:1}

.sidebar-actions{display:flex;flex-direction:column;gap:10px;margin-top:auto;padding-top:18px;border-top:1px solid rgba(201,168,76,.15)}
.sidebar-actions .btn{text-align:center;background:transparent;border:1px solid var(--nav-accent);color:var(--nav-accent);padding:10px 14px;font-size:.88rem}
.sidebar-actions .btn:hover{background:var(--nav-glow)}
.sidebar-actions .btn-cta{background:linear-gradient(135deg,var(--cta),#d4342f);border:none;color:#fff;box-shadow:0 4px 18px rgba(178,31,26,.35)}
.sidebar-actions .btn-cta:hover{filter:brightness(1.1)}

/* ── MOBILE HEADER ── */
.mobile-header{position:fixed;left:0;top:0;right:0;height:56px;background:linear-gradient(180deg,#1a1520,#12101a);display:none;align-items:center;justify-content:space-between;padding:0 14px;z-index:60;box-shadow:0 2px 20px rgba(0,0,0,.5);border-bottom:1px solid rgba(201,168,76,.1)}
.mobile-logo img{height:38px}
.mobile-cta{background:linear-gradient(135deg,var(--cta),#d4342f);color:#fff;padding:8px 14px;border-radius:10px;box-shadow:0 4px 14px rgba(178,31,26,.3);font-weight:600;font-size:.85rem}

/* ── BOTTOM NAV (mobile) ── */
.bottom-nav{display:none;position:fixed;left:0;right:0;bottom:0;height:64px;background:linear-gradient(180deg,#1e1928,#151220);z-index:60;align-items:center;justify-content:space-around;padding:0 8px;box-shadow:0 -4px 24px rgba(0,0,0,.5);border-top:1px solid rgba(201,168,76,.1)}
.bottom-nav-item{display:flex;flex-direction:column;align-items:center;gap:2px;color:#8a839a;font-size:.65rem;font-weight:500;transition:color .2s ease;padding:6px 0}
.bottom-nav-item i{font-size:1.15rem}
.bottom-nav-item:hover,.bottom-nav-item:active{color:var(--nav-accent)}
.bottom-nav-play{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--cta),#e03530);color:#fff;font-size:1.3rem;box-shadow:0 4px 22px rgba(178,31,26,.45);margin-top:-20px;border:3px solid #1e1928;transition:transform .2s ease,box-shadow .2s ease}
.bottom-nav-play:hover{transform:scale(1.08);box-shadow:0 6px 28px rgba(178,31,26,.55)}

/* ── OLD MOBILE MENU (hidden) ── */
.burger{display:none}
.mobile-menu{display:none}

/* ── CONTENT ── */
.content{margin-left:260px}
.section{padding:16px 24px}
.section-header{margin:0 0 6px}
.section-header h2{font-size:1.4rem;margin:0 0 2px}
.section-header p{color:var(--muted);margin:0;font-size:.85rem}

/* ── HERO ── */
.hero{padding-top:12px}
.slider{position:relative;height:34vh;min-height:220px;border-radius:16px;overflow:hidden;box-shadow:var(--shadow);background-image:url('../images/hero/hero-1.jpg');background-size:cover;background-position:center}
.slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity .6s ease;z-index:1}
.slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.slide.active{opacity:1}
.slider-overlay{position:absolute;left:5%;bottom:8%;max-width:720px;background:linear-gradient(180deg, rgba(25,22,26,.0), rgba(25,22,26,.6));padding:18px 20px;border-radius:16px;z-index:2}
.slider-overlay h1{font-size:1.8rem;margin:0 0 6px}
.slider-overlay p{margin:0 0 10px;color:#e9e9e9;font-size:.9rem}
.slider-controls{position:absolute;right:12px;bottom:12px;display:flex;gap:8px;z-index:3}
.slider-controls button{width:42px;height:42px;border:none;border-radius:12px;background:rgba(0,0,0,.35);color:#fff;backdrop-filter:blur(6px);cursor:pointer;transition:all .25s ease}
.slider-controls button:hover{transform:scale(1.04)}

/* ── BUTTONS ── */
.btn{display:inline-block;background:var(--btn);color:#000;padding:12px 18px;border-radius:14px;box-shadow:var(--shadow);font-weight:600;transition:all .25s ease}
.btn:hover{transform:translateY(-2px);filter:brightness(1.05)}
.btn-cta{background:var(--cta);color:#fff}


/* ── GAME GRIDS ── */
.grid{display:grid;gap:10px}
.cards-grid{grid-template-columns:repeat(4,1fr)}
.card{display:flex;flex-direction:column;background:#1a1722;border-radius:14px;overflow:hidden;box-shadow:var(--shadow);transition:transform .25s ease, box-shadow .25s ease}
.card img{width:100%;aspect-ratio:2/3;object-fit:cover;transition:transform .25s ease}
.card-body{padding:12px 14px}
.card-body h3{margin:0 0 6px;font-size:1.1rem}
.card-body p{margin:0;color:#cfcfcf}
.card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(0,0,0,.45)}
.card:hover img{transform:scale(1.06)}

/* ── BONUS GRID ── */
.bonus-grid{grid-template-columns:repeat(3,1fr)}
.bonus-card{background:#1a1722;border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}
.bonus-card img{width:100%;height:auto}
.bonus-body{padding:12px 14px}
.bonus-body h3{margin:0 0 6px;font-size:1rem}
.bonus-body p{margin:0 0 10px;color:#dcdcdc;font-size:.88rem}
.bonus-body .btn{padding:9px 14px;font-size:.85rem}

/* ── PAYMENTS (in footer now) ── */
.payments-row{display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap;margin:10px auto 16px}
.pay-item{display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border-radius:10px;padding:8px 12px;transition:all .25s ease}
.pay-item img{filter:grayscale(.2) brightness(1);opacity:.7;transition:opacity .2s ease}
.pay-item:hover{transform:translateY(-2px)}
.pay-item:hover img{opacity:1}
.payments-intro{max-width:900px;margin:0 auto;color:#dcdcdc}

/* ── ABOUT ── */
.about-content{max-width:1000px;margin:0 auto;background:#1a1722;border-radius:18px;padding:18px 20px;box-shadow:var(--shadow)}
.about-content h3{margin-top:6px}
.about-content p{color:#e6e6e6}

/* ── FAQ ── */
.faq-list{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:10px}
.faq-item{background:#1a1722;border-radius:14px;box-shadow:var(--shadow);overflow:hidden}
.faq-question{width:100%;text-align:left;padding:14px 16px;background:#1a1722;color:#fff;border:none;font-weight:600;cursor:pointer;transition:background .2s ease}
.faq-question:hover{background:#221e2a}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease;padding:0 16px}
.faq-item.open .faq-answer{max-height:400px;padding-bottom:14px}
.faq-answer p{color:#dcdcdc}

/* ── RICH CONTENT ── */
.rich-content h3{color:var(--nav-accent);margin-top:28px;margin-bottom:8px;font-size:1.15rem}
.rich-content p{line-height:1.7;margin-bottom:14px}
.rich-content ul,.rich-content ol{padding-left:20px;margin:12px 0 18px}
.rich-content li{margin-bottom:8px;line-height:1.6;color:#e0dde5}
.rich-content li strong{color:#fff}
.rich-content ul li::marker{color:var(--nav-accent)}
.rich-content ol li::marker{color:var(--nav-accent);font-weight:700}

.trust-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin:22px 0 28px}
.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;background:rgba(201,168,76,.06);border:1px solid rgba(201,168,76,.12);border-radius:14px;padding:16px 10px;transition:all .25s ease}
.trust-item:hover{background:rgba(201,168,76,.1);transform:translateY(-2px)}
.trust-item i{font-size:1.5rem;color:var(--nav-accent)}
.trust-item strong{font-size:.85rem;color:#fff}
.trust-item span{font-size:.75rem;color:#9a94a5}

.table-wrap{overflow-x:auto;margin:16px 0 20px;border-radius:12px;border:1px solid rgba(201,168,76,.1)}
.table-wrap table{width:100%;border-collapse:collapse;font-size:.88rem}
.table-wrap thead{background:rgba(201,168,76,.1)}
.table-wrap th{padding:10px 14px;text-align:left;color:var(--nav-accent);font-weight:600;font-size:.82rem;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}
.table-wrap td{padding:10px 14px;border-top:1px solid rgba(255,255,255,.04);color:#d4d0dc}
.table-wrap tbody tr:hover{background:rgba(201,168,76,.04)}

@media (max-width:992px){
  .trust-grid{grid-template-columns:repeat(3,1fr);gap:10px}
}
@media (max-width:640px){
  .trust-grid{grid-template-columns:repeat(2,1fr);gap:8px}
  .trust-item{padding:12px 8px}
  .table-wrap{font-size:.82rem}
}


/* ── FOOTER ── */
.footer{padding:28px 24px;border-top:1px solid rgba(201,168,76,.1);margin-left:260px;background:#12101a}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
.footer-nav{display:flex;gap:16px}
.footer-nav a{color:#9a94a5;transition:color .2s ease}
.footer-nav a:hover{color:var(--nav-accent)}
.footer-payments{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.06)}
.footer-bottom{color:#6a6474;font-size:.85rem;text-align:center}

/* ── RESPONSIVE ── */
@media (max-width:1200px){
  .cards-grid{grid-template-columns:repeat(4,1fr)}
  .slider{height:34vh}
}
@media (min-width:1200px){
  .cards-grid{grid-template-columns:repeat(6,1fr)}
}
@media (max-width:992px){
  .content{margin-left:0;padding-bottom:72px}
  .sidebar{display:none}
  .mobile-header{display:flex}
  .bottom-nav{display:flex}
  .section{padding:66px 14px 16px}
  .hero{padding-top:36px}
  .section:first-of-type{padding-top:96px}
  .slider{height:32vh;background-image:url('../images/hero/hero-1.jpg')}
  .bonus-grid{grid-template-columns:1fr}
  .bonus-card{display:flex;flex-direction:row;align-items:stretch}
  .bonus-card img{width:120px;height:auto;aspect-ratio:auto;object-fit:cover;flex-shrink:0}
  .bonus-body{padding:10px 12px;display:flex;flex-direction:column;justify-content:center}
  .bonus-body h3{font-size:.9rem;margin:0 0 4px}
  .bonus-body p{font-size:.78rem;margin:0 0 6px;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
  .bonus-body .btn{padding:7px 12px;font-size:.78rem;align-self:flex-start}
  .footer{margin-left:0;padding-bottom:80px}
  .footer-top{flex-direction:column;text-align:center;gap:10px}
}
@media (max-width:640px){
  .slider{min-height:200px}
  .slider-overlay h1{font-size:1.4rem}
  .slider-overlay p{font-size:.8rem}
  .cards-grid{grid-template-columns:repeat(3,1fr);gap:10px}
  .bonus-card img{width:90px}
}