/* ── Success ─── */

.badge--success {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  background: oklch(from var(--color-primary) 0.92 c h);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 0.5rem;
}

.success__subtitle {
  font-size: 1.125rem;
  color: var(--color-text-muted);
  margin: 0 0 2rem;
}

.success__steps {
  margin: 0 0 1.5rem 1.25rem;
  padding: 0;
  font-size: 0.9375rem;
  color: var(--color-text);
  line-height: 1.7;
}

.success__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
