.page-loader{z-index:9999;-webkit-backdrop-filter:blur(34px)saturate(130%);backdrop-filter:blur(34px)saturate(130%);background:#080a1875;flex-direction:column;justify-content:center;align-items:center;gap:30px;transition:transform .7s cubic-bezier(.65,0,.35,1);display:flex;position:fixed;inset:0;overflow:hidden}.page-loader.pl-hide{transform:translateY(-100%)}.pl-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.pl-bg:before{content:"";background:radial-gradient(circle at 8% 8%,#2f52e033 0%,#0000 44%),radial-gradient(circle at 94% 88%,#00c8ff24 0%,#0000 46%),linear-gradient(135deg,#0000 58%,#0066ff14 100%);position:absolute;inset:-10%}.pl-bg span{background:radial-gradient(circle,#2f52e038 0%,#0000 70%);border-radius:50%;animation:7s ease-in-out infinite plDrift;position:absolute}.pl-bg span:first-child{width:420px;height:420px;animation-delay:0s;top:-120px;left:-100px}.pl-bg span:nth-child(2){background:radial-gradient(circle,#00c8ff2e 0%,#0000 70%);width:340px;height:340px;animation-delay:1.4s;bottom:-100px;right:-80px}.pl-bg span:nth-child(3){width:260px;height:260px;animation-delay:2.8s;top:40%;right:10%}@keyframes plDrift{0%,to{transform:translate(0)scale(1)}50%{transform:translate(18px,-14px)scale(1.12)}}.pl-stage{perspective:900px;z-index:1;justify-content:center;align-items:center;width:168px;height:168px;transition:transform .9s cubic-bezier(.2,.8,.2,1);display:flex;position:relative}.pl-stage:before{content:"";z-index:-1;background:radial-gradient(circle,#2f52e042 0%,#2f52e024 52%,#2f52e012 72%,#0000 100%);border-radius:50%;animation:2.8s ease-in-out infinite plGlow;position:absolute;inset:0;box-shadow:0 0 44px #2f52e038,inset 0 0 26px #2f52e01a}.pl-stage:after{content:"";filter:blur(8px);z-index:-2;background:radial-gradient(circle,#66a3ff33 0%,#2f52e00f 55%,#0000 78%);border-radius:50%;animation:2.8s ease-in-out .3s infinite plGlow;position:absolute;inset:-28px}@keyframes plGlow{0%,to{opacity:.88;transform:scale(.97)}50%{opacity:1;transform:scale(1.035)}}.pl-ring{border:2px solid #2f52e0;border-color:#2f52e0 #2f52e0 #0000 #0000;border-radius:50%;transition:opacity .35s,transform .55s;animation:2.2s linear infinite plSpin;position:absolute;inset:0}.pl-ring.pl-ring2{opacity:.55;border-color:#0000 #0000 #2f52e0 #2f52e0;animation:3.1s linear infinite reverse plSpin;inset:14px}.pl-logo-pulse{width:110px;height:110px;transition:transform 1s cubic-bezier(.2,.8,.2,1);animation:2.2s ease-in-out infinite plPulse;position:relative}.pl-logo-pulse:before{content:"";z-index:0;background:radial-gradient(circle,#fff 0%,#fffffff0 58%,#ffffff8c 80%,#0000 100%);border-radius:50%;position:absolute;inset:-4px;box-shadow:0 10px 30px #04060f59}.pl-logo-wrap{z-index:1;width:100%;height:100%;transform-style:preserve-3d;animation:3.6s linear infinite plSpin3d;position:relative}.pl-logo{object-fit:contain;backface-visibility:hidden;filter:drop-shadow(0 6px 16px #04060f38);width:100%;height:100%;position:absolute;inset:0}.pl-logo-back{transform:rotateY(180deg)}.pl-text{color:#9dc2ff;letter-spacing:.01em;z-index:1;align-items:center;min-height:22px;font-family:Cairo,sans-serif;font-size:15px;font-weight:800;transition:opacity .3s;display:flex;position:relative}.pl-text .pl-caret{background:#7c93ff;width:2px;height:15px;margin-inline-start:3px;animation:.85s step-end infinite plCaret;display:inline-block}.pl-progress-row{z-index:1;align-items:center;gap:10px;transition:opacity .3s;display:flex;position:relative}.pl-progress-track{background:#ffffff24;border-radius:3px;width:150px;height:3px;overflow:hidden}.pl-progress-fill{background:linear-gradient(90deg,#2f52e0,#7c93ff);border-radius:3px;width:0%;height:100%;display:block}.pl-percent{color:#a9b6cc;font-variant-numeric:tabular-nums;min-width:34px;font-family:Cairo,sans-serif;font-size:12.5px;font-weight:800}.pl-dots{z-index:1;gap:10px;transition:opacity .3s;display:flex;position:relative}.pl-dots span{background:#2f52e0;border-radius:50%;width:12px;height:12px;animation:1s ease-in-out infinite plBounce}.pl-dots span:nth-child(2){animation-delay:.15s}.pl-dots span:nth-child(3){animation-delay:.3s}@keyframes plBounce{0%,80%,to{opacity:.5;transform:translateY(0)}40%{opacity:1;transform:translateY(-14px)}}@keyframes plPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes plSpin3d{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}@keyframes plSpin{to{transform:rotate(360deg)}}@keyframes plCaret{50%{opacity:0}}body.pl-lock{overflow:hidden}.pl-fade-group{z-index:1;flex-direction:column;align-items:center;gap:30px;transition:opacity .35s ease-out,transform .35s ease-out;display:flex;position:relative}.pl-fade-group.is-out{opacity:0;pointer-events:none;transform:translateY(-14px)}.pl-welcome{pointer-events:none;opacity:0;z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.pl-welcome.is-in{opacity:1}.pl-welcome:before{content:"";left:var(--pl-mx,50%);top:var(--pl-my,50%);filter:blur(6px);pointer-events:none;z-index:-1;background:radial-gradient(circle,#66a3ff52 0%,#2f52e01f 45%,#0000 72%);width:460px;height:460px;position:absolute;transform:translate(-50%,-50%)}.pl-welcome-text{letter-spacing:.01em;direction:ltr;margin:0;font-family:Cairo,sans-serif;font-size:clamp(44px,9vw,104px);font-weight:900;display:flex}.pl-welcome-text span{opacity:0;color:#0000;filter:drop-shadow(0 4px 18px #04060f73);animation:.62s cubic-bezier(.2,.9,.25,1) forwards plLetterIn,2.8s linear infinite plShine;animation-delay:calc(var(--i) * 55ms), calc(var(--i) * 55ms + .5s);background-image:linear-gradient(120deg,#fff 0%,#a9c8ff 30%,#fff 55%,#66a3ff 80%,#fff 100%);background-size:240%;-webkit-background-clip:text;background-clip:text;display:inline-block;transform:translateY(26px)scale(.86)}@keyframes plLetterIn{to{opacity:1;transform:translateY(0)scale(1)}}@keyframes plShine{to{background-position:-240%}}@media (prefers-reduced-motion:reduce){.pl-logo-pulse,.pl-logo-wrap,.pl-dots span,.pl-ring,.pl-bg span,.pl-text .pl-caret,.pl-stage:before,.pl-stage:after,.pl-welcome-text span{animation:none}}body.lg-page{--lg-bg:linear-gradient(165deg, #1a2548 0%, #121736 48%, #0a0d1e 100%);--lg-ink:#f2f5fb;--lg-muted:#a9b6cc;--lg-dim:#8492ac;--lg-line:#ffffff1a;--lg-line-strong:#fff3;--lg-accent-ink:#8fc3ff;--lg-green-ink:#34d399}body.lg-page .lg-blob-mix{z-index:0;pointer-events:none;filter:blur(76px);will-change:transform;background:radial-gradient(circle,#f8f7f43d 0%,#edece61a 42%,#0000 72%);border-radius:50%;width:640px;height:640px;margin-left:-320px;animation:15s ease-in-out infinite alternate lgBlobMove;position:fixed;inset:-260px auto auto 50%}@media (width<=767px){body.lg-page .lg-blob-mix{filter:blur(54px);width:420px;height:420px;margin-left:-210px;animation:none;top:-170px}}@media (prefers-reduced-motion:reduce){body.lg-page .lg-blob-mix{animation:none}}body.lg-page .lg-glass{background:linear-gradient(155deg,#f8f7f41c 0%,#66a3ff1c 46%,#e9e6de0f 100%);border-color:#66a3ff33;box-shadow:inset 0 1px #ffffff1a,0 1px 2px #0000004d,0 22px 50px -14px #0000008c,0 4px 18px #2f52e024}body.lg-page .lg-glass:before{background:linear-gradient(90deg,#0000,#66a3ff8c,#0000)}body.lg-page .lg-nav{box-shadow:none;background:0 0;border-bottom-color:#0000}body.lg-page .lg-nav-inner{background:linear-gradient(168deg,#f8f7f417 0%,#ffffff0a 100%);box-shadow:inset 0 1px #ffffff24,0 14px 34px #0006}body.lg-page .lg-nav-link{color:#b6c2d9}body.lg-page .lg-nav-link.is-on{color:#fff}@media (hover:hover) and (pointer:fine){body.lg-page .lg-nav-link:hover{color:#fff}}body.lg-page .lg-icon-btn,body.lg-page .lg-menu-btn{color:#b6c2d9;background:#ffffff14}@media (hover:hover) and (pointer:fine){body.lg-page .lg-icon-btn:hover,body.lg-page .lg-menu-btn:hover{color:#fff;background:#ffffff29}}body.lg-page .lg-mobile-panel{background:linear-gradient(168deg,#121628f7 0%,#0a0d1afa 100%);box-shadow:0 18px 44px #00000080}body.lg-page .lg-mobile-link:active{background:#66a3ff29}body.lg-page .lg-btn-ghost{color:#eaf1fb;background:#ffffff14}@media (hover:hover) and (pointer:fine){body.lg-page .lg-btn-ghost:hover{background:#ffffff29}}body.lg-page .lg-pill{color:#9dc2ff;background:#66a3ff1f;border-color:#66a3ff47}body.lg-page .lg-display em{background-image:linear-gradient(#e6f0ff 0%,#7c93ff 100%)}@media (width<=479px){body.lg-page .lg-nav{padding:8px 10px 10px}body.lg-page .lg-nav-inner{border-radius:15px;gap:7px;padding:5px 7px}body.lg-page #logo-img-wrap .logo-circle{width:54px!important;height:54px!important}body.lg-page #logo-img-wrap .logo-circle img{width:44px!important;height:44px!important}body.lg-page .lg-btn{padding:8px 14px;font-size:12.5px}body.lg-page .lg-menu-btn{width:38px;height:38px}}#hd-network{z-index:0;pointer-events:none;width:100%;height:100%;display:block;position:fixed;inset:0}.hero-dark{background:0 0;overflow:hidden}.hero-orb{top:-200px;pointer-events:none;will-change:transform;background:radial-gradient(circle,#2f52e04d 0%,#0000 65%);width:650px;height:650px;animation:16s ease-in-out infinite glHeroOrb;position:absolute;inset-inline-end:-220px}@keyframes glHeroOrb{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-28px)scale(1.05)}}@media (prefers-reduced-motion:reduce){.hero-orb{animation:none}}.hero-dark .lg-pill{color:#cce0ff;background:#ffffff1a;border-color:#ffffff38}.hero-dark .lg-pill i{background:#7c93ff;box-shadow:0 0 12px #66a3ffbf}.hero-dark .lg-pill-green{color:var(--lg-green-lite);background:#34d39929;border-color:#6ee7b766}.hero-dark .lg-pill-green i{background:#34d399;box-shadow:0 0 14px #34d399d9}.hero-dark .lg-display{color:#fff}.hero-dark .lg-display em{background-image:linear-gradient(#e6f0ff 0%,#7c93ff 100%)}.hero-dark .lg-lead{color:#cce0ff}.hero-dark .lg-btn-primary{color:#1f3ab0;background:#fff;box-shadow:0 10px 26px #00000057,inset 0 1px #fff9}.hero-dark .lg-btn-ghost{color:#fff;background:#ffffff14;border-color:#ffffff4d}@media (hover:hover) and (pointer:fine){.hero-dark .lg-btn-primary:hover{box-shadow:0 14px 36px #00000073,inset 0 1px #ffffffb3}.hero-dark .lg-btn-ghost:hover{background:#ffffff2e}.hero-dark .lg-scroll:hover span{color:#fff}}.hero-dark .lg-btn-primary:focus-visible,.hero-dark .lg-btn-ghost:focus-visible{outline-color:#cce0ff}.hero-dark .lg-glass{background:linear-gradient(168deg,#ffffff24 0%,#ffffff0f 100%);border-color:#ffffff2e;box-shadow:inset 0 1px #ffffff38,0 18px 44px #00000061}.hero-dark .lg-glass:before{background:linear-gradient(90deg,#0000,#ffffff73,#0000)}.hero-dark .lg-sheen:after{background:radial-gradient(240px circle at var(--mx,50%) var(--my,0%),#ffffff29,transparent 62%)}.hero-dark .lg-scroll span{color:#cce0ffcc}.hero-dark .lg-scroll i{background:linear-gradient(#cce0ff80,#0000)}.hero-dark .lg-scroll i:after{background:linear-gradient(#0000,#cce0ff)}.hero-stat-num{color:#047857}.hero-stat-num.alt{color:#b45309}.hero-stat-num.blue{color:#1f3ab0}.hero-stat-lbl{color:#475569}.hero-stat-div{background:#0f172a1f}.hero-dark .hero-stat-num{color:#6ee7b7}.hero-dark .hero-stat-num.alt{color:#fde68a}.hero-dark .hero-stat-num.blue{color:#93b4ff}.hero-dark .hero-stat-lbl{color:#cce0ff}.hero-dark .hero-stat-div{background:#ffffff2e}.lg-footer-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.lg-footer-brand{align-items:center;gap:14px;display:flex}.lg-footer-name{color:var(--lg-ink);font-family:Cairo,sans-serif;font-size:16px;font-weight:800;line-height:1.3}.lg-footer-tag{color:#94a3b8;margin-top:2px;font-family:Cairo,sans-serif;font-size:12.5px}.lg-footer-links{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.lg-footer-links a{color:#b6c2d9;border-radius:10px;padding:7px 13px;font-family:Cairo,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:color .18s ease-out,background-color .18s ease-out}@media (hover:hover) and (pointer:fine){.lg-footer-links a:hover{color:var(--lg-ink);background:#2f52e024}}.lg-footer-links a:active{transform:scale(.97)}.lg-footer-cta{padding:9px 20px!important;font-size:13.5px!important}.lg-footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.lg-footer-top-btn{color:#b6c2d9;cursor:pointer;background:#ffffff0f;border:1px solid #66a3ff38;border-radius:10px;align-items:center;gap:6px;padding:7px 14px;font-family:Cairo,sans-serif;font-size:12.5px;font-weight:700;transition:color .18s ease-out,background-color .18s ease-out,border-color .18s ease-out;display:inline-flex}@media (hover:hover) and (pointer:fine){.lg-footer-top-btn:hover{color:var(--lg-accent-ink);background:#ffffff1f;border-color:#66a3ff66}}.lg-footer-top-btn:active{transform:scale(.96)}@media (width<=639px){.lg-footer-top{text-align:center;justify-content:center}.lg-footer-brand{flex-direction:column;gap:8px}.lg-footer-links{justify-content:center}.lg-footer-bottom{text-align:center;justify-content:center}}@keyframes glWRing{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(2.7)}}@media (width<=639px){#logo-slogan-wrap{display:none!important}.hero-stat-cell{padding:10px 14px!important}.hero-stat-num{letter-spacing:-1px!important;font-size:20px!important}.hero-stat-lbl{font-size:9px!important}#hw-date-g,#hw-date-h{white-space:normal!important;font-size:11px!important;line-height:1.4!important}#hw-time{letter-spacing:-1px!important;font-size:28px!important}}@media (width<=380px){#hw-time{font-size:24px!important}#hw-date-g,#hw-date-h{font-size:10px!important}}@media (width<=639px){.hero-greet{padding-top:14px!important}.hero-greet .max-w-xl>div>div:first-child{padding-bottom:8px!important}#hw-greeting{font-size:16px!important}#hw-period{margin-top:1px!important;font-size:9px!important}}@media (width<=479px){.hero-stats{grid-template-columns:1fr 1fr;width:100%;display:grid!important}.hero-stats .hero-stat-cell{padding:12px 8px!important}.hero-stats .hero-stat-div{display:none}.hero-stats .hero-stat-lbl{text-align:center;line-height:1.35;white-space:normal!important}}.hdemo-sec{content-visibility:auto;contain-intrinsic-size:auto 1557px;background:radial-gradient(120% 90% at 85% 0,#eef4ff 0%,#f8fafc 42%,#fff 100%);padding:44px 16px;font-family:Cairo,sans-serif;position:relative;overflow:hidden}.hdemo-sec:before{content:"";pointer-events:none;background-image:linear-gradient(#0f172a0a 1px,#0000 1px),linear-gradient(90deg,#0f172a0a 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 55% at 50% 40%,#000 0%,#0000 100%);mask-image:radial-gradient(70% 55% at 50% 40%,#000 0%,#0000 100%)}.hdemo-container{max-width:1120px;margin:0 auto;position:relative}.hdemo-head{text-align:center;margin-bottom:44px}.hdemo-badge{color:#8fc3ff;background:#dbe8fa24;border:1px solid #66a3ff47;border-radius:999px;align-items:center;gap:7px;margin-bottom:14px;padding:6px 16px;font-size:12px;font-weight:700;display:inline-flex;box-shadow:0 2px 10px #0003}.hdemo-badge-dot{background:#7c93ff;border-radius:50%;width:7px;height:7px;animation:1.8s ease-in-out infinite hpulse}.hdemo-title{color:#0f172a;letter-spacing:-.02em;font-size:clamp(22px,3.4vw,32px);font-weight:800}.hdemo-sub{color:#94a3b8;margin-top:8px;max-width:34rem;margin-inline:auto;font-size:15px;line-height:1.7}.hdemo-grid{grid-template-columns:1fr;align-items:center;gap:36px;display:grid}@media (width>=1024px){.hdemo-grid{grid-template-columns:1fr 1fr;gap:56px}}.hdemo-steps{flex-direction:column;order:2;gap:2px;margin:0;padding:0;list-style:none;display:flex}@media (width>=1024px){.hdemo-steps{order:1}}.hdemo-step{text-align:start;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:16px;align-items:flex-start;gap:14px;width:100%;padding:13px 15px;font-family:inherit;transition:background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,transform .18s ease-out;display:flex}.hdemo-step:focus-visible{outline:none;box-shadow:0 0 0 3px #99c2ff}.hdemo-step:active{transform:scale(.985)}@media (hover:hover) and (pointer:fine){.hdemo-step:hover{background:#ffffff0f;box-shadow:0 6px 18px #00000040}}.hdemo-step-ic{background:linear-gradient(155deg,#ffffff1f 0%,#ffffff0d 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background-color .3s ease-out,box-shadow .3s ease-out;display:flex;box-shadow:inset 0 1px #ffffff24,0 1px 3px #0000004d}.hdemo-step-n{color:#8291ab;font-size:14px;font-weight:800;transition:color .3s ease-out}.hdemo-step-body{flex:1;min-width:0;padding-top:3px}.hdemo-step-t{color:#aebbd1;margin-bottom:2px;font-size:14.5px;font-weight:700;transition:color .3s ease-out;display:block}.hdemo-step-s{color:#7c8aa3;font-size:12px;line-height:1.6;transition:color .3s ease-out;display:block}.hdemo-step.is-done{background:linear-gradient(155deg,#10b98129 0%,#10b98112 100%);border-color:#34d39952;box-shadow:0 4px 16px #10b98124}.hdemo-step.is-done .hdemo-step-ic{background:linear-gradient(155deg,#10b981 0%,#047857 100%);box-shadow:inset 0 1px #ffffff40,0 0 0 4px #10b98129}.hdemo-step.is-done .hdemo-step-t{color:#6ee7b7}.hdemo-step.is-on{background:linear-gradient(155deg,#2f52e038 0%,#2f52e017 100%);border-color:#66a3ff66;box-shadow:0 8px 24px #2f52e038,inset 0 1px #ffffff1a}.hdemo-step.is-on .hdemo-step-ic{background:linear-gradient(155deg,#7c93ff 0%,#2f52e0 100%);box-shadow:0 0 0 4px #2f52e033,0 3px 12px #2f52e080}.hdemo-step.is-on .hdemo-step-n{color:#fff}.hdemo-step.is-on .hdemo-step-t{color:#eaf1fb}.hdemo-stage{flex-direction:column;order:1;align-items:center;display:flex}@media (width>=1024px){.hdemo-stage{order:2}}.hdemo-phone{width:100%;max-width:318px;position:relative}.hdemo-glow{filter:blur(9px);z-index:-1;background:radial-gradient(50% 100%,#002a8047,#0000 70%);border-radius:50%;height:52px;position:absolute;inset:auto 8% -26px}.hdemo-phone-body{background:linear-gradient(150deg,#3f3f46 0%,#18181b 22%,#09090b 55%,#27272a 100%);border-radius:44px;padding:9px;position:relative;box-shadow:0 34px 70px -18px #0f172a80,inset 0 0 0 1px #ffffff17,inset 0 1px 2px #ffffff38}.hdemo-side{background:#3f3f46;border-radius:3px;position:absolute}.hdemo-side-a{inset-inline-end:-3px;width:3px;height:26px;top:96px}.hdemo-side-b{inset-inline-end:-3px;width:3px;height:26px;top:132px}.hdemo-side-c{inset-inline-start:-3px;width:3px;height:42px;top:112px}.hdemo-screen{color:#f2f5fb;background:#2a2620;border-radius:36px;font-family:Cairo,sans-serif;position:relative;overflow:hidden}.hdemo-progress{gap:3px;padding:4px 14px 0;display:flex}.hprog{background:#ffffff24;border-radius:2px;flex:1;height:3px;overflow:hidden}.hprog-fill{background:linear-gradient(90deg,#2f52e0,#2f52e0);border-radius:2px;width:0;height:100%;display:block}.hdemo-vp{height:512px;position:relative;overflow:hidden}.hdemo-sc{opacity:0;pointer-events:none;scrollbar-width:none;transition:opacity .45s ease-out,transform .45s ease-out;position:absolute;inset:0;overflow-y:auto}.hdemo-sc::-webkit-scrollbar{display:none}.hdemo-sc.is-active{opacity:1;pointer-events:auto}.hdemo-done{flex-direction:column;justify-content:center;align-items:center;gap:11px;padding:16px;display:flex}.hdemo-homebar{justify-content:center;align-items:center;height:20px;display:flex}.hdemo-homebar span{border-radius:3px;width:104px;height:4px}.hd-nav{z-index:5;background:0 0;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:7px 12px;display:flex;position:sticky;top:0}.hd-nav-brand{align-items:center;gap:6px;display:flex}.hd-nav-logo{background:#ffffff0f;border:1.5px solid #66a3ff66;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:27px;height:27px;display:flex;overflow:hidden}.hd-nav-logo img{object-fit:contain;width:22px;height:22px}.hd-nav-name{color:#f2f5fb;font-size:11px;font-weight:800}.hd-nav-actions{align-items:center;gap:7px;display:flex}.hd-nav-link{color:#a9b6cc;font-size:9.5px;font-weight:600}.hd-nav-cta{color:#fff;background:#2f52e0;border-radius:6px;padding:4px 9px;font-size:9.5px;font-weight:700}.hd-hero{text-align:center;color:#fff;background:0 0;padding:24px 14px 30px;position:relative}.hd-hero-badge{color:#cce0ff;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;align-items:center;gap:5px;margin-bottom:10px;padding:3px 10px;font-size:9.5px;display:inline-flex}.hd-dot-live{background:#34d399;border-radius:50%;width:5px;height:5px;animation:1.8s ease-in-out infinite hpulse}.hd-hero-h{margin-bottom:6px;font-size:19px;font-weight:800;line-height:1.35}.hd-hero-h span{color:#b3d1ff}.hd-hero-p{color:#cce0ff;margin-bottom:14px;font-size:9.5px;line-height:1.65}.hd-hero-cta{justify-content:center;gap:6px;display:flex}.hd-btn-primary{color:#1f3ab0;background:#fff;border-radius:9px;padding:7px 13px;font-size:9.5px;font-weight:800;transition:transform .16s ease-out;box-shadow:0 4px 14px #00000038}.hd-btn-ghost{color:#fff;border:1px solid #ffffff52;border-radius:9px;padding:7px 12px;font-size:9.5px;font-weight:600}.hd-hero-wave{display:none}.hd-body{text-align:center;background:0 0;padding:12px 12px 16px}.hd-body-badge{color:#8fc3ff;background:#2f52e029;border-radius:999px;align-items:center;gap:4px;margin-bottom:7px;padding:3px 9px;font-size:8.5px;font-weight:700;display:inline-flex}.hd-sec-t{color:#f2f5fb;margin-bottom:2px;font-size:12px;font-weight:800}.hd-sec-s{color:#a9b6cc;margin-bottom:10px;font-size:9px}.hd-govs{grid-template-columns:1fr 1fr;gap:7px;display:grid}.hd-gov{background:#ffffff0d;border:1px solid #ffffff1f;border-radius:12px;flex-direction:column;align-items:center;gap:5px;padding:11px 8px;transition:border-color .3s ease-out,box-shadow .3s ease-out,transform .3s ease-out;display:flex;box-shadow:0 1px 3px #0003}.hd-gov.is-hot{border-color:#66a3ff8c;transform:translateY(-2px);box-shadow:0 6px 16px #2f52e047}.hd-gov-ic{color:#fff;background:linear-gradient(135deg,#7c93ff,#2f52e0);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:29px;height:29px;display:flex;box-shadow:0 2px 7px #2f52e04d}.hd-gov-t{color:#f2f5fb;font-size:10px;font-weight:800}.hd-gov-a{color:#8fc3ff;font-size:8.5px;font-weight:700}.hd-card{background:#ffffff0d;border:1px solid #ffffff1f;border-radius:12px;margin:12px;padding:13px;box-shadow:0 1px 3px #0003}.hd-card-head{margin-bottom:11px}.hd-card-t{color:#f2f5fb;font-size:12.5px;font-weight:800}.hd-card-s{color:#a9b6cc;margin-top:2px;font-size:9.5px}.hd-stepper{align-items:center;gap:3px;margin-bottom:8px;display:flex}.hd-sdot{color:#a9b6cc;background:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:17px;height:17px;font-size:8.5px;font-weight:800;display:flex}.hd-sdot.is-on{color:#fff;background:#2f52e0;box-shadow:0 0 0 3px #2f52e03d}.hd-sdot.is-done{color:#6ee7b7;background:#10b98138}.hd-sline{background:#ffffff1a;border-radius:2px;flex:1;height:2px}.hd-sline.is-done{background:#34d39966}.hd-stage-lbl{color:#8fc3ff;border-bottom:1px solid #ffffff1a;margin-bottom:11px;padding-bottom:8px;font-size:9.5px;font-weight:700}.hd-f{margin-bottom:9px;display:block}.hd-l{color:#a9b6cc;margin-bottom:3px;font-size:9.5px;font-weight:600;display:block}.hd-i{color:#f2f5fb;background:#ffffff0a;border:1px solid #ffffff29;border-radius:7px;align-items:center;min-height:29px;padding:5px 9px;font-size:10.5px;transition:border-color .3s ease-out,box-shadow .3s ease-out;display:flex}.hd-i.is-focus{border-color:#2f52e0;box-shadow:0 0 0 3px #2f52e02e}.hd-i.is-filled{border-color:#66a3ff8c}.hd-i-num{letter-spacing:.04em;direction:ltr;justify-content:flex-start;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.hd-i-pw{letter-spacing:3px;color:#a9b6cc;font-size:13px}.hd-sel{color:#f2f5fb;justify-content:space-between;gap:6px}.hd-sel svg{color:#a9b6cc;flex-shrink:0}.hd-sel .is-empty{color:#67708a}.hd-row{grid-template-columns:1fr 1fr;gap:7px;display:grid}.hd-hint{color:#8492ac;margin:-2px 0 9px;font-size:8.8px;line-height:1.6}.hd-drop{text-align:center;color:#67708a;background:#ffffff08;border:2px dashed #ffffff2e;border-radius:10px;flex-direction:column;align-items:center;gap:3px;padding:11px 9px;transition:border-color .35s ease-out,background-color .35s ease-out,color .35s ease-out;display:flex}.hd-drop.is-hot{color:#8fc3ff;background:#2f52e024;border-color:#2f52e0}.hd-drop.is-ok{color:#34d399;background:#10b98124;border-color:#10b981}.hd-drop-t{color:#a9b6cc;font-size:9.5px;font-weight:700;transition:color .35s ease-out}.hd-drop.is-ok .hd-drop-t{color:#6ee7b7}.hd-drop-s{color:#67708a;font-size:8.5px}.hd-check-row{color:#a9b6cc;align-items:center;gap:6px;margin-bottom:10px;font-size:8.8px;line-height:1.55;display:flex}.hd-mini-chk{border:1.5px solid #ffffff4d;border-radius:3px;flex-shrink:0;width:11px;height:11px}.hd-next{color:#8fc3ff;text-align:center;background:#2f52e029;border-radius:8px;margin-top:2px;padding:8px;font-size:10px;font-weight:800}.hd-terms{color:#a9b6cc;border-top:1px solid #ffffff1a;align-items:flex-start;gap:7px;margin-bottom:10px;padding-top:10px;font-size:9.5px;line-height:1.55;display:flex}.hd-chk{color:#fff;border:1.5px solid #ffffff4d;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:13px;height:13px;margin-top:1px;transition:background-color .2s ease-out,border-color .2s ease-out;display:flex}.hd-chk.is-on{background:#2f52e0;border-color:#2f52e0}.hd-link{color:#8fc3ff;font-weight:700}.hd-submit{color:#fff;text-align:center;background:#2f52e0;border-radius:9px;padding:10px;font-size:11.5px;font-weight:800;transition:transform .16s ease-out,background-color .16s ease-out}.hd-foot{text-align:center;color:#8492ac;margin-top:9px;font-size:9.5px}.hd-success{text-align:center;opacity:0;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:14px;width:100%;padding:18px 14px;transition:opacity .5s ease-out,transform .5s ease-out;transform:scale(.92)translateY(10px);box-shadow:0 4px 16px #00000047}.hd-success.is-in{opacity:1;transform:none}.hd-success-logo{background:#ffffff0f;border:1.5px solid #66a3ff66;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin:0 auto 9px;display:flex;overflow:hidden}.hd-success-logo img{object-fit:contain;width:30px;height:30px}.hd-success-ic{color:#34d399;background:#10b98133;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin:0 auto 9px;display:flex}.hd-success-t{color:#f2f5fb;margin-bottom:4px;font-size:13px;font-weight:800}.hd-success-s{color:#a9b6cc;font-size:9.5px;line-height:1.7}.hd-ref{color:#8492ac;border-top:1px dashed #ffffff2e;margin-top:9px;padding-top:8px;font-size:9px}.hd-ref b{color:#8fc3ff;letter-spacing:.06em}.hd-wa{opacity:0;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:14px;width:100%;padding:12px 13px;transition:opacity .5s ease-out,transform .5s ease-out;transform:translateY(16px);box-shadow:0 4px 16px #00000047}.hd-wa.is-in{opacity:1;transform:none}.hd-wa-head{border-bottom:1px solid #ffffff1a;align-items:center;gap:8px;margin-bottom:8px;padding-bottom:8px;display:flex}.hd-wa-av{background:#ffffff0f;border:1.5px solid #ffffff29;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:29px;height:29px;display:flex;position:relative;overflow:visible}.hd-wa-av img{object-fit:contain;border-radius:50%;width:23px;height:23px}.hd-wa-badge{bottom:-3px;color:#fff;background:#25d366;border:1.5px solid #2a2620;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;display:flex;position:absolute;inset-inline-start:-3px}.hd-wa-meta{flex-direction:column;min-width:0;display:flex}.hd-wa-n{color:#f2f5fb;font-size:9.5px;font-weight:800}.hd-wa-s{color:#a9b6cc;font-size:8.5px}.hd-wa-msg{color:#dbe4f3;font-size:9.5px;line-height:1.8}.hdemo-finger{z-index:99;pointer-events:none;opacity:0;background:#2f52e033;border:2px solid #2f52e080;border-radius:50%;width:23px;height:23px;transition:top .6s cubic-bezier(.23,1,.32,1),left .6s cubic-bezier(.23,1,.32,1),opacity .35s ease-out,transform .18s ease-out;position:absolute;top:200px;left:50%;transform:translate(-50%,-50%)}.hdemo-ripple{z-index:98;pointer-events:none;opacity:0;background:#2f52e038;border-radius:50%;width:0;height:0;position:absolute;top:200px;left:50%;transform:translate(-50%,-50%)}.hdemo-caption{background:linear-gradient(135deg,#fff,#e6f0ff);border:1px solid #e0e7ff;border-radius:16px;width:100%;max-width:340px;margin:20px auto 0;padding:14px 16px;transition:opacity .35s ease-out,transform .35s ease-out;box-shadow:0 2px 12px #0f172a0d}.hdemo-caption.is-out{opacity:0;transform:translateY(6px)}.hdemo-cap-head{justify-content:center;align-items:center;gap:8px;margin-bottom:6px;display:flex}.hdemo-cap-num{color:#fff;background:#2f52e0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:800;transition:background-color .3s ease-out;display:flex}.hdemo-cap-title{color:#eaf1fb;font-size:13.5px;font-weight:800;transition:color .3s ease-out}.hdemo-caption.is-done .hdemo-cap-num{background:#16a34a}.hdemo-caption.is-done .hdemo-cap-title{color:#6ee7b7}.hdemo-cap-desc{color:#64748b;text-align:center;font-size:12px;line-height:1.8}.hdemo-controls{justify-content:center;align-items:center;gap:8px;margin-top:16px;display:flex}.hdemo-nav-btn,.hdemo-play{cursor:pointer;justify-content:center;align-items:center;font-family:inherit;transition:background-color .16s ease-out,border-color .16s ease-out,transform .16s ease-out;display:flex}.hdemo-nav-btn{color:#b6c2d9;background:#ffffff14;border:1px solid #66a3ff3d;border-radius:50%;width:38px;height:38px}.hdemo-play{color:#fff;background:#2f52e0;border:none;border-radius:999px;gap:7px;padding:9px 20px;font-size:12px;font-weight:800;box-shadow:0 4px 12px #2f52e03d}.hdemo-play.is-paused{box-shadow:none;background:#64748b}.hdemo-nav-btn:active,.hdemo-play:active{transform:scale(.95)}.hdemo-nav-btn:focus-visible,.hdemo-play:focus-visible,.hdemo-cta:focus-visible{outline:none;box-shadow:0 0 0 3px #99c2ff}@media (hover:hover) and (pointer:fine){.hdemo-nav-btn:hover{background:#ffffff29;border-color:#66a3ff66}.hdemo-play:hover{background:#2f52e0}.hdemo-play.is-paused:hover{background:#475569}.hdemo-cta:hover{background:#1f3ab0}}.hdemo-cta{color:#fff;background:#1f3ab0;border-radius:12px;align-items:center;gap:7px;margin-top:18px;padding:11px 22px;font-size:13px;font-weight:800;text-decoration:none;transition:background-color .18s ease-out,transform .18s ease-out;display:inline-flex;box-shadow:0 6px 18px #0033993d}.hdemo-cta:active{transform:scale(.97)}.hdemo-tc{vertical-align:text-bottom;background:#2f52e0;width:1.5px;height:1em;animation:.8s step-end infinite hdtc;display:none}.hdemo-tc.is-on{display:inline-block}@keyframes hdtc{50%{opacity:0}}@keyframes hpulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}@media (prefers-reduced-motion:reduce){.hdemo-badge-dot,.hd-dot-live,.hdemo-tc{animation:none}.hdemo-finger,.hdemo-ripple{display:none}.hdemo-sc,.hd-success,.hd-wa,.hdemo-caption{transition-duration:.01ms}.hprog-fill{transition:none}}.lg-page{background:var(--lg-bg);color:var(--lg-ink)}#how,#jobs{scroll-margin-top:92px}.lg-brand{letter-spacing:-.01em;color:var(--lg-ink);white-space:nowrap;font-family:Cairo,sans-serif;font-size:17px;font-weight:900;line-height:1;display:none}.lg-brand em{color:var(--lg-accent-ink);font-style:normal}@media (width>=480px){.lg-brand{display:inline-block}}.lg-gov-card{transform-style:preserve-3d;border-radius:22px;text-decoration:none;transition:box-shadow .3s ease-out,border-color .3s ease-out}.lg-gov-card:focus-visible{outline:2px solid var(--lg-accent-ink);outline-offset:3px}@media (hover:hover) and (pointer:fine){.lg-gov-card:hover{border-color:#2f52e057;transform:translateY(-4px);box-shadow:inset 0 1px #fffffff2,0 8px 18px #002d781f,0 30px 64px #2f52e03d}}.lg-gov-ic{background:linear-gradient(140deg,#7c93ff 0%,#2f52e0 60%,#1f3ab0 100%);border-radius:20px;flex-shrink:0;transition:transform .3s ease-out;box-shadow:0 10px 26px #2f52e06b,inset 0 1px #ffffff4d}@media (hover:hover) and (pointer:fine){.lg-gov-card:hover .lg-gov-ic{transform:scale(1.08)}}.lg-gov-t{color:var(--lg-ink);font-family:Cairo,sans-serif;font-weight:800}.lg-gov-a{color:var(--lg-accent-ink);font-family:Cairo,sans-serif;font-weight:700}.hdemo-sec{background:0 0}.hdemo-title{color:var(--lg-ink)}.hdemo-sub,.hdemo-cap-desc{color:var(--lg-muted)}.hdemo-badge{border-color:#2f52e02e}.hdemo-step-n{color:#525b6b}.hdemo-step-t,.hdemo-step-s{color:#616a7d}.hdemo-step.is-on .hdemo-step-s{color:var(--lg-accent-ink)}.hdemo-step.is-done .hdemo-step-s{color:#166534}.hdemo-phone-body{box-shadow:0 30px 64px -20px #0009,inset 0 0 0 1px #ffffff14,inset 0 1px 2px #ffffff24,0 0 90px #2f52e029}.hdemo-glow{background:radial-gradient(50% 100%,#2f52e04d,#0000 70%)}.hdemo-caption{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(168deg,#ffffff1a 0%,#ffffff0d 100%);border-color:#66a3ff33;box-shadow:0 10px 28px #0000004d}.hdemo-screen{background:linear-gradient(165deg,#1a2548 0%,#121736 48%,#0a0d1e 100%)}.hdemo-form,.hdemo-homebar{background:#fff}.hdemo-homebar span{opacity:.2;background:#0f172a}.hdemo-homebar.is-scene1{background:#0a0d1e}.hdemo-homebar.is-scene1 span{opacity:.3;background:#fff}.hd-card-t,.hd-sel,.hd-i,.hd-success-t,.hd-wa-n{color:#0f172a}.hd-card-s,.hd-l,.hd-i-pw,.hd-drop-t,.hd-check-row,.hd-terms,.hd-success-s,.hd-wa-s,.hd-sdot{color:#64748b}.hd-sel svg,.hd-sel .is-empty,.hd-hint,.hd-drop,.hd-drop-s,.hd-foot,.hd-ref{color:#94a3b8}.hd-card,.hd-success,.hd-wa{background:#fff;border-color:#e8edf3}.hd-sdot{background:#e8edf3}.hd-sline{background:#e2e8f0}.hd-stage-lbl{color:#1f3ab0;border-bottom-color:#e8edf3}.hd-i{background:#fff;border-color:#d5dde7}.hd-drop{background:#f8fafc;border-color:#d5dde7}.hd-mini-chk,.hd-chk{border-color:#cbd5e1}.hd-next{color:#2f52e0;background:#e6f0ff}.hd-terms{border-top-color:#e8edf3}.hd-link,.hd-ref b{color:#1f3ab0}.hd-success-logo,.hd-wa-av{background:#f1f5f9;border-color:#dbe4f3}.hd-wa-badge{border-color:#fff}.hd-wa-msg{color:#334155}
