.price-pill.svelte-bvm91h{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px;position:relative}.price-main.svelte-bvm91h{display:flex;align-items:baseline;gap:4px}.price-amount.svelte-bvm91h{font-family:var(--font-display);font-size:3rem;font-weight:800;color:var(--mkt-green);line-height:1}.price-period.svelte-bvm91h{font-size:1.25rem;color:var(--mkt-text-muted, var(--text-muted));font-weight:500}.price-equiv.svelte-bvm91h{font-size:.9375rem;color:var(--mkt-text-muted, var(--text-muted))}.price-badge.svelte-bvm91h{position:absolute;top:-8px;right:-60px;background:#f59e0b;color:#7c2d12;font-size:.6875rem;font-weight:700;padding:3px 10px;border-radius:999px;letter-spacing:.05em;white-space:nowrap}.cost-stack.svelte-7vcv5o{max-width:700px;margin:0 auto}.bars.svelte-7vcv5o{display:flex;flex-direction:column;gap:12px}.bar-row.svelte-7vcv5o{display:flex;align-items:center;gap:16px;opacity:0;transform:translate(-20px);transition:opacity .5s ease,transform .5s ease}.bars.visible.svelte-7vcv5o .bar-row:where(.svelte-7vcv5o){opacity:1;transform:translate(0)}.bar-label.svelte-7vcv5o{width:200px;font-size:.875rem;color:var(--text-muted);flex-shrink:0;text-align:right}.bar-track.svelte-7vcv5o{flex:1;height:36px;background:var(--mkt-bar-track);border-radius:6px;overflow:hidden}.bar-fill.svelte-7vcv5o{height:100%;border-radius:6px;display:flex;align-items:center;justify-content:flex-end;padding:0 12px;min-width:80px;transition:width .8s ease}.bar-fill.danger.svelte-7vcv5o{background:linear-gradient(90deg,#fca5a5,#dc2626)}.bar-fill.success.svelte-7vcv5o{background:linear-gradient(90deg,#6ee7b7,#059669)}.bar-value.svelte-7vcv5o{font-size:.8125rem;font-weight:600;color:#fff;white-space:nowrap}.total-row.svelte-7vcv5o{display:flex;align-items:center;gap:16px;padding-top:8px;border-top:2px dashed var(--border);opacity:0;transition:opacity .5s ease}.bars.visible.svelte-7vcv5o .total-row:where(.svelte-7vcv5o){opacity:1}.total-label.svelte-7vcv5o{font-weight:700;color:var(--text)}.total-value.svelte-7vcv5o{font-size:1.5rem;font-weight:800;font-family:var(--font-display)}.danger-text.svelte-7vcv5o{color:#dc2626}.divider.svelte-7vcv5o{text-align:center;padding:8px 0;font-weight:600;font-size:1.25rem;color:var(--text-muted);opacity:0;transition:opacity .5s ease}.bars.visible.svelte-7vcv5o .divider:where(.svelte-7vcv5o){opacity:1}.ddsfax-label.svelte-7vcv5o{font-weight:700;color:var(--mkt-green)}.ddsfax-row.svelte-7vcv5o .bar-track:where(.svelte-7vcv5o){background:var(--mkt-green-light)}.savings-badge.svelte-7vcv5o{text-align:center;margin-top:24px;padding:16px 32px;background:var(--mkt-green-light);border:2px solid var(--mkt-green);border-radius:12px;opacity:0;transform:scale(.9);transition:opacity .5s ease,transform .5s ease}.savings-badge.visible.svelte-7vcv5o{opacity:1;transform:scale(1)}.savings-amount.svelte-7vcv5o{display:block;font-family:var(--font-display);font-size:2rem;font-weight:800;color:var(--mkt-green)}.savings-sub.svelte-7vcv5o{font-size:.9375rem;color:var(--mkt-green-dark)}@media(max-width:640px){.bar-label.svelte-7vcv5o{width:120px;font-size:.75rem}}.ct-wrapper.svelte-11cijkh{max-width:100%}.ct-search.svelte-11cijkh{display:flex;align-items:center;gap:10px;padding:12px 16px;background:var(--mkt-surface, #fff);border:1px solid var(--mkt-border, #E2EBF0);border-radius:12px;margin-bottom:20px;max-width:380px;transition:border-color .2s,box-shadow .2s}.ct-search.svelte-11cijkh:focus-within{border-color:var(--mkt-green, #059669);box-shadow:0 0 0 3px #0596691a}.ct-search.svelte-11cijkh svg{color:var(--mkt-text-muted, #94A3B8);flex-shrink:0}.ct-search.svelte-11cijkh input:where(.svelte-11cijkh){border:none;background:transparent;font-size:.9375rem;color:var(--mkt-text, #0F172A);outline:none;width:100%;font-family:inherit}.ct-search.svelte-11cijkh input:where(.svelte-11cijkh)::placeholder{color:var(--mkt-text-muted, #94A3B8)}.ct-table-wrap.svelte-11cijkh{border:1px solid var(--mkt-border, #E2EBF0);border-radius:16px;overflow:hidden;background:var(--mkt-surface, #fff);box-shadow:0 1px 3px #0000000a,0 4px 16px #00000008}.ct-table-wrap.svelte-11cijkh:not(.visible){opacity:0;transform:translateY(12px)}.ct-table-wrap.visible.svelte-11cijkh{opacity:1;transform:translateY(0);transition:opacity .5s ease,transform .5s ease}.ct-table.svelte-11cijkh{width:100%;border-collapse:collapse;font-size:.8125rem}.ct-table.svelte-11cijkh thead:where(.svelte-11cijkh) tr:where(.svelte-11cijkh){background:var(--mkt-alt, #F0F7FA)}.ct-table.svelte-11cijkh th:where(.svelte-11cijkh){padding:14px 16px;text-align:left;font-weight:600;font-size:.6875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--mkt-text-muted, #94A3B8);border-bottom:1px solid var(--mkt-border, #E2EBF0);white-space:nowrap}.th-sortable.svelte-11cijkh{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:4px;transition:color .15s}.th-sortable.svelte-11cijkh:hover{color:var(--mkt-text, #0F172A)}.sort-icon.svelte-11cijkh{display:inline-flex;transition:transform .2s ease}.sort-icon.flipped.svelte-11cijkh{transform:rotate(180deg)}.th-savings.svelte-11cijkh{text-align:right;justify-content:flex-end}.ct-table.svelte-11cijkh tbody:where(.svelte-11cijkh) tr:where(.svelte-11cijkh){border-bottom:1px solid var(--mkt-border, #E2EBF0);transition:background .15s}.ct-table.svelte-11cijkh tbody:where(.svelte-11cijkh) tr:where(.svelte-11cijkh):last-child{border-bottom:none}.ct-table.svelte-11cijkh tbody:where(.svelte-11cijkh) tr:where(.svelte-11cijkh):hover{background:var(--mkt-alt, #F0F7FA)}.ct-table.svelte-11cijkh td:where(.svelte-11cijkh){padding:14px 16px;vertical-align:middle}.td-provider.svelte-11cijkh{display:flex;align-items:center;gap:8px}.provider-label.svelte-11cijkh{font-weight:600;color:var(--mkt-text, #0F172A);font-size:.875rem}.provider-tag.svelte-11cijkh{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:2px 6px;border-radius:4px;white-space:nowrap}.tag-analog.svelte-11cijkh{background:#f59e0b1f;color:#b45309}.td-cost.svelte-11cijkh{display:flex;flex-direction:column;gap:2px}.cost-amount.svelte-11cijkh{color:#dc2626;font-weight:700;font-size:.875rem;font-family:var(--font-mono, monospace)}.cost-overage.svelte-11cijkh{font-size:.6875rem;color:var(--mkt-text-muted, #94A3B8)}.pages-unlimited.svelte-11cijkh{color:var(--mkt-green, #059669);font-weight:600}.pages-limited.svelte-11cijkh{color:var(--mkt-text-body, #475569)}.badge-hipaa.svelte-11cijkh{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;font-weight:600;padding:3px 8px;border-radius:6px;white-space:nowrap}.badge-yes.svelte-11cijkh{background:#0596691a;color:var(--mkt-green, #059669)}.badge-no.svelte-11cijkh{background:#dc262614;color:#dc2626}.port-warn.svelte-11cijkh{display:inline-flex;align-items:center;gap:4px;color:#dc2626;font-weight:600;font-size:.8125rem}.port-free.svelte-11cijkh{color:var(--mkt-green, #059669);font-weight:600}.port-other.svelte-11cijkh{color:var(--mkt-text-body, #475569)}.td-savings.svelte-11cijkh{text-align:right;min-width:140px}.savings-display.svelte-11cijkh{display:flex;align-items:baseline;justify-content:flex-end;gap:2px;margin-bottom:6px}.savings-amount.svelte-11cijkh{font-family:var(--font-display);font-size:1.125rem;font-weight:800;color:var(--mkt-green, #059669);letter-spacing:-.02em}.savings-label.svelte-11cijkh{font-size:.6875rem;color:var(--mkt-text-muted, #94A3B8);font-weight:500}.savings-bar.svelte-11cijkh{height:4px;background:var(--mkt-border, #E2EBF0);border-radius:2px;overflow:hidden}.savings-bar-fill.svelte-11cijkh{height:100%;border-radius:2px;background:linear-gradient(90deg,#6EE7B7,var(--mkt-green, #059669));transition:width .8s ease}.dds-row.svelte-11cijkh{background:linear-gradient(135deg,#05966914,#0596690a);border-top:2px solid var(--mkt-green, #059669);position:sticky;bottom:0}.dds-row.svelte-11cijkh td:where(.svelte-11cijkh){padding:18px 16px}.dds-provider.svelte-11cijkh{display:flex;align-items:center;gap:8px}.dds-provider.svelte-11cijkh svg{color:var(--mkt-green, #059669)}.dds-name.svelte-11cijkh{font-family:var(--font-display);font-weight:800;font-size:1rem;color:var(--mkt-green, #059669);letter-spacing:-.02em}.dds-price.svelte-11cijkh{display:flex;align-items:baseline;gap:2px}.dds-price-amount.svelte-11cijkh{font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:var(--mkt-green, #059669);letter-spacing:-.03em}.dds-price-label.svelte-11cijkh{font-size:.75rem;color:var(--mkt-text-muted, #94A3B8);font-weight:500}.dds-unlimited.svelte-11cijkh{font-weight:700;color:var(--mkt-green, #059669);font-size:.875rem}.dds-hipaa.svelte-11cijkh .badge-yes:where(.svelte-11cijkh){background:#05966926}.dds-best.svelte-11cijkh{display:inline-flex;align-items:center;gap:4px;padding:5px 12px;background:var(--mkt-green, #059669);color:#fff;font-weight:700;font-size:.75rem;border-radius:999px;text-transform:uppercase;letter-spacing:.06em;float:right}.ct-mobile.svelte-11cijkh{display:none}@media(max-width:768px){.ct-table-wrap.svelte-11cijkh{display:none}.ct-mobile.svelte-11cijkh{display:flex;flex-direction:column;gap:10px}.ct-mobile.svelte-11cijkh:not(.visible){opacity:0}.ct-mobile.visible.svelte-11cijkh{opacity:1;transition:opacity .4s ease}.ct-search.svelte-11cijkh{max-width:100%}.m-card-dds.svelte-11cijkh{background:linear-gradient(135deg,#05966914,#0596690a);border:2px solid var(--mkt-green, #059669);border-radius:14px;padding:16px;position:sticky;top:60px;z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.m-card-dds.svelte-11cijkh .m-card-top:where(.svelte-11cijkh){border:none;padding:0;margin-bottom:10px;background:transparent}.m-card-dds.svelte-11cijkh .m-card-provider:where(.svelte-11cijkh){gap:6px}.m-card-dds.svelte-11cijkh .m-card-provider:where(.svelte-11cijkh) svg{color:var(--mkt-green, #059669)}.m-card-dds.svelte-11cijkh .m-card-provider:where(.svelte-11cijkh) span:where(.svelte-11cijkh){font-family:var(--font-display);font-weight:800;font-size:1rem;color:var(--mkt-green, #059669)}.m-dds-best.svelte-11cijkh{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:var(--mkt-green, #059669);color:#fff;padding:3px 10px;border-radius:999px}.m-dds-price.svelte-11cijkh{display:flex;align-items:baseline;gap:10px}.m-dds-amount.svelte-11cijkh{font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:var(--mkt-green, #059669)}.m-dds-features.svelte-11cijkh{font-size:.75rem;color:var(--mkt-text-body, #475569);font-weight:500}.m-card.svelte-11cijkh{background:var(--mkt-surface, #fff);border:1px solid var(--mkt-border, #E2EBF0);border-radius:14px;overflow:hidden;transition:transform .2s,box-shadow .2s}.m-card.svelte-11cijkh:active{transform:scale(.99)}.m-card-top.svelte-11cijkh{display:flex;justify-content:space-between;align-items:center;padding:14px 16px 10px}.m-card-provider.svelte-11cijkh{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.m-card-name.svelte-11cijkh{font-weight:600;font-size:.875rem;color:var(--mkt-text, #0F172A)}.m-card-savings.svelte-11cijkh{display:flex;align-items:center;gap:4px;color:var(--mkt-green, #059669);font-weight:700;font-size:.875rem}.m-card-savings.svelte-11cijkh svg{color:var(--mkt-green, #059669)}.m-card-bar.svelte-11cijkh{height:3px;background:var(--mkt-border, #E2EBF0);margin:0 16px;border-radius:2px;overflow:hidden}.m-card-bar-fill.svelte-11cijkh{height:100%;border-radius:2px;background:linear-gradient(90deg,#6EE7B7,var(--mkt-green, #059669))}.m-card-grid.svelte-11cijkh{display:grid;grid-template-columns:1fr 1fr;gap:1px;padding:10px 16px 14px}.m-cell.svelte-11cijkh{display:flex;flex-direction:column;gap:2px;padding:4px 0}.m-cell-label.svelte-11cijkh{font-size:.625rem;text-transform:uppercase;letter-spacing:.08em;color:var(--mkt-text-muted, #94A3B8);font-weight:600}.m-cell-value.svelte-11cijkh{font-size:.8125rem;font-weight:500;color:var(--mkt-text, #0F172A)}.m-cell-cost.svelte-11cijkh{color:#dc2626;font-weight:700;font-family:var(--font-mono, monospace)}.m-hipaa-yes.svelte-11cijkh{display:inline-flex;align-items:center;gap:3px;color:var(--mkt-green, #059669);font-weight:600}.m-hipaa-no.svelte-11cijkh{display:inline-flex;align-items:center;gap:3px;color:#dc2626;font-weight:600}.m-port-warn.svelte-11cijkh{color:#dc2626;font-weight:600}}.testimonials.svelte-1qdljmm{overflow:hidden;position:relative}.cards-wrapper.svelte-1qdljmm{display:flex;transition:transform .5s ease}.card.svelte-1qdljmm{min-width:100%;padding:40px;box-sizing:border-box}.quote-icon{color:var(--mkt-green-light, #D1FAE5);margin-bottom:16px}.quote-text.svelte-1qdljmm{font-size:1.25rem;line-height:1.7;color:var(--text);margin:0 0 24px;max-width:640px;font-style:italic}.attribution.svelte-1qdljmm{display:flex;flex-direction:column;gap:2px}.author.svelte-1qdljmm{font-weight:600;color:var(--text);font-size:.9375rem}.practice.svelte-1qdljmm{color:var(--text-muted);font-size:.875rem}.dots.svelte-1qdljmm{display:flex;justify-content:center;gap:8px;padding:16px 0}.dot.svelte-1qdljmm{width:8px;height:8px;border-radius:50%;border:none;background:var(--border);cursor:pointer;padding:0;transition:all .2s}.dot.active.svelte-1qdljmm{background:var(--mkt-border, #E2EBF0);width:24px;border-radius:4px;overflow:hidden;position:relative}.dot-progress.svelte-1qdljmm{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--mkt-green, #059669);border-radius:inherit;animation:svelte-1qdljmm-dotFill 6s linear forwards}.dot-progress.paused.svelte-1qdljmm{animation-play-state:paused}@keyframes svelte-1qdljmm-dotFill{0%{width:0}to{width:100%}}.container.svelte-1m5shf{max-width:1200px;margin:0 auto;padding:0 24px}.section.svelte-1m5shf{padding:96px 0}.section-alt.svelte-1m5shf{background:var(--mkt-alt)}.section-heading.svelte-1m5shf{font-family:var(--font-display);font-size:2.5rem;font-weight:700;text-align:center;color:var(--mkt-text);margin-bottom:16px;line-height:1.2}.section-sub.svelte-1m5shf a.section-link:where(.svelte-1m5shf){color:var(--mkt-green);font-weight:600;text-decoration:none}.section-sub.svelte-1m5shf a.section-link:where(.svelte-1m5shf):hover{text-decoration:underline}.section-sub.svelte-1m5shf{text-align:center;font-size:1.0625rem;color:var(--mkt-text-body);max-width:640px;margin:0 auto 48px;line-height:1.6}.in-view{animation:svelte-1m5shf-fadeUp .5s ease forwards}@keyframes svelte-1m5shf-fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cta-btn.svelte-1m5shf{display:inline-flex;align-items:center;justify-content:center;height:56px;padding:0 36px;background:var(--mkt-cta);color:#fff;font-size:1.0625rem;font-weight:700;border-radius:9999px;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 14px var(--mkt-cta-shadow)}.cta-btn.svelte-1m5shf:hover{background:var(--mkt-cta-hover);transform:translateY(-1px);box-shadow:0 6px 20px var(--mkt-cta-shadow)}.cta-btn-lg.svelte-1m5shf{height:60px;font-size:1.125rem;padding:0 44px}.cta-sub.svelte-1m5shf{font-size:.875rem;color:var(--mkt-text-muted);margin-top:12px}.hero.svelte-1m5shf{background:radial-gradient(ellipse at 70% 20%,rgba(42,157,143,.08) 0%,transparent 60%),radial-gradient(ellipse at 20% 80%,rgba(37,99,235,.06) 0%,transparent 50%),linear-gradient(to bottom,var(--mkt-bg),var(--mkt-alt));padding:80px 0 96px;overflow:hidden}.hero-grid.svelte-1m5shf{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.hero-anim.svelte-1m5shf{opacity:0;animation:svelte-1m5shf-heroFadeUp .65s ease forwards}.hero-text.svelte-1m5shf>:where(.svelte-1m5shf):nth-child(1){animation-delay:0ms}.hero-text.svelte-1m5shf>:where(.svelte-1m5shf):nth-child(2){animation-delay:.1s}.hero-text.svelte-1m5shf>:where(.svelte-1m5shf):nth-child(3){animation-delay:.2s}.hero-text.svelte-1m5shf>:where(.svelte-1m5shf):nth-child(4){animation-delay:.3s}.hero-text.svelte-1m5shf>:where(.svelte-1m5shf):nth-child(5){animation-delay:.38s}.hero-text.svelte-1m5shf>:where(.svelte-1m5shf):nth-child(6){animation-delay:.44s}.hero-text.svelte-1m5shf>:where(.svelte-1m5shf):nth-child(7){animation-delay:.52s}@keyframes svelte-1m5shf-heroFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-title.svelte-1m5shf{font-family:var(--font-display);font-size:3.25rem;font-weight:800;line-height:1.1;color:var(--mkt-text);margin-bottom:20px;letter-spacing:-.02em}.hero-highlight.svelte-1m5shf{position:relative;color:var(--mkt-green)}.hero-highlight.svelte-1m5shf:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--mkt-green);animation:svelte-1m5shf-underlineGrow .6s ease .5s forwards}@keyframes svelte-1m5shf-underlineGrow{to{width:100%}}.hero-subtitle.svelte-1m5shf{font-size:1.25rem;color:var(--mkt-text-body);line-height:1.6;margin-bottom:32px;max-width:540px}.hero-pill-wrap.svelte-1m5shf{margin-bottom:0}.social-nudge.svelte-1m5shf{display:flex;align-items:center;gap:8px;font-size:.875rem;color:var(--mkt-text-body);margin-top:24px;font-weight:500}.live-dot.svelte-1m5shf{width:8px;height:8px;background:var(--mkt-green);border-radius:50%;animation:svelte-1m5shf-pulse 2s infinite}@keyframes svelte-1m5shf-pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-visual.svelte-1m5shf{display:flex;justify-content:center;animation:svelte-1m5shf-float 6s ease-in-out infinite}@keyframes svelte-1m5shf-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-image-wrap.svelte-1m5shf{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000001f;max-width:540px;width:100%}.hero-image.svelte-1m5shf{width:100%;height:auto;display:block}[data-theme=dark] .hero-image.svelte-1m5shf{filter:brightness(.85) contrast(1.1)}.steps-grid.svelte-1m5shf{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.step-card.svelte-1m5shf{background:var(--mkt-surface);border:1px solid var(--mkt-border);border-radius:16px;padding:32px;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.step-card.svelte-1m5shf:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.step-card.in-view{animation-delay:var(--stagger, 0ms)!important}.step-num.svelte-1m5shf{position:absolute;top:-14px;left:24px;width:28px;height:28px;background:var(--mkt-cta);color:#fff;font-size:.875rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.step-icon.svelte-1m5shf{margin-bottom:16px;color:var(--mkt-green)}.step-title.svelte-1m5shf{font-size:1.125rem;font-weight:700;color:var(--mkt-text);margin-bottom:12px}.step-desc.svelte-1m5shf{font-size:.9375rem;color:var(--mkt-text-body);line-height:1.6}.reassurance.svelte-1m5shf{text-align:center;margin-top:32px;font-size:.9375rem;color:var(--mkt-text-body);display:flex;align-items:center;justify-content:center;gap:8px;font-weight:500}.reassurance svg{color:var(--mkt-green)}.features-grid.svelte-1m5shf{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.feature-card.svelte-1m5shf{background:var(--mkt-surface);border:1px solid var(--mkt-border);border-radius:16px;padding:28px;transition:all .25s ease;position:relative;border-left:3px solid transparent}.feature-card.svelte-1m5shf:hover{border-color:var(--mkt-green);border-left-color:var(--mkt-green);box-shadow:0 8px 24px #0596691a;transform:translateY(-4px)}.feature-card>svg:first-child{color:var(--mkt-green);margin-bottom:16px}.feature-card.svelte-1m5shf h3:where(.svelte-1m5shf){font-size:1.0625rem;font-weight:700;color:var(--mkt-text);margin-bottom:8px}.feature-card.svelte-1m5shf p:where(.svelte-1m5shf){font-size:.9375rem;color:var(--mkt-text-body);line-height:1.6}.callout.svelte-1m5shf{margin-top:48px;padding:24px 32px;background:var(--mkt-green-light);border-left:4px solid var(--mkt-green);border-radius:12px}.callout-title.svelte-1m5shf{font-weight:700;color:var(--mkt-green-dark);margin-bottom:4px}.callout-text.svelte-1m5shf{font-size:.9375rem;color:var(--mkt-green-dark);line-height:1.5}.callout.svelte-1m5shf a:where(.svelte-1m5shf){color:var(--mkt-green);text-decoration:underline;font-weight:600}.trust-line.svelte-1m5shf{text-align:center;font-size:.9375rem;color:var(--mkt-text-body);font-weight:500;margin-bottom:16px}.section-alt .trust-badges{justify-content:center}.section-cta.svelte-1m5shf{background:linear-gradient(to bottom,var(--mkt-surface),var(--mkt-green-light));text-align:center}.cta-container.svelte-1m5shf{max-width:640px}.cta-heading.svelte-1m5shf{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--mkt-text);margin-bottom:32px}.cta-checklist.svelte-1m5shf{list-style:none;padding:0;margin:0 0 36px;text-align:left;display:flex;flex-direction:column;gap:14px}.cta-checklist.svelte-1m5shf li:where(.svelte-1m5shf){display:flex;align-items:center;gap:12px;font-size:1rem;color:var(--mkt-text);line-height:1.4}.cta-checklist li svg{color:var(--mkt-green);flex-shrink:0}.cta-pricing.svelte-1m5shf{margin-top:20px;font-size:.9375rem;color:var(--mkt-text-body);line-height:1.7}.cta-human.svelte-1m5shf{margin-top:24px;font-size:.875rem;color:var(--mkt-text-muted)}.cta-human.svelte-1m5shf a:where(.svelte-1m5shf){color:var(--mkt-green)}@media(max-width:960px){.hero-grid.svelte-1m5shf{grid-template-columns:1fr;text-align:center}.hero-title.svelte-1m5shf{font-size:2.5rem;text-wrap:balance}.hero-subtitle.svelte-1m5shf{margin-left:auto;margin-right:auto}.hero-visual.svelte-1m5shf{display:none}.section-heading.svelte-1m5shf{font-size:2rem}.steps-grid.svelte-1m5shf{grid-template-columns:1fr;max-width:480px;margin:0 auto}.features-grid.svelte-1m5shf{grid-template-columns:1fr}.cta-heading.svelte-1m5shf{font-size:2rem}.cta-btn.svelte-1m5shf{width:100%;max-width:400px}.hero-text .trust-badges{justify-content:center}}@media(max-width:480px){.hero-title.svelte-1m5shf{font-size:1.75rem}.hero-subtitle.svelte-1m5shf{font-size:1rem}.section.svelte-1m5shf{padding:48px 0}.section-heading.svelte-1m5shf,.cta-heading.svelte-1m5shf{font-size:1.5rem}.cta-sub.svelte-1m5shf{font-size:.9rem}.container.svelte-1m5shf{padding:0 16px}}
