.footer-cta-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0 78px;
  background: linear-gradient(180deg, #fff 0%, #f5fbff 100%);
}

.footer-cta-section .footer-glow {
  position: absolute;
  right: 10%;
  top: 42px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, #d6fff6, transparent 65%);
  pointer-events: none;
}

.footer-cta-section .container {
  position: relative;
  z-index: 2;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background: #f5fbff;
  padding: 0 0 34px;
}

.site-footer .footer-wave {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: clamp(210px, 18vw, 310px);
  margin-bottom: -26px;
  background: url('../images/footer-wave.png') center bottom / cover no-repeat;
  opacity: .96;
  pointer-events: none;
}

.site-footer .footer-inner {
  position: relative;
  z-index: 2;
}

.site-footer .footer-grid {
  margin-top: 0;
  padding-top: 24px;
  border-top: 1px solid rgba(188, 220, 241, .72);
}

@media (max-width: 980px) {
  .footer-cta-section {
    padding: 82px 0 60px;
  }

  .site-footer .footer-wave {
    height: 220px;
    margin-bottom: -18px;
  }
}

@media (max-width: 640px) {
  .footer-cta-section {
    padding: 70px 0 46px;
  }

  .site-footer .footer-wave {
    height: 170px;
    margin-bottom: -10px;
    background-size: auto 100%;
  }
}
