/* =====================================================
   Clash下载 · clash06.com —— questions.html 页面专属样式
   仅补充:页顶导语区、锚点滚动偏移、页尾引导卡内部排布。
   通用组件(faq-item / toc-tabs / sec / card)一律沿用共享层。
   ===================================================== */

/* 页顶导语 */
.faq-lede{
  padding-top:64px;
  padding-bottom:10px;
}

.faq-lede-desc{
  color:var(--text-muted);
  max-width:640px;
  margin-top:16px;
}

.faq-lede .toc-tabs{
  margin-top:26px;
}

/* 锚点跳转时给吸顶导航让位 */
.faq-sec{
  scroll-margin-top:calc(var(--nav-h) + 14px);
}

/* 页尾引导卡 */
.faq-more{
  text-align:center;
}

.faq-more p{
  color:var(--text-muted);
  font-size:15px;
  max-width:560px;
  margin-top:10px;
  margin-inline:auto;
}

.faq-more-cta{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
  margin-top:22px;
}

@media (max-width:640px){
  .faq-lede{padding-top:44px;}
}