/**
 * NumeraIQ Stats/Testimonials Section Styles
 * Matching React Testimonials.tsx exactly - lime background with left-bordered stats
 */

/* Stats items - visible by default */
.stat-item {
  opacity: 1;
  transform: translateY(0);
}

/* Stat value (large numbers) */
.stat-value {
  font-feature-settings: "tnum";
  line-height: 1;
}

/* Responsive adjustments */
@media (max-width: 640px) {
  .stats-grid {
    gap: 1.5rem;
  }
}
