.pricing-hero { padding: var(--space-9) 0 var(--space-7); text-align: center; }
  .pricing-hero h1 { font-family: var(--font-serif); font-weight: 500; font-size: clamp(2.6rem, 4.6vw, 4rem); line-height: 1.02; letter-spacing: -0.025em; margin: var(--space-3) 0 var(--space-4); }
  .pricing-hero h1 em { font-style: italic; color: var(--accent-sage-ink); font-weight: 500; }
  .pricing-hero p { font-size: 1.25rem; color: var(--fg-2); max-width: 640px; margin: 0 auto var(--space-7); }
  .billing-toggle { display: inline-flex; padding: 4px; background: var(--bg-muted); border-radius: var(--radius-pill); border: 1px solid var(--border); gap: 2px; margin-bottom: var(--space-7); }
  .billing-toggle button { padding: 10px 20px; border-radius: var(--radius-pill); font-size: 0.875rem; font-weight: 500; color: var(--fg-2); cursor: pointer; background: transparent; border: none; font-family: inherit; }
  .billing-toggle button.active { background: var(--brand-trunk); color: var(--brand-cream); }

  .price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-4); align-items: stretch; }
  .price-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: var(--space-7); display: flex; flex-direction: column; position: relative; }
  .price-card.is-featured { border-color: var(--brand-trunk); border-width: 2px; box-shadow: var(--shadow-lg); }
  .price-card__badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--brand-trunk); color: var(--brand-cream); font-size: 0.7rem; font-weight: 600; padding: 4px 12px; border-radius: var(--radius-pill); letter-spacing: 0.05em; text-transform: uppercase; }
  .price-card__tier { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-3); }
  .price-card__name { font-family: var(--font-serif); font-size: 1.8rem; font-weight: 500; line-height: 1.1; margin: var(--space-3) 0 var(--space-4); letter-spacing: -0.01em; }
  .price-card__amount { font-family: var(--font-serif); font-size: 3.2rem; font-weight: 500; line-height: 1; letter-spacing: -0.02em; }
  .price-card__amount small { font-family: var(--font-sans); font-size: 1rem; font-weight: 400; color: var(--fg-3); }
  .price-card__sub { font-size: 0.8125rem; color: var(--fg-3); margin: var(--space-2) 0 var(--space-5); min-height: 36px; }
  .price-card__cta { width: 100%; }
  .price-card__features { display: flex; flex-direction: column; gap: 10px; margin-top: var(--space-6); padding-top: var(--space-6); border-top: 1px solid var(--border); flex: 1; }
  .price-feat { display: flex; gap: 10px; font-size: 0.875rem; color: var(--fg-1); align-items: flex-start; }
  .price-feat svg { color: var(--accent-sage-ink); flex-shrink: 0; margin-top: 2px; }
  .price-feat span { color: var(--fg-2); }
  .price-feat.is-emph { font-weight: 600; color: var(--fg-1); }

  /* Comparison table */
  .compare-section { padding: var(--space-11) 0; background: var(--brand-cream); }
  .compare-tbl { width: 100%; border-collapse: collapse; background: var(--surface); border-radius: var(--radius-xl); overflow: hidden; border: 1px solid var(--border); }
  .compare-tbl th, .compare-tbl td { padding: 16px 20px; text-align: center; border-bottom: 1px solid var(--border); font-size: 0.875rem; }
  .compare-tbl th { background: var(--bg-muted); font-weight: 600; }
  .compare-tbl th:first-child, .compare-tbl td:first-child { text-align: left; }
  .compare-tbl .grp { background: var(--bg-muted); font-weight: 600; font-size: 0.75rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--fg-3); }
  .compare-tbl .check { color: var(--success-fg); font-weight: 600; }
  .compare-tbl .nope { color: var(--fg-4); }

  /* FAQ */
  .faq-section { padding: var(--space-10) 0; }

  /* Trust + add-ons */
  .addons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-5); margin-top: var(--space-7); }
  .addon-card { padding: var(--space-6); background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-xl); }
  .addon-card .pill { margin-bottom: var(--space-3); }
  .addon-card h4 { font-family: var(--font-serif); font-size: 1.3rem; font-weight: 500; margin: 0 0 var(--space-3); }
  .addon-card__price { font-family: var(--font-mono); font-size: 1.1rem; font-weight: 600; color: var(--accent-sage-ink); margin-top: var(--space-3); }