.stats-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2c7a7b;
}

.stat-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  padding: 1.5rem 1rem;
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease;
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.stat-icon {
  font-size: 2rem;
  color: #319795;
  margin-bottom: .5rem;
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #2c7a7b;
}

.stat-label {
  font-size: 1rem;
  color: #4a5568;
}
