*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Arial,sans-serif;line-height:1.6;color:#333;background:#f8f9fa;padding:0 10px}
.site-header{background:#041140;color:#fff;position:sticky;top:0;z-index:1000}
.header-container{display:flex;justify-content:space-between;align-items:center;padding:1rem;max-width:1200px;margin:0 auto}
.logo-container{width:160px;height:40px;flex-shrink:0}
.logo-container img{width:100%;height:100%;object-fit:contain}
.desktop-nav{display:flex;gap:2rem}
.desktop-nav a{color:#fff;text-decoration:none;font-weight:500;transition:color 0.3s}
.desktop-nav a:hover{color:#4a90e2}
.current-page{color:#4a90e2;font-weight:600}
.auth-buttons{display:flex;gap:1rem}
.btn-signup,.btn-signin{padding:0.5rem 1rem;border-radius:4px;text-decoration:none;font-weight:600;transition:background 0.3s}
.btn-signup{background:#4a90e2;color:#fff}
.btn-signin{background:transparent;color:#fff;border:1px solid #4a90e2}
.btn-signup:hover{background:#357abd}
.btn-signin:hover{background:#4a90e2}
.hamburger-menu{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:4px}
.hamburger-menu span{width:25px;height:3px;background:#fff;margin:3px 0;transition:0.3s;border-radius:2px}
.mobile-nav{display:none;position:fixed;top:100%;left:0;width:100%;background:#041140;z-index:999;transition:top 0.3s ease}
.mobile-nav.active{top:80px}
.mobile-nav-links{padding:1rem;border-bottom:1px solid #1a4b8c}
.mobile-nav-links a{display:block;color:#fff;text-decoration:none;padding:0.75rem 0;font-weight:500;border-bottom:1px solid #1a4b8c}
.mobile-auth{padding:1rem;display:flex;gap:1rem}
.promotions-banner{background:linear-gradient(135deg,#041140 0%,#1a4b8c 30%,#4a90e2 70%,#87ceeb 100%);color:#fff;padding:5rem 0;position:relative;overflow:hidden}
.promotions-banner::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,0.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,0.1) 0%,transparent 50%);pointer-events:none}
.banner-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}
.banner-content h1{font-size:3.2rem;margin-bottom:1rem;font-weight:800;text-shadow:2px 2px 4px rgba(0,0,0,0.3)}
.banner-subtitle{font-size:1.3rem;margin-bottom:3rem;opacity:0.95;font-weight:300}
.promotion-stats{display:flex;gap:2rem;margin-top:2rem}
.stat-item{text-align:center;background:rgba(255,255,255,0.15);backdrop-filter:blur(10px);padding:1.5rem;border-radius:16px;border:1px solid rgba(255,255,255,0.2)}
.stat-number{display:block;font-size:2.5rem;font-weight:800;color:#87ceeb}
.stat-label{font-size:0.9rem;opacity:0.9;text-transform:uppercase;letter-spacing:1px}
.banner-visual{text-align:center}
.promo-graphic{max-width:100%;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,0.3));transition:transform 0.3s ease}
.promo-graphic:hover{transform:scale(1.05) rotate(1deg)}
.active-promotions{padding:5rem 0;background:#fff}
.promotions-container{max-width:1200px;margin:0 auto}
.promotions-container h2{color:#041140;font-size:2.8rem;text-align:center;margin-bottom:1rem;font-weight:700}
.promotions-container > p{text-align:center;font-size:1.1rem;margin-bottom:4rem;color:#666;max-width:800px;margin-left:auto;margin-right:auto}
.promotions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2.5rem}
.promotion-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,0.1);overflow:hidden;transition:all 0.3s ease;position:relative;border:2px solid transparent}
.promotion-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,0.15);border-color:#4a90e2}
.promotion-card.featured-promo{border:3px solid #4a90e2;transform:scale(1.02)}
.promotion-card.featured-promo::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(74,144,226,0.05) 0%,rgba(4,17,64,0.05) 100%);pointer-events:none}
.promo-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#4a90e2,#041140);color:#fff;padding:0.5rem 1rem;border-radius:20px;font-size:0.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;z-index:2}
.promo-header{padding:2.5rem 2rem 1rem 2rem;text-align:center;position:relative;z-index:1}
.promo-header h3{font-size:1.6rem;color:#041140;margin-bottom:0.5rem;font-weight:700}
.promo-value{font-size:2.2rem;color:#4a90e2;font-weight:800;text-shadow:1px 1px 2px rgba(0,0,0,0.1)}
.promo-details{padding:0 2rem 2rem 2rem}
.promo-features{list-style:none;margin-bottom:1.5rem}
.promo-features li{padding:0.75rem 0;border-bottom:1px solid #f1f3f4;position:relative;padding-left:2rem;font-size:0.95rem;color:#555}
.promo-features li::before{content:'✓';position:absolute;left:0;color:#4a90e2;font-weight:bold;font-size:1.1rem}
.promo-features li:last-child{border-bottom:none}
.promo-terms{background:#f8f9fa;padding:1.5rem;border-radius:12px;margin-bottom:2rem;border-left:4px solid #4a90e2}
.promo-terms p{font-size:0.9rem;color:#666;line-height:1.6}
.promo-terms strong{color:#041140}
.claim-btn{display:block;background:linear-gradient(135deg,#4a90e2,#357abd);color:#fff;padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:700;text-align:center;transition:all 0.3s ease;text-transform:uppercase;letter-spacing:1px;margin:0 2rem 2rem 2rem}
.claim-btn:hover{background:linear-gradient(135deg,#357abd,#2c5aa0);transform:translateY(-2px);box-shadow:0 8px 20px rgba(74,144,226,0.3)}
.claim-btn.secondary{background:linear-gradient(135deg,#6c757d,#495057);color:#fff}
.claim-btn.secondary:hover{background:linear-gradient(135deg,#495057,#343a40)}
.bonus-guide{padding:5rem 0;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)}
.guide-container{max-width:1200px;margin:0 auto}
.guide-container h2{color:#041140;font-size:2.8rem;text-align:center;margin-bottom:1rem;font-weight:700}
.guide-container > p{text-align:center;font-size:1.1rem;margin-bottom:4rem;color:#666;max-width:800px;margin-left:auto;margin-right:auto}
.guide-content{display:flex;flex-direction:column;gap:3rem}
.guide-section{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,0.08);border-left:6px solid #4a90e2}
.guide-section h3{color:#041140;font-size:1.6rem;margin-bottom:1.5rem;font-weight:700}
.guide-section p{margin-bottom:1.5rem;color:#555;line-height:1.8}
.guide-section p:last-child{margin-bottom:0}
.calculation-example{background:#f8f9fa;padding:2rem;border-radius:12px;margin-top:1.5rem}
.calc-step{display:flex;justify-content:space-between;align-items:center;padding:0.75rem 0;border-bottom:1px solid #e9ecef}
.calc-step:last-child{border-bottom:none}
.calc-step.total{background:#041140;color:#fff;padding:1rem;border-radius:8px;margin-top:1rem;font-weight:700}
.calc-label{font-weight:600;color:#666}
.calc-value{font-weight:700;color:#041140;background:#e3f2fd;padding:0.25rem 0.75rem;border-radius:6px}
.total .calc-label,.total .calc-value{color:#fff;background:transparent}
.weighting-table{background:#f8f9fa;border-radius:12px;padding:1.5rem;margin:1.5rem 0}
.weight-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #e9ecef}
.weight-row:last-child{border-bottom:none}
.game-type{font-weight:500;color:#555}
.contribution{font-weight:700;color:#041140;background:#e3f2fd;padding:0.25rem 0.75rem;border-radius:6px;font-size:0.9rem}
.expiry-timeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0}
.timeline-item{background:#e3f2fd;padding:1.5rem;border-radius:12px;text-align:center;border-left:4px solid #4a90e2}
.timeline-item.warning{background:#ffebee;border-left-color:#f44336}
.timeline-day{font-weight:700;color:#041140;font-size:1.1rem;margin-bottom:0.5rem}
.timeline-desc{color:#666;font-size:0.9rem}
.warning .timeline-day{color:#f44336}
.promotion-tips{padding:5rem 0;background:#fff}
.tips-container{max-width:1200px;margin:0 auto}
.tips-container h2{color:#041140;font-size:2.8rem;text-align:center;margin-bottom:1rem;font-weight:700}
.tips-container > p{text-align:center;font-size:1.1rem;margin-bottom:4rem;color:#666;max-width:800px;margin-left:auto;margin-right:auto}
.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem}
.tip-card{background:linear-gradient(145deg,#fff 0%,#f8f9fa 100%);padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,0.08);border-top:5px solid #4a90e2;transition:transform 0.3s ease}
.tip-card:hover{transform:translateY(-5px)}
.tip-icon{font-size:2.5rem;margin-bottom:1rem;display:block}
.tip-card h3{color:#041140;font-size:1.4rem;margin-bottom:1rem;font-weight:700}
.tip-card p{color:#555;line-height:1.8;margin-bottom:1rem}
.tip-card p:last-child{margin-bottom:0}
.terms-analysis{padding:5rem 0;background:linear-gradient(135deg,#041140 0%,#1a4b8c 100%);color:#fff}
.analysis-container{max-width:1200px;margin:0 auto}
.analysis-container h2{font-size:2.8rem;text-align:center;margin-bottom:1rem;font-weight:700}
.analysis-container > p{text-align:center;font-size:1.1rem;margin-bottom:4rem;opacity:0.9;max-width:800px;margin-left:auto;margin-right:auto}
.restriction-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem}
.restriction-group{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);padding:2.5rem;border-radius:20px;border:1px solid rgba(255,255,255,0.2)}
.restriction-group h3{font-size:1.5rem;margin-bottom:2rem;color:#87ceeb;font-weight:700}
.restriction-list{display:flex;flex-direction:column;gap:1.5rem}
.restriction-item{background:rgba(255,255,255,0.05);padding:1.5rem;border-radius:12px;border-left:4px solid #87ceeb}
.restriction-rule{display:block;font-weight:600;margin-bottom:0.5rem;font-size:1rem}
.restriction-impact{display:block;font-size:0.9rem;opacity:0.8;color:#b3d9ff}
.bonus-history{padding:5rem 0;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)}
.history-container{max-width:1200px;margin:0 auto}
.history-container h2{color:#041140;font-size:2.8rem;text-align:center;margin-bottom:1rem;font-weight:700}
.history-container > p{text-align:center;font-size:1.1rem;margin-bottom:4rem;color:#666;max-width:800px;margin-left:auto;margin-right:auto}
.history-timeline{display:flex;flex-direction:column;gap:2.5rem}
.timeline-period{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 30px rgba(0,0,0,0.08);border-left:6px solid #6c757d;transition:all 0.3s ease}
.timeline-period:hover{transform:translateX(10px)}
.timeline-period.current{border-left-color:#4a90e2;background:linear-gradient(145deg,#fff 0%,#f0f8ff 100%)}
.period-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}
.period-header h3{color:#041140;font-size:1.5rem;font-weight:700}
.period-date{background:#6c757d;color:#fff;padding:0.5rem 1rem;border-radius:20px;font-size:0.9rem;font-weight:600}
.current .period-date{background:#4a90e2}
.period-content p{color:#555;line-height:1.8;margin-bottom:1rem}
.period-content p:last-child{margin-bottom:0}
.responsible-gambling{padding:5rem 0;background:#fff}
.responsibility-container{max-width:1200px;margin:0 auto}
.responsibility-container h2{color:#041140;font-size:2.8rem;text-align:center;margin-bottom:1rem;font-weight:700}
.responsibility-container > p{text-align:center;font-size:1.1rem;margin-bottom:4rem;color:#666;max-width:800px;margin-left:auto;margin-right:auto}
.control-features{display:flex;flex-direction:column;gap:3rem}
.control-item{background:linear-gradient(145deg,#f8f9fa 0%,#e9ecef 100%);padding:3rem;border-radius:20px;box-shadow:0 8px 25px rgba(0,0,0,0.1);border-left:6px solid #f44336}
.control-item h3{color:#041140;font-size:1.5rem;margin-bottom:1.5rem;font-weight:700}
.control-item p{color:#555;line-height:1.8;margin-bottom:1.5rem}
.control-item p:last-child{margin-bottom:0}
.site-footer{background:#041140;color:#fff;padding:3rem 0 1rem 0;margin-top:4rem}
.footer-content{max-width:1200px;margin:0 auto}
.footer-section{margin-bottom:2rem}
.footer-section h4{font-size:1.1rem;margin-bottom:1rem;color:#4a90e2;padding-left:10px}
.payment-icons,.provider-logos{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}
.payment-icons img,.provider-logos img{border-radius:4px;opacity:0.9;transition:opacity 0.3s;padding-left:10px}
.payment-icons img:hover,.provider-logos img:hover{opacity:1}
.footer-bottom{border-top:1px solid #1a4b8c;padding-top:1rem;text-align:center;color:#ccc}
@media (max-width:1080px){
.desktop-nav,.desktop-auth{display:none}
.hamburger-menu{display:flex}
.mobile-nav{display:block}
.banner-container{grid-template-columns:1fr;text-align:center;gap:3rem}
.banner-content h1{font-size:2.5rem}
.promotion-stats{justify-content:center;flex-wrap:wrap}
.promotions-grid{grid-template-columns:1fr}
.restriction-categories{grid-template-columns:1fr}
.tips-grid{grid-template-columns:1fr}
}
@media (max-width:768px){
.header-container{padding:0.75rem}
.banner-content h1{font-size:2rem}
.banner-subtitle{font-size:1.1rem}
.promotion-stats{gap:1rem}
.stat-item{padding:1rem}
.stat-number{font-size:2rem}
.promotion-card{margin:0 1rem}
.guide-section{padding:2rem 1.5rem}
.tip-card{padding:2rem 1.5rem}
.restriction-group{padding:2rem 1.5rem}
.timeline-period{padding:2rem 1.5rem}
.control-item{padding:2rem 1.5rem}
}
@media (max-width:480px){
.banner-content h1{font-size:1.8rem}
.promotion-stats{flex-direction:column}
.promotions-grid{grid-template-columns:1fr;gap:1.5rem}
.period-header{flex-direction:column;gap:1rem;text-align:center}
.calc-step{flex-direction:column;gap:0.5rem;text-align:center}
.weight-row{flex-direction:column;gap:0.5rem;text-align:center}
.restriction-item{padding:1rem}
.mobile-auth{flex-direction:column}
}
@media (max-width:320px){
.logo-container{width:120px;height:30px}
.banner-content h1{font-size:1.5rem}
.promo-value{font-size:1.8rem}
.promotions-grid{grid-template-columns:1fr}
.payment-icons img,.provider-logos img{width:32px;height:auto}
}