*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:Arial,sans-serif;background-color:#121213;color:#e8e8e8;line-height:1.6;font-size:16px;}
a{color:#e8e8e8;text-decoration:none;}
img{display:block;max-width:100%;height:auto;}
header{background-color:#130e0d;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,0.3);}
.topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 10px;max-width:1400px;margin:0 auto;}
.brand{width:60px;height:60px;flex-shrink:0;}
.brand img{width:100%;height:100%;object-fit:contain;}
.desktopmenu{display:none;}
.desktopmenu a{padding:8px 16px;border-radius:4px;transition:background-color 0.3s;}
.desktopmenu a:hover{background-color:rgba(255,255,255,0.1);}
.desktopmenu a.current{color:#ffd700;font-weight:600;}
.authbuttons{display:none;gap:12px;}
.signupbtn,.signinbtn{padding:10px 24px;border-radius:6px;font-weight:600;transition:all 0.3s;}
.signupbtn{background:linear-gradient(135deg,#ffd700,#ffed4e);color:#000;}
.signupbtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,215,0,0.4);}
.signinbtn{background-color:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.3);}
.signinbtn:hover{background-color:rgba(255,255,255,0.2);}
.menutoggle{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;}
.menutoggle span{width:28px;height:3px;background-color:#e8e8e8;border-radius:2px;transition:all 0.3s;}
.menutoggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px);}
.menutoggle.active span:nth-child(2){opacity:0;}
.menutoggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px);}
.mobilemenu{display:none;flex-direction:column;background-color:#1a1615;padding:0;max-height:0;overflow:hidden;transition:max-height 0.4s ease;}
.mobilemenu.open{display:flex;max-height:600px;padding:20px 10px;}
.mobilemenu a{padding:14px 20px;border-bottom:1px solid rgba(255,255,255,0.1);transition:background-color 0.3s;}
.mobilemenu a:hover{background-color:rgba(255,255,255,0.05);}
.mobilemenu a.current{color:#ffd700;font-weight:600;}
.mobilesignup,.mobilesignin{margin-top:8px;text-align:center;padding:12px 24px!important;border-radius:6px;}
.mobilesignup{background:linear-gradient(135deg,#ffd700,#ffed4e);color:#000;font-weight:600;}
.mobilesignin{background-color:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.3);margin-top:12px;}
main{padding:10px;}
.bonusestop{max-width:1200px;margin:0 auto 50px;padding:40px 10px;text-align:center;position:relative;}
.bonusestop::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:800px;height:100%;background:repeating-linear-gradient(90deg,transparent,transparent 20px,rgba(255,215,0,0.05) 20px,rgba(255,215,0,0.05) 40px);z-index:-1;border-radius:12px;}
.bonusestop h1{font-size:32px;line-height:1.3;margin-bottom:20px;color:#ffd700;}
.bonusestop p{font-size:17px;line-height:1.7;color:#d4d4d4;max-width:900px;margin:0 auto;}
.welcomebonus,.bonustypes,.termsguide,.vipprogram,.claimguide,.mobilebonuses{max-width:1200px;margin:0 auto 60px;padding:0 10px;}
h2{font-size:28px;margin-bottom:24px;color:#ffd700;text-align:center;}
h3{font-size:22px;margin-bottom:16px;color:#ffed4e;}
p{margin-bottom:16px;color:#d4d4d4;}
.welcomegrid,.vipgrid,.mobilegrid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:30px;}
.welcomecard,.vipcard,.mobilecard{background-color:#1a1a1b;padding:28px;border-radius:8px;transition:transform 0.3s,box-shadow 0.3s;}
.welcomecard:hover,.vipcard:hover,.mobilecard:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(255,215,0,0.2);}
.welcomecard h3,.vipcard h3,.mobilecard h3{font-size:20px;margin-bottom:18px;color:#ffd700;}
.welcomecard p,.vipcard p,.mobilecard p{font-size:15px;line-height:1.6;color:#c4c4c4;margin-bottom:10px;}
.welcomecard p:last-child,.vipcard p:last-child,.mobilecard p:last-child{margin-bottom:0;}
.typescards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:30px;}
.typecard{background-color:#1a1a1b;padding:28px;border-radius:8px;transition:transform 0.3s,box-shadow 0.3s;}
.typecard:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(255,215,0,0.2);}
.typecard h3{font-size:20px;margin-bottom:14px;color:#ffd700;}
.typecard p{font-size:15px;line-height:1.6;color:#c4c4c4;}
.termsguide ul{list-style:none;padding-left:0;margin:20px 0;}
.termsguide li{padding:12px 0 12px 28px;position:relative;line-height:1.6;color:#d4d4d4;}
.termsguide li::before{content:'⚠️';position:absolute;left:0;font-size:18px;}
.claimguide ol{padding-left:20px;margin:20px 0;}
.claimguide li{margin-bottom:12px;color:#d4d4d4;}
.ctablock{text-align:center;margin-top:40px;}
.primarycta{display:inline-block;padding:16px 48px;border-radius:8px;font-size:18px;font-weight:700;transition:all 0.3s;background:linear-gradient(135deg,#ffd700,#ffed4e);color:#000;box-shadow:0 4px 15px rgba(255,215,0,0.3);}
.primarycta:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(255,215,0,0.5);}
footer{background-color:#181819;padding:40px 10px 20px;margin-top:60px;}
.footertop{max-width:1200px;margin:0 auto 40px;}
.footerlinks{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;}
.footerlinks a{font-size:14px;transition:color 0.3s;}
.footerlinks a:hover{color:#ffd700;}
.paymentsproviders{max-width:1200px;margin:0 auto 40px;}
.paymentsrow,.providersrow{margin-bottom:30px;}
.paymentsrow h3,.providersrow h3{font-size:16px;text-align:center;margin-bottom:16px;color:#ffd700;}
.paymentsicons,.providerslogos{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:center;}
.paymentsicons img,.providerslogos img{opacity:0.8;transition:opacity 0.3s;}
.paymentsicons img:hover,.providerslogos img:hover{opacity:1;}
.footerbottom{max-width:900px;margin:0 auto;text-align:center;padding-top:30px;border-top:1px solid rgba(255,255,255,0.1);}
.licensebox{margin-bottom:20px;}
.licensebox p{font-size:13px;color:#a0a0a0;margin-bottom:8px;}
.copyright{font-size:13px;color:#808080;}
@media(min-width:1081px){
.desktopmenu{display:flex;gap:8px;}
.authbuttons{display:flex;}
.menutoggle{display:none;}
}
@media(max-width:1080px){
.topbar{flex-wrap:wrap;}
}
@media(max-width:768px){
.bonusestop h1{font-size:26px;}
.bonusestop p{font-size:16px;}
h2{font-size:24px;}
h3{font-size:20px;}
.welcomegrid,.vipgrid,.mobilegrid{grid-template-columns:1fr;}
.typescards{grid-template-columns:1fr;}
}
@media(max-width:480px){
.topbar{padding:10px 10px;}
.brand{width:50px;height:50px;}
.bonusestop h1{font-size:22px;}
.bonusestop p{font-size:15px;}
h2{font-size:22px;}
.primarycta{padding:14px 32px;font-size:16px;}
}
@media(max-width:320px){
.bonusestop h1{font-size:20px;}
.bonusestop p{font-size:14px;}
h2{font-size:20px;}
}