*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:none;text-size-adjust:none;-webkit-font-smoothing:antialiased;scroll-behavior:smooth;scroll-padding-top:64px}
body{min-height:100dvh;line-height:1.6;font-family:system-ui,-apple-system,'Segoe UI',sans-serif;font-size:clamp(1rem,0.95rem + 0.25vw,1.125rem);color:#e0e0e0;background:#232626}
img,picture{display:block;max-width:100%;height:auto}
ul{list-style:none}
a{color:inherit;text-decoration:none}
button{cursor:pointer;background:none;border:none;font:inherit;color:inherit}
h1,h2,h3{text-wrap:balance;line-height:1.2;color:#ffffff}
p{text-wrap:pretty}
table{border-collapse:collapse;width:100%}
.pg-wrap{max-width:1200px;margin:0 auto;padding-left:10px;padding-right:10px}
.skip-lnk{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-lnk:focus{position:static;width:auto;height:auto;padding:8px 16px;background:#24EE89;color:#111111}
header{background:#292D2E;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,0.07)}
.hd-bar{padding:0 10px}
.hd-wrap{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;height:64px}
.ham-btn{display:flex;flex-direction:column;justify-content:space-between;width:28px;height:20px}
.ham-btn span{display:block;width:100%;height:2px;background:#e8e8e8;border-radius:2px}
.desk-nav{display:none}
@media(min-width:1081px){
.ham-btn{display:none}
.desk-nav{display:flex;align-items:center;flex:1;margin-left:32px}
.desk-list{display:flex;align-items:center;gap:4px;flex:1}
.desk-list li{display:flex;align-items:center;position:relative}
.desk-list a{display:inline-flex;align-items:center;padding:8px 14px;font-size:clamp(0.875rem,0.8rem + 0.35vw,1rem);color:#e8e8e8;border-radius:6px;white-space:nowrap;transition:background .18s,color .18s}
.desk-list a:hover{background:rgba(255,255,255,0.07);color:#ffffff}
.sub-arr{display:inline-flex;align-items:center;justify-content:center;font-size:0.65rem;padding-left:4px;transition:transform .25s;transform-origin:center;color:#bbbbbb;cursor:default}
.has-sub:hover .sub-arr{transform:rotate(180deg)}
.desk-sub{display:none;position:absolute;top:calc(100% + 1px);left:0;background:#1E2121;border:1px solid rgba(255,255,255,0.1);border-radius:8px;z-index:200;flex-direction:column}
.has-sub:hover .desk-sub{display:flex}
.desk-sub li{display:block}
.desk-sub a{display:block;padding:8px 14px;font-size:0.875rem;color:#e8e8e8;white-space:nowrap;border-radius:4px;transition:background .15s,color .15s}
.desk-sub a:hover{background:rgba(36,238,137,0.12);color:#24EE89}
.desk-auth{display:flex;align-items:center;gap:10px;margin-left:16px}
}
.btn-login{display:inline-flex;align-items:center;padding:9px 20px;border:1px solid rgba(255,255,255,0.25);border-radius:8px;font-size:0.875rem;color:#e8e8e8;transition:background .18s,border-color .18s;white-space:nowrap}
.btn-login:hover{background:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.4)}
.btn-signup{display:inline-flex;align-items:center;padding:9px 20px;background:#24EE89;border-radius:8px;font-size:0.875rem;color:#111111;font-weight:700;transition:background .18s;white-space:nowrap}
.btn-signup:hover{background:#1fd678}
.mob-menu{display:none;flex-direction:column;position:fixed;top:0;left:0;width:100%;height:100%;background:#292D2E;z-index:300;overflow-y:auto}
.mob-menu.mob-open{display:flex}
@media(min-width:1081px){.mob-menu{display:none!important}}
.mob-top{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid rgba(255,255,255,0.08)}
.mob-close{font-size:1.8rem;color:#e8e8e8;line-height:1;width:44px;height:44px;display:flex;align-items:center;justify-content:center}
.mob-list{padding:12px 0}
.mob-list li{display:flex;align-items:center;flex-wrap:wrap;border-bottom:1px solid rgba(255,255,255,0.05)}
.mob-list a{display:inline-flex;align-items:center;padding:14px 18px;font-size:1rem;color:#e8e8e8;width:100%;flex:1;transition:color .15s}
.mob-list a:hover{color:#24EE89}
.mob-parent-row{display:flex;align-items:center;width:100%}
.mob-parent-row a{flex:1}
.mob-arr{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;cursor:pointer;transition:transform .25s;transform-origin:center;font-size:0.65rem;color:#bbbbbb}
.mob-arr.mob-arr-open{transform:rotate(180deg)}
.mob-sub{display:none;width:100%;flex-direction:column}
.mob-sub.mob-sub-open{display:flex}
.mob-sub li{border-top:1px solid rgba(255,255,255,0.04)}
.mob-sub a{display:inline-flex;align-items:center;padding:12px 18px 12px 36px;font-size:0.9rem;color:#bbbbbb;width:100%;transition:color .15s}
.mob-sub a:hover{color:#24EE89}
.mob-auth{display:flex;align-items:center;gap:10px;padding:16px 14px}
.mob-auth .btn-login{flex:1;justify-content:center}
.mob-auth .btn-signup{flex:1;justify-content:center}
.mob-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.55);z-index:290}
.mob-overlay.mob-ov-open{display:block}
.breadcrumb{background:#2a2e2e;padding:8px 10px;font-size:0.8rem}
.breadcrumb ol{display:flex;align-items:center;flex-wrap:wrap;gap:4px;max-width:1200px;margin:0 auto;list-style:none}
.breadcrumb a{color:#24EE89;transition:opacity .15s}
.breadcrumb a:hover{opacity:0.75}
.bc-sep{color:#bbbbbb;font-size:0.75rem}
.breadcrumb li[aria-current="page"]{color:#e0e0e0}
.hero-blk{position:relative;overflow:hidden;min-height:400px;display:flex;align-items:center}
.geo-bg{position:absolute;inset:0;background:linear-gradient(135deg,#1a2a1a 0%,#232626 50%,#1a1e2a 100%);z-index:0}
.hero-svg-bg{position:absolute;inset:0;z-index:1;pointer-events:none}
.hero-svg-bg svg{width:100%;height:100%;object-fit:cover}
.hero-blk .pg-wrap{position:relative;z-index:2;width:100%}
.hero-inner{display:flex;align-items:center;gap:32px;padding:56px 0}
.hero-txt{flex:1;min-width:0}
.hero-txt h1{font-size:clamp(1.5rem,1.2rem + 1.25vw,2.25rem);margin-bottom:16px;color:#ffffff}
.hero-txt p{color:#cccccc;margin-bottom:14px;line-height:1.7}
.hero-cta-row{margin-top:24px}
.hero-svg-col{width:40%;max-width:320px;min-width:180px;flex-shrink:0}
@media(max-width:1080px){
.hero-inner{flex-direction:column;padding:40px 0}
.hero-svg-col{width:100%;max-width:260px;margin:0 auto}
}
.btn-cta{display:inline-flex;align-items:center;justify-content:center;padding:13px 28px;background:#24EE89;border-radius:8px;color:#111111;font-weight:700;font-size:0.95rem;transition:background .18s}
.btn-cta:hover{background:#1fd678}
.cta-row{text-align:center;margin-top:28px}
.specs-blk{padding:60px 10px}
.specs-blk h2{font-size:clamp(1.5rem,1.2rem + 1.25vw,2.25rem);margin-bottom:16px}
.specs-blk p{color:#cccccc;margin-bottom:14px;line-height:1.7}
.specs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:28px}
@media(max-width:968px){.specs-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:768px){.specs-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.specs-grid{grid-template-columns:1fr}}
.spec-card{display:flex;flex-direction:column;gap:5px;padding:14px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:8px}
.spec-lbl{font-size:0.75rem;color:#bbbbbb;text-transform:uppercase;letter-spacing:.04em}
.spec-val{font-size:0.92rem;color:#e8e8e8;font-weight:600}
.how-blk{padding:60px 10px;background:#1E2121}
.how-blk h2{font-size:clamp(1.5rem,1.2rem + 1.25vw,2.25rem);margin-bottom:16px}
.how-blk p{color:#cccccc;margin-bottom:14px;line-height:1.7}
.steps-list{display:flex;flex-direction:column;gap:16px;margin-top:24px}
.cr-step{display:flex;align-items:flex-start;gap:16px}
.cr-num{width:36px;height:36px;border-radius:50%;background:#24EE89;color:#111111;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;flex-shrink:0;margin-top:2px}
.cr-body{flex:1}
.cr-title{font-size:1rem;font-weight:700;color:#f0f0f0;margin-bottom:4px}
.cr-desc{font-size:0.9rem;color:#bbbbbb;line-height:1.6}
.compare-blk{padding:60px 10px}
.compare-blk h2{font-size:clamp(1.5rem,1.2rem + 1.25vw,2.25rem);margin-bottom:16px}
.compare-blk p{color:#cccccc;margin-bottom:14px;line-height:1.7}
.tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:20px 0}
.cmp-tbl{width:100%;font-size:0.9rem}
.cmp-tbl th{background:#1E2121;color:#24EE89;font-weight:700;padding:11px 14px;text-align:left;white-space:nowrap;border-bottom:1px solid rgba(255,255,255,0.1)}
.cmp-tbl td{padding:10px 14px;color:#cccccc;border-bottom:1px solid rgba(255,255,255,0.06)}
.cmp-tbl tr:hover td{background:rgba(255,255,255,0.03)}
.cmp-tbl td:first-child{color:#e8e8e8;font-weight:600}
@media(max-width:480px){.cmp-tbl{font-size:0.8rem}}
@media(max-width:320px){.cmp-tbl{font-size:0.75rem}}
.other-blk{padding:60px 10px;background:#1E2121}
.other-blk h2{font-size:clamp(1.5rem,1.2rem + 1.25vw,2.25rem);margin-bottom:14px}
.other-blk p{color:#cccccc;margin-bottom:20px;line-height:1.7}
.other-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
@media(max-width:968px){.other-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:768px){.other-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.other-grid{grid-template-columns:1fr}}
.other-card{background:#232626;border:1px solid rgba(255,255,255,0.07);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}
.other-card:hover{box-shadow:0 6px 20px rgba(0,0,0,0.35);transform:translateY(-3px)}
.other-card img{width:100%;height:auto;object-fit:cover;aspect-ratio:5/3}
.oc-body{padding:12px;display:flex;flex-direction:column;gap:4px;flex:1}
.oc-title{font-size:0.95rem;font-weight:700;color:#f0f0f0}
.oc-prov{font-size:0.78rem;color:#bbbbbb}
.oc-meta{display:flex;gap:8px;align-items:center;margin-top:2px}
.oc-rtp{font-size:0.78rem;color:#24EE89;font-weight:600}
.oc-vol{font-size:0.75rem;color:#bbbbbb;background:rgba(255,255,255,0.06);padding:2px 7px;border-radius:4px}
.btn-play{display:inline-flex;align-items:center;justify-content:center;margin-top:8px;padding:9px 0;background:#24EE89;border-radius:6px;color:#111111;font-weight:700;font-size:0.85rem;transition:background .18s;width:100%}
.btn-play:hover{background:#1fd678}
footer{background:#1E2121;border-top:1px solid rgba(255,255,255,0.07);padding:48px 10px 24px}
.ft-wrap{padding-left:10px;padding-right:10px}
.ft-cols{display:grid;grid-template-columns:1fr 1fr 2fr;gap:32px;margin-bottom:32px}
@media(max-width:768px){.ft-cols{grid-template-columns:1fr 1fr;gap:20px}}
@media(max-width:480px){.ft-cols{grid-template-columns:1fr}}
.ft-hdg{font-size:0.78rem;text-transform:uppercase;letter-spacing:.06em;color:#bbbbbb;margin-bottom:10px;font-weight:600}
.ft-hdg-gap{margin-top:20px}
.ft-col ul li{margin-bottom:7px}
.ft-col ul a{font-size:0.88rem;color:#bbbbbb;transition:color .15s}
.ft-col ul a:hover{color:#24EE89}
.ft-logos{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:8px}
.ft-logos img{height:25px;width:auto;filter:brightness(0.7) grayscale(0.3);transition:filter .2s}
.ft-logos img:hover{filter:brightness(1) grayscale(0)}
.ft-trust-row{display:flex;align-items:center;gap:16px;padding:20px 0;border-top:1px solid rgba(255,255,255,0.06);border-bottom:1px solid rgba(255,255,255,0.06);margin-bottom:20px;flex-wrap:wrap}
.ft-trust-logos{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.ft-trust-logos img{opacity:0.65}
.ft-lic{font-size:0.78rem;color:#bbbbbb;line-height:1.6;margin-bottom:16px}
.ft-base{font-size:0.78rem;color:#bbbbbb;text-align:center;padding-top:8px;border-top:1px solid rgba(255,255,255,0.04)}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
@media(max-width:320px){.hero-txt h1{font-size:1.4rem}}