.impact-section {
  padding: 100px 24px;
  text-align: center;
  background: #ffffff;
}

.impact-section h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 64px;
  color: #0f172a;
}

.stats-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-number {
  font-size: 48px;
  font-weight: 800;
  color: #2563eb; /* Matches your primary blue */
  line-height: 1;
}

.stat-label {
  margin-top: 12px;
  font-size: 16px;
  color: #64748b;
  font-weight: 500;
}