*,*::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}
.btn-ghost{background:transparent;color:#eecb3b;outline:2px solid #eecb3b}
.btn-ghost:hover{background:#eecb3b;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}
.is-active{padding:8px 14px;color:#eecb3b;font-size:15px;cursor:default;white-space:nowrap}
.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.is-active{padding:14px 0;color:#eecb3b;font-size:16px;cursor:default;display:block}
.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}
.app-hero-band{background:linear-gradient(135deg,#2a2a2a 0%,#1a2e1f 60%,#2a2a2a 100%);padding:60px 10px;overflow:hidden;position:relative}
.app-hero-band::before{content:'';position:absolute;top:-60px;right:-60px;width:300px;height:300px;background:radial-gradient(circle,rgba(238,203,59,0.07) 0%,transparent 70%);pointer-events:none}
.app-hero-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:40px;justify-content:space-between}
.app-hero-left{flex:1}
.app-hero-left h1{font-size:34px;font-weight:800;color:#fff;margin-bottom:16px;line-height:1.2}
.app-hero-left p{font-size:16px;color:#ccc;margin-bottom:28px;line-height:1.7}
.app-dl-btns{display:flex;gap:16px;flex-wrap:wrap}
.app-dl-btn{display:flex;align-items:center;gap:12px;padding:12px 20px}
.app-dl-btn img{flex-shrink:0}
.app-dl-btn span{font-size:15px;font-weight:700}
.app-hero-right{flex-shrink:0}
.app-hero-right img{width:250px;height:500px;object-fit:contain;border-radius:16px}
.app-features-band{padding:60px 10px}
.app-features-band h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:8px}
.app-features-band > .pg-wrap > p{color:#ccc;margin-bottom:28px}
.feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.feat-card{background:#2a2a2a;border-radius:8px;padding:20px}
.feat-icon{font-size:28px;display:block;margin-bottom:12px}
.feat-card h3{color:#fff;font-size:16px;margin-bottom:8px}
.feat-card p{color:#ccc;font-size:14px;line-height:1.6}
.app-install-band{background:#1a2e1f;padding:60px 10px}
.app-install-band h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:8px}
.app-install-band > .pg-wrap > p{color:#ccc;margin-bottom:28px}
.install-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}
.istep-card{background:#2a2a2a;border-radius:8px;padding:20px;display:flex;gap:16px;align-items:flex-start}
.istep-num{background:#eecb3b;color:#101f16;font-weight:800;font-size:18px;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.istep-body strong{display:block;color:#fff;margin-bottom:8px;font-size:15px}
.istep-body p{color:#ccc;font-size:14px;margin:0}
.app-requirements-band{padding:60px 10px}
.app-requirements-band h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:16px}
.app-requirements-band > .pg-wrap > p{color:#ccc;margin-bottom:24px}
.req-tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.req-tbl{width:100%;border-collapse:collapse;min-width:400px}
.req-tbl th{background:#2a2a2a;color:#eecb3b;padding:12px;text-align:left;font-size:14px}
.req-tbl td{padding:10px 12px;color:#ccc;font-size:14px}
.req-tbl tr:nth-child(even) td{background:rgba(255,255,255,0.03)}
.app-vs-band{background:#1a2e1f;padding:60px 10px}
.app-vs-band h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:16px}
.app-vs-band > .pg-wrap > p{color:#ccc;margin-bottom:16px;line-height:1.7}
.compare-tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:24px}
.compare-tbl{width:100%;border-collapse:collapse;min-width:400px}
.compare-tbl th{background:#2a2a2a;color:#eecb3b;padding:12px;text-align:left;font-size:14px}
.compare-tbl td{padding:10px 12px;color:#ccc;font-size:14px}
.compare-tbl tr:nth-child(even) td{background:rgba(255,255,255,0.03)}
#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:1200px){
.app-hero-inner{gap:24px}
}
@media(max-width:1080px){
.desk-nav,.auth-btns{display:none}
.mob-toggle{display:flex}
.app-hero-inner{flex-direction:column;text-align:center}
.app-hero-right{order:2}
.app-dl-btns{justify-content:center}
}
@media(max-width:1024px){
.feat-grid{grid-template-columns:repeat(3,1fr)}
.install-steps{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:968px){
.feat-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:768px){
.feat-grid{grid-template-columns:repeat(2,1fr)}
.install-steps{grid-template-columns:1fr}
.foot-bottom{flex-direction:column;align-items:flex-start}
.app-hero-left h1{font-size:26px}
}
@media(max-width:480px){
.feat-grid{grid-template-columns:1fr}
.req-tbl th,.req-tbl td{font-size:12px;padding:8px}
.compare-tbl th,.compare-tbl td{font-size:12px;padding:8px}
.foot-bottom{align-items:center}
.foot-trust{order:-1}
.app-dl-btns{flex-direction:column;align-items:center}
}
@media(max-width:320px){
.mob-menu{width:100%}
.app-hero-left h1{font-size:20px}
.btn-cta{padding:10px 16px;font-size:14px}
}
