
/* V43 — Hero nettoyé : suppression définitive du bloc noir résiduel */
.hero-copy,
.hero-intro,
.hero-repositioned,
.moved-hero-block,
.hero-text,
.hero-description,
.hero-actions,
.sl-hero-tag,
.hero-glass,
.hero-card {
  display: none !important;
}

/* Le Hero ne contient plus que le branding Sunset Legacy et le décor. */
.sl-hero,
.hero,
.hero-section {
  min-height: clamp(430px, 62vh, 680px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 70px 24px 45px !important;
}

/* Réduit le trou entre le Hero et le contenu suivant */
.sl-hero + section,
.hero + section,
.hero-section + section {
  margin-top: 0 !important;
  padding-top: 48px !important;
}

/* Remonte la première zone de contenu de manière harmonieuse */
main > section:first-of-type,
.public-main > section:first-of-type,
.home-content > section:first-of-type {
  margin-top: 0 !important;
}

/* Branding propre, sans conteneur noir */
.brand,
.hero-brand,
.sl-brand {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}
