/*******************************************
 * Page Analyse & Stratégie financière — XW
 *******************************************/

.section h1 {
  font-family: var(--ff-title);
  font-size: 2.2rem;
  margin-bottom: 0.8rem;
  color: var(--c-primary);
}

.lead {
  max-width: 720px;
  margin-bottom: 2rem;
  font-size: 1.05rem;
}

/* Carte tarif / mise en avant */
.highlight-card {
  margin: 12px 0 18px;
}

/* Texte d’intro de la section alt */
.intro-text {
  max-width: 780px;
  margin: 8px auto 24px;
  font-size: 1.02rem;
}

/* Carte "À qui s’adresse ce service ?" */
.card.audience {
  margin-top: 20px;
}

/* Mobile */
@media (max-width: 600px) {
  .section h1 {
    font-size: 2rem;
  }

  .lead {
    font-size: 1rem;
  }

  .intro-text {
    font-size: 0.98rem;
  }
}
