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

.thank-you-section {
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.thank-you-card {
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
}

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

.thank-you-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--color-success);
  box-shadow: 0 0 18px rgba(39, 198, 107, 0.8);
}

.thank-you-kicker {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 4px;
  color: var(--color-text-soft);
}

.thank-you-title {
  margin-bottom: 0;
}

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

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

@media (max-width: 600px) {
  .thank-you-card {
    padding: var(--space-4);
  }

  .thank-you-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .thank-you-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
