*{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;}
.bonus-hero{background:linear-gradient(135deg,#910007 0%,#600004 50%,#3d0003 100%);padding:60px 20px;margin:0 -20px 40px -20px;position:relative;overflow:hidden;}
.bonus-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(60deg,transparent,transparent 40px,rgba(244,214,55,0.05) 40px,rgba(244,214,55,0.05) 80px);pointer-events:none;}
.hero-content{max-width:900px;margin:0 auto;position:relative;z-index:1;}
.hero-content h1{font-size:48px;color:#f4d637;margin-bottom:20px;font-weight:700;}
.hero-content p{font-size:18px;color:#fff;line-height:1.8;}
.welcome-offer{padding:60px 0;}
.welcome-offer h2{font-size:36px;color:#f4d637;margin-bottom:30px;}
.welcome-offer>p{font-size:17px;margin-bottom:20px;line-height:1.8;color:#e0e0e0;}
.offer-card{background:linear-gradient(145deg,#242424,#1a1a1a);padding:40px;border-radius:12px;border:2px solid #f4d637;margin:30px 0;position:relative;}
.offer-badge{position:absolute;top:-15px;left:30px;background:#f4d637;color:#181818;padding:8px 20px;border-radius:20px;font-weight:700;font-size:14px;}
.offer-card h3{font-size:26px;color:#f4d637;margin-bottom:20px;}
.offer-card p{font-size:16px;color:#d0d0d0;line-height:1.8;margin-bottom:18px;}
.bonus-cta,.promo-cta,.tips-cta,.comparison-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);}
.bonus-terms{padding:60px 0;background:#1f1f1f;margin:0 -20px;padding-left:20px;padding-right:20px;}
.bonus-terms h2{font-size:36px;color:#f4d637;margin-bottom:25px;}
.bonus-terms>p{font-size:17px;color:#e0e0e0;line-height:1.8;margin-bottom:35px;}
.terms-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin-bottom:30px;}
.term-box{background:#242424;padding:30px;border-radius:10px;border:1px solid #333;}
.term-box h3{font-size:22px;color:#f4d637;margin-bottom:15px;}
.term-box p{font-size:15px;color:#d0d0d0;line-height:1.7;}
.ongoing-promos{padding:60px 0;}
.ongoing-promos h2{font-size:36px;color:#f4d637;margin-bottom:25px;}
.ongoing-promos>p{font-size:17px;color:#e0e0e0;line-height:1.8;margin-bottom:35px;}
.promo-list{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin-bottom:30px;}
.promo-item{background:#242424;padding:30px;border-radius:10px;border:1px solid #333;transition:transform 0.3s;}
.promo-item:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(244,214,55,0.2);}
.promo-icon{font-size:48px;margin-bottom:15px;text-align:center;}
.promo-item h3{font-size:22px;color:#f4d637;margin-bottom:15px;text-align:center;}
.promo-item p{font-size:15px;color:#d0d0d0;line-height:1.7;}
.loyalty-program{padding:60px 0;background:#1f1f1f;margin:0 -20px;padding-left:20px;padding-right:20px;}
.loyalty-program h2{font-size:36px;color:#f4d637;margin-bottom:25px;}
.loyalty-program p{font-size:17px;color:#e0e0e0;line-height:1.8;margin-bottom:20px;}
.bonus-tips{padding:60px 0;}
.bonus-tips h2{font-size:36px;color:#f4d637;margin-bottom:25px;}
.bonus-tips>p{font-size:17px;color:#e0e0e0;line-height:1.8;margin-bottom:20px;}
.bonus-tips ul{font-size:16px;color:#d0d0d0;line-height:1.9;padding-left:25px;margin-bottom:25px;}
.bonus-tips ul li{margin-bottom:12px;padding-left:10px;}
.bonus-warnings{padding:60px 0;background:#1f1f1f;margin:0 -20px;padding-left:20px;padding-right:20px;}
.bonus-warnings h2{font-size:36px;color:#f4d637;margin-bottom:40px;text-align:center;}
.warning-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;}
.warning-box{background:#2a1a1a;padding:30px;border-radius:10px;border:2px solid #910007;}
.warning-box h3{font-size:22px;color:#f4d637;margin-bottom:15px;}
.warning-box p{font-size:15px;color:#d0d0d0;line-height:1.7;}
.bonus-comparison{padding:60px 0;}
.bonus-comparison h2{font-size:36px;color:#f4d637;margin-bottom:25px;}
.bonus-comparison>p{font-size:17px;color:#e0e0e0;line-height:1.8;margin-bottom:35px;}
.comparison-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:30px;}
.comparison-table{width:100%;border-collapse:collapse;background:#242424;border-radius:8px;overflow:hidden;}
.comparison-table thead{background:#910007;}
.comparison-table th{padding:15px;text-align:left;color:#f4d637;font-weight:600;font-size:16px;}
.comparison-table td{padding:15px;border-top:1px solid #333;color:#d0d0d0;font-size:15px;}
.comparison-table tbody tr:hover{background:#2a2a2a;}
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-content h1{font-size:36px;}
.terms-grid{grid-template-columns:1fr;}
.promo-list{grid-template-columns:1fr;}
.warning-grid{grid-template-columns:1fr;}
.footer-nav{grid-template-columns:1fr;}
}
@media(max-width:768px){
.hero-content h1{font-size:32px;}
.hero-content p{font-size:16px;}
.offer-card{padding:30px 20px;}
}
@media(max-width:480px){
.hero-content h1{font-size:28px;}
.hero-content p{font-size:15px;}
.welcome-offer h2,.bonus-terms h2,.ongoing-promos h2,.loyalty-program h2,.bonus-tips h2,.bonus-warnings h2,.bonus-comparison h2{font-size:28px;}
.cta-primary{padding:14px 28px;font-size:15px;}
.comparison-table th,.comparison-table td{padding:10px;font-size:13px;}
.mobile-overlay{width:100%;}
}
@media(max-width:320px){
.hero-content h1{font-size:24px;}
.hero-content p{font-size:14px;}
.cta-primary{padding:12px 24px;font-size:14px;}
.mobile-overlay{width:100%;}
}
