.thank-you-main {
  min-height: calc(100vh - 140px);
  display: flex;
  align-items: center;
}

.thank-you-section {
  width: 100%;
  padding-block: var(--space-20);
}

.thank-you-card {
  max-width: 720px;
  margin-inline: auto;
}

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

.thank-you-kicker {
  font-size: var(--font-size-xs);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--color-primary-soft);
  margin-bottom: var(--space-3);
}

.thank-you-title {
  font-size: clamp(2rem, 3.2vw, 2.6rem);
  line-height: var(--line-height-tight);
}

.thank-you-body p:last-of-type {
  margin-bottom: var(--space-6);
}

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

@media (max-width: 640px) {
  .thank-you-section {
    padding-block: var(--space-16);
  }

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

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