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

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

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

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

.thank-you-eyebrow {
  font-size: var(--font-size-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gray-700);
  margin-bottom: var(--space-2);
}

.thank-you-title {
  font-size: var(--font-size-3xl);
}

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

.thank-you-cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.thank-you-btn {
  min-width: 180px;
}

@media (max-width: 480px) {
  .thank-you-title {
    font-size: var(--font-size-2xl);
  }
}
