.pricing-header { padding: 4rem 0 2rem; }
.pricing-header h1 { font-size: 2rem; font-weight: 700; margin-bottom: 1rem; color: var(--text-main); }
.pricing-header p { color: var(--text-muted); font-size: 1.125rem; }
.toggle-group {
  display: inline-flex;
  background: rgba(0,0,0,0.35); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 0.5rem; padding: 0.25rem; margin-bottom: 2rem;
}
.toggle-btn { padding: 0.5rem 1rem; border-radius: 0.375rem; font-size: 0.875rem; font-weight: 500; border: none; cursor: pointer; background: transparent; color: var(--text-dim); transition: all 0.15s; }
.toggle-btn.active { background: rgba(11,198,234,0.12); color: var(--brand-cyan); box-shadow: 0 1px 4px rgba(0,0,0,0.3); }
.toggle-save { margin-left: 0.25rem; font-size: 0.75rem; color: var(--brand-emerald); font-weight: 600; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; max-width: 960px; margin: 0 auto; padding-bottom: 4rem; }
.pricing-card { display: flex; flex-direction: column; }
.pricing-card h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 0.25rem; color: var(--text-main); }
.pricing-card .desc { font-size: 0.875rem; color: var(--text-muted); margin-bottom: 1.5rem; }
.pricing-card .price { font-size: 2.5rem; font-weight: 700; margin-bottom: 1.5rem; color: var(--brand-cyan); }
.pricing-card ul { list-style: none; flex: 1; margin-bottom: 1.5rem; }
.pricing-card li { font-size: 0.875rem; color: var(--text-muted); padding: 0.375rem 0; display: flex; align-items: start; gap: 0.5rem; }
.pricing-card li svg { width: 20px; height: 20px; stroke: var(--brand-cyan); fill: none; stroke-width: 2; flex-shrink: 0; margin-top: 1px; }
