*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background:#f8f9fa}
.main-navigation{background:#262626;padding:0 10px;position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,0.1)}
.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;height:70px}
.logo-container{width:90px;height:40px}
.logo-container a{display:block;width:100%;height:100%}
.site-logo{width:100%;height:100%;object-fit:contain}
.desktop-menu{display:none}
.nav-links{display:flex;list-style:none;gap:30px}
.nav-links li{color:#fff;font-weight:500}
.nav-links li a{color:#fff;text-decoration:none;font-weight:500;transition:color 0.3s}
.nav-links li a:hover{color:#ff6b35}
.nav-links li:not([class]){color:#ff6b35;font-weight:600}
.header-actions{display:none;gap:15px}
.btn-sign-up,.btn-sign-in{padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:600;transition:all 0.3s}
.btn-sign-up{background:#ff6b35;color:#fff;border:2px solid #ff6b35}
.btn-sign-up:hover{background:transparent;color:#ff6b35}
.btn-sign-in{background:transparent;color:#fff;border:2px solid #fff}
.btn-sign-in:hover{background:#fff;color:#262626}
.hamburger{display:flex;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:5px}
.hamburger span{width:25px;height:3px;background:#fff;transition:all 0.3s}
.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}
.mobile-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:1001}
.mobile-overlay.active{display:block}
.mobile-menu{position:fixed;top:0;right:-300px;width:300px;height:100vh;background:#262626;z-index:1002;transition:right 0.3s;padding:80px 20px 20px}
.mobile-menu.active{right:0}
.mobile-nav-links{list-style:none;margin-bottom:40px}
.mobile-nav-links li{margin-bottom:20px;color:#fff;font-weight:500}
.mobile-nav-links li a{color:#fff;text-decoration:none;font-size:18px;font-weight:500}
.mobile-nav-links li a:hover{color:#ff6b35}
.mobile-nav-links li:not([class]){color:#ff6b35;font-weight:600}
.mobile-actions{display:flex;flex-direction:column;gap:15px}
.mobile-sign-up,.mobile-sign-in{display:block;padding:12px 20px;text-align:center;border-radius:5px;text-decoration:none;font-weight:600}
.mobile-sign-up{background:#ff6b35;color:#fff}
.mobile-sign-in{background:transparent;color:#fff;border:2px solid #fff}
main{margin-top:70px}
.promotions-hero{background:linear-gradient(135deg,#262626 0%,#404040 100%);color:#fff;padding:80px 10px;position:relative;overflow:hidden;min-height:500px;display:flex;align-items:center}
.promotions-hero::before{content:'🎁';position:absolute;font-size:8rem;opacity:0.1;top:10%;left:8%;animation:float-bounce 20s infinite ease-in-out}
.promotions-hero::after{content:'💰';position:absolute;font-size:6rem;opacity:0.12;bottom:15%;right:12%;animation:float-rotate 25s infinite linear}
@keyframes float-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-30px)}}
@keyframes float-rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.hero-content{max-width:1200px;margin:0 auto;text-align:center}
.hero-content h1{font-size:2.2rem;font-weight:700;margin-bottom:20px;line-height:1.2}
.hero-subtitle{font-size:1.1rem;margin-bottom:40px;opacity:0.9;max-width:800px;margin-left:auto;margin-right:auto}
.promo-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:30px;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}
.highlight-item{text-align:center}
.highlight-number{display:block;font-size:2.5rem;font-weight:700;color:#ff6b35}
.highlight-label{font-size:0.9rem;opacity:0.8}
.claim-bonus-btn{display:inline-block;background:#ff6b35;color:#fff;padding:15px 35px;border-radius:5px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all 0.3s}
.claim-bonus-btn:hover{background:#e55a2b;transform:translateY(-2px)}
.section-container{max-width:1200px;margin:0 auto;padding:60px 10px}
section h2{font-size:1.8rem;color:#262626;margin-bottom:25px;font-weight:600}
section h3{font-size:1.3rem;color:#262626;margin-bottom:15px;font-weight:600}
section h4{font-size:1.1rem;color:#262626;margin-bottom:12px;font-weight:600}
section p{margin-bottom:20px;line-height:1.7}
.bonus-breakdown{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:40px;margin:30px 0}
.bonus-option h3{color:#262626;margin-bottom:20px;text-align:center}
.bonus-card{background:#fff;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.1);overflow:hidden}
.bonus-header{background:linear-gradient(135deg,#ff6b35,#e55a2b);color:#fff;padding:25px;text-align:center}
.bonus-amount{display:block;font-size:2.2rem;font-weight:700;margin-bottom:5px}
.bonus-type{font-size:1rem;opacity:0.9}
.bonus-details{padding:25px}
.bonus-details ul{padding-left:20px}
.bonus-details li{margin-bottom:12px}
.fine-print{background:#f8f9fa;padding:20px;border-top:1px solid #eee}
.fine-print p{margin:0;font-size:0.9rem;color:#666}
.wagering-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin:30px 0}
.wagering-category{background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.08)}
.wagering-category h3{color:#262626;margin-bottom:20px;text-align:center}
.contribution-list{margin-top:15px}
.contribution-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #eee}
.contribution-item:last-child{border-bottom:none}
.activity-name{font-weight:500;color:#555}
.contribution-rate{font-weight:700;color:#ff6b35;font-size:1.1rem}
.promotions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin:30px 0}
.promo-card{background:#fff;padding:25px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.08);position:relative;transition:transform 0.3s}
.promo-card:hover{transform:translateY(-3px)}
.promo-badge{position:absolute;top:15px;right:15px;background:#ff6b35;color:#fff;padding:5px 12px;border-radius:20px;font-size:0.8rem;font-weight:600}
.promo-card h3{color:#262626;margin-bottom:15px;margin-top:10px}
.promo-details{margin-top:20px;display:flex;justify-content:space-between;align-items:center;background:#f8f9fa;padding:15px;border-radius:5px}
.promo-value{font-weight:700;color:#ff6b35}
.promo-frequency{font-size:0.9rem;color:#666}
.tier-system{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.tier-card{background:#fff;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.1);overflow:hidden;position:relative}
.tier-card.bronze{border-top:4px solid #cd7f32}
.tier-card.silver{border-top:4px solid #c0c0c0}
.tier-card.gold{border-top:4px solid #ffd700}
.tier-card.platinum{border-top:4px solid #e5e4e2}
.tier-card h3{background:#f8f9fa;padding:20px;margin:0;text-align:center;color:#262626}
.tier-requirements{text-align:center;padding:15px;background:#262626;color:#fff}
.tier-requirements span{display:block;margin-bottom:5px}
.tier-benefits{padding:25px}
.tier-benefits ul{padding-left:20px}
.tier-benefits li{margin-bottom:10px;color:#555}
.terms-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:40px;margin:30px 0}
.terms-section{background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.08)}
.terms-section h3{color:#262626;margin-bottom:20px}
.restriction-list{margin-top:15px}
.restriction-item{display:flex;justify-content:space-between;align-items:flex-start;padding:15px 0;border-bottom:1px solid #eee}
.restriction-item:last-child{border-bottom:none}
.restriction-rule{font-weight:600;color:#555;flex:1;margin-right:20px}
.restriction-detail{color:#ff6b35;font-weight:500;text-align:right;flex:1}
.evolution-timeline{margin:30px 0}
.evolution-timeline h3{color:#ff6b35;margin-top:30px;margin-bottom:15px}
.optimization-strategies{margin:30px 0}
.strategy-item{background:#fff;padding:25px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.08);margin-bottom:25px;border-left:4px solid #ff6b35}
.strategy-item h3{color:#262626;margin-bottom:15px}
.regulatory-comparison{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:40px;margin:30px 0}
.jurisdiction-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.08)}
.jurisdiction-card h3{color:#262626;margin-bottom:20px;text-align:center}
.regulation-details ul{padding-left:20px}
.regulation-details li{margin-bottom:12px;color:#555}
.mistake-examples{margin:30px 0}
.mistake-item{background:#fff;padding:25px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.08);margin-bottom:25px;border-left:4px solid #dc3545}
.mistake-item h3{color:#dc3545;margin-bottom:15px}
.cost-calculation{display:block;margin-top:15px;padding:10px;background:#fee;border-radius:5px;color:#dc3545;font-weight:600;text-align:center}
.skip-scenarios{margin:30px 0}
.skip-scenarios h3{color:#262626;margin-bottom:15px;margin-top:25px}
.site-footer{background:#262626;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:#ff6b35;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:#ff6b35}
.payment-methods,.game-providers{max-width:1200px;margin:0 auto;text-align:center;margin-bottom:30px}
.payment-methods h4,.game-providers h4{color:#ff6b35;margin-bottom:20px}
.payment-icons,.provider-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;align-items:center}
.payment-icons img,.provider-logos img{border-radius:5px}
.footer-bottom{max-width:1200px;margin:0 auto;text-align:center;border-top:1px solid #404040;padding-top:20px}
.footer-bottom p{margin-bottom:10px;color:#ccc;font-size:0.9rem}
.disclaimer{font-size:0.8rem !important}
@media (min-width:768px){
.hero-content h1{font-size:2.8rem}
.hero-subtitle{font-size:1.2rem}
.promo-highlights{grid-template-columns:repeat(3,1fr);max-width:500px}
.highlight-number{font-size:3rem}
}
@media (min-width:1080px){
.desktop-menu{display:block}
.header-actions{display:flex}
.hamburger{display:none}
.hero-content h1{font-size:3.2rem}
}
@media (max-width:480px){
.hero-content h1{font-size:2rem}
.hero-subtitle{font-size:1rem}
.promo-highlights{grid-template-columns:1fr}
.highlight-number{font-size:2rem}
.section-container{padding:40px 10px}
section h2{font-size:1.5rem}
.bonus-breakdown,.wagering-grid,.promotions-grid,.tier-system,.terms-categories,.regulatory-comparison{grid-template-columns:1fr}
.bonus-amount{font-size:1.8rem}
.promo-details{flex-direction:column;gap:10px;text-align:center}
}
@media (max-width:320px){
.hero-content h1{font-size:1.8rem}
.claim-bonus-btn{padding:12px 25px;font-size:1rem}
}