.final {
  padding: clamp(80px, 12vw, 160px) 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final::before {
  content: ""; position: absolute; left: 50%; top: 50%;
  width: 900px; height: 900px; transform: translate(-50%, -50%);
  background: radial-gradient(closest-side, rgba(184,168,255,.25), transparent 70%);
  filter: blur(40px);
}
.final h2 {
  font-family: var(--f-display); font-weight: 400;
  font-size: clamp(48px, 8vw, 140px);
  line-height: .96; letter-spacing: -.04em;
  color: var(--paper); margin: 0 0 32px;
  position: relative;
}
.final h2 em { font-style: italic; color: var(--lilac); }
.final .cta-row { justify-content: center; position: relative; }
