:root{--brand-900:#061427;--brand-800:#09203a;--brand-700:#0b2a4a;--brand-600:#123a63;--brand-500:#1e5a8f;--brand-100:#dce8f4;--brand-50:#eef4fa;--cta:#16a34a;--cta-hover:#15803d;--cta-active:#166534;--cta-soft:rgba(22,163,74,.1);--wa:#25d366;--wa-hover:#1ebe5a;--wa-dark:#128c7e;--ink-50:#f7f8fa;--ink-100:#eef0f4;--ink-200:#e2e6ec;--ink-300:#cbd1da;--ink-400:#98a2b3;--ink-500:#667085;--ink-600:#475467;--ink-700:#344054;--ink-800:#1d2939;--ink-900:#101828;--bg-page:#fff;--bg-app:#f6f8f9;--bg-muted:#eef3f5;--bg-section:#fff;--line:rgba(17,24,39,.08);--line-strong:rgba(17,24,39,.14);--success:#16a34a;--info:#3e7fb7;--warn:#c58f2b;--danger:#c04848;--r-sm:6px;--r-md:10px;--r-lg:14px;--r-xl:18px;--r-2xl:22px;--r-pill:999px;--shadow-xs:0 1px 2px rgba(16,24,40,.05);--shadow-sm:0 1px 2px rgba(16,24,40,.06),0 1px 3px rgba(16,24,40,.1);--shadow:0 4px 12px rgba(16,24,40,.06),0 16px 32px rgba(16,24,40,.07);--shadow-lg:0 10px 24px rgba(16,24,40,.08),0 24px 48px rgba(16,24,40,.08);--shadow-focus:0 0 0 3px rgba(30,90,143,.2);--font-sans:"Manrope","Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--fs-xs:12px;--fs-sm:13px;--fs-base:15px;--fs-md:17px;--fs-lg:19px;--fs-xl:22px;--fs-2xl:28px;--fs-3xl:36px;--fs-4xl:46px;--fs-5xl:60px;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:20px;--sp-6:24px;--sp-8:32px;--sp-10:40px;--sp-12:48px;--sp-16:64px;--sp-20:80px;--sp-24:96px}body[data-palette=navy]{--brand-900:#050f1c;--brand-800:#0a1c33;--brand-700:#102742;--brand-600:#1b3b5e;--brand-500:#2a5687;--brand-100:#e0e8f2;--brand-50:#eef2f8;--cta:#f59e0b;--cta-hover:#d97706;--cta-active:#b45309;--cta-soft:rgba(245,158,11,.12);--shadow-focus:0 0 0 3px rgba(42,86,135,.22)}body[data-palette=slate]{--brand-900:#0b0f17;--brand-800:#141a25;--brand-700:#1f2937;--brand-600:#2d3a4e;--brand-500:#475569;--brand-100:#e2e8f0;--brand-50:#f1f5f9;--cta:#0ea5e9;--cta-hover:#0284c7;--cta-active:#0369a1;--cta-soft:rgba(14,165,233,.12);--shadow-focus:0 0 0 3px rgba(71,85,105,.22)}body[data-palette=forest]{--brand-900:#052e22;--brand-800:#084030;--brand-700:#0b5340;--brand-600:#0f6b53;--brand-500:#14856a;--brand-100:#d6ebe3;--brand-50:#ecf6f2;--cta:#ea580c;--cta-hover:#c2410c;--cta-active:#9a3412;--cta-soft:rgba(234,88,12,.12);--shadow-focus:0 0 0 3px rgba(20,133,106,.22)}body[data-font=inter]{--font-sans:"Inter",system-ui,sans-serif}body[data-font=dmsans]{--font-sans:"DM Sans",system-ui,sans-serif}body[data-font=plusjak]{--font-sans:"Plus Jakarta Sans",system-ui,sans-serif}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}body{font-size:var(--fs-base);line-height:1.55;letter-spacing:-.003em;color:var(--ink-800);background:var(--bg-page);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body,h1,h2,h3,h4{font-family:var(--font-sans)}h1,h2,h3,h4{font-weight:650;letter-spacing:-.018em;color:var(--ink-900);line-height:1.15;margin:0;text-wrap:balance}h1{font-size:var(--fs-5xl)}h2{font-size:var(--fs-3xl)}h3{font-size:var(--fs-xl)}h4{font-size:var(--fs-md)}p{margin:0;text-wrap:pretty}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img{display:block;max-width:100%}.container{max-width:1200px}.container,.container-narrow{width:100%;margin:0 auto;padding:0 var(--sp-6)}.container-narrow{max-width:880px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-500)}.section{padding:var(--sp-24) 0}.section-tight{padding:var(--sp-16) 0}.section-muted{background:var(--bg-muted)}.section-dark{background:var(--brand-700);color:#fff}.section-dark h1,.section-dark h2,.section-dark h3{color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--sp-2);height:48px;padding:0 var(--sp-6);border-radius:var(--r-md);border:1px solid transparent;font-size:var(--fs-base);font-weight:600;letter-spacing:-.005em;transition:background .14s ease,color .14s ease,border-color .14s ease,box-shadow .14s ease;white-space:nowrap}.btn:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.btn-wa{background:var(--wa);color:#fff;box-shadow:var(--shadow-sm)}.btn-wa:hover{background:var(--wa-hover)}.btn-wa:active{background:var(--wa-dark)}.btn-primary{background:var(--cta);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--cta-hover)}.btn-primary:active{background:var(--cta-active)}.btn-secondary{background:#fff;color:var(--ink-900);border-color:var(--line-strong)}.btn-secondary:hover{background:var(--ink-50);border-color:var(--ink-300)}.btn-video{background:#e62117;color:#fff;border-color:#e62117;box-shadow:0 10px 24px rgba(230,33,23,.22)}.btn-video:hover{background:#c91810;border-color:#c91810;box-shadow:0 12px 28px rgba(230,33,23,.28)}.btn-video:active{background:#a9150d;border-color:#a9150d}.btn-ghost{background:transparent;color:var(--ink-700)}.btn-ghost:hover{background:var(--ink-100);color:var(--ink-900)}.btn-on-dark-secondary{background:hsla(0,0%,100%,.1);color:#fff;border-color:hsla(0,0%,100%,.2);backdrop-filter:blur(6px)}.btn-on-dark-secondary:hover{background:hsla(0,0%,100%,.16)}.btn-lg{height:56px;padding:0 var(--sp-8);font-size:var(--fs-md)}.btn-sm{height:38px;padding:0 var(--sp-4);font-size:var(--fs-sm)}.card{background:var(--bg-page);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-xs)}.pill{display:inline-flex;align-items:center;gap:var(--sp-2);height:28px;padding:0 var(--sp-3);border-radius:var(--r-pill);background:var(--brand-50);color:var(--brand-700);font-size:var(--fs-xs);font-weight:600;letter-spacing:.04em;text-transform:uppercase;border:1px solid var(--brand-100)}.pill-dot{width:6px;height:6px;border-radius:999px;background:var(--cta)}.field-label{display:block;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-600);margin-bottom:6px}.field-input{width:100%;height:44px;padding:0 var(--sp-4);background:#fff;border:1px solid var(--line-strong);border-radius:var(--r-md);font-size:var(--fs-base);color:var(--ink-900);font-family:inherit;box-shadow:var(--shadow-xs);transition:border-color .14s ease,box-shadow .14s ease}.field-input:focus{outline:none;border-color:var(--brand-500);box-shadow:var(--shadow-focus)}textarea.field-input{height:auto;padding:var(--sp-3) var(--sp-4);resize:vertical;min-height:120px}.site-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,#fff 92%,transparent);backdrop-filter:blur(20px);border-bottom:1px solid var(--line)}.nav-inner{position:relative;display:flex;align-items:center;justify-content:flex-start;height:72px;gap:var(--sp-6)}.nav-brand{gap:var(--sp-3);font-weight:700;letter-spacing:-.012em;color:var(--ink-900)}.nav-brand,.nav-brand-mark{display:inline-flex;align-items:center}.nav-brand-mark{width:32px;height:32px;border-radius:8px;background:var(--brand-700);justify-content:center;overflow:hidden}.nav-brand-mark img{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}.nav-brand-text{font-size:var(--fs-md)}.nav-brand-text sub{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-500);font-weight:600;display:block;margin-top:-2px}.nav-links{position:absolute;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:var(--sp-1);list-style:none;padding:0;margin:0}.nav-links a{display:inline-flex;align-items:center;height:40px;padding:0 var(--sp-4);border-radius:var(--r-md);font-size:var(--fs-sm);font-weight:600;color:var(--ink-700);transition:background .14s ease,color .14s ease}.nav-links a:hover{background:var(--ink-100);color:var(--ink-900)}.nav-links a.is-active{color:var(--brand-700);background:var(--brand-50)}.nav-cta{display:flex;align-items:center;gap:var(--sp-3)}.site-footer{background:var(--brand-900);padding:var(--sp-20) 0 var(--sp-8)}.site-footer,.site-footer a{color:hsla(0,0%,100%,.78)}.site-footer a:hover{color:#fff}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--sp-12)}.footer-col h4{color:hsla(0,0%,100%,.65);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:var(--sp-4)}.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--sp-3);font-size:var(--fs-sm)}.footer-bottom{margin-top:var(--sp-16);padding-top:var(--sp-6);border-top:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;align-items:center;font-size:var(--fs-xs);color:hsla(0,0%,100%,.55)}.social-follow{display:flex;flex-direction:column;gap:var(--sp-3)}.social-follow>span{color:hsla(0,0%,100%,.68);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.social-links{display:flex;align-items:center;gap:var(--sp-2)}.social-link{width:42px;height:42px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:#fff;box-shadow:var(--shadow-xs);transition:transform .16s ease,filter .16s ease}.social-link:hover{color:#fff;filter:brightness(1.08);transform:translateY(-2px)}.social-link-instagram{background:#262626}.social-link-youtube{background:#e62117}.social-link-tiktok{background:#667085}.footer-social{margin-top:var(--sp-6)}.contact-social{margin-top:var(--sp-8);padding-top:var(--sp-8);border-top:1px solid hsla(0,0%,100%,.14)}.wa-fab{position:fixed;right:24px;bottom:24px;z-index:100;display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;padding:0;border-radius:50%;background:var(--wa);color:#fff;border:none;box-shadow:0 0 0 12px rgba(37,211,102,.16),0 12px 30px rgba(37,211,102,.34);transition:background .14s ease,transform .14s ease,box-shadow .14s ease;text-decoration:none}.wa-fab:after,.wa-fab:before{content:"";position:absolute;inset:-10px;border-radius:inherit;border:2px solid rgba(37,211,102,.42);pointer-events:none;animation:wa-pulse 1.8s ease-out infinite}.wa-fab:after{inset:-18px;animation-delay:.45s}.wa-fab:hover{background:var(--wa-hover);transform:translateY(-2px);box-shadow:0 0 0 14px rgba(37,211,102,.2),0 14px 34px rgba(37,211,102,.42)}.wa-fab svg{width:32px;height:32px;position:relative;z-index:1}@keyframes wa-pulse{0%{opacity:.86;transform:scale(.82)}70%{opacity:0;transform:scale(1.18)}to{opacity:0;transform:scale(1.18)}}@media (prefers-reduced-motion:reduce){.wa-fab:after,.wa-fab:before{animation:none;opacity:0}}@media (max-width:720px){.wa-fab{right:18px;bottom:18px;width:56px;height:56px}.wa-fab svg{width:30px;height:30px}}.hero{padding:var(--sp-24) 0 var(--sp-20);position:relative;overflow:hidden}.hero-split{display:grid;grid-template-columns:1.05fr 1fr;gap:var(--sp-16);align-items:center}.hero h1{font-size:clamp(38px,5.2vw,60px);margin-bottom:var(--sp-5)}.hero h1 em{font-style:normal;color:var(--brand-700);position:relative;white-space:nowrap}.hero p.lead{font-size:var(--fs-md);color:var(--ink-600);margin-bottom:var(--sp-8);max-width:540px}.hero-ctas{gap:var(--sp-3);margin-bottom:var(--sp-8)}.hero-ctas,.hero-trust{display:flex;flex-wrap:wrap}.hero-trust{gap:var(--sp-6);padding-top:var(--sp-6);border-top:1px solid var(--line)}.hero-trust-item{display:inline-flex;align-items:center;gap:var(--sp-2);font-size:var(--fs-sm);color:var(--ink-700);font-weight:500}.hero-trust-item svg{width:18px;height:18px;color:var(--cta);flex-shrink:0}.hero-image-wrap{position:relative;border-radius:var(--r-2xl);overflow:hidden;background:var(--bg-muted);border:1px solid var(--line);box-shadow:var(--shadow);aspect-ratio:1/1}.hero-image-wrap img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}body[data-hero=centered] .hero-split{display:block;text-align:center}body[data-hero=centered] .hero p.lead{margin-left:auto;margin-right:auto}body[data-hero=centered] .hero-ctas{justify-content:center}body[data-hero=centered] .hero-trust{justify-content:center;border-top:none;padding-top:var(--sp-4)}body[data-hero=centered] .hero-image-wrap{margin-top:var(--sp-12);aspect-ratio:16/10;max-width:920px;margin-left:auto;margin-right:auto}.section-head{max-width:720px;margin:0 auto var(--sp-12);text-align:center}.section-head .eyebrow{display:inline-block}.section-head .eyebrow,.section-head h2{margin-bottom:var(--sp-3)}.section-head p{color:var(--ink-600);font-size:var(--fs-md)}.feature-trio{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--sp-6)}.feature-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:var(--sp-8);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.feature-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:var(--line-strong)}.feature-icon{display:inline-flex;align-items:center;justify-content:flex-start;color:var(--brand-700);margin-bottom:var(--sp-5)}.feature-icon svg{width:32px;height:32px;stroke-width:1.75}.feature-card h3{margin-bottom:var(--sp-2);font-size:var(--fs-lg)}.feature-card p{color:var(--ink-600);font-size:var(--fs-base)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--sp-8);position:relative}.step{display:flex;flex-direction:column}.step-img{border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;aspect-ratio:4/3;background:var(--bg-muted);margin-bottom:var(--sp-6);box-shadow:var(--shadow-xs)}.step-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.step-num{gap:var(--sp-2);font-size:var(--fs-xs);color:var(--brand-500);letter-spacing:.12em;text-transform:uppercase;margin-bottom:var(--sp-2)}.step-num,.step-num-bubble{display:inline-flex;align-items:center;font-weight:700}.step-num-bubble{width:28px;height:28px;border-radius:8px;background:var(--brand-700);color:#fff;justify-content:center;font-size:13px;letter-spacing:0}.step h3{margin-bottom:8px;font-size:var(--fs-lg)}.step p{color:var(--ink-600)}body[data-steps=vertical] .steps{grid-template-columns:1fr;max-width:760px;margin:0 auto;gap:var(--sp-12)}body[data-steps=vertical] .step{display:grid;grid-template-columns:1fr 1.1fr;gap:var(--sp-8);align-items:center}body[data-steps=vertical] .step-img{margin-bottom:0;aspect-ratio:4/3}body[data-steps=vertical] .step:nth-child(2n) .step-img{order:2}.showcase{display:grid;grid-template-columns:1fr 1.1fr;gap:var(--sp-16);align-items:center}.showcase-image{border-radius:var(--r-2xl);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:var(--bg-muted)}.showcase-image img{width:100%;height:auto;display:block}.showcase h2{margin-bottom:var(--sp-5)}.showcase p.lead{color:var(--ink-600);font-size:var(--fs-md);margin-bottom:var(--sp-8)}.showcase-list{list-style:none;padding:0;margin:0 0 var(--sp-8);display:flex;flex-direction:column;gap:var(--sp-4)}.showcase-list li{display:flex;gap:var(--sp-3);align-items:flex-start;font-size:var(--fs-base);color:var(--ink-700)}.showcase-list .check{width:22px;height:22px;background:var(--cta-soft);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--cta);flex-shrink:0;margin-top:2px}.showcase-list .check svg{width:14px;height:14px}.ecosystem-head{display:grid;grid-template-columns:1.1fr 1fr;gap:var(--sp-12);align-items:end;margin-bottom:var(--sp-12)}.ecosystem-head .eyebrow{color:hsla(0,0%,100%,.6);margin-bottom:var(--sp-3);display:block}.ecosystem-head h2{color:#fff}.ecosystem-head p{color:hsla(0,0%,100%,.72);font-size:var(--fs-md)}.ecosystem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--sp-4)}.eco-card{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--r-lg);padding:var(--sp-6);display:flex;flex-direction:column;min-height:220px;transition:background .16s ease,border-color .16s ease,transform .16s ease}.eco-card:hover{background:hsla(0,0%,100%,.07);border-color:hsla(0,0%,100%,.18);transform:translateY(-2px)}.eco-card-icon{display:inline-flex;align-items:center;justify-content:flex-start;color:#fff;margin-bottom:var(--sp-4)}.eco-card-icon svg{width:26px;height:26px;stroke-width:1.75}.eco-card h4{color:#fff;margin-bottom:var(--sp-2);font-size:var(--fs-md);font-weight:600}.eco-card p{color:hsla(0,0%,100%,.65);font-size:var(--fs-sm);margin-bottom:var(--sp-5);flex-grow:1}.eco-card-link{display:inline-flex;align-items:center;gap:6px;font-size:var(--fs-sm);font-weight:600;color:#fff}.eco-card-link svg{width:14px;height:14px;transition:transform .16s ease}.eco-card:hover .eco-card-link svg{transform:translateX(3px)}.erp-callout{margin-top:var(--sp-6);padding:var(--sp-6);border:1px solid hsla(0,0%,100%,.14);border-radius:var(--r-lg);background:hsla(0,0%,100%,.06);display:flex;align-items:center;justify-content:space-between;gap:var(--sp-6)}.erp-callout span{display:block;color:hsla(0,0%,100%,.62);font-size:var(--fs-sm);font-weight:600;margin-bottom:4px}.erp-callout strong{display:block;color:#fff;font-size:var(--fs-lg);line-height:1.35;font-weight:650}.final-cta{background:var(--brand-700);border-radius:var(--r-2xl);padding:var(--sp-16) var(--sp-12);text-align:center;color:#fff;position:relative;overflow:hidden}.final-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 30% 0,hsla(0,0%,100%,.06),transparent 60%);pointer-events:none}.final-cta h2{color:#fff;font-size:var(--fs-3xl);margin-bottom:var(--sp-3);position:relative}.final-cta p{color:hsla(0,0%,100%,.78);font-size:var(--fs-md);margin:0 auto var(--sp-8);max-width:580px;position:relative}.final-cta-actions{display:inline-flex;gap:var(--sp-3);position:relative;flex-wrap:wrap;justify-content:center}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--sp-6);max-width:1100px;margin:0 auto}.price-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);padding:var(--sp-8);display:flex;flex-direction:column;position:relative}.price-card.is-featured{border-color:var(--brand-500);box-shadow:var(--shadow);background:linear-gradient(180deg,#fff,var(--brand-50))}.price-card .badge-feat{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--brand-700);color:#fff;font-size:11px;font-weight:700;padding:6px 12px;border-radius:999px;letter-spacing:.08em;text-transform:uppercase}.price-name{font-size:var(--fs-lg);font-weight:700;color:var(--ink-900);margin-bottom:var(--sp-1)}.price-tagline{font-size:var(--fs-sm);color:var(--ink-500);margin-bottom:var(--sp-6)}.price-value{display:flex;align-items:baseline;gap:6px;margin-bottom:var(--sp-2);font-variant-numeric:tabular-nums}.price-value .currency{font-size:var(--fs-md);color:var(--ink-600);font-weight:600}.price-value .amount{font-size:44px;font-weight:700;color:var(--ink-900);letter-spacing:-.02em}.price-value .per{font-size:var(--fs-sm);color:var(--ink-500)}.price-note{font-size:var(--fs-xs);color:var(--ink-500);margin-bottom:var(--sp-6)}.price-features{list-style:none;padding:0;margin:0 0 var(--sp-8);display:flex;flex-direction:column;gap:var(--sp-3);flex-grow:1}.price-features li{display:flex;gap:var(--sp-2);align-items:flex-start;font-size:var(--fs-sm);color:var(--ink-700)}.price-features .check{color:var(--cta);flex-shrink:0;margin-top:2px}.price-features .check svg{width:16px;height:16px}.page-hero{background:var(--brand-700);color:#fff;padding:var(--sp-16) 0 var(--sp-20);position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 80% 0,hsla(0,0%,100%,.06),transparent 60%);pointer-events:none}.page-hero-inner{position:relative}.page-hero .eyebrow{color:hsla(0,0%,100%,.7);margin-bottom:var(--sp-3);display:inline-block}.page-hero h1{color:#fff;font-size:clamp(36px,4.5vw,48px);margin-bottom:var(--sp-4)}.page-hero p{color:hsla(0,0%,100%,.78);font-size:var(--fs-md);max-width:640px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--sp-6)}.func-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:var(--sp-6) var(--sp-6) var(--sp-6);transition:border-color .16s ease,box-shadow .16s ease}.func-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow-xs)}.func-card-icon{display:inline-flex;align-items:center;justify-content:flex-start;color:var(--brand-700);margin-bottom:var(--sp-4)}.func-card-icon svg{width:28px;height:28px;stroke-width:1.75}.func-card h3{font-size:var(--fs-md);margin-bottom:var(--sp-2)}.func-card p{color:var(--ink-600);font-size:var(--fs-sm);line-height:1.6}.about-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:var(--sp-16);align-items:center}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--sp-6);margin-top:var(--sp-12)}.about-stat{padding:var(--sp-6);background:#fff;border:1px solid var(--line);border-radius:var(--r-lg)}.about-stat strong{display:block;font-size:36px;font-weight:700;color:var(--brand-700);letter-spacing:-.02em}.about-stat span{font-size:var(--fs-sm);color:var(--ink-600)}.contact-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:var(--sp-12);align-items:start}.contact-info-card{background:var(--brand-700);color:#fff;border-radius:var(--r-xl);padding:var(--sp-10);position:relative;overflow:hidden}.contact-info-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 100% 0,hsla(0,0%,100%,.08),transparent 50%);pointer-events:none}.contact-info-card>*{position:relative}.contact-info-card h2{color:#fff;font-size:var(--fs-2xl);margin-bottom:var(--sp-3)}.contact-info-card p{color:hsla(0,0%,100%,.78);margin-bottom:var(--sp-8)}.contact-channels{display:flex;flex-direction:column;gap:var(--sp-5)}.contact-channel{display:flex;gap:var(--sp-4);align-items:flex-start}.contact-channel-icon{display:inline-flex;align-items:center;justify-content:flex-start;flex-shrink:0;padding-top:2px}.contact-channel-icon svg{width:22px;height:22px;color:#fff;stroke-width:1.75}.contact-channel-text strong{display:block;color:#fff;font-size:var(--fs-base);margin-bottom:2px}.contact-channel-text span{color:hsla(0,0%,100%,.72);font-size:var(--fs-sm)}.contact-channel-text a{color:#fff;font-size:var(--fs-base);font-weight:600}.contact-channel-text a:hover{text-decoration:underline}.contact-form-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);padding:var(--sp-10);box-shadow:var(--shadow-xs)}.contact-form-card h3{font-size:var(--fs-xl);margin-bottom:var(--sp-2)}.contact-form-card>p{color:var(--ink-600);margin-bottom:var(--sp-8);font-size:var(--fs-sm)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--sp-4)}.form-row,.form-single{margin-bottom:var(--sp-4)}@media (max-width:960px){.hero{padding:var(--sp-16) 0}.hero-split{grid-template-columns:1fr;gap:var(--sp-10)}.hero-image-wrap{aspect-ratio:16/12}.feature-trio,.steps{grid-template-columns:1fr}.steps{gap:var(--sp-12)}.showcase{grid-template-columns:1fr;gap:var(--sp-10)}.ecosystem-head{grid-template-columns:1fr;gap:var(--sp-6)}.ecosystem-grid{grid-template-columns:repeat(2,1fr)}.erp-callout{align-items:flex-start;flex-direction:column}.about-grid,.features-grid{grid-template-columns:1fr}.about-grid{gap:var(--sp-10)}.about-stats,.contact-grid,.pricing-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:var(--sp-8)}.section{padding:var(--sp-16) 0}.nav-links{display:none;position:static;transform:none}.form-row,body[data-steps=vertical] .step{grid-template-columns:1fr}body[data-steps=vertical] .step:nth-child(2n) .step-img{order:0}}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Manrope_Fallback_6b03d3;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_6b03d3{font-family:__Manrope_6b03d3,__Manrope_Fallback_6b03d3;font-style:normal}.__variable_6b03d3{--font-manrope:"__Manrope_6b03d3","__Manrope_Fallback_6b03d3"}