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

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

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

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

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

.thank-you-kicker {
  font-family: var(--font-display);
  font-size: var(--font-size-xs);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: var(--space-2);
}

.thank-you-title {
  margin-bottom: var(--space-3);
}

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

.thank-you-body p {
  line-height: var(--line-height-relaxed);
}

.thank-you-actions {
  margin-top: var(--space-8);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-4);
}

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

.thank-you-secondary-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-3);
}

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

.thank-you-text-link {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.thank-you-text-link:hover {
  color: var(--color-accent);
  text-shadow: 0 0 10px rgba(30, 164, 255, 0.6);
}

@media (max-width: 480px) {
  .thank-you-btn-main,
  .thank-you-btn-secondary {
    width: 100%;
  }
}
