*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background-color:#101f16;color:#e8e8e8;font-family:'Segoe UI',Arial,sans-serif;font-size:16px;line-height:1.6}
a{color:#eecb3b;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;display:block}
.pg-wrap{max-width:1200px;margin:0 auto;padding:0 10px}
.btn-cta{display:inline-block;padding:12px 28px;background:#eecb3b;color:#101f16;font-weight:700;font-size:15px;border-radius:4px;transition:background 0.2s;cursor:pointer;text-align:center}
.btn-cta:hover{background:#d4b030;text-decoration:none;color:#101f16}
.cta-mid{text-align:center;margin-top:32px}
#top-bar{background-color:#2a2a2a;position:sticky;top:0;z-index:1000}
.top-bar-inner{max-width:1200px;margin:0 auto;padding:0 10px;display:flex;align-items:center;justify-content:space-between;height:64px}
.logo-wrap{flex-shrink:0;width:180px;height:46px}
.logo-wrap img{width:180px;height:46px;object-fit:contain}
.desk-nav{display:flex;align-items:center}
.desk-nav-list{list-style:none;display:flex;align-items:center}
.desk-nav-item{position:relative;display:flex;align-items:center}
.desk-nav-item a{display:block;padding:8px 14px;color:#e8e8e8;font-size:15px;white-space:nowrap}
.desk-nav-item a:hover{color:#eecb3b;text-decoration:none}
.drop-arrow{padding:8px 6px 8px 0;cursor:pointer;color:#e8e8e8;font-size:11px;transition:transform 0.2s;user-select:none}
.has-drop::before{content:'';position:absolute;top:100%;left:0;right:0;height:5px;background:transparent;z-index:99}
.drop-menu{display:none;position:absolute;top:calc(100% + 5px);left:0;background-color:#2a2a2a;z-index:100;list-style:none}
.drop-menu li a{display:block;padding:8px 16px;color:#e8e8e8;font-size:14px;white-space:nowrap}
.drop-menu li a:hover{color:#eecb3b}
.auth-btns{display:flex;align-items:center;gap:8px}
.btn-in{padding:8px 16px;outline:2px solid #eecb3b;border-radius:4px;color:#eecb3b;font-size:14px;font-weight:600;transition:background 0.2s,color 0.2s}
.btn-in:hover{background:#eecb3b;color:#101f16;text-decoration:none}
.btn-up{padding:8px 16px;background:#eecb3b;border-radius:4px;color:#101f16;font-size:14px;font-weight:700;transition:background 0.2s}
.btn-up:hover{background:#d4b030;text-decoration:none}
.mob-toggle{display:none;flex-direction:column;justify-content:space-between;width:26px;height:20px;background:none;border:none;cursor:pointer;padding:0;margin-left:auto}
.mob-toggle span{display:block;height:2px;background:#e8e8e8;border-radius:2px}
.mob-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#2a2a2a;z-index:2000;overflow-y:auto}
.mob-menu.is-open{display:block}
.mob-menu-inner{padding:16px}
.mob-menu-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.mob-close{background:none;border:none;color:#e8e8e8;font-size:32px;cursor:pointer;line-height:1}
.mob-nav-list{list-style:none;margin-bottom:24px}
.mob-nav-item{border-bottom:1px solid rgba(255,255,255,0.08)}
.mob-nav-item a{display:inline-block;padding:14px 0;color:#e8e8e8;font-size:16px}
.mob-nav-item.has-drop{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}
.mob-arrow{padding:14px 8px;cursor:pointer;color:#e8e8e8;font-size:11px;transition:transform 0.2s;user-select:none}
.mob-drop{width:100%;list-style:none;display:none;padding-left:16px}
.mob-drop.is-open{display:block}
.mob-drop li{border-bottom:1px solid rgba(255,255,255,0.05)}
.mob-drop li a{padding:10px 0;display:block;font-size:15px;color:#e8e8e8}
.mob-auth{display:flex;flex-direction:column}
.mob-auth .btn-in{width:100%;text-align:center;padding:12px;margin-bottom:12px}
.mob-auth .btn-up{width:100%;text-align:center;padding:12px}
.about-hero-band{background:linear-gradient(150deg,#1a2e1f 0%,#101f16 50%,#2a2a2a 100%);padding:60px 10px;position:relative;overflow:hidden}
.about-hero-band::before{content:'';position:absolute;bottom:-80px;right:-80px;width:360px;height:360px;background:radial-gradient(circle,rgba(238,203,59,0.05) 0%,transparent 70%);pointer-events:none}
.about-hero-txt{text-align:center;max-width:820px;margin:0 auto 48px;position:relative;z-index:1}
.about-hero-txt h1{font-size:34px;font-weight:800;color:#fff;margin-bottom:16px;line-height:1.2}
.about-hero-txt p{font-size:16px;color:#ccc;line-height:1.7}
.about-stats-row{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;position:relative;z-index:1}
.about-stat{background:#2a2a2a;border-radius:8px;padding:20px 28px;text-align:center;min-width:140px;flex:1;max-width:200px}
.stat-num{display:block;font-size:32px;font-weight:800;color:#eecb3b;line-height:1.1;margin-bottom:6px}
.stat-lbl{display:block;font-size:13px;color:#ccc}
.licence-band{padding:60px 10px}
.licence-band h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:16px}
.licence-band > .pg-wrap > p{color:#ccc;margin-bottom:16px;line-height:1.7}
.licence-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:28px}
.licence-card{background:#2a2a2a;border-radius:8px;padding:20px}
.licence-card h3{color:#eecb3b;font-size:15px;font-weight:700;margin-bottom:12px}
.licence-list{list-style:none}
.licence-list li{color:#ccc;font-size:13px;padding:5px 0;border-bottom:1px solid rgba(255,255,255,0.05);line-height:1.5}
.licence-list li:last-child{border-bottom:none}
.platform-band{background:#1a2e1f;padding:60px 10px}
.platform-band h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:16px}
.platform-band > .pg-wrap > p{color:#ccc;margin-bottom:16px;line-height:1.7}
.platform-feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:28px}
.pfeat-card{background:#2a2a2a;border-radius:8px;padding:20px}
.pfeat-ico{font-size:28px;display:block;margin-bottom:12px}
.pfeat-card h3{color:#fff;font-size:15px;font-weight:700;margin-bottom:8px}
.pfeat-card p{color:#ccc;font-size:14px;line-height:1.6}
.responsible-band{padding:60px 10px}
.responsible-band h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:16px}
.responsible-band > .pg-wrap > p{color:#ccc;margin-bottom:16px;line-height:1.7}
.rg-tools-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:28px}
.rg-card{background:#2a2a2a;border-radius:8px;padding:20px}
.rg-ico{font-size:28px;display:block;margin-bottom:12px}
.rg-card h3{color:#fff;font-size:15px;font-weight:700;margin-bottom:8px}
.rg-card p{color:#ccc;font-size:14px;line-height:1.6}
.disclaimer-band{background:#1a2e1f;padding:60px 10px}
.disclaimer-band h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:16px}
.disclaimer-band > .pg-wrap > p{color:#ccc;margin-bottom:16px;line-height:1.7}
.is-active-foot{color:#eecb3b;font-size:14px;cursor:default}
#foot-bar{background-color:#2a2a2a;padding:48px 10px 24px}
.foot-inner{max-width:1200px;margin:0 auto}
.foot-top{text-align:center;margin-bottom:32px}
.foot-nav-list{list-style:none;display:flex;flex-wrap:wrap;gap:8px 20px;justify-content:center}
.foot-nav-list li a{color:#ccc;font-size:14px}
.foot-nav-list li a:hover{color:#eecb3b}
.foot-label{color:#eecb3b;font-size:13px;font-weight:600;margin-bottom:12px;text-align:center}
.foot-providers-row{margin-bottom:24px;text-align:center}
.foot-pay-row{margin-bottom:32px;text-align:center}
.foot-carousel{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:center}
.foot-carousel img{opacity:0.75;filter:grayscale(20%);transition:opacity 0.2s}
.foot-carousel img:hover{opacity:1}
.foot-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;padding-top:24px}
.foot-license-txt{flex:1}
.foot-license-txt p{color:#888;font-size:12px;line-height:1.6;max-width:800px}
.foot-trust{display:flex;align-items:center;gap:12px;flex-shrink:0}
@media(min-width:1081px){
.has-drop:hover .drop-menu{display:block}
.has-drop:hover .drop-arrow{transform:rotate(180deg)}
.mob-toggle{display:none}
.mob-menu{display:none !important}
}
@media(max-width:1080px){
.desk-nav,.auth-btns{display:none}
.mob-toggle{display:flex}
}
@media(max-width:1024px){
.licence-info-grid{grid-template-columns:repeat(2,1fr)}
.platform-feat-grid{grid-template-columns:repeat(2,1fr)}
.rg-tools-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
.about-stats-row{gap:8px}
.about-stat{min-width:120px;padding:16px 20px}
.stat-num{font-size:26px}
.about-hero-txt h1{font-size:26px}
.foot-bottom{flex-direction:column;align-items:flex-start}
}
@media(max-width:480px){
.licence-info-grid{grid-template-columns:1fr}
.platform-feat-grid{grid-template-columns:1fr}
.rg-tools-grid{grid-template-columns:1fr}
.about-stats-row{flex-direction:column;align-items:center}
.about-stat{width:100%;max-width:100%}
.about-hero-txt h1{font-size:22px}
.foot-bottom{align-items:center}
.foot-trust{order:-1}
}
@media(max-width:320px){
.mob-menu{width:100%}
.btn-cta{padding:10px 16px;font-size:14px}
}
