.page-hero.svelte-cwls5q{position:relative;padding:var(--space-xl) 0 calc(var(--space-lg) + 40px);background:linear-gradient(160deg,#111D29 0%,var(--color-primary) 50%,var(--color-primary-dark) 100%);color:var(--color-text-inverse);text-align:center;overflow:hidden}.page-hero.svelte-cwls5q .badge:where(.svelte-cwls5q){background:#cf2e2e40;color:#f4a3a1;border:1px solid rgba(207,46,46,.3)}.page-hero.svelte-cwls5q h1:where(.svelte-cwls5q){color:#fff;margin-top:var(--space-sm);position:relative}.page-hero__subtitle.svelte-cwls5q{max-width:600px;margin:var(--space-sm) auto 0;opacity:.85;font-size:clamp(1rem,1.5vw,1.15rem);position:relative}.about-grid.svelte-cwls5q{display:grid;grid-template-columns:1.2fr 1fr;gap:var(--space-xl);align-items:start}.about-content.svelte-cwls5q .badge:where(.svelte-cwls5q){margin-bottom:var(--space-sm)}.about-content.svelte-cwls5q h2:where(.svelte-cwls5q){margin-bottom:var(--space-sm)}.about-content.svelte-cwls5q p:where(.svelte-cwls5q){color:var(--color-text-muted);margin-bottom:var(--space-sm);line-height:1.8}.about-values.svelte-cwls5q{display:flex;flex-direction:column;gap:var(--space-sm)}.value-card.svelte-cwls5q{background:var(--color-surface);padding:var(--space-md);border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);transition:transform var(--transition-base),box-shadow var(--transition-base)}.value-card.svelte-cwls5q:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.value-card__header.svelte-cwls5q{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:.5rem}.value-card__header.svelte-cwls5q .icon-circle:where(.svelte-cwls5q){width:44px;height:44px;font-size:1.1rem;margin-bottom:0}.value-card.svelte-cwls5q h3:where(.svelte-cwls5q){font-size:1.1rem;font-family:var(--font-body);font-weight:700}.value-card.svelte-cwls5q p:where(.svelte-cwls5q){color:var(--color-text-muted);font-size:.95rem}.problem-grid.svelte-cwls5q{display:flex;flex-direction:column;gap:var(--space-md)}.problem-item.svelte-cwls5q{display:flex;gap:var(--space-sm);align-items:flex-start;background:var(--color-surface);padding:var(--space-md);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);transition:transform var(--transition-base)}.problem-item.svelte-cwls5q:hover{transform:translate(4px)}.problem-item--bad.svelte-cwls5q{border-left:4px solid var(--color-error)}.problem-item--good.svelte-cwls5q{border-left:4px solid var(--color-accent);background:#fff;box-shadow:var(--shadow-md)}.problem-item__icon.svelte-cwls5q{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.3rem;font-weight:700}.problem-item__icon--red.svelte-cwls5q{background:#fef2f2;color:var(--color-error)}.problem-item__icon--green.svelte-cwls5q{background:var(--color-accent-light);color:var(--color-accent)}.problem-item.svelte-cwls5q h3:where(.svelte-cwls5q){font-size:1.1rem;font-family:var(--font-body);font-weight:700;margin-bottom:.25rem}.problem-item.svelte-cwls5q p:where(.svelte-cwls5q){color:var(--color-text-muted);font-size:.95rem}.provider-grid.svelte-cwls5q{display:grid;grid-template-columns:1.2fr 1fr;gap:var(--space-xl);align-items:center}.provider-content.svelte-cwls5q .badge:where(.svelte-cwls5q){margin-bottom:var(--space-sm)}.provider-content.svelte-cwls5q h2:where(.svelte-cwls5q){margin-bottom:var(--space-sm)}.provider-content.svelte-cwls5q p:where(.svelte-cwls5q){margin-bottom:var(--space-sm);line-height:1.8}.provider-stats.svelte-cwls5q{display:flex;flex-direction:column;align-items:center;gap:0}.stat-card.svelte-cwls5q{width:100%;text-align:center;padding:var(--space-md);border-radius:var(--radius-md)}.stat-card--dim.svelte-cwls5q{background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.stat-card--glow.svelte-cwls5q{background:#cf2e2e1f;border:2px solid rgba(207,46,46,.35);box-shadow:0 0 30px #cf2e2e1a}.stat-card__arrow.svelte-cwls5q{font-size:1.5rem;color:var(--color-accent);padding:var(--space-xs) 0}.stat-card__label-top.svelte-cwls5q{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#ffffff73;margin-bottom:.25rem}.stat-card__number.svelte-cwls5q{display:block;font-family:var(--font-display);font-size:2.5rem;font-weight:800;color:#fff9}.stat-card--glow.svelte-cwls5q .stat-card__number:where(.svelte-cwls5q){color:#f0807e}.stat-card__label.svelte-cwls5q{display:block;color:#fff6;font-size:.85rem;margin-top:.25rem}.cta-section.svelte-cwls5q{position:relative;background:linear-gradient(135deg,var(--color-primary) 0%,#111D29 100%);color:var(--color-text-inverse);overflow:hidden}.cta-section__bg.svelte-cwls5q{position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(207,46,46,.15) 0%,transparent 60%),radial-gradient(ellipse at 80% 50%,rgba(28,43,58,.2) 0%,transparent 60%);pointer-events:none}.cta-section.svelte-cwls5q h2:where(.svelte-cwls5q){color:#fff;margin-bottom:var(--space-sm);position:relative}.cta-text.svelte-cwls5q{max-width:600px;margin:0 auto var(--space-md);opacity:.85;position:relative}@media(max-width:768px){.about-grid.svelte-cwls5q,.provider-grid.svelte-cwls5q{grid-template-columns:1fr;gap:var(--space-md)}}
