.Navbar-module__nFLd_W__nav{z-index:100;padding:16px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__nFLd_W__nav.Navbar-module__nFLd_W__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);background:#ffffffeb;padding:12px 0}.Navbar-module__nFLd_W__container{align-items:center;gap:40px;max-width:1200px;margin:0 auto;padding:0 32px;display:flex}.Navbar-module__nFLd_W__logo{font-family:var(--font-display);color:var(--ink);flex-shrink:0;align-items:center;gap:10px;font-size:18px;font-weight:700;display:flex}.Navbar-module__nFLd_W__logo img{height:25px}.Navbar-module__nFLd_W__logo .Navbar-module__nFLd_W__branded{color:var(--brand);font-style:normal}.Navbar-module__nFLd_W__links{flex:1;align-items:center;gap:2px;display:flex}.Navbar-module__nFLd_W__link{color:var(--ink-muted);border-radius:var(--radius-sm);white-space:nowrap;cursor:pointer;background:0 0;align-items:center;gap:4px;padding:8px 12px;font-size:14.5px;font-weight:500;transition:all .15s;display:flex}.Navbar-module__nFLd_W__link:hover,.Navbar-module__nFLd_W__linkActive{color:var(--ink);background:var(--surface-3)}.Navbar-module__nFLd_W__chev{opacity:.5;transition:transform .2s}.Navbar-module__nFLd_W__chevOpen{opacity:.8;transform:rotate(180deg)}.Navbar-module__nFLd_W__dropItem{position:relative}.Navbar-module__nFLd_W__drop{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);background:#fff;grid-template-columns:1fr 1fr;gap:2px;min-width:420px;padding:10px;animation:.15s Navbar-module__nFLd_W__dropFade;display:grid;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)}.Navbar-module__nFLd_W__dropNarrow{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);background:#fff;flex-direction:column;min-width:180px;padding:8px;animation:.15s Navbar-module__nFLd_W__dropFade;display:flex;position:absolute;top:calc(100% + 10px);left:0}@keyframes Navbar-module__nFLd_W__dropFade{0%{opacity:0;transform:translate(-50%)translateY(-6px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.Navbar-module__nFLd_W__dropNarrow{animation-name:Navbar-module__nFLd_W__dropFadeNarrow}@keyframes Navbar-module__nFLd_W__dropFadeNarrow{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__nFLd_W__dropLink{border-radius:8px;flex-direction:column;gap:2px;padding:10px 12px;transition:background .12s;display:flex}.Navbar-module__nFLd_W__dropLink:hover{background:var(--surface-2)}.Navbar-module__nFLd_W__dropLinkLabel{color:var(--ink);font-size:13.5px;font-weight:600}.Navbar-module__nFLd_W__dropLinkDesc{color:var(--ink-faint);font-size:12px}.Navbar-module__nFLd_W__dropSimpleLink{color:var(--ink-muted);border-radius:8px;padding:9px 12px;font-size:13.5px;font-weight:500;transition:all .12s;display:block}.Navbar-module__nFLd_W__dropSimpleLink:hover{color:var(--ink);background:var(--surface-2)}.Navbar-module__nFLd_W__actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.Navbar-module__nFLd_W__demoLink{color:var(--brand);border-radius:var(--radius-sm);background:var(--brand-pale);padding:8px 14px;font-size:14px;font-weight:600;transition:background .15s}.Navbar-module__nFLd_W__demoLink:hover{background:#05a8921f}.Navbar-module__nFLd_W__loginBtn{color:var(--ink-muted);border-radius:var(--radius-sm);padding:8px 14px;font-size:14.5px;font-weight:500;transition:color .15s}.Navbar-module__nFLd_W__loginBtn:hover{color:var(--ink)}.Navbar-module__nFLd_W__ctaBtn{color:#fff;background:var(--brand);border-radius:var(--radius-sm);box-shadow:0 2px 8px var(--brand-glow);align-items:center;gap:6px;padding:9px 18px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.Navbar-module__nFLd_W__ctaBtn:hover{background:var(--brand-mid);box-shadow:var(--shadow-brand);transform:translateY(-1px)}.Navbar-module__nFLd_W__burger{color:var(--ink);margin-left:auto;display:none}.Navbar-module__nFLd_W__mobile{border-top:1px solid var(--border);background:#fff;flex-direction:column;gap:0;max-height:80vh;padding:12px 24px 20px;display:flex;overflow-y:auto}.Navbar-module__nFLd_W__mobileGroup{border-bottom:1px solid var(--border);padding:12px 0}.Navbar-module__nFLd_W__mobileHead{text-transform:uppercase;letter-spacing:.08em;color:var(--ink-faint);margin-bottom:8px;font-size:11px;font-weight:700}.Navbar-module__nFLd_W__mobileLink{color:var(--ink-muted);padding:9px 0;font-size:15px;font-weight:500;transition:color .12s;display:block}.Navbar-module__nFLd_W__mobileLink:hover{color:var(--ink)}.Navbar-module__nFLd_W__mobileCtas{gap:10px;padding-top:16px;display:flex}.Navbar-module__nFLd_W__mobileCtas .Navbar-module__nFLd_W__ctaBtn{flex:1;justify-content:center}@media (min-width:1025px){.Navbar-module__nFLd_W__mobile{display:none}}@media (max-width:1024px){.Navbar-module__nFLd_W__links,.Navbar-module__nFLd_W__actions{display:none}.Navbar-module__nFLd_W__burger{display:flex}.Navbar-module__nFLd_W__container{gap:0}}@media (max-width:640px){.Navbar-module__nFLd_W__container{padding:0 20px}}
.Footer-module__yhxsoa__footer{background:var(--ink);color:#fff;padding:80px 0 0}.Footer-module__yhxsoa__container{max-width:1200px;margin:0 auto;padding:0 32px}.Footer-module__yhxsoa__top{border-bottom:1px solid #ffffff14;grid-template-columns:260px 1fr;gap:80px;padding-bottom:56px;display:grid}.Footer-module__yhxsoa__brand{flex-direction:column;gap:18px;display:flex}.Footer-module__yhxsoa__logo{font-family:var(--font-display);color:#fff;align-items:center;gap:10px;font-size:18px;font-weight:700;display:flex}.Footer-module__yhxsoa__logo img{height:25px}.Footer-module__yhxsoa__tagline{color:#fff6;font-size:14.5px;line-height:1.7}.Footer-module__yhxsoa__contact{color:#ffffff59;font-size:13px;line-height:1.7}.Footer-module__yhxsoa__socials{gap:10px;display:flex}.Footer-module__yhxsoa__social{color:#ffffff73;background:#ffffff12;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .15s;display:flex}.Footer-module__yhxsoa__social:hover{background:var(--brand);color:#fff}.Footer-module__yhxsoa__cols{grid-template-columns:repeat(4,1fr);gap:36px;display:grid}.Footer-module__yhxsoa__colHeading{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:#ffffff4d;margin-bottom:16px;font-size:11.5px;font-weight:700}.Footer-module__yhxsoa__colLinks{flex-direction:column;gap:9px;display:flex}.Footer-module__yhxsoa__colLink{color:#ffffff80;font-size:13.5px;transition:color .15s}.Footer-module__yhxsoa__colLink:hover{color:#fff}.Footer-module__yhxsoa__license{border-radius:var(--radius);background:#05a89214;align-items:flex-start;gap:12px;margin:24px 0;padding:16px 20px;display:flex}.Footer-module__yhxsoa__licenseIcon{color:var(--brand-light);flex-shrink:0;margin-top:1px}.Footer-module__yhxsoa__license p{color:#fff6;font-size:15px;line-height:1.7}.Footer-module__yhxsoa__license strong{color:#ffffffa6;font-weight:600}.Footer-module__yhxsoa__bottom{border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:20px;padding:20px 0;display:flex}.Footer-module__yhxsoa__bottom>p{color:#ffffff47;font-size:12.5px}.Footer-module__yhxsoa__badges{gap:10px;display:flex}.Footer-module__yhxsoa__badge{color:#ffffff59;background:#ffffff0d;border:1px solid #ffffff12;border-radius:20px;padding:4px 11px;font-size:11.5px}@media (max-width:1024px){.Footer-module__yhxsoa__top{grid-template-columns:1fr;gap:40px}.Footer-module__yhxsoa__cols{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Footer-module__yhxsoa__container{padding:0 20px}.Footer-module__yhxsoa__cols{grid-template-columns:1fr 1fr;gap:24px}.Footer-module__yhxsoa__bottom{flex-direction:column;align-items:flex-start}.Footer-module__yhxsoa__badges{flex-wrap:wrap}}
.Contact-module__WmUh-G__main{padding-top:72px}.Contact-module__WmUh-G__inner{max-width:960px;margin:0 auto;padding:0 32px}.Contact-module__WmUh-G__pill{letter-spacing:.1em;text-transform:uppercase;color:var(--brand);background:var(--brand-pale);border:1px solid #05a89233;border-radius:20px;margin-bottom:20px;padding:5px 14px;font-size:12px;font-weight:700;display:inline-block}.Contact-module__WmUh-G__hero{border-bottom:1px solid var(--border);background:linear-gradient(#f8fffe 0%,#fff 100%);padding:100px 0 72px}.Contact-module__WmUh-G__h1{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);margin-bottom:16px;font-size:clamp(36px,5vw,56px);font-weight:800;line-height:1.1}.Contact-module__WmUh-G__sub{color:var(--ink-muted);max-width:480px;font-size:18px;line-height:1.7}.Contact-module__WmUh-G__channelsSection{padding:72px 0 0}.Contact-module__WmUh-G__channelsGrid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.Contact-module__WmUh-G__channelCard{border:1.5px solid var(--border);border-radius:var(--radius-lg);background:#fff;align-items:center;gap:18px;padding:24px 22px;transition:all .15s;display:flex}.Contact-module__WmUh-G__channelCard:hover{border-color:var(--brand);box-shadow:var(--shadow);transform:translateY(-1px)}.Contact-module__WmUh-G__channelCard:hover .Contact-module__WmUh-G__channelArrow{color:var(--brand);transform:translate(3px)}.Contact-module__WmUh-G__channelIcon{background:var(--brand-pale);width:46px;height:46px;color:var(--brand);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Contact-module__WmUh-G__channelBody{flex-direction:column;flex:1;gap:3px;display:flex}.Contact-module__WmUh-G__channelLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--ink-faint);font-size:11.5px;font-weight:700}.Contact-module__WmUh-G__channelValue{font-family:var(--font-display);color:var(--ink);font-size:15.5px;font-weight:700}.Contact-module__WmUh-G__channelDesc{color:var(--ink-muted);font-size:13px;line-height:1.5}.Contact-module__WmUh-G__channelArrow{color:var(--border-strong);flex-shrink:0;transition:all .15s}.Contact-module__WmUh-G__bottomSection{padding:20px 0 100px}.Contact-module__WmUh-G__bottomGrid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.Contact-module__WmUh-G__officeCard,.Contact-module__WmUh-G__docsCard,.Contact-module__WmUh-G__socialCard{background:var(--surface-2);border:1.5px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:16px;padding:28px 24px;display:flex}.Contact-module__WmUh-G__cardHeading{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;font-size:16px;font-weight:700}.Contact-module__WmUh-G__addressBlock{align-items:flex-start;gap:10px;display:flex}.Contact-module__WmUh-G__addressBlock svg{color:var(--brand);flex-shrink:0;margin-top:2px}.Contact-module__WmUh-G__addressBlock p,.Contact-module__WmUh-G__docsDesc{color:var(--ink-muted);font-size:14px;line-height:1.65}.Contact-module__WmUh-G__docsBtn{color:#fff;background:var(--brand);border-radius:var(--radius-sm);align-items:center;gap:7px;width:fit-content;margin-top:auto;padding:11px 18px;font-size:14px;font-weight:700;transition:all .15s;display:inline-flex}.Contact-module__WmUh-G__docsBtn:hover{background:var(--brand-mid);transform:translate(2px)}.Contact-module__WmUh-G__socialLinks{flex-direction:column;gap:8px;display:flex}.Contact-module__WmUh-G__socialLink{color:var(--ink-muted);border:1.5px solid var(--border);border-radius:var(--radius-sm);background:#fff;align-items:center;gap:10px;padding:10px 14px;font-size:14px;font-weight:600;transition:all .15s;display:flex}.Contact-module__WmUh-G__socialLink:hover{color:var(--ink);border-color:var(--border-strong)}@media (max-width:768px){.Contact-module__WmUh-G__channelsGrid,.Contact-module__WmUh-G__bottomGrid{grid-template-columns:1fr}}@media (max-width:640px){.Contact-module__WmUh-G__inner{padding:0 20px}.Contact-module__WmUh-G__hero{padding:80px 0 56px}}
.\34 04-module__pxv4UW__main{background:linear-gradient(#f8fffe 0%,#fff 100%);align-items:center;min-height:80vh;padding-top:72px;display:flex}.\34 04-module__pxv4UW__inner{text-align:center;flex-direction:column;align-items:center;max-width:520px;margin:0 auto;padding:80px 32px;display:flex}.\34 04-module__pxv4UW__iconWrap{justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:32px;display:flex;position:relative}.\34 04-module__pxv4UW__icon{animation:12s linear infinite \34 04-module__pxv4UW__slowSpin}@keyframes \34 04-module__pxv4UW__slowSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.\34 04-module__pxv4UW__pulse{border:2px solid var(--brand);opacity:0;border-radius:50%;animation:2.5s ease-out infinite \34 04-module__pxv4UW__pulsRing;position:absolute;inset:-8px}@keyframes \34 04-module__pxv4UW__pulsRing{0%{opacity:.4;transform:scale(.85)}to{opacity:0;transform:scale(1.2)}}.\34 04-module__pxv4UW__code{font-family:var(--font-display);letter-spacing:-.05em;background:linear-gradient(135deg,#048a77,#05a892,#07c9ae);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:100px;font-weight:800;line-height:1}.\34 04-module__pxv4UW__h1{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);margin-bottom:14px;font-size:clamp(24px,4vw,32px);font-weight:800}.\34 04-module__pxv4UW__sub{color:var(--ink-muted);margin-bottom:36px;font-size:16px;line-height:1.7}.\34 04-module__pxv4UW__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:36px;display:flex}.\34 04-module__pxv4UW__primary{color:#fff;background:var(--brand);box-shadow:0 4px 16px var(--brand-glow);border-radius:10px;align-items:center;gap:7px;padding:12px 22px;font-size:15px;font-weight:700;transition:all .2s;display:inline-flex}.\34 04-module__pxv4UW__primary:hover{background:var(--brand-mid);box-shadow:var(--shadow-brand);transform:translateY(-2px)}.\34 04-module__pxv4UW__secondary{color:var(--ink-muted);border:1.5px solid var(--border);background:#fff;border-radius:10px;padding:12px 20px;font-size:15px;font-weight:600;transition:all .15s}.\34 04-module__pxv4UW__secondary:hover{color:var(--ink);border-color:var(--border-strong)}.\34 04-module__pxv4UW__divider{align-items:center;gap:16px;width:100%;margin-bottom:24px;display:flex}.\34 04-module__pxv4UW__divider:before,.\34 04-module__pxv4UW__divider:after{content:"";background:var(--border);flex:1;height:1px}.\34 04-module__pxv4UW__divider span{color:var(--ink-faint);white-space:nowrap;font-size:12.5px;font-weight:500}.\34 04-module__pxv4UW__quickLinks{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.\34 04-module__pxv4UW__quickLink{color:var(--ink-muted);background:var(--surface-2);border:1.5px solid var(--border);border-radius:20px;padding:7px 16px;font-size:13.5px;font-weight:600;transition:all .15s}.\34 04-module__pxv4UW__quickLink:hover{color:var(--brand);background:var(--brand-pale);border-color:#05a8924d}@media (max-width:640px){.\34 04-module__pxv4UW__inner{padding:60px 20px}.\34 04-module__pxv4UW__code{font-size:80px}.\34 04-module__pxv4UW__actions{flex-direction:column;align-items:stretch;width:100%}.\34 04-module__pxv4UW__primary,.\34 04-module__pxv4UW__secondary{justify-content:center}}
.Demo-module__Pp75YW__main{padding-top:72px}.Demo-module__Pp75YW__inner{text-align:center;max-width:680px;margin:0 auto;padding:0 32px}.Demo-module__Pp75YW__hero{background:linear-gradient(#f8fffe 0%,#fff 100%);padding:40px 60px}.Demo-module__Pp75YW__badge{color:var(--brand-mid);background:#fff;border:1px solid #05a89240;border-radius:20px;align-items:center;gap:8px;margin-bottom:22px;padding:6px 14px;font-size:13px;font-weight:500;display:inline-flex;box-shadow:0 2px 8px #05a89214}.Demo-module__Pp75YW__dot{background:var(--brand);border-radius:50%;width:7px;height:7px;animation:2s infinite Demo-module__Pp75YW__pulse}@keyframes Demo-module__Pp75YW__pulse{0%,to{box-shadow:0 0 0 2px #05a89233}50%{box-shadow:0 0 0 5px #05a89214}}.Demo-module__Pp75YW__h1{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);margin-bottom:16px;font-size:clamp(36px,5vw,56px);font-weight:800;line-height:1.1}.Demo-module__Pp75YW__sub{color:var(--ink-muted);font-size:17px;line-height:1.7}.Demo-module__Pp75YW__demo{padding:60px 0 80px}.Demo-module__Pp75YW__demoInner{justify-content:center;max-width:1100px;margin:0 auto 24px;padding:0 32px;display:flex}.Demo-module__Pp75YW__formPanel,.Demo-module__Pp75YW__responsePanel{background:#0d1117;border:1px solid #ffffff12;border-radius:14px;overflow:hidden}.Demo-module__Pp75YW__panelHead{color:#ffffff8c;background:#ffffff05;border-bottom:1px solid #ffffff0f;align-items:center;gap:9px;padding:13px 18px;font-size:13px;font-weight:600;display:flex}.Demo-module__Pp75YW__panelHead svg{color:var(--brand)}.Demo-module__Pp75YW__sandboxTag{letter-spacing:.07em;text-transform:uppercase;color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b33;border-radius:20px;margin-left:auto;padding:2px 9px;font-size:10.5px;font-weight:700}.Demo-module__Pp75YW__form{flex-direction:column;gap:14px;padding:22px 20px;display:flex}.Demo-module__Pp75YW__field{flex-direction:column;gap:6px;display:flex}.Demo-module__Pp75YW__field label{color:#fff6;letter-spacing:.02em;font-size:12px;font-weight:600}.Demo-module__Pp75YW__input{font-family:var(--font-body);color:#fff;border-radius:var(--radius-sm);background:#ffffff0d;border:1.5px solid #ffffff1a;outline:none;width:100%;padding:9px 13px;font-size:14.5px;font-weight:500;transition:border-color .15s}.Demo-module__Pp75YW__input:focus{border-color:var(--brand)}.Demo-module__Pp75YW__networkBtns{gap:8px;display:flex}.Demo-module__Pp75YW__netBtn{color:#ffffff59;border-radius:var(--radius-sm);background:#ffffff0a;border:1.5px solid #ffffff14;flex:1;padding:9px 8px;font-size:13px;font-weight:600;transition:all .12s}.Demo-module__Pp75YW__netBtnActive{color:var(--brand-light)!important;border-color:var(--brand)!important;background:#05a8921a!important}.Demo-module__Pp75YW__codePreview{background:#0000004d;border:1px solid #ffffff0f;border-radius:8px}.Demo-module__Pp75YW__codePreview pre{font-family:var(--font-mono);color:#93c5fd;padding:12px 14px;font-size:12.5px;line-height:1.8}.Demo-module__Pp75YW__submitBtn{color:#fff;background:var(--brand);border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:8px;padding:13px;font-size:14px;font-weight:700;transition:all .15s;display:flex}.Demo-module__Pp75YW__submitBtn:hover{background:var(--brand-mid)}.Demo-module__Pp75YW__steps{flex-direction:column;gap:6px;padding:22px 20px;display:flex}.Demo-module__Pp75YW__stepRow{opacity:.35;color:#ffffffb3;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;font-size:14px;transition:all .3s;display:flex}.Demo-module__Pp75YW__stepActive{opacity:1;background:#ffffff08}.Demo-module__Pp75YW__stepSuccess{opacity:1;font-weight:600;color:var(--brand-light)!important;background:#05a8921a!important}.Demo-module__Pp75YW__stepIco{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.Demo-module__Pp75YW__stepNum{color:#ffffff4d;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;font-weight:700;display:flex}@keyframes Demo-module__Pp75YW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Demo-module__Pp75YW__spin{animation:1s linear infinite Demo-module__Pp75YW__spin}.Demo-module__Pp75YW__resetBtn{color:var(--brand-light);align-items:center;gap:6px;padding:8px 0 0;font-size:13px;font-weight:600;display:flex}.Demo-module__Pp75YW__responseBody{font-family:var(--font-mono);color:#93c5fd;min-height:200px;padding:20px 22px;font-size:13px;line-height:1.8}.Demo-module__Pp75YW__cliHint{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;align-items:center;gap:10px;max-width:1100px;margin:0 auto;padding:14px 20px;display:flex}.Demo-module__Pp75YW__cliHint svg{color:var(--brand);flex-shrink:0}.Demo-module__Pp75YW__cliHint span{color:var(--ink-muted);font-size:14px}.Demo-module__Pp75YW__cliHint code{font-family:var(--font-mono);color:var(--brand-mid);background:var(--brand-pale);border:1px solid #05a89233;border-radius:6px;padding:3px 10px;font-size:13px}.Demo-module__Pp75YW__cliHint a{color:var(--brand);margin-left:auto;font-size:13.5px;font-weight:600}@media (max-width:1024px){.Demo-module__Pp75YW__demoInner{grid-template-columns:1fr}}@media (max-width:640px){.Demo-module__Pp75YW__hero{padding:48px 20px 32px}.Demo-module__Pp75YW__inner{padding:0 20px}.Demo-module__Pp75YW__h1{font-size:32px}.Demo-module__Pp75YW__sub{font-size:15px}.Demo-module__Pp75YW__demo{padding:32px 0 48px}.Demo-module__Pp75YW__demoInner{margin-bottom:16px;padding:0 16px}.Demo-module__Pp75YW__formPanel,.Demo-module__Pp75YW__responsePanel{border-radius:10px}.Demo-module__Pp75YW__codePreview pre{font-size:11px;overflow-x:auto}.Demo-module__Pp75YW__networkBtns{flex-direction:column;gap:6px}.Demo-module__Pp75YW__netBtn{padding:10px}.Demo-module__Pp75YW__responseBody{min-height:120px;padding:16px;font-size:11.5px}.Demo-module__Pp75YW__cliHint{flex-direction:column;align-items:flex-start;margin:0 16px;padding:14px 16px}.Demo-module__Pp75YW__cliHint code{word-break:break-all;font-size:11.5px}.Demo-module__Pp75YW__cliHint a{margin-left:0}}
.Home-module__Zwbc8a__section{padding:100px 0}.Home-module__Zwbc8a__sectionInner{max-width:1200px;margin:0 auto;padding:0 32px}.Home-module__Zwbc8a__sectionHead{text-align:center;max-width:640px;margin:0 auto 72px}.Home-module__Zwbc8a__pill{letter-spacing:.1em;text-transform:uppercase;width:fit-content;color:var(--brand);background:var(--brand-pale);border:1px solid #05a89233;border-radius:20px;margin-bottom:20px;padding:5px 14px;font-size:12px;font-weight:700;display:inline-block}.Home-module__Zwbc8a__pillLight{letter-spacing:.1em;text-transform:uppercase;color:var(--brand-light);background:#07c9ae1f;border:1px solid #07c9ae40;border-radius:20px;margin-bottom:20px;padding:5px 14px;font-size:12px;font-weight:700;display:inline-block}.Home-module__Zwbc8a__h2{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);margin-bottom:16px;font-size:clamp(30px,4vw,44px);font-weight:800;line-height:1.15}.Home-module__Zwbc8a__h2White{color:#fff;font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(30px,4vw,44px);font-weight:800;line-height:1.15}.Home-module__Zwbc8a__sectionSub{color:var(--ink-muted);font-size:17px;line-height:1.7}.Home-module__Zwbc8a__hero{background:#f8fffe;align-items:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.Home-module__Zwbc8a__heroGridBg{pointer-events:none;background-image:linear-gradient(#05a8920a 1px,#0000 1px),linear-gradient(90deg,#05a8920a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80% at 50% 0,#000 40%,#0000 100%);mask-image:radial-gradient(80% 80% at 50% 0,#000 40%,#0000 100%)}.Home-module__Zwbc8a__heroBlobA{pointer-events:none;background:radial-gradient(circle,#05a8921a 0%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:-200px;right:-100px}.Home-module__Zwbc8a__heroBlobB{pointer-events:none;background:radial-gradient(circle,#f59e0b0f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-100px;left:100px}.Home-module__Zwbc8a__heroInner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;width:100%;max-width:1200px;margin:0 auto;padding:0 32px;display:grid}.Home-module__Zwbc8a__heroLeft{z-index:1;flex-direction:column;align-items:flex-start;display:flex;position:relative}.Home-module__Zwbc8a__heroBadge{color:var(--brand-mid);background:#fff;border:1px solid #05a89240;border-radius:20px;align-items:center;gap:8px;margin-bottom:28px;padding:7px 16px;font-size:13px;font-weight:500;display:inline-flex;box-shadow:0 2px 8px #05a89214}.Home-module__Zwbc8a__heroBadgeDot{background:var(--brand);border-radius:50%;width:7px;height:7px;animation:2s infinite Home-module__Zwbc8a__pulse;box-shadow:0 0 0 2px #05a89240}@keyframes Home-module__Zwbc8a__pulse{0%,to{box-shadow:0 0 0 2px #05a89240}50%{box-shadow:0 0 0 5px #05a8921a}}.Home-module__Zwbc8a__heroH1{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);margin-bottom:24px;font-size:clamp(40px,5.2vw,68px);font-weight:800;line-height:1.08}.Home-module__Zwbc8a__heroEm{background:linear-gradient(135deg,#048a77,#05a892,#07c9ae);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.Home-module__Zwbc8a__heroSub{color:var(--ink-muted);max-width:440px;margin-bottom:36px;font-size:18px;line-height:1.7}.Home-module__Zwbc8a__heroActions{align-items:center;gap:16px;margin-bottom:40px;display:flex}.Home-module__Zwbc8a__heroPrimary{color:#fff;background:var(--brand);box-shadow:0 4px 16px var(--brand-glow);cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:13px 24px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex}.Home-module__Zwbc8a__heroPrimary:hover{background:var(--brand-mid);box-shadow:var(--shadow-brand);transform:translateY(-2px)}.Home-module__Zwbc8a__heroSecondary{color:var(--ink-muted);border:1.5px solid var(--border);background:#fff;border-radius:10px;padding:13px 20px;font-size:15px;font-weight:500;transition:all .15s}.Home-module__Zwbc8a__heroSecondary:hover{color:var(--ink);border-color:var(--border-strong)}.Home-module__Zwbc8a__methodsRow{flex-wrap:wrap;gap:8px;display:flex}.Home-module__Zwbc8a__methodPill{border-radius:20px;align-items:center;gap:10px;padding:5px 12px;font-size:15px;font-weight:500;display:inline-flex}.Home-module__Zwbc8a__methodImgSlot{border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:27px;height:27px;display:flex;position:relative;overflow:hidden}.Home-module__Zwbc8a__methodImgSlot img{object-fit:contain;width:100%;height:100%;position:absolute}.Home-module__Zwbc8a__methodInitial{z-index:1;font-size:10px;font-weight:800;position:relative}.Home-module__Zwbc8a__heroRight{position:relative}.Home-module__Zwbc8a__codeCard{box-shadow:var(--shadow-lg), 0 0 0 1px #ffffff0d inset;background:#0f172a;border-radius:16px;overflow:hidden}.Home-module__Zwbc8a__codeHeader{background:#ffffff05;border-bottom:1px solid #ffffff0f;align-items:center;gap:10px;padding:12px 18px;display:flex}.Home-module__Zwbc8a__dots{gap:6px;display:flex}.Home-module__Zwbc8a__dots span{border-radius:50%;width:12px;height:12px}.Home-module__Zwbc8a__codeTabs{flex:1;gap:2px;display:flex}.Home-module__Zwbc8a__codeTab{font-family:var(--font-mono);color:#ffffff4d;background:0 0;border-radius:6px;padding:4px 10px;font-size:11.5px;font-weight:500;transition:all .12s}.Home-module__Zwbc8a__codeTab:hover{color:#fff9}.Home-module__Zwbc8a__codeTabActive{background:#ffffff14;color:#ffffffe6!important}.Home-module__Zwbc8a__copyBtn{color:#fff6;cursor:pointer;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff14;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:500;transition:all .12s}.Home-module__Zwbc8a__copyBtn:hover{color:#fff}.Home-module__Zwbc8a__codePre{font-size:16px;line-height:1.8;font-family:var(--font-mono);color:#e2e8f0;padding:18px 0;overflow-x:auto}.Home-module__Zwbc8a__codeLine{align-items:baseline;padding:0 18px;display:flex}.Home-module__Zwbc8a__codeLine:hover{background:#ffffff05}.Home-module__Zwbc8a__lineNum{color:#ffffff29;-webkit-user-select:none;user-select:none;flex-shrink:0;min-width:26px;font-size:13px}.Home-module__Zwbc8a__floatA,.Home-module__Zwbc8a__floatB{box-shadow:var(--shadow-lg);border:1px solid var(--border);background:#fff;border-radius:12px;align-items:center;gap:12px;padding:12px 18px;display:flex;position:absolute}.Home-module__Zwbc8a__floatA{animation:3s ease-in-out infinite Home-module__Zwbc8a__floatUD;bottom:-20px;left:-30px}.Home-module__Zwbc8a__floatB{animation:3s ease-in-out 1.5s infinite Home-module__Zwbc8a__floatUDB;top:50%;right:-24px}@keyframes Home-module__Zwbc8a__floatUD{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes Home-module__Zwbc8a__floatUDB{0%,to{transform:translateY(-50%)}50%{transform:translateY(calc(-50% - 8px))}}.Home-module__Zwbc8a__floatLabel{color:var(--ink-muted);font-size:11px;font-weight:500}.Home-module__Zwbc8a__floatVal{color:var(--ink);font-size:15px;font-weight:700;font-family:var(--font-display)}.Home-module__Zwbc8a__statsSection{background:var(--ink);padding:60px 0}.Home-module__Zwbc8a__statsInner{grid-template-columns:repeat(4,1fr);gap:40px;max-width:1200px;margin:0 auto;padding:0 32px;display:grid}.Home-module__Zwbc8a__statItem{text-align:center}.Home-module__Zwbc8a__statNum{font-family:var(--font-display);color:#fff;letter-spacing:-.03em;margin-bottom:8px;font-size:44px;font-weight:800;line-height:1}.Home-module__Zwbc8a__statLabel{color:#ffffffa6;margin-bottom:4px;font-size:16px;font-weight:600}.Home-module__Zwbc8a__statSub{color:#ffffff47;font-size:14px}.Home-module__Zwbc8a__marqueeSection{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:40px 0;overflow:hidden}.Home-module__Zwbc8a__marqueeLabel{text-align:center;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-faint);margin-bottom:20px;font-size:14px;font-weight:700}.Home-module__Zwbc8a__marqueeWrap{position:relative;overflow:hidden}.Home-module__Zwbc8a__marqueeFadeL{z-index:1;background:linear-gradient(90deg,#fff,#0000);width:80px;position:absolute;top:0;bottom:0;left:0}.Home-module__Zwbc8a__marqueeFadeR{z-index:1;background:linear-gradient(-90deg,#fff,#0000);width:80px;position:absolute;top:0;bottom:0;right:0}.Home-module__Zwbc8a__marqueeTrack{align-items:center;gap:12px;width:max-content;animation:36s linear infinite Home-module__Zwbc8a__marquee;display:flex}@keyframes Home-module__Zwbc8a__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.Home-module__Zwbc8a__marqueePill{color:var(--ink-muted);white-space:nowrap;background:#fff;border-radius:40px;align-items:center;gap:10px;padding:8px 18px 8px 10px;font-size:14px;font-weight:600;display:flex}.Home-module__Zwbc8a__marqueeLogoWrap{background:var(--surface-2);border:1px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;display:flex;overflow:hidden}.Home-module__Zwbc8a__marqueeLogoWrap img{object-fit:contain;width:100%;height:100%;display:block}.Home-module__Zwbc8a__marqueeFallback{color:var(--brand);font-size:11px;font-weight:800}.Home-module__Zwbc8a__marqueeDot{background:var(--brand);opacity:.6;border-radius:50%;flex-shrink:0;width:5px;height:5px}.Home-module__Zwbc8a__featuresGrid{background:var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(3,1fr);gap:2px;display:grid;overflow:hidden}.Home-module__Zwbc8a__featureCard{background:#fff;flex-direction:column;gap:18px;padding:36px 32px;transition:background .15s;display:flex}.Home-module__Zwbc8a__featureCard:hover{background:var(--surface-2)}.Home-module__Zwbc8a__featureIconWrap{background:var(--brand-pale);width:48px;height:48px;color:var(--brand);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Home-module__Zwbc8a__featureBody{flex-direction:column;gap:8px;display:flex}.Home-module__Zwbc8a__featureTag{letter-spacing:.06em;text-transform:uppercase;color:var(--brand);font-size:11px;font-weight:700}.Home-module__Zwbc8a__featureTitle{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;font-size:18px;font-weight:700}.Home-module__Zwbc8a__featureDesc{color:var(--ink-muted);font-size:14.5px;line-height:1.65}.Home-module__Zwbc8a__devSection{background:var(--ink-soft);padding:100px 0}.Home-module__Zwbc8a__devInner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1200px;margin:0 auto;padding:0 32px;display:grid}.Home-module__Zwbc8a__devLeft{flex-direction:column;align-items:flex-start;display:flex}.Home-module__Zwbc8a__devSub{color:#ffffff80;margin:16px 0 32px;font-size:17px;line-height:1.7}.Home-module__Zwbc8a__devList{flex-direction:column;gap:12px;margin-bottom:36px;display:flex}.Home-module__Zwbc8a__devList li{color:#ffffffb8;align-items:center;gap:12px;font-size:15px;display:flex}.Home-module__Zwbc8a__devCta{color:var(--brand-light);font-size:15px;font-weight:600;transition:color .15s}.Home-module__Zwbc8a__devCta:hover{color:#fff}.Home-module__Zwbc8a__devTerminal{box-shadow:var(--shadow-lg);background:#0d1117;border:1px solid #ffffff0f;border-radius:14px;overflow:hidden}.Home-module__Zwbc8a__termHeader{background:#ffffff05;border-bottom:1px solid #ffffff0d;align-items:center;gap:12px;padding:13px 20px;display:flex}.Home-module__Zwbc8a__termTitle{color:#ffffff38;letter-spacing:.06em;text-transform:uppercase;text-align:center;flex:1;margin-right:48px;font-size:12px}.Home-module__Zwbc8a__termBody{min-height:180px;font-family:var(--font-mono);color:#ffffffc7;flex-direction:column;gap:2px;padding:20px 24px;font-size:15px;line-height:1.9;display:flex}.Home-module__Zwbc8a__termCmd{gap:10px;display:flex}.Home-module__Zwbc8a__termPrompt{color:#4ade80}.Home-module__Zwbc8a__cursor{color:#ffffff73;animation:1s step-end infinite Home-module__Zwbc8a__blink}@keyframes Home-module__Zwbc8a__blink{0%,to{opacity:1}50%{opacity:0}}.Home-module__Zwbc8a__pricingGrid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:28px;display:grid}.Home-module__Zwbc8a__pricingCard{border:1.5px solid var(--border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:0;padding:32px 26px;transition:box-shadow .2s;display:flex;position:relative}.Home-module__Zwbc8a__pricingCard:hover{box-shadow:var(--shadow-lg)}.Home-module__Zwbc8a__pricingHighlight{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand), var(--shadow-brand)}.Home-module__Zwbc8a__popularBadge{color:#fff;background:var(--brand);white-space:nowrap;border-radius:20px;padding:3px 14px;font-size:11px;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Home-module__Zwbc8a__pricingName{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.06em;color:var(--ink-muted);margin-bottom:14px;font-size:13px;font-weight:700}.Home-module__Zwbc8a__pricingRate{font-family:var(--font-display);color:var(--ink);letter-spacing:-.03em;margin-bottom:4px;font-size:44px;font-weight:800;line-height:1}.Home-module__Zwbc8a__pricingNote{color:var(--ink-faint);margin-bottom:24px;font-size:13px}.Home-module__Zwbc8a__pricingFeatures{flex-direction:column;flex:1;gap:11px;margin-bottom:28px;display:flex}.Home-module__Zwbc8a__pricingFeatures li{color:var(--ink-muted);align-items:center;gap:9px;font-size:13.5px;display:flex}.Home-module__Zwbc8a__pricingCta{text-align:center;color:var(--brand);background:var(--brand-pale);border:1.5px solid #05a89233;border-radius:9px;padding:11px;font-size:14px;font-weight:600;transition:all .15s;display:block}.Home-module__Zwbc8a__pricingCta:hover{background:#05a89214}.Home-module__Zwbc8a__pricingCtaPrimary{background:var(--brand);color:#fff;border-color:var(--brand)}.Home-module__Zwbc8a__pricingCtaPrimary:hover{background:var(--brand-mid)}.Home-module__Zwbc8a__pricingNote{color:var(--ink-muted);justify-content:center;align-items:center;gap:24px;padding:15px 24px;font-size:14px;display:flex}.Home-module__Zwbc8a__pricingMore{color:var(--brand);font-size:16px;font-weight:600}.Home-module__Zwbc8a__pricingMore:hover{opacity:.75}.Home-module__Zwbc8a__trustSection{background:var(--surface-2);padding:100px 0}.Home-module__Zwbc8a__trustInner{grid-template-columns:360px 1fr;align-items:start;gap:80px;max-width:1200px;margin:0 auto;padding:0 32px;display:grid}.Home-module__Zwbc8a__trustLeft{flex-direction:column;display:flex}.Home-module__Zwbc8a__trustCards{grid-template-columns:1fr 1fr;gap:20px;display:grid}.Home-module__Zwbc8a__trustCard{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:28px}.Home-module__Zwbc8a__trustIcon{margin-bottom:10px;font-size:28px;display:block}.Home-module__Zwbc8a__trustCard h4{font-family:var(--font-display);color:var(--ink);margin-bottom:6px;font-size:15px;font-weight:700}.Home-module__Zwbc8a__trustCard p{color:var(--ink-muted);font-size:13.5px;line-height:1.6}.Home-module__Zwbc8a__ctaSection{background:var(--brand);text-align:center;padding:120px 32px;position:relative;overflow:hidden}.Home-module__Zwbc8a__ctaBlobA{pointer-events:none;background:#ffffff0f;border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;left:-100px}.Home-module__Zwbc8a__ctaBlobB{pointer-events:none;background:#0000001a;border-radius:50%;width:500px;height:500px;position:absolute;bottom:-200px;right:-100px}.Home-module__Zwbc8a__ctaInner{z-index:1;max-width:640px;margin:0 auto;position:relative}.Home-module__Zwbc8a__ctaFlag{margin-bottom:24px;font-size:48px}.Home-module__Zwbc8a__ctaH2{font-family:var(--font-display);letter-spacing:-.02em;color:#fff;margin-bottom:18px;font-size:clamp(28px,4vw,48px);font-weight:800;line-height:1.15}.Home-module__Zwbc8a__ctaSub{color:#ffffffb8;margin-bottom:40px;font-size:18px;line-height:1.6}.Home-module__Zwbc8a__ctaActions{justify-content:center;align-items:center;gap:16px;display:flex}.Home-module__Zwbc8a__ctaPrimary{color:var(--brand);background:#fff;border-radius:10px;padding:14px 28px;font-size:15px;font-weight:700;transition:all .2s;display:inline-block;box-shadow:0 4px 20px #00000026}.Home-module__Zwbc8a__ctaPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0003}.Home-module__Zwbc8a__ctaPhone{color:#ffffffd1;border:2px solid #ffffff47;border-radius:10px;align-items:center;gap:8px;padding:14px 20px;font-size:15px;font-weight:600;transition:all .15s;display:inline-flex}.Home-module__Zwbc8a__ctaPhone:hover{color:#fff;border-color:#ffffff8c}.Home-module__Zwbc8a__testimonialsGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.Home-module__Zwbc8a__testimonialCard{border:1.5px solid var(--border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:20px;padding:32px 28px;transition:box-shadow .2s;display:flex}.Home-module__Zwbc8a__testimonialCard:hover{box-shadow:var(--shadow-lg)}.Home-module__Zwbc8a__testimonialStars{gap:3px;display:flex}.Home-module__Zwbc8a__testimonialQuote{color:var(--ink-muted);flex:1;font-size:15px;font-style:italic;line-height:1.75}.Home-module__Zwbc8a__testimonialAuthor{border-top:1px solid var(--border);align-items:center;gap:12px;padding-top:16px;display:flex}.Home-module__Zwbc8a__testimonialAvatar{background:var(--brand-pale);width:38px;height:38px;color:var(--brand);font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:800;display:flex}.Home-module__Zwbc8a__testimonialName{color:var(--ink);font-size:14px;font-weight:700}.Home-module__Zwbc8a__testimonialRole{color:var(--ink-faint);margin-top:2px;font-size:12.5px}@media (max-width:1024px){.Home-module__Zwbc8a__testimonialsGrid{grid-template-columns:1fr;max-width:560px;margin:0 auto}}@media (max-width:640px){.Home-module__Zwbc8a__testimonialCard{padding:24px 20px}.Home-module__Zwbc8a__testimonialQuote{font-size:14px}}@media (max-width:1200px){.Home-module__Zwbc8a__pricingGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.Home-module__Zwbc8a__heroInner{grid-template-columns:1fr;gap:60px}.Home-module__Zwbc8a__heroRight{display:none}.Home-module__Zwbc8a__devInner{grid-template-columns:1fr;gap:48px}.Home-module__Zwbc8a__trustInner{grid-template-columns:1fr;gap:40px}.Home-module__Zwbc8a__featuresGrid,.Home-module__Zwbc8a__statsInner,.Home-module__Zwbc8a__pricingGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Home-module__Zwbc8a__section{padding:56px 0}.Home-module__Zwbc8a__sectionInner{padding:0 20px}.Home-module__Zwbc8a__sectionHead{margin-bottom:40px}.Home-module__Zwbc8a__sectionSub{font-size:15px}.Home-module__Zwbc8a__hero{min-height:auto;padding:88px 0 48px}.Home-module__Zwbc8a__heroInner{gap:0;padding:0 20px}.Home-module__Zwbc8a__heroH1{margin-bottom:16px;font-size:36px}.Home-module__Zwbc8a__heroSub{margin-bottom:28px;font-size:16px}.Home-module__Zwbc8a__heroBadge{margin-bottom:20px;font-size:12px}.Home-module__Zwbc8a__heroActions{flex-direction:column;align-items:stretch;gap:10px;width:100%;margin-bottom:28px}.Home-module__Zwbc8a__heroPrimary,.Home-module__Zwbc8a__heroSecondary{text-align:center;justify-content:center}.Home-module__Zwbc8a__methodsRow{gap:6px}.Home-module__Zwbc8a__methodPill{gap:6px;padding:4px 10px;font-size:12px}.Home-module__Zwbc8a__statsSection{padding:40px 0}.Home-module__Zwbc8a__statsInner{grid-template-columns:repeat(2,1fr);gap:24px;padding:0 20px}.Home-module__Zwbc8a__statNum{font-size:32px}.Home-module__Zwbc8a__statLabel{font-size:13px}.Home-module__Zwbc8a__statSub{font-size:11px}.Home-module__Zwbc8a__marqueeSection{padding:28px 0}.Home-module__Zwbc8a__marqueeLabel{margin-bottom:14px;font-size:11px}.Home-module__Zwbc8a__featuresGrid{grid-template-columns:1fr}.Home-module__Zwbc8a__featureCard{gap:12px;padding:24px 20px}.Home-module__Zwbc8a__featureTitle{font-size:16px}.Home-module__Zwbc8a__featureDesc{font-size:13.5px}.Home-module__Zwbc8a__devSection{padding:56px 0}.Home-module__Zwbc8a__devInner{gap:36px;padding:0 20px}.Home-module__Zwbc8a__devSub{margin:12px 0 24px;font-size:15px}.Home-module__Zwbc8a__devList li{font-size:14px}.Home-module__Zwbc8a__devTerminal{display:none}.Home-module__Zwbc8a__pricingGrid{grid-template-columns:1fr;max-width:320px;margin:0 auto 20px}.Home-module__Zwbc8a__pricingRate{font-size:36px}.Home-module__Zwbc8a__pricingNote{text-align:center;flex-direction:column;gap:8px;padding:14px 20px;font-size:13px}.Home-module__Zwbc8a__trustSection{padding:56px 0}.Home-module__Zwbc8a__trustInner{gap:32px;padding:0 20px}.Home-module__Zwbc8a__trustCards{grid-template-columns:1fr;gap:12px}.Home-module__Zwbc8a__trustCard{padding:20px}.Home-module__Zwbc8a__ctaSection{padding:72px 20px}.Home-module__Zwbc8a__ctaFlag{margin-bottom:16px;font-size:36px}.Home-module__Zwbc8a__ctaH2{font-size:28px}.Home-module__Zwbc8a__ctaSub{margin-bottom:28px;font-size:16px}.Home-module__Zwbc8a__ctaActions{flex-direction:column;gap:10px}.Home-module__Zwbc8a__ctaPrimary,.Home-module__Zwbc8a__ctaPhone{justify-content:center;width:100%}}
.Legal-module__UvHISG__main{padding-top:72px}.Legal-module__UvHISG__inner{max-width:960px;margin:0 auto;padding:0 32px}.Legal-module__UvHISG__pill{letter-spacing:.1em;text-transform:uppercase;color:var(--brand);background:var(--brand-pale);border:1px solid #05a89233;border-radius:20px;margin-bottom:18px;padding:5px 14px;font-size:12px;font-weight:700;display:inline-block}.Legal-module__UvHISG__hero{border-bottom:1px solid var(--border);padding:90px 0 60px}.Legal-module__UvHISG__h1{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);margin-bottom:14px;font-size:clamp(32px,4.5vw,52px);font-weight:800;line-height:1.1}.Legal-module__UvHISG__desc{color:var(--ink-muted);margin-bottom:14px;font-size:17px;line-height:1.7}.Legal-module__UvHISG__updated{color:var(--ink-faint);font-size:13.5px;font-weight:500}.Legal-module__UvHISG__content{padding:64px 0 100px}.Legal-module__UvHISG__contentGrid{grid-template-columns:220px 1fr;align-items:start;gap:64px;max-width:960px;margin:0 auto;padding:0 32px;display:grid}.Legal-module__UvHISG__toc{background:var(--surface-2);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:22px 18px;position:sticky;top:96px}.Legal-module__UvHISG__toc h4{text-transform:uppercase;letter-spacing:.08em;color:var(--ink-faint);margin-bottom:12px;font-size:11px;font-weight:700}.Legal-module__UvHISG__toc ul{flex-direction:column;gap:4px;display:flex}.Legal-module__UvHISG__toc a{color:var(--ink-muted);border-radius:7px;padding:6px 8px;font-size:13px;font-weight:500;transition:all .12s;display:block}.Legal-module__UvHISG__toc a:hover{color:var(--brand);background:var(--brand-pale)}.Legal-module__UvHISG__sections{flex-direction:column;gap:40px;display:flex}.Legal-module__UvHISG__legalSection{border-bottom:1px solid var(--border);padding-bottom:40px}.Legal-module__UvHISG__legalSection:last-child{border-bottom:none;padding-bottom:0}.Legal-module__UvHISG__legalSection h2{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;margin-bottom:14px;font-size:20px;font-weight:700}.Legal-module__UvHISG__legalSection p{color:var(--ink-muted);font-size:15.5px;line-height:1.8}@media (max-width:1024px){.Legal-module__UvHISG__contentGrid{grid-template-columns:1fr}.Legal-module__UvHISG__toc{position:static}}@media (max-width:640px){.Legal-module__UvHISG__inner,.Legal-module__UvHISG__contentGrid{padding:0 20px}.Legal-module__UvHISG__hero{padding:48px 0 36px}.Legal-module__UvHISG__h1{font-size:28px}.Legal-module__UvHISG__desc{font-size:15px}.Legal-module__UvHISG__content{padding:36px 0 60px}.Legal-module__UvHISG__toc{display:none}.Legal-module__UvHISG__sections{gap:28px}.Legal-module__UvHISG__legalSection{padding-bottom:28px}.Legal-module__UvHISG__legalSection h2{margin-bottom:10px;font-size:17px}.Legal-module__UvHISG__legalSection p{font-size:14.5px;line-height:1.75}}
.Partners-module__L6P5GG__main{padding-top:72px}.Partners-module__L6P5GG__inner{max-width:1000px;margin:0 auto;padding:0 32px}.Partners-module__L6P5GG__pill{letter-spacing:.1em;text-transform:uppercase;color:var(--brand);background:var(--brand-pale);border:1px solid #05a89233;border-radius:20px;margin-bottom:20px;padding:5px 14px;font-size:12px;font-weight:700;display:inline-block}.Partners-module__L6P5GG__hero{text-align:center;background:linear-gradient(#f8fffe 0%,#fff 100%);padding:100px 0 80px}.Partners-module__L6P5GG__h1{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);margin-bottom:18px;font-size:clamp(36px,5vw,58px);font-weight:800;line-height:1.1}.Partners-module__L6P5GG__h2{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);margin-bottom:16px;font-size:clamp(26px,3vw,36px);font-weight:800}.Partners-module__L6P5GG__sub{color:var(--ink-muted);margin-bottom:32px;font-size:18px;line-height:1.7}.Partners-module__L6P5GG__cta{color:#fff;background:var(--brand);box-shadow:0 4px 16px var(--brand-glow);border-radius:10px;padding:13px 28px;font-size:15px;font-weight:700;transition:all .2s;display:inline-block}.Partners-module__L6P5GG__cta:hover{background:var(--brand-mid);transform:translateY(-2px)}.Partners-module__L6P5GG__tiersSection{background:var(--surface-2);padding:80px 0}.Partners-module__L6P5GG__sectionHead{text-align:center;margin-bottom:56px}.Partners-module__L6P5GG__tiersGrid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto;padding:0 32px;display:grid}.Partners-module__L6P5GG__tierCard{border:1.5px solid var(--border);background:#fff;border-radius:20px;flex-direction:column;padding:34px 28px;transition:box-shadow .2s;display:flex;position:relative}.Partners-module__L6P5GG__tierCard:hover{box-shadow:var(--shadow-lg)}.Partners-module__L6P5GG__tierHL{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand), var(--shadow-brand)}.Partners-module__L6P5GG__badge{color:#fff;background:var(--brand);white-space:nowrap;border-radius:20px;padding:3px 14px;font-size:11px;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Partners-module__L6P5GG__tierName{font-family:var(--font-display);color:var(--ink);margin-bottom:12px;font-size:14px;font-weight:700}.Partners-module__L6P5GG__tierCommission{font-family:var(--font-display);color:var(--brand);letter-spacing:-.03em;margin-bottom:4px;font-size:44px;font-weight:800;line-height:1}.Partners-module__L6P5GG__tierNote{color:var(--ink-faint);margin-bottom:22px;font-size:13px}.Partners-module__L6P5GG__tierFeatures{flex-direction:column;flex:1;gap:10px;margin-bottom:24px;display:flex}.Partners-module__L6P5GG__tierFeatures li{color:var(--ink-muted);align-items:center;gap:9px;font-size:13.5px;display:flex}.Partners-module__L6P5GG__tierCta{text-align:center;color:var(--brand);background:var(--brand-pale);border:1.5px solid #05a89233;border-radius:10px;padding:11px;font-size:14px;font-weight:600;transition:all .15s;display:block}.Partners-module__L6P5GG__tierCtaHL{background:var(--brand);color:#fff;border-color:var(--brand)}.Partners-module__L6P5GG__tierCtaHL:hover{background:var(--brand-mid)}.Partners-module__L6P5GG__ctaSection{padding:80px 0}.Partners-module__L6P5GG__ctaBox{background:linear-gradient(135deg, var(--brand), var(--brand-mid));text-align:center;border-radius:20px;padding:56px 48px}.Partners-module__L6P5GG__ctaBox h2{font-family:var(--font-display);color:#fff;margin-bottom:12px;font-size:28px;font-weight:800}.Partners-module__L6P5GG__ctaBox p{color:#ffffffb8;margin-bottom:28px;font-size:17px}.Partners-module__L6P5GG__ctaBtn{color:var(--brand);background:#fff;border-radius:10px;padding:13px 28px;font-size:15px;font-weight:800;transition:all .2s;display:inline-block;box-shadow:0 4px 20px #00000026}.Partners-module__L6P5GG__ctaBtn:hover{transform:translateY(-2px)}@media (max-width:1024px){.Partners-module__L6P5GG__tiersGrid{grid-template-columns:1fr;max-width:400px}}@media (max-width:640px){.Partners-module__L6P5GG__ctaBox{padding:36px 24px}}
.Pricing-module__6h8OGG__main{padding-top:72px}.Pricing-module__6h8OGG__inner{max-width:960px;margin:0 auto;padding:0 32px}.Pricing-module__6h8OGG__pill{letter-spacing:.1em;text-transform:uppercase;color:var(--brand);background:var(--brand-pale);border:1px solid #05a89233;border-radius:20px;margin-bottom:20px;padding:5px 14px;font-size:12px;font-weight:700;display:inline-block}.Pricing-module__6h8OGG__hero{text-align:center;background:linear-gradient(#f8fffe 0%,#fff 100%);padding:100px 0 80px}.Pricing-module__6h8OGG__h1{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);margin-bottom:18px;font-size:clamp(36px,5vw,60px);font-weight:800;line-height:1.1}.Pricing-module__6h8OGG__h2{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);margin-bottom:16px;font-size:clamp(26px,3vw,36px);font-weight:800}.Pricing-module__6h8OGG__sub{color:var(--ink-muted);font-size:18px;line-height:1.6}.Pricing-module__6h8OGG__tiers{padding:60px 0 100px}.Pricing-module__6h8OGG__tiersInner{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto;padding:0 32px;display:grid}.Pricing-module__6h8OGG__tierCard{border:1.5px solid var(--border);background:#fff;border-radius:20px;flex-direction:column;padding:36px 28px;transition:box-shadow .2s;display:flex;position:relative}.Pricing-module__6h8OGG__tierCard:hover{box-shadow:var(--shadow-lg)}.Pricing-module__6h8OGG__tierHL{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand), var(--shadow-brand)}.Pricing-module__6h8OGG__popularBadge{color:#fff;background:var(--brand);white-space:nowrap;border-radius:20px;padding:3px 14px;font-size:11px;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Pricing-module__6h8OGG__tierName{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.07em;color:var(--ink-muted);margin-bottom:14px;font-size:13px;font-weight:700}.Pricing-module__6h8OGG__tierPrice{font-family:var(--font-display);color:var(--ink);letter-spacing:-.03em;margin-bottom:4px;font-size:38px;font-weight:800;line-height:1}.Pricing-module__6h8OGG__tierSub{color:var(--ink-faint);margin-bottom:24px;font-size:13px}.Pricing-module__6h8OGG__tierFeatures{flex-direction:column;flex:1;gap:11px;margin-bottom:28px;display:flex}.Pricing-module__6h8OGG__tierFeatures li{color:var(--ink-muted);align-items:center;gap:10px;font-size:14px;display:flex}.Pricing-module__6h8OGG__tierCta{text-align:center;color:var(--brand);background:var(--brand-pale);border:1.5px solid #05a89233;border-radius:10px;padding:12px;font-size:14px;font-weight:600;transition:all .15s;display:block}.Pricing-module__6h8OGG__tierCta:hover{background:#05a89214}.Pricing-module__6h8OGG__tierCtaPrimary{background:var(--brand);color:#fff;border-color:var(--brand)}.Pricing-module__6h8OGG__tierCtaPrimary:hover{background:var(--brand-mid)}.Pricing-module__6h8OGG__rateTable{background:var(--surface-2);padding:80px 0}.Pricing-module__6h8OGG__tableHead{text-align:center;margin-bottom:48px}.Pricing-module__6h8OGG__tableSub{color:var(--ink-muted);font-size:16px}.Pricing-module__6h8OGG__tableWrap{border:1.5px solid var(--border);box-shadow:var(--shadow);border-radius:16px;overflow:hidden}.Pricing-module__6h8OGG__table{border-collapse:collapse;background:#fff;width:100%}.Pricing-module__6h8OGG__table th{text-transform:uppercase;letter-spacing:.07em;color:var(--ink-muted);background:var(--surface-2);text-align:left;border-bottom:1px solid var(--border);padding:15px 24px;font-size:12px;font-weight:700}.Pricing-module__6h8OGG__table td{color:var(--ink);border-bottom:1px solid var(--border);padding:15px 24px;font-size:14.5px}.Pricing-module__6h8OGG__table tr:last-child td{border-bottom:none}.Pricing-module__6h8OGG__table tr:hover td{background:var(--surface-2)}.Pricing-module__6h8OGG__freeRow td{background:#05a8920a!important}.Pricing-module__6h8OGG__methodCell{font-weight:500}.Pricing-module__6h8OGG__rateCell{font-weight:700;font-family:var(--font-display)}.Pricing-module__6h8OGG__freeCell{color:var(--brand)!important}.Pricing-module__6h8OGG__faqSection{padding:80px 0 100px}.Pricing-module__6h8OGG__faqs{flex-direction:column;gap:10px;margin-top:40px;display:flex}.Pricing-module__6h8OGG__faq{border:1.5px solid var(--border);cursor:pointer;border-radius:12px;padding:18px 22px;transition:border-color .15s}.Pricing-module__6h8OGG__faq:hover{border-color:var(--border-strong)}.Pricing-module__6h8OGG__faq[open]{border-color:var(--brand);background:var(--brand-pale)}.Pricing-module__6h8OGG__faqQ{color:var(--ink);cursor:pointer;font-size:15.5px;font-weight:600;list-style:none}.Pricing-module__6h8OGG__faqQ::-webkit-details-marker{display:none}.Pricing-module__6h8OGG__faqA{color:var(--ink-muted);margin-top:10px;font-size:14.5px;line-height:1.65}@media (max-width:768px){.Pricing-module__6h8OGG__tiersInner{grid-template-columns:1fr;max-width:400px}.Pricing-module__6h8OGG__table th:nth-child(3),.Pricing-module__6h8OGG__table td:nth-child(3){display:none}}
.SubPage-module__wnxXtG__main{padding-top:72px}.SubPage-module__wnxXtG__inner{max-width:1000px;margin:0 auto;padding:0 32px}.SubPage-module__wnxXtG__h2{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);margin-bottom:40px;font-size:clamp(24px,3vw,34px);font-weight:800}.SubPage-module__wnxXtG__hero{max-width:1000px;margin:0 auto;padding:80px 32px 72px}.SubPage-module__wnxXtG__back{color:var(--ink-muted);align-items:center;gap:6px;margin-bottom:28px;font-size:13.5px;font-weight:600;transition:color .12s;display:inline-flex}.SubPage-module__wnxXtG__back:hover{color:var(--ink)}.SubPage-module__wnxXtG__heroH1{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);margin-bottom:14px;font-size:clamp(40px,5.5vw,64px);font-weight:800;line-height:1.08}.SubPage-module__wnxXtG__heroTagline{color:var(--ink-muted);margin-bottom:14px;font-size:20px;font-weight:600}.SubPage-module__wnxXtG__heroDesc{color:var(--ink-muted);max-width:560px;margin-bottom:32px;font-size:17px;line-height:1.7}.SubPage-module__wnxXtG__heroCtas{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.SubPage-module__wnxXtG__heroPrimary{color:#fff;border-radius:10px;align-items:center;gap:8px;padding:13px 24px;font-size:15px;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 16px #00000026}.SubPage-module__wnxXtG__heroPrimary:hover{filter:brightness(1.08);transform:translateY(-2px)}.SubPage-module__wnxXtG__heroSecondary{color:var(--ink-muted);border:1.5px solid var(--border);background:#fff;border-radius:10px;padding:12px 20px;font-size:15px;font-weight:600;transition:all .15s}.SubPage-module__wnxXtG__heroSecondary:hover{border-color:var(--border-strong)}.SubPage-module__wnxXtG__section{padding:80px 0}.SubPage-module__wnxXtG__featuresGrid{background:var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(3,1fr);gap:2px;display:grid;overflow:hidden}.SubPage-module__wnxXtG__featureCard{background:#fff;gap:14px;padding:28px 24px;transition:background .15s;display:flex}.SubPage-module__wnxXtG__featureCard:hover{background:var(--surface-2)}.SubPage-module__wnxXtG__featureCard h3{font-family:var(--font-display);color:var(--ink);margin-bottom:6px;font-size:15px;font-weight:700}.SubPage-module__wnxXtG__featureCard p{color:var(--ink-muted);font-size:13.5px;line-height:1.6}.SubPage-module__wnxXtG__stepsSection{background:var(--surface-2);padding:80px 0}.SubPage-module__wnxXtG__stepsGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.SubPage-module__wnxXtG__stepCard{border:1.5px solid var(--border);border-radius:var(--radius-lg);background:#fff;padding:28px 24px}.SubPage-module__wnxXtG__stepNum{font-family:var(--font-display);letter-spacing:.05em;margin-bottom:14px;font-size:13px;font-weight:800}.SubPage-module__wnxXtG__stepCard h3{font-family:var(--font-display);color:var(--ink);margin-bottom:8px;font-size:17px;font-weight:700}.SubPage-module__wnxXtG__stepCard p{color:var(--ink-muted);font-size:14px;line-height:1.6}.SubPage-module__wnxXtG__usedBySection{text-align:center;padding:60px 0}.SubPage-module__wnxXtG__usedBySection h3{color:var(--ink-muted);margin-bottom:18px;font-size:17px;font-weight:600}.SubPage-module__wnxXtG__usedByTags{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.SubPage-module__wnxXtG__usedByTag{color:var(--ink);background:var(--surface-2);border:1.5px solid var(--border);border-radius:20px;padding:8px 18px;font-size:14px;font-weight:600}.SubPage-module__wnxXtG__ctaSection{padding:80px 0}.SubPage-module__wnxXtG__ctaBox{text-align:center;border-radius:20px;padding:52px 48px}.SubPage-module__wnxXtG__ctaBox h2{font-family:var(--font-display);color:#fff;margin-bottom:12px;font-size:28px;font-weight:800}.SubPage-module__wnxXtG__ctaBox p{color:#ffffffb8;margin-bottom:28px;font-size:17px}.SubPage-module__wnxXtG__ctaBtn{color:var(--brand,#05a892);background:#fff;border-radius:10px;padding:13px 28px;font-size:15px;font-weight:800;transition:all .2s;display:inline-block;box-shadow:0 4px 20px #00000026}.SubPage-module__wnxXtG__ctaBtn:hover{transform:translateY(-2px)}@media (max-width:1024px){.SubPage-module__wnxXtG__featuresGrid{grid-template-columns:repeat(2,1fr)}.SubPage-module__wnxXtG__stepsGrid{grid-template-columns:1fr}}@media (max-width:640px){.SubPage-module__wnxXtG__hero{padding:48px 20px 40px}.SubPage-module__wnxXtG__inner{padding:0 20px}.SubPage-module__wnxXtG__heroH1{margin-bottom:10px;font-size:32px}.SubPage-module__wnxXtG__heroTagline{margin-bottom:10px;font-size:16px}.SubPage-module__wnxXtG__heroDesc{margin-bottom:24px;font-size:15px}.SubPage-module__wnxXtG__heroCtas{flex-direction:column;align-items:stretch}.SubPage-module__wnxXtG__heroPrimary,.SubPage-module__wnxXtG__heroSecondary{text-align:center;justify-content:center}.SubPage-module__wnxXtG__featuresGrid{grid-template-columns:1fr}.SubPage-module__wnxXtG__section,.SubPage-module__wnxXtG__stepsSection{padding:48px 0}.SubPage-module__wnxXtG__stepsGrid{grid-template-columns:1fr;gap:12px}.SubPage-module__wnxXtG__stepCard{padding:20px 18px}.SubPage-module__wnxXtG__usedBySection{padding:36px 0}.SubPage-module__wnxXtG__ctaSection{padding:48px 0}.SubPage-module__wnxXtG__ctaBox{padding:32px 20px}.SubPage-module__wnxXtG__ctaBox h2{font-size:22px}.SubPage-module__wnxXtG__ctaBox p{margin-bottom:20px;font-size:15px}.SubPage-module__wnxXtG__back{margin-bottom:16px}.SubPage-module__wnxXtG__h2{margin-bottom:24px;font-size:22px}}
