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

.thank-you-section {
  width: 100%;
  padding-block: clamp(var(--space-16), 12vh, var(--space-24));
}

.thank-you-container {
  max-width: 640px;
  text-align: center;
}

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

.thank-you-kicker {
  font-family: var(--font-accent);
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
  margin-bottom: var(--space-3);
}

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

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

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

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

  .thank-you-ctas {
    justify-content: flex-start;
  }
}
