.pricing.svelte-1hrotn9{max-width:var(--maxw-wide);margin:0 auto;padding:2.5rem 1.5rem 4rem}.hero.svelte-1hrotn9{text-align:center;max-width:720px;margin:0 auto 3rem}.hero.svelte-1hrotn9 h1:where(.svelte-1hrotn9){margin:0 0 .875rem;color:var(--text);font-size:clamp(1.875rem,4.5vw,2.75rem);line-height:1.15;letter-spacing:-.01em}.lead.svelte-1hrotn9{margin:0;font-size:clamp(1rem,2vw,1.15rem);color:var(--muted);line-height:1.55}.cards.svelte-1hrotn9{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;margin-bottom:4rem;align-items:stretch}.card.svelte-1hrotn9{position:relative;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem 1.25rem 1.5rem;transition:transform .2s,box-shadow .2s}.card.svelte-1hrotn9:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.card--basic.svelte-1hrotn9{background:var(--surface-2)}.card--highlighted.svelte-1hrotn9{border:2px solid var(--accent);box-shadow:0 10px 28px color-mix(in srgb,var(--accent) 18%,transparent);transform:translateY(-4px);z-index:1}.card--highlighted.svelte-1hrotn9:hover{transform:translateY(-8px);box-shadow:0 14px 34px color-mix(in srgb,var(--accent) 24%,transparent)}.card--ultimate.svelte-1hrotn9{border:1px solid rgba(212,175,55,.55);background:linear-gradient(180deg,rgba(212,175,55,.06) 0%,var(--surface) 60%)}.most-popular.svelte-1hrotn9{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);padding:.3rem .9rem;background:var(--brand);color:#fff;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 4px 12px #5678af66;white-space:nowrap}.top-tier.svelte-1hrotn9{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);padding:.3rem .9rem;background:linear-gradient(135deg,#d4a017,#fbbf24,#d4a017);color:#3a2d05;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 4px 12px #d4a01773;white-space:nowrap}.card-header.svelte-1hrotn9{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.tier-row.svelte-1hrotn9{display:flex;align-items:center;min-height:1.5rem;margin-bottom:.75rem}.basic-chip.svelte-1hrotn9{display:inline-flex;align-items:center;padding:.25rem .65rem;border-radius:999px;background:var(--surface);border:1px solid var(--border);color:var(--muted);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.plan-name.svelte-1hrotn9{margin:0 0 .35rem;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:800;color:var(--text);line-height:1.15}.card--highlighted.svelte-1hrotn9 .plan-name:where(.svelte-1hrotn9){color:var(--primary)}.card--ultimate.svelte-1hrotn9 .plan-name:where(.svelte-1hrotn9){color:#8a6d1a}.plan-tagline.svelte-1hrotn9{margin:0 0 1rem;font-size:.875rem;color:var(--muted);line-height:1.45;min-height:2.5rem}.price.svelte-1hrotn9{display:flex;align-items:baseline;gap:.25rem}.price-value.svelte-1hrotn9{font-size:2rem;font-weight:800;color:var(--text);letter-spacing:-.01em}.card--highlighted.svelte-1hrotn9 .price-value:where(.svelte-1hrotn9){color:var(--primary)}.card--ultimate.svelte-1hrotn9 .price-value:where(.svelte-1hrotn9){color:#8a6d1a}.card--basic.svelte-1hrotn9 .price-value:where(.svelte-1hrotn9){font-size:1.375rem;color:var(--muted)}.price-suffix.svelte-1hrotn9{font-size:.875rem;color:var(--muted);font-weight:600}.feature-list.svelte-1hrotn9{list-style:none;margin:0 0 1.25rem;padding:0;flex:1;display:flex;flex-direction:column;gap:.5rem}.feature-row.svelte-1hrotn9{display:flex;align-items:flex-start;gap:.55rem;font-size:.82rem;line-height:1.4;color:var(--text)}.feature-row--excluded.svelte-1hrotn9{color:var(--muted)}.feature-icon.svelte-1hrotn9{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;margin-top:.1rem;flex-shrink:0;border-radius:50%;color:#10b981}.feature-row--excluded.svelte-1hrotn9 .feature-icon:where(.svelte-1hrotn9){color:var(--muted)}.x-mark.svelte-1hrotn9{font-weight:700;font-size:.95rem;line-height:1}.feature-note.svelte-1hrotn9{display:block;font-size:.75rem;color:var(--muted);font-weight:600;margin-top:.1rem}.cta-row.svelte-1hrotn9{margin-top:auto}.cta.svelte-1hrotn9{display:flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1rem;min-height:2.75rem;background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-sm);font-family:Aldrich,sans-serif;font-weight:700;font-size:.875rem;text-decoration:none;cursor:pointer;transition:transform .15s,box-shadow .15s,background .15s;text-align:center}.cta.svelte-1hrotn9:hover:not(.cta--muted){transform:translateY(-1px);box-shadow:var(--shadow-sm)}.cta--highlighted.svelte-1hrotn9{background:var(--brand);color:#fff;border-color:transparent;box-shadow:0 4px 14px #5678af4d}.cta--highlighted.svelte-1hrotn9:hover{box-shadow:0 6px 18px #5678af66}.cta--gold.svelte-1hrotn9{background:linear-gradient(135deg,#f4d47a,#d4af37 60%,#b8860b);color:#3a2d05;border:1px solid rgba(212,175,55,.7);box-shadow:0 4px 14px #d4af3759}.cta--gold.svelte-1hrotn9:hover{box-shadow:0 6px 18px #d4af3780}.cta--muted.svelte-1hrotn9{background:transparent;color:var(--muted);cursor:default}.cta--primary.svelte-1hrotn9{background:var(--brand);color:#fff;border-color:transparent;padding:.85rem 1.5rem;font-size:.95rem}.cta--outline.svelte-1hrotn9{background:var(--surface);color:var(--primary);padding:.85rem 1.5rem;font-size:.95rem}.faq.svelte-1hrotn9{max-width:760px;margin:0 auto 4rem}.section-heading.svelte-1hrotn9{margin:0 0 1.75rem;font-size:clamp(1.375rem,3vw,1.875rem);font-weight:800;color:var(--text);text-align:center}.faq-list.svelte-1hrotn9{display:flex;flex-direction:column;gap:.65rem}.faq-item.svelte-1hrotn9{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;transition:border-color .15s,box-shadow .15s}.faq-item[open].svelte-1hrotn9{border-color:color-mix(in srgb,var(--accent) 40%,var(--border));box-shadow:var(--shadow-sm)}.faq-q.svelte-1hrotn9{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;font-weight:700;font-size:.95rem;color:var(--text);cursor:pointer;list-style:none}.faq-q.svelte-1hrotn9::-webkit-details-marker{display:none}.faq-q.svelte-1hrotn9:hover{color:var(--primary)}.faq-chevron.svelte-1hrotn9{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;color:var(--muted);transition:transform .2s;transform:rotate(0)}.faq-item[open].svelte-1hrotn9 .faq-chevron:where(.svelte-1hrotn9){transform:rotate(90deg);color:var(--primary)}.faq-a.svelte-1hrotn9{margin:0;padding:0 1.25rem 1.15rem;font-size:.9rem;line-height:1.6;color:var(--muted)}.final-cta.svelte-1hrotn9{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;max-width:960px;margin:0 auto}.final-cta-card.svelte-1hrotn9{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.75rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.final-cta-card--ghost.svelte-1hrotn9{background:var(--surface-2)}.final-cta-title.svelte-1hrotn9{margin:0;font-size:1.25rem;color:var(--text)}.final-cta-text.svelte-1hrotn9{margin:0;color:var(--muted);font-size:.9rem;line-height:1.5}.final-cta.svelte-1hrotn9 .cta:where(.svelte-1hrotn9){width:auto;margin-top:.5rem}@media(max-width:1100px){.cards.svelte-1hrotn9{grid-template-columns:repeat(2,minmax(0,1fr))}.card--highlighted.svelte-1hrotn9{transform:translateY(0)}}@media(max-width:640px){.pricing.svelte-1hrotn9{padding:1.75rem 1rem 3rem}.cards.svelte-1hrotn9{grid-template-columns:1fr;gap:1rem}.card.svelte-1hrotn9{padding:1.5rem 1.25rem 1.25rem}.card--highlighted.svelte-1hrotn9{transform:translateY(0)}.final-cta.svelte-1hrotn9{grid-template-columns:1fr}.hero.svelte-1hrotn9{margin-bottom:2rem}.plan-tagline.svelte-1hrotn9{min-height:0}}@media(max-width:480px){.faq.svelte-1hrotn9{margin-bottom:2rem}}
