.hero-section {
  height: 320px;
  background: linear-gradient(135deg, #0d6efd, #20c997);
  border-radius: 12px;
  position: relative;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.stat-card {
  background: linear-gradient(145deg, #ffffff, #f1f3f5);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

.stat-card h2 {
  color: #0d6efd;
  font-weight: 700;
}
