*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6;color:#ffffff;background:#464954;}
a{text-decoration:none;color:inherit;}
img{display:block;max-width:100%;height:auto;}
.top-bar{background:#1C1D21;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,0.3);}
.top-bar-inner{max-width:1400px;margin:0 auto;padding:15px 10px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.logo-link{display:inline-block;width:82px;height:60px;flex-shrink:0;}
.logo-img{width:82px;height:60px;object-fit:contain;}
.mobile-menu-toggle{display:none;background:transparent;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:8px;margin-left:auto;}
.burger-line{display:block;width:28px;height:3px;background:#ffffff;transition:all 0.3s ease;}
.mobile-menu-toggle.open .burger-line:nth-child(1){transform:rotate(45deg) translate(8px,8px);}
.mobile-menu-toggle.open .burger-line:nth-child(2){opacity:0;}
.mobile-menu-toggle.open .burger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-7px);}
.top-nav{display:flex;gap:32px;align-items:center;margin-left:40px;}
.nav-link{font-size:16px;font-weight:500;color:#ffffff;transition:color 0.3s ease;padding:8px 0;}
.nav-link:hover{color:#f0ca98;}
.active-nav{color:#ffffff;font-weight:700;}
.auth-buttons{display:flex;gap:15px;align-items:center;margin-left:auto;}
.btn-signin{padding:10px 24px;background:transparent;color:#ffffff;font-weight:600;font-size:15px;transition:all 0.3s ease;border-radius:6px;}
.btn-signin:hover{background:rgba(255,255,255,0.1);}
.btn-signup{padding:10px 24px;background:#f0ca98;color:#1C1D21;font-weight:700;font-size:15px;transition:all 0.3s ease;border-radius:6px;}
.btn-signup:hover{background:#e8bf89;transform:translateY(-2px);}
.mobile-nav{display:none;flex-direction:column;width:100%;background:#1C1D21;padding:20px 10px;gap:12px;max-height:0;overflow:hidden;transition:max-height 0.4s ease;}
.mobile-nav.open{max-height:500px;display:flex;}
.mobile-nav-link{font-size:16px;font-weight:500;color:#ffffff;padding:12px 15px;transition:background 0.3s ease;border-radius:4px;}
.mobile-nav-link:hover{background:rgba(255,255,255,0.1);}
.mobile-nav-btn-signin{padding:12px 15px;background:transparent;color:#ffffff;font-weight:600;text-align:center;transition:all 0.3s ease;border-radius:4px;}
.mobile-nav-btn-signin:hover{background:rgba(255,255,255,0.1);}
.mobile-nav-btn-signup{padding:12px 15px;background:#f0ca98;color:#1C1D21;font-weight:700;text-align:center;transition:all 0.3s ease;border-radius:4px;}
.mobile-nav-btn-signup:hover{background:#e8bf89;}
.page-body{max-width:1200px;margin:0 auto;padding:60px 10px;}
.bonuses-intro-block,.welcome-bonus-block,.bonus-types-block,.wagering-guide-block,.terms-conditions-block,.vip-program-block,.claiming-guide-block{margin-bottom:60px;}
.bonuses-intro-inner,.welcome-bonus-inner,.bonus-types-inner,.wagering-guide-inner,.terms-conditions-inner,.vip-program-inner,.claiming-guide-inner{max-width:100%;}
h1{font-size:48px;font-weight:800;margin-bottom:28px;color:#f0ca98;line-height:1.2;}
h2{font-size:36px;font-weight:700;margin-bottom:24px;color:#f0ca98;text-align:left;}
h3{font-size:26px;font-weight:600;margin-bottom:18px;color:#ffffff;text-align:left;}
h4{font-size:20px;font-weight:600;margin-bottom:12px;color:#ffffff;}
p{margin-bottom:18px;color:#e8e8e8;font-size:16px;line-height:1.7;}
.bonus-highlight-card{background:linear-gradient(135deg,#f0ca98,#d4b589);padding:40px;border-radius:12px;margin:35px 0;box-shadow:0 6px 20px rgba(240,202,152,0.3);}
.bonus-amount{font-size:42px;font-weight:900;color:#1C1D21;margin-bottom:25px;text-align:center;}
.bonus-details p{color:#1C1D21;font-size:16px;font-weight:600;margin-bottom:12px;}
.bonus-types-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:30px;}
.bonus-type-card{background:linear-gradient(135deg,#1C1D21,#2a2b33);padding:28px;border-radius:10px;text-align:center;transition:transform 0.3s ease,box-shadow 0.3s ease;box-shadow:0 4px 12px rgba(0,0,0,0.3);position:relative;overflow:hidden;}
.bonus-type-card::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(240,202,152,0.05),transparent);opacity:0;transition:opacity 0.3s ease;}
.bonus-type-card:hover::before{opacity:1;}
.bonus-type-card:hover{transform:translateY(-8px);box-shadow:0 8px 20px rgba(240,202,152,0.2);}
.bonus-type-icon{font-size:48px;margin-bottom:16px;}
.bonus-type-card h3{color:#f0ca98;margin-bottom:14px;font-size:22px;}
.bonus-type-card p{color:#e8e8e8;font-size:15px;line-height:1.6;}
.cta-block-centered{text-align:center;margin:50px 0;}
.cta-btn{display:inline-block;padding:18px 48px;background:#f0ca98;color:#1C1D21;font-size:18px;font-weight:700;border-radius:8px;transition:all 0.3s ease;box-shadow:0 4px 12px rgba(240,202,152,0.3);}
.cta-btn:hover{background:#e8bf89;transform:translateY(-3px);box-shadow:0 6px 18px rgba(240,202,152,0.5);}
.wagering-example-card{background:#1C1D21;padding:28px;border-radius:10px;margin:30px 0;box-shadow:0 4px 12px rgba(0,0,0,0.3);}
.wagering-example-card h4{color:#f0ca98;margin-bottom:18px;font-size:22px;}
.wagering-example-card p{font-size:15px;line-height:1.8;margin-bottom:12px;}
.terms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:30px;}
.term-card{background:#1C1D21;padding:28px;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,0.3);transition:transform 0.3s ease;}
.term-card:hover{transform:translateY(-5px);}
.term-card h4{color:#f0ca98;margin-bottom:18px;font-size:20px;}
.term-card p{font-size:15px;line-height:1.7;color:#e8e8e8;}
.vip-tiers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:30px;}
.vip-tier-card{background:linear-gradient(135deg,#2a2b33,#1C1D21);padding:28px;border-radius:10px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,0.3);transition:transform 0.3s ease;}
.vip-tier-card:hover{transform:scale(1.05);}
.vip-tier-card h4{color:#f0ca98;margin-bottom:18px;font-size:22px;}
.vip-tier-card p{font-size:14px;line-height:1.8;color:#e8e8e8;text-align:left;}
.claiming-steps{display:flex;gap:24px;margin:40px 0;justify-content:space-between;}
.claiming-step{flex:1;background:#1C1D21;padding:24px;border-radius:8px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,0.3);}
.step-num{width:50px;height:50px;background:#f0ca98;color:#1C1D21;font-size:24px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;}
.claiming-step h4{font-size:18px;margin-bottom:12px;}
.claiming-step p{font-size:14px;line-height:1.6;}
.bottom-bar{background:#1C1D22;padding:50px 10px 30px;color:#e8e8e8;}
.bottom-bar-inner{max-width:1200px;margin:0 auto;text-align:center;}
.payments-carousel-block,.providers-carousel-block{margin-bottom:40px;}
.payments-carousel-block h4,.providers-carousel-block h4{font-size:18px;font-weight:600;color:#f0ca98;margin-bottom:20px;}
.payments-carousel,.providers-carousel{display:flex;flex-wrap:wrap;gap:20px;align-items:center;justify-content:center;}
.payment-icon,.provider-logo{opacity:0.8;transition:opacity 0.3s ease;}
.payment-icon:hover,.provider-logo:hover{opacity:1;}
.contact-info-block{margin-bottom:30px;padding:20px;background:rgba(240,202,152,0.05);border-radius:6px;}
.contact-info-block p{font-size:16px;color:#e8e8e8;margin:0;}
.phone-link{color:#f0ca98;font-weight:600;transition:color 0.3s ease;}
.phone-link:hover{color:#e8bf89;}
.bottom-nav{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:30px;}
.bottom-nav-link{font-size:14px;color:#e8e8e8;transition:color 0.3s ease;}
.bottom-nav-link:hover{color:#f0ca98;}
.license-info{margin:30px 0;padding:20px;background:rgba(240,202,152,0.05);border-radius:6px;}
.license-info p{font-size:13px;color:#cccccc;margin-bottom:8px;}
.copyright-info p{font-size:12px;color:#999999;}
@media (max-width:1080px){
.mobile-menu-toggle{display:flex;}
.top-nav{display:none;}
.auth-buttons{display:none;}
h1{font-size:36px;}
h2{font-size:30px;}
h3{font-size:22px;}
.bonus-amount{font-size:34px;}
.bonus-types-grid,.terms-grid,.vip-tiers-grid{grid-template-columns:repeat(2,1fr);}
.claiming-steps{flex-direction:column;}
}
@media (max-width:768px){
h1{font-size:28px;}
h2{font-size:26px;}
h3{font-size:20px;}
.bonus-amount{font-size:30px;}
.bonus-highlight-card{padding:30px;}
.bonus-types-grid,.terms-grid,.vip-tiers-grid{grid-template-columns:1fr;}
.cta-btn{font-size:16px;padding:14px 36px;}
}
@media (max-width:480px){
.page-body{padding:40px 10px;}
h1{font-size:24px;}
h2{font-size:22px;}
h3{font-size:18px;}
p{font-size:14px;}
.bonus-amount{font-size:26px;}
.bonus-highlight-card{padding:25px;}
.bonus-details p{font-size:14px;}
.cta-btn{font-size:15px;padding:12px 30px;}
.bonus-type-card,.term-card,.vip-tier-card,.claiming-step{padding:20px;}
.contact-info-block p{font-size:14px;}
}
@media (max-width:320px){
h1{font-size:20px;}
h2{font-size:20px;}
h3{font-size:16px;}
p{font-size:13px;}
.bonus-amount{font-size:22px;}
.bonus-highlight-card{padding:20px;}
.cta-btn{font-size:14px;padding:10px 24px;}
.contact-info-block p{font-size:13px;}
}
@media (max-width:220px){
.page-body{padding:40px 5px;}
h1{font-size:16px;}
h2{font-size:18px;}
h3{font-size:14px;}
h4{font-size:14px;}
p{font-size:12px;line-height:1.5;}
.top-bar-inner{padding:12px 5px;}
.logo-link{width:60px;height:44px;}
.logo-img{width:60px;height:44px;}
.mobile-menu-toggle{padding:6px;}
.burger-line{width:22px;height:2px;}
.mobile-nav{padding:15px 5px;}
.mobile-nav-link{font-size:14px;padding:10px 8px;}
.mobile-nav-btn-signin,.mobile-nav-btn-signup{font-size:14px;padding:10px 8px;}
.bonus-amount{font-size:18px;}
.bonus-highlight-card{padding:15px;}
.bonus-details p{font-size:11px;margin-bottom:8px;}
.bonus-type-card,.term-card,.vip-tier-card,.claiming-step{padding:15px;}
.bonus-type-icon{font-size:36px;}
.bonus-type-card h3,.term-card h4,.vip-tier-card h4{font-size:16px;}
.bonus-type-card p,.term-card p,.vip-tier-card p{font-size:11px;}
.step-num{width:40px;height:40px;font-size:20px;}
.claiming-step h4{font-size:14px;}
.claiming-step p{font-size:11px;}
.wagering-example-card{padding:18px;}
.wagering-example-card h4{font-size:16px;}
.wagering-example-card p{font-size:11px;}
.cta-btn{font-size:13px;padding:10px 20px;}
.contact-info-block{padding:15px;}
.contact-info-block p{font-size:12px;}
.bottom-nav{gap:12px;}
.bottom-nav-link{font-size:12px;}
.license-info{padding:15px;}
.license-info p{font-size:11px;}
.copyright-info p{font-size:11px;}
.payments-carousel-block h4,.providers-carousel-block h4{font-size:16px;}
.payments-carousel,.providers-carousel{gap:12px;}
}
