.so-section.svelte-1c754r1{padding:var(--space-16) 0}.so-section--white.svelte-1c754r1{background:#fff}.so-section--subtle.svelte-1c754r1{background:linear-gradient(180deg,var(--color-bg-subtle) 0%,#f0f1f2 50%,var(--color-bg-subtle) 100%)}.so-section--end.svelte-1c754r1{padding:var(--space-24) 0}.so-section-head.svelte-1c754r1{text-align:center;margin-bottom:var(--space-10)}.so-section-head.svelte-1c754r1 h2:where(.svelte-1c754r1){font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:800;font-family:var(--font-heading)}.so-label.svelte-1c754r1{display:inline-block;font-size:var(--font-size-sm);font-weight:700;color:var(--color-accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-2)}.so-hero-section.svelte-1c754r1{padding:var(--space-12) 0 var(--space-16);background:linear-gradient(180deg,#fff 0%,var(--color-bg-subtle) 100%)}.so-context.svelte-1c754r1{text-align:center;margin-bottom:var(--space-10)}.so-context-badge.svelte-1c754r1{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;font-size:var(--font-size-xs);font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-accent);background:var(--color-accent-subtle);border:1px solid var(--color-accent-light);border-radius:var(--radius-full);margin-bottom:var(--space-4)}.so-context-badge.svelte-1c754r1 svg:where(.svelte-1c754r1){stroke:var(--color-accent)}.so-context-title.svelte-1c754r1{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;font-family:var(--font-heading);color:var(--color-text);margin-bottom:var(--space-3)}.so-context-desc.svelte-1c754r1{font-size:var(--font-size-lg);color:var(--color-text-secondary);line-height:1.6;max-width:540px;margin:0 auto}.so-kpi-grid.svelte-1c754r1{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-5);margin-bottom:var(--space-10)}.so-kpi-card.svelte-1c754r1{background:#fff;border-radius:var(--radius-xl);padding:var(--space-6);text-align:center;border:1px solid rgba(44,62,80,.06);box-shadow:0 0 0 1px #2c3e5008,0 4px 12px #2c3e500f;transition:transform .2s ease,box-shadow .2s ease}.so-kpi-card.svelte-1c754r1:hover{transform:translateY(-2px);box-shadow:0 0 0 1px #2c3e500a,0 8px 24px #2c3e501a}.so-kpi-num.svelte-1c754r1{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;font-family:var(--font-heading);color:var(--color-text);line-height:1.1;margin-bottom:var(--space-1)}.so-kpi-card--accent.svelte-1c754r1 .so-kpi-num:where(.svelte-1c754r1){color:var(--color-accent)}.so-kpi-card--warn.svelte-1c754r1 .so-kpi-num:where(.svelte-1c754r1){color:var(--color-error)}.so-kpi-label.svelte-1c754r1{font-size:var(--font-size-base);font-weight:600;color:var(--color-text);margin-bottom:var(--space-1)}.so-kpi-sub.svelte-1c754r1{font-size:var(--font-size-sm);color:var(--color-muted);line-height:1.4}.so-flow-cards.svelte-1c754r1{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:var(--space-4);align-items:stretch}.so-fc.svelte-1c754r1{background:#fff;border-radius:var(--radius-xl);padding:var(--space-6);border:1px solid rgba(44,62,80,.06);box-shadow:0 2px 8px #2c3e500d;position:relative;overflow:hidden;display:flex;flex-direction:column}.so-fc.svelte-1c754r1:before{content:"";position:absolute;top:0;left:0;right:0;height:4px}.so-fc--problem.svelte-1c754r1:before{background:linear-gradient(90deg,var(--color-error),#f87171)}.so-fc--solution.svelte-1c754r1:before{background:linear-gradient(90deg,var(--color-accent),var(--color-accent-hover))}.so-fc--result.svelte-1c754r1:before{background:linear-gradient(90deg,var(--color-success),#34d399)}.so-fc-top.svelte-1c754r1{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3)}.so-fc-icon.svelte-1c754r1{width:42px;height:42px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.so-fc--problem.svelte-1c754r1 .so-fc-icon:where(.svelte-1c754r1){background:var(--color-error-bg)}.so-fc--problem.svelte-1c754r1 .so-fc-icon:where(.svelte-1c754r1) svg:where(.svelte-1c754r1){stroke:var(--color-error)}.so-fc--solution.svelte-1c754r1 .so-fc-icon:where(.svelte-1c754r1){background:var(--color-accent-light)}.so-fc--solution.svelte-1c754r1 .so-fc-icon:where(.svelte-1c754r1) svg:where(.svelte-1c754r1){stroke:var(--color-accent)}.so-fc--result.svelte-1c754r1 .so-fc-icon:where(.svelte-1c754r1){background:var(--color-success-bg)}.so-fc--result.svelte-1c754r1 .so-fc-icon:where(.svelte-1c754r1) svg:where(.svelte-1c754r1){stroke:var(--color-success)}.so-fc.svelte-1c754r1 h3:where(.svelte-1c754r1){font-size:var(--font-size-lg);font-weight:700;color:var(--color-text);margin:0}.so-fc--problem.svelte-1c754r1 h3:where(.svelte-1c754r1){color:var(--color-error)}.so-fc--solution.svelte-1c754r1 h3:where(.svelte-1c754r1){color:var(--color-accent)}.so-fc--result.svelte-1c754r1 h3:where(.svelte-1c754r1){color:var(--color-success)}.so-fc.svelte-1c754r1 p:where(.svelte-1c754r1){font-size:var(--font-size-base);color:var(--color-text-secondary);line-height:1.65;margin:0;flex:1}.so-fc-arrow.svelte-1c754r1{display:flex;align-items:center;justify-content:center;padding-top:var(--space-4)}.so-flow-grid.svelte-1c754r1{display:grid;grid-template-columns:340px 1fr;gap:var(--space-10);align-items:start}.sp.svelte-1c754r1{background:#fff;border-radius:var(--radius-2xl);overflow:hidden;box-shadow:0 0 0 1px #2c3e500a,0 4px 8px #2c3e500a,0 12px 32px #2c3e5014,0 24px 56px #2c3e500f;border:1px solid rgba(44,62,80,.06)}.sp--sticky.svelte-1c754r1{position:sticky;top:calc(var(--topbar-height, 72px) + var(--space-6))}.sp-header.svelte-1c754r1{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-5);background:linear-gradient(180deg,#fafbfc,#fff);border-bottom:1px solid var(--color-border-light);font-size:var(--font-size-sm);font-weight:700;color:var(--color-text);letter-spacing:.02em;text-transform:uppercase}.sp-header.svelte-1c754r1 svg:where(.svelte-1c754r1){stroke:var(--color-accent)}.sp-body.svelte-1c754r1{padding:var(--space-4) var(--space-5)}.sp-rows.svelte-1c754r1{display:flex;flex-direction:column;gap:0}.sp-row.svelte-1c754r1{display:flex;align-items:flex-start;gap:var(--space-3);padding:10px 0;border-bottom:1px solid var(--color-border-light)}.sp-row--last.svelte-1c754r1{border-bottom:none}.sp-row--anim.svelte-1c754r1{opacity:0;transform:translateY(14px);animation:svelte-1c754r1-spSlideIn .45s ease-out forwards;animation-delay:calc(var(--d) * .5s + .3s)}@keyframes svelte-1c754r1-spSlideIn{to{opacity:1;transform:translateY(0)}}.sp-tags--anim.svelte-1c754r1{opacity:0;animation:svelte-1c754r1-spSlideIn .45s ease-out forwards;animation-delay:3.5s}.sp-row-icon.svelte-1c754r1{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sp-row-icon--ok.svelte-1c754r1{background:var(--color-success-bg)}.sp-row-icon--ok.svelte-1c754r1 svg:where(.svelte-1c754r1){stroke:var(--color-success)}.sp-row-icon--warn.svelte-1c754r1{background:#fef3c7}.sp-row-icon--warn.svelte-1c754r1 svg:where(.svelte-1c754r1){stroke:var(--color-accent)}.sp-row-icon--loading.svelte-1c754r1{background:var(--color-bg-subtle)}.sp-row-content.svelte-1c754r1{display:flex;flex-direction:column;gap:1px;padding-top:2px}.sp-row-label.svelte-1c754r1{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-muted)}.sp-row-value.svelte-1c754r1{font-size:var(--font-size-sm);font-weight:600;color:var(--color-text)}.sp-row-value--warn.svelte-1c754r1{color:var(--color-accent)}.sp-row-value--muted.svelte-1c754r1{color:var(--color-muted)}.sp-spinner.svelte-1c754r1{width:14px;height:14px;border:2px solid var(--color-border-light);border-top-color:var(--color-accent);border-radius:50%;animation:svelte-1c754r1-spin .8s linear infinite}@keyframes svelte-1c754r1-spin{to{transform:rotate(360deg)}}.sp-tags.svelte-1c754r1{display:flex;align-items:center;gap:var(--space-2);padding-top:var(--space-3);margin-top:var(--space-2)}.sp-tag.svelte-1c754r1{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:3px 10px;border-radius:var(--radius-full);background:var(--color-bg-subtle);color:var(--color-text-secondary);border:1px solid var(--color-border-light)}.sp-tag--urgent.svelte-1c754r1{background:#fadbd8;color:#c0392b;border-color:#f1948a}.sp-stats.svelte-1c754r1{display:flex;align-items:center;justify-content:center;gap:var(--space-4);padding:var(--space-4) var(--space-5);border-top:1px solid var(--color-border-light);background:linear-gradient(180deg,#fafbfc,#fff)}.sp-stats--anim.svelte-1c754r1{opacity:0;animation:svelte-1c754r1-spSlideIn .45s ease-out forwards;animation-delay:3.8s}.sp-stat.svelte-1c754r1{text-align:center}.sp-stat-val.svelte-1c754r1{display:block;font-size:var(--font-size-lg);font-weight:800;font-family:var(--font-heading);color:var(--color-accent);line-height:1.2}.sp-stat-label.svelte-1c754r1{display:block;font-size:11px;color:var(--color-muted);font-weight:600}.sp-stat-div.svelte-1c754r1{width:1px;height:30px;background:var(--color-border-light)}.so-flow-content.svelte-1c754r1 h2:where(.svelte-1c754r1){font-size:clamp(1.5rem,3vw,2rem);font-weight:800;font-family:var(--font-heading);margin-bottom:var(--space-6);color:var(--color-text)}.so-steps.svelte-1c754r1{display:flex;flex-direction:column;gap:0;margin-bottom:var(--space-8)}.so-step.svelte-1c754r1{display:flex;align-items:flex-start;gap:var(--space-3);padding:var(--space-3) 0;position:relative;overflow:hidden}.so-step.svelte-1c754r1:not(:last-child):after{content:"";position:absolute;left:18px;top:58px;bottom:0;width:20px;background-image:repeating-linear-gradient(to bottom,var(--color-accent) 0px,var(--color-accent) 8px,transparent 8px,transparent 16px);background-size:2px 16px;background-repeat:repeat-y;animation:svelte-1c754r1-dashDown .5s linear infinite}@keyframes svelte-1c754r1-dashDown{0%{background-position:0 0}to{background-position:0 16px}}.so-step-icon.svelte-1c754r1{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--color-accent-light);border:2px solid var(--color-accent);flex-shrink:0}.so-step-icon.svelte-1c754r1 svg:where(.svelte-1c754r1){stroke:var(--color-accent)}.so-step-text.svelte-1c754r1{padding-top:4px}.so-step-text.svelte-1c754r1 strong:where(.svelte-1c754r1){display:block;font-size:var(--font-size-base);font-weight:700;color:var(--color-text);margin-bottom:2px}.so-step-text.svelte-1c754r1 span:where(.svelte-1c754r1){font-size:var(--font-size-sm);color:var(--color-text-secondary);line-height:1.5}.so-integrations-label.svelte-1c754r1{display:block;font-size:var(--font-size-xs);font-weight:700;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-3)}.so-integ-chips.svelte-1c754r1{display:flex;gap:var(--space-2);flex-wrap:wrap}.so-chip.svelte-1c754r1{display:inline-flex;align-items:center;gap:6px;font-size:var(--font-size-sm);font-weight:600;padding:6px 14px;background:#fff;border:1px solid var(--color-border-light);border-radius:var(--radius-full);color:var(--color-text-secondary);box-shadow:var(--shadow-xs)}.so-chip.svelte-1c754r1 svg:where(.svelte-1c754r1){stroke:var(--color-accent)}.so-roi-wrap.svelte-1c754r1{max-width:640px;margin:0 auto}.so-disclaimer.svelte-1c754r1{text-align:center;font-size:var(--font-size-sm);color:var(--color-muted);margin:var(--space-5) auto 0;display:block;width:100%}.so-cta.svelte-1c754r1{text-align:center}.so-cta.svelte-1c754r1 h2:where(.svelte-1c754r1){font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:800;font-family:var(--font-heading);margin-bottom:var(--space-5)}.so-cta-buttons.svelte-1c754r1{display:flex;gap:var(--space-3);justify-content:center;flex-wrap:wrap}@media(max-width:1023px){.so-flow-grid.svelte-1c754r1{grid-template-columns:1fr;gap:var(--space-8)}.sp--sticky.svelte-1c754r1{position:static;max-width:380px;margin:0 auto}.so-flow-cards.svelte-1c754r1{grid-template-columns:1fr}.so-fc-arrow.svelte-1c754r1{transform:rotate(90deg);padding:0}}@media(max-width:768px){.so-kpi-grid.svelte-1c754r1{grid-template-columns:1fr}.so-section.svelte-1c754r1{padding:var(--space-10) 0}.so-hero-section.svelte-1c754r1{padding:var(--space-8) 0 var(--space-12)}}
