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

body.avco-page .avco-cta {
  background: var(--avco-primary-800) url('../../images/avco/cta-bg.png') center / cover no-repeat;
  position: relative;
  overflow: hidden;
  padding: 16rem var(--avco-space-15) var(--avco-space-20);
  margin-top: -10rem;
  display: flex;
  gap: var(--avco-space-12);
  align-items: center;
}

body.avco-page .avco-cta > * {
  position: relative;
  z-index: 2;
}

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

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;
}
