:root{--color-primary: #4B39EF;--color-secondary: #EE8B60;--color-tertiary: #39D2C0;--color-text: #14181B;--color-text-muted: #57636C;--color-border: #E0E3E7;--color-bg: #F1F4F8;--color-surface: #FFFFFF;--color-success: #249689;--color-warning: #F9CF58;--color-error: #FF5963;--color-primary-soft: #EEECFE;--color-secondary-soft: #FCEEE5;--color-tertiary-soft: #E2F8F5;--gradient-brand: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);--gradient-brand-soft: linear-gradient(135deg, rgba(75,57,239,.08) 0%, rgba(57,210,192,.08) 100%);--font-display: "Figtree", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-body: "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 28px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(20, 24, 27, .04), 0 1px 3px rgba(20, 24, 27, .06);--shadow-md: 0 4px 12px rgba(20, 24, 27, .06), 0 2px 4px rgba(20, 24, 27, .04);--shadow-lg: 0 20px 40px -12px rgba(75, 57, 239, .18), 0 8px 16px rgba(20, 24, 27, .06);--shadow-xl: 0 30px 60px -20px rgba(75, 57, 239, .28);--max-w: 1200px;--gutter: clamp(20px, 4vw, 40px);--section-y: clamp(72px, 10vw, 128px)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-surface);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,svg{display:block;max-width:100%}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}a{color:inherit;text-decoration:none}.display-lg{font-family:var(--font-display);font-weight:500;font-size:clamp(44px,6.4vw,72px);line-height:1.04;letter-spacing:-.03em}.display-md{font-family:var(--font-display);font-weight:500;font-size:clamp(36px,4.8vw,52px);line-height:1.08;letter-spacing:-.025em}.display-sm{font-family:var(--font-display);font-weight:600;font-size:clamp(28px,3.4vw,40px);line-height:1.12;letter-spacing:-.02em}.headline{font-family:var(--font-display);font-weight:600;font-size:clamp(24px,2.6vw,32px);line-height:1.2;letter-spacing:-.015em}.eyebrow{font-family:var(--font-body);font-weight:600;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--color-primary)}.lede{font-family:var(--font-body);font-weight:400;font-size:clamp(17px,1.4vw,20px);line-height:1.55;color:var(--color-text-muted)}.container{max-width:var(--max-w);margin:0 auto;padding:0 var(--gutter)}.section{padding:var(--section-y) 0}.gradient-text{background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border-radius:var(--radius-pill);font-family:var(--font-body);font-weight:600;font-size:15px;line-height:1;transition:transform .15s ease,box-shadow .2s ease,background .2s ease,color .2s ease;white-space:nowrap}.btn-primary{background:var(--gradient-brand);color:#fff;box-shadow:0 10px 24px -8px #4b39ef80}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 14px 30px -8px #4b39ef8c}.btn-ghost{background:transparent;color:var(--color-text);padding:14px 20px}.btn-ghost:hover{color:var(--color-primary)}.btn-outline{background:#fff;color:var(--color-text);box-shadow:inset 0 0 0 1px var(--color-border)}.btn-outline:hover{box-shadow:inset 0 0 0 1px var(--color-primary);color:var(--color-primary)}.chip{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:var(--radius-pill);font-size:13px;font-weight:600;background:var(--color-primary-soft);color:var(--color-primary)}.chip-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:28px;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.card:hover{border-color:color-mix(in oklab,var(--color-primary) 30%,var(--color-border));box-shadow:var(--shadow-md)}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:4px}.mesh-bg{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.mesh-bg:before,.mesh-bg:after{content:"";position:absolute;width:640px;height:640px;border-radius:50%;filter:blur(80px);opacity:.55}.mesh-bg:before{background:var(--color-primary);top:-200px;left:-120px;opacity:.22}.mesh-bg:after{background:var(--color-secondary);bottom:-240px;right:-100px;opacity:.22}@media(prefers-reduced-motion:no-preference){.fade-up{opacity:0;transform:translateY(14px);animation:fadeUp .7s ease-out forwards}.fade-up[data-delay="1"]{animation-delay:.08s}.fade-up[data-delay="2"]{animation-delay:.16s}.fade-up[data-delay="3"]{animation-delay:.24s}.fade-up[data-delay="4"]{animation-delay:.32s}}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse-ring{0%{box-shadow:0 0 #4b39ef59}70%{box-shadow:0 0 0 16px #4b39ef00}to{box-shadow:0 0 #4b39ef00}}.logo[data-astro-cid-bt5hbwbt]{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:700;font-size:18px;letter-spacing:-.01em;color:var(--color-text)}.logo-mark[data-astro-cid-bt5hbwbt]{display:inline-block;border-radius:8px;overflow:hidden;background:linear-gradient(180deg,#5a48f3,#8e6bd9 55%,#f59c6c)}.logo-mark[data-astro-cid-bt5hbwbt] img[data-astro-cid-bt5hbwbt]{width:100%;height:100%;display:block;object-fit:cover}.logo-word[data-astro-cid-bt5hbwbt]{transform:translateY(-1px)}.nav[data-astro-cid-dmqpwcec]{position:relative;z-index:40;margin:16px auto 0;width:min(calc(100% - 32px),1160px)}.nav-inner[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:space-between;padding:10px 14px 10px 22px;gap:24px;background:var(--color-surface);border-radius:999px;box-shadow:0 4px 14px -6px #14181b1a,0 12px 32px -16px #14181b2e}.nav-links[data-astro-cid-dmqpwcec]{display:flex;gap:26px}.nav-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{font-size:14px;font-weight:500;color:var(--color-text-muted);transition:color .2s ease}.nav-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover{color:var(--color-text)}.nav-cta[data-astro-cid-dmqpwcec]{display:flex;gap:6px;align-items:center}.nav-cta[data-astro-cid-dmqpwcec] .btn[data-astro-cid-dmqpwcec]{padding:11px 18px;font-size:14px}.nav-burger[data-astro-cid-dmqpwcec]{display:none;width:40px;height:40px;flex-direction:column;gap:5px;align-items:center;justify-content:center;border-radius:10px}.nav-burger[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]{width:18px;height:2px;background:var(--color-text);border-radius:2px}.nav-burger[data-astro-cid-dmqpwcec]:hover{background:var(--color-bg)}.nav-drawer[data-astro-cid-dmqpwcec]{display:none;flex-direction:column;gap:4px;padding:14px 22px 18px;margin-top:8px;background:var(--color-surface);border-radius:22px;box-shadow:0 6px 18px -8px #14181b24,0 18px 40px -18px #14181b38}.nav-drawer[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{padding:12px 6px;color:var(--color-text);font-weight:500;font-size:15px;border-bottom:1px solid var(--color-border)}.nav-drawer[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:last-child{border-bottom:none}.nav-drawer[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec].btn{border-bottom:none;margin-top:8px;justify-content:center;color:#fff}@media(max-width:880px){.nav[data-astro-cid-dmqpwcec]{margin-top:12px;width:calc(100% - 24px)}.nav-inner[data-astro-cid-dmqpwcec]{padding:8px 8px 8px 16px}.nav-links[data-astro-cid-dmqpwcec],.nav-signin[data-astro-cid-dmqpwcec]{display:none}.nav-burger[data-astro-cid-dmqpwcec]{display:flex}.nav-drawer[data-astro-cid-dmqpwcec]:not([hidden]){display:flex}}@media(max-width:520px){.nav-cta[data-astro-cid-dmqpwcec] .btn-primary[data-astro-cid-dmqpwcec]{padding:10px 14px;font-size:13px}}.phone-shot[data-astro-cid-gjvusaum]{width:300px;aspect-ratio:1206 / 2622;background:#1a1a1f;border-radius:42px;padding:10px;box-shadow:0 50px 80px -30px #4b39ef59,0 30px 60px -20px #14181b59,inset 0 0 0 1.5px #2a2a30}.phone-shot-img[data-astro-cid-gjvusaum]{width:100%;height:100%;display:block;object-fit:cover;border-radius:32px;background:#fff}.phone-shot-sm[data-astro-cid-gjvusaum]{width:260px;border-radius:38px;padding:9px}.phone-shot-sm[data-astro-cid-gjvusaum] .phone-shot-img[data-astro-cid-gjvusaum]{border-radius:30px}@media(max-width:500px){.phone-shot[data-astro-cid-gjvusaum]{width:260px}.phone-shot-sm[data-astro-cid-gjvusaum]{width:230px}}.hero[data-astro-cid-bbe6dxrz]{position:relative;padding:clamp(24px,3vw,40px) 0 clamp(60px,8vw,100px);overflow:hidden}.hero-grid[data-astro-cid-bbe6dxrz]{position:relative;z-index:1;margin-top:clamp(32px,5vw,56px);display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(32px,5vw,80px);align-items:center}.hero-copy[data-astro-cid-bbe6dxrz] .chip[data-astro-cid-bbe6dxrz]{margin-bottom:20px}.hero-copy[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz]{margin:0 0 18px}.hero-copy[data-astro-cid-bbe6dxrz] .lede[data-astro-cid-bbe6dxrz]{max-width:520px;margin:0 0 32px}.hero-ctas[data-astro-cid-bbe6dxrz]{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:32px}.hero-meta[data-astro-cid-bbe6dxrz]{display:flex;gap:22px;flex-wrap:wrap}.hero-meta-item[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;color:var(--color-text-muted);font-weight:500}.hero-meta-dot[data-astro-cid-bbe6dxrz]{width:8px;height:8px;border-radius:50%}.hero-visual[data-astro-cid-bbe6dxrz]{position:relative;display:flex;justify-content:center;align-items:center;min-height:580px}.hero-ring[data-astro-cid-bbe6dxrz]{position:absolute;border-radius:50%;border:1px dashed color-mix(in oklab,var(--color-primary) 25%,transparent)}.hero-ring-1[data-astro-cid-bbe6dxrz]{width:420px;height:420px}.hero-ring-2[data-astro-cid-bbe6dxrz]{width:560px;height:560px;border-color:color-mix(in oklab,var(--color-secondary) 25%,transparent)}.hero-phone-wrap[data-astro-cid-bbe6dxrz]{position:relative;animation:floaty 6s ease-in-out infinite}.hero-notif[data-astro-cid-bbe6dxrz],.hero-filled[data-astro-cid-bbe6dxrz]{position:absolute;background:#fff;border-radius:16px;padding:12px 16px;box-shadow:0 20px 40px -12px #14181b2e,0 4px 8px #14181b0f;display:flex;align-items:center;gap:12px;font-family:var(--font-body);animation:floaty 5s ease-in-out infinite}.hero-notif[data-astro-cid-bbe6dxrz]{top:60px;left:-80px;animation-delay:.6s}.hero-notif-icon[data-astro-cid-bbe6dxrz]{width:36px;height:36px;border-radius:12px;background:var(--gradient-brand);display:grid;place-items:center;animation:pulse-ring 2.2s ease-out infinite}.hero-notif-title[data-astro-cid-bbe6dxrz]{font-weight:700;font-size:13px}.hero-notif-sub[data-astro-cid-bbe6dxrz]{font-size:11.5px;color:var(--color-text-muted)}.hero-filled[data-astro-cid-bbe6dxrz]{bottom:80px;right:-70px;animation-delay:1.8s}.hero-filled-check[data-astro-cid-bbe6dxrz]{width:28px;height:28px;border-radius:8px;background:var(--color-success);display:grid;place-items:center}.hero-filled-title[data-astro-cid-bbe6dxrz]{font-weight:700;font-size:13px}.hero-filled-sub[data-astro-cid-bbe6dxrz]{font-size:11.5px;color:var(--color-text-muted)}@media(max-width:900px){.hero-grid[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;text-align:center}.hero-copy[data-astro-cid-bbe6dxrz] .chip[data-astro-cid-bbe6dxrz],.hero-copy[data-astro-cid-bbe6dxrz] .lede[data-astro-cid-bbe6dxrz]{margin-left:auto;margin-right:auto}.hero-ctas[data-astro-cid-bbe6dxrz],.hero-meta[data-astro-cid-bbe6dxrz]{justify-content:center}.hero-visual[data-astro-cid-bbe6dxrz]{min-height:560px}.hero-notif[data-astro-cid-bbe6dxrz]{left:-20px}.hero-filled[data-astro-cid-bbe6dxrz]{right:-20px}}@media(max-width:520px){.hero-notif[data-astro-cid-bbe6dxrz]{left:-50px;top:32px;padding:9px 12px;max-width:200px}.hero-notif-title[data-astro-cid-bbe6dxrz],.hero-filled-title[data-astro-cid-bbe6dxrz]{font-size:12px}.hero-notif-sub[data-astro-cid-bbe6dxrz],.hero-filled-sub[data-astro-cid-bbe6dxrz]{font-size:10.5px}.hero-filled[data-astro-cid-bbe6dxrz]{right:-50px;bottom:70px;padding:9px 12px;max-width:200px}.hero-ring-1[data-astro-cid-bbe6dxrz]{width:320px;height:320px}.hero-ring-2[data-astro-cid-bbe6dxrz]{width:420px;height:420px}}.problem[data-astro-cid-oo6sugl5]{background:var(--color-bg)}.problem-head[data-astro-cid-oo6sugl5]{max-width:720px;margin:0 auto 56px;text-align:center}.problem-head[data-astro-cid-oo6sugl5] .eyebrow[data-astro-cid-oo6sugl5]{display:inline-block;margin-bottom:14px}.problem-head[data-astro-cid-oo6sugl5] h2[data-astro-cid-oo6sugl5]{margin:0 0 18px}.problem-head[data-astro-cid-oo6sugl5] .lede[data-astro-cid-oo6sugl5]{margin:0 auto;max-width:640px}.problem-compare[data-astro-cid-oo6sugl5]{display:grid;grid-template-columns:1fr 1fr;gap:24px;position:relative}.problem-compare[data-astro-cid-oo6sugl5]:before{content:"→";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:var(--gradient-brand);color:#fff;display:grid;place-items:center;font-family:var(--font-display);font-size:22px;font-weight:600;box-shadow:0 10px 24px -8px #4b39ef73;z-index:2}.problem-col[data-astro-cid-oo6sugl5]{background:#fff;border-radius:var(--radius-xl);padding:32px;box-shadow:var(--shadow-md)}.problem-col-before[data-astro-cid-oo6sugl5]{background:#fff}.problem-col-after[data-astro-cid-oo6sugl5]{background:linear-gradient(180deg,#fff,#f6fbfa);box-shadow:0 20px 40px -16px #39d2c047,0 4px 12px #14181b0a}.problem-col-head[data-astro-cid-oo6sugl5]{margin-bottom:22px}.problem-col-head[data-astro-cid-oo6sugl5] h3[data-astro-cid-oo6sugl5]{margin:8px 0 0}.problem-badge[data-astro-cid-oo6sugl5]{display:inline-flex;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.problem-badge-bad[data-astro-cid-oo6sugl5]{background:#ffe7e9;color:#b3242e}.problem-badge-good[data-astro-cid-oo6sugl5]{background:var(--color-secondary-soft);color:#1d6e66}.timeline[data-astro-cid-oo6sugl5]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.timeline-item[data-astro-cid-oo6sugl5]{display:grid;grid-template-columns:70px 14px 1fr;align-items:center;gap:14px;font-size:15px}.timeline-time[data-astro-cid-oo6sugl5]{font-family:var(--font-body);font-weight:600;font-size:12px;color:var(--color-text-muted);letter-spacing:.02em}.timeline-dot[data-astro-cid-oo6sugl5]{width:10px;height:10px;border-radius:50%;justify-self:center}.timeline-dot-bad[data-astro-cid-oo6sugl5]{background:var(--color-error);box-shadow:0 0 0 4px #ff596324}.timeline-dot-good[data-astro-cid-oo6sugl5]{background:var(--color-success);box-shadow:0 0 0 4px #24968924}.timeline-text[data-astro-cid-oo6sugl5]{color:var(--color-text)}.problem-col-before[data-astro-cid-oo6sugl5] .timeline-text[data-astro-cid-oo6sugl5]{color:var(--color-text-muted);text-decoration:line-through;text-decoration-color:#57636c4d;text-decoration-thickness:1px}@media(max-width:860px){.problem-compare[data-astro-cid-oo6sugl5]{grid-template-columns:1fr;gap:48px}.problem-compare[data-astro-cid-oo6sugl5]:before{left:50%;top:auto;top:calc(50% + -0px);display:none}.problem-col[data-astro-cid-oo6sugl5]{padding:24px}}.features-head[data-astro-cid-vnivfuh2]{max-width:720px;margin:0 auto 56px;text-align:center}.features-head[data-astro-cid-vnivfuh2] .eyebrow[data-astro-cid-vnivfuh2]{display:inline-block;margin-bottom:14px}.features-head[data-astro-cid-vnivfuh2] h2[data-astro-cid-vnivfuh2]{margin:0}.features-grid[data-astro-cid-vnivfuh2]{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card[data-astro-cid-vnivfuh2]{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:28px;position:relative;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.feature-card[data-astro-cid-vnivfuh2]:before{content:"";position:absolute;top:0;left:24px;right:24px;height:2px;border-radius:2px;opacity:0;transition:opacity .2s ease}.feature-accent-primary[data-astro-cid-vnivfuh2]:before{background:var(--color-primary)}.feature-accent-secondary[data-astro-cid-vnivfuh2]:before{background:var(--color-secondary)}.feature-accent-tertiary[data-astro-cid-vnivfuh2]:before{background:var(--color-tertiary)}.feature-card[data-astro-cid-vnivfuh2]:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.feature-card[data-astro-cid-vnivfuh2]:hover:before{opacity:1}.feature-icon[data-astro-cid-vnivfuh2]{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;margin-bottom:18px}.feature-icon[data-astro-cid-vnivfuh2] svg[data-astro-cid-vnivfuh2]{width:24px;height:24px}.feature-accent-primary[data-astro-cid-vnivfuh2] .feature-icon[data-astro-cid-vnivfuh2]{background:var(--color-primary-soft);color:var(--color-primary)}.feature-accent-secondary[data-astro-cid-vnivfuh2] .feature-icon[data-astro-cid-vnivfuh2]{background:var(--color-secondary-soft);color:#a74b1a}.feature-accent-tertiary[data-astro-cid-vnivfuh2] .feature-icon[data-astro-cid-vnivfuh2]{background:var(--color-tertiary-soft);color:#1d6e66}.feature-title[data-astro-cid-vnivfuh2]{font-family:var(--font-display);font-weight:600;font-size:19px;margin:0 0 8px;letter-spacing:-.01em}.feature-desc[data-astro-cid-vnivfuh2]{margin:0;color:var(--color-text-muted);font-size:15px}.feature-providers[data-astro-cid-vnivfuh2]{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.provider[data-astro-cid-vnivfuh2]{display:inline-flex;align-items:center;gap:8px;padding:6px 12px 6px 10px;background:#fff;border:1px solid var(--color-border);border-radius:999px;font-size:12.5px;font-weight:600;color:var(--color-text);box-shadow:0 1px 2px #14181b0a;transition:border-color .2s ease,transform .2s ease}.provider[data-astro-cid-vnivfuh2] svg[data-astro-cid-vnivfuh2]{flex:0 0 auto}.feature-card[data-astro-cid-vnivfuh2]:hover .provider[data-astro-cid-vnivfuh2]{border-color:color-mix(in oklab,var(--color-tertiary) 35%,var(--color-border))}@media(max-width:900px){.features-grid[data-astro-cid-vnivfuh2]{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.features-grid[data-astro-cid-vnivfuh2]{grid-template-columns:1fr}}.roles[data-astro-cid-ia7jbumo]{background:var(--color-bg)}.roles-head[data-astro-cid-ia7jbumo]{max-width:720px;margin:0 auto 40px;text-align:center}.roles-head[data-astro-cid-ia7jbumo] .eyebrow[data-astro-cid-ia7jbumo]{display:inline-block;margin-bottom:14px}.roles-head[data-astro-cid-ia7jbumo] h2[data-astro-cid-ia7jbumo]{margin:0 0 16px}.roles-head[data-astro-cid-ia7jbumo] .lede[data-astro-cid-ia7jbumo]{margin:0 auto;max-width:600px}.roles-tabs[data-astro-cid-ia7jbumo]{display:inline-flex;gap:4px;padding:6px;background:#fff;border-radius:999px;border:1px solid var(--color-border);margin:0 auto 36px;width:max-content;max-width:100%;overflow-x:auto}.roles-tabs[data-astro-cid-ia7jbumo],.roles-tabs-wrap[data-astro-cid-ia7jbumo]{display:flex;justify-content:center}.roles-tab[data-astro-cid-ia7jbumo]{padding:10px 20px;border-radius:999px;font-weight:600;font-size:14px;color:var(--color-text-muted);transition:all .2s ease}.roles-tab[data-astro-cid-ia7jbumo]:hover{color:var(--color-text)}.roles-tab[data-astro-cid-ia7jbumo].is-active{background:var(--gradient-brand);color:#fff;box-shadow:0 6px 14px -6px #4b39ef80}.roles-panels[data-astro-cid-ia7jbumo]{position:relative}.role-panel[data-astro-cid-ia7jbumo]{display:none;grid-template-columns:1fr 1fr;gap:clamp(32px,4vw,56px);align-items:center;background:#fff;border-radius:var(--radius-xl);padding:clamp(28px,4vw,48px);box-shadow:var(--shadow-md)}.role-panel[data-astro-cid-ia7jbumo].is-active{display:grid;animation:fadeUp .5s ease-out}.role-chip[data-astro-cid-ia7jbumo]{display:inline-flex;padding:4px 12px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px}.role-chip-primary[data-astro-cid-ia7jbumo]{background:var(--color-primary-soft);color:var(--color-primary)}.role-chip-secondary[data-astro-cid-ia7jbumo]{background:var(--color-secondary-soft);color:#a74b1a}.role-chip-tertiary[data-astro-cid-ia7jbumo]{background:var(--color-tertiary-soft);color:#1d6e66}.role-title[data-astro-cid-ia7jbumo]{margin:0 0 22px}.role-list[data-astro-cid-ia7jbumo]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.role-list[data-astro-cid-ia7jbumo] li[data-astro-cid-ia7jbumo]{display:flex;align-items:flex-start;gap:12px;font-size:16px;color:var(--color-text)}.role-check[data-astro-cid-ia7jbumo]{flex:0 0 20px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;margin-top:3px}.role-check-primary[data-astro-cid-ia7jbumo]{background:var(--color-primary)}.role-check-secondary[data-astro-cid-ia7jbumo]{background:var(--color-secondary)}.role-check-tertiary[data-astro-cid-ia7jbumo]{background:var(--color-tertiary)}.role-visual[data-astro-cid-ia7jbumo]{display:flex;align-items:center;justify-content:center;min-height:380px}.shot-browser[data-astro-cid-ia7jbumo]{width:100%;max-width:560px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 30px 60px -20px #14181b40,0 10px 24px #14181b14;border:1px solid var(--color-border)}.shot-browser-bar[data-astro-cid-ia7jbumo]{display:flex;align-items:center;gap:6px;padding:8px 10px;background:#f1f4f8;border-bottom:1px solid var(--color-border)}.shot-browser-bar[data-astro-cid-ia7jbumo] span[data-astro-cid-ia7jbumo]{width:10px;height:10px;border-radius:50%;background:#d1d5db}.shot-browser-bar[data-astro-cid-ia7jbumo] span[data-astro-cid-ia7jbumo]:nth-child(1){background:#ff5f57}.shot-browser-bar[data-astro-cid-ia7jbumo] span[data-astro-cid-ia7jbumo]:nth-child(2){background:#febc2e}.shot-browser-bar[data-astro-cid-ia7jbumo] span[data-astro-cid-ia7jbumo]:nth-child(3){background:#28c840}.shot-browser-img[data-astro-cid-ia7jbumo]{width:100%;display:block}@media(max-width:860px){.role-panel[data-astro-cid-ia7jbumo].is-active{grid-template-columns:1fr}.role-visual[data-astro-cid-ia7jbumo]{min-height:320px}}.how[data-astro-cid-cmgpsf2k]{position:relative}.how-head[data-astro-cid-cmgpsf2k]{max-width:720px;margin:0 auto 56px;text-align:center}.how-head[data-astro-cid-cmgpsf2k] .eyebrow[data-astro-cid-cmgpsf2k]{display:inline-block;margin-bottom:14px}.how-head[data-astro-cid-cmgpsf2k] h2[data-astro-cid-cmgpsf2k]{margin:0 0 16px}.how-grid[data-astro-cid-cmgpsf2k]{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.how-track[data-astro-cid-cmgpsf2k]{position:absolute;top:24px;left:8%;right:8%;height:2px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));opacity:.25;z-index:0}.how-step[data-astro-cid-cmgpsf2k]{position:relative;z-index:1}.how-num[data-astro-cid-cmgpsf2k]{width:52px;height:52px;border-radius:50%;background:#fff;border:2px solid transparent;background-image:linear-gradient(#fff,#fff),var(--gradient-brand);background-origin:border-box;background-clip:padding-box,border-box;display:grid;place-items:center;font-family:var(--font-display);font-weight:700;font-size:15px;color:var(--color-primary);margin-bottom:18px;box-shadow:0 8px 16px -8px #4b39ef4d}.how-who[data-astro-cid-cmgpsf2k]{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin-bottom:8px}.how-title[data-astro-cid-cmgpsf2k]{font-family:var(--font-display);font-weight:600;font-size:19px;margin:0 0 8px;letter-spacing:-.01em}.how-desc[data-astro-cid-cmgpsf2k]{margin:0;color:var(--color-text-muted);font-size:14.5px;line-height:1.55}@media(max-width:860px){.how-grid[data-astro-cid-cmgpsf2k]{grid-template-columns:1fr;gap:32px}.how-track[data-astro-cid-cmgpsf2k]{inset:26px auto 26px 25px;width:2px;height:auto}.how-step[data-astro-cid-cmgpsf2k]{display:grid;grid-template-columns:52px 1fr;column-gap:20px;align-items:start}.how-body[data-astro-cid-cmgpsf2k]{padding-top:4px}}.faq-container[data-astro-cid-al2ca2vr]{max-width:860px}.faq-head[data-astro-cid-al2ca2vr]{text-align:center;margin-bottom:40px}.faq-head[data-astro-cid-al2ca2vr] .eyebrow[data-astro-cid-al2ca2vr]{display:inline-block;margin-bottom:14px}.faq-head[data-astro-cid-al2ca2vr] h2[data-astro-cid-al2ca2vr]{margin:0 0 14px}.faq-link[data-astro-cid-al2ca2vr]{color:var(--color-primary);font-weight:600}.faq-link[data-astro-cid-al2ca2vr]:hover{text-decoration:underline}.faq-list[data-astro-cid-al2ca2vr]{display:flex;flex-direction:column;gap:12px}.faq-item[data-astro-cid-al2ca2vr]{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);transition:border-color .2s ease,box-shadow .2s ease}.faq-item[data-astro-cid-al2ca2vr][open]{border-color:color-mix(in oklab,var(--color-primary) 30%,var(--color-border));box-shadow:var(--shadow-sm)}.faq-item[data-astro-cid-al2ca2vr] summary[data-astro-cid-al2ca2vr]{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 22px;cursor:pointer;font-family:var(--font-display);font-weight:600;font-size:17px;letter-spacing:-.005em}.faq-item[data-astro-cid-al2ca2vr] summary[data-astro-cid-al2ca2vr]::-webkit-details-marker{display:none}.faq-icon[data-astro-cid-al2ca2vr]{color:var(--color-text-muted);transition:transform .25s ease,color .2s ease}.faq-item[data-astro-cid-al2ca2vr][open] .faq-icon[data-astro-cid-al2ca2vr]{transform:rotate(180deg);color:var(--color-primary)}.faq-a[data-astro-cid-al2ca2vr]{padding:0 22px 22px;color:var(--color-text-muted);font-size:15.5px;line-height:1.6}.contact[data-astro-cid-xmivup5a]{position:relative;overflow:hidden;background:var(--color-bg)}.contact-grid[data-astro-cid-xmivup5a]{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(32px,5vw,72px);align-items:center}.contact-copy[data-astro-cid-xmivup5a] .eyebrow[data-astro-cid-xmivup5a]{display:inline-block;margin-bottom:14px}.contact-copy[data-astro-cid-xmivup5a] h2[data-astro-cid-xmivup5a]{margin:0 0 18px}.contact-copy[data-astro-cid-xmivup5a] .lede[data-astro-cid-xmivup5a]{max-width:460px;margin:0 0 28px}.contact-list[data-astro-cid-xmivup5a]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.contact-list[data-astro-cid-xmivup5a] li[data-astro-cid-xmivup5a]{display:flex;align-items:center;gap:14px}.contact-icon[data-astro-cid-xmivup5a]{width:40px;height:40px;border-radius:12px;background:var(--color-primary-soft);color:var(--color-primary);display:grid;place-items:center}.contact-icon[data-astro-cid-xmivup5a] svg[data-astro-cid-xmivup5a]{width:20px;height:20px}.contact-label[data-astro-cid-xmivup5a]{font-weight:600;font-size:15px}.contact-sub[data-astro-cid-xmivup5a]{font-size:13px;color:var(--color-text-muted)}.contact-form[data-astro-cid-xmivup5a]{position:relative;background:#fff;border-radius:var(--radius-xl);padding:clamp(24px,3.5vw,40px);box-shadow:var(--shadow-lg);border:1px solid var(--color-border)}.field[data-astro-cid-xmivup5a]{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.field-row[data-astro-cid-xmivup5a]{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field[data-astro-cid-xmivup5a] label[data-astro-cid-xmivup5a]{font-size:13px;font-weight:600;color:var(--color-text)}.field[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a],.field[data-astro-cid-xmivup5a] textarea[data-astro-cid-xmivup5a]{font:inherit;font-size:16px;padding:12px 14px;border:1px solid var(--color-border);border-radius:12px;background:var(--color-bg);transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;width:100%}.field[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a]:focus,.field[data-astro-cid-xmivup5a] textarea[data-astro-cid-xmivup5a]:focus{outline:none;border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 4px color-mix(in oklab,var(--color-primary) 15%,transparent)}.field[data-astro-cid-xmivup5a] textarea[data-astro-cid-xmivup5a]{resize:vertical;min-height:100px}.radio-group[data-astro-cid-xmivup5a]{display:flex;flex-wrap:wrap;gap:8px}.radio-pill[data-astro-cid-xmivup5a]{position:relative}.radio-pill[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a]{position:absolute;opacity:0;pointer-events:none}.radio-pill[data-astro-cid-xmivup5a] span[data-astro-cid-xmivup5a]{display:inline-block;padding:9px 14px;border-radius:999px;border:1px solid var(--color-border);background:var(--color-bg);font-size:13.5px;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap}.radio-pill[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a]:checked+span[data-astro-cid-xmivup5a]{background:var(--color-primary);color:#fff;border-color:transparent;box-shadow:0 4px 10px -4px #4b39ef66}.radio-pill[data-astro-cid-xmivup5a]:hover span[data-astro-cid-xmivup5a]{border-color:var(--color-primary)}.contact-submit[data-astro-cid-xmivup5a]{width:100%;margin-top:8px;padding:15px 22px;font-size:15px}.contact-fine[data-astro-cid-xmivup5a]{text-align:center;font-size:12px;color:var(--color-text-muted);margin:12px 0 0;line-height:1.7}.contact-fine-link[data-astro-cid-xmivup5a]{color:var(--color-primary);font-weight:600}.contact-fine-link[data-astro-cid-xmivup5a]:hover{text-decoration:underline}.contact-success[data-astro-cid-xmivup5a]{text-align:center;padding:32px 20px}.contact-success-icon[data-astro-cid-xmivup5a]{width:64px;height:64px;border-radius:50%;background:var(--color-secondary-soft);color:var(--color-success);display:grid;place-items:center;margin:0 auto 16px}.contact-success[data-astro-cid-xmivup5a] h3[data-astro-cid-xmivup5a]{font-family:var(--font-display);margin:0 0 8px;font-size:22px}.contact-success[data-astro-cid-xmivup5a] p[data-astro-cid-xmivup5a]{margin:0;color:var(--color-text-muted)}@media(max-width:860px){.contact-grid[data-astro-cid-xmivup5a],.field-row[data-astro-cid-xmivup5a]{grid-template-columns:1fr}}.footer[data-astro-cid-sz7xmlte]{background:#0f1216;color:#c9ced3;padding:72px 0 32px}.footer[data-astro-cid-sz7xmlte] .logo{color:#fff}.footer-inner[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.3fr 2fr;gap:48px;padding-bottom:48px}.footer-brand[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{max-width:280px;margin:16px 0 0;color:#8b9199;font-size:14px}.footer-links[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr 1fr 1.3fr;gap:32px}.footer-links[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{font-family:var(--font-display);color:#fff;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin:0 0 14px}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{display:block;color:#8b9199;padding:4px 0;font-size:14px;transition:color .15s ease}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#fff}.store-badges[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;margin-top:2px;align-items:flex-start}.store-badge[data-astro-cid-sz7xmlte]{display:inline-block;transition:transform .15s ease,opacity .15s ease;line-height:0}.store-badge[data-astro-cid-sz7xmlte]:hover{transform:translateY(-1px);opacity:.88}.store-badge[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{display:block;height:40px;width:auto}.footer-bottom[data-astro-cid-sz7xmlte]{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13px;color:#6b7280}@media(max-width:700px){.footer-inner[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:32px}.footer-links[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr;gap:20px}.footer-links[data-astro-cid-sz7xmlte]>div[data-astro-cid-sz7xmlte]:last-child{grid-column:1 / -1}}
