*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;background:#202732;color:#e8e8e8;line-height:1.6;overflow-x:hidden;}
a{text-decoration:none;color:inherit;}
img{max-width:100%;height:auto;display:block;}
button{border:none;background:none;cursor:pointer;font-family:inherit;}
ul{list-style:none;}
header{background:#131922;padding:0 10px;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,0.3);}
.navwrap{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:15px 0;}
.brandlogo img{width:165px;height:55px;object-fit:contain;}
.desklinks{display:flex;align-items:center;}
.linkitem{padding:10px 20px;color:#e8e8e8;font-weight:500;transition:color 0.3s;}
.linkitem:hover{color:#d2be6a;}
.linkitem.current{color:#d2be6a;font-weight:600;}
.authbtns{display:flex;}
.btnauth{padding:10px 24px;margin-left:12px;border-radius:5px;font-weight:600;transition:all 0.3s;}
.btnsignin{background:transparent;border:2px solid #d2be6a;color:#d2be6a;}
.btnsignin:hover{background:#d2be6a;color:#131922;}
.btnsignup{background:#d2be6a;color:#131922;}
.btnsignup:hover{background:#dcc982;transform:translateY(-2px);}
.hamburger{display:none;flex-direction:column;width:30px;height:24px;justify-content:space-between;}
.hamburger span{width:100%;height:3px;background:#d2be6a;border-radius:2px;transition:all 0.3s;}
.mobilemenu{display:none;position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#131922;padding:20px;transition:right 0.3s ease;z-index:2000;box-shadow:-2px 0 10px rgba(0,0,0,0.5);}
.mobilemenu.menuactive{right:0;}
.menutopbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;}
.menutopbar img{width:140px;height:auto;}
.closeburger{font-size:28px;color:#d2be6a;width:32px;height:32px;}
.mobilelinks{display:flex;flex-direction:column;margin-bottom:20px;}
.mobilelinks span,.mobilelinks a{padding:12px 0;color:#e8e8e8;font-weight:500;display:block;}
.mobilelinks span{color:#d2be6a;font-weight:600;}
.mobileauth{display:flex;flex-direction:column;}
.mobileauth .btnauth{margin:8px 0;text-align:center;}
main{max-width:1400px;margin:0 auto;padding:0 10px;}
section{padding:60px 10px;}
h1{font-size:2.8rem;color:#d2be6a;margin-bottom:20px;}
h2{font-size:2.2rem;color:#d2be6a;margin-bottom:25px;}
h3{font-size:1.5rem;color:#fff;margin-bottom:12px;}
p{margin-bottom:15px;color:#d0d0d0;}
.btnprimary{display:inline-block;padding:16px 40px;background:#d2be6a;color:#131922;font-weight:700;font-size:1.1rem;border-radius:6px;transition:all 0.3s;box-shadow:0 4px 12px rgba(210,190,106,0.3);}
.btnprimary:hover{background:#dcc982;transform:translateY(-3px);box-shadow:0 6px 16px rgba(210,190,106,0.5);}
.ctacenter{text-align:center;margin:30px 0;}
.slotsintro{background:linear-gradient(135deg,rgba(19,25,34,0.8) 0%,rgba(32,39,50,0.6) 100%);}
.slotsgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin:30px 0;}
.slotcard{background:rgba(19,25,34,0.7);padding:25px;border-radius:10px;display:flex;flex-direction:column;transition:transform 0.3s,box-shadow 0.3s;}
.slotcard:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(210,190,106,0.3);}
.slottag{display:inline-block;background:rgba(210,190,106,0.2);color:#d2be6a;padding:4px 12px;border-radius:4px;font-size:0.8rem;font-weight:600;margin-bottom:12px;align-self:flex-start;}
.slotcard h3{font-size:1.3rem;margin-bottom:10px;}
.slotmeta{display:flex;justify-content:space-between;margin-bottom:12px;font-size:0.85rem;color:#d2be6a;}
.slotdesc{font-size:0.9rem;color:#c0c0c0;margin-bottom:12px;flex:1;}
.slotfeatures{font-size:0.85rem;color:#b0b0b0;margin-bottom:15px;padding-top:10px;}
.slotfeatures strong{color:#d2be6a;}
.btnslot{display:block;width:100%;padding:12px 20px;background:#d2be6a;color:#131922;font-weight:600;text-align:center;border-radius:6px;margin-top:auto;transition:all 0.3s;}
.btnslot:hover{background:#dcc982;transform:translateY(-2px);}
.categoriesgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin:30px 0;}
.categorycard{background:rgba(19,25,34,0.6);padding:25px;border-radius:8px;transition:transform 0.3s;}
.categorycard:hover{transform:translateY(-5px);}
.categorycard h3{font-size:1.2rem;margin-bottom:12px;}
.categorycard p{font-size:0.9rem;color:#c0c0c0;margin:0;}
.providerboxes{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin:30px 0;}
.providerbox{background:rgba(19,25,34,0.6);padding:25px;border-radius:8px;}
.providerbox h3{font-size:1.3rem;margin-bottom:15px;color:#d2be6a;}
.providerbox p{font-size:0.9rem;margin-bottom:8px;color:#c0c0c0;}
.providerbox strong{color:#d2be6a;}
.rtpgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin:30px 0;}
.rtpbox{background:rgba(19,25,34,0.6);padding:25px;border-radius:8px;}
.rtpbox h3{font-size:1.2rem;margin-bottom:15px;color:#d2be6a;}
.rtpbox p{font-size:0.9rem;margin-bottom:8px;color:#c0c0c0;}
footer{background:#131922;padding:40px 10px 20px;margin-top:60px;}
.linkbar{max-width:1400px;margin:0 auto 30px;}
.bottomlinks{display:flex;flex-wrap:wrap;justify-content:center;}
.bottomlinks a{color:#d0d0d0;font-size:0.9rem;transition:color 0.3s;margin:0 15px 10px;}
.bottomlinks a:hover{color:#d2be6a;}
.providerstrips{max-width:1200px;margin:0 auto 30px;}
.strip{margin-bottom:30px;text-align:center;}
.strip h4{color:#d2be6a;font-size:1.1rem;margin-bottom:15px;}
.logorow{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;}
.logorow img{opacity:0.8;transition:opacity 0.3s;margin:10px 15px;}
.logorow img:hover{opacity:1;}
.legaltext{max-width:900px;margin:0 auto;text-align:center;}
.licenseinfo{font-size:0.85rem;color:#a0a0a0;line-height:1.7;margin-bottom:15px;}
.copyright{font-size:0.8rem;color:#808080;}
@media(max-width:1200px){
.slotsgrid,.categoriesgrid,.providerboxes{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:1080px){
.desklinks,.authbtns{display:none;}
.hamburger{display:flex;}
.mobilemenu{display:block;}
h1{font-size:2.2rem;}
}
@media(max-width:1024px){
h2{font-size:2rem;}
.rtpgrid{grid-template-columns:1fr 1fr;}
}
@media(max-width:968px){
section{padding:40px 10px;}
}
@media(max-width:768px){
.slotsgrid,.categoriesgrid,.providerboxes,.rtpgrid{grid-template-columns:1fr;}
h1{font-size:1.9rem;}
h2{font-size:1.8rem;}
}
@media(max-width:480px){
h1{font-size:1.6rem;}
h2{font-size:1.5rem;}
h3{font-size:1.2rem;}
.btnprimary{padding:14px 30px;font-size:1rem;}
.slotdesc,.categorycard p{font-size:0.85rem;}
}
@media(max-width:320px){
h1{font-size:1.4rem;}
h2{font-size:1.3rem;}
.btnprimary,.btnslot{padding:12px 24px;font-size:0.95rem;}
}
@media(max-width:300px){
.mobilemenu{width:100%;}
}
