img.app-logo-light{display:inline}img.app-logo-dark,html[data-theme=dark] img.app-logo-light{display:none}html[data-theme=dark] img.app-logo-dark{display:inline}img.app-logo-dark[data-mask],img.app-logo-on-dark[data-mask]{filter:brightness(0) invert(1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.ks-icon{display:inline-block;flex-shrink:0;vertical-align:-.125em}.wrap{width:100%;max-width:1160px;margin:0 auto;padding:0 20px}@media(min-width:768px){.wrap{padding:0 32px}}.hd{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 82%,transparent);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.hd-in{display:flex;align-items:center;justify-content:space-between;gap:16px;height:72px}.hd-logo img{height:40px;width:auto;max-width:150px;-o-object-fit:contain;object-fit:contain}.hd-nav{display:none;align-items:center;gap:4px}@media(min-width:1024px){.hd-nav{display:flex}}.hd-nav a{padding:9px 14px;border-radius:999px;font-size:14px;font-weight:600;color:var(--text-soft);text-decoration:none;transition:background .15s ease,color .15s ease}.hd-nav a:hover{background:var(--surface-2);color:var(--text)}.hd-act{display:flex;align-items:center;gap:8px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 20px;border-radius:999px;font:inherit;font-size:14.5px;font-weight:700;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:transform .12s ease,background .15s ease,border-color .15s ease;white-space:nowrap}.btn:active{transform:scale(.97)}.btn-primary{background:var(--brand);color:var(--on-brand);box-shadow:0 12px 28px -14px rgba(var(--brand-rgb),.9)}.btn-primary:hover{background:var(--brand-hover)}.btn-ghost{background:transparent;color:var(--text);border-color:var(--border-strong)}.btn-ghost:hover{background:var(--surface-2)}.btn .ks-icon{width:18px;height:18px}.hd-login{display:none}@media(min-width:480px){.hd-login{display:inline-flex}}@media(max-width:479px){.hd-act .btn-primary{height:40px;padding:0 16px}}.hd-burger{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:12px;border:1px solid var(--border-strong);background:var(--surface);color:var(--text);cursor:pointer}@media(min-width:1024px){.hd-burger{display:none}}.hd-burger .ks-icon{width:22px;height:22px}.mnav{display:none;position:fixed;top:72px;right:0;bottom:0;left:0;z-index:49;background:var(--bg);padding:16px 20px 32px;overflow-y:auto}.mnav.open{display:block}.mnav>a{display:flex;align-items:center;justify-content:space-between;padding:16px 4px;border-bottom:1px solid var(--border);font-size:16px;font-weight:600;text-decoration:none}.mnav>a .ks-icon{width:18px;height:18px;color:var(--text-muted)}.mnav-act{display:flex;gap:10px;margin-top:20px}.mnav-act .btn{flex:1}.container{width:100%;max-width:1160px;margin:0 auto;padding:0 20px}@media(min-width:768px){.container{padding:0 32px}}.ft{border-top:1px solid var(--border);padding:48px 0 28px;background:var(--surface)}.ft-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px 24px}@media(min-width:768px){.ft-grid{grid-template-columns:1.4fr 1fr 1fr 1fr}}.ft h4{margin:0 0 12px;font-family:Poppins,Inter,sans-serif;font-size:14px;font-weight:700}.ft ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.ft a{font-size:14px;color:var(--text-soft);text-decoration:none}.ft a:hover{color:var(--brand)}.ft-logo img{height:36px;width:auto;max-width:140px;-o-object-fit:contain;object-fit:contain;margin-bottom:12px}.ft p{margin:0;font-size:13.5px;color:var(--text-muted);max-width:300px;line-height:1.6}.ft-soc{display:flex;gap:8px;margin-top:16px}.ft-soc a{width:38px;height:38px;border-radius:11px;background:var(--surface-2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center}.ft-soc .ks-icon{width:18px;height:18px}.ft-bot{margin-top:36px;padding-top:20px;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px 20px;font-size:13px;color:var(--text-muted)}[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s cubic-bezier(.2,.8,.2,1)}[data-reveal].in{opacity:1;transform:none}[data-reveal-group]>*{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s cubic-bezier(.2,.8,.2,1)}[data-reveal-group].in>*{opacity:1;transform:none}[data-reveal-group].in>*:nth-child(2){transition-delay:.08s}[data-reveal-group].in>*:nth-child(3){transition-delay:.16s}[data-reveal-group].in>*:nth-child(4){transition-delay:.24s}[data-reveal-group].in>*:nth-child(5){transition-delay:.32s}[data-reveal-group].in>*:nth-child(6){transition-delay:.4s}@media(prefers-reduced-motion:reduce){[data-reveal],[data-reveal-group]>*{opacity:1;transform:none;transition:none}.float,.ring,.mq-track{animation:none}}.hero{position:relative;overflow:hidden;padding:56px 0 40px}@media(min-width:1024px){.hero{padding:88px 0 64px}}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:48px 48px;opacity:.45;mask-image:radial-gradient(ellipse 70% 60% at 50% 30%,#000 30%,transparent 75%);-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 30%,#000 30%,transparent 75%)}.hero-glow{position:absolute;width:560px;height:560px;border-radius:50%;filter:blur(90px);opacity:.32;background:rgba(var(--brand-rgb),.6)}.hero-glow.a{top:-220px;right:-120px}.hero-glow.b{bottom:-320px;left:-180px;opacity:.18}.hero-in{position:relative;display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media(min-width:1024px){.hero-in{grid-template-columns:1.05fr 1fr;gap:56px}}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px 6px 8px;border-radius:999px;background:var(--surface);border:1px solid var(--border-strong);font-size:12.5px;font-weight:700;color:var(--text-soft);margin-bottom:20px}.eyebrow i{width:8px;height:8px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 4px rgba(var(--brand-rgb),.25)}h1,h2,h3{margin:0;font-family:Poppins,Inter,sans-serif;letter-spacing:-.03em;line-height:1.08}.h-title{font-size:clamp(38px,6vw,62px);font-weight:800}.grad{background:linear-gradient(90deg,var(--brand),color-mix(in srgb,var(--brand) 55%,#ffffff));-webkit-background-clip:text;background-clip:text;color:transparent}.rot{display:inline-block;position:relative;min-height:1.08em;perspective:600px}.rot-w{display:inline-block;padding-bottom:.06em}.rot-w.in{animation:rot-in .55s cubic-bezier(.2,.8,.2,1) both}.rot-w.out{animation:rot-out .38s ease-in both}@keyframes rot-in{0%{opacity:0;transform:translateY(.55em) rotateX(-45deg)}to{opacity:1;transform:none}}@keyframes rot-out{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(-.5em) rotateX(45deg)}}@media(prefers-reduced-motion:reduce){.rot-w.in,.rot-w.out{animation:none}}.h-desc{margin:20px 0 0;font-size:17px;color:var(--text-muted);max-width:540px;line-height:1.6}.h-act{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.h-act .btn{height:50px;padding:0 24px;font-size:15px}.trust{list-style:none;margin:26px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:10px 22px}.trust li{display:flex;align-items:center;gap:8px;font-size:13.5px;color:var(--text-soft);font-weight:500}.trust .ks-icon{width:17px;height:17px;color:var(--brand)}.hv{position:relative;max-width:480px;margin:0 auto;padding:26px 0 40px}.card{position:relative;z-index:1;background:var(--surface);border:1px solid var(--border-strong);border-radius:26px;padding:22px;box-shadow:0 40px 80px -40px #0009}.card-head{display:flex;align-items:center;gap:12px;padding-right:120px}.card-brand{width:46px;height:46px;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.card-brand .ks-icon{width:28px;height:28px}.card-title{font-size:15px;font-weight:700}.card-sub{font-size:12.5px;color:var(--text-muted);margin-top:2px}.card-num{display:flex;align-items:center;gap:10px;margin:18px 0 6px;font-family:ui-monospace,Menlo,monospace;font-size:28px;font-weight:800;letter-spacing:-.5px}.card-num .ks-icon{width:18px;height:18px;color:var(--text-muted)}.card-meta{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-muted)}.card-meta img{width:20px;height:20px;border-radius:50%}.card-meta .timer{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:999px;background:var(--surface-2);font-weight:700;color:var(--text-soft);font-variant-numeric:tabular-nums}.card-meta .timer .ks-icon{width:13px;height:13px}.card-meta .status{display:inline-flex;align-items:center;gap:6px;padding:4px 9px;border-radius:999px;font-weight:700;font-size:12px;background:#f59e0b24;color:#f59e0b;transition:background .3s,color .3s}.card-meta .status i{width:7px;height:7px;border-radius:50%;background:currentColor;animation:blink 1.2s ease-in-out infinite}.card-meta .status em{font-style:normal}.hv.got .card-meta .status{background:#22c55e29;color:#22c55e}.hv.got .card-meta .status i{animation:none}@keyframes blink{0%,to{opacity:1}50%{opacity:.25}}.sms-wrap{position:relative;margin-top:16px;min-height:96px}.sms{padding:14px 14px 14px 16px;border-radius:16px 16px 16px 4px;background:var(--surface-2);border:1px solid var(--border);font-size:14px;line-height:1.5}.sms.typing{display:flex;align-items:center;gap:10px;color:var(--text-muted);font-size:13px;transition:opacity .25s ease}.dots{display:inline-flex;gap:4px}.dots i{width:6px;height:6px;border-radius:50%;background:var(--text-muted);animation:dot 1.2s ease-in-out infinite}.dots i:nth-child(2){animation-delay:.2s}.dots i:nth-child(3){animation-delay:.4s}@keyframes dot{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-4px);opacity:1}}.sms.msg{position:absolute;inset:0 auto auto 0;width:100%;opacity:0;transform:translateY(10px) scale(.96);transform-origin:left bottom;transition:opacity .35s ease,transform .45s cubic-bezier(.2,1.2,.3,1);pointer-events:none}.hv.got .sms.msg{opacity:1;transform:none}.hv.got .sms.typing{opacity:0}.sms-from{display:flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;color:var(--text-muted);margin-bottom:4px}.sms-from .ks-icon{width:14px;height:14px}.sms-from em{font-style:normal;font-weight:500;margin-left:auto}.sms b{display:inline-block;min-width:4.2em;color:var(--brand);font-family:ui-monospace,Menlo,monospace;font-size:17px;letter-spacing:2px}.hv.got .sms b{animation:codepop .5s cubic-bezier(.2,1.4,.3,1) .35s both}@keyframes codepop{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}.card-acts .go{opacity:.45;transition:opacity .3s ease,box-shadow .3s ease}.hv.got .card-acts .go{opacity:1;animation:pulse 1.6s ease-out .6s 2}@keyframes pulse{0%{box-shadow:0 0 rgba(var(--brand-rgb),.55)}to{box-shadow:0 0 0 14px rgba(var(--brand-rgb),0)}}.card-acts{display:flex;justify-content:flex-end;gap:8px;margin-top:16px;padding-left:150px}.card-acts span{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 16px;border-radius:999px;font-size:13px;font-weight:700}.card-acts .go{background:var(--brand);color:var(--on-brand)}.card-acts .go .ks-icon{width:16px;height:16px}.card-acts .no{border:1px solid var(--border-strong);color:var(--text-soft)}.mini{position:absolute;right:-74px;bottom:120px;z-index:0;width:230px;padding:14px;border-radius:18px;background:var(--surface-2);border:1px solid var(--border-strong);transform:rotate(6deg);box-shadow:0 30px 60px -30px #000000b3}.mini-head{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700}.mini-head .ks-icon{width:20px;height:20px}.mini-bar{height:6px;border-radius:999px;background:var(--border-strong);margin-top:10px;overflow:hidden}.mini-bar i{display:block;width:100%;height:100%;background:var(--brand);border-radius:999px}.mini-foot{display:flex;justify-content:space-between;margin-top:8px;font-size:11.5px;color:var(--text-muted)}.mini-foot b{color:#22c55e}.float{position:absolute;z-index:3;display:flex;align-items:center;gap:10px;padding:10px 14px 10px 10px;border-radius:16px;background:var(--surface);border:1px solid var(--border-strong);box-shadow:0 24px 50px -20px #000000b3;font-size:13px;font-weight:700;animation:float 6s ease-in-out infinite}.float small{display:block;font-size:11.5px;color:var(--text-muted);font-weight:500}.float b{width:34px;height:34px;border-radius:10px;background:var(--brand);color:var(--on-brand);display:flex;align-items:center;justify-content:center;flex:0 0 auto}.float b .ks-icon{width:18px;height:18px}.float.a{top:0;right:-18px;opacity:0;transform:translate(16px);transition:opacity .35s ease,transform .5s cubic-bezier(.2,1.2,.3,1);animation:none}.hv.got .float.a{opacity:1;transform:none;animation:float 6s ease-in-out .6s infinite}.float.b{bottom:14px;left:-22px;animation-delay:-3s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@media(max-width:640px){.hv{padding:20px 0 30px}.card-head{padding-right:0}.card-acts{padding-left:0}.float.a{right:-6px;top:-6px}.float.b{left:-6px;bottom:4px}.mini{display:none}.card-num{font-size:24px}}.mq{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);overflow:hidden;display:flex;align-items:center}.mq-lbl{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;padding:14px 18px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);border-right:1px solid var(--border);white-space:nowrap}.mq-lbl i{width:8px;height:8px;border-radius:50%;background:var(--brand)}.mq-track{display:flex;gap:12px;padding:12px 6px;animation:mq 40s linear infinite;white-space:nowrap}.mq:hover .mq-track{animation-play-state:paused}.mq-item{display:inline-flex;align-items:center;gap:8px;padding:8px 14px 8px 10px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);font-size:13px;font-weight:600;color:var(--text-soft)}.mq-item .ks-icon{width:18px;height:18px}@keyframes mq{0%{transform:translate(0)}to{transform:translate(-50%)}}.sec{padding:72px 0}@media(min-width:1024px){.sec{padding:104px 0}}.sec-alt{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.sec-tight{padding:40px 0}.head{max-width:680px;margin-bottom:40px}.head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;max-width:none}.kicker{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--brand);margin-bottom:14px}.title{font-size:clamp(30px,4.2vw,44px);font-weight:800}.lead{margin:16px 0 0;font-size:16.5px;color:var(--text-muted);line-height:1.6}.link{display:inline-flex;align-items:center;gap:6px;font-size:14.5px;font-weight:700;color:var(--brand);text-decoration:none}.link .ks-icon{width:16px;height:16px}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:0}@media(min-width:768px){.stats{grid-template-columns:repeat(4,1fr)}}.stat{padding:20px 22px;border-radius:20px;background:var(--surface);border:1px solid var(--border)}.stat dt{font-size:13px;color:var(--text-muted);margin:0 0 6px}.stat dd{margin:0;font-family:Poppins,Inter,sans-serif;font-size:34px;font-weight:800;letter-spacing:-.03em}.stat .accent{color:var(--brand)}.cards3{display:grid;grid-template-columns:1fr;gap:14px}@media(min-width:768px){.cards3{grid-template-columns:repeat(3,1fr)}}.c{background:var(--surface);border:1px solid var(--border);border-radius:22px;padding:24px;transition:transform .2s ease,border-color .2s ease}.c:hover{transform:translateY(-3px);border-color:var(--border-strong)}.step-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.step-ic{width:48px;height:48px;border-radius:14px;background:var(--brand-soft-strong);color:var(--brand);display:flex;align-items:center;justify-content:center}.step-ic .ks-icon{width:24px;height:24px}.step-num{font-family:Poppins,Inter,sans-serif;font-size:13px;font-weight:800;color:var(--text-muted);letter-spacing:.1em}.c h3{font-size:19px;font-weight:700;margin-bottom:8px;letter-spacing:-.02em}.c p{margin:0;font-size:14.5px;color:var(--text-muted);line-height:1.6}.bento{display:grid;grid-template-columns:1fr;gap:14px}@media(min-width:768px){.bento{grid-template-columns:repeat(2,1fr)}.bento .wide{grid-column:span 2}}@media(min-width:1024px){.bento{grid-template-columns:repeat(3,1fr)}}.feat{display:flex;flex-direction:column;gap:18px}.feat .vis{margin-top:auto;border-radius:16px;background:var(--bg);border:1px solid var(--border);padding:14px}.otp{display:flex;align-items:center;gap:12px}.otp-code{font-family:ui-monospace,Menlo,monospace;font-size:26px;font-weight:800;letter-spacing:6px;color:var(--brand)}.otp small{display:block;font-size:12px;color:var(--text-muted);letter-spacing:0}.prog{display:flex;flex-direction:column;gap:10px}.prog div{display:flex;align-items:center;gap:10px;font-size:12.5px;font-weight:600}.prog .ks-icon{width:20px;height:20px}.prog span{flex:1;height:6px;border-radius:999px;background:var(--border-strong);overflow:hidden}.prog span i{display:block;height:100%;background:var(--brand);border-radius:999px}.chips{display:flex;flex-wrap:wrap;gap:8px}.chips span{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:999px;background:var(--surface);border:1px solid var(--border-strong);font-size:12.5px;font-weight:600}.chips .ks-icon{width:16px;height:16px}.addr{display:flex;gap:12px;align-items:flex-start;font-size:13px;line-height:1.5}.addr b{display:block}.addr span{color:var(--text-muted)}.addr .pin{width:36px;height:36px;border-radius:11px;background:var(--brand-soft-strong);color:var(--brand);display:flex;align-items:center;justify-content:center;flex:0 0 auto}.addr .pin .ks-icon{width:18px;height:18px}.txn{display:flex;flex-direction:column;gap:8px;font-size:13px}.txn div{display:flex;justify-content:space-between;gap:10px;padding-bottom:8px;border-bottom:1px solid var(--border)}.txn div:last-child{border:0;padding:0}.txn b.in{color:#22c55e}.svcs{display:grid;grid-template-columns:1fr;gap:14px}@media(min-width:640px){.svcs{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.svcs{grid-template-columns:repeat(3,1fr)}}.svc{text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:14px}.svc-ic{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff}.svc-ic .ks-icon{width:26px;height:26px}.svc-ic.blue{background:#2563eb}.svc-ic.red{background:#dc2626}.svc-ic.pink{background:#ec4899}.svc-ic.violet{background:#7c3aed}.svc-ic.amber{background:#f59e0b}.svc-ic.green{background:#10b981}.svc-go{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:700;color:var(--brand);margin-top:auto}.svc-go .ks-icon{width:16px;height:16px;transition:transform .15s ease}.svc:hover .svc-go .ks-icon{transform:translate(3px)}.sec2{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media(min-width:1024px){.sec2{grid-template-columns:1.1fr 1fr}}.points{list-style:none;margin:28px 0 0;padding:0;display:flex;flex-direction:column;gap:18px}.point{display:flex;gap:14px}.point-ic{width:42px;height:42px;border-radius:12px;background:var(--brand-soft-strong);color:var(--brand);display:flex;align-items:center;justify-content:center;flex:0 0 auto}.point-ic .ks-icon{width:20px;height:20px}.point b{display:block;font-size:15.5px;margin-bottom:3px}.point span{font-size:14px;color:var(--text-muted)}.lock{position:relative;height:340px;display:flex;align-items:center;justify-content:center}.ring{position:absolute;border-radius:50%;border:1px solid rgba(var(--brand-rgb),.35);animation:ring 4s ease-out infinite}.ring:nth-child(1){width:180px;height:180px}.ring:nth-child(2){width:260px;height:260px;animation-delay:-1.3s}.ring:nth-child(3){width:340px;height:340px;animation-delay:-2.6s}@keyframes ring{0%{opacity:.9;transform:scale(.9)}to{opacity:0;transform:scale(1.12)}}.lock-core{position:relative;width:120px;height:120px;border-radius:34px;background:var(--brand);color:var(--on-brand);display:flex;align-items:center;justify-content:center;box-shadow:0 30px 60px -20px rgba(var(--brand-rgb),.8)}.lock-core .ks-icon{width:56px;height:56px}.lock-badge{position:absolute;bottom:60px;right:18%;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:var(--surface);border:1px solid var(--border-strong);font-size:12.5px;font-weight:700}.lock-badge .ks-icon{width:15px;height:15px;color:#22c55e}.gx-head{text-align:center;max-width:720px;margin:0 auto 8px}.gx-head .title{font-size:clamp(34px,5vw,56px);line-height:1.05}.gx-head .lead{margin:18px auto 0;max-width:520px}.gx{position:relative;width:min(100%,640px);aspect-ratio:1 / 1;margin:16px auto 0}.gx-lines{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.gx-lines line{stroke:rgba(var(--brand-rgb),.5);stroke-width:1.5;stroke-dasharray:5 7;vector-effect:non-scaling-stroke;animation:dash 1.6s linear infinite}.gx-ring{fill:none;stroke:var(--border-strong);stroke-width:1;vector-effect:non-scaling-stroke;stroke-dasharray:2 6}@keyframes dash{to{stroke-dashoffset:-24}}.gx-core{position:absolute;left:50%;top:50%;width:148px;height:148px;transform:translate(-50%,-50%);z-index:2;display:flex;align-items:center;justify-content:center}.gx-core-in{position:relative;z-index:2;width:128px;height:128px;border-radius:50%;background:var(--surface);border:3px solid var(--brand);display:flex;align-items:center;justify-content:center;box-shadow:0 30px 60px -20px rgba(var(--brand-rgb),.7),0 0 0 10px rgba(var(--brand-rgb),.1);overflow:hidden}.gx-core-in img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%;background:#fff}.gx-halo{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1px solid rgba(var(--brand-rgb),.5);animation:halo 3.2s ease-out infinite}.gx-halo:nth-child(2){animation-delay:-1.6s}@keyframes halo{0%{transform:scale(.9);opacity:.9}to{transform:scale(2.1);opacity:0}}.gx-flag{position:absolute;left:var(--x);top:var(--y);width:72px;height:72px;transform:translate(-50%,-50%);border-radius:50%;background:var(--surface);border:1px solid var(--border-strong);display:flex;align-items:center;justify-content:center;box-shadow:0 18px 36px -18px #0009;z-index:1;animation:bob 7s ease-in-out infinite;animation-delay:var(--d, 0s)}.gx-flag img{width:46px;height:46px;border-radius:50%}.gx-flag small{position:absolute;top:100%;margin-top:6px;left:50%;transform:translate(-50%);white-space:nowrap;font-size:11.5px;font-weight:700;color:var(--text-muted)}@keyframes bob{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-50%,calc(-50% - 6px))}}.gx-lines-m{display:none}.gx-cta{display:flex;justify-content:center;margin-top:44px}@media(max-width:767px){.gx{width:100%;margin-top:8px}.gx-lines-d{display:none}.gx-lines-m{display:block}.gx-flag{left:var(--mx, var(--x));top:var(--my, var(--y));width:52px;height:52px}.gx-flag img{width:32px;height:32px}.gx-flag small{display:none}.gx-core{width:104px;height:104px}.gx-core-in{width:92px;height:92px}.gx-cta{margin-top:28px}}.how2{display:grid;grid-template-columns:1fr;gap:20px;align-items:stretch}@media(min-width:1024px){.how2{grid-template-columns:1fr 1.1fr;gap:28px}}.how2-img{position:relative;border-radius:32px;overflow:hidden;aspect-ratio:1 / 1;background:var(--surface-2);border:1px solid var(--border)}@media(min-width:1024px){.how2-img{aspect-ratio:auto;min-height:560px}}.how2-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.how2-ph{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--text-muted);font-size:13px;text-align:center;padding:24px;background:radial-gradient(120% 100% at 50% 0%,rgba(var(--brand-rgb),.25),transparent 60%)}.how2-ph .ks-icon{width:44px;height:44px;color:var(--brand)}.how2-panel{border-radius:32px;padding:40px 28px;background:color-mix(in srgb,var(--brand) 26%,#ffffff);color:#0b0c0a}@media(min-width:640px){.how2-panel{padding:56px 56px 48px}}.how2-panel h2{font-size:clamp(28px,3.6vw,40px);font-weight:800;letter-spacing:-.03em;margin-bottom:40px;color:#0b0c0a}.steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.steps li{position:relative;display:flex;gap:28px;padding-bottom:44px}.steps li:last-child{padding-bottom:0}.steps li:before{content:"";position:absolute;left:31px;top:68px;bottom:6px;width:2px;background:#0b0c0a24}.steps li:last-child:before{display:none}.steps .n{position:relative;z-index:1;flex:0 0 auto;width:64px;height:64px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-family:Poppins,Inter,sans-serif;font-size:18px;font-weight:700;color:#0b0c0a;box-shadow:0 10px 24px -14px #00000059}.steps b{display:block;font-family:Poppins,Inter,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.02em;margin:14px 0 6px}.steps p{margin:0;font-size:16.5px;line-height:1.6;color:#0b0c0acc;max-width:480px}@media(max-width:639px){.steps li{gap:18px}.steps .n{width:50px;height:50px;font-size:16px}.steps li:before{left:24px;top:56px}.steps b{font-size:19px;margin-top:10px}.steps p{font-size:15px}}.cta{text-align:center;padding:56px 24px;border-radius:30px;background:var(--surface);border:1px solid var(--border-strong);position:relative;overflow:hidden}.cta:before{content:"";position:absolute;inset:auto -20% -60% -20%;height:320px;background:radial-gradient(ellipse at center,rgba(var(--brand-rgb),.35),transparent 65%);pointer-events:none}.cta>*{position:relative}.cta .lead{margin-left:auto;margin-right:auto;max-width:520px}.cta-act{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:28px}.cta-legal{margin:22px 0 0;font-size:12.5px;color:var(--text-muted)}
