/* Scoped pricing additions; global cards, navigation and footer retain their approved styles. */
.plan-badge { min-height: 32px; margin-bottom: 10px; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.pricing .price-card .button, .pricing-page .price-card .button { font-size: 14px; text-align: center; }
.pricing-note { margin-block: 28px; max-width: 900px; font-size: 15px; }
.pricing-links { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 28px; }
.pricing-links a:not(.button) { color: #a40070; text-decoration: underline; text-underline-offset: 4px; }
.pricing-hero { max-width: 1040px; text-align: center; padding-bottom: 60px; }
.pricing-hero > p:not(.eyebrow) { max-width: 800px; margin: 24px auto 0; font-size: 19px; }
.pricing-hero .pricing-links { justify-content: center; }
.trial-pill { display: inline-block; padding: 8px 15px; border-radius: 24px; background: var(--pink-light); color: #950063; font-weight: 600; }
.pricing-summaries .price { margin-bottom: 24px; }
.comparison-category { margin-top: 20px; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.comparison-category > summary { cursor: pointer; padding: 22px; background: #faf6fb; font-size: 20px; font-weight: 650; }
.comparison-category table { width: 100%; border-collapse: collapse; table-layout: fixed; text-align: left; font-size: 14px; }
.comparison-category th, .comparison-category td { padding: 18px 16px; border-bottom: 1px solid var(--border); overflow-wrap: anywhere; vertical-align: top; }
.comparison-category thead th { background: #fafafa; }
.comparison-category th:first-child { width: 30%; }
.comparison-category tbody th { font-weight: 600; }
.comparison-category tr:last-child > * { border-bottom: 0; }
.comparison-category td:nth-child(3), .comparison-category thead th:nth-child(3) { background: #fff9e5; }
.feature-status { display: block; margin-top: 5px; color: #805700; font-size: 12px; font-weight: 500; }
.category-note { padding: 20px 22px; font-size: 14px; }
.mobile-plan { display: none; }
.pricing-panel { padding: 40px; border: 1px solid var(--border); border-radius: 16px; background: #faf6fb; }
.pricing-panel h2, .pricing-story h2 { margin-bottom: 24px; }
.pricing-panel .trial-pill { margin-bottom: 20px; }
.workflow-line { font-weight: 650; color: var(--ink); line-height: 2; }
.pricing-page .faq-list { margin-top: 32px; }
@media (max-width: 760px) {
  .comparison-category table, .comparison-category tbody { display: block; }
  .comparison-category thead { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; }
  .comparison-category tr { display: grid; grid-template-columns: 1fr 1fr; padding: 16px; border-bottom: 1px solid var(--border); gap: 8px; }
  .comparison-category tbody th:first-child { width: auto; grid-column: 1 / -1; padding: 4px 0 12px; }
  .comparison-category td { display: flex; flex-direction: column; gap: 6px; padding: 12px; background: #fafafa; border: 0; border-radius: 6px; }
  .comparison-category tbody th { border: 0; }
  .mobile-plan { display: block; font-weight: 700; }
  .pricing-panel { padding: 24px; }
}

.billing-controls { text-align: center; margin-bottom: 24px; }
.billing-controls > p:not(.sr-only) { margin-top: 8px; font-size: 13px; }
.price-card .annual-equivalent { margin-block: 16px 24px; font-size: 13px; }
