.thank-you {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.thank-you__container {
  max-width: 720px;
}

.thank-you__header {
  margin-bottom: var(--space-12);
}

.thank-you__eyebrow {
  font-size: var(--font-size-xs);
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: var(--space-4);
}

.thank-you__title {
  margin-bottom: var(--space-6);
}

.thank-you__lead {
  color: var(--color-text-muted);
  margin-bottom: var(--space-8);
}

.thank-you__content {
  margin-bottom: var(--space-12);
}

.thank-you__content p {
  color: var(--color-text-muted);
}

.thank-you__subtitle {
  font-size: var(--font-size-lg);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: var(--space-4);
}

.thank-you__text {
  color: var(--color-text-muted);
  margin-bottom: var(--space-10);
}

.thank-you__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-4);
}

.thank-you__btn {
  min-width: 230px;
}

@media (max-width: 640px) {
  .thank-you__container {
    padding-left: var(--space-4);
    padding-right: var(--space-4);
  }

  .thank-you__title {
    font-size: clamp(2.1rem, 7vw, 2.5rem);
  }
}
