body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.thank-you-main {
  flex: 1;
  display: flex;
  align-items: center;
}

.thank-you-section {
  width: 100%;
}

.thank-you-card {
  max-width: 640px;
  margin: 0 auto;
}

.thank-you-card__content {
  text-align: center;
}

.thank-you-title {
  letter-spacing: 0.12em;
}

.thank-you-lead {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  color: rgba(245, 239, 230, 0.92);
}

.thank-you-text {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-12);
}

.thank-you-primary-cta,
.thank-you-secondary-cta {
  min-width: 180px;
}

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