/* ==========================================================================
   AVCO Design System - CTA Banner Section
   ========================================================================== */

body.avco-page .avco-cta {
  background: var(--avco-primary-800);
  position: relative;
  overflow: hidden;
  padding: 16rem var(--avco-space-15) var(--avco-space-20);
  margin-top: -15rem;
  display: flex;
  gap: var(--avco-space-12);
  align-items: flex-end;
  aspect-ratio: 1440 / 621;
  height: 621px;
  width: 100%;
}

body.avco-page .avco-cta > * {
  position: relative;
  z-index: var(--avco-z-raised);
}

body.avco-page .avco-cta > picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: var(--avco-z-content);
}

body.avco-page .avco-cta .avco-cta-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: var(--avco-z-content);
}

body.avco-page .avco-cta .avco-cta-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--avco-space-4);
  justify-content: flex-end;
}

body.avco-page .avco-cta h2.avco-cta-heading {
  font-family: var(--avco-font-heading);
  font-size: var(--avco-text-6xl);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.1rem;
  color: var(--avco-white);
  max-width: 35rem;
  margin: 0;
  padding: 0;
}

body.avco-page .avco-cta p.avco-cta-desc {
  font-size: var(--avco-text-base);
  font-weight: 400;
  line-height: 1.7;
  color: var(--avco-gray-100);
  max-width: 32.0625rem;
  margin: 0;
}
