/* =====================================================================
   cta-band.css — Docokids final CTA band (.cta-band).

   A centered closing section: headline + one primary CTA + a reassurance
   line. The last repeated conversion action on a landing. It lives in the
   home's editorial language: a plain white section set apart only by the
   section whitespace + a top hairline — exactly like every other section.
   The CTA button carries the only color (same as every other section); the
   section background stays white (no colored wash).

   Page-agnostic: any page can include _cta_band.html. Brand values come
   from var(--token).
   ===================================================================== */
.cta-band {
  border-top: 1px solid var(--hairline);
}
.cta-band__inner {
  max-width: var(--measure-narrow);
  margin: 0 auto;
  text-align: center;
}
.cta-band__title {
  margin-bottom: var(--space-4);
}
.cta-band__cta {
  margin-bottom: var(--space-4);
}
.cta-band__reassurance {
  font-family: var(--font-sans);
  font-size: var(--fs-small);
  color: var(--gris-secundario);
  margin: 0;
}
