/**
 * TFE — Membership hero (CTA au-dessus du funnel d'adhésion)
 *
 * Style épuré : pas de bandeau coloré, fond blanc, grosse typo Georgia.
 * Tokens TFE : primaire #6D2929, texte #282828, border-radius: 0.
 */

.tfe-membership-hero {
  background-color: #fff;
  padding: 32px 20px 24px;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.tfe-membership-hero__eyebrow {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6D2929;
  margin: 0 0 16px;
}

.tfe-membership-hero__title {
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  color: #282828;
  margin: 0;
}

@media screen and (max-width: 600px) {
  .tfe-membership-hero {
    padding: 36px 16px 28px;
  }

  .tfe-membership-hero__title {
    font-size: 28px;
    line-height: 1.3;
  }
}