/* Titres réduits — échelle globale Genicotik */

:root {
  --fx-title-hero: clamp(28px, 4vw, 52px);
  --fx-title-page: clamp(26px, 3.6vw, 42px);
  --fx-title-section: clamp(22px, 2.5vw, 32px);
  --fx-title-card: clamp(17px, 1.9vw, 20px);
  --fx-title-sub: clamp(15px, 1.7vw, 18px);
}

main h1,
.page-header h1,
.hero h1,
.hero-copy h1,
.hero-split h1,
.confirm-page .page-header h1 {
  font-size: var(--fx-title-hero) !important;
}

main h2,
.section-head h2,
.sec-title,
.sales-cta-box h2,
.strip-overlay h2,
.final-text h2,
.cta-strip-content h2,
.formations-cta-title,
.fx-contact-intro h2,
.aud-rights-body h2,
.aud-cta-strip-content h2,
.exp-cta-strip-content h2,
.confirm-card .card-title {
  font-size: var(--fx-title-section) !important;
}

main h3,
.card h3,
.benefit-card h3,
.pillar-card h3,
.step h3,
.guarantee-card h3,
.gain-card h3,
.journey-step h3,
.deliverable-item h3,
.usecase-card h3,
.offre-card h3,
.level-guide h3,
.timeline-content h3,
.fx-contact-success h3 {
  font-size: var(--fx-title-card) !important;
}

main h4,
.expertise-group h4 {
  font-size: var(--fx-title-sub) !important;
}