.thank-you-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
}

.thank-you-card {
  max-width: 40rem;
  width: 100%;
  text-align: left;
}

.thank-you-header {
  margin-bottom: var(--space-4);
}

.thank-you-label {
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-soft);
  margin-bottom: var(--space-2);
}

.thank-you-title {
  margin-bottom: var(--space-2);
}

.thank-you-message,
.thank-you-next {
  color: var(--color-text-muted);
}

.thank-you-actions {
  margin-top: var(--space-5);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

@media (max-width: 639.98px) {
  .thank-you-card {
    text-align: left;
  }

  .thank-you-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .thank-you-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
