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

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

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

.thank-you-card {
  text-align: center;
}

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

.thank-you-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-pill);
  font-size: var(--font-size-xs);
  font-weight: 600;
  background-color: var(--color-primary-soft);
  color: var(--color-primary);
  margin-bottom: var(--space-3);
}

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

.thank-you-body {
  margin-top: var(--space-4);
  text-align: left;
}

.thank-you-note {
  font-weight: 500;
}

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

.thank-you-small {
  margin-top: var(--space-4);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

@media (max-width: 640px) {
  .thank-you-main {
    min-height: auto;
  }

  .thank-you-section {
    padding-block: var(--space-10);
  }

  .thank-you-body {
    text-align: left;
  }
}
