*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;line-height:1.6;color:#333;padding:0 10px;position:relative;overflow-x:hidden}
body::before{content:"💰";position:absolute;top:15%;left:-5%;font-size:8rem;opacity:0.08;animation:float-diagonal 22s linear infinite;z-index:-1}
body::after{content:"🎁";position:absolute;top:70%;right:-5%;font-size:7rem;opacity:0.12;animation:float-up 18s linear infinite;z-index:-1}
@keyframes float-diagonal{0%{transform:translateX(-100px) translateY(100px) rotate(0deg)}50%{transform:translateX(50vw) translateY(-50px) rotate(180deg)}100%{transform:translateX(100vw) translateY(-100px) rotate(360deg)}}
@keyframes float-up{0%{transform:translateY(100px) rotate(0deg)}50%{transform:translateY(-50vh) rotate(-180deg)}100%{transform:translateY(-100vh) rotate(-360deg)}}
.site-header{background:#262626;color:white;position:sticky;top:0;z-index:1000;border-bottom:3px solid #666}
.header-container{display:flex;justify-content:space-between;align-items:center;padding:12px 20px 12px 20px;max-width:1200px;margin:0 auto}
.logo-wrapper{flex-shrink:0}
.brand-logo{width:120px;height:30px;object-fit:contain}
.main-navigation{display:none}
.nav-list{display:flex;list-style:none;gap:32px}
.nav-item{color:white}
.nav-link{color:white;text-decoration:none;font-weight:500;transition:color 0.3s}
.nav-link:hover{color:#ccc}
.nav-item.active{color:#ccc;font-weight:600}
.auth-buttons-desktop{display:none;gap:12px}
.signup-btn,.signin-btn{padding:10px 20px;text-decoration:none;border-radius:6px;font-weight:600;transition:all 0.3s}
.signup-btn{background:#ff6b35;color:white}
.signup-btn:hover{background:#e55a2e}
.signin-btn{background:transparent;color:white;border:2px solid #666}
.signin-btn:hover{background:#666;color:white}
.hamburger-toggle{background:transparent;border:none;cursor:pointer;padding:8px;display:flex;flex-direction:column;gap:4px}
.hamburger-line{width:24px;height:3px;background:white;border-radius:2px;transition:all 0.3s}
.mobile-menu{display:none;background:#262626;padding:20px 0;border-top:1px solid #666}
.mobile-nav-list{list-style:none;text-align:center}
.mobile-nav-item{padding:12px 0;border-bottom:1px solid #444}
.mobile-nav-link{color:white;text-decoration:none;font-size:18px;font-weight:500}
.mobile-auth-buttons{display:flex;gap:12px;justify-content:center;margin-top:20px}
.mobile-signup-btn,.mobile-signin-btn{padding:12px 24px;text-decoration:none;border-radius:6px;font-weight:600;flex:1;text-align:center;max-width:140px}
.mobile-signup-btn{background:#ff6b35;color:white}
.mobile-signin-btn{background:transparent;color:white;border:2px solid #666}
.main-content{max-width:1200px;margin:0 auto;padding:40px 0}
.bonus-hero{background:linear-gradient(135deg,#ff6b35 0%,#e55a2e 100%);color:white;padding:60px 20px;text-align:center;border-radius:12px;margin-bottom:40px;position:relative;overflow:hidden}
.bonus-hero::before{content:"✨";position:absolute;top:20px;left:20px;font-size:2rem;opacity:0.3}
.bonus-hero::after{content:"🎊";position:absolute;bottom:20px;right:20px;font-size:2rem;opacity:0.3}
.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}
.hero-title{font-size:2.8rem;font-weight:800;margin-bottom:24px;line-height:1.2}
.hero-description{font-size:1.3rem;margin-bottom:40px;opacity:0.9;line-height:1.6}
.hero-cta{margin-top:30px}
.claim-bonus-btn{display:inline-block;background:rgba(255,255,255,0.2);border:2px solid rgba(255,255,255,0.5);padding:18px 36px;border-radius:12px;text-decoration:none;color:white;font-weight:700;font-size:1.2rem;transition:all 0.3s;backdrop-filter:blur(10px)}
.claim-bonus-btn:hover{background:rgba(255,255,255,0.3);border-color:rgba(255,255,255,0.7);transform:translateY(-2px)}
.section-heading{font-size:2.2rem;color:#262626;margin-bottom:20px;font-weight:700}
.section-intro{font-size:1.1rem;color:#555;margin-bottom:40px;line-height:1.7}
.welcome-breakdown{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px;margin-bottom:40px}
.deposit-stage{background:white;border:2px solid #f0f0f0;border-radius:12px;overflow:hidden;transition:all 0.3s;box-shadow:0 2px 8px rgba(0,0,0,0.1)}
.deposit-stage:hover{border-color:#ff6b35;transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,0.15)}
.stage-header{background:#ff6b35;color:white;padding:20px;display:flex;align-items:center;gap:16px}
.stage-number{background:rgba(255,255,255,0.2);color:white;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:1.2rem;flex-shrink:0}
.stage-title{font-size:1.3rem;font-weight:600}
.stage-content{padding:24px}
.bonus-values{text-align:center;margin-bottom:24px}
.bonus-percentage{display:block;font-size:3rem;font-weight:800;color:#ff6b35;line-height:1}
.bonus-amount{display:block;font-size:1.5rem;font-weight:700;color:#262626;margin:8px 0}
.bonus-extras{display:block;font-size:1.1rem;color:#666;font-weight:600}
.stage-requirements{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.requirement-item{display:flex;flex-direction:column;background:#f8f9fa;border-radius:8px;padding:12px;text-align:center}
.req-label{font-size:0.9rem;color:#666;margin-bottom:4px}
.req-value{font-size:1rem;font-weight:600;color:#262626}
.package-summary{margin-top:40px}
.summary-card{background:linear-gradient(135deg,#f0f7ff 0%,#e3f2fd 100%);border:2px solid #e3f2fd;border-radius:12px;padding:32px;text-align:center}
.summary-title{font-size:1.5rem;color:#262626;margin-bottom:20px;font-weight:600}
.total-value{margin-bottom:24px}
.total-cash{display:block;font-size:3.5rem;font-weight:800;color:#ff6b35;line-height:1}
.total-spins{display:block;font-size:1.3rem;color:#666;font-weight:600;margin-top:8px}
.value-breakdown{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}
.breakdown-item{background:white;border-radius:8px;padding:16px;text-align:center}
.breakdown-label{display:block;font-size:0.9rem;color:#666;margin-bottom:4px}
.breakdown-value{display:block;font-size:1.1rem;font-weight:600;color:#262626}
.wagering-analysis{margin-bottom:40px}
.wagering-title{font-size:1.5rem;color:#262626;margin-bottom:20px;font-weight:600}
.calculation-example{background:white;border:2px solid #f0f0f0;border-radius:12px;padding:24px}
.example-scenario{margin-bottom:24px}
.scenario-title{font-size:1.3rem;color:#262626;margin-bottom:16px;font-weight:600}
.calculation-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:20px}
.calc-step{background:#f8f9fa;border-radius:8px;padding:12px;display:flex;justify-content:space-between;align-items:center}
.step-label{font-size:0.9rem;color:#666}
.step-value{font-size:1rem;font-weight:600;color:#262626}
.expected-outcome{background:#fff5f5;border-radius:8px;padding:20px}
.outcome-title{font-size:1.1rem;color:#262626;margin-bottom:12px;font-weight:600}
.outcome-description{color:#666;line-height:1.6}
.game-contribution{margin:40px 0}
.contribution-title{font-size:1.5rem;color:#262626;margin-bottom:20px;font-weight:600}
.contribution-table{width:100%;border-collapse:collapse;background:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.1)}
.contribution-table th,.contribution-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #eee}
.contribution-table th{background:#262626;color:white;font-weight:600}
.contribution-table tbody tr:hover{background:#f8f9fa}
.restriction-details{margin-top:40px}
.restrictions-title{font-size:1.5rem;color:#262626;margin-bottom:20px;font-weight:600}
.restrictions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}
.restriction-category{background:#f8f9fa;border-radius:12px;padding:20px}
.category-title{font-size:1.2rem;color:#262626;margin-bottom:12px;font-weight:600}
.restriction-list{list-style:none}
.restriction-list li{padding:8px 0;color:#666;border-bottom:1px solid #eee}
.restriction-list li:before{content:"⚠️";margin-right:8px}
.restriction-list li:last-child{border-bottom:none}
.daily-promotions{margin-bottom:40px}
.daily-title{font-size:1.5rem;color:#262626;margin-bottom:20px;font-weight:600}
.promo-calendar{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}
.promo-day{background:white;border:2px solid #f0f0f0;border-radius:12px;overflow:hidden;transition:all 0.3s;box-shadow:0 2px 8px rgba(0,0,0,0.1)}
.promo-day:hover{border-color:#ff6b35;transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,0.15)}
.promo-day.weekend{border-color:#e3f2fd}
.promo-day.weekend:hover{border-color:#ff6b35}
.day-header{background:#262626;color:white;padding:16px;text-align:center}
.promo-day.weekend .day-header{background:#ff6b35}
.day-name{display:block;font-size:1.2rem;font-weight:600;margin-bottom:4px}
.promo-type{display:block;font-size:0.9rem;opacity:0.8}
.promo-details{padding:20px}
.promo-offer{font-size:1.3rem;font-weight:700;color:#ff6b35;text-align:center;margin-bottom:16px}
.promo-terms{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.term-item{background:#f8f9fa;border-radius:6px;padding:8px;text-align:center}
.term-label{display:block;font-size:0.8rem;color:#666;margin-bottom:2px}
.term-value{display:block;font-size:0.9rem;font-weight:600;color:#262626}
.seasonal-bonuses{margin-top:40px}
.seasonal-title{font-size:1.5rem;color:#262626;margin-bottom:20px;font-weight:600}
.seasonal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px}
.seasonal-event{background:#f0f7ff;border:2px solid #e3f2fd;border-radius:12px;padding:20px}
.event-title{font-size:1.2rem;color:#ff6b35;margin-bottom:12px;font-weight:600}
.event-description{color:#666;margin-bottom:16px;line-height:1.6}
.event-examples{display:flex;flex-direction:column;gap:6px}
.example-bonus{background:rgba(255,107,53,0.1);color:#262626;padding:6px 12px;border-radius:16px;font-size:0.9rem;font-weight:500}
.vip-tiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:40px}
.tier-card{background:white;border:2px solid #f0f0f0;border-radius:12px;overflow:hidden;transition:all 0.3s;box-shadow:0 2px 8px rgba(0,0,0,0.1)}
.tier-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,0.15)}
.tier-card.bronze{border-color:#cd7f32}
.tier-card.bronze:hover{border-color:#cd7f32}
.tier-card.bronze .tier-header{background:#cd7f32}
.tier-card.silver{border-color:#c0c0c0}
.tier-card.silver:hover{border-color:#c0c0c0}
.tier-card.silver .tier-header{background:#c0c0c0}
.tier-card.gold{border-color:#ffd700}
.tier-card.gold:hover{border-color:#ffd700}
.tier-card.gold .tier-header{background:#ffd700;color:#262626}
.tier-card.platinum{border-color:#e5e4e2}
.tier-card.platinum:hover{border-color:#e5e4e2}
.tier-card.platinum .tier-header{background:#e5e4e2;color:#262626}
.tier-card.diamond{border-color:#b9f2ff}
.tier-card.diamond:hover{border-color:#b9f2ff}
.tier-card.diamond .tier-header{background:#b9f2ff;color:#262626}
.tier-header{color:white;padding:20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}
.tier-icon{font-size:2rem}
.tier-name{font-size:1.4rem;font-weight:600;margin:0}
.tier-level{font-size:0.9rem;opacity:0.8}
.tier-requirements{padding:16px 20px;border-bottom:1px solid #eee}
.requirement{display:flex;justify-content:space-between;padding:6px 0}
.req-label{color:#666;font-size:0.9rem}
.req-value{color:#262626;font-weight:600;font-size:0.9rem}
.tier-benefits{padding:20px}
.benefits-title{font-size:1.1rem;color:#262626;margin-bottom:12px;font-weight:600}
.benefits-list{list-style:none}
.benefits-list li{padding:6px 0;color:#666;font-size:0.9rem;border-bottom:1px solid #f0f0f0}
.benefits-list li:before{content:"✓";color:#27ae60;margin-right:8px;font-weight:bold}
.benefits-list li:last-child{border-bottom:none}
.vip-progression{margin-top:40px}
.progression-title{font-size:1.5rem;color:#262626;margin-bottom:20px;font-weight:600}
.progression-details{background:white;border:2px solid #f0f0f0;border-radius:12px;padding:24px}
.progression-intro{color:#666;margin-bottom:24px;line-height:1.7}
.progression-rules{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}
.rule-item{background:#f8f9fa;border-radius:8px;padding:16px}
.rule-title{font-size:1.1rem;color:#262626;margin-bottom:8px;font-weight:600}
.rule-description{color:#666;line-height:1.6;font-size:0.95rem}
.competitive-comparison{margin-bottom:40px}
.comparison-title{font-size:1.5rem;color:#262626;margin-bottom:20px;font-weight:600}
.bonus-comparison-table{width:100%;border-collapse:collapse;background:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.1)}
.bonus-comparison-table th,.bonus-comparison-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #eee}
.bonus-comparison-table th{background:#262626;color:white;font-weight:600}
.bonus-comparison-table tbody tr:hover{background:#f8f9fa}
.strategic-advantages{margin-bottom:40px}
.advantages-title{font-size:1.5rem;color:#262626;margin-bottom:20px;font-weight:600}
.advantage-points{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px}
.advantage-item{background:#f0f7ff;border:2px solid #e3f2fd;border-radius:12px;padding:20px}
.advantage-title{font-size:1.2rem;color:#ff6b35;margin-bottom:12px;font-weight:600}
.advantage-description{color:#666;margin-bottom:12px;line-height:1.6}
.advantage-impact{background:white;border-radius:6px;padding:12px;font-size:0.9rem;line-height:1.5}
.advantage-impact strong{color:#262626}
.strategic-weaknesses{margin-top:40px}
.weaknesses-title{font-size:1.5rem;color:#262626;margin-bottom:20px;font-weight:600}
.weakness-analysis{display:flex;flex-direction:column;gap:24px}
.weakness-item{background:white;border:2px solid #f0f0f0;border-left:4px solid #e74c3c;border-radius:12px;padding:20px}
.weakness-title{font-size:1.2rem;color:#e74c3c;margin-bottom:12px;font-weight:600}
.weakness-description{color:#666;margin-bottom:12px;line-height:1.6}
.weakness-impact{background:#fff5f5;border-radius:6px;padding:12px;margin-bottom:12px;font-size:0.9rem;line-height:1.5}
.weakness-impact strong{color:#262626}
.improvement-potential{background:#f0f7ff;border-radius:6px;padding:12px;font-size:0.9rem;line-height:1.5}
.improvement-potential strong{color:#262626}
.financial-traps{margin-bottom:40px}
.trap-category{background:white;border:2px solid #f0f0f0;border-left:4px solid #e74c3c;border-radius:12px;padding:24px;margin-bottom:32px}
.trap-title{font-size:1.4rem;color:#e74c3c;margin-bottom:12px;font-weight:600}
.trap-scenario{color:#666;margin-bottom:20px;line-height:1.6}
.calculation-breakdown{margin-bottom:20px}
.breakdown-title{font-size:1.1rem;color:#262626;margin-bottom:12px;font-weight:600}
.cost-components{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:16px}
.cost-item{display:flex;justify-content:space-between;background:#f8f9fa;border-radius:6px;padding:8px 12px}
.cost-label{font-size:0.9rem;color:#666}
.cost-value{font-size:0.9rem;font-weight:600;color:#262626}
.risk-outcome{background:#fff5f5;border-radius:8px;padding:16px;margin-bottom:16px}
.avoidance-strategy{background:#f0f7ff;border-radius:8px;padding:16px}
.strategy-title{font-size:1rem;color:#262626;margin-bottom:8px;font-weight:600}
.strategy-description{color:#666;line-height:1.6}
.volatility-analysis{margin-bottom:20px}
.volatility-title{font-size:1.1rem;color:#262626;margin-bottom:12px;font-weight:600}
.game-impact-table{width:100%;border-collapse:collapse;background:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.1);margin-bottom:16px}
.game-impact-table th,.game-impact-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #eee;font-size:0.9rem}
.game-impact-table th{background:#262626;color:white;font-weight:600}
.game-impact-table tbody tr:hover{background:#f8f9fa}
.game-strategy{background:#f0f7ff;border-radius:8px;padding:16px}
.game-strategy-title{font-size:1rem;color:#262626;margin-bottom:8px;font-weight:600}
.game-strategy-desc{color:#666;line-height:1.6}
.time-pressure-analysis{margin-bottom:20px}
.pressure-title{font-size:1.1rem;color:#262626;margin-bottom:12px;font-weight:600}
.behavioral-changes{display:flex;flex-direction:column;gap:12px}
.behavior-item{background:#f8f9fa;border-radius:6px;padding:12px}
.behavior-title{font-size:0.95rem;color:#262626;margin-bottom:6px;font-weight:600}
.behavior-desc{color:#666;line-height:1.5;font-size:0.9rem}
.time-management{background:#f0f7ff;border-radius:8px;padding:16px}
.time-management-title{font-size:1rem;color:#262626;margin-bottom:8px;font-weight:600}
.time-management-desc{color:#666;line-height:1.6}
.regulatory-considerations{margin-top:40px}
.regulatory-title{font-size:1.5rem;color:#262626;margin-bottom:16px;font-weight:600}
.regulatory-intro{color:#666;margin-bottom:20px;line-height:1.7}
.tax-scenarios{background:#f8f9fa;border-radius:12px;padding:20px}
.tax-scenario{margin-bottom:16px}
.scenario-title{font-size:1.2rem;color:#262626;margin-bottom:12px;font-weight:600}
.scenario-description{color:#666;margin-bottom:12px;line-height:1.6}
.tax-examples{display:flex;flex-direction:column;gap:8px}
.tax-example{display:flex;justify-content:space-between;background:white;border-radius:6px;padding:8px 12px}
.example-label{font-size:0.9rem;color:#666}
.example-value{font-size:0.9rem;font-weight:600;color:#262626}
.bonus-history{margin-bottom:40px}
.history-title{font-size:1.5rem;color:#262626;margin-bottom:20px;font-weight:600}
.historical-phases{display:flex;flex-direction:column;gap:32px}
.history-phase{background:white;border:2px solid #f0f0f0;border-radius:12px;padding:24px}
.phase-title{font-size:1.3rem;color:#262626;margin-bottom:16px;font-weight:600}
.phase-content{display:flex;flex-direction:column;gap:16px}
.phase-description{color:#666;line-height:1.6}
.phase-characteristics,.phase-problems,.phase-improvements{background:#f8f9fa;border-radius:8px;padding:16px}
.characteristics-title,.problems-title,.improvements-title{font-size:1rem;color:#262626;margin-bottom:8px;font-weight:600}
.phase-features,.problems-list,.improvements-list{list-style:none;margin:0}
.phase-features li,.problems-list li,.improvements-list li{padding:4px 0;color:#666}
.phase-features li:before{content:"•";color:#ff6b35;margin-right:8px}
.problems-list li:before{content:"✗";color:#e74c3c;margin-right:8px}
.improvements-list li:before{content:"✓";color:#27ae60;margin-right:8px}
.psychological-design{margin:40px 0}
.psychology-title{font-size:1.5rem;color:#262626;margin-bottom:16px;font-weight:600}
.psychology-intro{color:#666;margin-bottom:24px;line-height:1.7}
.psychology-elements{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}
.psychology-item{background:#f0f7ff;border-radius:12px;padding:20px}
.psychology-principle{font-size:1.2rem;color:#ff6b35;margin-bottom:12px;font-weight:600}
.psychology-description{color:#666;margin-bottom:12px;line-height:1.6}
.psychology-impact{background:white;border-radius:6px;padding:12px;font-size:0.9rem;line-height:1.5}
.psychology-impact strong{color:#262626}
.industry-trends{margin-top:40px}
.trends-title{font-size:1.5rem;color:#262626;margin-bottom:20px;font-weight:600}
.trends-analysis{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}
.trend-item{background:#f8f9fa;border-radius:12px;padding:16px}
.trend-title{font-size:1.1rem;color:#262626;margin-bottom:8px;font-weight:600}
.trend-description{color:#666;line-height:1.6;font-size:0.95rem}
.site-footer{background:#262626;color:white;margin-top:80px}
.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;padding:40px 20px;max-width:1200px;margin:0 auto}
.footer-section h4{color:white;margin-bottom:16px;font-weight:600}
.footer-links{list-style:none}
.footer-links li{margin-bottom:8px}
.footer-link{color:#ccc;text-decoration:none;transition:color 0.3s}
.footer-link:hover{color:white}
.footer-contact{color:#ccc}
.footer-description{color:#ccc;margin-bottom:20px;line-height:1.6}
.footer-license{margin-top:16px}
.license-info{color:#999;font-size:0.9rem;margin-bottom:4px}
.footer-logo{width:120px;height:30px;object-fit:contain;margin-bottom:16px}
.footer-payments,.footer-providers{grid-column:1/-1;text-align:center;padding:20px 0;border-top:1px solid #444}
.payments-heading,.providers-heading{color:white;margin-bottom:20px;font-weight:600}
.payments-carousel,.providers-carousel{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:24px}
.payment-icon,.provider-logo{opacity:0.7;transition:opacity 0.3s}
.payment-icon:hover,.provider-logo:hover{opacity:1}
@media (min-width:1080px){
.main-navigation{display:block}
.auth-buttons-desktop{display:flex}
.hamburger-toggle{display:none}
}
@media (max-width:1080px){
.mobile-menu.active{display:block}
.hamburger-toggle.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger-toggle.active .hamburger-line:nth-child(2){opacity:0}
.hamburger-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}
.header-container{padding:12px 10px}
}
@media (max-width:768px){
.hero-title{font-size:2.2rem}
.hero-description{font-size:1.1rem}
.section-heading{font-size:1.8rem}
.welcome-breakdown{grid-template-columns:1fr}
.stage-requirements{grid-template-columns:1fr}
.promo-calendar{grid-template-columns:1fr}
.promo-terms{grid-template-columns:1fr}
.vip-tiers{grid-template-columns:1fr}
.contribution-table,.bonus-comparison-table,.game-impact-table{font-size:0.85rem}
.contribution-table th,.contribution-table td,.bonus-comparison-table th,.bonus-comparison-table td,.game-impact-table th,.game-impact-table td{padding:8px 6px}
.header-container{padding:12px 10px}
}
@media (max-width:480px){
.hero-title{font-size:1.8rem}
.hero-description{font-size:1rem}
.section-heading{font-size:1.5rem}
.welcome-breakdown{grid-template-columns:1fr}
.stage-requirements{grid-template-columns:1fr}
.promo-calendar{grid-template-columns:1fr}
.promo-terms{grid-template-columns:1fr}
.vip-tiers{grid-template-columns:1fr}
.cost-components{grid-template-columns:1fr}
.calculation-steps{grid-template-columns:1fr}
.value-breakdown{grid-template-columns:1fr}
.footer-content{grid-template-columns:1fr;gap:24px;padding:24px 10px}
.payments-carousel,.providers-carousel{gap:12px}
.header-container{padding:12px 10px}
}
@media (max-width:320px){
.hero-title{font-size:1.4rem}
.section-heading{font-size:1.3rem}
.claim-bonus-btn{padding:14px 24px;font-size:1rem}
.contribution-table,.bonus-comparison-table,.game-impact-table{font-size:0.8rem}
.contribution-table th,.contribution-table td,.bonus-comparison-table th,.bonus-comparison-table td,.game-impact-table th,.game-impact-table td{padding:6px 4px}
.header-container{padding:12px 10px}
}