.nav-wrapper.svelte-1dpc2py{position:sticky;top:var(--space-4);z-index:var(--z-sticky);padding:0 var(--space-4);display:flex;justify-content:center;pointer-events:none}.landing-nav.svelte-1dpc2py{width:100%;max-width:1000px;background:var(--glass-bg, rgba(255, 255, 255, .75));-webkit-backdrop-filter:var(--glass-blur, blur(12px));backdrop-filter:var(--glass-blur, blur(12px));border:1px solid var(--glass-border, rgba(255, 255, 255, .4));border-radius:100px;box-shadow:0 4px 20px -2px #0000000d,0 0 3px #00000005;pointer-events:auto;transition:all .3s ease}.nav-inner.svelte-1dpc2py{display:flex;align-items:center;height:56px;padding:0 var(--space-2) 0 var(--space-5);gap:var(--space-8)}.nav-logo.svelte-1dpc2py{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;letter-spacing:-.02em;margin-right:auto;color:var(--text-primary);text-decoration:none}.brand-icon.svelte-1dpc2py{width:26px;height:26px;background:var(--brand-600);color:#fff;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.nav-links.svelte-1dpc2py{display:flex;gap:var(--space-6)}.nav-links.svelte-1dpc2py a:where(.svelte-1dpc2py){font-size:.875rem;font-weight:500;color:var(--text-secondary);transition:color var(--duration-fast) var(--ease-in-out);text-decoration:none}.nav-links.svelte-1dpc2py a:where(.svelte-1dpc2py):hover{color:var(--text-primary)}.nav-actions.svelte-1dpc2py{display:flex;align-items:center;gap:var(--space-2)}.nav-login.svelte-1dpc2py{font-weight:500;border-radius:100px}.nav-cta.svelte-1dpc2py{border-radius:100px;font-weight:600;padding-left:1.25rem;padding-right:1.25rem}.nav-toggle.svelte-1dpc2py{display:none}.nav-mobile.svelte-1dpc2py{padding:var(--space-4) var(--space-6);border-top:1px solid var(--border-default);display:flex;flex-direction:column;gap:var(--space-2);border-radius:0 0 24px 24px}.nav-mobile.svelte-1dpc2py a:where(.svelte-1dpc2py):not(.btn){display:block;padding:var(--space-2) 0;font-size:.9375rem;font-weight:500;color:var(--text-secondary);text-decoration:none}.nav-mobile.svelte-1dpc2py a:where(.svelte-1dpc2py):not(.btn):hover{color:var(--text-primary)}.nav-mobile.svelte-1dpc2py hr:where(.svelte-1dpc2py){margin:var(--space-2) 0;border:none;border-top:1px solid var(--border-default)}@media(max-width:768px){.nav-wrapper.svelte-1dpc2py{top:var(--space-2);padding:0 var(--space-2)}.landing-nav.svelte-1dpc2py{border-radius:24px}.nav-inner.svelte-1dpc2py{padding:0 var(--space-4)}.nav-links.svelte-1dpc2py,.nav-actions.svelte-1dpc2py{display:none}.nav-toggle.svelte-1dpc2py{display:flex}}.hero-wrapper.svelte-jhuur8{position:relative;overflow:hidden;padding-top:5rem;margin-top:-80px}.grid-pattern.svelte-jhuur8{position:absolute;inset:0;background-image:linear-gradient(to right,rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.03) 1px,transparent 1px);background-size:40px 40px;mask-image:radial-gradient(circle at center,black,transparent 80%);-webkit-mask-image:radial-gradient(circle at center,black,transparent 80%);z-index:0}.glow-orb.svelte-jhuur8{position:absolute;border-radius:50%;filter:blur(100px);z-index:0;opacity:.5}.orb-primary.svelte-jhuur8{top:-100px;left:50%;transform:translate(-50%);width:600px;height:400px;background:var(--brand-200)}.orb-secondary.svelte-jhuur8{top:200px;right:-100px;width:400px;height:400px;background:var(--info-bg)}.hero.svelte-jhuur8{position:relative;z-index:10;padding:7rem 0 4rem;text-align:center;max-width:860px;margin:0 auto}.badge-new.svelte-jhuur8{display:inline-flex;align-items:center;gap:.5rem;background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--brand-200);color:var(--brand-700);padding:.375rem 1rem;border-radius:100px;font-size:.8125rem;font-weight:600;margin-bottom:2rem;box-shadow:0 4px 12px #6366f11a}.badge-pulse.svelte-jhuur8{width:8px;height:8px;background:var(--brand-500);border-radius:50%;position:relative}.badge-pulse.svelte-jhuur8:after{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px solid var(--brand-500);animation:svelte-jhuur8-pulse 2s infinite}@keyframes svelte-jhuur8-pulse{0%{transform:scale(.5);opacity:1}to{transform:scale(1.5);opacity:0}}h1.svelte-jhuur8{font-size:4rem;line-height:1.05;font-weight:700;letter-spacing:-.04em;margin-bottom:1.5rem;color:var(--text-primary)}h1.svelte-jhuur8 span:where(.svelte-jhuur8){color:var(--brand-600);display:inline-block}p.svelte-jhuur8{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.6;max-width:680px;margin-left:auto;margin-right:auto}.cta-group.svelte-jhuur8{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.cta-main.svelte-jhuur8{border-radius:100px;padding:.875rem 2rem;font-size:1rem;font-weight:600;box-shadow:0 4px 14px #4f46e563;transition:all .2s ease}.cta-main.svelte-jhuur8:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4f46e54d}.cta-demo.svelte-jhuur8{border-radius:100px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur)}.social-proof.svelte-jhuur8{margin-bottom:3rem;font-size:.875rem;font-weight:500;color:var(--text-tertiary)}.hero-stats.svelte-jhuur8{display:flex;align-items:center;justify-content:center;gap:2.5rem;padding:1.25rem 2.5rem;border:1px solid var(--glass-border);border-radius:20px;background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);max-width:600px;margin:0 auto;box-shadow:0 10px 30px -10px #0000000d}.stat.svelte-jhuur8{display:flex;flex-direction:column;align-items:center;gap:4px}.stat-value.svelte-jhuur8{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--text-primary)}.stat-label.svelte-jhuur8{font-size:.8125rem;font-weight:500;color:var(--text-secondary)}.stat-divider.svelte-jhuur8{width:1px;height:40px;background:var(--border-default)}@media(max-width:768px){.hero-wrapper.svelte-jhuur8{padding-top:3rem;margin-top:-60px}.hero.svelte-jhuur8{padding:5rem 0 3rem}h1.svelte-jhuur8{font-size:2.5rem}p.svelte-jhuur8{font-size:1.0625rem}.cta-group.svelte-jhuur8{flex-direction:column;width:100%;max-width:300px;margin:0 auto 2rem}.cta-main.svelte-jhuur8,.cta-demo.svelte-jhuur8{width:100%;justify-content:center}.hero-stats.svelte-jhuur8{gap:1rem;padding:1rem;border-radius:16px;flex-wrap:wrap}.stat-divider.svelte-jhuur8{display:none}.stat.svelte-jhuur8{width:40%}}.use-cases.svelte-7nfq3c{padding:6rem 0;max-width:1100px;margin:0 auto;position:relative}.section-header.svelte-7nfq3c{text-align:center;margin-bottom:4rem}.label-text.svelte-7nfq3c{color:var(--brand-600);font-weight:600;letter-spacing:.05em}.section-header.svelte-7nfq3c h2:where(.svelte-7nfq3c){font-size:2.25rem;font-weight:700;letter-spacing:-.03em;margin-top:.75rem;margin-bottom:1rem}.section-header.svelte-7nfq3c p:where(.svelte-7nfq3c){color:var(--text-secondary);font-size:1.125rem;max-width:500px;margin:0 auto}.cases-grid.svelte-7nfq3c{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.case-card.svelte-7nfq3c{padding:2rem;border:1px solid var(--border-default);border-radius:20px;background:var(--bg-surface);display:flex;flex-direction:column;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.case-card.svelte-7nfq3c:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:linear-gradient(to bottom,var(--brand-50),transparent);opacity:0;transition:opacity .3s ease;z-index:0;pointer-events:none}.case-card.svelte-7nfq3c:hover{border-color:var(--brand-200);transform:translateY(-4px);box-shadow:0 12px 24px -10px #6366f126}.case-card.svelte-7nfq3c:hover:before{opacity:.5}.case-icon.svelte-7nfq3c{width:48px;height:48px;border-radius:12px;background:var(--brand-50);color:var(--brand-600);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;z-index:1;box-shadow:0 4px 12px #6366f11a}.case-card.svelte-7nfq3c h3:where(.svelte-7nfq3c){font-size:1.125rem;font-weight:600;margin-bottom:.75rem;position:relative;z-index:1;letter-spacing:-.01em}.case-card.svelte-7nfq3c>p:where(.svelte-7nfq3c){font-size:.9375rem;color:var(--text-secondary);line-height:1.6;flex:1;margin-bottom:1.5rem;position:relative;z-index:1}.case-demo.svelte-7nfq3c{font-size:.9375rem;font-weight:600;color:var(--brand-600);display:inline-flex;align-items:center;gap:.25rem;transition:gap var(--duration-fast) var(--ease-in-out);position:relative;z-index:1;text-decoration:none}.case-demo.svelte-7nfq3c:hover{gap:.5rem;text-decoration:underline;text-underline-offset:2px}@media(max-width:900px){.cases-grid.svelte-7nfq3c{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.cases-grid.svelte-7nfq3c{grid-template-columns:1fr}.section-header.svelte-7nfq3c h2:where(.svelte-7nfq3c){font-size:1.75rem}.case-card.svelte-7nfq3c{padding:1.5rem}}.features.svelte-p1fgul{padding:6rem 0;max-width:1100px;margin:0 auto;position:relative}.section-header.svelte-p1fgul{text-align:center;margin-bottom:4rem}.label-text.svelte-p1fgul{color:var(--brand-600);font-weight:600;letter-spacing:.05em}.section-header.svelte-p1fgul h2:where(.svelte-p1fgul){font-size:2.25rem;font-weight:700;letter-spacing:-.03em;margin-top:.75rem;margin-bottom:1rem}.section-header.svelte-p1fgul p:where(.svelte-p1fgul){color:var(--text-secondary);font-size:1.125rem;max-width:500px;margin:0 auto}.features-grid.svelte-p1fgul{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card.svelte-p1fgul{padding:2rem;border:1px solid var(--border-default);border-radius:20px;background:var(--bg-surface);transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.feature-card.svelte-p1fgul:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:linear-gradient(to bottom,var(--brand-50),transparent);opacity:0;transition:opacity .3s ease;z-index:0;pointer-events:none}.feature-card.svelte-p1fgul:hover{border-color:var(--brand-200);transform:translateY(-4px);box-shadow:0 12px 24px -10px #6366f126}.feature-card.svelte-p1fgul:hover:before{opacity:.5}.feature-icon.svelte-p1fgul{width:48px;height:48px;border-radius:12px;background:var(--brand-50);color:var(--brand-600);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;z-index:1;box-shadow:0 4px 12px #6366f11a}.feature-card.svelte-p1fgul h3:where(.svelte-p1fgul){font-size:1.125rem;font-weight:600;margin-bottom:.75rem;position:relative;z-index:1;letter-spacing:-.01em}.feature-card.svelte-p1fgul p:where(.svelte-p1fgul){font-size:.9375rem;color:var(--text-secondary);line-height:1.6;position:relative;z-index:1}@media(max-width:900px){.features-grid.svelte-p1fgul{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.features-grid.svelte-p1fgul{grid-template-columns:1fr}.section-header.svelte-p1fgul h2:where(.svelte-p1fgul){font-size:1.75rem}.feature-card.svelte-p1fgul{padding:1.5rem}}.how-it-works.svelte-xvea2d{padding:6rem 0;max-width:1100px;margin:0 auto;position:relative}.section-header.svelte-xvea2d{text-align:center;margin-bottom:4rem}.label-text.svelte-xvea2d{color:var(--brand-600);font-weight:600;letter-spacing:.05em}.section-header.svelte-xvea2d h2:where(.svelte-xvea2d){font-size:2.25rem;font-weight:700;letter-spacing:-.03em;margin-top:.75rem}.steps.svelte-xvea2d{display:flex;gap:2rem;justify-content:center;position:relative}.step.svelte-xvea2d{flex:1;max-width:340px;position:relative}.step-number.svelte-xvea2d{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--brand-600),var(--brand-400));color:#fff;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 4px 12px #6366f14d;position:relative;z-index:2}.step-content.svelte-xvea2d{padding:2rem;border:1px solid var(--border-default);border-radius:20px;background:var(--bg-surface);transition:all .3s ease;position:relative;overflow:hidden}.step-content.svelte-xvea2d:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:linear-gradient(to bottom,var(--brand-50),transparent);opacity:0;transition:opacity .3s ease;z-index:0;pointer-events:none}.step.svelte-xvea2d:hover .step-content:where(.svelte-xvea2d){border-color:var(--brand-200);transform:translateY(-4px);box-shadow:0 12px 24px -10px #6366f126}.step.svelte-xvea2d:hover .step-content:where(.svelte-xvea2d):before{opacity:.5}.step-icon.svelte-xvea2d{width:48px;height:48px;border-radius:12px;background:var(--brand-50);color:var(--brand-600);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;z-index:1;box-shadow:0 4px 12px #6366f11a}.step-content.svelte-xvea2d h3:where(.svelte-xvea2d){font-size:1.125rem;font-weight:600;margin-bottom:.75rem;position:relative;z-index:1;letter-spacing:-.01em}.step-content.svelte-xvea2d p:where(.svelte-xvea2d){font-size:.9375rem;color:var(--text-secondary);line-height:1.6;position:relative;z-index:1}.step-connector.svelte-xvea2d{display:none}@media(min-width:769px){.step-connector.svelte-xvea2d{display:block;position:absolute;top:20px;left:50%;width:100%;height:2px;background:linear-gradient(90deg,var(--brand-200),transparent);z-index:1}}@media(max-width:768px){.steps.svelte-xvea2d{flex-direction:column;align-items:center}.step.svelte-xvea2d{max-width:100%;width:100%}.section-header.svelte-xvea2d h2:where(.svelte-xvea2d){font-size:1.75rem}}.pricing.svelte-po02om{padding:6rem 0;max-width:1100px;margin:0 auto;position:relative}.section-header.svelte-po02om{text-align:center;margin-bottom:3rem;display:flex;flex-direction:column;align-items:center}.label-text.svelte-po02om{color:var(--brand-600);font-weight:600;letter-spacing:.05em}.section-header.svelte-po02om h2:where(.svelte-po02om){font-size:2.25rem;font-weight:700;margin-top:.75rem;margin-bottom:1rem;letter-spacing:-.03em}.section-header.svelte-po02om p:where(.svelte-po02om){color:var(--text-secondary);font-size:1.125rem;max-width:520px;margin-bottom:2rem}.billing-toggle-container.svelte-po02om{display:inline-flex;background:var(--bg-subtle);border:1px solid var(--border-default);border-radius:30px;padding:3px;position:relative;align-items:center}.toggle-btn.svelte-po02om{border:none;background:transparent;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:500;color:var(--text-secondary);cursor:pointer;border-radius:30px;transition:all .2s ease;display:flex;align-items:center;gap:.375rem}.toggle-btn.active.svelte-po02om{background:var(--bg-surface);color:var(--text-primary);box-shadow:var(--shadow-sm)}.discount-badge.svelte-po02om{font-size:.6875rem;background:var(--brand-100);color:var(--brand-700);padding:1px 6px;border-radius:10px;font-weight:600}.plans-grid.svelte-po02om{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch;margin-bottom:3.5rem}.plan-card.svelte-po02om{padding:2rem;border:1px solid var(--border-default);border-radius:20px;background:var(--bg-surface);position:relative;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.16,1,.3,1)}.plan-card.svelte-po02om:hover{border-color:var(--brand-200);transform:translateY(-4px);box-shadow:0 12px 24px -10px #6366f11f}.plan-card.featured.svelte-po02om{border-color:var(--brand-500);background:linear-gradient(165deg,var(--brand-50) 0%,var(--bg-surface) 60%);box-shadow:0 0 0 2px var(--brand-500),0 20px 40px -12px #6366f140;padding-top:2.5rem;padding-bottom:2.5rem;transform:scale(1.03)}.plan-card.featured.svelte-po02om:hover{transform:scale(1.03) translateY(-4px)}.plan-card.svelte-po02om h3:where(.svelte-po02om){font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary);letter-spacing:-.01em}.price.svelte-po02om{margin-bottom:1rem;display:flex;align-items:baseline;gap:2px}.currency.svelte-po02om{font-size:1.25rem;font-weight:500;color:var(--text-secondary);align-self:flex-start;margin-top:.375rem}.amount.svelte-po02om{font-size:2.5rem;font-weight:700;letter-spacing:-.04em;color:var(--text-primary)}.period.svelte-po02om{font-size:.8125rem;color:var(--text-tertiary);margin-left:.25rem;align-self:flex-end;padding-bottom:.375rem}.plan-desc.svelte-po02om{font-size:.9375rem;color:var(--text-secondary);line-height:1.5;margin-bottom:1.75rem;min-height:48px}.plan-cta.svelte-po02om{width:100%;margin-bottom:1.75rem;font-weight:600}.plan-features.svelte-po02om{list-style:none;display:flex;flex-direction:column;gap:.875rem;margin-top:auto;padding-top:1.5rem;border-top:1px solid var(--border-subtle)}.plan-features.svelte-po02om li:where(.svelte-po02om){font-size:.9375rem;color:var(--text-primary);display:flex;align-items:flex-start;gap:.75rem;line-height:1.4}.plan-features.svelte-po02om .check:where(.svelte-po02om){display:flex;color:var(--success);flex-shrink:0;margin-top:2px}.plan-features.svelte-po02om li.disabled:where(.svelte-po02om) .check:where(.svelte-po02om){color:var(--text-tertiary)}.plan-features.svelte-po02om li.disabled:where(.svelte-po02om){color:var(--text-tertiary);opacity:.5}.enterprise-banner.svelte-po02om{background:linear-gradient(135deg,var(--brand-50) 0%,var(--bg-surface) 60%);border:1px solid var(--brand-200);border-radius:20px;padding:2rem 2.5rem;display:flex;align-items:center;gap:2rem;max-width:900px;margin:0 auto;text-align:left}.enterprise-icon.svelte-po02om{background:var(--brand-100);border-radius:12px;width:52px;height:52px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #6366f126}.enterprise-content.svelte-po02om{flex:1}.enterprise-content.svelte-po02om h4:where(.svelte-po02om){font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:-.01em}.enterprise-content.svelte-po02om p:where(.svelte-po02om){font-size:.9375rem;color:var(--text-secondary);line-height:1.5;margin:0}.enterprise-cta.svelte-po02om{flex-shrink:0;font-weight:600}.badge-blue.svelte-po02om{background:var(--brand-50);color:var(--brand-700);border:1px solid var(--brand-200)}.badge-premium.svelte-po02om{background:#fdf2f8;color:#db2777;border:1px solid #fbcfe8}@media(max-width:968px){.plans-grid.svelte-po02om{grid-template-columns:1fr;gap:1.5rem}.plan-card.featured.svelte-po02om{transform:none}.plan-card.featured.svelte-po02om:hover{transform:translateY(-4px)}.enterprise-banner.svelte-po02om{flex-direction:column;text-align:center;gap:1.5rem;padding:1.75rem}.enterprise-cta.svelte-po02om{width:100%}.section-header.svelte-po02om h2:where(.svelte-po02om){font-size:1.75rem}}.testimonials.svelte-17qa0pc{padding:6rem 0;max-width:1100px;margin:0 auto;position:relative}.section-header.svelte-17qa0pc{text-align:center;margin-bottom:4rem}.label-text.svelte-17qa0pc{color:var(--brand-600);font-weight:600;letter-spacing:.05em}.section-header.svelte-17qa0pc h2:where(.svelte-17qa0pc){font-size:2.25rem;font-weight:700;letter-spacing:-.03em;margin-top:.75rem}.testimonials-grid.svelte-17qa0pc{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-card.svelte-17qa0pc{padding:2rem;border:1px solid var(--border-default);border-radius:20px;background:var(--bg-surface);display:flex;flex-direction:column;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.testimonial-card.svelte-17qa0pc:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:linear-gradient(to bottom,var(--brand-50),transparent);opacity:0;transition:opacity .3s ease;z-index:0;pointer-events:none}.testimonial-card.svelte-17qa0pc:hover{border-color:var(--brand-200);transform:translateY(-4px);box-shadow:0 12px 24px -10px #6366f126}.testimonial-card.svelte-17qa0pc:hover:before{opacity:.5}.quote-icon.svelte-17qa0pc{color:var(--brand-300);margin-bottom:1.5rem;position:relative;z-index:1}blockquote.svelte-17qa0pc{font-size:1rem;color:var(--text-primary);line-height:1.6;flex:1;margin-bottom:2rem;font-style:italic;position:relative;z-index:1}.author.svelte-17qa0pc{display:flex;align-items:center;gap:1rem;padding-top:1.5rem;border-top:1px solid var(--border-subtle);position:relative;z-index:1}.author-avatar.svelte-17qa0pc{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--brand-100),var(--brand-50));color:var(--brand-700);font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #6366f11a}.author-name.svelte-17qa0pc{font-size:.9375rem;font-weight:600;color:var(--text-primary)}.author-role.svelte-17qa0pc{font-size:.8125rem;color:var(--text-secondary)}@media(max-width:900px){.testimonials-grid.svelte-17qa0pc{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.testimonials-grid.svelte-17qa0pc{grid-template-columns:1fr}.section-header.svelte-17qa0pc h2:where(.svelte-17qa0pc){font-size:1.75rem}.testimonial-card.svelte-17qa0pc{padding:1.5rem}}.faq.svelte-jzlg5k{padding:6rem 0;max-width:800px;margin:0 auto;position:relative}.section-header.svelte-jzlg5k{text-align:center;margin-bottom:4rem}.label-text.svelte-jzlg5k{color:var(--brand-600);font-weight:600;letter-spacing:.05em}.section-header.svelte-jzlg5k h2:where(.svelte-jzlg5k){font-size:2.25rem;font-weight:700;letter-spacing:-.03em;margin-top:.75rem}.faq-list.svelte-jzlg5k{display:flex;flex-direction:column;gap:1rem}.faq-item.svelte-jzlg5k{border:1px solid var(--border-default);border-radius:16px;background:var(--bg-surface);overflow:hidden;transition:all .3s ease}.faq-item.svelte-jzlg5k:hover{border-color:var(--brand-200);box-shadow:0 4px 12px #6366f10d}.faq-item.open.svelte-jzlg5k{border-color:var(--brand-300);background:linear-gradient(to right,var(--brand-50),transparent 50%)}.faq-question.svelte-jzlg5k{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem;background:none;border:none;cursor:pointer;font-family:var(--font-sans);font-size:1rem;font-weight:600;color:var(--text-primary);text-align:left;line-height:1.4;transition:color .2s ease}.faq-item.open.svelte-jzlg5k .faq-question:where(.svelte-jzlg5k){color:var(--brand-700);padding-bottom:.75rem}.chevron.svelte-jzlg5k{color:var(--text-tertiary);flex-shrink:0;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--bg-subtle)}.faq-item.open.svelte-jzlg5k .chevron:where(.svelte-jzlg5k){transform:rotate(180deg);background:var(--brand-100);color:var(--brand-600)}.faq-answer.svelte-jzlg5k{padding:0 1.5rem 1.5rem}.faq-answer.svelte-jzlg5k p:where(.svelte-jzlg5k){font-size:.9375rem;color:var(--text-secondary);line-height:1.6}@media(max-width:768px){.section-header.svelte-jzlg5k h2:where(.svelte-jzlg5k){font-size:1.75rem}.faq-question.svelte-jzlg5k{font-size:.9375rem;padding:1.25rem}.faq-answer.svelte-jzlg5k{padding:0 1.25rem 1.25rem}}.landing-footer.svelte-2xnmn1{border-top:1px solid var(--border-subtle);background:var(--bg-surface);margin-top:4rem}.footer-inner.svelte-2xnmn1{max-width:1100px;margin:0 auto;padding:4rem 1.5rem 3rem;display:flex;justify-content:space-between;gap:4rem}.footer-logo.svelte-2xnmn1{font-size:1.25rem;font-weight:700;letter-spacing:-.05em;margin-bottom:1rem;color:var(--text-primary);display:flex;align-items:center;gap:.5rem;color:var(--brand-600)}.footer-tagline.svelte-2xnmn1{font-size:.9375rem;color:var(--text-secondary);max-width:260px;line-height:1.6}.footer-links.svelte-2xnmn1{display:flex;gap:4rem}.footer-col.svelte-2xnmn1{display:flex;flex-direction:column;gap:.75rem}.footer-col.svelte-2xnmn1 h4:where(.svelte-2xnmn1){font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);margin-bottom:.25rem}.footer-col.svelte-2xnmn1 a:where(.svelte-2xnmn1),.footer-col.svelte-2xnmn1 span:where(.svelte-2xnmn1){font-size:.9375rem;color:var(--text-secondary);transition:color var(--duration-fast) var(--ease-in-out);cursor:pointer;text-decoration:none}.footer-col.svelte-2xnmn1 a:where(.svelte-2xnmn1):hover{color:var(--brand-600)}.footer-col.svelte-2xnmn1 span:where(.svelte-2xnmn1):hover{color:var(--text-primary)}.footer-bottom.svelte-2xnmn1{border-top:1px solid var(--border-subtle);padding:1.5rem;text-align:center}.footer-bottom.svelte-2xnmn1 p:where(.svelte-2xnmn1){font-size:.8125rem;color:var(--text-tertiary)}@media(max-width:768px){.footer-inner.svelte-2xnmn1{flex-direction:column;align-items:flex-start;gap:2.5rem;padding:3rem 1.5rem 2rem}.footer-links.svelte-2xnmn1{flex-wrap:wrap;gap:2.5rem}.footer-tagline.svelte-2xnmn1{max-width:100%}}.landing.svelte-1uha8ag{max-width:1100px;margin:0 auto;padding:0 1.5rem}.section-divider.svelte-1uha8ag{height:1px;background:var(--border-subtle);margin:0 -1.5rem}.section-divider.alt.svelte-1uha8ag{background:transparent}
