@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Syne:wght@600;700;800&display=swap";.site-footer:where(.astro-gcn2mc3v){margin-top:auto;border-top:1px solid var(--mkt-border);background:#020617}.site-footer__inner:where(.astro-gcn2mc3v){display:grid;gap:2.5rem;padding:3.5rem 0 2.5rem}.site-footer__title:where(.astro-gcn2mc3v){margin:0 0 .75rem;font-size:1.35rem}.site-footer__tagline:where(.astro-gcn2mc3v){margin:0;max-width:22rem;line-height:1.6;color:var(--mkt-muted);font-size:.9375rem}.site-footer__cols:where(.astro-gcn2mc3v){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.site-footer__label:where(.astro-gcn2mc3v){margin:0 0 .75rem;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--mkt-muted)}.site-footer__cols:where(.astro-gcn2mc3v) a:where(.astro-gcn2mc3v){display:block;margin-bottom:.5rem;color:#cbd5e1;text-decoration:none;font-size:.9375rem}.site-footer__cols:where(.astro-gcn2mc3v) a:where(.astro-gcn2mc3v):hover{color:var(--mkt-accent)}.site-footer__bottom:where(.astro-gcn2mc3v){padding:1.25rem 0 2rem;border-top:1px solid var(--mkt-border)}.site-footer__bottom:where(.astro-gcn2mc3v) p:where(.astro-gcn2mc3v){margin:0;font-size:.8125rem;color:var(--mkt-muted)}@media(min-width:768px){.site-footer__inner:where(.astro-gcn2mc3v){grid-template-columns:1.1fr 1.5fr;align-items:start}.site-footer__cols:where(.astro-gcn2mc3v){grid-template-columns:repeat(3,minmax(0,1fr))}}.site-header:where(.astro-ctg3m53h){position:sticky;top:0;z-index:50;border-bottom:1px solid var(--mkt-border);background:#030712d1;backdrop-filter:blur(16px)}.site-header__inner:where(.astro-ctg3m53h){display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--mkt-nav-h)}.brand:where(.astro-ctg3m53h){display:inline-flex;align-items:center;gap:.65rem;font-size:1.25rem;font-weight:700;color:var(--mkt-text);text-decoration:none;white-space:nowrap}.brand__mark:where(.astro-ctg3m53h){width:1.75rem;height:1.75rem;border-radius:.45rem;background:linear-gradient(135deg,#0ea5e9,#6366f1);box-shadow:0 0 24px var(--mkt-glow)}.site-nav:where(.astro-ctg3m53h){display:none;align-items:center;gap:.25rem}.site-nav__link:where(.astro-ctg3m53h){padding:.5rem .85rem;border-radius:.5rem;font-size:.9375rem;font-weight:500;color:var(--mkt-muted);text-decoration:none;transition:color .15s ease,background .15s ease}.site-nav__link:where(.astro-ctg3m53h):hover,.site-nav__link:where(.astro-ctg3m53h).is-active{color:var(--mkt-text);background:#94a3b814}.site-header__actions:where(.astro-ctg3m53h){display:flex;align-items:center;gap:.65rem}.site-header__signin:where(.astro-ctg3m53h){display:none;padding:.55rem 1rem}.menu-toggle:where(.astro-ctg3m53h){display:flex;flex-direction:column;justify-content:center;gap:.35rem;width:2.5rem;height:2.5rem;padding:0;border:1px solid var(--mkt-border);border-radius:.55rem;background:transparent;cursor:pointer}.menu-toggle:where(.astro-ctg3m53h) span:where(.astro-ctg3m53h){display:block;width:1.1rem;height:2px;margin-inline:auto;background:var(--mkt-text);border-radius:1px}.mobile-nav:where(.astro-ctg3m53h){border-top:1px solid var(--mkt-border);background:#030712f5;padding:1rem 1rem 1.25rem}.mobile-nav:where(.astro-ctg3m53h) nav:where(.astro-ctg3m53h){display:flex;flex-direction:column;gap:.35rem}.mobile-nav__link:where(.astro-ctg3m53h){padding:.75rem .5rem;font-weight:500;color:var(--mkt-text);text-decoration:none}.mobile-nav__cta:where(.astro-ctg3m53h){margin-top:.5rem;width:100%}@media(min-width:768px){.site-nav:where(.astro-ctg3m53h){display:flex}.site-header__signin:where(.astro-ctg3m53h){display:inline-flex}.menu-toggle:where(.astro-ctg3m53h),.mobile-nav:where(.astro-ctg3m53h){display:none!important}}@media(min-width:1024px){.site-header__inner:where(.astro-ctg3m53h){display:grid;grid-template-columns:1fr auto 1fr}.brand:where(.astro-ctg3m53h){justify-self:start}.site-nav:where(.astro-ctg3m53h){justify-self:center}.site-header__actions:where(.astro-ctg3m53h){justify-self:end}}:root{--mkt-bg: #030712;--mkt-bg-elevated: #0a1224;--mkt-surface: rgba(15, 23, 42, .72);--mkt-border: rgba(148, 163, 184, .14);--mkt-text: #f1f5f9;--mkt-muted: #94a3b8;--mkt-accent: #38bdf8;--mkt-accent-2: #6366f1;--mkt-glow: rgba(56, 189, 248, .35);--mkt-font: "Inter", system-ui, sans-serif;--mkt-display: "Syne", "Inter", system-ui, sans-serif;--mkt-nav-h: 4.25rem;--mkt-max: 72rem;--mkt-radius: 1rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body.mkt-body{margin:0;min-height:100dvh;font-family:var(--mkt-font);background:var(--mkt-bg);color:var(--mkt-text);-webkit-font-smoothing:antialiased}.mkt-container{width:min(100% - 2rem,var(--mkt-max));margin-inline:auto}.mkt-display{font-family:var(--mkt-display);letter-spacing:-.03em}.mkt-gradient-text{background:linear-gradient(120deg,#e2e8f0,#38bdf8 45%,#818cf8);-webkit-background-clip:text;background-clip:text;color:transparent}.mkt-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.25rem;border-radius:.65rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.mkt-btn-primary{background:linear-gradient(135deg,#0ea5e9,#6366f1);color:#fff;box-shadow:0 12px 40px #0ea5e947}.mkt-btn-primary:hover{transform:translateY(-1px);box-shadow:0 16px 48px #0ea5e961}.mkt-btn-ghost{border:1px solid var(--mkt-border);background:#0f172a80;color:var(--mkt-text)}.mkt-btn-ghost:hover{border-color:#94a3b859;background:#1e293ba6}.mkt-body:where(.astro-olr72t43){display:flex;flex-direction:column}.flow:where(.astro-mnvk4ct3){position:relative;display:grid;grid-template-columns:1fr auto 1fr;grid-template-rows:auto auto auto;gap:.5rem 1rem;padding:1.5rem;min-height:22rem;border:1px solid var(--mkt-border);border-radius:calc(var(--mkt-radius) + .25rem);background:#020617a6;backdrop-filter:blur(12px)}.flow__glow:where(.astro-mnvk4ct3){position:absolute;inset:20% 10%;background:radial-gradient(ellipse at center,rgba(56,189,248,.12),transparent 70%);pointer-events:none}.flow__grid:where(.astro-mnvk4ct3){position:absolute;inset:0;background-image:linear-gradient(rgba(148,163,184,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.06) 1px,transparent 1px);background-size:24px 24px;mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);pointer-events:none}.flow__lane:where(.astro-mnvk4ct3){display:flex;flex-direction:column;justify-content:center;gap:.65rem;z-index:1}.flow__lane--in:where(.astro-mnvk4ct3){grid-column:1;grid-row:1 / -1;align-items:flex-end}.flow__lane--center:where(.astro-mnvk4ct3){grid-column:2;grid-row:1 / -1;align-items:center;gap:.75rem}.flow__lane--out:where(.astro-mnvk4ct3){grid-column:3;grid-row:1 / -1;align-items:flex-start}.flow__connectors:where(.astro-mnvk4ct3){position:absolute;inset:0;pointer-events:none;opacity:.55}.flow__connectors--out:where(.astro-mnvk4ct3){opacity:.45}.flow-line:where(.astro-mnvk4ct3){fill:none;stroke:url(#pipe-in);stroke-width:2;stroke-dasharray:6 8;animation:dash 12s linear infinite}.flow-line--delay:where(.astro-mnvk4ct3){animation-delay:-4s}.flow-line--delay-2:where(.astro-mnvk4ct3){animation-delay:-8s}@keyframes dash{to{stroke-dashoffset:-200}}.node:where(.astro-mnvk4ct3){display:flex;align-items:center;gap:.5rem;padding:.45rem .75rem;font-size:.8125rem;font-weight:500;white-space:nowrap;border:1px solid var(--mkt-border);border-radius:999px;background:#0f172ad9}.node--hub:where(.astro-mnvk4ct3){border-color:#38bdf859;box-shadow:0 0 24px #38bdf826}.node--ai:where(.astro-mnvk4ct3){border-color:#a78bfa59;box-shadow:0 0 20px #a78bfa1f}.node__dot:where(.astro-mnvk4ct3){width:.45rem;height:.45rem;border-radius:50%;background:#64748b}.node__dot--bright:where(.astro-mnvk4ct3){background:#38bdf8;box-shadow:0 0 8px #38bdf8}.node__dot--ai:where(.astro-mnvk4ct3){background:#a78bfa;box-shadow:0 0 8px #a78bfa}.hero:where(.astro-j7pv25f6){position:relative;overflow:hidden;padding:clamp(3rem,8vw,6rem) 0 clamp(4rem,10vw,7rem)}.hero__bg:where(.astro-j7pv25f6){position:absolute;inset:0;background:radial-gradient(ellipse 80% 55% at 50% -10%,rgba(56,189,248,.22),transparent 60%),radial-gradient(ellipse 50% 40% at 90% 20%,rgba(99,102,241,.18),transparent 55%),radial-gradient(ellipse 40% 35% at 10% 30%,rgba(14,165,233,.12),transparent 50%);pointer-events:none}.hero__inner:where(.astro-j7pv25f6){position:relative;display:grid;gap:3rem;align-items:center}.hero__eyebrow:where(.astro-j7pv25f6){margin:0 0 1rem;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--mkt-accent)}.hero__title:where(.astro-j7pv25f6){margin:0 0 1.25rem;font-size:clamp(2.75rem,6.5vw,4.75rem);line-height:1.02}.hero__lead:where(.astro-j7pv25f6){margin:0 0 1.5rem;max-width:36rem;font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.65;color:var(--mkt-muted)}.hero__integrations:where(.astro-j7pv25f6){display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.hero__chip:where(.astro-j7pv25f6){padding:.35rem .7rem;font-size:.8125rem;font-weight:500;border:1px solid var(--mkt-border);border-radius:999px;background:#0f172a8c;color:var(--mkt-muted)}.hero__actions:where(.astro-j7pv25f6){display:flex;flex-wrap:wrap;gap:.85rem;margin-bottom:2.5rem}.hero__stats:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.5rem;margin:0;padding-top:1.5rem;border-top:1px solid var(--mkt-border)}.hero__stats:where(.astro-j7pv25f6) dt:where(.astro-j7pv25f6){margin:0;font-size:1.35rem;font-weight:700}.hero__stats:where(.astro-j7pv25f6) dd:where(.astro-j7pv25f6){margin:.2rem 0 0;font-size:.875rem;color:var(--mkt-muted)}.section:where(.astro-j7pv25f6){padding:clamp(4rem,8vw,6rem) 0}.section--alt:where(.astro-j7pv25f6){background:linear-gradient(180deg,transparent,rgba(15,23,42,.45),transparent)}.section__head:where(.astro-j7pv25f6){max-width:40rem;margin-bottom:2.75rem}.section__eyebrow:where(.astro-j7pv25f6){margin:0 0 .75rem;font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--mkt-accent)}.section__title:where(.astro-j7pv25f6){margin:0 0 1rem;font-size:clamp(2rem,4vw,2.75rem);line-height:1.1}.section__lead:where(.astro-j7pv25f6){margin:0;font-size:1.0625rem;line-height:1.65;color:var(--mkt-muted)}.feature-grid:where(.astro-j7pv25f6){display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}.feature-card:where(.astro-j7pv25f6){padding:1.35rem 1.35rem 1.5rem;border:1px solid var(--mkt-border);border-radius:var(--mkt-radius);background:var(--mkt-surface);transition:border-color .2s ease,transform .2s ease}.feature-card:where(.astro-j7pv25f6):hover{border-color:#38bdf847;transform:translateY(-2px)}.feature-card:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){margin:0 0 .65rem;font-size:1.05rem}.feature-card:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){margin:0;font-size:.9375rem;line-height:1.6;color:var(--mkt-muted)}.use-case-grid:where(.astro-j7pv25f6){display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}.use-case-card:where(.astro-j7pv25f6){padding:1.5rem;border-radius:var(--mkt-radius);background:linear-gradient(145deg,#0f172ae6,#020617f2);border:1px solid var(--mkt-border)}.use-case-card__index:where(.astro-j7pv25f6){display:inline-block;margin-bottom:1rem;font-family:var(--mkt-display);font-size:.8125rem;font-weight:700;color:var(--mkt-accent)}.use-case-card:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){margin:0 0 .5rem;font-size:1.125rem}.use-case-card:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){margin:0;font-size:.9375rem;line-height:1.6;color:var(--mkt-muted)}.cta-band:where(.astro-j7pv25f6){padding:0 0 clamp(4rem,8vw,6rem)}.cta-band__inner:where(.astro-j7pv25f6){display:flex;flex-direction:column;gap:1.5rem;padding:clamp(2rem,5vw,3rem);border:1px solid rgba(56,189,248,.22);border-radius:calc(var(--mkt-radius) + .25rem);background:linear-gradient(135deg,#0ea5e91f,#6366f11a),#0f172acc;box-shadow:0 24px 80px #0206178c}.cta-band:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){margin:0 0 .5rem;font-size:clamp(1.75rem,3vw,2.25rem)}.cta-band:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){margin:0;color:var(--mkt-muted);line-height:1.6}.cta-band__actions:where(.astro-j7pv25f6){display:flex;flex-wrap:wrap;gap:.75rem}@media(min-width:1024px){.hero__inner:where(.astro-j7pv25f6){grid-template-columns:1.05fr .95fr}.hero__stats:where(.astro-j7pv25f6){grid-template-columns:repeat(4,minmax(0,1fr))}.cta-band__inner:where(.astro-j7pv25f6){flex-direction:row;align-items:center;justify-content:space-between}}
