/* ═══════════════════════════════════════
   REBHNI PRICING PAGE — Page-specific styles
   Depends on: design-system.css, home.css (loaded via @push)
   ═══════════════════════════════════════ */

/* ─── PRICING ORDERS line (unique to standalone pricing page) ──── */
.pricing-orders {
    color: var(--teal-light);
    font-size: 0.9rem;
    font-weight: 600;
    margin: 8px 0 12px;
    font-family: var(--font-heading);
}

.pricing-desc {
    color: var(--gray-500);
    font-size: 0.88rem;
    line-height: 1.6;
    margin-bottom: 24px;
    flex: 1;
}

/* ─── CTA section spacing ────────────────────────────────────── */
.pricing-cta-section {
    padding-bottom: 80px;
}
