.thank-you-main {
  display: flex;
  min-height: calc(100vh - 140px);
}

.thank-you-section {
  display: flex;
  align-items: center;
}

.thank-you-panel {
  max-width: 640px;
  margin-inline: auto;
  padding: var(--space-8);
  border-radius: var(--radius-lg);
  background-color: var(--color-surface);
  border: 1px solid var(--color-border-subtle);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

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

.thank-you-message {
  font-size: var(--font-size-lg);
  color: var(--color-text-soft);
  margin-bottom: var(--space-4);
}

.thank-you-next {
  font-size: var(--font-size-md);
  color: var(--color-muted);
  margin-bottom: var(--space-6);
}

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

@media (max-width: 640px) {
  .thank-you-panel {
    padding: var(--space-6);
  }
}

ul {
  list-style: none !important;
}

.nav-toggle {
  flex-direction: column;
}
