*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:Arial,sans-serif;line-height:1.6;color:#333;background:#ffffff;}
.main-header{background:#16213e;padding:0 10px;position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,0.3);}
.header-wrap{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;height:70px;}
.logo-box{flex-shrink:0;}
.logo-box a{display:block;}
.site-logo{display:block;width:160px;height:33px;}
.desk-nav{display:flex;}
.nav-list{display:flex;list-style:none;gap:30px;align-items:center;}
.nav-item{color:#fff;text-decoration:none;font-weight:500;transition:color 0.3s;}
.nav-item:hover{color:#f39c12;}
.desk-buttons{display:flex;gap:15px;}
.btn-auth{padding:10px 20px;text-decoration:none;border-radius:5px;font-weight:600;transition:all 0.3s;display:inline-block;}
.btn-sign{background:transparent;color:#fff;border:2px solid #f39c12;}
.btn-join{background:#f39c12;color:#fff;}
.btn-sign:hover{background:#f39c12;color:#fff;}
.btn-join:hover{background:#d68910;}
.burger-toggle{display:none;background:none;border:none;flex-direction:column;cursor:pointer;position:relative;width:30px;height:24px;}
.burger-bar{width:25px;height:3px;background:#fff;transition:all 0.3s;position:absolute;left:0;}
.burger-bar:nth-child(1){top:0;}
.burger-bar:nth-child(2){top:10px;}
.burger-bar:nth-child(3){top:20px;}
.mob-nav{display:none;position:fixed;top:0;right:-100%;width:300px;height:100vh;background:#16213e;box-shadow:-5px 0 15px rgba(0,0,0,0.5);transition:right 0.3s;z-index:2000;overflow-y:auto;}
.mob-nav.active{right:0;}
.mob-nav-inner{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid rgba(255,255,255,0.1);}
.mob-logo-box img{width:160px;height:33px;}
.mob-close{background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;line-height:1;padding:0;width:40px;height:40px;}
.mob-list{list-style:none;padding:20px;}
.mob-item,.mob-auth{display:block;color:#fff;text-decoration:none;padding:15px 0;border-bottom:1px solid rgba(255,255,255,0.1);transition:color 0.3s;}
.mob-item:hover{color:#f39c12;}
.mob-auth{background:#f39c12;margin:10px 0;padding:15px;text-align:center;border-radius:5px;border:none;}
.mob-signin{background:transparent;border:2px solid #f39c12;}
.page-content{margin-top:70px;padding:0;}
.content-wrap{max-width:1000px;margin:0 auto;padding:60px 10px;}
h1{font-size:2.5rem;color:#16213e;margin-bottom:30px;}
h2{font-size:2rem;color:#16213e;margin-top:40px;margin-bottom:20px;}
h3{font-size:1.4rem;color:#333;margin-top:30px;margin-bottom:15px;}
p{margin-bottom:20px;line-height:1.8;font-size:1.05rem;}
.warning-list{margin:20px 0 30px 0;padding-left:0;list-style:none;}
.warning-list li{padding:12px 0 12px 35px;border-bottom:1px solid #e9ecef;position:relative;font-size:1rem;}
.warning-list li:before{content:"⚠️";position:absolute;left:0;top:12px;font-size:1.2rem;}
.contact-list{margin:15px 0 25px 0;padding-left:0;list-style:none;}
.contact-list li{padding:10px 0 10px 30px;position:relative;font-size:1rem;}
.contact-list li:before{content:"📞";position:absolute;left:0;top:10px;}
.page-footer{background:#0d1421;color:#fff;padding:50px 10px 20px;}
.footer-wrap{max-width:1400px;margin:0 auto;}
.footer-blocks{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:40px;}
.footer-block h3{margin-bottom:20px;color:#f39c12;font-size:1.2rem;}
.footer-block p{color:#bdc3c7;line-height:1.7;}
.footer-links{list-style:none;}
.footer-links li{margin-bottom:10px;}
.footer-links a{color:#bdc3c7;text-decoration:none;transition:color 0.3s;}
.footer-links a:hover{color:#f39c12;}
.payments-strip,.providers-strip{margin-bottom:35px;text-align:center;}
.payments-strip h3,.providers-strip h3{margin-bottom:20px;color:#f39c12;font-size:1.2rem;}
.payment-logos,.provider-logos{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:center;}
.payment-logos img,.provider-logos img{opacity:0.8;transition:opacity 0.3s;}
.payment-logos img:hover,.provider-logos img:hover{opacity:1;}
.footer-legal{border-top:1px solid rgba(255,255,255,0.1);padding-top:25px;text-align:center;}
.footer-legal p{color:#7f8c8d;font-size:0.9rem;margin-bottom:8px;line-height:1.6;}
@media (max-width:1200px){
.content-wrap{padding:50px 10px;}
.header-wrap{max-width:100%;}
}
@media (max-width:1080px){
.desk-nav,.desk-buttons{display:none;}
.burger-toggle{display:flex;}
.mob-nav{display:block;}
.footer-blocks{grid-template-columns:1fr;}
}
@media (max-width:768px){
h1{font-size:2rem;}
h2{font-size:1.7rem;}
h3{font-size:1.2rem;}
.content-wrap{padding:40px 10px;}
}
@media (max-width:480px){
h1{font-size:1.7rem;}
h2{font-size:1.5rem;}
h3{font-size:1.1rem;}
p{font-size:1rem;}
.content-wrap{padding:35px 10px;}
.payment-logos,.provider-logos{gap:15px;}
}
@media (max-width:320px){
h1{font-size:1.5rem;}
h2{font-size:1.3rem;}
.header-wrap{height:60px;}
.page-content{margin-top:60px;}
.mob-nav{width:100%;}
}