.faq-item summary { list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { background: #FAFAFD; }
.faq-item[open] summary { border-bottom: 1px solid #F3F2F8; }
.faq-item[open] .faq-chev { transform: rotate(180deg); }

.faq-toc a:hover { background: #F4F3FB; color: #2E2270 !important; }

.faq-answer p { font-size: 15px; color: #4C4A63; line-height: 1.7; font-weight: 300; margin-bottom: 13px; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer ul, .faq-answer ol {
  list-style: none;
  margin: 0 0 13px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  counter-reset: faq-step;
}
.faq-answer ul:last-child, .faq-answer ol:last-child { margin-bottom: 0; }
.faq-answer li {
  display: flex;
  gap: 10px;
  font-size: 14.5px;
  color: #4C4A63;
  line-height: 1.6;
  font-weight: 300;
}
.faq-answer ul li::before {
  content: "\00b7";
  color: #5B4BD6;
  flex-shrink: 0;
  font-weight: 600;
}
.faq-answer ol li {
  counter-increment: faq-step;
}
.faq-answer ol li::before {
  content: counter(faq-step) ".";
  color: #5B4BD6;
  flex-shrink: 0;
  font-weight: 600;
}
.faq-answer a { color: #5B4BD6; text-decoration: none; font-weight: 400; }
.faq-answer a:hover { text-decoration: underline; }
.faq-answer small, .faq-answer .source { font-size: 13px; color: #8A88A0; font-weight: 300; }

@media (max-width: 760px) {
  .sub-hero-h1 { font-size: 34px !important; }
  .faq-grid { grid-template-columns: 1fr !important; gap: 30px !important; }
  .faq-toc { position: static !important; flex-direction: row !important; flex-wrap: wrap !important; }
}
