*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#f0f0f0;background:#33296f;overflow-x:hidden}
header{background:#0e1076;position:sticky;top:0;z-index:1000;box-shadow:0 2px 12px rgba(0,0,0,0.3)}
.topbar{max-width:100%;margin:0 auto;padding:15px 10px;display:flex;align-items:center;justify-content:space-between}
.brand a{display:block}
.brand img{display:block;width:160px;height:40px;object-fit:contain}
.mainmenu{display:flex;gap:28px;align-items:center}
.mainmenu a{color:#fff;text-decoration:none;font-size:15px;font-weight:500;transition:color 0.3s;cursor:pointer}
.mainmenu a:hover{color:#ffd700}
.mainmenu a.active{color:#ffd700;cursor:default}
.authbuttons{display:flex;gap:12px}
.authbuttons .signin{padding:9px 24px;background:transparent;border:1.5px solid #fff;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:14px;transition:all 0.3s}
.authbuttons .signin:hover{background:#fff;color:#0e1076}
.authbuttons .signup{padding:9px 24px;background:#ffd700;color:#0e1076;text-decoration:none;border-radius:6px;font-weight:600;font-size:14px;transition:all 0.3s}
.authbuttons .signup:hover{background:#ffed4e;transform:translateY(-2px)}
.burgermenu{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:5px}
.burgermenu span{width:28px;height:3px;background:#fff;border-radius:2px;transition:all 0.3s}
.mobilenav{display:none;position:fixed;top:0;right:-100%;width:300px;max-width:100%;height:100vh;background:#0e1076;flex-direction:column;padding:20px;transition:right 0.4s;z-index:1001;box-shadow:-4px 0 20px rgba(0,0,0,0.5)}
.mobilenav.active{right:0}
.mobiletop{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px}
.mobiletop img{width:140px;height:35px}
.closemenu{background:transparent;border:none;color:#fff;font-size:32px;cursor:pointer;padding:0;line-height:1;font-weight:300}
.mobilenav a{color:#fff;text-decoration:none;padding:14px 0;font-size:16px;font-weight:500;border-bottom:1px solid rgba(255,255,255,0.1);transition:color 0.3s}
.mobilenav a:hover{color:#ffd700}
.mobilenav a.active{color:#ffd700}
.mobileauth{display:flex;flex-direction:column;gap:12px;margin-top:25px}
.mobileauth .signin,.mobileauth .signup{padding:12px;text-align:center;border-radius:6px;font-weight:600;text-decoration:none}
.mobileauth .signin{background:transparent;border:1.5px solid #fff;color:#fff}
.mobileauth .signup{background:#ffd700;color:#0e1076}
.maincontent{max-width:900px;margin:0 auto;padding:60px 10px}
article{background:rgba(21,22,71,0.6);padding:45px 35px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.3)}
h1{font-size:38px;color:#ffd700;margin-bottom:25px;font-weight:800}
h2{font-size:28px;color:#ffd700;margin:35px 0 20px;font-weight:700}
p{margin-bottom:18px;font-size:16px;color:#e0e0e0;line-height:1.7}
footer{background:#151647;padding:50px 10px 30px;margin-top:80px}
.footercontent{max-width:1200px;margin:0 auto}
.footerlinks{display:flex;flex-wrap:wrap;justify-content:center;gap:25px;margin-bottom:40px}
.footerlinks a{color:#b0b0b0;text-decoration:none;font-size:14px;transition:color 0.3s}
.footerlinks a:hover{color:#ffd700}
.footercarousels{margin-bottom:40px}
.carouselblock{margin-bottom:30px}
.carouselblock h4{text-align:center;color:#ffd700;font-size:16px;margin-bottom:15px;font-weight:600}
.iconscroll{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px;padding:15px 0}
.iconscroll img{filter:brightness(0.9);transition:filter 0.3s;object-fit:contain}
.iconscroll img:hover{filter:brightness(1.1)}
.legalnotice{max-width:900px;margin:0 auto;text-align:center;padding:25px 20px;border-top:1px solid rgba(255,255,255,0.1)}
.legalnotice p{font-size:13px;color:#999;line-height:1.7;margin:0}
@media(max-width:1080px){
.mainmenu,.authbuttons{display:none}
.burgermenu{display:flex}
.mobilenav{display:flex}
}
@media(max-width:768px){
.topbar{padding:12px 10px}
.brand img{width:140px;height:35px}
article{padding:30px 20px}
h1{font-size:32px}
h2{font-size:24px}
}
@media(max-width:480px){
.maincontent{padding:40px 10px}
article{padding:25px 15px}
h1{font-size:28px}
h2{font-size:22px}
p{font-size:15px}
}
@media(max-width:320px){
.brand img{width:120px;height:30px}
article{padding:20px 12px}
h1{font-size:24px}
h2{font-size:20px}
p{font-size:14px}
}