/* Pricing Page Styles */
body {
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4 {
  font-family: 'Space Grotesk', ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -0.02em;
}

.bg-gradient-primary { background-image: linear-gradient(135deg, #5b43d6, #38bdf8); }
.shadow-elegant { box-shadow: 0 20px 50px -20px rgba(91,67,214,0.35); }
.shadow-card    { box-shadow: 0 4px 20px -8px rgba(30,27,60,0.12); }
.text-primary   { color: #5b43d6; }

.mobile-menu      { display: none; }
.mobile-menu.open { display: block; }

/* Plan card hover lift */
.plan-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
