/* ============================================================
   Clash客户端下载站 · FAQ 页(help.html)专属样式
   仅补充锚点定位与页首排版,组件样式沿用 components.css
   ============================================================ */

/* 锚点跳转时避开吸顶 header */
.faq-sec{
  scroll-margin-top:calc(var(--hd-h) + 14px);
}

/* 页首:标题下引导段与分类导航的节奏 */
.faq-head{
  padding-bottom:36px;
}
.faq-lede{
  max-width:720px;
  color:var(--ink-mute);
  margin-top:14px;
  margin-bottom:28px;
}
.faq-lede strong{
  color:var(--ink);
}

@media (max-width:640px){
  .faq-head{
    padding-bottom:26px;
  }
  .faq-lede{
    margin-bottom:20px;
  }
}