/* =========================================================
   FINAL CTA
   ========================================================= */
.final {
  padding: 120px 0 100px;
  text-align: center;
  position: relative;
}
.final h2 {
  font-size: clamp(40px, 7vw, 96px);
  letter-spacing: -0.05em;
  line-height: .95;
  font-weight: 900;
  margin: 0;
}
.final h2 em {
  font-style: normal;
  background: linear-gradient(120deg, #F4B3EF, #595CFF, #82F4B1);
  background-clip: text; -webkit-background-clip: text;
  color: transparent;
}
.final p {
  margin: 22px auto 36px;
  max-width: 620px;
  color: var(--text-2);
  font-size: 18px;
}
