*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;line-height:1.6;color:#333;background:#0b171f;overflow-x:hidden;}
.main-navigation{background:rgba(11,23,31,0.95);backdrop-filter:blur(10px);position:fixed;top:0;width:100%;z-index:1000;padding:15px 10px;}
.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;}
.logo-section img{width:120px;height:36px;}
.desktop-menu{display:none;}
@media(min-width:1081px){.desktop-menu{display:block;}}
.nav-links{display:flex;list-style:none;gap:30px;}
.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:color 0.3s;}
.nav-links a:hover{color:#64b5f6;}
.active-page{color:#64b5f6;font-weight:600;}
.auth-buttons{display:none;}
@media(min-width:1081px){.auth-buttons{display:flex;gap:15px;}}
.signup-btn,.signin-btn{padding:10px 20px;border-radius:6px;text-decoration:none;font-weight:600;transition:all 0.3s;}
.signup-btn{background:#64b5f6;color:#fff;}
.signin-btn{background:transparent;color:#64b5f6;border:2px solid #64b5f6;}
.signup-btn:hover{background:#42a5f5;transform:translateY(-2px);}
.signin-btn:hover{background:#64b5f6;color:#fff;}
.mobile-menu-toggle{background:none;border:none;cursor:pointer;padding:8px;display:flex;flex-direction:column;gap:4px;}
@media(min-width:1081px){.mobile-menu-toggle{display:none;}}
.hamburger-line{width:25px;height:3px;background:#fff;transition:all 0.3s;}
.mobile-menu{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:#0b171f;z-index:1001;transition:right 0.3s;padding-top:80px;}
.mobile-menu.active{right:0;}
.mobile-menu-content{padding:20px;}
.mobile-nav ul{list-style:none;}
.mobile-nav li{margin-bottom:20px;}
.mobile-nav a{color:#fff;text-decoration:none;font-size:18px;font-weight:500;}
.active-mobile{color:#64b5f6;font-weight:600;}
.mobile-auth{margin-top:40px;display:flex;flex-direction:column;gap:15px;}
.mobile-signup,.mobile-signin{padding:12px 24px;border-radius:6px;text-decoration:none;font-weight:600;text-align:center;}
.mobile-signup{background:#64b5f6;color:#fff;}
.mobile-signin{background:transparent;color:#64b5f6;border:2px solid #64b5f6;}
.bonus-content{padding-top:80px;min-height:100vh;}
.bonus-hero{padding:100px 10px;text-align:center;position:relative;background:linear-gradient(135deg,#0b171f 0%,#1a2332 50%,#0b171f 100%);margin:20px 10px;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,0.3);overflow:hidden;}
.hero-background-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 50%,rgba(100,181,246,0.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(100,181,246,0.08) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(100,181,246,0.06) 0%,transparent 50%);pointer-events:none;}
.hero-background-pattern::before{content:'💰 🎯 💎 🎰 ⭐ 🏆';position:absolute;top:20%;left:-10%;font-size:8rem;opacity:0.03;white-space:nowrap;animation:hero-float 30s linear infinite;}
.hero-background-pattern::after{content:'✨ 💸 🎊 ⚡ 🔥 💫';position:absolute;bottom:20%;right:-10%;font-size:6rem;opacity:0.05;white-space:nowrap;animation:hero-float-reverse 25s linear infinite;}
@keyframes hero-float{0%{transform:translateX(0);}100%{transform:translateX(calc(100vw + 200px));}}
@keyframes hero-float-reverse{0%{transform:translateX(0);}100%{transform:translateX(calc(-100vw - 200px));}}
.hero-container{max-width:900px;margin:0 auto;position:relative;z-index:2;}
.hero-badge{display:inline-block;background:rgba(100,181,246,0.2);color:#64b5f6;padding:8px 20px;border-radius:30px;font-size:0.9rem;font-weight:600;margin-bottom:25px;border:1px solid rgba(100,181,246,0.3);}
.bonus-hero h1{font-size:2.8rem;color:#fff;margin-bottom:25px;font-weight:700;text-shadow:0 4px 20px rgba(0,0,0,0.3);}
.hero-intro{font-size:1.3rem;color:#b8c5d1;margin-bottom:40px;line-height:1.7;max-width:800px;margin-left:auto;margin-right:auto;}
.hero-stats{display:flex;justify-content:center;gap:40px;margin-bottom:45px;}
.stat-item{display:flex;flex-direction:column;align-items:center;padding:20px;background:rgba(255,255,255,0.05);border-radius:12px;border:1px solid rgba(100,181,246,0.2);min-width:120px;}
.stat-icon{font-size:2rem;margin-bottom:8px;}
.stat-number{font-size:1.8rem;font-weight:700;color:#64b5f6;margin-bottom:4px;}
.stat-label{font-size:0.9rem;color:#8a9ba8;font-weight:500;}
.hero-cta{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#64b5f6,#42a5f5);color:#fff;padding:18px 40px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all 0.3s;box-shadow:0 8px 25px rgba(100,181,246,0.3);}
.hero-cta:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(100,181,246,0.4);background:linear-gradient(135deg,#42a5f5,#1e88e5);}
.cta-text{flex:1;}
.cta-arrow{font-size:1.3rem;transition:transform 0.3s;}
.hero-cta:hover .cta-arrow{transform:translateX(5px);}
.welcome-package,.wagering-mathematics,.bonus-terms-reality,.reload-promotions,.cashback-programs,.loyalty-program,.tournament-bonuses,.bonus-abuse-prevention,.bonus-strategy-mistakes,.bonus-alternatives,.bonus-customer-support,.bonus-program-future{padding:80px 10px;max-width:1200px;margin:0 auto;position:relative;}
.welcome-package{background:rgba(11,23,31,0.95);color:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.2);}
.welcome-package h2{color:#64b5f6;font-size:2.2rem;margin-bottom:20px;}
.welcome-package p{color:#ccc;font-size:1.1rem;margin-bottom:40px;}
.bonus-breakdown{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;}
.bonus-component{background:rgba(255,255,255,0.1);padding:30px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.1);transition:transform 0.3s;}
.bonus-component:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15);}
.bonus-icon{font-size:3rem;margin-bottom:15px;}
.bonus-component h3{color:#64b5f6;font-size:1.4rem;margin-bottom:15px;font-weight:600;}
.bonus-component p{color:#ccc;line-height:1.6;margin-bottom:10px;}
.wagering-mathematics{background:rgba(255,255,255,0.95);border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.1);}
.wagering-mathematics h2{color:#0b171f;font-size:2.2rem;margin-bottom:20px;}
.wagering-mathematics p{color:#555;font-size:1.1rem;margin-bottom:40px;}
.wagering-breakdown{display:grid;gap:30px;}
.game-contribution{background:#fff;padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.1);}
.game-contribution:hover{box-shadow:0 8px 25px rgba(0,0,0,0.15);}
.game-contribution h3{color:#64b5f6;font-size:1.3rem;margin-bottom:15px;}
.contribution-details p{color:#666;line-height:1.6;margin-bottom:8px;}
.bonus-terms-reality{background:rgba(11,23,31,0.95);color:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.2);}
.bonus-terms-reality h2{color:#64b5f6;font-size:2.2rem;margin-bottom:20px;}
.bonus-terms-reality p{color:#ccc;font-size:1.1rem;margin-bottom:40px;}
.terms-analysis{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;}
.term-explanation{background:rgba(255,255,255,0.1);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.1);}
.term-explanation h3{color:#64b5f6;font-size:1.3rem;margin-bottom:15px;}
.term-explanation p{color:#ccc;line-height:1.6;}
.reload-promotions{background:rgba(255,255,255,0.95);border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.1);}
.reload-promotions h2{color:#0b171f;font-size:2.2rem;margin-bottom:20px;}
.reload-promotions p{color:#555;font-size:1.1rem;margin-bottom:40px;}
.reload-structure{display:grid;gap:30px;margin-bottom:40px;}
.reload-offer{background:#fff;padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.1);}
.reload-offer:hover{box-shadow:0 8px 25px rgba(0,0,0,0.15);}
.reload-offer h3{color:#64b5f6;font-size:1.3rem;margin-bottom:15px;}
.reload-offer p{color:#666;line-height:1.6;margin-bottom:8px;}
.reload-strategy{background:rgba(100,181,246,0.1);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(100,181,246,0.1);}
.reload-strategy h3{color:#64b5f6;margin-bottom:15px;}
.reload-strategy p{color:#555;line-height:1.6;}
.cashback-programs{background:rgba(11,23,31,0.95);color:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.2);}
.cashback-programs h2{color:#64b5f6;font-size:2.2rem;margin-bottom:20px;}
.cashback-programs p{color:#ccc;font-size:1.1rem;margin-bottom:40px;}
.cashback-mechanics{display:grid;gap:30px;margin-bottom:40px;}
.cashback-tier{background:rgba(255,255,255,0.1);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.1);}
.cashback-tier h3{color:#64b5f6;font-size:1.3rem;margin-bottom:15px;}
.cashback-tier p{color:#ccc;line-height:1.6;margin-bottom:8px;}
.cashback-analysis{background:rgba(100,181,246,0.15);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(100,181,246,0.15);}
.cashback-analysis h3{color:#64b5f6;margin-bottom:15px;}
.cashback-analysis p{color:#ccc;line-height:1.6;margin-bottom:8px;}
.loyalty-program{background:rgba(255,255,255,0.95);border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.1);}
.loyalty-program h2{color:#0b171f;font-size:2.2rem;margin-bottom:20px;}
.loyalty-program p{color:#555;font-size:1.1rem;margin-bottom:40px;}
.loyalty-tiers{display:grid;gap:30px;margin-bottom:40px;}
.tier-level{background:#fff;padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.1);position:relative;}
.tier-level:hover{box-shadow:0 8px 25px rgba(0,0,0,0.15);}
.tier-badge{position:absolute;top:-12px;right:20px;padding:6px 16px;border-radius:20px;font-size:0.9rem;font-weight:600;}
.tier-badge.bronze{background:#cd7f32;color:#fff;}
.tier-badge.silver{background:#c0c0c0;color:#333;}
.tier-badge.gold{background:#ffd700;color:#333;}
.tier-badge.diamond{background:#b9f2ff;color:#333;}
.tier-level h3{color:#64b5f6;font-size:1.3rem;margin:15px 0 15px;}
.tier-level p{color:#666;line-height:1.6;margin-bottom:8px;}
.loyalty-mathematics{background:rgba(11,23,31,0.1);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.05);}
.loyalty-mathematics h3{color:#0b171f;margin-bottom:15px;}
.loyalty-mathematics p{color:#555;line-height:1.6;}
.tournament-bonuses{background:rgba(11,23,31,0.95);color:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.2);}
.tournament-bonuses h2{color:#64b5f6;font-size:2.2rem;margin-bottom:20px;}
.tournament-bonuses p{color:#ccc;font-size:1.1rem;margin-bottom:40px;}
.tournament-structure{display:grid;gap:30px;margin-bottom:40px;}
.tournament-type{background:rgba(255,255,255,0.1);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.1);}
.tournament-type h3{color:#64b5f6;font-size:1.3rem;margin-bottom:15px;}
.tournament-type p{color:#ccc;line-height:1.6;margin-bottom:8px;}
.tournament-economics{background:rgba(255,107,107,0.15);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(255,107,107,0.15);}
.tournament-economics h3{color:#ff6b6b;margin-bottom:15px;}
.tournament-economics p{color:#ffcccc;line-height:1.6;}
.bonus-abuse-prevention{background:rgba(255,255,255,0.95);border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.1);}
.bonus-abuse-prevention h2{color:#0b171f;font-size:2.2rem;margin-bottom:20px;}
.bonus-abuse-prevention p{color:#555;font-size:1.1rem;margin-bottom:40px;}
.detection-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:40px;}
.abuse-prevention{background:#fff;padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.1);}
.abuse-prevention:hover{box-shadow:0 8px 25px rgba(0,0,0,0.15);}
.abuse-prevention h3{color:#64b5f6;font-size:1.3rem;margin-bottom:15px;}
.abuse-prevention p{color:#666;line-height:1.6;}
.compliance-consequences{background:rgba(255,107,107,0.1);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(255,107,107,0.1);}
.compliance-consequences h3{color:#cc0000;margin-bottom:15px;}
.compliance-consequences p{color:#550000;line-height:1.6;}
.bonus-strategy-mistakes{background:rgba(11,23,31,0.95);color:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.2);}
.bonus-strategy-mistakes h2{color:#ff6b6b;font-size:2.2rem;margin-bottom:20px;}
.bonus-strategy-mistakes p{color:#ccc;font-size:1.1rem;margin-bottom:40px;}
.bonus-mistakes{display:grid;gap:30px;margin-bottom:40px;}
.mistake-scenario{background:rgba(255,107,107,0.15);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(255,107,107,0.15);}
.mistake-scenario:hover{box-shadow:0 8px 25px rgba(255,107,107,0.2);}
.mistake-scenario h3{color:#ff6b6b;font-size:1.3rem;margin-bottom:15px;}
.mistake-scenario p{color:#ffcccc;line-height:1.6;margin-bottom:10px;}
.mistake-scenario strong{color:#ff4444;}
.bonus-protection{background:rgba(100,181,246,0.15);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(100,181,246,0.15);}
.bonus-protection h3{color:#64b5f6;margin-bottom:15px;}
.bonus-protection p{color:#ccc;line-height:1.6;margin-bottom:10px;}
.bonus-alternatives{background:rgba(255,255,255,0.95);border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.1);}
.bonus-alternatives h2{color:#cc0000;font-size:2.2rem;margin-bottom:20px;}
.bonus-alternatives p{color:#555;font-size:1.1rem;margin-bottom:40px;}
.play-approaches{display:grid;gap:30px;margin-bottom:40px;}
.approach-analysis{background:#fff;padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.1);}
.approach-analysis:hover{box-shadow:0 8px 25px rgba(0,0,0,0.15);}
.approach-analysis h3{color:#64b5f6;font-size:1.3rem;margin-bottom:15px;}
.approach-analysis p{color:#666;line-height:1.6;}
.decision-framework{background:rgba(100,181,246,0.1);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(100,181,246,0.1);}
.decision-framework h3{color:#64b5f6;margin-bottom:15px;}
.decision-framework p{color:#555;line-height:1.6;margin-bottom:10px;}
.bonus-customer-support{background:rgba(11,23,31,0.95);color:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.2);}
.bonus-customer-support h2{color:#64b5f6;font-size:2.2rem;margin-bottom:20px;}
.bonus-customer-support p{color:#ccc;font-size:1.1rem;margin-bottom:40px;}
.support-channels{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:40px;}
.support-method{background:rgba(255,255,255,0.1);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.1);}
.support-method h3{color:#64b5f6;font-size:1.3rem;margin-bottom:15px;}
.support-method p{color:#ccc;line-height:1.6;}
.support-limitations{background:rgba(255,107,107,0.15);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(255,107,107,0.15);}
.support-limitations h3{color:#ff6b6b;margin-bottom:15px;}
.support-limitations p{color:#ffcccc;line-height:1.6;}
.bonus-program-future{background:rgba(255,255,255,0.95);border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.1);}
.bonus-program-future h2{color:#4caf50;font-size:2.2rem;margin-bottom:20px;}
.bonus-program-future p{color:#555;font-size:1.1rem;margin-bottom:40px;}
.upcoming-changes{display:grid;gap:30px;margin-bottom:40px;}
.bonus-evolution{background:rgba(76,175,80,0.1);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(76,175,80,0.1);}
.bonus-evolution:hover{box-shadow:0 8px 25px rgba(76,175,80,0.15);}
.bonus-evolution h3{color:#4caf50;font-size:1.3rem;margin-bottom:15px;}
.bonus-evolution p{color:#555;line-height:1.6;}
.regulatory-impact{background:rgba(11,23,31,0.1);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.05);}
.regulatory-impact h3{color:#0b171f;margin-bottom:15px;}
.regulatory-impact p{color:#555;line-height:1.6;}
.site-footer{background:#0b171f;color:#fff;padding:60px 10px 20px;}
.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px;}
.footer-section h4{color:#64b5f6;margin-bottom:20px;font-size:1.2rem;}
.footer-section ul{list-style:none;}
.footer-section li{margin-bottom:10px;}
.footer-section a{color:#ccc;text-decoration:none;transition:color 0.3s;}
.footer-section a:hover{color:#64b5f6;}
.footer-section p{color:#aaa;line-height:1.6;font-size:0.9rem;}
.payment-providers,.gaming-providers{margin:40px auto;max-width:1200px;}
.payment-providers h4,.gaming-providers h4{color:#64b5f6;margin-bottom:20px;text-align:center;}
.payment-icons,.provider-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;}
.payment-icons img,.provider-logos img{filter:brightness(0.8);transition:filter 0.3s;}
.payment-icons img:hover,.provider-logos img:hover{filter:brightness(1.2);}
.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid #333;color:#888;font-size:0.9rem;}
@media(max-width:1080px){
.nav-container{padding:0 15px;}
.bonus-breakdown{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));}
.terms-analysis{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));}
.detection-methods{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));}
.support-channels{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));}
.hero-stats{gap:25px;}
.stat-item{min-width:100px;padding:15px;}
}
@media(max-width:768px){
.bonus-hero h1{font-size:2rem;}
.bonus-hero{padding:60px 10px;}
.hero-stats{flex-direction:column;align-items:center;gap:20px;}
.stat-item{width:200px;}
.welcome-package h2,.wagering-mathematics h2,.bonus-terms-reality h2,.reload-promotions h2,.cashback-programs h2,.loyalty-program h2,.tournament-bonuses h2,.bonus-abuse-prevention h2,.bonus-strategy-mistakes h2,.bonus-alternatives h2,.bonus-customer-support h2,.bonus-program-future h2{font-size:1.8rem;}
.bonus-breakdown{grid-template-columns:1fr;}
.terms-analysis{grid-template-columns:1fr;}
.reload-structure{grid-template-columns:1fr;}
.cashback-mechanics{grid-template-columns:1fr;}
.loyalty-tiers{grid-template-columns:1fr;}
.tournament-structure{grid-template-columns:1fr;}
.detection-methods{grid-template-columns:1fr;}
.bonus-mistakes{grid-template-columns:1fr;}
.play-approaches{grid-template-columns:1fr;}
.support-channels{grid-template-columns:1fr;}
.upcoming-changes{grid-template-columns:1fr;}
.footer-content{grid-template-columns:1fr;}
.payment-icons,.provider-logos{gap:15px;}
}
@media(max-width:480px){
.bonus-hero{padding:40px 10px;}
.bonus-hero h1{font-size:1.6rem;}
.hero-intro{font-size:1rem;}
.hero-cta{padding:12px 24px;font-size:1rem;}
.hero-stats{gap:15px;}
.stat-item{width:150px;padding:12px;}
.stat-number{font-size:1.5rem;}
.welcome-package,.wagering-mathematics,.bonus-terms-reality,.reload-promotions,.cashback-programs,.loyalty-program,.tournament-bonuses,.bonus-abuse-prevention,.bonus-strategy-mistakes,.bonus-alternatives,.bonus-customer-support,.bonus-program-future{padding:40px 10px;}
.bonus-component,.game-contribution,.term-explanation,.reload-offer,.cashback-tier,.tier-level,.tournament-type,.abuse-prevention,.mistake-scenario,.approach-analysis,.support-method,.bonus-evolution{padding:20px;}
.payment-icons,.provider-logos{gap:10px;}
.payment-icons img,.provider-logos img{max-width:80px;height:auto;}
.nav-links{gap:20px;}
.nav-links a{font-size:0.9rem;}
}
@media(max-width:320px){
.main-navigation{padding:10px 5px;}
.nav-container{padding:0 5px;}
.logo-section img{width:100px;height:30px;}
.mobile-menu{width:280px;}
.bonus-hero{padding:30px 5px;}
.bonus-hero h1{font-size:1.4rem;}
.hero-intro{font-size:0.9rem;}
.hero-cta{padding:10px 20px;font-size:0.9rem;}
.hero-stats{gap:10px;}
.stat-item{width:120px;padding:10px;}
.stat-number{font-size:1.3rem;}
.welcome-package,.wagering-mathematics,.bonus-terms-reality,.reload-promotions,.cashback-programs,.loyalty-program,.tournament-bonuses,.bonus-abuse-prevention,.bonus-strategy-mistakes,.bonus-alternatives,.bonus-customer-support,.bonus-program-future{padding:30px 5px;}
.welcome-package h2,.wagering-mathematics h2,.bonus-terms-reality h2,.reload-promotions h2,.cashback-programs h2,.loyalty-program h2,.tournament-bonuses h2,.bonus-abuse-prevention h2,.bonus-strategy-mistakes h2,.bonus-alternatives h2,.bonus-customer-support h2,.bonus-program-future h2{font-size:1.5rem;}
.bonus-component,.game-contribution,.term-explanation,.reload-offer,.cashback-tier,.tier-level,.tournament-type,.abuse-prevention,.mistake-scenario,.approach-analysis,.support-method,.bonus-evolution{padding:15px;}
.bonus-component h3,.game-contribution h3,.term-explanation h3,.reload-offer h3,.cashback-tier h3,.tier-level h3,.tournament-type h3,.abuse-prevention h3,.mistake-scenario h3,.approach-analysis h3,.support-method h3,.bonus-evolution h3{font-size:1.1rem;}
.bonus-icon{font-size:2.5rem;}
.tier-badge{font-size:0.8rem;padding:4px 12px;}
.site-footer{padding:40px 5px 15px;}
.footer-content{gap:30px;}
.footer-section h4{font-size:1.1rem;}
.payment-icons,.provider-logos{gap:8px;}
.payment-icons img,.provider-logos img{max-width:60px;height:auto;}
.footer-bottom{font-size:0.8rem;}
}