/* ==========================================================================
   help.html 疑难解答页 · 专属样式
   四条工位分类 + 锚点跳转;组件全部复用 components.css,这里只补页面级细节
   ========================================================================== */

/* 页首:标题区收紧底部,让 toc 紧跟 */
.faq-lede{
  padding-bottom:30px;
}
.faq-h1{
  font-size:clamp(34px,4.6vw,54px);
  letter-spacing:-1.2px;
  margin-bottom:14px;
}
.faq-lede .toc-tabs{
  margin-top:6px;
}

/* 分类区块:锚点跳转时避开吸顶导航 */
.faq-sec{
  scroll-margin-top:calc(var(--bar-h) + 18px);
}

/* 导语内的行内链接 */
.faq-link{
  color:var(--flame);
  font-weight:700;
  border-bottom:2px solid var(--flame);
}
.faq-link:hover{
  background:var(--volt);
}

/* 答案区内的行内链接 */
.faq-a a{
  color:var(--flame);
  font-weight:600;
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:4px;
}
.faq-a a:hover{
  background:var(--volt);
  color:var(--ink);
}

/* 页尾转工单面板 */
.faq-next .stamp{
  margin-bottom:14px;
}
.faq-next-t{
  margin-bottom:10px;
}
.faq-next-p{
  font-size:15px;
  line-height:1.85;
  max-width:66ch;
}
.faq-next .cta{
  margin-top:20px;
  margin-bottom:0;
}
</style-guard{display:none;}