*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#181819;color:#e8e8e8;line-height:1.7;font-size:17px;}
a{color:#ff3b3b;text-decoration:none;transition:color 0.3s;}
a:hover{color:#ff6b6b;}
img{max-width:100%;height:auto;display:block;}
header{background:#1c1d22;position:sticky;top:0;z-index:1000;box-shadow:0 2px 12px rgba(0,0,0,0.4);}
.topnav{display:flex;align-items:center;justify-content:space-between;padding:14px 10px;max-width:1400px;margin:0 auto;}
.brandlogo img{width:150px;height:58px;}
.linkbar{display:flex;align-items:center;}
.linkbar a,.linkbar .activelink{margin:0 18px;font-weight:500;font-size:16px;color:#e8e8e8;white-space:nowrap;}
.linkbar .activelink{color:#ff3b3b;}
.linkbar a:hover{color:#ff3b3b;}
.authbtns{display:flex;}
.btnsignin,.btnsignup{padding:10px 24px;border-radius:6px;font-weight:600;font-size:15px;transition:all 0.3s;}
.btnsignin{background:transparent;border:2px solid #ff3b3b;color:#ff3b3b;margin-right:12px;}
.btnsignin:hover{background:#ff3b3b;color:#fff;}
.btnsignup{background:#ff3b3b;color:#fff;border:2px solid #ff3b3b;}
.btnsignup:hover{background:#ff1a1a;border-color:#ff1a1a;}
.menutoggle{display:none;flex-direction:column;background:transparent;border:none;cursor:pointer;}
.menutoggle span{width:26px;height:3px;background:#ff3b3b;margin:3px 0;border-radius:2px;transition:all 0.3s;}
.sidepanel{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#1c1d22;transition:right 0.3s ease;padding:20px;box-shadow:-4px 0 20px rgba(0,0,0,0.5);z-index:1001;overflow-y:auto;}
.sidepanel.active{right:0;}
.paneltop{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;}
.paneltop img{width:130px;height:auto;}
.closemenu{background:transparent;border:none;font-size:36px;color:#ff3b3b;cursor:pointer;line-height:1;}
.sidelinks{display:flex;flex-direction:column;}
.sidelinks a,.sidelinks .activelink{padding:14px 0;font-size:17px;color:#e8e8e8;border-bottom:1px solid rgba(255,255,255,0.1);}
.sidelinks .activelink{color:#ff3b3b;}
.sideauth{margin-top:24px;display:flex;flex-direction:column;}
.sideauth .btnsignin,.sideauth .btnsignup{margin:8px 0;text-align:center;}
.pagetext{max-width:1000px;margin:0 auto 60px;padding:0 10px;}
.pagetext h1{font-size:48px;margin:60px 0 24px;color:#ff3b3b;text-align:center;}
.pagetext h2{font-size:38px;margin-bottom:24px;color:#ff3b3b;}
.pagetext p{margin-bottom:20px;color:#d4d4d4;line-height:1.8;}
footer{background:#181819;padding:50px 10px 30px;border-top:3px solid #ff3b3b;}
.bottomzone{max-width:1000px;margin:0 auto;text-align:center;}
.bottomlinks{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:40px;}
.bottomlinks a{margin:8px 16px;font-size:15px;color:#c4c4c4;}
.bottomlinks a:hover{color:#ff3b3b;}
.iconstrip{margin-bottom:36px;}
.iconstrip h4{font-size:18px;color:#ff3b3b;margin-bottom:16px;}
.payicons,.provicons,.trusticons{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;}
.payicons img,.provicons img,.trusticons img{margin:8px 12px;opacity:0.85;transition:opacity 0.3s;}
.payicons img:hover,.provicons img:hover,.trusticons img:hover{opacity:1;}
.legalnotice{margin-top:36px;padding-top:24px;border-top:1px solid rgba(255,255,255,0.1);}
.legalnotice p{font-size:13px;color:#999;line-height:1.6;}
@media(max-width:1080px){
.linkbar,.authbtns{display:none;}
.menutoggle{display:flex;}
.pagetext h1{font-size:38px;margin:40px 0 20px;}
}
@media(max-width:768px){
.topnav{padding:12px 10px;}
.brandlogo img{width:130px;height:auto;}
.pagetext h1{font-size:32px;}
.pagetext h2{font-size:32px;}
}
@media(max-width:480px){
.pagetext h1{font-size:28px;}
.pagetext h2{font-size:28px;}
.pagetext p{font-size:16px;}
}
@media(max-width:320px){
.pagetext h1{font-size:24px;}
.pagetext h2{font-size:24px;}
}
@media(max-width:300px){
.sidepanel{width:100%;right:-100%;}
.sidepanel.active{right:0;}
}