:where([data-astro-image]){height:auto}:where([data-astro-image=full-width]){width:100%}:where([data-astro-image=constrained]){max-width:100%}[data-astro-image-fit=fill]{object-fit:fill}[data-astro-image-fit=contain]{object-fit:contain}[data-astro-image-fit=cover]{object-fit:cover}[data-astro-image-fit=scale-down]{object-fit:scale-down}.site-header{position:sticky;top:0;z-index:50;background:var(--color-bg);transition:box-shadow var(--dur) var(--ease),border-color var(--dur) var(--ease);border-bottom:1px solid transparent}.site-header.is-scrolled{border-bottom-color:var(--color-border);box-shadow:var(--shadow-sm)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--sp-5);min-height:72px}.site-header__brand{display:inline-flex;align-items:center}.site-header__brand img{height:32px;width:auto;display:block}.site-header__wordmark{display:none}.site-header__nav{display:flex;align-items:center;gap:var(--sp-7);flex:1;justify-content:space-between;margin-left:var(--sp-7)}.site-header__list{display:flex;align-items:center;gap:var(--sp-6)}.site-header__list>li>a,.site-header__menu-trigger{font-size:15px;font-weight:500;color:var(--color-text-mid);padding:8px 4px}.site-header__list>li>a:hover,.site-header__menu-trigger:hover{color:var(--color-primary)}.site-header__item,.site-header__item--has-menu{position:relative}.site-header__menu-trigger{display:inline-flex;align-items:center;gap:4px;background:none;border:0;cursor:pointer}.site-header__chevron{transition:transform var(--dur) var(--ease)}.site-header__menu-trigger[aria-expanded=true] .site-header__chevron{transform:rotate(180deg)}.site-header__menu{position:absolute;top:calc(100% + 12px);left:-8px;min-width:340px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--r-2xl);box-shadow:var(--shadow-xl);padding:8px;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity var(--dur) var(--ease),transform var(--dur) var(--ease);z-index:60}.site-header__menu:before{content:"";position:absolute;top:-16px;left:0;right:0;height:16px;pointer-events:auto}.site-header__menu ul{display:flex;flex-direction:column;gap:2px}.site-header__menu a{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border-radius:12px;color:var(--color-text);transition:background var(--dur) var(--ease)}.site-header__menu a:hover{background:var(--color-primary-tint-1);color:var(--color-text)}.site-header__menu-icon{width:36px;height:36px;border-radius:10px;background:var(--color-primary-tint-1);color:var(--color-primary);display:grid;place-items:center;flex-shrink:0}.site-header__menu-icon i,.site-header__menu-icon [data-lucide]{width:18px;height:18px}.site-header__menu-text{display:flex;flex-direction:column;gap:2px}.site-header__menu-title{font-size:14.5px;font-weight:600;line-height:1.3}.site-header__menu-sub{font-size:12.5px;color:var(--color-text-muted);line-height:1.4}@media(hover:hover){.site-header__item--has-menu:hover .site-header__menu,.site-header__item--has-menu:focus-within .site-header__menu{display:block!important;opacity:1;pointer-events:auto;transform:translateY(0)}}.site-header__menu-trigger[aria-expanded=true]+.site-header__menu{display:block!important;opacity:1;pointer-events:auto;transform:translateY(0)}.site-header__cta{display:inline-flex;align-items:center;gap:var(--sp-2)}.site-header__toggle{display:none;width:44px;height:44px;border-radius:var(--r-md);align-items:center;justify-content:center;flex-direction:column;gap:5px}.site-header__toggle-bar{width:22px;height:2px;background:var(--color-text);border-radius:2px;transition:transform var(--dur) var(--ease),opacity var(--dur) var(--ease)}.site-header.is-open .site-header__toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header.is-open .site-header__toggle-bar:nth-child(2){opacity:0}.site-header.is-open .site-header__toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:960px){.site-header__toggle{display:inline-flex}.site-header__nav{position:fixed;inset:72px 0 0;margin:0;background:var(--color-bg);flex-direction:column;align-items:stretch;justify-content:flex-start;padding:var(--sp-7) var(--container-px);gap:var(--sp-6);transform:translate(100%);transition:transform var(--dur-slow) var(--ease);overflow-y:auto}.site-header.is-open .site-header__nav{transform:translate(0)}.site-header__list{flex-direction:column;align-items:stretch;gap:var(--sp-2)}.site-header__list>li>a,.site-header__menu-trigger{display:flex;width:100%;align-items:center;justify-content:space-between;font-size:18px;padding:14px 0;border-bottom:1px solid var(--color-border)}.site-header__item--has-menu{flex-direction:column}.site-header__menu{position:static;opacity:1;pointer-events:auto;transform:none;transition:none;background:var(--color-bg-soft);border:0;box-shadow:none;border-radius:0;min-width:0;margin:0 -16px;padding:4px 16px;display:none}.site-header__menu-trigger[aria-expanded=true]+.site-header__menu{display:block!important}.site-header__menu a{padding:12px 8px;border-bottom:1px solid var(--color-border);border-radius:0;background:transparent!important}.site-header__menu li:last-child a{border-bottom:0}.site-header__menu-icon,.site-header__menu-sub{display:none}.site-header__menu-title{font-size:16px;font-weight:500}.site-header__cta{flex-direction:column;align-items:stretch;gap:var(--sp-3)}.site-header__cta .btn--ghost,.site-header__cta .btn--primary{text-align:center}}@media(prefers-reduced-motion:reduce){.site-header,.site-header__nav,.site-header__toggle-bar{transition:none}}.site-footer{position:relative;background:#0a0028;color:#ffffffb3;padding:clamp(64px,8vw,96px) 0 32px;overflow:hidden}.site-footer:before{content:"";position:absolute;top:-1px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(167,139,250,.25) 50%,transparent 100%)}.site-footer__inner{display:flex;flex-direction:column;gap:56px}.site-footer__top{display:grid;grid-template-columns:minmax(260px,1.3fr) minmax(0,3fr);gap:60px;align-items:start}.site-footer__brand{display:flex;flex-direction:column;gap:18px}.site-footer__logo{display:inline-flex;align-items:center;gap:10px}.site-footer__logo img{height:36px;width:auto;display:block;filter:brightness(0) invert(1)}.site-footer__tag{font-size:14px;color:#ffffff8c;line-height:1.55;max-width:28ch}.site-footer__social{display:flex;gap:8px;margin-top:4px}.site-footer__social a{width:36px;height:36px;border-radius:var(--r-pill);display:grid;place-items:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;transition:background var(--dur) var(--ease),color var(--dur) var(--ease),transform var(--dur) var(--ease)}.site-footer__social a:hover{background:var(--color-primary);color:#fff;transform:translateY(-1px)}.site-footer__cols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.site-footer__col h4{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff80;margin-bottom:14px}.site-footer__col ul{display:flex;flex-direction:column;gap:10px}.site-footer__col a{font-size:14.5px;color:#ffffffc7;transition:color var(--dur) var(--ease)}.site-footer__col a:hover{color:var(--color-primary-light)}.site-footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);font-size:13px;color:#ffffff73;flex-wrap:wrap;gap:16px}.site-footer__copy{margin:0}.site-footer__legal{display:flex;gap:12px;align-items:center}.site-footer__legal a{color:#fff9;transition:color var(--dur) var(--ease)}.site-footer__legal a:hover{color:#fff}.site-footer__credit{margin:16px 0 0;font-size:10.5px;letter-spacing:.02em;color:#ffffff38;text-align:center;font-weight:400}.site-footer__credit a{color:#ffffff52;text-decoration:none;transition:color var(--dur) var(--ease)}.site-footer__credit a:hover{color:#ffffffa6}@media(max-width:960px){.site-footer__top{grid-template-columns:1fr;gap:40px}.site-footer__cols{grid-template-columns:repeat(2,1fr);gap:32px 24px}}@media(max-width:480px){.site-footer__bottom{flex-direction:column;align-items:flex-start}.site-footer__cols{grid-template-columns:1fr;gap:28px}.site-footer__inner{gap:40px}}:root{--color-primary: #4D00F2;--color-primary-hover: #3a00bf;--color-primary-dark: #2a0085;--color-primary-deeper: #1c0058;--color-primary-mid: #6f2dff;--color-primary-light: #a47cff;--color-primary-tint-1: #f5efff;--color-primary-tint-2: #e9defe;--color-primary-tint-3: #d4bdfd;--color-primary-rgb: 77 0 242;--color-primary-soft: var(--color-primary-tint-1);--color-text: #242426;--color-text-mid: #35363B;--color-text-thunder: #231F20;--color-text-muted: rgba(36,36,38,.75);--color-text-meta: #6f767e;--color-text-faint: #9ca3af;--color-bg: #FFFFFF;--color-bg-soft: #EBEFF5;--color-bg-secondary: #f8fafc;--color-card: #FFFFFF;--color-border: #efefef;--color-border-strong: #e5e7eb;--color-border-dashed: #babae7;--color-success: #16A34A;--color-success-bg: #F0FDF4;--color-success-border: #BBF7D0;--wa-green: #075E54;--wa-bubble-out: #DCF8C6;--wa-bubble-in: #FFFFFF;--wa-bg: #ECE5DD;--wa-send: #25D366;--wa-meta: #667781;--wa-online: #4ADE80;--dash-text: #1a1d1f;--dash-muted: #6f767e;--dash-meta: #9ca3af;--dash-grid: #e5e7eb;--badge-blue: var(--color-primary-tint-2);--badge-violet: var(--color-primary-tint-2);--accent-lime: #d4e29e;--wf-1: #8e8eb3;--wf-2: #8bb4ff;--wf-3: #759e9e;--wf-4: #a3b16f;--wf-5: #b3725f;--font-display: "Nunito", "Geist", "Onest", "Inter", system-ui, -apple-system, sans-serif;--font-body: "Geist", "Onest", "Plus Jakarta Sans", "Inter", system-ui, -apple-system, sans-serif;--font-ui: "Geist", "Onest", "Manrope", system-ui, sans-serif;--font-chat: "Roboto", system-ui, sans-serif;--fs-h1: clamp(40px, 4.5vw + 1rem, 64px);--fs-h2: clamp(32px, 3vw + 1rem, 48px);--fs-h3: clamp(24px, 2vw + .5rem, 32px);--fs-body-lg: 18px;--fs-body: 16px;--fs-sm: 14px;--fs-xs: 12px;--lh-tight: 1.1;--lh-snug: 1.25;--lh-base: 1.5;--lh-relaxed: 1.6;--sp-1: 4px;--sp-2: 8px;--sp-3: 12px;--sp-4: 16px;--sp-5: 24px;--sp-6: 32px;--sp-7: 48px;--sp-8: 64px;--sp-9: 96px;--sp-10: 128px;--r-xs: 4px;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 20px;--r-2xl: 24px;--r-3xl: 29px;--r-pill: 999px;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 12px rgba(0,0,0,.06);--shadow-lg: 0 10px 32px rgba(0,0,0,.08);--shadow-xl: 0 24px 60px -20px rgba(36,36,38,.18);--shadow-card: 0 1px 1px rgba(0,0,0,.05);--container-max: 1200px;--container-px: clamp(20px, 4vw, 64px);--section-py: clamp(72px, 8vw, 120px);--fs-section-h2: clamp(28px, 3.4vw, 46px);--fs-section-lede: clamp(15px, 1vw, 17px);--lh-section-lede: 1.55;--gap-head-body: clamp(36px, 4.2vw, 52px);--eyebrow-fs: 12px;--eyebrow-ls: .14em;--eyebrow-fw: 700;--ease: cubic-bezier(.4, 0, .2, 1);--dur-fast: .15s;--dur: .24s;--dur-slow: .4s}@font-face{font-family:Eloquia;src:url(../fonts/eloquia-regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Eloquia;src:url(../fonts/eloquia-medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Eloquia;src:url(../fonts/eloquia-semibold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Eloquia;src:url(../fonts/eloquia-bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Eloquia;src:url(../fonts/eloquia-extrabold.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Eloquia Display;src:url(../fonts/eloquia-display-regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Eloquia Display;src:url(../fonts/eloquia-display-medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Eloquia Display;src:url(../fonts/eloquia-display-semibold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Eloquia Display;src:url(../fonts/eloquia-display-bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Eloquia Display;src:url(../fonts/eloquia-display-extrabold.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}h1,h2,h3,h4,h5,h6,.hero__title,.hero__title span,.section-head h2,.feature__title,.intro__statement,.bento__title,.bento__title span,.bento-tile__title,.spotlight__quote,.faq__head h2,.faq__title,.faq__title span,.cta-final__title,.cta-final__title span,.comparison__title,.comparison__title span,.comparison__highlight,.faq__highlight,.dash__h1,.intro-tile__copy h3,.dash-card h3,.tier__head h3,.feature__title span,.intro__title,.intro__title-accent,.bento__heading-accent,.faq__title-pill,.comparison__title-pill{font-family:"Nunito",var(--font-display)!important;font-weight:400!important}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:var(--fs-body);line-height:var(--lh-base);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;letter-spacing:-.005em}img,svg,video{max-width:100%;display:block}img{height:auto}a{color:inherit;text-decoration:none;transition:color var(--dur) var(--ease)}a:hover{color:var(--color-primary)}button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}input,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;line-height:var(--lh-tight);letter-spacing:-.02em}p{margin:0}ul,ol{margin:0;padding:0;list-style:none}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-px)}.section{padding-block:var(--section-py);position:relative}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 16px 6px 6px;background:var(--color-bg);border-radius:var(--r-pill);font-size:var(--eyebrow-fs);font-weight:var(--eyebrow-fw);letter-spacing:var(--eyebrow-ls);text-transform:uppercase;line-height:1.4;color:var(--color-text);box-shadow:0 0 0 1px #2424260d}.eyebrow__icon{width:22px;height:22px;border-radius:var(--r-pill);background:var(--color-primary);display:grid;place-items:center;color:#fff;flex-shrink:0}.eyebrow__icon i,.eyebrow__icon [data-lucide]{width:12px;height:12px;stroke-width:2.2}.btn{display:inline-flex;align-items:center;gap:16px;padding:4px 24px 4px 4px;border-radius:var(--r-xl);font-weight:700;font-size:18px;line-height:28px;background:var(--color-text-thunder);color:#fff;transition:transform var(--dur) var(--ease),background var(--dur) var(--ease);outline-offset:4px}.btn:hover{color:#fff;transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn__icon{width:56px;height:56px;border-radius:var(--r-lg);background:var(--color-primary);display:grid;place-items:center;flex-shrink:0;color:#fff}.btn__icon i,.btn__icon [data-lucide]{width:24px;height:24px;stroke-width:2}.btn--ghost{background:transparent;color:var(--color-text);padding:12px 20px;border-radius:var(--r-pill);font-weight:600;font-size:15px;border:1px solid transparent}.btn--ghost:hover{background:#2424260f;color:var(--color-text)}.btn--primary{background:var(--color-primary);color:#fff;padding:12px 22px;border-radius:var(--r-pill);font-weight:600;font-size:15px;gap:8px}.btn--primary:hover{background:var(--color-primary-hover);color:#fff}.section-head{max-width:760px;margin-inline:auto;text-align:center;margin-bottom:64px}.section-head__eyebrow{display:inline-block;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary);background:var(--color-primary-soft);padding:6px 14px;border-radius:var(--r-pill);margin-bottom:20px}.section-head h2{font-size:clamp(32px,4vw,56px);letter-spacing:-.03em;margin-bottom:16px}.section-head p{font-size:18px;line-height:1.6;color:var(--color-text-muted)}.card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--r-2xl);box-shadow:var(--shadow-card)}.reveal{opacity:0;transform:translateY(12px);transition:opacity .36s var(--ease),transform .36s var(--ease)}.reveal.is-visible{opacity:1;transform:none}::selection{background:var(--color-primary);color:#fff}:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px;border-radius:4px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.no-scroll{overflow:hidden}
