/* cta-band.css — bandeau CTA de fin de page (fond sombre + monogramme en filigrane),
   cf. _cta-band.php. Utilise par les pages soins et resultats. */

.cta-band {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.cta-band__mark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4%;
  pointer-events: none;
}

.cta-band__mark img {
  width: clamp(220px, 30vw, 380px);
  height: auto;
  opacity: 0.12;
}

.cta-band .container {
  position: relative;
}

.cta-band__titre {
  color: var(--color-white);
  font-size: var(--font-size-h2);
}

.cta-band__texte {
  max-width: 520px;
  margin: 0 auto var(--space-xl);
  color: var(--color-beige);
}

.cta-band__actions {
  display: flex;
  gap: var(--space-md);
  justify-content: center;
  flex-wrap: wrap;
}
