/**
 * BIENHABILLÉ — homepage.css (Bloc C — Niche)
 * Styles page d'accueil. Uniquement var(--bh-*).
 */

.bh-homepage {
  padding-bottom: var(--bh-space-2xl);
}

.bh-homepage__section {
  padding: var(--bh-space-2xl) 0;
}

.bh-homepage__section-title {
  font-size: var(--bh-fs-2xl);
  font-weight: var(--bh-fw-semibold);
  text-align: center;
  margin: 0 0 var(--bh-space-xl);
}

.bh-homepage__hero {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bh-bg-secondary);
}
