.thank-you-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
  background: radial-gradient(circle at top, rgba(224, 167, 95, 0.08), transparent 55%),
              linear-gradient(to bottom, #05060a, #020617);
}

.thank-you-section {
  width: 100%;
}

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

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

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

.thank-you-body p {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.thank-you-actions {
  margin-top: var(--space-6);
}

.thank-you-btn,
.thank-you-btn-secondary {
  width: 100%;
}

@media (min-width: 640px) {
  .thank-you-actions {
    flex-direction: row;
    justify-content: center;
  }

  .thank-you-btn,
  .thank-you-btn-secondary {
    width: auto;
    min-width: 220px;
  }
}
