*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;background:#222222;color:#ffffff;line-height:1.6;overflow-x:hidden;}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;text-decoration:none;}
header{background:#000000;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,0.5);}
.topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 10px;max-width:1400px;margin:0 auto;}
.brand{display:block;}
.brand img{width:180px;height:38px;}
.desk-nav{display:none;}
.auth-btns{display:none;}
.menu-toggle{background:transparent;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px;padding:5px;}
.menu-toggle span{width:28px;height:3px;background:#ffffff;display:block;transition:0.3s;}
.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px);}
.menu-toggle.active span:nth-child(2){opacity:0;}
.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px);}
.mob-nav{display:none;flex-direction:column;background:#000000;padding:20px 10px 30px;max-height:calc(100vh - 70px);overflow-y:auto;}
.mob-nav.active{display:flex;}
.mob-nav a{padding:12px 0;font-size:16px;transition:color 0.3s;}
.mob-nav a:hover{color:#fff;}
.mob-nav .btn-signup,.mob-nav .btn-signin{display:block;text-align:center;padding:12px;margin-top:15px;border-radius:5px;font-weight:600;transition:background 0.3s,border-color 0.3s;}
.btn-signup{background:#ff9500;color:#000000;}
.btn-signup:hover{background:#e68600;color:#000000;}
.btn-signin{background:transparent;border:2px solid #ff9500;color:#ff9500;}
.btn-signin:hover{border-color:#e68600;color:#e68600;background:transparent;}
.hero-bg{background:url('/images/hero-background.webp') center/cover no-repeat;min-height:520px;display:flex;align-items:center;justify-content:center;padding:40px 10px;position:relative;}
.hero-bg::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.8);z-index:1;}
.lead-block{position:relative;z-index:2;text-align:center;max-width:900px;}
.lead-block h1{font-size:28px;margin-bottom:20px;text-shadow:3px 3px 8px rgba(0,0,0,0.9);word-wrap:break-word;}
.lead-block p{font-size:16px;margin-bottom:30px;line-height:1.7;text-shadow:2px 2px 6px rgba(0,0,0,0.9);}
.cta-btn{display:inline-block;background:#ff9500;color:#000000;padding:16px 40px;border-radius:8px;font-size:18px;font-weight:700;transition:transform 0.3s,box-shadow 0.3s,background 0.3s;}
.cta-btn:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(255,149,0,0.6);background:#e68600;color:#000000;}
.page-body{padding:50px 10px;max-width:1400px;margin:0 auto;}
.about-brand{margin-bottom:60px;}
.about-brand h2{font-size:24px;margin-bottom:20px;color:#ff9500;word-wrap:break-word;}
.about-brand p{margin-bottom:18px;font-size:16px;}
.tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:30px 0;}
.info-tbl{width:100%;min-width:500px;border-collapse:collapse;background:rgba(255,255,255,0.05);border-radius:8px;overflow:hidden;}
.info-tbl td{padding:14px 16px;border-bottom:1px solid rgba(255,255,255,0.1);font-size:14px;}
.info-tbl tr:last-child td{border-bottom:none;}
.info-tbl td:first-child{font-weight:600;color:#ff9500;width:40%;}
.perks-limits{margin-bottom:60px;}
.perks-limits h2{font-size:24px;margin-bottom:20px;color:#ff9500;word-wrap:break-word;}
.two-col-grid{display:grid;grid-template-columns:1fr;gap:30px;}
.perks-box h3,.limits-box h3{font-size:20px;margin-bottom:16px;color:#ffffff;word-wrap:break-word;}
.perks-box ul,.limits-box ul{list-style:none;}
.perks-box ul li,.limits-box ul li{padding:10px 0;font-size:14px;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word;}
.reg-guide,.login-guide{margin-bottom:60px;}
.reg-guide h2,.login-guide h2{font-size:24px;margin-bottom:20px;color:#ff9500;word-wrap:break-word;}
.reg-guide p,.login-guide p{margin-bottom:18px;font-size:16px;}
.cta-centered{display:block;background:#ff9500;color:#000000;padding:14px 30px;border-radius:8px;font-size:17px;font-weight:700;text-align:center;max-width:400px;margin:30px auto 0;transition:transform 0.3s,box-shadow 0.3s,background 0.3s;}
.cta-centered:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(255,149,0,0.6);background:#e68600;color:#000000;}
.feat-grid{margin-bottom:60px;}
.feat-grid h2{font-size:24px;margin-bottom:30px;color:#ff9500;text-align:center;word-wrap:break-word;}
.card-layout{display:grid;grid-template-columns:1fr;gap:25px;margin-bottom:30px;}
.feat-card{background:rgba(255,255,255,0.05);padding:25px;border-radius:10px;transition:transform 0.3s,box-shadow 0.3s;}
.feat-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(255,149,0,0.3);}
.card-icon{font-size:48px;margin-bottom:15px;}
.feat-card h3{font-size:18px;margin-bottom:12px;color:#ff9500;word-wrap:break-word;}
.feat-card p{font-size:15px;line-height:1.6;}
.payment-methods{margin-bottom:60px;}
.payment-methods h2{font-size:24px;margin-bottom:30px;color:#ff9500;text-align:center;word-wrap:break-word;}
.pay-card{background:rgba(255,255,255,0.05);padding:25px;border-radius:10px;margin-bottom:20px;}
.pay-card h3{font-size:18px;margin-bottom:12px;color:#ff9500;word-wrap:break-word;}
.pay-card p{font-size:15px;line-height:1.6;}
.payment-methods>p{font-size:15px;line-height:1.7;margin-bottom:16px;}
.app-highlight{margin-bottom:60px;background:rgba(255,149,0,0.1);padding:30px;border-radius:10px;}
.app-highlight h2{font-size:24px;margin-bottom:20px;color:#ff9500;word-wrap:break-word;}
.app-highlight p{font-size:16px;line-height:1.7;margin-bottom:16px;}
.app-highlight a{color:#ff9500;text-decoration:underline;}
footer{background:#000000;padding:50px 10px 30px;text-align:center;}
.foot-links{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:40px;max-width:1000px;margin-left:auto;margin-right:auto;}
.foot-links a{font-size:14px;transition:color 0.3s;}
.foot-links a:hover{color:#ff9500;}
.pay-strip,.prov-strip{margin-bottom:40px;max-width:1000px;margin-left:auto;margin-right:auto;}
.pay-strip h4,.prov-strip h4{font-size:18px;margin-bottom:20px;color:#ff9500;}
.icon-scroll{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;}
.icon-scroll img{opacity:0.8;transition:opacity 0.3s;}
.icon-scroll img:hover{opacity:1;}
.lic-block{max-width:800px;margin:0 auto;padding-top:30px;border-top:1px solid rgba(255,255,255,0.2);}
.lic-block p{font-size:13px;margin-bottom:10px;line-height:1.6;color:rgba(255,255,255,0.7);}
@media (max-width:479px){
.lead-block h1{font-size:24px;}
.lead-block p{font-size:15px;}
.about-brand h2,.perks-limits h2,.reg-guide h2,.login-guide h2,.feat-grid h2,.payment-methods h2,.app-highlight h2{font-size:22px;}
.info-tbl td{font-size:13px;padding:10px 12px;}
.perks-box h3,.limits-box h3{font-size:18px;}
.perks-box ul li,.limits-box ul li{font-size:13px;}
.feat-card h3{font-size:17px;}
.pay-card h3{font-size:17px;}
}
@media (min-width:480px){
.lead-block h1{font-size:30px;}
.lead-block p{font-size:17px;}
.about-brand h2,.perks-limits h2,.reg-guide h2,.login-guide h2,.feat-grid h2,.payment-methods h2,.app-highlight h2{font-size:26px;}
.info-tbl td{font-size:15px;}
.card-layout{grid-template-columns:repeat(2,1fr);}
}
@media (min-width:768px){
.lead-block h1{font-size:38px;}
.lead-block p{font-size:18px;}
.about-brand h2,.perks-limits h2,.reg-guide h2,.login-guide h2,.feat-grid h2,.payment-methods h2,.app-highlight h2{font-size:30px;}
.info-tbl td{font-size:16px;}
.perks-box h3,.limits-box h3{font-size:22px;}
.perks-box ul li,.limits-box ul li{font-size:15px;}
.two-col-grid{grid-template-columns:repeat(2,1fr);}
.card-layout{grid-template-columns:repeat(3,1fr);}
.feat-card h3{font-size:20px;}
.pay-card h3{font-size:20px;}
}
@media (min-width:1080px){
.topbar{padding:15px 10px;}
.menu-toggle{display:none;}
.desk-nav{display:flex;gap:30px;align-items:center;}
.desk-nav a{font-size:16px;font-weight:500;transition:color 0.3s;}
.desk-nav a:hover{color:#ff9500;}
.auth-btns{display:flex;gap:15px;}
.auth-btns a{padding:10px 24px;border-radius:5px;font-weight:600;font-size:15px;transition:transform 0.3s,background 0.3s,border-color 0.3s;}
.auth-btns .btn-signup{background:#ff9500;color:#000000;}
.auth-btns .btn-signup:hover{background:#e68600;color:#000000;transform:scale(1.05);}
.auth-btns .btn-signin{background:transparent;border:2px solid #ff9500;color:#ff9500;}
.auth-btns .btn-signin:hover{border-color:#e68600;color:#e68600;background:transparent;transform:scale(1.05);}
.mob-nav{display:none!important;}
.hero-bg{min-height:620px;}
.lead-block h1{font-size:48px;}
.lead-block p{font-size:20px;}
.about-brand h2,.perks-limits h2,.reg-guide h2,.login-guide h2,.feat-grid h2,.payment-methods h2,.app-highlight h2{font-size:32px;}
}