*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:Arial,sans-serif;line-height:1.6;color:#f0f0f0;background:#181818;}
header{background:#910007;padding:15px 20px;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,0.3);}
.top-bar-wrap{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;}
.logo-wrap img{display:block;}
.primary-menu ul{display:flex;list-style:none;gap:30px;}
.primary-menu a{color:#fff;text-decoration:none;font-size:15px;font-weight:500;transition:color 0.3s;}
.primary-menu a:hover{color:#f4d637;}
.current-page{color:#f4d637;font-weight:600;cursor:default;}
.account-actions{display:flex;gap:12px;}
.btn-register,.btn-login{padding:10px 24px;text-decoration:none;border-radius:6px;font-weight:600;font-size:14px;transition:all 0.3s;}
.btn-register{background:#f4d637;color:#181818;}
.btn-register:hover{background:#ffed4e;transform:translateY(-2px);}
.btn-login{background:transparent;color:#fff;border:2px solid #fff;}
.btn-login:hover{background:#fff;color:#910007;}
.menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;}
.menu-toggle span{width:28px;height:3px;background:#fff;border-radius:2px;transition:all 0.3s;}
.mobile-overlay{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#910007;z-index:2000;transition:right 0.3s;padding:20px;overflow-y:auto;}
.mobile-overlay.show{right:0;}
.overlay-close{position:absolute;top:20px;right:20px;background:transparent;border:none;color:#fff;font-size:40px;cursor:pointer;line-height:1;}
.mobile-brand{margin:20px 0 30px 0;text-align:center;}
.mobile-brand img{max-width:160px;}
.mobile-links ul{list-style:none;}
.mobile-links li{margin:15px 0;}
.mobile-links a,.mobile-links .current-page{color:#fff;text-decoration:none;font-size:18px;display:block;padding:12px;}
.mobile-links a:hover{background:rgba(255,255,255,0.1);border-radius:4px;}
.mobile-account{margin-top:30px;display:flex;flex-direction:column;gap:15px;}
.mobile-account .btn-register,.mobile-account .btn-login{text-align:center;padding:14px;}
main{max-width:1400px;margin:0 auto;padding:0 20px;}
.casino-hero{background:radial-gradient(circle at 30% 50%,rgba(145,0,7,0.4) 0%,transparent 50%),radial-gradient(circle at 70% 50%,rgba(244,214,55,0.15) 0%,transparent 50%),linear-gradient(135deg,#1a1a1a 0%,#0d0d0d 100%);padding:80px 20px;margin:0 -20px 40px -20px;position:relative;overflow:hidden;backdrop-filter:blur(50px);}
.casino-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(244,214,55,0.1)"/></svg>');opacity:0.3;pointer-events:none;}
.hero-showcase{max-width:900px;margin:0 auto;position:relative;z-index:1;}
.hero-showcase h1{font-size:48px;color:#f4d637;margin-bottom:20px;font-weight:700;text-shadow:0 2px 10px rgba(244,214,55,0.3);}
.hero-showcase p{font-size:18px;color:#fff;line-height:1.8;}
.popular-games{padding:60px 0;}
.popular-games h2{font-size:36px;color:#f4d637;margin-bottom:30px;}
.popular-games>p{font-size:17px;margin-bottom:40px;line-height:1.8;color:#e0e0e0;}
.popular-games h3{font-size:26px;color:#f4d637;margin:40px 0 25px 0;}
.game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-bottom:40px;}
.game-card{background:linear-gradient(145deg,#242424,#1a1a1a);border-radius:10px;overflow:hidden;border:1px solid #333;transition:transform 0.3s,box-shadow 0.3s;}
.game-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(244,214,55,0.2);}
.game-card img{width:100%;height:auto;display:block;}
.game-info{padding:15px;}
.game-info h4{font-size:18px;color:#f4d637;margin-bottom:8px;}
.game-provider{font-size:13px;color:#aaa;margin-bottom:5px;}
.game-stats{font-size:12px;color:#bbb;margin-bottom:12px;}
.game-action{display:block;width:100%;padding:10px;background:#f4d637;color:#181818;text-align:center;text-decoration:none;border-radius:6px;font-weight:700;transition:all 0.3s;margin-top:10px;}
.game-action:hover{background:#ffed4e;transform:scale(1.02);}
.games-cta,.tips-cta,.responsible-cta{text-align:center;margin-top:40px;}
.cta-primary{padding:16px 36px;text-decoration:none;border-radius:8px;font-weight:700;font-size:16px;transition:all 0.3s;display:inline-block;background:#f4d637;color:#181818;}
.cta-primary:hover{background:#ffed4e;transform:translateY(-3px);box-shadow:0 6px 20px rgba(244,214,55,0.4);}
.game-categories{padding:60px 0;background:#1f1f1f;margin:0 -20px;padding-left:20px;padding-right:20px;}
.game-categories h2{font-size:36px;color:#f4d637;margin-bottom:25px;}
.game-categories>p{font-size:17px;color:#e0e0e0;line-height:1.8;margin-bottom:35px;}
.category-blocks{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;}
.category-item{background:#242424;padding:30px;border-radius:10px;border:1px solid #333;}
.category-item h3{font-size:22px;color:#f4d637;margin-bottom:15px;}
.category-item p{font-size:15px;color:#d0d0d0;line-height:1.7;}
.provider-showcase{padding:60px 0;}
.provider-showcase h2{font-size:36px;color:#f4d637;margin-bottom:25px;}
.provider-showcase>p{font-size:17px;color:#e0e0e0;line-height:1.8;margin-bottom:35px;}
.provider-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;}
.provider-box{background:#242424;padding:30px;border-radius:10px;border:1px solid #333;}
.provider-box h3{font-size:22px;color:#f4d637;margin-bottom:15px;}
.provider-box p{font-size:15px;color:#d0d0d0;line-height:1.7;}
.casino-tips{padding:60px 0;background:#1f1f1f;margin:0 -20px;padding-left:20px;padding-right:20px;}
.casino-tips h2{font-size:36px;color:#f4d637;margin-bottom:25px;}
.casino-tips>p{font-size:17px;color:#e0e0e0;line-height:1.8;margin-bottom:20px;}
.casino-tips ul{font-size:16px;color:#d0d0d0;line-height:1.9;padding-left:25px;margin-bottom:25px;}
.casino-tips ul li{margin-bottom:12px;padding-left:10px;}
.casino-features{padding:60px 0;}
.casino-features h2{font-size:36px;color:#f4d637;margin-bottom:40px;}
.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;}
.feature-block{background:#242424;padding:30px;border-radius:10px;border:1px solid #333;}
.feature-block h3{font-size:22px;color:#f4d637;margin-bottom:15px;}
.feature-block p{font-size:15px;color:#d0d0d0;line-height:1.7;}
.responsible-gaming{padding:60px 0;background:#1f1f1f;margin:0 -20px;padding-left:20px;padding-right:20px;}
.responsible-gaming h2{font-size:36px;color:#f4d637;margin-bottom:25px;}
.responsible-gaming p{font-size:17px;color:#e0e0e0;line-height:1.8;margin-bottom:20px;}
footer{background:#910007;color:#fff;padding:50px 20px 20px 20px;margin-top:60px;}
.footer-wrap{max-width:1400px;margin:0 auto;}
.footer-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:40px;text-align:center;}
.nav-group h4{color:#f4d637;font-size:18px;margin-bottom:15px;}
.nav-group ul{list-style:none;}
.nav-group li{margin:10px 0;}
.nav-group a{color:#fff;text-decoration:none;font-size:14px;transition:color 0.3s;}
.nav-group a:hover{color:#f4d637;}
.footer-payments,.footer-providers{margin:30px 0;text-align:center;}
.footer-payments h4,.footer-providers h4{color:#f4d637;font-size:18px;margin-bottom:15px;}
.payment-scroll,.provider-scroll{display:flex;gap:25px;align-items:center;justify-content:center;flex-wrap:wrap;padding:20px;background:rgba(255,255,255,0.05);border-radius:8px;}
.payment-scroll img,.provider-scroll img{opacity:0.8;transition:opacity 0.3s;}
.payment-scroll img:hover,.provider-scroll img:hover{opacity:1;}
.footer-safety{margin:30px 0;text-align:center;display:flex;gap:20px;justify-content:center;align-items:center;}
.footer-legal{margin:30px 0;padding:25px;background:rgba(0,0,0,0.2);border-radius:8px;text-align:center;}
.footer-legal p{font-size:13px;line-height:1.7;color:#ddd;}
.footer-copyright{text-align:center;padding-top:20px;border-top:1px solid rgba(255,255,255,0.1);}
.footer-copyright p{font-size:13px;color:#ddd;}
@media(max-width:1080px){
.primary-menu,.account-actions{display:none;}
.menu-toggle{display:flex;}
.hero-showcase h1{font-size:36px;}
.game-grid{grid-template-columns:repeat(3,1fr);}
.category-blocks{grid-template-columns:1fr;}
.provider-grid{grid-template-columns:1fr;}
.feature-list{grid-template-columns:1fr;}
.footer-nav{grid-template-columns:1fr;}
}
@media(max-width:768px){
.hero-showcase h1{font-size:32px;}
.hero-showcase p{font-size:16px;}
.game-grid{grid-template-columns:repeat(2,1fr);gap:20px;}
}
@media(max-width:480px){
.hero-showcase h1{font-size:28px;}
.hero-showcase p{font-size:15px;}
.popular-games h2,.game-categories h2,.provider-showcase h2,.casino-tips h2,.casino-features h2,.responsible-gaming h2{font-size:28px;}
.game-grid{grid-template-columns:1fr;}
.cta-primary{padding:14px 28px;font-size:15px;}
.mobile-overlay{width:100%;}
}
@media(max-width:320px){
.hero-showcase h1{font-size:24px;}
.hero-showcase p{font-size:14px;}
.cta-primary{padding:12px 24px;font-size:14px;}
.mobile-overlay{width:100%;}
}
