
.stats-section {
  background: linear-gradient(135deg, #06a6e0 0%, #0892c9 100%);
}

.stat-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.stat-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.stat-icon i {
  font-size: 40px;
  color: #06a6e0;
  background: #e0f2fe;
  border-radius: 50%;
  padding: 18px;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1f2937;
}

.stat-label {
  color: #6b7280;
  font-size: 1.1rem;
  margin-top: 0.5rem;
}
