/* 页面级细节: FAQ 列表与首页 hero 强调 */
  .faq-item { padding: 14px 2px; border-bottom: var(--line) solid var(--c-border); }
  .faq-item:last-child { border-bottom: 0; padding-bottom: 4px; }
  .faq-item h3 { margin-bottom: 4px; }
  .faq-item p { margin: 0; font-size: var(--fs-sm); line-height: 1.65; }
  .hiw-list { counter-reset: none; }
  .lead-em { color: var(--c-accent); }
