@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap";:root{--header-rail-height: 34px;--header-main-height: 72px;--header-height: calc(var(--header-rail-height) + var(--header-main-height));--bg: #0c1216;--bg-strong: #0a0f13;--surface: #111a20;--surface-2: #15222a;--ink: #ecf4f8;--ink-muted: #a0b3be;--ink-soft: #c5d4dc;--line: rgba(193, 220, 235, .16);--line-strong: rgba(193, 220, 235, .25);--brand-green: #17c964;--brand-blue: #2e8bff;--brand-coral: #ff4f81;--brand-amber: #f6b73c;--gradient-hero: linear-gradient(140deg, rgba(46, 139, 255, .28), rgba(23, 201, 100, .2) 40%, rgba(255, 79, 129, .19));--color-bg: var(--bg);--color-surface: var(--surface);--color-primary: var(--brand-blue);--color-primary-light: #74b4ff;--color-pink: var(--brand-coral);--color-accent: var(--brand-amber);--color-border: var(--line);--color-glass: color-mix(in srgb, var(--surface) 82%, transparent);--color-glass-border: var(--line-strong);--color-text: var(--ink);--color-text-secondary: var(--ink-muted);--color-text-muted: #6d7f89}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100%}html{scroll-behavior:smooth}body{font-family:Manrope,system-ui,-apple-system,sans-serif;background:radial-gradient(80vw 60vw at 80% 0%,rgba(46,139,255,.1),transparent 70%),radial-gradient(60vw 60vw at 0% 10%,rgba(23,201,100,.09),transparent 65%),var(--bg);color:var(--ink);line-height:1.65;letter-spacing:-.011em}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.landing-section{width:100%;padding-block:clamp(2.7rem,7vw,5.8rem)}.landing-container{width:100%;max-width:1220px;margin:0 auto;padding-inline:clamp(1rem,3vw,2rem)}.app-main{min-height:calc(100vh - var(--header-height));padding-top:var(--header-height)}.route-loader{min-height:calc(100vh - var(--header-height));display:grid;place-items:center;padding-top:var(--header-height)}.route-loader-spinner{width:36px;height:36px;border-radius:999px;border:3px solid rgba(236,244,248,.22);border-top-color:var(--brand-green)}.section-kicker{text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;color:var(--ink-muted);font-weight:700;margin-bottom:.9rem}.section-title{font-family:Space Grotesk,Manrope,sans-serif;font-size:clamp(1.65rem,3.4vw,2.9rem);line-height:1.13;letter-spacing:-.03em;margin-bottom:1.35rem}.glass-panel{background:var(--color-glass);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid var(--color-glass-border);border-radius:20px}.text-gradient{background:linear-gradient(120deg,#e8f3ff,#85c4ff 42%,#83f3ba);-webkit-background-clip:text;background-clip:text;color:transparent}.nav-root{position:fixed;top:0;left:0;right:0;z-index:120;border-bottom:1px solid transparent;transition:border-color .22s ease}.nav-root--scrolled{border-bottom-color:var(--line)}.suite-rail{height:var(--header-rail-height);display:flex;align-items:center;background:color-mix(in srgb,var(--bg-strong) 95%,transparent);border-bottom:1px solid rgba(193,220,235,.08)}.suite-rail-shell{display:flex;align-items:center;justify-content:space-between;gap:1rem}.suite-rail-nav{display:inline-flex;align-items:center;gap:.65rem}.suite-rail-link{font-size:.83rem;text-transform:lowercase;color:#8ca2b0;position:relative;font-weight:600}.suite-rail-link:after{content:"•";margin-left:.65rem;color:#8ca2b073}.suite-rail-link:last-child:after{display:none}.suite-rail-link:hover{color:#d9e6ed}.suite-rail-link--current{color:var(--ink)}.suite-rail-tagline{font-size:.74rem;color:#95a8b4;letter-spacing:.02em}.primary-nav{height:var(--header-main-height);display:flex;align-items:center;background:color-mix(in srgb,var(--bg) 84%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav-shell{height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.nav-brand-link{display:inline-flex;align-items:center;gap:.7rem;color:var(--ink)}.nav-logo{width:31px;height:31px}.nav-brand-text{font-family:Space Grotesk,Manrope,sans-serif;font-weight:700;letter-spacing:-.01em}.nav-desktop{display:inline-flex;align-items:center;gap:1.2rem}.nav-products{position:relative}.nav-link{color:#b8c8d2;font-size:.95rem;font-weight:600}.nav-link:hover{color:#f8fcff}.nav-button{display:inline-flex;align-items:center;gap:.35rem;border:none;background:transparent;cursor:pointer}.nav-chevron{transition:transform .2s ease}.nav-chevron.open{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:calc(100% + .8rem);right:0;min-width:360px;background:#0f171c;border:1px solid var(--line);border-radius:14px;padding:.52rem;box-shadow:0 22px 44px #0000005c}.nav-dropdown-item{display:flex;align-items:center;gap:.72rem;padding:.7rem;border-radius:10px;color:#dbe7ef}.nav-dropdown-item:hover,.nav-dropdown-item:focus-visible{background:#ffffff0d;outline:none}.nav-dropdown-icon{width:30px;height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.nav-dropdown-name{display:block;font-size:.93rem;font-weight:700;color:#f7fbff}.nav-dropdown-tagline{display:block;font-size:.77rem;color:#92a7b4}.nav-primary-cta{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.56rem .95rem;background:linear-gradient(120deg,var(--brand-green),#0dbd78);color:#07210f;font-weight:800;font-size:.84rem;white-space:nowrap}.nav-primary-cta:hover{filter:brightness(1.06)}.nav-mobile-toggle{display:none;border:1px solid var(--line);background:#ffffff08;width:40px;height:40px;border-radius:10px;color:#e5f0f6;align-items:center;justify-content:center;cursor:pointer}.mobile-nav-overlay{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:#080d11fa;border-top:1px solid var(--line);z-index:90;overflow-y:auto}.mobile-nav-content{max-width:620px;margin:0 auto;padding:1.2rem 1rem 2.2rem;display:flex;flex-direction:column;gap:.6rem}.mobile-suite-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-bottom:.4rem}.mobile-suite-link{border:1px solid var(--line);background:#ffffff05;border-radius:9px;padding:.7rem;font-size:.9rem;font-weight:700;text-transform:lowercase;color:#d7e4ec;text-align:center}.mobile-suite-link--current{border-color:#17c9646b;color:#c7f7de}.mobile-nav-link,.mobile-nav-products-toggle{width:100%;text-align:left;padding:.95rem;border-radius:10px;color:#ebf5fa;font-weight:600;border:1px solid var(--line);background:#ffffff05}.mobile-nav-products-toggle{display:inline-flex;align-items:center;justify-content:space-between;cursor:pointer}.mobile-nav-products-list{padding:.3rem;border-radius:10px;background:#ffffff05;border:1px solid var(--line)}.mobile-nav-product-link{display:flex;align-items:center;gap:.65rem;padding:.68rem;border-radius:8px;color:#f4fbff}.mobile-nav-product-link:hover{background:#ffffff0f}.mobile-nav-product-icon{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-nav-product-name{display:block;font-size:.9rem;font-weight:700}.mobile-nav-product-tagline{display:block;font-size:.77rem;color:#9ab0bc}.mobile-nav-primary-cta{margin-top:.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:.85rem;background:linear-gradient(120deg,var(--brand-green),#0ebf77);color:#06240f;font-weight:800}.home-hero{padding-top:clamp(2.2rem,5vw,4.2rem)}.home-hero--kinetic{position:relative;overflow:clip}.home-hero--kinetic:before{content:"";position:absolute;inset:-120px -60px auto;height:540px;background:var(--gradient-hero);filter:blur(74px);pointer-events:none;opacity:.9}.home-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,470px);align-items:center;gap:clamp(1.4rem,3vw,3rem)}.home-hero-copy{position:relative;z-index:1}.home-kicker{display:inline-flex;font-size:.73rem;text-transform:uppercase;letter-spacing:.16em;color:#8fb4c5;font-weight:700;margin-bottom:.85rem}.home-hero-title{font-family:Space Grotesk,Manrope,sans-serif;font-size:clamp(2.3rem,7.1vw,4.8rem);line-height:.98;letter-spacing:-.04em;max-width:10.6ch;color:#f4fbff}.home-hero-brand-line{margin-top:1.2rem;font-size:clamp(1rem,2.4vw,1.37rem);color:#d6f2e4;font-weight:700}.home-hero-subtitle{margin-top:.9rem;font-size:clamp(1rem,2.1vw,1.2rem);color:#a9bec9;max-width:58ch}.home-hero-actions{margin-top:1.35rem;display:flex;flex-wrap:wrap;align-items:center;gap:.7rem}.home-hero-cta{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border-radius:999px;padding:.82rem 1.2rem;font-weight:800;font-size:.92rem;letter-spacing:-.01em;border:1px solid transparent}.home-hero-cta--primary{background:linear-gradient(120deg,var(--brand-green),#0ebf77);color:#06230f}.home-hero-cta--primary:hover{filter:brightness(1.06)}.home-hero-cta--ghost{border-color:var(--line-strong);color:#dbe8ef;background:#ffffff05}.home-hero-cta--ghost:hover{border-color:#c1dceb61;color:#f7fbff}.home-hero-visual{min-height:320px;border-radius:24px;border:1px solid rgba(193,220,235,.22);background:linear-gradient(170deg,#111a20f0,#0c1216eb);padding:1.2rem}.home-status-panel{height:100%;border-radius:16px;border:1px solid rgba(193,220,235,.2);background:#0a1116b8;padding:1rem}.home-status-title{font-family:Space Grotesk,Manrope,sans-serif;font-size:1.2rem;font-weight:700;color:#f5fbff}.home-status-subtitle{margin-top:.3rem;color:#9eb3bf;font-size:.9rem}.home-status-list{list-style:none;margin-top:1rem;display:grid;gap:.65rem}.home-status-item{display:flex;align-items:center;justify-content:space-between;gap:.8rem;border-radius:12px;border:1px solid rgba(193,220,235,.16);background:#ffffff05;padding:.8rem}.home-status-name{color:#f3f9fd;font-weight:700;line-height:1.2}.home-status-tagline{margin-top:.18rem;color:#9ab0bc;font-size:.83rem;line-height:1.3}.home-status-link{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(23,201,100,.35);background:#17c96424;color:#ccfae0;min-width:84px;padding:.28rem .62rem;font-size:.75rem;font-weight:800}.home-status-link:hover{border-color:#17c96485;color:#ebfff4}.home-status-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(193,220,235,.35);color:#bfd0da;min-width:84px;padding:.28rem .62rem;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.home-proof-strip{padding-top:.5rem;padding-bottom:.5rem}.home-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.home-proof-item{border:1px solid var(--line);background:#ffffff05;border-radius:14px;padding:1rem}.home-proof-value{font-family:Space Grotesk,Manrope,sans-serif;font-size:clamp(1.5rem,4vw,2.2rem);line-height:1;color:#eff9ff;margin-bottom:.42rem}.home-proof-label{color:#9bb0bc;font-size:.88rem}.products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.product-card{display:flex;flex-direction:column;height:100%;background:linear-gradient(170deg,#142028c2,#0c1216b3);border:1px solid var(--line)}.product-card-icon{width:48px;height:48px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:.95rem}.product-card-audience{font-size:.78rem;color:#8ea4b0;text-transform:uppercase;letter-spacing:.08em;font-weight:700;margin-bottom:.7rem}.product-card-name{font-family:Space Grotesk,Manrope,sans-serif;font-size:1.28rem;font-weight:700;margin-bottom:.35rem;color:#f7fcff}.product-card-tagline{color:#d0e0e8;font-weight:600;margin-bottom:.64rem}.product-card-description{color:#9db2be}.product-card-footer{margin-top:auto;padding-top:1.15rem}.product-status-pill{display:inline-flex;align-items:center;padding:.34rem .72rem;border-radius:999px;font-size:.73rem;color:#bed0db;border:1px solid rgba(189,208,219,.35);background:#bdd0db14}.product-live-link{display:inline-flex;align-items:center;gap:.35rem;color:#d6ffea;font-weight:700}.product-live-link:hover{color:#fff}.beta-signup-form{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.beta-signup-input{flex:1;min-width:160px;padding:.5rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:#fff;font-size:.82rem;outline:none;transition:border-color .15s}.beta-signup-input:focus{border-color:#ffffff59}.beta-signup-input::placeholder{color:#ffffff59}.beta-signup-button{padding:.5rem 1rem;border-radius:8px;border:none;background:#17c964;color:#000;font-size:.82rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;transition:background .15s;white-space:nowrap}.beta-signup-button:hover{background:#14b85c}.beta-signup-button:disabled{opacity:.6;cursor:not-allowed}.beta-signup-error{width:100%;color:#ff6b6b;font-size:.75rem;margin-top:.25rem}.beta-signup-success{display:flex;align-items:center;gap:.5rem;color:#17c964;font-size:.85rem;margin-top:.75rem}.beta-signup-position{color:#ffffff80;font-size:.75rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-why{padding-top:clamp(2.2rem,4vw,3.2rem)}.home-why-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,330px);gap:1rem;border-radius:22px;border:1px solid var(--line);background:linear-gradient(145deg,#16222ae0,#0b1116e0);padding:clamp(1.4rem,3vw,2.3rem)}.home-why-copy{color:#b0c3cd;max-width:66ch}.home-why-link{margin-top:.95rem;display:inline-flex;align-items:center;gap:.35rem;font-weight:800;color:#e0fff0}.home-why-highlight{border:1px solid rgba(255,255,255,.12);background:#ffffff05;border-radius:16px;padding:1rem}.home-why-highlight-icon{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#f6b73c33;color:#ffd48f;margin-bottom:.7rem}.home-why-highlight h3{font-family:Space Grotesk,Manrope,sans-serif;margin-bottom:.58rem}.home-why-highlight p{color:#9fb4bf;font-size:.94rem}.home-scenarios{padding-top:clamp(2.2rem,4vw,3.4rem)}.home-scenario-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.home-scenario-card{border-radius:16px;border:1px solid var(--line);background:#ffffff05;padding:1rem;display:flex;flex-direction:column;gap:.74rem;min-height:240px}.home-scenario-title{color:#f2fbff;font-weight:700;line-height:1.35}.home-scenario-problem{color:#9db3bf;font-size:.95rem}.home-scenario-link{margin-top:auto;display:inline-flex;align-items:center;gap:.35rem;color:#d9f7e7;font-weight:700}.home-scenario-pill{margin-top:auto;display:inline-flex;align-items:center;width:fit-content;padding:.3rem .64rem;border-radius:999px;border:1px solid rgba(189,208,219,.35);color:#b8cad4;font-size:.74rem}.home-final-cta{padding-top:clamp(2.5rem,5vw,4.5rem)}.home-final-cta-shell{border-radius:24px;border:1px solid rgba(193,220,235,.28);background:linear-gradient(150deg,#182a36e6,#0f191feb);padding:clamp(1.6rem,4vw,2.8rem);text-align:center}.home-final-cta-copy{max-width:55ch;margin:0 auto;color:#a3b7c2}.home-final-cta-actions{margin-top:1.1rem;display:flex;justify-content:center;gap:.7rem;flex-wrap:wrap}.footer-root{border-top:1px solid rgba(193,220,235,.14);padding-top:clamp(2rem,5vw,3.2rem);padding-bottom:2rem}.footer-main{margin-bottom:clamp(1.4rem,4vw,2.5rem)}.footer-grid{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:clamp(1.2rem,3vw,2.6rem)}.footer-brand-link{display:flex;align-items:center;gap:.42rem;color:var(--ink);margin-bottom:.9rem}.footer-brand{font-family:Space Grotesk,Manrope,sans-serif;font-size:1.08rem;font-weight:700}.footer-brand-dotcom{font-size:.35rem;font-weight:700;color:#c8d8e2;writing-mode:vertical-rl;transform:rotate(180deg);letter-spacing:.02em;margin-left:-.33rem;align-self:flex-end;margin-bottom:calc(.27rem + 1px)}.footer-description{font-size:.9rem;color:#9db1be;line-height:1.6;margin-bottom:1rem}.footer-socials{display:flex;gap:.7rem}.footer-social-link{width:36px;height:36px;border-radius:9px;border:1px solid var(--line);background:#ffffff05;display:flex;align-items:center;justify-content:center;color:#a8bcc8}.footer-social-link:hover{color:#e9f5fb;border-color:#c1dceb57}.footer-heading{color:#eef8fd;font-size:.88rem;font-weight:700;margin-bottom:.84rem}.footer-list{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-link{color:#9cb0bd;font-size:.88rem}.footer-link:hover{color:#edf8ff}.footer-link-button{background:none;border:none;cursor:pointer;padding:0}.footer-contact-link{display:flex;align-items:center;gap:.5rem;margin-bottom:.7rem}.footer-bottom{padding-top:clamp(.9rem,2vw,1.6rem);border-top:1px solid rgba(193,220,235,.12);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.footer-bottom-copy{font-size:.8rem;color:#708490}.footer-logo{width:28px;height:28px}.placeholder-shell,.not-found-shell{min-height:clamp(280px,55vh,500px);display:grid;place-content:center;text-align:center;gap:.5rem}.blog-content{color:#d5e4ec}.blog-content p,.blog-content li,.blog-content blockquote{color:#c4d5de}.legal-grid{gap:.9rem}.legal-section{border:1px solid rgba(193,220,235,.16);border-radius:12px}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}@media (max-width: 1180px){.suite-rail-tagline{display:none}.home-hero-grid{grid-template-columns:1fr}.home-hero-visual{min-height:310px}}@media (max-width: 1024px){.products-grid,.home-scenario-grid,.home-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(3,1fr);gap:1.8rem}.footer-grid>div:first-child{grid-column:span 3;margin-bottom:.7rem}.nav-desktop{gap:.9rem}}@media (max-width: 900px){.nav-desktop{display:none}.nav-mobile-toggle{display:inline-flex}.home-why-shell{grid-template-columns:1fr}}@media (max-width: 700px){:root{--header-rail-height: 32px;--header-main-height: 66px}.products-grid,.home-scenario-grid,.home-proof-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:1.4rem}.footer-grid>div:first-child{grid-column:span 2}.home-hero-title{max-width:12ch}.mobile-suite-links{grid-template-columns:1fr}}@media (max-width: 480px){.landing-section{padding-block:2.4rem}.home-hero{padding-top:2.1rem}.home-hero-cta{width:100%}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.spin{animation:none!important}}
