body {
  background-color: var(--color-bg-dark);
}

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

.thank-you-section {
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
}

.thank-you-container {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

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

.thank-you-kicker {
  font-size: var(--font-size-sm);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-400);
  margin-bottom: var(--space-2);
}

.thank-you-header h1 {
  color: var(--color-heading-blue);
}

.thank-you-lead {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
}

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

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

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

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

  .thank-you-lead {
    font-size: var(--font-size-base);
  }
}
