.why-join-blc {
  background-color: var(--section-bg);
  color: var(--section-text);
  padding: var(--spacing-2xl) var(--spacing-xl);
}

.why-join-blc::before {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background-color: var(--section-text);
  margin: calc(var(--spacing-2xl) * -1) calc(var(--spacing-xl) * -1) var(--spacing-2xl) calc(var(--spacing-xl) * -1);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--spacing-2xl);
  text-align: center;
}

.stat-item h3 {
  font-size: var(--font-size-2xl);
  margin-bottom: var(--spacing-sm);
  font-weight: 700;
}

.stat-item p {
  font-size: var(--font-size-base);
  opacity: 0.85;
  margin-bottom: 0;
}
