*{box-sizing:border-box;margin:0;padding:0}
html,body{max-width:100%;overflow-x:hidden}
body{font-family:'Segoe UI',Tahoma,sans-serif;background:#071026;color:#e9eefb;line-height:1.6;padding-bottom:140px}
img,svg{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.wrap{width:100%;max-width:1100px;margin:0 auto;padding:0 16px}

.site-header{background:linear-gradient(180deg,#0b1740,#071026);padding:14px 0;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(212,175,55,.15)}
.header-wrap{display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px}
.brand-name{font-family:'Georgia',serif;color:#d4af37;font-weight:700;letter-spacing:2px;font-size:18px}
.brand-mark{width:36px;height:36px}
.icon-btn{width:42px;height:42px;border-radius:50%;background:#142363;border:1px solid rgba(212,175,55,.3);color:#d4af37;display:grid;place-items:center;cursor:pointer}
.crumbs{display:flex;gap:6px;font-size:12px;color:#9bb0e0;padding-top:10px;flex-wrap:wrap}
.crumbs a{color:#d4af37}
.crumbs span{opacity:.6}

.hero{margin-top:14px;padding:18px 0;background-size:cover;background-position:center}
.hero-card{background:linear-gradient(180deg,rgba(20,35,99,.55),rgba(7,16,38,.85));border:2px solid #d4af37;border-radius:16px;padding:28px 18px;position:relative;text-align:center;box-shadow:0 10px 40px rgba(0,0,0,.4)}
.hero-inner{max-width:560px;margin:0 auto}
.hero-tag{font-family:Georgia,serif;color:#d4af37;font-size:18px;letter-spacing:2px;margin-bottom:10px}
.hero-title{font-family:Georgia,serif;font-size:26px;color:#fff;line-height:1.25;margin-bottom:10px}
.hero-sub{color:#c4d1ee;font-size:14px;margin-bottom:14px}
.hero-amount{font-family:Georgia,serif;font-size:34px;color:#fff;font-weight:700;margin:18px 0}
.btn{display:inline-block;padding:14px 28px;border-radius:30px;font-weight:700;letter-spacing:1px;text-align:center;font-size:14px;cursor:pointer;border:none;transition:transform .15s,box-shadow .2s}
.btn-gold{background:linear-gradient(180deg,#f3d97a,#b88a2e);color:#0b1230;box-shadow:0 6px 18px rgba(212,175,55,.4)}
.btn-gold:hover{transform:translateY(-1px)}
.btn-blue{background:linear-gradient(180deg,#1a3a8f,#0b1d56);color:#fff;border:1px solid #d4af37}
.btn.sm{padding:10px 18px;font-size:12px}
.dots{display:flex;gap:8px;justify-content:center;margin-top:18px}
.dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.25)}
.dot.active{background:#d4af37}

.quick-tabs{display:flex;gap:10px;margin:18px auto}
.tab{flex:1;background:#0e1a45;border:1px solid rgba(212,175,55,.25);border-radius:30px;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px;color:#d4af37;font-weight:700;letter-spacing:1px;text-transform:uppercase;font-size:13px}

.block{margin-top:26px}
.block-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.block-title{font-family:Georgia,serif;font-size:20px;color:#fff;text-transform:uppercase;letter-spacing:1px}
.see-all{background:#0e1a45;border:1px solid rgba(212,175,55,.3);color:#d4af37;padding:8px 18px;border-radius:30px;font-size:12px;font-weight:700;text-transform:uppercase}

.bonus-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}
.bonus-card{background:linear-gradient(180deg,#0f1d52,#0a1438);border:1px solid rgba(212,175,55,.25);border-radius:14px;padding:16px 12px;text-align:center}
.bonus-ico{display:flex;justify-content:center;margin-bottom:8px}
.bonus-name{color:#fff;font-weight:700;font-size:14px;margin-bottom:4px}
.bonus-amount{color:#d4af37;font-size:16px;font-weight:700;margin-bottom:6px}
.bonus-code{color:#9bb0e0;font-size:11px;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}

.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}
.game{background:#0e1a45;border-radius:12px;overflow:hidden;border:1px solid rgba(212,175,55,.15)}
.game-thumb{aspect-ratio:1/1;background-size:cover;background-position:center}
.g1{background:linear-gradient(135deg,#ff7a18,#af002d)}
.g2{background:linear-gradient(135deg,#0fb37e,#054a37)}
.g3{background:linear-gradient(135deg,#7a3cff,#2c0a73)}
.g4{background:linear-gradient(135deg,#d4af37,#7a5f10)}
.g5{background:linear-gradient(135deg,#2a4cff,#0b1d56)}
.g6{background:linear-gradient(135deg,#ff3b8d,#82064e)}
.game-name{padding:8px 10px;color:#fff;font-size:13px;font-weight:600}

.seo-content{background:#0a1438;border:1px solid rgba(212,175,55,.15);border-radius:14px;padding:24px 18px;margin-top:30px;word-wrap:break-word}
.seo-content h1{font-family:Georgia,serif;color:#fff;font-size:26px;margin-bottom:18px;text-align:center;line-height:1.3}
.seo-content h2{font-family:Georgia,serif;color:#d4af37;font-size:22px;margin:26px 0 12px;line-height:1.3}
.seo-content h3{color:#fff;font-size:17px;margin:18px 0 10px}
.seo-content p{color:#c4d1ee;margin-bottom:12px;font-size:15px}
.seo-content ul{margin:10px 0 14px 18px;color:#c4d1ee}
.seo-content li{margin-bottom:6px;font-size:15px}
.seo-content strong{color:#fff}
.seo-content em{color:#d4af37;font-style:normal}
.seo-content a{color:#d4af37}

.author-card{display:flex;gap:14px;background:#0a1438;border:1px solid rgba(212,175,55,.2);border-radius:14px;padding:18px;margin-top:24px;align-items:center}
.author-avatar{flex-shrink:0}
.author-name{color:#fff;font-weight:700;font-size:16px}
.author-role{color:#d4af37;font-size:12px;margin:2px 0 8px;text-transform:uppercase;letter-spacing:1px}
.author-bio{color:#c4d1ee;font-size:13px;margin-bottom:6px}
.author-dates{color:#7e93c3;font-size:11px}

.reviews{margin-top:24px}
.rating-pill{background:#d4af37;color:#0b1230;padding:6px 14px;border-radius:20px;font-weight:700;font-size:12px}
.review-list{display:grid;gap:12px}
.review{background:#0a1438;border:1px solid rgba(212,175,55,.15);border-radius:12px;padding:14px}
.rv-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;color:#fff}
.rv-head span{color:#d4af37}
.review p{color:#c4d1ee;font-size:14px}

.site-footer{background:#0b1740;border-top:1px solid rgba(212,175,55,.15);padding:30px 0;text-align:center;margin-top:30px}
.support-mail{display:block;color:#d4af37;font-weight:700;text-decoration:underline;margin-bottom:18px;font-size:14px;word-break:break-all}
.lang-select{display:inline-flex;align-items:center;gap:8px;background:#0e1a45;border:1px solid rgba(212,175,55,.3);border-radius:30px;padding:8px 18px;color:#fff;margin-bottom:20px}
.footer-logo{display:flex;flex-direction:column;align-items:center;gap:6px;margin:14px 0}
.footer-brand{font-family:Georgia,serif;color:#d4af37;letter-spacing:2px;font-weight:700}
.footer-title{font-family:Georgia,serif;color:#fff;font-size:18px;letter-spacing:2px;text-transform:uppercase;margin:22px 0 12px}
.footer-row{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.prov-card,.pay-card{background:#0e1a45;border:1px solid rgba(212,175,55,.2);border-radius:10px;padding:14px 22px;color:#d4af37;font-weight:700;font-size:14px;min-width:90px}
.footer-rg{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin:24px 0;padding:18px 0;border-top:1px solid rgba(212,175,55,.15);border-bottom:1px solid rgba(212,175,55,.15)}
.rg-item{color:#fff;font-size:12px}
.rg-title{font-weight:700}
.rg-sub{color:#9bb0e0;font-size:11px}
.footer-text{color:#9bb0e0;font-size:12px;margin:18px auto;max-width:680px;text-align:center}
.copy-row{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#7e93c3;font-size:12px;padding:10px 0;flex-wrap:wrap}
.to-top{width:38px;height:38px;border-radius:50%;background:#0e1a45;border:1px solid #d4af37;color:#d4af37;cursor:pointer;font-size:18px}
.ver{opacity:.6}

.sticky-cta{position:fixed;bottom:60px;left:0;right:0;display:flex;gap:10px;padding:10px 16px;background:linear-gradient(180deg,transparent,#071026 30%);z-index:40}
.sticky-cta .btn{flex:1}

.bottom-nav{position:fixed;left:0;right:0;bottom:0;background:#0b1740;border-top:1px solid rgba(212,175,55,.2);display:flex;justify-content:space-around;padding:8px 0;z-index:41}
.bn-item{display:flex;flex-direction:column;align-items:center;gap:4px;color:#9bb0e0;font-size:10px;text-transform:uppercase;letter-spacing:1px;font-weight:700}
.bn-item.active{color:#d4af37}

@media(max-width:520px){
  .hero-title{font-size:21px}
  .hero-amount{font-size:26px}
  .block-title{font-size:17px}
  .seo-content{padding:18px 14px}
  .seo-content h1{font-size:22px}
  .seo-content h2{font-size:19px}
  .author-card{flex-direction:column;text-align:center}
  .footer-row{gap:8px}
  .prov-card,.pay-card{min-width:80px;padding:10px 14px;font-size:12px}
}
@media(min-width:760px){
  body{padding-bottom:40px}
  .sticky-cta{position:static;background:none;padding:20px 16px 0;max-width:600px;margin:0 auto}
  .bottom-nav{position:static;border-top:none;margin-top:20px}
}