/* ══════════════════════════════════════
   Docs pages
   Builds on legal.css styling.
   ══════════════════════════════════════ */

.docs-lead {
  font-size: 1.05rem !important;
  color: var(--n-text) !important;
  line-height: 1.8 !important;
}

/* Numbered step badge in section headings */
.docs-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 8px;
  font-size: .9rem;
  font-weight: 700;
  color: var(--n-white);
  background: linear-gradient(135deg, var(--n-orange), var(--n-coral));
  vertical-align: middle;
}

.legal-section h2 {
  display: flex;
  align-items: center;
}

.legal-section strong {
  color: var(--n-text);
  font-weight: 600;
}
