/* ---- PRICING SPECIFIC STYLES ---- */

/* Responsive: stack pricing cards on mobile */
@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}