.section-eyebrow {
  font-size: .9rem; font-weight: 500; letter-spacing: .12em;
  text-transform: uppercase; color: var(--purple);
  margin-bottom: .75rem; display: block;
}

.page-hero {
  padding: 11rem 0 5rem;
  border-bottom: 1px solid var(--line);
}

.page-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800; letter-spacing: -.03em; line-height: 1.1;
  margin-top: .5rem;
}

.page-sub {
  font-size: 1.05rem; font-weight: 300;
  color: var(--muted); line-height: 1.75;
  max-width: 720px; margin-top: 1.25rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Mentions légales */
.mentions-content { padding: 3rem 0 5rem; }
.wrap--narrow { max-width: 480px; }

.mention-block { padding: 1.75rem 0; border-bottom: 1px solid var(--line); text-align: center; }
.mention-block:last-child { border-bottom: none; }
.mention-block h2 { font-family: 'Syne', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: .75rem; }
.mention-block p { font-size: .95rem; font-weight: 300; color: var(--muted); line-height: 1.8; }
.mention-block a { color: var(--lilac); transition: color .2s; }
.mention-block a:hover { color: var(--white); }

/* Titres centrés sur certaines pages */
.title-centered {
  text-align: center;
}

/* À propos : titre stylisé 2 lignes centré */
.apropos-hero-title {
  text-align: center;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.15;
  margin-top: .5rem;
}

/* Mentions légales : page-hero plus compact */
.mentions-hero .page-hero {
  padding: 7rem 0 2.5rem;
}

/* Mobile : encore plus compact */
@media (max-width: 600px) {
  .section-eyebrow { font-size: .82rem; }
  .mentions-content { padding: 2rem 0 3.5rem; }
  .page-hero { padding: 7rem 0 2rem; }
}

/* Bouton Nous contacter dans les page-hero */
.page-hero-actions {
  margin-top: 1.75rem;
}

/* CTA en bas des pages Formules et À propos */
.section-cta-pages {
  background: var(--bg-2);
  padding: 7rem 0;
}

.cta-pages-box {
  position: relative;
  background: linear-gradient(135deg, var(--bg-4) 0%, #1C1830 100%);
  border: 1px solid rgba(139,124,246,.22);
  border-radius: 20px;
  padding: 4.5rem 4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  box-shadow: 0 0 60px rgba(90,80,176,.1), 0 20px 50px rgba(0,0,0,.35);
}

.cta-pages-box .t-body { max-width: 460px; }

@media (max-width: 600px) {
  .cta-pages-box { padding: 3rem 1.75rem; }
}
