:root{--navy:#031A2B;--navy-2:#052339;--navy-3:#0A3352;--purple:#C084FC;--purple-dark:#9333EA;--purple-mid:#A855F7;--purple-pale:rgba(192,132,252,.12);--purple-border:rgba(192,132,252,.25);--white:#FFFFFF;--off-white:#F8FAFC;--text-body:#CBD5E1;--text-muted:#64748B;--text-dim:#94A3B8;--border:rgba(255,255,255,.08);--border-light:rgba(255,255,255,.12);--r:8px;--rl:16px;--mw:1100px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--navy);color:var(--text-body);line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{color:var(--white);font-weight:700;line-height:1.2}a{text-decoration:none;color:inherit}img{display:block}nav{position:fixed;top:0;left:0;right:0;z-index:200;background:#031a2bf2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);height:68px;display:flex;align-items:center;padding:0 40px}.nav-in{max-width:var(--mw);margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between;gap:32px}.nav-logo{height:28px;width:auto}.nav-links{display:flex;align-items:center;gap:28px;list-style:none}.nav-links a{font-size:.85rem;font-weight:500;color:var(--text-dim);transition:color .2s}.nav-links a:hover{color:var(--white)}.nav-right{display:flex;align-items:center;gap:16px}.nav-lang{font-size:.8rem;font-weight:600;color:var(--text-muted);border:1px solid var(--border-light);padding:4px 10px;border-radius:6px;transition:color .2s,border-color .2s}.nav-lang:hover{color:var(--white);border-color:var(--purple)}.nav-contact{font-size:.83rem;font-weight:500;color:var(--text-dim);transition:color .2s}.nav-contact:hover{color:var(--white)}.nav-login{font-size:.83rem;font-weight:500;color:var(--text-dim);transition:color .2s}.nav-login:hover{color:var(--white)}.btn-nav{background:var(--purple);color:var(--navy);font-weight:700;font-size:.83rem;padding:9px 20px;border-radius:var(--r);border:none;cursor:pointer;transition:background .2s,transform .15s}.btn-nav:hover{background:var(--purple-mid);transform:translateY(-1px)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--purple);color:var(--navy);font-family:Inter,sans-serif;font-weight:700;font-size:.95rem;padding:14px 30px;border-radius:var(--r);border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 0 24px #c084fc40}.btn-primary:hover{background:var(--purple-mid);transform:translateY(-2px);box-shadow:0 0 32px #c084fc66}.btn-primary.lg{padding:16px 36px;font-size:1rem}.btn-outline-purple{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:var(--purple);font-family:Inter,sans-serif;font-weight:600;font-size:.95rem;padding:13px 30px;border-radius:var(--r);border:1.5px solid var(--purple);cursor:pointer;transition:background .2s,transform .15s}.btn-outline-purple:hover{background:var(--purple-pale);transform:translateY(-2px)}section{padding:100px 40px}.w{max-width:var(--mw);margin:0 auto}.lbl{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--purple);margin-bottom:14px}.h2{font-size:clamp(1.9rem,3vw,2.6rem);font-weight:800;letter-spacing:-.02em;margin-bottom:20px;color:var(--white)}.section-sub{font-size:1rem;color:var(--text-body);max-width:580px;line-height:1.72}.hero{min-height:100vh;padding:128px 40px 90px;background:radial-gradient(ellipse 80% 60% at 50% -10%,rgba(192,132,252,.14) 0%,transparent 70%),var(--navy);display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C084FC' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none;opacity:.4}.hero-g{max-width:var(--mw);margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}.pill{display:inline-flex;align-items:center;gap:8px;background:var(--purple-pale);color:var(--purple);padding:6px 14px;border-radius:20px;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:24px;border:1px solid var(--purple-border)}.pill:before{content:"";width:6px;height:6px;background:var(--purple);border-radius:50%}.hero h1{font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:800;letter-spacing:-.03em;margin-bottom:20px;line-height:1.1}.hero h1 em{font-style:normal;color:var(--purple)}.hero-sub{font-size:1.05rem;color:var(--text-body);margin-bottom:32px;line-height:1.72;max-width:460px}.cta-g{display:flex;flex-direction:column;gap:14px;align-items:flex-start;margin-bottom:28px}.cta-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.hero-note{font-size:.77rem;color:var(--text-muted);line-height:1.55;padding:10px 14px;background:#c084fc0f;border-radius:var(--r);border-left:2px solid var(--purple-border);max-width:420px}.trust{display:flex;flex-wrap:wrap;gap:16px;margin-top:24px}.ti{display:flex;align-items:center;gap:8px;font-size:.75rem;color:var(--text-muted);font-weight:600}.trust-icon{width:18px;height:18px;object-fit:contain;flex:0 0 auto;display:block}.ti .trust-icon{width:18px;height:18px}.fti .trust-icon{width:17px;height:17px}.pic img{width:22px;height:22px;object-fit:contain;display:block}.hcard{background:var(--navy-2);border-radius:var(--rl);padding:28px;border:1px solid var(--border-light);box-shadow:0 24px 64px #0006}.hcard-hd{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}.hd-ic{width:38px;height:38px;background:var(--purple-pale);border-radius:9px;display:flex;align-items:center;justify-content:center;border:1px solid var(--purple-border)}.hd-t{font-weight:700;font-size:.88rem;color:var(--white)}.hd-s{font-size:.72rem;color:var(--text-muted)}.alist{list-style:none;display:flex;flex-direction:column;gap:9px}.ai{display:flex;align-items:center;justify-content:space-between;padding:10px 13px;background:#ffffff0a;border-radius:var(--r);border:1px solid var(--border)}.ai-l{display:flex;align-items:center;gap:8px;font-size:.82rem;font-weight:500;color:var(--text-body)}.dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.dg{background:#22c55e}.dr{background:#ef4444}.dy{background:#f59e0b}.tag{font-size:.67rem;font-weight:700;padding:3px 9px;border-radius:20px;font-family:Inter,sans-serif}.tg{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.tr{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3)}.ty{background:#f59e0b26;color:#fcd34d;border:1px solid rgba(245,158,11,.3)}.prob{background:linear-gradient(180deg,var(--navy) 0%,var(--navy-2) 100%)}.prob-g{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:56px}.pcards{display:flex;flex-direction:column;gap:12px}.pc{display:flex;gap:14px;align-items:flex-start;background:#ffffff08;border:1px solid var(--border);border-radius:var(--r);padding:18px 20px;transition:border-color .2s}.pc:hover{border-color:var(--purple-border)}.pn{width:28px;height:28px;background:var(--purple-pale);border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--purple);flex-shrink:0;border:1px solid var(--purple-border)}.pc strong{display:block;font-size:.88rem;font-weight:700;color:var(--white);margin-bottom:4px}.pc span{font-size:.82rem;color:var(--text-muted);line-height:1.55}.csq{background:#c084fc0f;border:1px solid var(--purple-border);border-radius:var(--rl);padding:28px}.csq-t{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--purple);margin-bottom:18px}.csq ul{list-style:none;display:flex;flex-direction:column;gap:13px}.csq li{display:flex;align-items:flex-start;gap:10px;font-size:.86rem;color:var(--text-body)}.callout{grid-column:1/-1;background:linear-gradient(135deg,#c084fc14,#06b6d40a);border:1px solid var(--purple-border);border-radius:var(--rl);padding:24px 32px;font-size:.95rem;color:var(--text-body);line-height:1.68}.callout strong{color:var(--white)}.sol{background:var(--navy)}.sol-g{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.sbody{font-size:.96rem;color:var(--text-body);line-height:1.78;margin-bottom:28px}.plist{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:36px}.pi{display:flex;align-items:flex-start;gap:12px;font-size:.87rem;color:var(--text-body)}.pic{width:26px;height:26px;background:var(--purple-pale);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.8rem;border:1px solid var(--purple-border);margin-top:1px}.out-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%}.oc{background:#ffffff08;border-radius:var(--r);padding:18px 20px;border:1px solid var(--border);border-left:2px solid var(--purple)}.oc-icon{font-size:1.1rem;margin-bottom:8px}.oc-t{font-size:.84rem;font-weight:700;color:var(--white);margin-bottom:4px}.oc-b{font-size:.78rem;color:var(--text-muted);line-height:1.55}.svis{background:linear-gradient(140deg,var(--navy-3) 0%,var(--navy-2) 100%);border-radius:var(--rl);padding:36px;border:1px solid var(--border-light)}.svt{font-size:.92rem;font-weight:700;color:var(--white);margin-bottom:5px}.svs{font-size:.76rem;color:var(--text-muted);margin-bottom:24px}.srow{display:flex;gap:11px;margin-bottom:12px}.ms{flex:1;background:#ffffff0a;border:1px solid var(--border);border-radius:var(--r);padding:14px 10px;text-align:center}.mn{font-size:1.5rem;font-weight:800;color:var(--purple);line-height:1;margin-bottom:4px}.ml{font-size:.64rem;color:var(--text-muted);line-height:1.3}.tbar{background:var(--purple);border-radius:6px;padding:12px 18px;text-align:center;font-size:.76rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--navy);margin-top:16px}.ben{background:var(--navy-2)}.ben-g{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:56px}.bc{background:#ffffff08;border-radius:var(--rl);padding:32px;border:1px solid var(--border);transition:border-color .2s,transform .2s}.bc:hover{border-color:var(--purple-border);transform:translateY(-3px)}.bic{width:46px;height:46px;background:var(--purple-pale);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:1.3rem;border:1px solid var(--purple-border)}.bt{font-size:.97rem;font-weight:700;color:var(--white);margin-bottom:8px}.bb{font-size:.85rem;color:var(--text-muted);line-height:1.66}.how{background:var(--navy)}.how-g{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin-top:56px;position:relative}.how-g:before{content:"";position:absolute;top:27px;left:calc(16.66% + 14px);right:calc(16.66% + 14px);height:1px;background:linear-gradient(90deg,var(--purple),rgba(192,132,252,.2));opacity:.4}.step{display:flex;flex-direction:column;align-items:flex-start}.sn{width:54px;height:54px;background:var(--purple-pale);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;color:var(--purple);margin-bottom:22px;border:1px solid var(--purple-border)}.st{font-size:.96rem;font-weight:700;color:var(--white);margin-bottom:8px}.sb{font-size:.84rem;color:var(--text-muted);line-height:1.68}.demo-sec{background:linear-gradient(180deg,var(--navy-2) 0%,var(--navy-3) 100%)}.demo-sub{font-size:.95rem;color:var(--text-body);line-height:1.72;max-width:600px;margin-bottom:52px}.demo-g{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.dperks{list-style:none;display:flex;flex-direction:column;gap:12px}.dp{display:flex;align-items:center;gap:10px;font-size:.87rem;color:var(--text-body)}.dpdot{width:6px;height:6px;background:var(--purple);border-radius:50%;flex-shrink:0}.form-card{background:var(--navy-2);border-radius:var(--rl);padding:36px;border:1px solid var(--border-light)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.form-group label{font-size:.74rem;font-weight:600;color:var(--text-dim);letter-spacing:.02em}.form-group input,.form-group select,.form-group textarea{width:100%;padding:11px 14px;border:1px solid var(--border-light);border-radius:var(--r);font-family:Inter,sans-serif;font-size:.87rem;color:var(--white);background:#ffffff0d;transition:border-color .2s,box-shadow .2s;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--purple);box-shadow:0 0 0 3px #c084fc1f}.form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;cursor:pointer;color:var(--text-body)}.form-group select option{background:var(--navy-2);color:var(--white)}.form-group textarea{min-height:84px;resize:vertical}.fbtn{width:100%;justify-content:center;margin-top:4px;display:flex}.fnote{text-align:center;margin-top:10px;font-size:.72rem;color:var(--text-muted)}.testi{background:var(--navy)}.testi-g{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:56px}.tc{background:#ffffff08;border-radius:var(--rl);padding:32px;border:1px solid var(--border);display:flex;flex-direction:column;gap:16px;min-height:240px;transition:border-color .2s}.tc:hover{border-color:var(--purple-border)}.tc.feat{background:var(--purple-pale);border-color:var(--purple-border)}.qm{font-size:2.5rem;line-height:1;color:var(--purple);font-weight:800;opacity:.3}.qt{font-size:.88rem;color:var(--text-body);line-height:1.72;font-style:italic;flex:1}.qa{border-top:1px solid var(--border);padding-top:14px}.tc.feat .qa{border-color:var(--purple-border)}.an{font-size:.83rem;font-weight:700;color:var(--white)}.ar{font-size:.75rem;color:var(--text-muted);margin-top:3px}.fin{background:radial-gradient(ellipse 70% 80% at 50% 50%,rgba(192,132,252,.18) 0%,transparent 70%),var(--navy-2);padding:100px 40px;text-align:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.fin h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.025em;margin-bottom:16px}.fin p{font-size:1rem;color:var(--text-body);max-width:520px;margin:0 auto 36px;line-height:1.7}.fin-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:28px}.fin-trust{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.fti{font-size:.75rem;color:var(--text-muted);display:flex;align-items:center;gap:7px;font-weight:600}footer{background:var(--navy);padding:64px 40px 32px;border-top:1px solid var(--border)}.footer-in{max-width:var(--mw);margin:0 auto}.footer-top{display:grid;grid-template-columns:1.8fr 1fr 1fr;gap:64px;margin-bottom:48px}.footer-logo{height:26px;width:auto;margin-bottom:16px}.footer-desc{font-size:.83rem;color:var(--text-muted);line-height:1.65;margin-bottom:24px;max-width:320px}.footer-nl-title{font-size:.85rem;font-weight:700;color:var(--white);margin-bottom:6px}.footer-nl-sub{font-size:.78rem;color:var(--text-muted);margin-bottom:14px;line-height:1.55}.footer-nl-row{display:flex;gap:8px}.footer-nl-row input{flex:1;padding:10px 14px;background:#ffffff0f;border:1px solid var(--border-light);border-radius:var(--r);font-family:Inter,sans-serif;font-size:.83rem;color:var(--white);outline:none}.footer-nl-row input::placeholder{color:var(--text-muted)}.footer-nl-row input:focus{border-color:var(--purple)}.footer-nl-row button{background:var(--purple);color:var(--navy);font-family:Inter,sans-serif;font-weight:700;font-size:.8rem;padding:10px 18px;border-radius:var(--r);border:none;cursor:pointer;white-space:nowrap;transition:background .2s}.footer-nl-row button:hover{background:var(--purple-mid)}.footer-col-title{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:18px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:.85rem;color:var(--text-muted);transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-social{display:flex;gap:14px;margin-top:14px}.footer-social a{width:34px;height:34px;background:#ffffff0f;border:1px solid var(--border);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:var(--text-muted);transition:background .2s,color .2s,border-color .2s}.footer-social a:hover{background:var(--purple-pale);color:var(--purple);border-color:var(--purple-border)}.footer-member{margin-top:28px}.footer-member-title{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px}.footer-bottom{border-top:1px solid var(--border);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer-copy{font-size:.75rem;color:var(--text-muted)}.footer-legal{display:flex;gap:20px}.footer-legal a{font-size:.75rem;color:var(--text-muted);transition:color .2s}.footer-legal a:hover{color:var(--white)}.rev{opacity:0;transform:translateY(16px);transition:opacity .45s ease,transform .45s ease}.rev.on{opacity:1;transform:translateY(0)}@keyframes fu{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-con>*{animation:fu .6s ease both}.pill{animation-delay:.07s}.hero h1{animation-delay:.16s}.hero-sub{animation-delay:.25s}.cta-g{animation-delay:.34s}.trust{animation-delay:.48s}.hero-vis{animation:fu .65s .25s ease both}.smob{display:none;position:fixed;bottom:0;left:0;right:0;z-index:150;background:var(--navy-2);padding:12px 20px;border-top:1px solid var(--border-light)}.smob .btn-primary{width:100%;font-size:1rem;padding:14px}@media (max-width:900px){nav{padding:0 20px}.nav-links,.nav-contact,.nav-login{display:none}section{padding:64px 20px}.hero{padding:96px 20px 64px}.hero-g,.prob-g,.sol-g,.ben-g,.how-g,.demo-g,.footer-top{grid-template-columns:1fr;gap:32px}.testi-g,.out-grid{grid-template-columns:1fr}.cta-row{flex-direction:column;align-items:flex-start}.form-row{grid-template-columns:1fr}.how-g:before{display:none}.fin-btns{flex-direction:column;align-items:center}.footer-bottom{flex-direction:column;text-align:center}.smob{display:block}body{padding-bottom:72px}.footer-desc{max-width:100%}}#app-shell{min-height:100vh;background:var(--navy)}.nav-lang[aria-current=true],.nav-lang.active{color:var(--white);border-color:var(--purple);background:var(--purple-pale)}.react-form-status{margin-top:12px;font-size:.78rem;line-height:1.5;color:var(--text-dim);text-align:center}.react-form-status.ok{color:#4ade80}.react-form-status.err{color:#f87171}.hs-embed-wrap{min-height:260px;width:100%}.hs-embed-note{font-size:.75rem;color:var(--text-muted);line-height:1.5;text-align:center;margin-top:12px}.hs-embed-wrap form,.hs-embed-wrap .hs-form{font-family:Inter,sans-serif!important}.form-actions{display:flex;flex-direction:column;gap:10px}.form-card .btn-primary[disabled]{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.booking-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:24px}.booking-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:0;cursor:pointer}.booking-panel{position:relative;z-index:1;width:min(1080px,100%);height:min(760px,92vh);background:var(--navy-2);border:1px solid var(--border-light);border-radius:var(--rl);box-shadow:0 28px 90px #0000008c;overflow:hidden;display:flex;flex-direction:column}.booking-head{height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 18px;border-bottom:1px solid var(--border)}.booking-head h2{font-size:1rem;font-weight:800;letter-spacing:-.01em}.booking-close{width:36px;height:36px;border:1px solid var(--border-light);border-radius:10px;background:#ffffff0f;color:var(--white);font-size:1.6rem;line-height:1;cursor:pointer;transition:background .2s,border-color .2s}.booking-close:hover{background:var(--purple-pale);border-color:var(--purple-border)}.booking-frame{width:100%;height:100%;border:0;background:#fff;flex:1}.booking-external{position:absolute;right:18px;bottom:14px;background:var(--purple);color:var(--navy);font-size:.78rem;font-weight:700;padding:8px 12px;border-radius:8px;box-shadow:0 0 18px #c084fc40}.booking-missing{padding:28px;color:var(--text-body);line-height:1.6}@media (max-width:900px){.booking-modal{padding:10px}.booking-panel{height:88vh}.booking-external{left:18px;right:auto}}:root{--mw:1160px;--text-body:#D8E2EF;--text-muted:#9BA9BC;--text-dim:#B8C4D4;--border:rgba(255,255,255,.1);--border-light:rgba(255,255,255,.15)}html{font-size:16px;scroll-padding-top:78px}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;line-height:1.62;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{letter-spacing:-.025em;text-wrap:balance}p,li,span{overflow-wrap:break-word}.w,.nav-in,.hero-g,.footer-in{width:min(100%,var(--mw))}nav{height:64px;padding-inline:clamp(20px,4vw,40px)}.nav-in{gap:clamp(18px,2.5vw,32px)}.nav-logo{height:26px}.nav-links{gap:clamp(16px,2vw,26px)}.nav-links a,.nav-contact,.nav-login{font-size:.88rem;color:var(--text-dim)}.nav-right{gap:clamp(10px,1.6vw,16px)}.btn-nav{padding:9px 18px;font-size:.86rem;white-space:nowrap}section{padding:clamp(72px,7vw,96px) clamp(20px,4vw,40px)}.lbl{font-size:.76rem;margin-bottom:12px;color:#d8b4fe}.h2{font-size:clamp(2rem,3.2vw,2.75rem);line-height:1.14;margin-bottom:18px}.section-sub,.sbody,.demo-sub,.fin p{color:var(--text-body)}.hero{min-height:auto;padding:clamp(86px,8vw,104px) clamp(20px,4vw,40px) clamp(68px,7vw,84px);align-items:flex-start}.hero-g{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:clamp(40px,5vw,72px);align-items:center}.pill{margin-bottom:18px;font-size:.75rem;padding:6px 13px}.hero h1{font-size:clamp(2.35rem,4.9vw,3.6rem);line-height:1.05;margin-bottom:18px;letter-spacing:-.045em}.hero-sub{font-size:clamp(1.02rem,1.25vw,1.12rem);line-height:1.64;max-width:540px;margin-bottom:30px;color:var(--text-body)}.cta-g{gap:20px;margin-bottom:40px}.cta-row{gap:22px;margin-bottom:2px}.btn-primary{font-size:.98rem;padding:14px 30px;line-height:1.15;min-height:48px}.btn-primary.lg{font-size:1.02rem;padding:17px 38px;min-height:54px}.hero-note{font-size:.86rem;line-height:1.58;max-width:500px;padding:12px 16px;color:var(--text-dim);margin-top:2px}.trust{margin-top:0;gap:14px 24px}.ti{font-size:.82rem;color:var(--text-dim)}.hcard{padding:clamp(24px,3vw,32px);box-shadow:0 22px 56px #00000057}.ai{gap:12px}.ai-l{min-width:0;font-size:.86rem;color:var(--text-body)}.tag{white-space:nowrap}.prob-g,.ben-g,.how-g,.testi-g{margin-top:clamp(34px,4vw,48px)}.prob-g{gap:clamp(28px,4vw,44px)}.pc{padding:18px 20px}.pc strong{font-size:.95rem}.pc span{font-size:.88rem;color:var(--text-dim);line-height:1.6}.csq li,.pi,.dp{font-size:.92rem;line-height:1.62}.callout{font-size:1rem;line-height:1.64;padding:24px clamp(22px,3vw,32px)}.sol-g{gap:clamp(42px,5vw,72px)}.sbody{font-size:1rem;line-height:1.68;max-width:620px}.plist{gap:14px;margin-bottom:34px}.pi{color:var(--text-body)}.out-grid{gap:14px}.oc,.bc,.tc{border-color:var(--border-light)}.oc{padding:20px}.oc-t,.bt,.st{font-size:1rem}.oc-b,.bb,.sb,.qt{font-size:.92rem;color:var(--text-dim);line-height:1.62}.svis{padding:clamp(28px,4vw,38px)}.mn{font-size:clamp(1.35rem,2.1vw,1.65rem)}.ml{font-size:.72rem;color:var(--text-dim)}.tbar{font-size:.78rem;line-height:1.35}.ben-g{gap:20px}.bc{padding:clamp(24px,3vw,34px)}.bic{margin-bottom:18px}.how-g{gap:clamp(24px,4vw,40px)}.sn{margin-bottom:18px}.demo-sec{padding-top:clamp(72px,7vw,96px);padding-bottom:clamp(78px,8vw,104px)}.demo-sub{font-size:1rem;line-height:1.68;max-width:680px;margin-bottom:clamp(34px,4vw,48px)}.demo-g{gap:clamp(32px,5vw,60px)}.dperks{gap:16px;padding-top:4px}.dpdot{width:7px;height:7px}.form-card{padding:clamp(26px,3.2vw,38px)}.form-row{gap:16px}.form-group{gap:7px;margin-bottom:16px}.form-group label{font-size:.8rem;color:var(--text-dim)}.form-group input,.form-group select,.form-group textarea{font-size:.95rem;line-height:1.35;padding:13px 15px;color:var(--off-white)}.form-group textarea{min-height:96px}.fbtn{margin-top:8px;margin-bottom:12px}.fnote,.hs-embed-note{font-size:.78rem;color:var(--text-muted)}.testi-g{gap:22px}.tc{padding:clamp(24px,3vw,34px);min-height:auto}.qt{font-size:.95rem;color:var(--text-body)}.an{font-size:.9rem}.ar{font-size:.8rem;color:var(--text-muted)}.fin{padding:clamp(76px,8vw,104px) clamp(20px,4vw,40px)}.fin h2{font-size:clamp(2.1rem,4.2vw,3.05rem);line-height:1.1}.fin p{font-size:1.03rem;margin-bottom:38px}.fin-btns{margin-bottom:32px}.fti{font-size:.82rem;color:var(--text-dim)}footer{padding:clamp(54px,6vw,70px) clamp(20px,4vw,40px) 32px}.footer-top{gap:clamp(36px,5vw,64px)}.footer-desc,.footer-links a{font-size:.9rem;color:var(--text-dim)}.footer-nl-sub{font-size:.84rem;color:var(--text-dim)}.footer-nl-row input{font-size:.9rem;min-width:0}@media (max-width:1180px){:root{--mw:1040px}.hero-g{gap:40px;grid-template-columns:minmax(0,1fr) minmax(320px,.92fr)}.nav-links{gap:18px}}@media (max-width:1024px){:root{--mw:920px}.nav-contact{display:none}.hero-g,.sol-g,.demo-g{grid-template-columns:1fr;gap:34px}.hero{padding-top:88px}.hero-vis{max-width:620px;width:100%;margin-inline:auto}.hero-sub,.svis{max-width:680px}.footer-top{grid-template-columns:1.4fr 1fr 1fr}}@media (max-width:900px){html{scroll-padding-top:70px}nav{height:60px;padding-inline:20px}.nav-links,.nav-contact,.nav-login{display:none}.nav-logo{height:24px}section{padding:64px 20px}.hero{padding:82px 20px 60px}.hero-g,.prob-g,.sol-g,.ben-g,.how-g,.demo-g,.footer-top{grid-template-columns:1fr;gap:30px}.testi-g{grid-template-columns:1fr;gap:18px}.out-grid{grid-template-columns:1fr}.cta-row{flex-direction:row;align-items:center}.cta-g{margin-bottom:32px}.form-row{grid-template-columns:1fr}.how-g:before{display:none}.fin-btns{flex-direction:column;align-items:center}.footer-bottom{flex-direction:column;text-align:center}.smob{display:block;padding:10px 16px}body{padding-bottom:68px}.footer-desc{max-width:100%}.footer-nl-row{max-width:520px}}@media (max-width:640px){:root{--rl:14px}body{font-size:15.5px}nav{height:58px;padding-inline:16px}.nav-in{gap:10px}.nav-right{gap:8px}.nav-lang{font-size:.78rem;padding:4px 8px}.btn-nav{font-size:.8rem;padding:8px 12px}.hero{padding:76px 16px 54px}section{padding:56px 16px}.pill{font-size:.68rem;margin-bottom:16px}.hero h1{font-size:clamp(2.1rem,10vw,2.75rem);line-height:1.07;margin-bottom:16px}.hero-sub{font-size:1rem;margin-bottom:26px}.cta-row{width:100%}.cta-row .btn-primary,.btn-primary.lg{width:100%;padding:15px 22px;min-height:52px}.hero-note{font-size:.82rem;padding:11px 14px}.trust{gap:10px 16px}.ti{font-size:.78rem}.hcard{padding:20px;border-radius:14px}.ai{align-items:flex-start;flex-direction:column}.tag{align-self:flex-start}.prob-g,.ben-g,.how-g,.testi-g{margin-top:28px}.ben-g{grid-template-columns:1fr}.bc,.tc,.form-card,.csq,.callout{padding:22px}.srow{flex-direction:column}.tbar{text-align:left}.demo-sec{padding-top:56px;padding-bottom:64px}.footer-top{gap:32px}.footer-nl-row{flex-direction:column}.footer-nl-row button{width:100%}.footer-legal{flex-wrap:wrap;justify-content:center}.booking-panel{height:90vh;border-radius:12px}}@media (max-width:420px){.nav-logo{height:22px;max-width:112px}.btn-nav{padding:8px 10px;font-size:.76rem}.hero{padding-top:72px}.hero h1{font-size:2.05rem}.h2{font-size:1.8rem}.fin h2{font-size:1.95rem}.hero-note{max-width:100%}.footer-member img{max-width:100%!important;height:auto}}.fin{padding-top:clamp(82px,8vw,112px);padding-bottom:clamp(86px,8vw,116px)}.fin h2{max-width:760px;margin-inline:auto;margin-bottom:18px;font-size:clamp(2.05rem,3.6vw,2.85rem);line-height:1.18;letter-spacing:-.035em}.fin p{max-width:620px;margin-bottom:34px;font-size:clamp(.96rem,1.15vw,1.06rem);line-height:1.66;color:var(--text-body)}.fin-btns{margin-bottom:54px}.fin-trust{width:min(100%,620px);display:grid;grid-template-columns:repeat(4,minmax(96px,1fr));align-items:start;justify-content:center;gap:clamp(26px,4vw,54px);margin-inline:auto}.fti{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;min-width:0;font-size:clamp(.88rem,1vw,.98rem);line-height:1.15;font-weight:700;color:var(--text-dim);text-align:center;letter-spacing:-.015em}.fti .trust-icon{width:30px;height:30px;object-fit:contain;margin-bottom:2px}.fti span{display:block;max-width:120px}@media (max-width:640px){.fin-btns{margin-bottom:38px}.fin-trust{width:min(100%,360px);grid-template-columns:repeat(2,minmax(120px,1fr));gap:26px 28px}.fti .trust-icon{width:28px;height:28px}}@media (max-width:380px){.fin-trust{grid-template-columns:1fr;gap:24px}}.trust{display:flex;align-items:center;flex-wrap:wrap;gap:16px 22px}.ti{display:inline-flex;align-items:center;gap:8px;color:#b8c3d0;font-size:.86rem;line-height:1.25;font-weight:700;letter-spacing:-.01em;white-space:nowrap}.ti .trust-icon{width:20px;height:20px;object-fit:contain}.csq{padding:44px 38px;border-radius:16px;background:linear-gradient(145deg,#c084fc13,#ffffff06);border-color:#c084fc57;min-height:100%}.csq-t{margin-bottom:34px;color:var(--purple);font-size:.86rem;letter-spacing:.105em;line-height:1.1}.csq ul{gap:27px}.csq li{position:relative;display:block;padding-left:28px;color:#d7dee8;font-size:1.08rem;line-height:1.34;font-weight:500}.csq li span{display:none!important}.csq li:before{content:"";position:absolute;left:0;top:.48em;width:9px;height:9px;border-radius:999px;background:#e7eef7}.plist.figma-bullets{gap:28px;margin-top:34px;margin-bottom:0;max-width:650px}.plist.figma-bullets .pi{position:relative;display:block;padding-left:34px;color:#aebacc;font-size:1.05rem;line-height:1.55;font-weight:500}.plist.figma-bullets .pi:before{content:"";position:absolute;left:0;top:.62em;width:9px;height:9px;border-radius:999px;background:#e7eef7}.outcomes-block{margin-top:72px}.outcomes-label{margin-bottom:48px;font-size:.86rem;letter-spacing:.105em}.out-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:48px;width:100%}.oc{min-height:172px;padding:31px 31px 27px;border-radius:9px;background:#ffffff06;border:1px solid rgba(255,255,255,.13);border-left:3px solid var(--purple);box-shadow:none}.oc-icon{display:none!important}.oc-t{margin-bottom:14px;color:#e7eef7;font-size:1.08rem;line-height:1.36;font-weight:800;letter-spacing:-.015em}.oc-b{color:#aebacc;font-size:1rem;line-height:1.55;font-weight:500}.fin-btns{margin-bottom:62px}.fin-trust{width:min(100%,760px);grid-template-columns:repeat(4,minmax(132px,1fr));gap:44px}.fti{gap:12px;color:#b8c3d0;font-size:1.04rem;line-height:1.12;font-weight:800;letter-spacing:-.015em;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none}.fti .trust-icon{width:34px;height:34px}.fti span{width:170px;max-width:170px;white-space:normal;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none}@media (max-width:1180px){.out-grid{gap:28px}.oc{padding:26px 24px;min-height:166px}.oc-t{font-size:1rem}.oc-b{font-size:.95rem}}@media (max-width:900px){.csq{padding:32px 28px}.csq ul{gap:20px}.csq li{font-size:1rem}.outcomes-block{margin-top:52px}.outcomes-label{margin-bottom:28px}.out-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.fin-trust{width:min(100%,560px);grid-template-columns:repeat(2,minmax(160px,1fr));gap:32px 42px}.fti span{width:180px;max-width:180px}}@media (max-width:640px){.ti{white-space:normal;font-size:.8rem}.ti .trust-icon{width:18px;height:18px}.plist.figma-bullets{gap:20px;margin-top:28px}.plist.figma-bullets .pi{font-size:.96rem;line-height:1.55;padding-left:26px}.csq{padding:28px 22px}.csq-t{margin-bottom:24px}.out-grid{grid-template-columns:1fr;gap:16px}.oc{min-height:auto;padding:24px 22px}.fin-btns{margin-bottom:40px}.fin-trust{grid-template-columns:repeat(2,minmax(130px,1fr));gap:28px 20px;width:min(100%,360px)}.fti{font-size:.92rem}.fti .trust-icon{width:30px;height:30px}.fti span{width:142px;max-width:142px}}@media (max-width:380px){.fin-trust{grid-template-columns:1fr;gap:24px;width:100%}.fti span{width:180px;max-width:180px}}.hero .trust{display:grid;grid-template-columns:repeat(3,max-content);align-items:center;justify-content:start;gap:16px 26px;margin-top:0;max-width:100%}.hero .ti{display:inline-flex;align-items:center;gap:8px;color:#b8c3d0;font-size:13px;line-height:1.2;font-weight:800;letter-spacing:-.01em;white-space:nowrap}.hero .ti .trust-icon{width:18px;height:18px;object-fit:contain;display:block;flex:0 0 18px}@media (max-width:560px){.hero .trust{grid-template-columns:max-content max-content;gap:16px 22px}.hero .ti{font-size:13px}}@media (max-width:390px){.hero .trust{grid-template-columns:1fr;gap:14px}}.how{background:#031b2a;padding:78px clamp(24px,5.25vw,58px) 76px}.how .w{width:100%;max-width:986px;margin:0 auto}.how .lbl{margin:0 0 16px;color:#d8a8ff;font-size:12px;line-height:1;font-weight:800;letter-spacing:.145em}.how .h2{max-width:590px;margin:0 0 43px;color:#fff;font-size:clamp(34px,3.72vw,43px);line-height:1.08;font-weight:850;letter-spacing:-.045em}.how-g{display:grid;grid-template-columns:repeat(3,280px);justify-content:start;column-gap:40px;row-gap:34px;margin-top:0;position:relative}.how-g:before{content:"";position:absolute;top:22px;left:166px;right:167px;height:1px;background:linear-gradient(90deg,#c084fc9e,#c084fc29);opacity:1;pointer-events:none}.step{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.sn{width:44px;height:44px;margin:0 0 18px;border-radius:9px;background:#1c2444;border:1px solid rgba(192,132,252,.44);color:#c084fc;font-size:15px;line-height:1;font-weight:850;display:flex;align-items:center;justify-content:center}.st{margin:0 0 8px;color:#fff;font-size:14px;line-height:1.35;font-weight:850;letter-spacing:-.01em}.sb{max-width:280px;margin:0;color:#b8c3d0;font-size:14px;line-height:1.55;font-weight:500}@media (max-width:1040px){.how .w{max-width:920px}.how-g{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:34px}.how-g:before{left:calc(16.666% + 2px);right:calc(16.666% + 2px)}}@media (max-width:900px){.how{padding:68px 24px}.how .h2{max-width:680px;margin-bottom:34px;font-size:clamp(30px,6vw,40px)}.how-g{grid-template-columns:1fr;gap:26px}.how-g:before{display:none}.step{display:grid;grid-template-columns:44px 1fr;column-gap:18px;row-gap:4px}.sn{grid-row:1 / span 2;margin:0}.st{align-self:end}.sb{max-width:100%}}@media (max-width:520px){.how{padding:58px 20px}.how .lbl{font-size:11px;margin-bottom:14px}.how .h2{font-size:30px;line-height:1.1;margin-bottom:30px}.step{grid-template-columns:40px 1fr;column-gap:14px}.sn{width:40px;height:40px;border-radius:8px;font-size:14px}.st,.sb{font-size:13.5px}}.sol{padding-top:78px;padding-bottom:66px}.sol .w{max-width:970px}.sol-g{grid-template-columns:minmax(0,440px) minmax(360px,450px);justify-content:space-between;gap:72px;align-items:start}.sol .lbl{margin-bottom:26px;font-size:13px;line-height:1;font-weight:800;letter-spacing:.115em;color:#c084fc}.sol .h2{max-width:705px;margin-bottom:26px;font-size:32px;line-height:1.35;font-weight:850;letter-spacing:-.03em}.sol .sbody{max-width:440px;margin-bottom:36px;font-size:15px;line-height:1.48;color:#d5dee9}.plist.figma-bullets{gap:24px;margin-bottom:0}.plist.figma-bullets .pi{padding-left:26px;font-size:15px;line-height:1.52;color:#aebacc}.plist.figma-bullets .pi:before{width:8px;height:8px;top:.55em}.svis{margin-top:154px;max-width:450px;padding:36px 34px 34px;border-radius:14px}.outcomes-block{margin-top:70px}.outcomes-label{margin-bottom:48px;font-size:13px;line-height:1;letter-spacing:.105em}.out-grid{grid-template-columns:repeat(4,minmax(0,216px));justify-content:space-between;gap:36px}.oc{min-height:172px;padding:19px 19px 20px;border-radius:6px}.oc-t{font-size:15px;line-height:1.45;margin-bottom:10px;font-weight:850}.oc-b{font-size:15px;line-height:1.5;font-weight:500}.how{background:#031b2a;padding:76px 40px 74px}.how .w{max-width:958px;margin:0 auto}.how .lbl{margin:0 0 20px;font-size:12px;line-height:1;font-weight:800;letter-spacing:.145em;color:#d8a8ff}.how .h2{max-width:820px;margin:0 0 58px;font-size:34px;line-height:1.28;font-weight:850;letter-spacing:-.028em;word-spacing:.02em;color:#fff}.how-g{display:grid;grid-template-columns:repeat(3,280px);justify-content:space-between;gap:0;margin-top:0;position:relative}.how-g:before{content:"";position:absolute;top:24px;left:48px;right:280px;height:1px;background:linear-gradient(90deg,#c084fc8c,#c084fc2e);opacity:1;pointer-events:none}.step{position:relative;display:flex;flex-direction:column;align-items:flex-start;min-width:0;z-index:1}.sn{width:48px;height:48px;margin:0 0 22px;border-radius:9px;background:#1c2444;border:1px solid rgba(192,132,252,.45);color:#c084fc;font-size:16px;line-height:1;font-weight:850}.st{margin:0 0 8px;font-size:15px;line-height:1.35;font-weight:850;letter-spacing:-.01em;color:#fff}.sb{max-width:280px;margin:0;color:#b8c3d0;font-size:15px;line-height:1.48;font-weight:500}@media (max-width:1040px){.sol .w,.how .w{max-width:calc(100vw - 80px)}.sol-g{grid-template-columns:minmax(0,1fr) minmax(340px,.92fr);gap:48px}.svis{margin-top:130px}.out-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.how-g{grid-template-columns:repeat(3,minmax(0,1fr));gap:44px}.how-g:before{left:48px;right:calc(33.333% - 48px)}}@media (max-width:900px){.sol{padding-top:68px;padding-bottom:62px}.sol .w,.how .w{max-width:100%}.sol-g{grid-template-columns:1fr;gap:34px}.sol .h2{font-size:clamp(28px,5.4vw,34px);line-height:1.22}.sol .sbody{max-width:680px}.svis{margin-top:0;max-width:100%}.outcomes-block{margin-top:52px}.outcomes-label{margin-bottom:28px}.out-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.how{padding:68px 24px 70px}.how .h2{max-width:760px;margin-bottom:40px;font-size:clamp(30px,6vw,40px);line-height:1.16}.how-g{grid-template-columns:1fr;gap:28px}.how-g:before{display:none}.step{display:grid;grid-template-columns:48px 1fr;column-gap:18px;row-gap:4px}.sn{grid-row:1 / span 2;margin:0}.st{align-self:end}.sb{max-width:100%}}@media (max-width:640px){.sol{padding-top:58px;padding-bottom:56px}.sol .lbl,.outcomes-label{font-size:11px}.sol .h2{font-size:30px;line-height:1.18}.sol .sbody,.plist.figma-bullets .pi{font-size:14.5px}.out-grid{grid-template-columns:1fr;gap:16px}.oc{min-height:auto;padding:22px 20px}.how{padding:58px 20px 60px}.how .lbl{font-size:11px;margin-bottom:16px}.how .h2{font-size:30px;line-height:1.16;margin-bottom:34px;max-width:100%}.step{grid-template-columns:42px 1fr;column-gap:14px}.sn{width:42px;height:42px;font-size:14px}.st,.sb{font-size:14px}}:root{--fx-container:min(67.5vw, 1460px);--fx-section-x:clamp(20px, 4vw, 40px);--fx-purple:#C084FC;--fx-label:#D8A8FF;--fx-body:#D6E0EC;--fx-muted:#AEBACC;--fx-card:#0B2A3E;--fx-card-2:#0B2F4C}.w,.nav-in,.hero-g,.footer-in,.sol .w,.how .w,.ben .w,.demo-sec .w,.testi .w,.prob .w,.fin .w{width:var(--fx-container)!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important}body{color:var(--fx-body)}section{padding-left:var(--fx-section-x);padding-right:var(--fx-section-x)}.lbl{color:var(--fx-label)!important;font-size:clamp(13px,.78vw,16px)!important;line-height:1!important;letter-spacing:.105em!important;font-weight:800!important;margin-bottom:clamp(18px,1.85vw,28px)!important}.h2{color:#fff!important;font-size:clamp(38px,2.8vw,52px)!important;line-height:1.18!important;letter-spacing:-.045em!important;font-weight:850!important}p,.sbody,.section-sub,.demo-sub,.sb,.bb,.oc-b,.pc span,.csq li,.pi,.dp,.qt,.footer-desc,.footer-links a{color:var(--fx-muted)}nav{height:52px!important;padding-inline:var(--fx-section-x)!important}.nav-logo{height:24px!important}.nav-links{gap:clamp(22px,2vw,30px)!important}.nav-links a,.nav-contact,.nav-login{font-size:clamp(12px,.75vw,14px)!important;color:#b8c3d0!important}.btn-nav{font-size:clamp(12px,.75vw,14px)!important;padding:10px 22px!important;border-radius:7px!important}.nav-lang{font-size:clamp(11px,.68vw,13px)!important;padding:4px 9px!important}.hero{min-height:calc(100vh - 52px)!important;padding-top:clamp(126px,9.4vw,175px)!important;padding-bottom:clamp(90px,7.8vw,130px)!important;align-items:flex-start!important}.hero-g{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,31.4vw)!important;gap:clamp(70px,7.2vw,150px)!important;align-items:center!important}.hero-con{max-width:clamp(480px,34vw,680px)}.pill{margin-bottom:clamp(28px,2.4vw,38px)!important;font-size:clamp(12px,.82vw,16px)!important;padding:6px 15px!important;border-radius:999px!important}.hero h1{font-size:clamp(48px,3.9vw,76px)!important;line-height:1.075!important;letter-spacing:-.055em!important;margin-bottom:clamp(22px,1.95vw,34px)!important;font-weight:850!important}.hero-sub{max-width:clamp(450px,31vw,620px)!important;font-size:clamp(16px,1.05vw,20px)!important;line-height:1.55!important;margin-bottom:clamp(28px,2.4vw,40px)!important;color:var(--fx-body)!important}.cta-g{gap:clamp(24px,2vw,34px)!important;margin-bottom:clamp(38px,3.3vw,56px)!important}.btn-primary{font-size:clamp(14px,.95vw,17px)!important;padding:14px 32px!important;min-height:52px!important;border-radius:7px!important}.hero-note{max-width:clamp(400px,30vw,585px)!important;font-size:clamp(14px,.95vw,18px)!important;line-height:1.55!important;padding:12px 16px!important;color:#b8c3d0!important;background:#1e294bb8!important}.hero .trust{display:grid!important;grid-template-columns:repeat(3,max-content)!important;gap:18px clamp(30px,4vw,70px)!important}.hero .ti{font-size:clamp(13px,.86vw,16px)!important;font-weight:800!important;color:#b8c3d0!important;white-space:nowrap!important}.hero .ti .trust-icon{width:clamp(18px,1.35vw,26px)!important;height:clamp(18px,1.35vw,26px)!important}.hcard{width:100%!important;margin-top:clamp(10px,2.4vw,46px)!important;border-radius:16px!important;padding:clamp(28px,2.2vw,42px)!important;background:#082b45!important;border-color:#60a5fa38!important}.hd-t,.ai-l{font-size:clamp(13px,.85vw,16px)!important}.hd-s{font-size:clamp(11px,.7vw,14px)!important}.ai{padding:clamp(10px,.75vw,14px) clamp(13px,1vw,18px)!important}.tag{font-size:clamp(10px,.66vw,12px)!important}.prob{padding-top:clamp(86px,7vw,116px)!important;padding-bottom:clamp(74px,6.5vw,104px)!important}.prob .h2{max-width:850px!important;margin-bottom:0!important}.prob-g{margin-top:clamp(58px,5vw,80px)!important;grid-template-columns:minmax(0,1.35fr) minmax(360px,1fr)!important;gap:clamp(42px,4vw,72px)!important}.pc{min-height:clamp(82px,6.4vw,105px)!important;padding:clamp(17px,1.25vw,22px) clamp(18px,1.55vw,28px)!important;border-radius:7px!important;background:#ffffff08!important}.pn{width:clamp(24px,1.8vw,30px)!important;height:clamp(24px,1.8vw,30px)!important;font-size:clamp(11px,.75vw,14px)!important}.pc strong{font-size:clamp(14px,.95vw,18px)!important}.pc span{font-size:clamp(14px,.95vw,18px)!important;line-height:1.45!important;color:#aebacc!important}.csq{padding:clamp(34px,3vw,54px) clamp(34px,3vw,54px)!important;min-height:100%!important}.csq-t{font-size:clamp(13px,.85vw,16px)!important;margin-bottom:clamp(30px,2.8vw,48px)!important}.csq ul{gap:clamp(25px,2.25vw,40px)!important}.csq li{font-size:clamp(15px,1vw,19px)!important;line-height:1.35!important;color:#d6e0ec!important}.callout{padding:clamp(22px,1.8vw,32px) clamp(28px,2.2vw,42px)!important;font-size:clamp(14px,.95vw,18px)!important}.sol{padding-top:clamp(74px,6.5vw,100px)!important;padding-bottom:clamp(68px,6.4vw,100px)!important}.sol-g{display:grid!important;grid-template-columns:minmax(0,43%) minmax(0,45%)!important;gap:12%!important;justify-content:space-between!important;align-items:start!important}.sol .h2{max-width:720px!important;margin-bottom:clamp(28px,2.3vw,38px)!important}.sol .sbody{max-width:100%!important;font-size:clamp(15px,1vw,19px)!important;line-height:1.55!important;margin-bottom:clamp(36px,3.2vw,54px)!important;color:#d6e0ec!important}.plist.figma-bullets{gap:clamp(26px,2.3vw,38px)!important;margin-top:0!important}.plist.figma-bullets .pi{font-size:clamp(15px,1vw,19px)!important;line-height:1.52!important;color:#aebacc!important;padding-left:clamp(28px,2vw,38px)!important}.svis{width:100%!important;max-width:none!important;margin-top:clamp(120px,9.8vw,180px)!important;padding:clamp(34px,2.8vw,52px) clamp(34px,2.8vw,52px)!important;border-radius:15px!important}.svt{font-size:clamp(14px,.95vw,18px)!important}.svs{font-size:clamp(12px,.78vw,15px)!important;margin-bottom:clamp(24px,2vw,34px)!important}.srow{gap:clamp(10px,.9vw,18px)!important;margin-bottom:clamp(10px,.9vw,18px)!important}.ms{padding:clamp(14px,1.1vw,22px) 8px!important}.mn{font-size:clamp(24px,1.85vw,36px)!important}.ml{font-size:clamp(10px,.68vw,13px)!important}.tbar{font-size:clamp(12px,.78vw,15px)!important;padding:clamp(12px,1vw,18px)!important;margin-top:clamp(16px,1.3vw,26px)!important}.outcomes-block{margin-top:clamp(72px,6.6vw,108px)!important}.outcomes-label{margin-bottom:clamp(46px,4.2vw,70px)!important}.out-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:clamp(34px,3.7vw,72px)!important;justify-content:stretch!important}.oc{min-height:clamp(170px,12vw,230px)!important;padding:clamp(22px,1.8vw,34px)!important;border-radius:7px!important}.oc-t{font-size:clamp(15px,1vw,19px)!important;line-height:1.45!important;margin-bottom:clamp(12px,1vw,18px)!important;color:#e7eef7!important}.oc-b{font-size:clamp(15px,1vw,19px)!important;line-height:1.48!important;color:#aebacc!important}.ben{padding-top:clamp(76px,6.5vw,104px)!important;padding-bottom:clamp(78px,6.7vw,110px)!important}.ben .h2{max-width:850px!important;margin-bottom:0!important}.ben-g{margin-top:clamp(58px,5vw,82px)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:clamp(18px,1.4vw,28px)!important}.bc{min-height:clamp(166px,12vw,220px)!important;padding:clamp(30px,2.3vw,44px)!important;border-radius:14px!important;background:#ffffff08!important}.bic{width:clamp(42px,3vw,56px)!important;height:clamp(42px,3vw,56px)!important;font-size:clamp(20px,1.5vw,28px)!important;margin-bottom:clamp(18px,1.4vw,26px)!important}.bt{font-size:clamp(15px,1vw,19px)!important;margin-bottom:clamp(10px,.9vw,16px)!important;color:#fff!important}.bb{font-size:clamp(15px,1vw,19px)!important;line-height:1.55!important;color:#aebacc!important}.how{padding-top:clamp(74px,6.3vw,100px)!important;padding-bottom:clamp(76px,6.4vw,104px)!important}.how .h2{max-width:830px!important;margin-bottom:clamp(58px,5.2vw,88px)!important}.how-g{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:clamp(64px,7.5vw,150px)!important;justify-content:stretch!important}.how-g:before{top:clamp(22px,1.8vw,30px)!important;left:clamp(46px,3.8vw,76px)!important;right:clamp(300px,25vw,500px)!important}.sn{width:clamp(44px,3.2vw,60px)!important;height:clamp(44px,3.2vw,60px)!important;font-size:clamp(15px,1.05vw,20px)!important;margin-bottom:clamp(22px,2vw,34px)!important;border-radius:9px!important}.st{font-size:clamp(14px,.95vw,18px)!important;margin-bottom:clamp(8px,.7vw,14px)!important;color:#fff!important}.sb{font-size:clamp(14px,.95vw,18px)!important;line-height:1.5!important;max-width:100%!important;color:#aebacc!important}.demo-sec{padding-top:clamp(76px,6.5vw,110px)!important;padding-bottom:clamp(90px,7.5vw,130px)!important}.demo-sec .h2{max-width:620px!important;margin-bottom:clamp(26px,2vw,38px)!important}.demo-sub{max-width:610px!important;font-size:clamp(15px,1vw,19px)!important;line-height:1.55!important;margin-bottom:clamp(60px,5vw,86px)!important;color:#d6e0ec!important}.demo-g{grid-template-columns:minmax(0,42%) minmax(360px,45%)!important;gap:13%!important;align-items:start!important}.dperks{gap:clamp(18px,1.5vw,28px)!important}.dp{font-size:clamp(15px,1vw,19px)!important;color:#b8c3d0!important}.form-card{padding:clamp(34px,2.8vw,50px)!important;border-radius:16px!important;background:#06263c!important}.form-group label{font-size:clamp(12px,.78vw,15px)!important}.form-group input,.form-group select,.form-group textarea{font-size:clamp(14px,.95vw,18px)!important;padding:clamp(13px,1vw,18px) clamp(14px,1.05vw,20px)!important}.testi{padding-top:clamp(76px,6.5vw,106px)!important;padding-bottom:clamp(76px,6.5vw,106px)!important}.testi .h2{max-width:1120px!important;margin-bottom:0!important}.testi-g{margin-top:clamp(54px,4.6vw,76px)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:clamp(20px,2vw,34px)!important}.tc{padding:clamp(32px,2.7vw,50px)!important;border-radius:14px!important;min-height:clamp(220px,16vw,300px)!important}.qm{font-size:clamp(38px,3vw,56px)!important}.qt{font-size:clamp(15px,1vw,19px)!important;line-height:1.55!important;color:#d6e0ec!important}.an{font-size:clamp(15px,1vw,18px)!important}.ar{font-size:clamp(12px,.78vw,15px)!important}.fin{padding-top:clamp(84px,7vw,120px)!important;padding-bottom:clamp(90px,7.5vw,130px)!important}.fin h2{font-size:clamp(38px,3.1vw,58px)!important;line-height:1.15!important;margin-bottom:clamp(18px,1.5vw,28px)!important;max-width:900px!important}.fin p{font-size:clamp(15px,1vw,19px)!important;max-width:680px!important;margin-bottom:clamp(34px,2.8vw,50px)!important;color:#d6e0ec!important}.fin-btns{margin-bottom:clamp(58px,5vw,86px)!important}.fin-trust{width:min(54vw,900px)!important;grid-template-columns:repeat(4,minmax(130px,1fr))!important;gap:clamp(36px,4.2vw,80px)!important}.fti{font-size:clamp(15px,1vw,19px)!important;color:#b8c3d0!important}.fti .trust-icon{width:clamp(30px,2.2vw,42px)!important;height:clamp(30px,2.2vw,42px)!important}footer{padding-top:clamp(64px,5.6vw,96px)!important;padding-bottom:34px!important}.footer-top{grid-template-columns:minmax(0,1.45fr) minmax(220px,.8fr) minmax(220px,.8fr)!important;gap:clamp(70px,9vw,170px)!important;margin-bottom:clamp(54px,5vw,84px)!important}.footer-desc{font-size:clamp(14px,.95vw,18px)!important;line-height:1.55!important;max-width:390px!important}.footer-nl-title,.footer-links a{font-size:clamp(14px,.95vw,18px)!important}.footer-nl-sub{font-size:clamp(13px,.86vw,16px)!important;max-width:410px!important}.footer-col-title,.footer-member-title{font-size:clamp(12px,.78vw,15px)!important;color:#d8a8ff!important}.footer-copy,.footer-legal a{font-size:clamp(12px,.78vw,14px)!important}.footer-bottom{flex-direction:row-reverse!important}@media (max-width:1180px){:root{--fx-container:min(86vw,1080px)}.hero-g{grid-template-columns:1fr minmax(330px,42%)!important;gap:48px!important}.hero-con{max-width:620px}.hcard{margin-top:0!important}.sol-g,.demo-g{gap:7%!important}.how-g{gap:52px!important}.how-g:before{right:calc(33.333% - 50px)!important}}@media (max-width:900px){:root{--fx-container: calc(100vw - 40px) }nav{height:60px!important}.hero{padding-top:92px!important;padding-bottom:66px!important}.hero-g,.prob-g,.sol-g,.ben-g,.demo-g,.testi-g,.footer-top{grid-template-columns:1fr!important;gap:32px!important}.hero-vis{width:100%!important}.hcard{width:100%!important;max-width:640px!important;margin-inline:auto!important}.hero h1{font-size:clamp(38px,8vw,58px)!important}.h2{font-size:clamp(30px,6vw,42px)!important}.prob-g{margin-top:38px!important}.csq{min-height:auto!important}.callout{grid-column:auto!important}.svis{margin-top:0!important}.out-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}.ben-g{grid-template-columns:1fr!important}.how-g{grid-template-columns:1fr!important;gap:28px!important}.how-g:before{display:none!important}.step{display:grid!important;grid-template-columns:48px 1fr!important;gap:4px 18px!important}.sn{grid-row:1 / span 2!important;margin:0!important}.fin-trust{width:min(100%,560px)!important;grid-template-columns:repeat(2,minmax(130px,1fr))!important}.footer-bottom{flex-direction:column!important}}@media (max-width:640px){:root{--fx-container: calc(100vw - 32px) ;--fx-section-x:16px}.hero .trust{grid-template-columns:1fr!important;gap:14px!important}.out-grid,.form-row{grid-template-columns:1fr!important}.fin-trust{grid-template-columns:1fr!important;width:100%!important;gap:26px!important}}:root{--fx-frame: min(970px, calc(100vw - 48px) );--fx-left: 430px;--fx-right: 450px;--fx-gap: 90px;--fx-bg: #031A2B;--fx-panel: #082B45;--fx-text: #D6E0EC;--fx-muted-2: #AEBACC}.w,.nav-in,.hero-g,.footer-in,.sol .w,.how .w,.ben .w,.demo-sec .w,.testi .w,.prob .w,.fin .w{width:var(--fx-frame)!important;max-width:var(--fx-frame)!important;margin-left:auto!important;margin-right:auto!important}body{background:var(--fx-bg)!important;color:var(--fx-text)!important}section{padding-left:24px!important;padding-right:24px!important}.lbl{font-size:13px!important;line-height:1.15!important;letter-spacing:.105em!important;font-weight:800!important;color:#c084fc!important;margin-bottom:20px!important}.h2{font-size:34px!important;line-height:1.28!important;letter-spacing:-.035em!important;font-weight:800!important;color:#fff!important}nav{height:50px!important}.nav-in{width:970px!important;max-width:calc(100vw - 48px)!important}.nav-logo{height:23px!important}.nav-links a,.nav-contact,.nav-login{font-size:12.5px!important}.btn-nav{font-size:12.5px!important;padding:8px 18px!important;min-height:0!important}.hero{min-height:930px!important;padding-top:155px!important;padding-bottom:95px!important;align-items:flex-start!important}.hero-g{display:grid!important;grid-template-columns:minmax(0,var(--fx-left)) minmax(0,var(--fx-right))!important;column-gap:var(--fx-gap)!important;row-gap:40px!important;justify-content:start!important;align-items:center!important}.hero-con{width:var(--fx-left)!important;max-width:var(--fx-left)!important;min-width:0!important}.hero-vis{width:var(--fx-right)!important;max-width:var(--fx-right)!important;min-width:0!important}.hero h1{font-size:50px!important;line-height:1.08!important;letter-spacing:-.045em!important;margin-bottom:24px!important;max-width:430px!important}.hero-sub{font-size:15.5px!important;line-height:1.58!important;max-width:410px!important;margin-bottom:26px!important;color:var(--fx-text)!important}.pill{font-size:12px!important;margin-bottom:28px!important;padding:6px 14px!important}.cta-g{gap:20px!important;margin-bottom:34px!important}.btn-primary{font-size:15px!important;padding:13px 32px!important;min-height:50px!important}.hero-note{font-size:14px!important;line-height:1.55!important;max-width:370px!important;padding:12px 14px!important}.hero .trust{display:flex!important;flex-wrap:nowrap!important;align-items:flex-start!important;gap:56px!important}.hero .ti{font-size:14px!important;line-height:1.18!important;font-weight:800!important;color:#aebacc!important;white-space:normal!important;text-align:center!important;min-width:80px!important;flex-direction:column!important}.hero .ti .trust-icon{width:28px!important;height:28px!important}.hcard{width:450px!important;max-width:450px!important;margin-top:0!important;padding:26px!important;border-radius:14px!important}.hd-t{font-size:14px!important}.hd-s{font-size:11px!important}.ai-l{font-size:13px!important}.tag{font-size:10px!important}.prob{padding-top:88px!important;padding-bottom:72px!important}.prob .h2{max-width:760px!important;margin-bottom:0!important}.prob-g{display:grid!important;grid-template-columns:528px 402px!important;gap:40px!important;margin-top:56px!important}.pc{min-height:82px!important;padding:16px 18px!important}.pc strong{font-size:14px!important}.pc span{font-size:14px!important;line-height:1.55!important}.csq{padding:28px 30px!important;min-height:100%!important}.csq li{font-size:15px!important;line-height:1.38!important}.callout{font-size:14px!important;padding:22px 28px!important}.sol{padding-top:74px!important;padding-bottom:68px!important}.sol-g{display:grid!important;grid-template-columns:430px 450px!important;gap:90px!important;align-items:start!important}.sol .h2{font-size:34px!important;line-height:1.28!important;max-width:430px!important;margin-bottom:28px!important}.sol .sbody{font-size:15px!important;line-height:1.58!important;max-width:410px!important;margin-bottom:34px!important}.plist.figma-bullets{gap:22px!important}.plist.figma-bullets .pi{font-size:15px!important;line-height:1.55!important;color:#aebacc!important}.svis{width:450px!important;max-width:450px!important;margin-top:126px!important;padding:34px!important;border-radius:14px!important}.svt{font-size:14px!important}.svs{font-size:12px!important}.mn{font-size:24px!important}.ml{font-size:10px!important}.tbar{font-size:12px!important}.outcomes-block{margin-top:68px!important}.outcomes-label{margin-bottom:46px!important}.out-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:36px!important}.oc{min-height:170px!important;padding:22px 20px!important}.oc-t{font-size:15px!important;line-height:1.42!important}.oc-b{font-size:15px!important;line-height:1.48!important}.ben{padding-top:76px!important;padding-bottom:78px!important}.ben .h2{max-width:800px!important}.ben-g{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:18px!important;margin-top:56px!important}.bc{min-height:185px!important;padding:30px!important}.bt{font-size:15px!important}.bb{font-size:15px!important;line-height:1.55!important}.how{padding-top:74px!important;padding-bottom:74px!important}.how .h2{font-size:34px!important;line-height:1.28!important;max-width:650px!important;margin-bottom:58px!important}.how-g{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:110px!important;position:relative!important}.how-g:before{display:block!important;top:22px!important;left:46px!important;right:46px!important;height:1px!important;background:#c084fc52!important}.sn{width:46px!important;height:46px!important;font-size:16px!important;margin-bottom:22px!important;border-radius:9px!important}.st{font-size:14px!important;margin-bottom:8px!important;line-height:1.28!important}.sb{font-size:14px!important;line-height:1.55!important;color:#aebacc!important}.demo-sec{padding-top:76px!important;padding-bottom:90px!important}.demo-layout{display:grid!important;grid-template-columns:430px 450px!important;gap:90px!important;align-items:start!important}.demo-copy{width:430px!important;max-width:430px!important}.demo-sec .h2{font-size:34px!important;line-height:1.28!important;max-width:430px!important;margin-bottom:24px!important}.demo-sub{font-size:15px!important;line-height:1.58!important;max-width:430px!important;margin:0 0 46px!important;color:var(--fx-text)!important}.dperks{gap:16px!important;padding-top:0!important}.dp{font-size:14.5px!important;line-height:1.5!important;color:#aebacc!important}.demo-layout .form-card{width:450px!important;max-width:450px!important;padding:32px!important;border-radius:14px!important;margin-top:0!important}.form-row{grid-template-columns:1fr 1fr!important;gap:14px!important}.form-group label{font-size:12px!important}.form-group input,.form-group select,.form-group textarea{font-size:14px!important;padding:12px 14px!important}.form-group textarea{min-height:90px!important}.testi{padding-top:76px!important;padding-bottom:76px!important}.testi .h2{font-size:34px!important}.testi-g{grid-template-columns:1fr 1fr!important;gap:22px!important;margin-top:54px!important}.tc{padding:30px!important;min-height:240px!important}.qt{font-size:15px!important}.fin{padding-top:88px!important;padding-bottom:92px!important}.fin h2{font-size:38px!important;line-height:1.15!important}.fin p{font-size:15.5px!important;max-width:590px!important}.fin-trust{display:grid!important;grid-template-columns:repeat(4,1fr)!important;width:620px!important;gap:54px!important}.fti{font-size:14px!important;line-height:1.15!important;display:flex!important;flex-direction:column!important;text-align:center!important}.fti .trust-icon{width:32px!important;height:32px!important}footer{padding-top:66px!important}.footer-top{grid-template-columns:390px 180px 220px!important;gap:105px!important}.footer-desc,.footer-links a{font-size:14px!important}.footer-nl-sub{font-size:13px!important}.footer-bottom{flex-direction:row!important}@media (max-width:1060px){:root{--fx-frame: calc(100vw - 40px) ;--fx-left:min(430px, 100%);--fx-right:min(450px, 100%)}.hero-g,.prob-g,.sol-g,.demo-layout{grid-template-columns:1fr!important;gap:34px!important}.hero{min-height:auto!important;padding-top:92px!important}.hero-con,.hero-vis,.demo-copy,.svis,.demo-layout .form-card{width:100%!important;max-width:620px!important}.hero h1,.hero-sub,.hero-note,.sol .h2,.sol .sbody,.demo-sec .h2,.demo-sub{max-width:620px!important}.hcard{width:100%!important;max-width:620px!important}.svis{margin-top:0!important}.out-grid{grid-template-columns:repeat(2,1fr)!important;gap:18px!important}.ben-g,.testi-g{grid-template-columns:1fr!important}.how-g{grid-template-columns:1fr!important;gap:28px!important}.how-g:before{display:none!important}.step{display:grid!important;grid-template-columns:46px 1fr!important;gap:4px 18px!important}.sn{grid-row:1 / span 2!important;margin:0!important}.demo-layout .form-card{justify-self:start!important}.footer-top{grid-template-columns:1fr!important;gap:32px!important}.footer-bottom{flex-direction:column!important}}@media (max-width:640px){:root{--fx-frame: calc(100vw - 32px) }section{padding-left:16px!important;padding-right:16px!important}.hero h1{font-size:40px!important}.h2,.sol .h2,.ben .h2,.how .h2,.demo-sec .h2,.testi .h2{font-size:30px!important}.hero .trust{flex-wrap:wrap!important;gap:20px 32px!important}.out-grid,.form-row,.fin-trust{grid-template-columns:1fr!important;width:100%!important}}:root{--fx-wide-frame:min(1240px, calc(100vw - 96px) );--fx-wide-gap:clamp(64px, 6vw, 112px)}.w,.nav-in,.hero-g,.footer-in,.sol .w,.how .w,.ben .w,.demo-sec .w,.testi .w,.prob .w,.fin .w{width:var(--fx-wide-frame)!important;max-width:var(--fx-wide-frame)!important;margin-left:auto!important;margin-right:auto!important}nav{height:56px!important;padding-left:48px!important;padding-right:48px!important}.nav-in{max-width:1240px!important}.nav-logo{height:26px!important}.nav-right{gap:14px!important}.lang-dd{position:relative;display:inline-flex;align-items:center;z-index:260}.lang-dd-btn{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 10px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#ffffff08;color:#d8e2ef;font:700 12.5px/1 Inter,system-ui,sans-serif;cursor:default;transition:border-color .2s,background .2s,color .2s}.lang-dd:hover .lang-dd-btn,.lang-dd:focus-within .lang-dd-btn{border-color:#c084fc8c;background:#c084fc1a;color:#fff}.lang-globe{width:15px;height:15px;opacity:.95}.lang-chevron{width:11px;height:11px;opacity:.75}.lang-dd-menu{position:absolute;right:0;top:calc(100% + 8px);min-width:136px;padding:6px;background:#061f34;border:1px solid rgba(255,255,255,.14);border-radius:10px;box-shadow:0 20px 48px #00000061;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .18s,visibility .18s,transform .18s}.lang-dd:hover .lang-dd-menu,.lang-dd:focus-within .lang-dd-menu{opacity:1;visibility:visible;transform:translateY(0)}.lang-dd-menu a{display:block;padding:9px 10px;border-radius:7px;color:#b8c4d4;font-size:13px;font-weight:700;white-space:nowrap}.lang-dd-menu a:hover,.lang-dd-menu a[aria-current=true]{background:#c084fc1f;color:#fff}.hero{min-height:860px!important;padding-top:120px!important;padding-bottom:92px!important}.hero-g{display:grid!important;grid-template-columns:minmax(0,560px) minmax(420px,520px)!important;column-gap:var(--fx-wide-gap)!important;align-items:center!important;justify-content:space-between!important}.hero-con,.hero-vis{width:auto!important;max-width:none!important;min-width:0!important}.hero h1{font-size:58px!important;line-height:1.07!important;max-width:560px!important}.hero-sub{font-size:17px!important;max-width:520px!important;line-height:1.62!important}.hero-note{max-width:500px!important;font-size:15px!important}.hero .trust{gap:44px!important}.hcard{width:520px!important;max-width:100%!important;padding:30px!important}.ai-l{font-size:14px!important}.prob-g{grid-template-columns:minmax(0,1.32fr) minmax(420px,1fr)!important;gap:56px!important}.prob .h2,.ben .h2,.testi .h2{max-width:880px!important}.sol-g{grid-template-columns:minmax(0,500px) minmax(460px,520px)!important;gap:var(--fx-wide-gap)!important;justify-content:space-between!important}.sol .h2,.sol .sbody{max-width:500px!important}.svis{width:520px!important;max-width:100%!important;margin-top:126px!important}.out-grid{gap:42px!important}.ben-g{gap:24px!important}.bc{padding:34px!important}.how .w{max-width:1120px!important;width:min(1120px,calc(100vw - 96px))!important}.how .h2{font-size:36px!important;max-width:760px!important;margin-bottom:64px!important}.how-g{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:90px!important}.how-g:before{display:block!important;top:24px!important;left:50px!important;right:50px!important;height:1px!important;background:#c084fc52!important}.sn{width:50px!important;height:50px!important;margin-bottom:24px!important}.st{font-size:15.5px!important}.sb{font-size:15px!important;line-height:1.55!important}.demo-sec .w{max-width:1180px!important;width:min(1180px,calc(100vw - 96px))!important}.demo-layout{display:grid!important;grid-template-columns:minmax(0,520px) minmax(460px,520px)!important;gap:80px!important;align-items:start!important;justify-content:space-between!important}.demo-copy{width:auto!important;max-width:520px!important}.demo-sec .h2{font-size:38px!important;line-height:1.23!important;max-width:520px!important}.demo-sub{max-width:520px!important;font-size:16px!important;line-height:1.62!important;margin-bottom:46px!important}.demo-layout .form-card{width:520px!important;max-width:100%!important;margin-top:32px!important;padding:34px!important;justify-self:end!important}.form-row{grid-template-columns:1fr 1fr!important}.testi .w{max-width:1180px!important;width:min(1180px,calc(100vw - 96px))!important}.testi-g{grid-template-columns:1fr 1fr!important;gap:28px!important}.fin .w{max-width:980px!important;width:min(980px,calc(100vw - 96px))!important}.footer-in{max-width:1180px!important;width:min(1180px,calc(100vw - 96px))!important}.footer-top{grid-template-columns:minmax(360px,470px) minmax(160px,220px) minmax(190px,260px)!important;gap:clamp(60px,7vw,120px)!important}@media (max-width:1280px){:root{--fx-wide-frame:min(1120px, calc(100vw - 72px) )}section{padding-left:36px!important;padding-right:36px!important}nav{padding-left:36px!important;padding-right:36px!important}.hero-g{grid-template-columns:minmax(0,500px) minmax(400px,480px)!important;column-gap:64px!important}.hero h1{font-size:52px!important}.hcard{width:480px!important}.demo-layout{grid-template-columns:minmax(0,490px) minmax(430px,490px)!important;gap:56px!important}.demo-layout .form-card{width:490px!important}}@media (max-width:1060px){:root{--fx-wide-frame: calc(100vw - 48px) }.w,.nav-in,.hero-g,.footer-in,.sol .w,.how .w,.ben .w,.demo-sec .w,.testi .w,.prob .w,.fin .w{width:var(--fx-wide-frame)!important;max-width:var(--fx-wide-frame)!important}section{padding-left:24px!important;padding-right:24px!important}nav{padding-left:24px!important;padding-right:24px!important}.nav-links,.nav-contact,.nav-login{display:none!important}.hero{min-height:auto!important;padding-top:92px!important}.hero-g,.prob-g,.sol-g,.demo-layout{grid-template-columns:1fr!important;gap:34px!important}.hero-con,.hero-vis,.demo-copy,.svis,.demo-layout .form-card,.hcard{width:100%!important;max-width:680px!important;justify-self:start!important}.hero h1,.hero-sub,.hero-note,.sol .h2,.sol .sbody,.demo-sec .h2,.demo-sub{max-width:680px!important}.svis{margin-top:0!important}.out-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}.ben-g,.testi-g{grid-template-columns:1fr!important}.how-g{grid-template-columns:1fr!important;gap:30px!important}.how-g:before{display:none!important}.step{display:grid!important;grid-template-columns:50px 1fr!important;gap:4px 18px!important}.sn{grid-row:1 / span 2!important;margin:0!important}.demo-layout .form-card{margin-top:0!important}.footer-top{grid-template-columns:1fr!important;gap:34px!important}}@media (max-width:640px){:root{--fx-wide-frame: calc(100vw - 32px) }section{padding-left:16px!important;padding-right:16px!important}nav{padding-left:16px!important;padding-right:16px!important;height:58px!important}.nav-in{width:calc(100vw - 32px)!important;max-width:calc(100vw - 32px)!important}.nav-right{gap:8px!important}.btn-nav{padding:8px 12px!important;font-size:12px!important}.lang-dd-btn{height:32px;padding:0 8px;font-size:12px}.hero{padding-top:82px!important}.hero h1{font-size:40px!important;line-height:1.08!important}.h2,.sol .h2,.ben .h2,.how .h2,.demo-sec .h2,.testi .h2{font-size:30px!important;line-height:1.25!important}.hero .trust{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px 18px!important}.hero .ti{text-align:left!important;align-items:flex-start!important;min-width:0!important}.out-grid,.form-row,.fin-trust{grid-template-columns:1fr!important;width:100%!important}.demo-layout .form-card{padding:24px!important}.footer-nl-row{grid-template-columns:1fr!important}}@media (max-width:390px){.hero h1{font-size:36px!important}.h2,.sol .h2,.ben .h2,.how .h2,.demo-sec .h2,.testi .h2{font-size:28px!important}.btn-nav{display:none!important}}:root{--fx-page-frame:min(1440px, calc(100vw - 96px) );--fx-card-border:rgba(255,255,255,.14)}.w,.nav-in,.hero-g,.footer-in,.prob .w,.sol .w,.ben .w,.how .w,.demo-sec .w,.testi .w,.fin .w{width:var(--fx-page-frame)!important;max-width:1440px!important;margin-left:auto!important;margin-right:auto!important}section{padding-left:48px!important;padding-right:48px!important}.nav-in{max-width:1440px!important}.hero{min-height:auto!important;padding-top:118px!important;padding-bottom:102px!important}.hero-g{display:grid!important;grid-template-columns:minmax(520px,.98fr) minmax(440px,.82fr)!important;justify-content:space-between!important;align-items:center!important;gap:clamp(72px,7vw,132px)!important}.hero-con{width:100%!important;max-width:660px!important;min-width:0!important}.hero-vis{width:100%!important;max-width:560px!important;min-width:0!important;justify-self:end!important}.hero h1{font-size:clamp(50px,4.1vw,68px)!important;line-height:1.06!important;max-width:660px!important}.hero-sub{max-width:560px!important;font-size:17px!important}.hero-note{max-width:540px!important}.hcard{width:100%!important;max-width:560px!important}.hero .trust{grid-template-columns:repeat(3,max-content)!important;gap:18px 42px!important}.hero .ti{white-space:normal!important}.prob-g{grid-template-columns:minmax(0,1.3fr) minmax(420px,.95fr)!important;gap:56px!important}.sol-g{grid-template-columns:minmax(500px,.95fr) minmax(460px,.85fr)!important;gap:clamp(72px,7vw,116px)!important;justify-content:space-between!important}.sol .h2,.sol .sbody{max-width:560px!important}.svis{width:100%!important;max-width:560px!important;justify-self:end!important}.out-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:32px!important}.ben-g{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:26px!important}.bc{min-height:220px!important;padding:34px!important}.bic{width:48px!important;height:48px!important;padding:0!important;margin-bottom:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#c084fc1f!important;border:1px solid rgba(192,132,252,.25)!important;border-radius:10px!important;font-size:0!important}.bic img{display:block!important;max-width:40px!important;max-height:40px!important;width:auto!important;height:auto!important;object-fit:contain!important}.bt{font-size:16px!important;line-height:1.45!important}.bb{font-size:15px!important;line-height:1.58!important}.how .w{width:min(1240px,calc(100vw - 96px))!important;max-width:1240px!important}.how-g{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:clamp(72px,7vw,132px)!important}.how-g:before{left:50px!important;right:50px!important;display:block!important}.demo-sec .w{width:min(1280px,calc(100vw - 96px))!important;max-width:1280px!important}.demo-layout{display:grid!important;grid-template-columns:minmax(0,540px) minmax(460px,540px)!important;gap:clamp(80px,8vw,140px)!important;align-items:start!important;justify-content:space-between!important}.demo-copy{width:100%!important;max-width:540px!important;min-width:0!important}.demo-sec .h2{max-width:540px!important;font-size:clamp(36px,3vw,46px)!important;line-height:1.2!important}.demo-sub{max-width:540px!important;margin-bottom:46px!important}.demo-layout .form-card{width:100%!important;max-width:540px!important;margin-top:0!important;justify-self:end!important}.demo-g{display:contents!important}.testi .w,.footer-in{width:min(1280px,calc(100vw - 96px))!important;max-width:1280px!important}.booking-frame{background:#fff!important}.hs-embed-wrap{min-height:320px!important}@media (max-width:1280px){:root{--fx-page-frame:min(1200px, calc(100vw - 72px) )}section{padding-left:36px!important;padding-right:36px!important}nav{padding-left:36px!important;padding-right:36px!important}.hero-g{grid-template-columns:minmax(460px,1fr) minmax(400px,.9fr)!important;gap:64px!important}.hero h1{font-size:52px!important}.sol-g{grid-template-columns:minmax(0,1fr) minmax(420px,.9fr)!important;gap:64px!important}.demo-layout{grid-template-columns:minmax(0,500px) minmax(430px,500px)!important;gap:64px!important}}@media (max-width:1060px){:root{--fx-page-frame: calc(100vw - 48px) }section{padding-left:24px!important;padding-right:24px!important}nav{padding-left:24px!important;padding-right:24px!important}.hero-g,.prob-g,.sol-g,.demo-layout{grid-template-columns:1fr!important;gap:36px!important}.hero{padding-top:92px!important;padding-bottom:72px!important}.hero-con,.hero-vis,.demo-copy,.demo-layout .form-card,.svis,.hcard{max-width:720px!important;width:100%!important;justify-self:start!important}.hero h1,.hero-sub,.hero-note,.sol .h2,.sol .sbody,.demo-sec .h2,.demo-sub{max-width:720px!important}.svis{margin-top:0!important}.out-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.how .w,.demo-sec .w,.testi .w,.footer-in{width:calc(100vw - 48px)!important;max-width:calc(100vw - 48px)!important}.how-g{grid-template-columns:1fr!important;gap:30px!important}.how-g:before{display:none!important}.step{display:grid!important;grid-template-columns:50px 1fr!important;gap:4px 18px!important}.sn{grid-row:1 / span 2!important;margin:0!important}.ben-g,.testi-g{grid-template-columns:1fr!important}}@media (max-width:640px){:root{--fx-page-frame: calc(100vw - 32px) }section{padding-left:16px!important;padding-right:16px!important}nav{padding-left:16px!important;padding-right:16px!important}.w,.nav-in,.hero-g,.footer-in,.prob .w,.sol .w,.ben .w,.how .w,.demo-sec .w,.testi .w,.fin .w{width:calc(100vw - 32px)!important;max-width:calc(100vw - 32px)!important}.hero{padding-top:82px!important}.hero h1{font-size:40px!important}.h2,.sol .h2,.ben .h2,.how .h2,.demo-sec .h2,.testi .h2{font-size:30px!important;line-height:1.23!important}.hero .trust{grid-template-columns:1fr!important;gap:14px!important}.out-grid,.form-row,.fin-trust{grid-template-columns:1fr!important;width:100%!important}.bc,.form-card,.demo-layout .form-card{padding:24px!important}.bic{width:44px!important;height:44px!important}.bic img{max-width:36px!important;max-height:36px!important}}:root{--fx-unified-frame:min(1440px, calc(100vw - 96px) );--fx-unified-frame-tablet: calc(100vw - 48px) ;--fx-unified-frame-mobile: calc(100vw - 32px) }.w,.nav-in,.hero-g,.footer-in,.prob .w,.sol .w,.ben .w,.how .w,.demo-sec .w,.testi .w,.fin .w{width:var(--fx-unified-frame)!important;max-width:1440px!important;margin-left:auto!important;margin-right:auto!important}section,.hero,.fin,footer{padding-left:48px!important;padding-right:48px!important}nav{padding-left:48px!important;padding-right:48px!important}.ben .w,.how .w,.demo-sec .w,.testi .w,.footer-in{width:var(--fx-unified-frame)!important;max-width:1440px!important}.ben-g{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px!important}.how{padding-top:84px!important;padding-bottom:86px!important}.how .h2{max-width:850px!important;margin-bottom:68px!important}.how-g{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:clamp(80px,7vw,150px)!important;width:100%!important}.how-g:before{display:block!important;left:52px!important;right:52px!important;top:25px!important}.step{min-width:0!important}.sn{width:50px!important;height:50px!important}.st{font-size:16px!important;line-height:1.3!important}.sb{font-size:15.5px!important;line-height:1.55!important}.demo-sec{padding-top:86px!important;padding-bottom:104px!important}.demo-layout,.demo-g{width:100%!important}.demo-layout{display:grid!important;grid-template-columns:minmax(0,600px) minmax(480px,600px)!important;gap:clamp(80px,7vw,140px)!important;align-items:start!important;justify-content:space-between!important}.demo-copy{width:100%!important;max-width:600px!important;min-width:0!important}.demo-sec .h2{max-width:600px!important;font-size:clamp(38px,3vw,48px)!important;line-height:1.2!important}.demo-sub{max-width:600px!important;font-size:16px!important;line-height:1.62!important;margin-bottom:48px!important}.demo-layout .form-card,.demo-sec .form-card{width:100%!important;max-width:600px!important;margin-top:0!important;justify-self:end!important}.form-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}.testi{padding-top:86px!important;padding-bottom:86px!important}.testi-g{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:32px!important;width:100%!important}.tc{min-height:250px!important}.fin .w{width:var(--fx-unified-frame)!important;max-width:1440px!important}.fin h2,.fin p,.fin-btns,.fin-trust{margin-left:auto!important;margin-right:auto!important}.fin-trust{width:min(760px,100%)!important;grid-template-columns:repeat(4,minmax(130px,1fr))!important}footer{padding-top:78px!important}.footer-in{width:var(--fx-unified-frame)!important;max-width:1440px!important}.footer-top{display:grid!important;grid-template-columns:minmax(360px,500px) minmax(180px,240px) minmax(220px,300px)!important;gap:clamp(80px,8vw,150px)!important;justify-content:space-between!important}.footer-desc{max-width:460px!important}@media (max-width:1280px){:root{--fx-unified-frame:min(1180px, calc(100vw - 72px) )}section,.hero,.fin,footer,nav{padding-left:36px!important;padding-right:36px!important}.demo-layout{grid-template-columns:minmax(0,520px) minmax(430px,520px)!important;gap:64px!important}.how-g{gap:72px!important}}@media (max-width:1060px){.w,.nav-in,.hero-g,.footer-in,.prob .w,.sol .w,.ben .w,.how .w,.demo-sec .w,.testi .w,.fin .w{width:var(--fx-unified-frame-tablet)!important;max-width:var(--fx-unified-frame-tablet)!important}section,.hero,.fin,footer,nav{padding-left:24px!important;padding-right:24px!important}.hero-g,.prob-g,.sol-g,.ben-g,.how-g,.demo-layout,.testi-g,.footer-top{grid-template-columns:1fr!important;gap:34px!important}.how-g:before{display:none!important}.step{display:grid!important;grid-template-columns:50px 1fr!important;column-gap:18px!important;row-gap:4px!important}.sn{grid-row:1 / span 2!important;margin:0!important}.demo-copy,.demo-layout .form-card,.demo-sec .form-card{max-width:720px!important;justify-self:start!important}.out-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.fin-trust{grid-template-columns:repeat(2,minmax(150px,1fr))!important;width:min(560px,100%)!important}}@media (max-width:640px){.w,.nav-in,.hero-g,.footer-in,.prob .w,.sol .w,.ben .w,.how .w,.demo-sec .w,.testi .w,.fin .w{width:var(--fx-unified-frame-mobile)!important;max-width:var(--fx-unified-frame-mobile)!important}section,.hero,.fin,footer,nav{padding-left:16px!important;padding-right:16px!important}.hero h1{font-size:40px!important}.h2,.how .h2,.demo-sec .h2,.testi .h2{font-size:30px!important;line-height:1.23!important}.form-row,.out-grid,.fin-trust{grid-template-columns:1fr!important}.demo-layout .form-card,.demo-sec .form-card,.bc,.tc{padding:24px!important}}:root{--fx-heading-font:"Font 1", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--fx-body-font:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.h2,section:not(.hero) h2,.fin h2{font-family:var(--fx-heading-font)!important;font-weight:700!important;font-style:normal!important;font-size:32px!important;line-height:44.02px!important;letter-spacing:-.73px!important;vertical-align:middle!important}.hero-sub,.section-sub,.sbody,.demo-sub,.fin p,.bb,.sb,.oc-b,.pc span,.csq li,.plist.figma-bullets .pi,.dp,.qt,.footer-desc,.footer-nl-sub,.callout,.form-group input,.form-group select,.form-group textarea{font-family:var(--fx-body-font)!important;font-weight:500!important;font-style:normal!important;font-size:14px!important;line-height:22px!important;letter-spacing:0!important;vertical-align:middle!important}.lbl,.outcomes-label{font-family:var(--fx-body-font)!important;font-weight:700!important}@media (max-width:640px){.h2,section:not(.hero) h2,.fin h2{font-size:32px!important;line-height:44.02px!important;letter-spacing:-.73px!important}}
