@media (pointer:fine){*,:before,:after{cursor:none!important}}.cursor__dot{background:var(--accent-orange);pointer-events:none;z-index:99999;will-change:transform;border-radius:50%;width:8px;height:8px;display:none;position:fixed;top:-4px;left:-4px}.cursor__ring{pointer-events:none;z-index:99999;will-change:transform;border:1.5px solid #1111102e;border-radius:50%;width:36px;height:36px;transition:width .35s,height .35s,top .35s,left .35s,border-color .35s,background .35s;display:none;position:fixed;top:-18px;left:-18px}.cursor__ring--active{border-color:var(--accent-orange);background:#ff694e0f;width:52px;height:52px;top:-26px;left:-26px}.preloader{z-index:9999;background:var(--bg);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.preloader__logo{line-height:0;position:relative}.preloader__ghost{opacity:.07}.preloader__ghost svg,.preloader__fill svg{width:clamp(240px,40vw,600px);height:auto}.preloader__fill{clip-path:inset(0 100% 0 0);position:absolute;inset:0}.nav{z-index:100;border-bottom:1px solid #0000;padding:1.5rem 0;transition:background .3s,border-color .3s;position:fixed;top:0;left:0;right:0}.nav--scrolled{-webkit-backdrop-filter:blur(16px);border-bottom-color:var(--border);background:#fafaf8e6}.nav__inner{justify-content:space-between;align-items:center;display:flex}.nav__logo{color:var(--text-primary);opacity:0;flex-shrink:0;align-items:center;display:flex}.nav__links{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav__links li{align-items:center;display:flex}.nav__link{color:var(--text-muted);opacity:0;font-size:.9375rem;font-weight:400;transition:color .2s}.nav__link:hover{color:var(--text-primary)}.nav__right{align-items:center;gap:1rem;display:flex}.nav__locale{letter-spacing:.04em;color:var(--text-muted);opacity:0;padding:.25rem 0;font-size:.8125rem;font-weight:500;transition:color .2s}.nav__locale:hover{color:var(--text-primary)}.nav__links .btn{opacity:0;padding:.5625rem 1.125rem;font-size:.875rem}.nav__hamburger{opacity:0;flex-direction:column;gap:5px;width:28px;padding:4px;display:none}.nav__hamburger span{background:var(--text-primary);transform-origin:50%;height:1.5px;transition:transform .25s,opacity .25s;display:block}.nav__hamburger--open span:first-child{transform:translateY(6px)rotate(45deg)}.nav__hamburger--open span:nth-child(2){opacity:0}.nav__hamburger--open span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}@media (width<=680px){.nav__hamburger{display:flex}.nav__links{background:var(--bg);clip-path:inset(0 0 100%);pointer-events:none;z-index:0;flex-direction:column;justify-content:center;gap:2.5rem;transition:clip-path .45s cubic-bezier(.77,0,.175,1);position:fixed;inset:0}.nav__links--open{clip-path:inset(0 0 0%);pointer-events:all}.nav__logo,.nav__right{z-index:1;position:relative}.nav__link,.nav__links .btn{opacity:1;font-size:1.125rem}}.hero{background:var(--bg);padding-top:9rem;overflow:hidden}.hero__content{padding-bottom:4rem}.hero__headline{letter-spacing:-.05em;color:var(--text-primary);margin-bottom:4rem;font-size:clamp(3.5rem,8.5vw,10.5rem);font-weight:400;line-height:.92}.hero__word-wrap{vertical-align:bottom;display:inline-block;overflow:hidden}.hero__word{display:inline-block;transform:translateY(110%)}.hero__word--muted{color:var(--text-muted)}.hero__word--accent{color:var(--accent-orange);font-weight:500}.hero__line{display:block}.hero__inline-logo{line-height:0;display:block}.hero__inline-logo svg{width:auto;height:clamp(2.5rem,.98em,7.5rem);display:block}.hero__foot{border-top:1px solid var(--border);grid-template-columns:1fr auto;align-items:end;gap:3rem;padding-top:2.5rem;display:grid}.hero__foot-left{flex-direction:column;gap:.875rem;display:flex}.hero__status{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.hero__dot{background:#4ade80;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2.4s ease-in-out infinite heroDotPulse}@keyframes heroDotPulse{0%,to{box-shadow:0 0 #4ade8080}50%{box-shadow:0 0 0 5px #4ade8000}}.hero__desc{color:var(--text-muted);max-width:420px;font-size:.9375rem;line-height:1.65}.hero__ctas{flex-wrap:wrap;justify-content:flex-end;gap:.625rem;display:flex}.hero__stats{border-top:1px solid var(--border);flex-wrap:wrap;gap:4rem;margin-top:2.5rem;padding-top:2.5rem;display:flex}.hero__stat{flex-direction:column;gap:.25rem;display:flex}.hero__stat-num{letter-spacing:-.05em;color:var(--text-primary);font-size:clamp(1.875rem,2.75vw,2.75rem);font-weight:400;line-height:1}.hero__stat-label{color:var(--text-muted);font-size:.8125rem}.hero__panel{background:var(--bg-panel);border-radius:16px 16px 0 0;height:460px;margin:3rem 0 0;overflow:hidden}.hero__pitch-svg{width:100%;height:100%;display:block}.pitch-dot--a{animation:3s ease-in-out infinite pitchPulseA}.pitch-dot--b{animation:3.5s ease-in-out infinite pitchPulseB}.pitch-dot--0{animation-delay:0s}.pitch-dot--1{animation-delay:.5s}.pitch-dot--2{animation-delay:1s}.pitch-dot--3{animation-delay:1.5s}.pitch-dot--4{animation-delay:2s}@keyframes pitchPulseA{0%,to{opacity:.55}50%{opacity:1}}@keyframes pitchPulseB{0%,to{opacity:.3}50%{opacity:.7}}@media (width<=900px){.hero__foot{grid-template-columns:1fr;gap:2rem}.hero__ctas{justify-content:flex-start}}@media (width<=600px){.hero{padding-top:7rem}.hero__headline{margin-bottom:3rem}.hero__stats{gap:2.5rem}.hero__panel{border-radius:12px 12px 0 0;height:280px}}.marquee{border-top:1px solid var(--border);border-bottom:1px solid var(--border);-webkit-user-select:none;user-select:none;padding:.875rem 0;overflow:hidden}.marquee__track{width:max-content;animation:32s linear infinite marqueeScroll;display:flex}.marquee__item{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap;align-items:center;gap:1rem;padding:0 .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.marquee__sep{color:var(--accent-orange);opacity:.6}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.marquee__track{animation:none}}.services{border-top:1px solid var(--border);padding:7rem 0}.services__header{grid-template-columns:1fr 1fr;align-items:end;gap:3rem;margin-bottom:5rem;display:grid}.services__label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:.625rem;margin-bottom:1.25rem;font-size:.6875rem;font-weight:600;display:flex}.services__label:before{content:"";background:currentColor;flex-shrink:0;width:1.25rem;height:1px;display:block}.services__heading{letter-spacing:-.05em;color:var(--text-primary);font-size:clamp(3rem,5.5vw,6rem);font-weight:400;line-height:1}.services__intro{color:var(--text-muted);align-self:end;max-width:400px;font-size:.9375rem;line-height:1.7}.services__table{border-top:1px solid var(--border);width:100%}.service-row{border-bottom:1px solid var(--border);transition:background var(--transition), padding var(--transition), margin var(--transition);grid-template-columns:60px 1fr 2fr;align-items:start;gap:3rem;padding:2.75rem 0;display:grid}.service-row:hover{background:#00000006;margin:0 -2.5rem;padding-left:2.5rem;padding-right:2.5rem}.service-row__num{letter-spacing:.08em;color:var(--text-muted);padding-top:.35rem;font-size:.75rem;font-weight:600}.service-row__title{letter-spacing:-.03em;color:var(--text-primary);font-size:1.375rem;font-weight:400;line-height:1.2}.service-row__desc{color:var(--text-muted);font-size:.9375rem;line-height:1.7}.service-row__features{flex-wrap:wrap;gap:.375rem 1.5rem;margin-top:.875rem;list-style:none;display:flex}.service-row__feature{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.service-row__dot{background:var(--accent-teal);border-radius:50%;flex-shrink:0;width:3px;height:3px}@media (width<=900px){.services__header{grid-template-columns:1fr;gap:1.5rem}.service-row{grid-template-rows:auto auto;grid-template-columns:44px 1fr;gap:1rem 1.5rem}.service-row:hover{margin:0 -1.5rem;padding-left:1.5rem;padding-right:1.5rem}.service-row__num{grid-area:1/1}.service-row__title{grid-area:1/2}.service-row__body{grid-area:2/1/auto/-1}}@media (width<=600px){.service-row{padding:2rem 0}.service-row:hover{margin:0 -1rem;padding-left:1rem;padding-right:1rem}}.hiw{border-top:1px solid var(--border);padding:7rem 0}.hiw__label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:.625rem;margin-bottom:1.25rem;font-size:.6875rem;font-weight:600;display:flex}.hiw__label:before{content:"";background:currentColor;flex-shrink:0;width:1.25rem;height:1px;display:block}.hiw__heading{letter-spacing:-.05em;color:var(--text-primary);margin-bottom:5rem;font-size:clamp(3rem,5.5vw,6rem);font-weight:400;line-height:1}.hiw__heading-line{display:block}.hiw__steps{border-top:1px solid var(--border);flex-direction:column;list-style:none;display:flex}.hiw__step{border-bottom:1px solid var(--border);grid-template-columns:60px 1fr;align-items:start;gap:3rem;padding:2.75rem 0;display:grid}.hiw__number{letter-spacing:.08em;color:var(--accent-orange);padding-top:.25rem;font-size:.75rem;font-weight:600}.hiw__step-title{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:.625rem;font-size:1.375rem;font-weight:400}.hiw__step-desc{color:var(--text-muted);max-width:560px;font-size:.9375rem;line-height:1.65}@media (width<=600px){.hiw__step{grid-template-columns:44px 1fr;gap:1.5rem}}.pricing{border-top:1px solid var(--border);padding:7rem 0}.pricing__inner{grid-template-columns:1fr 1fr;align-items:start;gap:6rem;display:grid}.pricing__left{position:sticky;top:6rem}.pricing__label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:.625rem;margin-bottom:1.25rem;font-size:.6875rem;font-weight:600;display:flex}.pricing__label:before{content:"";background:currentColor;flex-shrink:0;width:1.25rem;height:1px;display:block}.pricing__heading{letter-spacing:-.05em;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(3rem,4.5vw,5.5rem);font-weight:400;line-height:1}.pricing__sub{color:var(--text-muted);max-width:320px;font-size:.9375rem;line-height:1.65}.pricing__card{border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:2rem;padding:3rem;display:flex}.pricing__card-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.pricing__plan-name{letter-spacing:-.02em;margin-bottom:.25rem;font-size:1rem;font-weight:500}.pricing__plan-desc{color:var(--text-muted);font-size:.8125rem}.pricing__price-block{text-align:right;flex-shrink:0}.pricing__price{letter-spacing:-.055em;color:var(--accent-orange);font-size:3.5rem;font-weight:400;line-height:1}.pricing__period{color:var(--text-muted);margin-top:.25rem;font-size:.875rem;display:block}.pricing__features{border-top:1px solid var(--border);flex-direction:column;list-style:none;display:flex}.pricing__feature{border-bottom:1px solid var(--border);align-items:flex-start;gap:.75rem;padding:.875rem 0;font-size:.9rem;line-height:1.5;display:flex}.pricing__check{color:var(--accent-teal);flex-shrink:0;margin-top:1px}.pricing__feature strong{color:var(--text-primary);font-weight:500}.pricing__feature-desc{color:var(--text-muted)}.pricing__separator{background:var(--border);height:1px}.pricing__cta{justify-content:center;width:100%}.pricing__note{color:var(--text-muted);text-align:center;font-size:.75rem;line-height:1.5}@media (width<=900px){.pricing__inner{grid-template-columns:1fr;gap:3rem}.pricing__left{position:static}}@media (width<=480px){.pricing__card{padding:2rem}.pricing__price{font-size:2.75rem}}.footer{border-top:1px solid var(--border);padding:4rem 0 2.5rem}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:3rem;padding-bottom:2.5rem;display:flex}.footer__brand{flex-direction:column;gap:.5rem;display:flex}.footer__tagline{color:var(--text-muted);font-size:.875rem}.footer__nav{flex-wrap:wrap;gap:2rem;display:flex}.footer__link{color:var(--text-muted);font-size:.875rem;transition:color .2s}.footer__link:hover{color:var(--text-primary)}.footer__bottom{border-top:1px solid var(--border);padding-top:1.5rem}.footer__copy{color:var(--text-muted);font-size:.8125rem}.legal{background:var(--bg);min-height:100vh;color:var(--text-primary);padding:0 0 6rem}.legal__nav{z-index:10;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#111111d9;padding:1.25rem 0;position:sticky;top:0}.legal__nav-inner{justify-content:space-between;align-items:center;display:flex}.legal__back{color:var(--text-muted);font-size:.875rem;transition:color .2s}.legal__back:hover{color:var(--text-primary)}.legal__header{border-bottom:1px solid var(--border);margin-bottom:3rem;padding:4rem 0 2.5rem}.legal__title{letter-spacing:-.04em;margin-bottom:.5rem;font-size:2rem;font-weight:700}.legal__updated{color:var(--text-muted);font-size:.875rem}.legal__body{max-width:720px}.legal__section{margin-bottom:2.5rem}.legal__section h2{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:.875rem;font-size:1.125rem;font-weight:600}.legal__section p,.legal__section li{color:var(--text-muted);margin-bottom:.5rem;font-size:.9375rem;line-height:1.7}.legal__section ul{margin-top:.25rem;padding-left:1.25rem}.legal__section a{color:var(--accent-orange);text-underline-offset:3px;text-decoration:underline}.legal__placeholder{color:var(--accent-orange);background:#ff694e1f;border-radius:3px;padding:0 4px;font-size:.8125rem;font-weight:600}@font-face{font-family:Inter;src:url(/assets/Inter-Regular-DYjygwQm.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-Medium-CKLJZXR2.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-Semi-Bold-XVCL1Lno.ttf)format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-Bold-zdiomvYZ.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--bg:#fafaf8;--bg-panel:#111110;--text-primary:#111110;--text-muted:#8a8a86;--accent-orange:#ff694e;--accent-teal:#89e3d9;--border:#00000017;--font:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--radius:6px;--transition:.25s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:16px}body{font-family:var(--font);background:var(--bg);color:var(--text-primary);line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer;background:0 0;border:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2.5rem}.btn{letter-spacing:-.01em;white-space:nowrap;border-radius:100px;align-items:center;gap:.5rem;padding:.6875rem 1.375rem;font-size:.9375rem;font-weight:500;transition:transform .2s,box-shadow .2s,background .2s,color .2s,border-color .2s;display:inline-flex}.btn--primary{background:var(--accent-orange);color:#fff}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #ff694e61}.btn--primary:active{box-shadow:none;transform:translateY(0)}.btn--ghost{color:var(--text-primary);border:1px solid var(--border);background:0 0}.btn--ghost:hover{background:var(--text-primary);color:var(--bg);border-color:var(--text-primary)}.btn--ghost-light{color:#f0f0ee;white-space:nowrap;background:0 0;border:1px solid #fff3;border-radius:100px;align-items:center;gap:.5rem;padding:.6875rem 1.375rem;font-size:.9375rem;font-weight:500;transition:border-color .2s,background .2s;display:inline-flex}.btn--ghost-light:hover{background:#ffffff0f;border-color:#ffffff80}.btn--dark{background:var(--text-primary);color:var(--bg)}.btn--dark:hover{transform:translateY(-2px);box-shadow:0 6px 20px #11111033}.btn--dark:active{box-shadow:none;transform:translateY(0)}:focus-visible{outline:2px solid var(--accent-orange);outline-offset:3px}
