:root{--color-primary:#598bff;--color-primary-hover:#3567d6;--color-primary-mid:#4e81f4;--color-primary-light:#eef3ff;--color-primary-subtle:#f6f8ff;--color-surface-tint:#f8fafe;--color-text:#263238;--color-text-body:#444e5e;--color-navy:#091d58;--color-border-soft:#dfe5ef;--color-text-secondary:#546e7a;--color-text-muted:#78909c;--color-surface:#fff;--color-background:#fafafa;--color-border:#e4eaf2;--color-border-strong:#cfd8dc;--color-footer:#1e2340;--color-success:#43a047;--color-error:#ff7ea0;--gradient-cta:linear-gradient(135deg, #598bff 0%, #4e81f4 65%, #3567d6 100%);--font-family:"Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius-pill:100px;--radius-sm:12px;--radius-md:16px;--radius-lg:22px;--radius-xl:28px;--radius-panel:32px;--shadow-card:0 8px 24px #2632380d;--shadow-product:0 30px 70px #26323824;--shadow-cta:0 14px 28px #598bff4d;--shadow-header:0 12px 40px #3567d614;--header-offset:90px;--container-width:none;--container-gutter:1.25rem;--header-width:none;--section-padding-y:clamp(3rem, 6vw, 4rem);--focus-ring:0 0 0 3px #598bff59;--transition-fast:.16s ease;--transition-medium:.28s cubic-bezier(.22, 1, .36, 1);--transition-slow:.6s cubic-bezier(.22, 1, .36, 1);--ease-out-expo:cubic-bezier(.16, 1, .3, 1)}@media (width>=1024px){:root{--container-width:960px;--container-gutter:2rem;--header-width:992px;--section-padding-y:clamp(4rem, 6vw, 5.5rem)}}@media (width>=1240px){:root{--container-width:1160px;--container-gutter:2.5rem;--header-width:1192px;--section-padding-y:clamp(4.5rem, 7vw, 6rem)}}@media (width>=1440px){:root{--container-width:1280px;--container-gutter:2.5rem;--header-width:1312px;--section-padding-y:clamp(5rem, 7vw, 6.5rem)}}@media (width>=1920px){:root{--container-width:1440px;--container-gutter:3rem;--header-width:1472px;--section-padding-y:6.5rem}}@media (prefers-reduced-motion:reduce){:root{--transition-fast:0s}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;width:100%;scroll-padding-top:var(--header-offset);overflow-x:clip}body{width:100%;font-family:var(--font-family);color:var(--color-text-secondary);background:radial-gradient(ellipse 80% 50% at 50% -20%, #598bff12, transparent), radial-gradient(ellipse 60% 40% at 100% 0%, #598bff0a, transparent), var(--color-background);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:17px;font-weight:500;line-height:1.6}body.nav-open{overflow:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-hover)}:focus-visible{box-shadow:var(--focus-ring);outline:none}h1,h2,h3,p{margin:0}h1,h2,h3{color:var(--color-navy)}ul,ol{margin:0;padding:0;list-style:none}#root,#top,main{width:100%;min-width:0}.container{box-sizing:border-box;width:calc(100% - 2 * var(--container-gutter));max-width:var(--container-width);margin-inline:auto}.skip-link{z-index:200;background:var(--color-primary);color:#fff;border-radius:8px;padding:.65rem 1rem;font-weight:700;position:absolute;top:-100px;left:1rem}.skip-link:focus{color:#fff;top:1rem}.btn{border-radius:var(--radius-pill);min-height:48px;font:inherit;cursor:pointer;transition:transform var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);border:1px solid #0000;justify-content:center;align-items:center;padding:0 1.35rem;font-size:15px;font-weight:700;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-cta)}.btn-primary:hover{background:var(--color-primary-hover);color:#fff}.btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-secondary{color:var(--color-text);border-color:var(--color-border-strong);background:#fff}.btn-secondary:hover{color:var(--color-text);background:#282e4e0f}.btn-on-emphasis{color:var(--color-primary-hover);background:#fff;box-shadow:0 14px 30px #2632382e}.btn-on-emphasis:hover{color:var(--color-primary-hover)}.btn-text-light{color:#ffffffeb;background:0 0;border-color:#0000}.btn-text-light:hover{color:#fff}.eyebrow{color:var(--color-primary-hover);letter-spacing:1.2px;text-transform:uppercase;align-items:center;margin-bottom:1rem;font-size:13px;font-weight:700;display:inline-flex}.eyebrow--pill{border-radius:var(--radius-pill);color:var(--color-primary);background:#598bff1a;padding:.45rem .9rem}.eyebrow--on-dark{color:#fff;background:#ffffff24}.text-accent{color:var(--color-primary)}.todo-badge{color:#8a5a00;background:#fff8e1;border:1px dashed #ffa000;border-radius:8px;margin-bottom:1rem;padding:.4rem .75rem;font-size:13px;font-weight:700;display:inline-flex}.brand-logo{align-items:center;line-height:0;display:inline-flex}.brand-logo--on-dark{background:#fff;border-radius:12px;padding:.45rem .7rem}.brand-logo__img{width:auto;height:28px}.site-header-wrap{z-index:50;box-sizing:border-box;width:calc(100% - 2 * var(--container-gutter));max-width:var(--header-width);transition:top var(--transition-medium);margin:16px auto 0;position:sticky;top:16px}.site-header-wrap.is-scrolled{top:10px}.site-header-wrap.is-scrolled .site-header{background:#fffffff0;box-shadow:0 8px 32px #3567d61f}.site-header{border:1px solid var(--color-border);border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);height:66px;box-shadow:var(--shadow-header);transition:background var(--transition-medium), box-shadow var(--transition-medium);background:#ffffffd1;justify-content:space-between;align-items:center;gap:1rem;padding:0 17px 0 27px;display:flex}.site-header__cluster{align-items:center;gap:24px;min-width:0;display:none}.site-header__nav{align-items:center;gap:24px;display:flex}.site-header__nav a{color:var(--color-text-secondary);white-space:nowrap;border-radius:0;padding:0;font-size:14px;font-weight:600}.site-header__nav a:hover{color:var(--color-primary)}.site-header__divider{background:#8f9bb366;flex-shrink:0;width:1px;height:30px}.site-header__signin{color:var(--color-text-secondary);white-space:nowrap;flex-shrink:0;font-size:14px;font-weight:600}.site-header__signin:hover{color:var(--color-primary)}.site-header__cta{flex-shrink:0;min-height:42px;padding:0 22px;font-size:14px}.btn-signin{color:#596390;box-shadow:none;background:0 0;border-color:#0000;font-weight:600}.btn-signin:hover{color:var(--color-primary);background:#598bff14;transform:none}.mobile-nav__actions{gap:.55rem;display:grid}.site-header__menu-toggle{background:var(--color-footer);cursor:pointer;border:0;border-radius:50%;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;margin-left:auto;display:inline-flex}.site-header__menu-toggle span{background:#fff;width:16px;height:2px;margin-inline:auto;display:block}.mobile-nav{border:1px solid var(--color-border);box-shadow:var(--shadow-card);background:#fff;border-radius:22px;margin-top:.65rem;padding:1rem}.mobile-nav[hidden]{display:none!important}.mobile-nav nav{gap:.25rem;margin-bottom:.85rem;display:grid}.mobile-nav a{color:var(--color-text);border-radius:10px;padding:.75rem .85rem;font-weight:600}.mobile-nav a:hover{background:var(--color-primary-subtle)}@media (width>=1024px){.site-header__cluster{display:flex}.site-header__menu-toggle,.mobile-nav{display:none!important}}.section{width:100%;padding:var(--section-padding-y) 0}.section--subtle{background:var(--color-primary-subtle)}.section--tint{background:var(--color-primary-light);width:100%}.section--flush{padding-block:clamp(2rem,4vw,3rem)}.final-cta-section.section--flush{padding-bottom:clamp(1.25rem,2.5vw,2rem)}.section-head{max-width:48rem;margin-bottom:2rem}.section-head--center{text-align:center;margin-inline:auto}.section-head h2,.hero h1,.proof-grid h2,.specialist-grid h2,.demo-grid h2,.final-cta h2{color:var(--color-navy);letter-spacing:-.02em;text-wrap:balance;font-weight:800;line-height:1.12}.section-head h2,.proof-grid h2,.specialist-grid h2,.demo-grid h2{font-size:clamp(1.875rem,3.4vw,3rem)}.section-head p,.proof-lead{color:var(--color-text-body);text-wrap:pretty;max-width:42rem;margin-top:.85rem;font-size:17px}.section-head--on-dark h2,.section-head--on-dark p{color:#fff}.hero-band{background:radial-gradient(ellipse 80% 50% at 50% -20%, #598bff12, transparent), radial-gradient(ellipse 60% 40% at 100% 0%, #598bff0a, transparent), var(--color-background);position:relative;overflow:hidden}.hero{width:100%;padding:clamp(3rem,7vw,4.5rem) 0 clamp(4rem,8vw,6rem);position:relative}.hero__glow{pointer-events:none;border-radius:50%;position:absolute}.hero__glow--left{background:radial-gradient(circle,#598bff24 0%,#2d468012 35%,#0000 70%);width:min(720px,60vw);height:min(720px,60vw);top:-220px;left:-220px}.hero__glow--right{background:radial-gradient(circle,#598bff1a 0%,#0000 70%);width:min(620px,50vw);height:min(620px,50vw);top:40px;right:-180px}.hero__grid{align-items:center;gap:2.5rem;display:grid;position:relative}.hero__eyebrow{animation:hero-rise .9s var(--ease-out-expo) both;margin-bottom:0}.hero h1{letter-spacing:-.03em;animation:hero-rise .9s var(--ease-out-expo) .1s both;font-size:clamp(2.25rem,5.2vw,3.625rem);font-weight:800;line-height:1.06}.hero__lead{max-width:31rem;color:var(--color-text-body);animation:hero-rise .9s var(--ease-out-expo) .2s both;margin-top:1.25rem;font-size:18px;line-height:1.65}.hero__actions{animation:hero-rise .9s var(--ease-out-expo) .3s both;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.hero__visual{min-height:280px;animation:hero-visual-in 1.05s var(--ease-out-expo) .15s both;position:relative}.hero__visual .product-frame{border-radius:var(--radius-md);box-shadow:var(--shadow-product)}@media (width>=1024px){.hero__grid{grid-template-columns:1fr 1.05fr;gap:2.5rem}}@media (width>=1240px){.hero__grid{grid-template-columns:1fr 1.1fr;gap:3rem}}@media (width>=1920px){.hero__grid{gap:4rem}.hero h1{font-size:3.625rem}.section-head h2,.proof-grid h2,.specialist-grid h2,.demo-grid h2{font-size:3rem}.product-showcase__copy h2,.security-grid__copy h2,.final-cta-panel__copy h2{font-size:2.75rem}.final-cta-panel{padding:4rem 3.5rem}.outcomes-grid,.problem-grid,.workflow,.solution-modules-grid,.role-preview-grid{margin-top:4rem}}.floating-card{background:#fff;border:1px solid #dfe5ef;border-radius:14px;align-items:center;gap:12px;padding:13px;display:none;box-shadow:0 1px 1px #091d580a,0 8px 12px #091d580f}.floating-card__icon{border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid}.floating-card--success .floating-card__icon{background:#edf7ed}.floating-card--warning .floating-card__icon{background:#ffb30029}.floating-card__text{gap:.1rem;display:grid}.floating-card__text strong{color:#2e395e;font-size:13px;font-weight:600}.floating-card__text span{color:#444e5e;font-size:11px}@media (width>=1240px){.floating-card{z-index:2;width:220px;animation:float-card-enter .95s var(--ease-out-expo) both, float-card 4.8s cubic-bezier(.37, 0, .63, 1) infinite;display:flex;position:absolute}.floating-card--delay-0{animation-delay:.45s,1.4s}.floating-card--delay-1{animation-delay:.65s,2.1s}.floating-card--delay-2{animation-delay:.85s,2.8s}.floating-card--top{top:-8%;left:38%;right:auto}.floating-card--bottom-left{top:53%;bottom:auto;left:-5%}.floating-card--bottom-right{inset:68% auto auto 52%}}@media (width>=1920px){.floating-card{width:240px}}.trust-bar{border-block:1px solid var(--color-border-soft);background:#fff;width:100%}.trust-bar__inner{text-align:center;gap:0;padding-block:clamp(2.5rem,5vw,3.5rem);display:grid}.trust-bar__label{color:var(--color-text-body);letter-spacing:1.82px;text-transform:uppercase;font-size:13px;font-weight:600}.trust-bar__audiences{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.trust-bar__audiences li{border:1px solid var(--color-border-soft);background:var(--color-surface-tint);color:var(--color-navy);border-radius:34px;align-items:center;gap:.5rem;padding:.55rem 1.05rem;font-size:13px;font-weight:600;display:inline-flex}.trust-bar__audiences svg{color:var(--color-primary)}.trust-bar__security{flex-wrap:wrap;justify-content:center;gap:clamp(1rem,4vw,8rem);margin-top:3rem;display:flex}.trust-bar__security li{color:var(--color-text-body);align-items:center;gap:.4rem;font-size:12px;display:inline-flex}.trust-bar__security svg{color:var(--color-primary)}.section--outcomes{background:var(--color-surface-tint)}.outcomes-grid{gap:1.5rem;margin-top:3.5rem;display:grid}.outcomes-grid>.reveal{height:100%}.outcome-card{border:1px solid var(--color-border-soft);box-shadow:var(--shadow-card);height:100%;transition:transform var(--transition-medium), box-shadow var(--transition-medium);background:#fff;border-radius:18px;padding:2rem}.outcome-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #091d5814}.outcome-card__value{color:var(--color-text);letter-spacing:-1.68px;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1;display:block}.outcome-card__label{color:var(--color-primary-hover);margin-top:.5rem;font-size:14px;font-weight:600;display:block}.outcome-card p{color:var(--color-text-body);margin-top:1.25rem;font-size:15px}.outcomes-disclaimer{color:var(--color-text-body);margin-top:1.5rem;font-size:12px;font-weight:300}@media (width>=1024px){.outcomes-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1240px){.outcomes-grid{grid-template-columns:repeat(3,1fr)}}.problem-grid{gap:1.25rem;margin-top:3.5rem;display:grid}@media (width>=1024px){.problem-grid{grid-template-columns:1fr 1fr}}@media (width>=1240px){.problem-grid{grid-template-columns:repeat(4,1fr)}}.problem-card{border:1px solid var(--color-border-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);height:100%;transition:transform var(--transition-medium), border-color var(--transition-medium);background:#fff;padding:1.35rem}.problem-card:hover{border-color:#598bff59;transform:translateY(-2px)}.problem-card__icon{color:#325ac2;background:#eaf2ff;border-radius:14px;place-items:center;width:44px;height:44px;margin-bottom:1.25rem;display:grid}.problem-card h3{color:var(--color-text);margin-bottom:.45rem;font-size:19px;font-weight:700}.problem-card p{font-size:15px}.workflow{margin-top:3.5rem;position:relative}.workflow__track{display:none}.workflow__steps{gap:1.25rem;display:grid}.workflow__step{justify-items:center;gap:1.5rem;list-style:none;display:grid}.workflow__num{border:1px solid var(--color-border-soft);color:#325ac2;background:#fff;border-radius:50%;place-items:center;width:48px;height:48px;font-size:13px;font-weight:700;display:grid;box-shadow:0 1px 1px #091d580a,0 8px 12px #091d580f}.workflow__card{border:1px solid var(--color-border-soft);width:100%;box-shadow:var(--shadow-card);transition:transform var(--transition-medium), box-shadow var(--transition-medium);background:#fff;border-radius:18px;padding:1.25rem}.workflow__card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #091d5814}.workflow__card-head{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.workflow__card-icon{color:#325ac2;background:#eaf2ff;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.workflow__chip{border-radius:var(--radius-pill);padding:.25rem .65rem;font-size:11px;font-weight:600}.workflow__chip--blue{color:#325ac2;background:#eaf2ff}.workflow__chip--amber{color:#844100;background:#ffeecd}.workflow__chip--green{color:#004a4c;background:#c3fcf0}.workflow__card h3{color:var(--color-text);margin-top:1rem;font-size:20px;font-weight:700}.workflow__card p{color:var(--color-text-body);margin-top:.5rem;font-size:14px}.workflow__case-id{border:1px dashed var(--color-border-soft);background:var(--color-surface-tint);color:var(--color-text-body);border-radius:10px;margin-top:1rem;padding:.55rem .8rem;font-size:11px;display:block}@media (width>=1024px){.workflow__steps{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width>=1240px){.workflow__track{background:linear-gradient(90deg,#0000,#325ac266 50%,#0000);height:1px;display:block;position:absolute;top:24px;left:8%;right:8%}.workflow__steps{grid-template-columns:repeat(4,1fr)}}.help-section__head{margin-bottom:2.5rem}.help-panel{border-radius:var(--radius-xl);box-shadow:var(--shadow-card);background:#fff;gap:1.5rem;padding:1.5rem;display:grid}.help-panel__link{color:var(--color-primary);align-items:center;gap:.35rem;margin-top:1.5rem;font-size:15px;font-weight:700;display:inline-flex}.help-panel__link:hover{color:var(--color-primary-hover)}.help-tabs{border-radius:var(--radius-pill);background:var(--color-primary-subtle);flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem;padding:.35rem;display:flex}.help-tabs__tab{border-radius:var(--radius-pill);min-height:44px;color:var(--color-text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;padding:0 1rem;font-size:14px;font-weight:700}.help-tabs__tab.is-active{background:var(--color-primary);color:#fff}.help-panel h3{color:var(--color-text);margin-bottom:1rem;font-size:clamp(1.25rem,2.4vw,1.6rem);font-weight:700;line-height:1.25}@media (width>=1024px){.help-panel{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;padding:2rem}}.check-list{gap:.75rem;display:grid}.check-list li{color:var(--color-text);align-items:flex-start;gap:.65rem;font-size:15px;font-weight:600;display:flex}.check-list svg{flex-shrink:0;margin-top:2px}.capability-bento{gap:1rem;display:grid}.capability-card{border:1px solid var(--color-border-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:#fff;gap:1rem;padding:1.35rem;display:grid}.capability-card__icon{background:var(--color-primary-light);width:46px;height:46px;color:var(--color-primary);border-radius:10px;place-items:center;display:grid}.capability-card__body h3{color:var(--color-text);margin-bottom:.45rem;font-size:19px}.capability-card__body p{font-size:15px}.capability-card--wide{grid-template-columns:1fr}@media (width>=1024px){.capability-bento{grid-template-columns:repeat(2,1fr)}}@media (width>=1240px){.capability-bento{grid-template-columns:repeat(3,1fr)}.capability-card--wide{grid-column:span 2;grid-template-columns:1fr 1.2fr;align-items:center}.capability-card--wide .capability-card__icon,.capability-card--wide .capability-card__body{grid-column:1}.capability-card--wide .product-frame{grid-area:1/2/span 3}.capability-card--mobile{grid-template-columns:1fr auto;align-items:start}.capability-card--mobile .product-frame{grid-area:1/2/span 2}}.section--solutions{background:var(--color-surface-tint)}.solutions-grid{gap:1rem;margin-top:2.75rem;display:grid}.solution-card{border:1px solid var(--color-border-soft);border-radius:var(--radius-md);box-shadow:var(--shadow-card);background:#fff;grid-template-columns:auto 1fr;gap:1rem;padding:1.35rem 1.5rem;display:grid}.solution-card__num{color:var(--color-text-muted);font-size:13px;font-weight:700;line-height:1.4}.solution-card h3{color:var(--color-text);margin-bottom:.45rem;font-size:19px}.solution-card p{color:var(--color-text-body);font-size:15px}@media (width>=1024px){.solutions-grid{grid-template-columns:1fr 1fr}}.proof-grid,.specialist-grid,.demo-grid{align-items:center;gap:2rem;display:grid}.proof-metrics{gap:.75rem;margin:1.35rem 0;display:grid}.proof-metric{border:1px dashed var(--color-border-strong);background:#fff;border-radius:14px;gap:.2rem;padding:1rem;display:grid}.proof-metric strong{color:var(--color-text-muted);font-size:1.5rem}.proof-metric span{font-size:14px}.demo-note{color:var(--color-text-muted);margin-top:.75rem;font-size:14px}@media (width>=1024px){.proof-grid,.specialist-grid,.demo-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.proof-metrics{grid-template-columns:repeat(3,1fr)}}@media (width>=1240px){.proof-grid,.specialist-grid,.demo-grid{gap:3rem}}.final-cta{border-radius:var(--radius-panel);background:var(--gradient-cta);text-align:center;padding:clamp(3rem,6vw,4.5rem);position:relative;overflow:hidden}.final-cta__glow{pointer-events:none;background:radial-gradient(circle,#ffffff24,#0000 68%);border-radius:50%;width:460px;height:460px;position:absolute;top:50%;left:-140px;transform:translateY(-50%)}.final-cta h2,.final-cta p,.final-cta__actions{z-index:1;position:relative}.final-cta h2{color:#fff;font-size:clamp(1.75rem,3vw,2.5rem)}.final-cta p{color:#ffffffe6;max-width:36rem;margin:.85rem auto 1.5rem}.final-cta__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.demo-form{border:1px solid var(--color-border);max-width:560px;box-shadow:var(--shadow-card);background:#fff;border-radius:24px;gap:1rem;padding:1.75rem;display:grid}.demo-form__row{gap:1rem;display:grid}@media (width>=1024px){.demo-form__row{grid-template-columns:1fr 1fr}}.demo-form__field{gap:.4rem;display:grid}.demo-form__field label{color:var(--color-text);font-size:14px;font-weight:700}.demo-form__field input,.demo-form__field select,.demo-form__field textarea{border:1px solid var(--color-border-strong);width:100%;min-height:46px;font:inherit;color:var(--color-text);background:#fff;border-radius:12px;padding:.7rem .9rem}.demo-form__field textarea{resize:vertical;min-height:110px}.demo-form__error{color:#ff7ea0;font-size:13px}:is(.demo-form__field:has(.demo-form__error) input,.demo-form__field:has(.demo-form__error) select,.demo-form__field:has(.demo-form__error) textarea){border-color:#ff7ea0}.demo-form__submit{width:100%}.demo-form__status{min-height:1.25rem;color:var(--color-success);font-size:14px;font-weight:600}.product-frame{border:1px solid var(--color-border);width:100%;max-width:100%;box-shadow:var(--shadow-product);background:#fff;border-radius:18px;overflow:hidden}.product-frame--browser .product-frame__chrome{border-bottom:1px solid var(--color-border);background:#f8fafc;gap:6px;padding:.65rem .85rem;display:flex}.product-frame--browser .product-frame__chrome span:first-child{background:#e539359e}.product-frame--browser .product-frame__chrome span:nth-child(2){background:#ffa0009e}.product-frame--browser .product-frame__chrome span:nth-child(3){background:#43a0479e}.product-frame img{object-fit:contain;width:100%;max-width:100%;height:auto;display:block}.product-frame--phone{border-radius:28px;max-width:320px;margin-inline:auto}.product-frame--placeholder .product-frame__slot{min-height:180px;color:var(--color-text-muted);text-align:center;background:repeating-linear-gradient(-45deg,#f6f8ff,#f6f8ff 10px,#eef3ff 10px 20px);place-items:center;gap:.35rem;padding:1.5rem;font-weight:700;display:grid}.product-frame__slot small{font-size:12px;font-weight:500}.site-footer{color:#444e5e;background:#fff;border-top:1px solid #dfe5ef;width:100%;padding:clamp(2rem,4vw,3rem) 0 0}.site-footer__top{gap:2.5rem;display:grid}.site-footer__brand p{max-width:16.125rem;margin-top:1rem;font-size:13px;line-height:1.6}.site-footer__contact{gap:.65rem;margin-top:1.5rem;display:grid}.site-footer__contact a{color:#444e5e;align-items:center;gap:.5rem;font-size:13px;font-weight:400;display:inline-flex}.site-footer__contact a:hover{color:var(--color-navy)}.site-footer__social{gap:.75rem;margin-top:1.25rem;display:flex}.site-footer__social-link{color:#444e5e;border:1px solid #dfe5ef;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.site-footer__social-link:hover{border-color:var(--color-border);color:var(--color-navy)}.site-footer__columns{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.site-footer__columns h3{color:#091d58;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem;font-size:12px;font-weight:600}.site-footer__columns a,.site-footer__columns .site-footer__todo{color:color-mix(in srgb, var(--color-text-body) 55%, white);margin-bottom:.625rem;font-size:13px;font-weight:400;display:block}.site-footer__columns a:hover{color:var(--color-navy)}.site-footer__bottom{border-top:1px solid #dfe5ef;flex-direction:column;gap:1rem;margin-top:3.5rem;padding:1.5rem 0 2rem;font-size:12px;display:flex}.site-footer__legal{flex-wrap:wrap;gap:1.25rem;display:flex}.site-footer__legal a,.site-footer__legal .site-footer__todo{color:color-mix(in srgb, var(--color-text-body) 55%, white);font-size:12px;font-weight:400}.site-footer__legal a:hover{color:var(--color-navy)}@media (width>=1024px){.site-footer__top{grid-template-columns:1fr 2fr;gap:2rem}.site-footer__columns{grid-template-columns:repeat(3,1fr)}.site-footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}@media (width>=1240px){.site-footer__top{grid-template-columns:1.1fr 2.4fr;gap:2.5rem}.site-footer__columns{grid-template-columns:repeat(5,1fr)}}@keyframes hero-rise{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-visual-in{0%{opacity:0;transform:translateY(40px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes float-card-enter{0%{opacity:0;transform:translateY(28px)scale(.94)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes float-card{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.reveal{opacity:0;transition:opacity var(--transition-slow), transform var(--transition-slow);transform:translateY(24px)}.reveal.is-visible{opacity:1;transform:translateY(0)}.section-head--center p{margin-inline:auto}@media (width<=640px){.trust-bar__security{grid-template-columns:1fr 1fr;gap:.85rem 1rem;margin-top:2rem;display:grid}.hero{padding-bottom:3rem}}@media (width<=430px){.site-header{height:58px;padding:0 12px 0 16px}.site-header__cta{display:none}.hero{padding-top:2rem;padding-bottom:2.5rem}.hero h1{letter-spacing:-.025em;font-size:2rem}.hero__lead{font-size:16px}.hero__actions{flex-direction:column}.hero__actions .btn{width:100%}.section-head h2,.proof-grid h2,.specialist-grid h2,.demo-grid h2{font-size:1.625rem}.outcome-card{padding:1.5rem}.outcome-card__value{font-size:2.25rem}.role-tabs{border-radius:18px;grid-template-columns:1fr 1fr;width:100%;padding:4px;display:grid}.role-tabs__tab{text-align:center;min-height:44px;padding:8px 12px;font-size:13px}.trust-bar__audiences{gap:.5rem}.trust-bar__audiences li{padding:.45rem .85rem;font-size:12px}.trust-bar__security{gap:.75rem}.workflow__card h3{font-size:18px}.solution-module{padding:1.35rem}.product-showcase__copy h2,.security-grid__copy h2,.final-cta-panel__copy h2{font-size:1.625rem}.product-showcase{gap:2.75rem}.role-tabs__layout{gap:1.75rem}.final-cta-panel{border-radius:18px;padding:1.75rem 1.15rem}.final-cta-panel__actions{flex-direction:column;align-items:stretch}.final-cta-panel__actions .btn{width:100%}.site-footer{padding-top:3rem}.site-footer__columns{grid-template-columns:1fr;gap:1.25rem}.site-footer__bottom{text-align:center}.site-footer__legal{justify-content:center}.demo-form{border-radius:18px;padding:1.25rem}.demo-form__field input,.demo-form__field select,.demo-form__field textarea{min-height:48px;font-size:16px}.help-tabs__tab{flex:auto;min-height:44px;padding:0 .75rem;font-size:13px}}@media (prefers-reduced-motion:reduce){.hero__eyebrow,.hero h1,.hero__lead,.hero__actions,.hero__visual{animation:none}.floating-card{animation:none!important}.reveal,.solution-modules-grid__item>*,.role-tabs__panel{opacity:1;transition:none;animation:none;transform:none}}.eyebrow--dot{color:#325ac2;letter-spacing:.14em;align-items:center;gap:8px;font-size:12px;font-weight:600;display:inline-flex}.eyebrow__dot{background:#325ac2;border-radius:999px;flex-shrink:0;width:6px;height:6px}.eyebrow__dot--light{background:#eaf2ff}.eyebrow__dot--muted{background:#ffffffb3}.role-tabs-section{width:100%}.role-tabs-section .container{flex-direction:column;align-items:stretch;display:flex}.role-tabs-section .section-head h2{color:#091d58;max-width:48rem}.role-tabs{border:1px solid var(--color-border);border-radius:var(--radius-pill);box-shadow:var(--shadow-card);background:#fff;flex-wrap:wrap;align-self:stretch;align-items:stretch;gap:0;width:100%;max-width:100%;margin-top:2rem;padding:5px;display:flex}.role-tabs__tab{border-radius:var(--radius-pill);color:#091d58b3;cursor:pointer;min-height:44px;transition:background var(--transition-medium), color var(--transition-medium), transform var(--transition-medium);background:0 0;border:0;flex:auto;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:600}.role-tabs__tab.is-active{color:#fff;background:#091d58}.role-tabs__tab:hover:not(.is-active){color:#091d58}.role-tabs__layout{grid-template-columns:minmax(0,1fr);align-self:stretch;align-items:start;gap:2rem;width:100%;min-width:0;margin-top:2rem;display:grid}.role-tabs__layout>*{min-width:0}.role-tabs__panel{animation:tab-panel-in .45s var(--ease-out-expo)}@keyframes tab-panel-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.role-tabs__panel h3{letter-spacing:-.02em;color:var(--color-text-primary);margin:0;font-size:clamp(1.35rem,2.5vw,1.75rem);line-height:1.25}.role-tabs__lead{color:var(--color-text-secondary);max-width:28.5rem;margin:1rem 0 0;font-size:1rem;line-height:1.6}.role-tabs__benefits{gap:.65rem;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.role-tabs__benefits li{color:#091d58;align-items:flex-start;gap:.65rem;font-size:15px;line-height:1.5;display:flex}.role-tabs__cta{border:1px solid var(--color-border);border-radius:var(--radius-pill);color:#091d58;transition:border-color var(--transition-medium), transform var(--transition-medium);background:#fff;align-items:center;gap:.5rem;margin-top:2rem;padding:.85rem 1.5rem;font-size:15px;font-weight:600;display:inline-flex}.role-tabs__cta:hover{border-color:#325ac2;transform:translateY(-1px)}.role-preview-grid{grid-template-columns:1fr;gap:1rem;margin-top:2.5rem;display:grid}.role-preview-card{border:1px solid var(--color-border);box-shadow:var(--shadow-card);background:#fff;border-radius:18px;padding:1.5rem}.role-preview-card__head{align-items:center;gap:.75rem;display:flex}.role-preview-card__icon{color:#325ac2;background:#eaf2ff;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.role-preview-card p{color:var(--color-text-secondary);margin:.75rem 0 0;font-size:14px;line-height:1.55}.role-preview-card__link{color:#325ac2;cursor:pointer;background:0 0;border:0;align-items:center;gap:.35rem;margin-top:1rem;padding:0;font-family:inherit;font-size:13px;font-weight:600;display:inline-flex}.role-preview-card__link:hover{text-decoration:underline}.section--solution-modules{color:#fff;background:linear-gradient(129deg,#39589f 13.5%,#6389e2 59.3%,#2e4b8e 99.5%)}.section--solution-modules .section-head h2{color:#fff}.section--solution-modules .eyebrow--on-dark{color:#eaf2ff;background:0 0}.solution-modules-grid{grid-template-columns:1fr;gap:1rem;margin-top:2.5rem;display:grid}.solution-modules-grid__item{grid-area:auto/1/auto/-1!important}.solution-module{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:18px;height:100%;padding:1.75rem}.solution-module__category{color:#eaf2ffcc;letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:11px;font-weight:600}.solution-module h3{color:#fff;letter-spacing:-.02em;margin:.75rem 0 0;font-size:clamp(1.25rem,2vw,1.625rem);line-height:1.25}.solution-module__desc{color:#ffffffb3;max-width:28rem;margin:.75rem 0 0;font-size:15px;line-height:1.6}.solution-module__sample{background:#598bff0f;border:1px solid #ffffff1a;border-radius:14px;margin-top:1.5rem;padding:1rem}.solution-module__sample-head{color:#fff9;justify-content:space-between;align-items:center;gap:1rem;font-size:11px;display:flex}.solution-module__synced{align-items:center;gap:.25rem;display:inline-flex}.solution-module__sync-dot{background:#8bdda8;border-radius:50%;width:8px;height:8px}.solution-module__chips{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.solution-module__chip{border-radius:var(--radius-pill);color:#ffffffe6;background:#ffffff1a;padding:4px 10px;font-size:11px;font-weight:600}.solution-module__progress{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-top:1rem;display:grid}.solution-module__progress-seg{border-radius:var(--radius-pill);transform-origin:0;height:6px;animation:progress-fill .8s var(--ease-out-expo) both;background:#ffffff26}.solution-module__progress-seg.is-filled{background:#fff}.solution-module__progress-seg:nth-child(2){animation-delay:.12s}.solution-module__progress-seg:nth-child(3){animation-delay:.24s}@keyframes progress-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.solution-module__link{color:#eaf2ff;align-items:center;gap:.25rem;margin-top:1.5rem;font-size:13px;font-weight:600;display:inline-flex}.solution-module__link:hover{text-decoration:underline}.product-showcase{grid-template-columns:minmax(0,1fr);align-items:start;gap:2.5rem;display:grid}.product-showcase>.reveal{min-width:0}.product-showcase__copy h2{letter-spacing:-.02em;color:#091d58;max-width:28rem;font-size:clamp(1.75rem,3vw,2.75rem);line-height:1.1}.product-showcase__lead{color:#444e5e;max-width:28rem;margin-top:1.25rem;font-size:17px;line-height:1.6}.product-showcase__features{gap:1.25rem;margin:2rem 0 0;padding:0;list-style:none;display:grid}.product-showcase__features li{align-items:flex-start;gap:1rem;display:flex}.product-showcase__feature-icon{color:#325ac2;background:#eaf2ff;border-radius:14px;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid}.product-showcase__features strong{color:#091d58;font-size:16px;display:block}.product-showcase__features p{color:var(--color-text-secondary);margin:.25rem 0 0;font-size:14px;line-height:1.55}.security-grid{grid-template-columns:minmax(0,1fr);align-items:start;gap:2rem;width:100%;display:grid}.security-grid>.reveal{min-width:0}.security-grid__copy h2{color:#091d58;letter-spacing:-.02em;max-width:28rem;font-size:clamp(1.75rem,3vw,2.75rem)}.security-grid__lead{color:#444e5e;max-width:28rem;margin-top:1.25rem;font-size:16px;line-height:1.6}.security-badges{flex-wrap:wrap;gap:.65rem;margin-top:1.5rem;display:flex}.security-badge{border-radius:var(--radius-pill);color:#091d58;background:#f8fafe;border:1px solid #dfe5ef;align-items:center;gap:.4rem;padding:7px 13px;font-size:12px;font-weight:600;display:inline-flex}.security-badge svg{color:#325ac2}.security-features{grid-template-columns:minmax(0,1fr);gap:1rem;width:100%;display:grid}.security-features>.reveal{min-width:0;height:100%}.security-features>.reveal>.security-feature{height:100%}.security-feature{border:1px solid var(--color-border);background:#f8fafe;border-radius:18px;padding:1.5rem}.security-feature__icon{color:#325ac2;width:44px;height:44px;box-shadow:var(--shadow-card);background:#fff;border-radius:14px;place-items:center;display:grid}.security-feature h3{color:#091d58;margin:1.25rem 0 0;font-size:17px}.security-feature p{color:#444e5e;margin:.5rem 0 0;font-size:14px;line-height:1.55}.final-cta-panel{background:linear-gradient(144deg,#39589f 13.5%,#6389e2 59.3%,#2e4b8e 99.5%);border-radius:22px;width:100%;padding:3.5rem 3rem;position:relative;overflow:hidden;box-shadow:0 4px 12px #091d5814,0 24px 60px #091d5824}.final-cta-panel__glow{pointer-events:none;background:radial-gradient(circle,#ffffff24,#0000 70%);border-radius:50%;width:420px;height:420px;position:absolute;inset:-20% auto auto -10%}.final-cta-panel__grid{grid-template-columns:minmax(0,1fr);align-items:start;gap:2rem;display:grid;position:relative}.final-cta-panel__copy,.final-cta-panel__form{min-width:0}.final-cta-panel__form .demo-form{max-width:none}.final-cta-panel__copy h2{color:#fff;letter-spacing:-.02em;max-width:37rem;font-size:clamp(1.75rem,3vw,2.75rem);line-height:1.1}.final-cta-panel__copy p{color:#fffc;max-width:32rem;margin-top:1.25rem;font-size:17px;line-height:1.6}.final-cta-panel__actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:2rem;display:flex}.final-cta-panel__form{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:18px;padding:1.5rem}.final-cta-panel__form-title{color:#fffc;margin:0;font-size:13px;font-weight:600}.demo-form--compact-dark{box-shadow:none;background:0 0;border:0;margin-top:1rem;padding:0}.demo-form--compact-dark .demo-form__field label{color:#ffffffb3;letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:600}.demo-form--compact-dark .demo-form__field input,.demo-form--compact-dark .demo-form__field select{color:#fff;background:#ffffff0d;border:1px solid #ffffff26;border-radius:10px;height:44px}.demo-form--compact-dark .demo-form__field input::placeholder{color:#fff9}.demo-form--compact-dark .demo-form__error{color:#ff7ea0}:is(.demo-form--compact-dark .demo-form__field:has(.demo-form__error) input,.demo-form--compact-dark .demo-form__field:has(.demo-form__error) select){border-color:#ff7ea0}.demo-form--compact-dark .demo-form__submit{color:#325ac2;width:100%;box-shadow:none;background:#fff;margin-top:.5rem}.demo-form__note{color:#fff9;margin:.75rem 0 0;font-size:11px}.problem-grid>.problem-card:nth-child(2n){background:#f8fafe}@media (width>=1024px){.product-showcase{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:start;gap:3rem}.product-showcase>*{min-width:0}.role-tabs__layout{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start;gap:2.5rem;margin-top:2.5rem}.security-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2.5rem}.security-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.final-cta-panel__grid{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:2.5rem}.role-preview-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:3rem}.role-tabs{flex-wrap:nowrap}}@media (width>=1240px){.solution-modules-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:1.25rem;margin-top:3.5rem}.solution-modules-grid__item:first-child{grid-column:1/span 7!important}.solution-modules-grid__item:nth-child(2){grid-column:8/span 5!important}.solution-modules-grid__item:nth-child(3){grid-column:1/span 5!important}.solution-modules-grid__item:nth-child(4){grid-column:6/span 7!important}.role-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:3.5rem}}
