*{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;}
.sports-hero{background:radial-gradient(circle at 40% 40%,rgba(34,139,34,0.4) 0%,transparent 60%),radial-gradient(circle at 60% 60%,rgba(244,214,55,0.2) 0%,transparent 60%),linear-gradient(135deg,#0d1f0d 0%,#050a05 100%);padding:80px 20px;margin:0 -20px 40px -20px;position:relative;overflow:hidden;}
.sports-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(90deg,transparent,transparent 80px,rgba(255,255,255,0.02) 80px,rgba(255,255,255,0.02) 160px);pointer-events:none;}
.hero-stadium{max-width:900px;margin:0 auto;position:relative;z-index:1;}
.hero-stadium h1{font-size:48px;color:#f4d637;margin-bottom:20px;font-weight:700;}
.hero-stadium p{font-size:18px;color:#fff;line-height:1.8;}
.popular-sports{padding:60px 0;}
.popular-sports h2{font-size:36px;color:#f4d637;margin-bottom:30px;}
.popular-sports>p{font-size:17px;margin-bottom:40px;line-height:1.8;color:#e0e0e0;}
.sports-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-bottom:40px;}
.sport-card{background:linear-gradient(145deg,#242424,#1a1a1a);border-radius:10px;overflow:hidden;border:1px solid #333;transition:transform 0.3s;}
.sport-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(244,214,55,0.2);}
.sport-card img{width:100%;height:auto;display:block;}
.sport-info{padding:15px;}
.sport-info h3{font-size:20px;color:#f4d637;margin-bottom:12px;}
.sport-info p{font-size:14px;color:#d0d0d0;line-height:1.7;margin-bottom:12px;}
.sport-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;}
.sport-action:hover{background:#ffed4e;transform:scale(1.02);}
.sports-cta,.live-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);}
.betting-markets{padding:60px 0;background:#1f1f1f;margin:0 -20px;padding-left:20px;padding-right:20px;}
.betting-markets h2{font-size:36px;color:#f4d637;margin-bottom:25px;}
.betting-markets>p{font-size:17px;color:#e0e0e0;line-height:1.8;margin-bottom:35px;}
.market-blocks{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;}
.market-item{background:#242424;padding:30px;border-radius:10px;border:1px solid #333;}
.market-item h3{font-size:22px;color:#f4d637;margin-bottom:15px;}
.market-item p{font-size:15px;color:#d0d0d0;line-height:1.7;}
.live-betting{padding:60px 0;}
.live-betting h2{font-size:36px;color:#f4d637;margin-bottom:25px;}
.live-betting p{font-size:17px;color:#e0e0e0;line-height:1.8;margin-bottom:20px;}
.accumulator-betting{padding:60px 0;background:#1f1f1f;margin:0 -20px;padding-left:20px;padding-right:20px;}
.accumulator-betting h2{font-size:36px;color:#f4d637;margin-bottom:25px;}
.accumulator-betting p{font-size:17px;color:#e0e0e0;line-height:1.8;margin-bottom:20px;}
.odds-formats{padding:60px 0;}
.odds-formats h2{font-size:36px;color:#f4d637;margin-bottom:25px;}
.odds-formats>p{font-size:17px;color:#e0e0e0;line-height:1.8;margin-bottom:35px;}
.odds-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:30px;}
.odds-table{width:100%;border-collapse:collapse;background:#242424;border-radius:8px;overflow:hidden;}
.odds-table thead{background:#228B22;}
.odds-table th{padding:15px;text-align:left;color:#fff;font-weight:600;font-size:16px;}
.odds-table td{padding:15px;border-top:1px solid #333;color:#d0d0d0;font-size:15px;}
.odds-table tbody tr:hover{background:#2a2a2a;}
.betting-tips{padding:60px 0;background:#1f1f1f;margin:0 -20px;padding-left:20px;padding-right:20px;}
.betting-tips h2{font-size:36px;color:#f4d637;margin-bottom:25px;}
.betting-tips ul{font-size:16px;color:#d0d0d0;line-height:1.9;padding-left:25px;margin-bottom:25px;}
.betting-tips ul li{margin-bottom:12px;padding-left:10px;}
.betting-tips>p{font-size:17px;color:#e0e0e0;line-height:1.8;}
.responsible-betting{padding:60px 0;}
.responsible-betting h2{font-size:36px;color:#f4d637;margin-bottom:25px;}
.responsible-betting 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-stadium h1{font-size:36px;}
.sports-grid{grid-template-columns:repeat(2,1fr);}
.market-blocks{grid-template-columns:1fr;}
.footer-nav{grid-template-columns:1fr;}
}
@media(max-width:768px){
.hero-stadium h1{font-size:32px;}
.hero-stadium p{font-size:16px;}
}
@media(max-width:480px){
.hero-stadium h1{font-size:28px;}
.hero-stadium p{font-size:15px;}
.popular-sports h2,.betting-markets h2,.live-betting h2,.accumulator-betting h2,.odds-formats h2,.betting-tips h2,.responsible-betting h2{font-size:28px;}
.sports-grid{grid-template-columns:1fr;}
.cta-primary{padding:14px 28px;font-size:15px;}
.odds-table th,.odds-table td{padding:10px;font-size:13px;}
.mobile-overlay{width:100%;}
}
@media(max-width:320px){
.hero-stadium h1{font-size:24px;}
.hero-stadium p{font-size:14px;}
.cta-primary{padding:12px 24px;font-size:14px;}
.mobile-overlay{width:100%;}
}
