body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background: #ffffff;
  color: #171717;
}

html, body {
  height: 100%;
}

/* Hover violet sur les cartes d'offres */
.pricing-card {
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing-card:hover {
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
  border-color: transparent !important;
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(79, 70, 229, 0.25), 0 10px 10px -5px rgba(79, 70, 229, 0.15);
}

.pricing-card:hover h3,
.pricing-card:hover p,
.pricing-card:hover span,
.pricing-card:hover li {
  color: white !important;
}

.pricing-card:hover .badge-populaire {
  background: rgba(255, 255, 255, 0.2) !important;
  color: white !important;
}

.pricing-card:hover svg {
  color: white !important;
}

.pricing-card:hover .pricing-btn {
  background: white !important;
  color: #4f46e5 !important;
}

.pricing-card:hover .pricing-btn-light {
  background: white !important;
  color: #4f46e5 !important;
}
