:root{--canvas: #f5f5f5;--surface: #ffffff;--surface-alt: #ecebf3;--dark: #2b2644;--line: #e4e2ec;--ink: #17132b;--ink-soft: rgba(23, 19, 43, .7);--ink-faint: rgba(23, 19, 43, .5);--primary: #5b4fe9;--primary-dark: #4437cf;--primary-soft: #eeecfd;--accent: #ff6b4a;--accent-soft: #ffefeb;--success: #12996b;--radius-sm: 12px;--radius: 20px;--radius-lg: 28px;--shadow-sm: 0 1px 2px rgba(23, 19, 43, .04);--shadow-md: 0 8px 28px rgba(23, 19, 43, .08);--font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--container: 88rem;--header-h: 68px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{font-family:var(--font);font-size:1rem;font-weight:400;line-height:1.6;color:var(--ink);background:var(--canvas);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img,svg,video{display:block;max-width:100%}img{height:auto}ul{list-style:none}a{color:var(--primary);text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}:focus-visible{outline:3px solid rgba(91,79,233,.45);outline-offset:2px;border-radius:6px}[id]{scroll-margin-top:calc(var(--header-h) + 16px)}.skip-link{position:absolute;left:-9999px;top:0;z-index:200;background:var(--ink);color:#fff;padding:.75rem 1.25rem;border-radius:0 0 var(--radius-sm) 0;font-weight:500}.skip-link:focus{left:0}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}h1,h2,h3,h4{font-family:var(--font);font-weight:600;line-height:1.1;color:var(--ink);overflow-wrap:break-word}h1{font-size:clamp(2.25rem,6.5vw,3.75rem);letter-spacing:-.04em}h2{font-size:clamp(1.75rem,4.4vw,2.75rem);letter-spacing:-.03em}h3{font-size:clamp(1.1rem,2.4vw,1.35rem);letter-spacing:-.02em;line-height:1.25}p{overflow-wrap:break-word}.lead{font-size:clamp(1rem,2.4vw,1.175rem);color:var(--ink-soft);max-width:60ch;line-height:1.6}.eyebrow{display:inline-block;font-size:.8125rem;font-weight:500;letter-spacing:0;color:var(--ink-faint);margin-bottom:.6rem}.eyebrow--accent{color:var(--accent)}.container{width:min(var(--container),100% - 3rem);margin-inline:auto}@media(max-width:600px){.container{width:min(var(--container),100% - 2rem)}}.section{padding:clamp(3.5rem,9vw,6rem) 0}.section--alt{background:var(--surface)}.section--tint{background:var(--surface-alt)}.section-head{max-width:680px;margin-bottom:clamp(2rem,5vw,3rem)}.section-head--center{margin-inline:auto;text-align:center}.section-head p{margin-top:.9rem;color:var(--ink-soft);font-size:clamp(1rem,2.3vw,1.1rem)}.section-cta{text-align:center;margin-top:clamp(2rem,5vw,2.75rem)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font);font-size:1rem;font-weight:500;line-height:1.2;min-height:48px;padding:.8rem 1.75rem;border-radius:999px;border:1.5px solid transparent;cursor:pointer;text-align:center;transition:background .2s ease,color .2s ease,border-color .2s ease}.btn svg{width:18px;height:18px;flex:none}.btn--pill{padding:.5rem .5rem .5rem 1.75rem;gap:.85rem}.btn__arrow{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#fff;color:var(--ink);flex:none;transition:background .2s ease}.btn__arrow svg{width:18px;height:18px}.btn--primary{background:var(--primary);color:#fff}.btn--primary:hover{background:var(--primary-dark)}.btn--dark{background:var(--ink);color:#fff}.btn--dark:hover{background:#2b2644}.btn--accent{background:var(--accent);color:#fff}.btn--accent:hover{background:#ea5533}.btn--ghost{background:transparent;color:var(--ink);border-color:#17132b38}.btn--ghost:hover{border-color:var(--ink)}.btn--ghost .btn__arrow{background:var(--ink);color:#fff}.btn--light{background:#fff;color:var(--ink)}.btn--light:hover{background:#ffffffd9}.btn--light .btn__arrow{background:var(--ink);color:#fff}.btn--on-dark{color:#fff;border-color:#ffffff59}.btn--on-dark:hover{border-color:#fff;background:#ffffff14}.btn--block{width:100%}.btn--sm{min-height:42px;padding:.5rem 1.25rem;font-size:.9rem}.btn--sm.btn--pill{padding:.3rem .3rem .3rem 1.15rem;gap:.6rem}.btn--sm .btn__arrow{width:30px;height:30px}.btn--sm .btn__arrow svg{width:15px;height:15px}.site-header{position:sticky;top:0;z-index:100;background:#f5f5f5e0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid transparent}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--header-h)}.brand{display:inline-flex;align-items:center;gap:.6rem;flex:none;min-width:0}.brand__mark{width:34px;height:34px;flex:none}.brand__name{font-weight:500;font-size:1.15rem;letter-spacing:-.03em;color:var(--ink);line-height:1.1}.brand__name span{display:block;font-size:.625rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-faint)}.header-actions{display:flex;align-items:center;gap:.6rem}.header-cta{display:none;align-items:center;gap:.55rem;background:var(--dark);color:#fff;font-size:.9375rem;font-weight:500;line-height:1;min-height:46px;padding:.75rem 1.5rem;border-radius:999px;white-space:nowrap;transition:background .2s ease}.header-cta:hover{background:#39325c}.header-cta__dot{width:8px;height:8px;border-radius:50%;background:var(--accent);flex:none}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;background:var(--dark);border:0;border-radius:999px;cursor:pointer;color:#fff;transition:background .2s ease}.nav-toggle:hover{background:#39325c}.nav-toggle svg{width:20px;height:20px}.site-nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:.15rem;background:var(--surface);border-bottom:1px solid var(--line);box-shadow:var(--shadow-md);padding:.75rem 1rem 1.15rem;max-height:calc(100vh - var(--header-h));overflow-y:auto}.site-nav.is-open{display:flex}.site-nav a:not(.btn){font-weight:500;font-size:1rem;color:var(--ink-soft);padding:.8rem 1rem;border-radius:var(--radius-sm);transition:color .2s ease,background .2s ease}.site-nav a:not(.btn):hover{color:var(--ink);background:#17132b0d}.site-nav a.is-active{color:#fff;background:var(--dark);font-weight:500}.site-nav__cta{margin-top:.6rem}@media(min-width:900px){:root{--header-h: 76px}.brand__mark{width:38px;height:38px}.brand__name{font-size:1.25rem}.nav-toggle{display:none}.header-cta{display:inline-flex}.site-nav{display:flex;position:static;flex-direction:row;align-items:center;gap:.2rem;background:var(--dark);border:0;border-radius:999px;box-shadow:none;padding:.375rem;max-height:none;overflow:visible}.site-nav a:not(.btn){font-size:.9375rem;font-weight:500;line-height:1;color:#ffffffb8;padding:.65rem 1.1rem;border-radius:999px;background:none;white-space:nowrap}.site-nav a:not(.btn):hover{color:#fff;background:#ffffff17}.site-nav a.is-active,.site-nav a.is-active:hover{color:var(--ink);background:#fff;font-weight:600}.site-nav__cta{display:none}}.hero{padding:0}.hero__card{position:relative;overflow:hidden;min-height:calc(100vh - var(--header-h));min-height:calc(100svh - var(--header-h));background:var(--surface-alt);display:flex}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover;animation:hero-drift 24s ease-in-out infinite alternate}@keyframes hero-drift{0%{transform:scale(1.02)}to{transform:scale(1.09)}}@media(prefers-reduced-motion:reduce){.hero__media img,.hero__media video{animation:none}}.hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#f5f5f5f5,#f5f5f5e6 55%,#f5f5f5b8)}@media(min-width:768px){.hero__media:after{background:linear-gradient(to right,#f5f5f5f7,#f5f5f5ed 34%,#f5f5f58c 62%,#f5f5f538),linear-gradient(to bottom,#f5f5f573,#f5f5f51a)}}.hero__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;width:min(var(--container),100% - 2rem);margin-inline:auto;padding:clamp(2rem,5vw,3.5rem) 0}@media(min-width:600px){.hero__content{width:min(var(--container),100% - 3rem)}}.hero__subtitle{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--ink-soft)}.hero__dot{width:8px;height:8px;border-radius:50%;background:var(--accent);flex:none}.hero__heading{margin-top:1rem;font-weight:600;font-size:clamp(2.25rem,7vw,4rem);letter-spacing:-.04em;line-height:1.05;max-width:15ch;color:var(--ink)}.hero__heading strong{font-weight:600;color:var(--primary)}.hero__copy{margin-top:1.1rem;max-width:34rem;font-size:clamp(1rem,2.3vw,1.125rem);line-height:1.6;color:var(--ink-soft)}.hero__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem;width:100%}.hero__actions .btn{width:100%}.hero__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:2.5rem}.hero__tag{background:#ffffffc7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(23,19,43,.08);border-radius:999px;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;color:var(--ink-soft);white-space:nowrap}@media(min-width:600px){.hero__actions{flex-direction:row;flex-wrap:wrap;width:auto}.hero__actions .btn{width:auto}}.page-hero{padding:clamp(2.5rem,7vw,4.5rem) 0 clamp(1.5rem,4vw,2.5rem)}.page-hero .lead{margin-top:1.1rem}.feature-row{display:grid;gap:2.5rem;align-items:start;margin-bottom:clamp(2.5rem,6vw,4rem)}.feature-row__statement{font-size:clamp(1.35rem,3.4vw,1.9rem);line-height:1.4;letter-spacing:-.02em;color:var(--ink-soft)}@media(min-width:768px){.feature-row{grid-template-columns:1fr 1fr;gap:3rem}}.grid{display:grid;gap:1rem}@media(min-width:600px){.grid--2,.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}}.feature-card{background:var(--surface);border-radius:var(--radius);padding:1.75rem 1.6rem;min-height:18rem;display:flex;flex-direction:column;transition:transform .2s ease}.feature-card:hover{transform:translateY(-3px)}.feature-card__icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;margin-bottom:auto;background:var(--primary-soft);color:var(--primary)}.feature-card__icon svg{width:22px;height:22px}.feature-card__icon--accent{background:var(--accent-soft);color:var(--accent)}.feature-card h3{margin:1.75rem 0 .5rem}.feature-card p{font-size:.9375rem;color:var(--ink-soft)}.feature-card--dark{background:var(--dark)}.feature-card--dark h3{color:#fff}.feature-card--dark p{color:#fff9}.feature-card--dark .feature-card__icon{background:#ffffff1a;color:#fff}.feature-card--media{position:relative;isolation:isolate;background-size:cover;background-position:center;justify-content:space-between}.feature-card--media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:inherit;background:linear-gradient(to top,#17132be0 10%,#17132b73)}@media(min-width:1024px){.feature-card--media{grid-column:span 2}}.feature-card--media h3{margin:0 0 .5rem;max-width:16ch;color:#fff}.feature-card--media p{max-width:26rem;color:#ffffffc7}.step-card{background:var(--surface);border-radius:var(--radius);padding:1.85rem 1.6rem}.step-card__num{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--primary-soft);color:var(--primary);font-weight:600;font-size:1rem;margin-bottom:1.25rem}.step-card h3{margin-bottom:.45rem}.step-card p{font-size:.9375rem;color:var(--ink-soft)}.audience-card{display:flex;align-items:flex-start;gap:1rem;background:var(--surface);border-radius:var(--radius);padding:1.5rem 1.4rem}.audience-card__icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;flex:none;background:var(--primary-soft);color:var(--primary)}.audience-card__icon svg{width:20px;height:20px}.audience-card h3{font-size:1.05rem;margin-bottom:.25rem}.audience-card p{font-size:.9rem;color:var(--ink-soft)}.product-grid{display:grid;gap:1rem}@media(min-width:600px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}.product-card{display:flex;flex-direction:column;background:var(--surface);border-radius:var(--radius);overflow:hidden;transition:transform .2s ease}.product-card:hover{transform:translateY(-3px)}.product-card__media{position:relative;aspect-ratio:400 / 260;background:var(--surface-alt)}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__badge{position:absolute;top:.85rem;left:.85rem;display:inline-flex;align-items:center;gap:.4rem;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--ink-soft);font-size:.6875rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;padding:.35rem .75rem;border-radius:999px}.product-card__badge:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent)}.product-card__body{display:flex;flex-direction:column;flex:1;padding:1.4rem}.product-card__body h3{margin-bottom:.5rem}.product-card__body h3 em{display:block;font-style:normal;font-size:.75rem;font-weight:400;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-faint);margin-top:.3rem}.skeleton{display:grid;gap:.5rem;margin:.9rem 0 .2rem;flex:1}.skeleton span{display:block;height:9px;border-radius:5px;background:var(--surface-alt)}.skeleton span:nth-child(2){width:82%}.skeleton span:nth-child(3){width:58%}.product-card__foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-top:1.2rem;padding-top:1.1rem;border-top:1px solid var(--line)}.pending-label{font-weight:500;font-size:.875rem;color:var(--ink-faint)}.split{display:grid;gap:clamp(2rem,5vw,3.5rem);align-items:center}.split h2{margin-bottom:1rem}.split p{color:var(--ink-soft)}.split p+p{margin-top:1rem}.split__actions{margin-top:1.85rem}.split__media img,.split__media video{width:100%;border-radius:var(--radius-lg)}.split__media--video{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:24rem}.split__media--video video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:0}@media(min-width:900px){.split{grid-template-columns:1fr 1fr}.split--reverse .split__media{order:-1}.split__media--video{min-height:32rem}}.checklist{display:grid;gap:.75rem;margin-top:1.6rem}.checklist li{display:flex;align-items:flex-start;gap:.65rem;font-size:.9688rem;color:var(--ink-soft)}.checklist svg{width:20px;height:20px;flex:none;margin-top:2px;color:var(--primary)}.usecase{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:30rem;display:flex}.usecase video,.usecase img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.usecase:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#f5f5f5f7,#f5f5f5e6 42%,#f5f5f580)}.usecase__body{position:relative;z-index:2;padding:clamp(1.75rem,4vw,3rem)}.usecase__body h3{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:1rem}.usecase__body p{color:var(--ink-soft);max-width:32rem;margin-bottom:2rem}.cta-banner{background:var(--dark);border-radius:var(--radius-lg);padding:clamp(2.5rem,7vw,4.5rem) clamp(1.5rem,5vw,3rem);text-align:center;color:#fff}.cta-banner h2{color:#fff;max-width:22ch;margin-inline:auto}.cta-banner p{color:#ffffffa6;max-width:44ch;margin:1.1rem auto 2rem;font-size:clamp(1rem,2.3vw,1.0625rem)}.cta-banner__actions{display:flex;flex-direction:column;gap:.75rem;align-items:center}@media(min-width:600px){.cta-banner__actions{flex-direction:row;flex-wrap:wrap;justify-content:center}}.notice{display:flex;gap:.85rem;border-radius:var(--radius-sm);padding:1.1rem 1.25rem;font-size:.9375rem;line-height:1.55;color:var(--ink-soft);background:var(--surface)}.notice svg{width:20px;height:20px;flex:none;margin-top:2px}.notice--info{border:1px solid rgba(91,79,233,.2)}.notice--info svg{color:var(--primary)}.notice--success{border:1px solid rgba(18,153,107,.25)}.notice--success svg{color:var(--success)}.notice strong{color:var(--ink);font-weight:600}.filter-bar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:clamp(1.75rem,4vw,2.25rem)}.filter-chip{font-size:.9375rem;font-weight:500;color:var(--ink-soft);background:var(--surface);border:1px solid transparent;border-radius:999px;min-height:42px;padding:.5rem 1.25rem;cursor:pointer;transition:all .2s ease}.filter-chip:hover{color:var(--ink)}.filter-chip.is-active{background:var(--ink);color:#fff}.filter-chip[disabled]{opacity:.5;cursor:not-allowed}.filter-chip[disabled]:hover{color:var(--ink-soft)}.form-grid{display:grid;gap:1rem}@media(min-width:600px){.form-grid{grid-template-columns:1fr 1fr;gap:1.1rem}}.form-field{display:flex;flex-direction:column;gap:.4rem;min-width:0}.form-field--full{grid-column:1 / -1}.form-field label{font-size:.875rem;font-weight:500;color:var(--ink)}.form-field label .optional{font-weight:400;color:var(--ink-faint)}.form-field input,.form-field select,.form-field textarea{font-family:var(--font);font-size:1rem;background:var(--canvas);border:1.5px solid transparent;border-radius:var(--radius-sm);padding:.85rem 1rem;width:100%;min-height:50px;transition:border-color .2s ease,background .2s ease}.form-field textarea{resize:vertical;min-height:148px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:var(--primary);background:#fff}.form-hint{font-size:.8125rem;color:var(--ink-faint)}.form-actions{margin-top:1.4rem}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.contact-layout{display:grid;gap:clamp(1.5rem,4vw,2.5rem);align-items:start}@media(min-width:900px){.contact-layout{grid-template-columns:.85fr 1.15fr}}.contact-card{display:flex;gap:1rem;background:var(--surface);border-radius:var(--radius);padding:1.4rem}.contact-card+.contact-card{margin-top:1rem}.contact-card__icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;flex:none;background:var(--primary-soft);color:var(--primary)}.contact-card__icon svg{width:20px;height:20px}.contact-card h3{font-size:1rem;margin-bottom:.2rem}.contact-card p,.contact-card a{font-size:.9375rem;color:var(--ink-soft);overflow-wrap:anywhere}.contact-card a:hover{color:var(--primary)}.contact-panel{background:var(--surface);border-radius:var(--radius);padding:clamp(1.5rem,4vw,2.5rem)}.contact-panel h3{font-size:clamp(1.25rem,3vw,1.5rem);margin-bottom:.4rem}.contact-panel>p{font-size:.9375rem;color:var(--ink-soft);margin-bottom:1.6rem}.prose{max-width:72ch}.prose h2{font-size:clamp(1.25rem,3vw,1.5rem);margin:2.25rem 0 .75rem}.prose h2:first-child{margin-top:0}.prose p,.prose li{color:var(--ink-soft);font-size:1rem}.prose p+p{margin-top:.9rem}.prose ul{margin:.85rem 0 0;display:grid;gap:.5rem}.prose ul li{position:relative;padding-left:1.4rem}.prose ul li:before{content:"";position:absolute;left:.3rem;top:.62em;width:6px;height:6px;border-radius:50%;background:var(--primary)}.prose strong{color:var(--ink);font-weight:600}.site-footer{background:var(--dark);color:#ffffffa6;border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:clamp(2.75rem,8vw,4.5rem) 0 0;margin-top:clamp(3rem,8vw,5rem)}.site-footer__grid{display:grid;gap:2.25rem;padding-bottom:2.5rem}@media(min-width:600px){.site-footer__grid{grid-template-columns:1fr 1fr}}@media(min-width:900px){.site-footer__grid{grid-template-columns:1.5fr .8fr 1.2fr;gap:2.5rem;padding-bottom:3rem}}.site-footer .brand__name{color:#fff}.site-footer .brand__name span{color:#ffffff80}.site-footer__about{margin-top:1.1rem;font-size:.9375rem;max-width:34ch}.site-footer h4{color:#fff;font-size:.8125rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.1rem}.site-footer ul li+li{margin-top:.6rem}.site-footer ul a{color:#ffffffa6;font-size:.9375rem;transition:color .2s ease}.site-footer ul a:hover{color:#fff}.footer-contact li{display:flex;gap:.7rem;font-size:.9375rem;line-height:1.5}.footer-contact svg{width:18px;height:18px;flex:none;margin-top:3px;color:#ffffff80}.footer-contact a{color:#ffffffa6;overflow-wrap:anywhere}.footer-contact a:hover{color:#fff}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.12);padding:1.4rem 0;display:flex;flex-direction:column;gap:.6rem;font-size:.875rem}.site-footer__bottom a{color:#fff;font-weight:500}.site-footer__bottom a:hover{opacity:.8}@media(min-width:600px){.site-footer__bottom{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between}}.mt-2{margin-top:2rem}
