
.footer-cta-section {
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--page-bg);
  overflow: hidden;
}

.cta-banner-link {
  display: block;
  width: 100%;
  max-width: var(--section-max-width);
  margin: 0 auto;
  text-decoration: none;
  line-height: 0;
  cursor: pointer;
}

.cta-banner-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 0;
}

/* Optional: keep the banner visually stable on very small screens */
@media (max-width: 768px) {
  .cta-banner-image {
    /*min-height: 280px;*/
    object-fit: cover;
    object-position: center center;
  }
}
