/* Closing call to action. */

.cta__shell {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  position: relative;
}

.cta__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 5.5vw, 60px);
  line-height: 1.05;
  letter-spacing: -.035em;
  color: var(--nx-white);
}

.cta__text {
  color: var(--nx-400);
  font-size: 17px;
  line-height: 1.6;
  max-width: 50ch;
}

.cta__contact {
  color: var(--nx-400);
  font-size: 14.5px;
}

.cta__contact a {
  color: var(--nx-billing-2);
  font-family: var(--font-mono);
}

.cta__sparkle--1 {
  left: 8%;
  top: 40px;
  width: 120px;
  opacity: .07;
}

.cta__sparkle--2 {
  right: 6%;
  bottom: 30px;
  width: 200px;
  opacity: .06;
}

.cta__sparkle--3 {
  right: 22%;
  top: 80px;
  width: 54px;
  opacity: .1;
}
