/* Quant Intelligence company docs hub — supplementary styles for
   docs/index.html. Extends the shared design system (../css/style.css).
   Does not redefine anything already provided there. */

.faq-wrap {
  max-width: 760px;
  margin: 0 auto;
}

.faq-item {
  padding: 26px 0;
  border-bottom: 1px solid var(--surface-border);
  text-align: left;
}

.faq-item:last-child { border-bottom: none; }
.faq-item h3 { font-size: 1.05rem; margin-bottom: 10px; color: var(--text); }
.faq-item p { margin: 0; }

.docs-lede {
  max-width: 620px;
  margin: 0 auto 8px;
  text-align: center;
}
