/* ------------------------------------------------------------------
   Section: services / contact-cta
   Future block: vibo/contact-cta
   ------------------------------------------------------------------ */

/* The row inside is a full-bleed grid row: its negative gutter margins stick
   24px past the section on both sides. The overhang is empty gutter, so it is
   clipped instead of being laid out — that keeps the bleed of the photo while
   removing the horizontal overflow. */
:is(.vibo-main, .acf-block-preview) .cta-section {
  overflow-x: clip;
}

:is(.vibo-main, .acf-block-preview) .cta-section .cta-image {
  background: var(--section-bg) no-repeat center center;
}
