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

.thank-you-wrapper {
  max-width: 620px;
  margin-inline: auto;
  text-align: center;
  padding: var(--space-8) var(--space-6);
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top, rgba(240, 185, 71, 0.18), rgba(5, 6, 10, 0.98));
  box-shadow: var(--shadow-strong);
  border: 1px solid var(--color-surface-border);
}

.thank-you-eyebrow {
  font-size: var(--font-size-xs);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: var(--space-3);
}

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

.thank-you-lead {
  font-size: var(--font-size-md);
  line-height: var(--line-height-relaxed);
  margin-bottom: var(--space-4);
}

.thank-you-next,
.thank-you-note {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-relaxed);
}

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

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

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