body .waafaa-home-cta {
  padding-top: 0;
}

body .waafaa-home-cta__banner {
  align-items: center;
  background: linear-gradient(135deg, rgba(11, 21, 39, 0.94), rgba(5, 12, 24, 0.9));
  border: 1px solid var(--waafaa-border-strong);
  border-radius: 0.9rem;
  box-shadow: 0 2rem 5rem rgba(0, 72, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  display: grid;
  gap: 2rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  overflow: hidden;
  padding: 2.4rem;
  position: relative;
}

body .waafaa-home-cta__banner::before {
  background: radial-gradient(circle at 18% 20%, rgba(0, 166, 255, 0.16), transparent 17rem), radial-gradient(circle at 82% 40%, rgba(124, 45, 255, 0.18), transparent 17rem);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

body .waafaa-home-cta__icon,
body .waafaa-home-cta__copy,
body .waafaa-home-cta__actions {
  position: relative;
  z-index: 1;
}

body .waafaa-home-cta__icon {
  background: radial-gradient(circle at 35% 30%, rgba(0, 166, 255, 0.34), transparent 2.4rem), linear-gradient(135deg, rgba(18, 72, 255, 0.36), rgba(11, 45, 124, 0.58));
  border-radius: 1rem;
  color: var(--waafaa-blue);
  font-size: 1.35rem;
  height: 4.6rem;
  width: 4.6rem;
}

body .waafaa-home-cta__copy {
  display: grid;
  gap: 0.65rem;
}

body .waafaa-home-cta__copy h2 {
  max-width: 18ch;
}

body .waafaa-home-cta__copy p {
  margin: 0 !important;
}

body .waafaa-home-cta__actions {
  justify-content: flex-end;
  margin-block-start: 0 !important;
}

@media (max-width: 920px) {
  body .waafaa-home-cta__banner {
    align-items: start;
    grid-template-columns: minmax(0, 1fr);
  }

  body .waafaa-home-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 670px) {
  body .waafaa-home-cta__banner {
    padding: 1.25rem;
  }

  body .waafaa-home-cta__icon {
    height: 4rem;
    width: 4rem;
  }
}
