*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Segoe UI',Roboto,Helvetica,Arial,sans-serif;background:#0a0e2a;color:#e6e9f5;line-height:1.6;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:#9d7bff;text-decoration:none}
.btn{display:inline-block;padding:10px 18px;border-radius:8px;font-weight:700;cursor:pointer;transition:.2s;text-align:center;font-size:14px;border:none}
.btn-green{background:#3ad07a;color:#06210f}
.btn-green:hover{background:#2fb869}
.btn-outline{background:transparent;border:2px solid #fff;color:#fff}
.btn-outline:hover{background:rgba(255,255,255,.1)}
.btn-lg{padding:14px 32px;font-size:16px}

.site-header{background:#0c1130;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.05)}
.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;flex-wrap:wrap;gap:10px}
.logo-text{font-size:24px;font-weight:800;color:#3ad07a;letter-spacing:1px}
.header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.geo-tag{display:flex;align-items:center;gap:6px;background:#fff;color:#111;padding:6px 12px;border-radius:6px;font-weight:700;font-size:13px}

.breadcrumbs{background:#0a0e2a;padding:10px 16px;font-size:13px}
.crumb-inner{max-width:1200px;margin:0 auto;display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.crumb-inner .sep{color:#555}
.crumb-inner span:last-child{color:#8c91b0}

.hero{background-size:cover;background-position:center;min-height:340px;display:flex;align-items:center;border-radius:14px;margin:16px;overflow:hidden}
.hero-content{padding:30px;max-width:640px}
.hero-h1{font-size:14px;text-transform:uppercase;letter-spacing:1px;color:#3ad07a;font-weight:700;margin-bottom:10px}
.hero-heading{font-size:26px;font-weight:800;color:#fff;margin-bottom:14px;line-height:1.25}
.hero-sub{font-size:15px;color:#dfe3f5;margin-bottom:20px;text-shadow:0 1px 6px rgba(0,0,0,.4)}

.promo-cards{max-width:1200px;margin:0 auto;padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:16px}
.promo-card{border-radius:14px;padding:22px;display:flex;gap:16px;align-items:center;color:#fff}
.promo-casino{background:linear-gradient(135deg,#1a1245,#3a1d6e)}
.promo-sport{background:linear-gradient(135deg,#0f2a4a,#13507f)}
.promo-title{font-weight:800;font-size:16px;margin-bottom:6px}
.promo-text p{font-size:13px;color:#cdd2ec;margin-bottom:10px}
.promo-btn{display:inline-block;background:#3ad07a;color:#06210f;padding:8px 16px;border-radius:6px;font-weight:700;font-size:13px}

.slots-section,.why-section{max-width:1200px;margin:0 auto;padding:24px 16px}
.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.section-h2{font-size:22px;font-weight:800;color:#fff}
.section-h2.center{text-align:center;margin-bottom:24px}
.slots-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.slot-tile{border-radius:12px;overflow:hidden;background:#141a3a;aspect-ratio:3/4;display:block;transition:transform .2s}
.slot-tile:hover{transform:translateY(-4px)}
.slot-tile img{width:100%;height:100%;object-fit:cover}

.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.why-card{background:#10163a;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:24px 18px;text-align:center}
.why-card svg{margin:0 auto 12px}
.why-h{font-size:16px;font-weight:700;color:#fff;margin-bottom:8px}
.why-card p{font-size:13px;color:#aeb3d4}

.content{max-width:860px;margin:0 auto;padding:30px 16px}
.content article h1{font-size:28px;color:#fff;margin-bottom:22px;line-height:1.3;border-bottom:3px solid #3ad07a;padding-bottom:14px}
.content article h2{font-size:22px;color:#3ad07a;margin:34px 0 14px;line-height:1.3}
.content article h3{font-size:18px;color:#9d7bff;margin:24px 0 12px}
.content article p{margin-bottom:14px;color:#ccd1ec;font-size:15px}
.content article ul{margin:0 0 18px 0;padding-left:0;list-style:none}
.content article li{position:relative;padding:8px 12px 8px 30px;margin-bottom:6px;background:#10163a;border-radius:8px;border-left:3px solid #3ad07a;font-size:14px;color:#d2d6f0}
.content article li::before{content:'';position:absolute;left:12px;top:15px;width:7px;height:7px;border-radius:50%;background:#3ad07a}
.content article a{color:#7fd6ff;text-decoration:underline}
.content article strong{color:#fff}

.cta-strip{text-align:center;padding:20px 16px 40px}

.site-footer{background:#0c1130;border-top:1px solid rgba(255,255,255,.05);padding:30px 16px}
.footer-inner{max-width:900px;margin:0 auto;text-align:center}
.footer-inner p{font-size:13px;color:#9398bb;line-height:1.7}
.footer-inner a{color:#9d7bff}
.age-tag{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:2px solid #9398bb;color:#9398bb;font-weight:700;margin-top:16px;font-size:14px}

@media(max-width:900px){
.slots-grid{grid-template-columns:repeat(3,1fr)}
.why-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
.promo-cards{grid-template-columns:1fr}
.hero{margin:10px;min-height:auto}
.hero-content{padding:22px}
.hero-heading{font-size:21px}
.hero-h1{font-size:12px}
.header-inner{justify-content:center}
.logo{flex:1 1 100%;text-align:center}
.logo-text{font-size:22px}
.btn{padding:8px 14px;font-size:13px}
.content article h1{font-size:23px}
.content article h2{font-size:19px}
}
@media(max-width:430px){
.slots-grid{grid-template-columns:1fr 1fr;gap:8px}
.why-grid{grid-template-columns:1fr}
.section-h2{font-size:19px}
.hero-heading{font-size:19px}
.hero-sub{font-size:14px}
.geo-tag{font-size:12px;padding:5px 9px}
}