.thank-you {
  padding-top: var(--space-32);
  padding-bottom: var(--space-32);
}

.thank-you__card {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

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

.thank-you__eyebrow {
  font-size: var(--font-size-sm);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent-purple);
  margin-bottom: var(--space-3);
}

.thank-you__title {
  font-size: clamp(2rem, 3vw, 2.5rem);
  margin-bottom: var(--space-4);
}

.thank-you__lead {
  font-size: var(--font-size-lg);
  color: var(--color-text-muted);
}

.thank-you__body p:last-of-type {
  margin-bottom: 0;
}

.thank-you__body {
  margin-bottom: var(--space-10);
}

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

.thank-you__actions .button {
  min-width: 220px;
}

@media (max-width: 640px) {
  .thank-you {
    padding-top: var(--space-24);
    padding-bottom: var(--space-24);
  }

  .thank-you__card {
    padding: var(--space-8) var(--space-6);
  }

  .thank-you__title {
    font-size: 1.75rem;
  }
}
