/* ============================================================
   普竞思官网 · 内容页补充样式（隐私政策 / 常见问题）
   仅由隐私政策、常见问题两个页面引用，避免污染主样式表
   ============================================================ */

/* ---------- 长文文档（隐私政策等） ---------- */
.doc { max-width: 880px; margin: 0 auto; }
.doc__meta { color: var(--text-3); font-size: 14px; margin-bottom: 28px; }
.doc h2 { font-size: 21px; margin: 34px 0 12px; color: var(--text-1); }
.doc h2:first-of-type { margin-top: 8px; }
.doc p { color: var(--text-2); line-height: 1.85; margin: 12px 0; }
.doc ul { margin: 12px 0 12px 2px; padding-left: 20px; }
.doc ul li { color: var(--text-2); line-height: 1.85; margin: 6px 0; }
.doc__contact { list-style: none; padding-left: 0; margin-top: 14px; }
.doc__contact li { color: var(--text-1); padding: 4px 0; }

/* ---------- FAQ 折叠 ---------- */
.faq-cat { margin-top: 36px; }
.faq-cat__title {
  font-size: 18px; font-weight: 700; color: var(--text-1);
  margin-bottom: 14px; padding-left: 12px; position: relative;
}
.faq-cat__title::before {
  content: ""; position: absolute; left: 0; top: 4px; bottom: 4px;
  width: 4px; border-radius: 4px;
  background: linear-gradient(180deg, #06b6d4, #2563eb);
}
.faq-item {
  border: 1px solid var(--line); border-radius: var(--r-md);
  background: var(--bg-card); margin-bottom: 10px; overflow: hidden;
  transition: border-color var(--t), box-shadow var(--t);
}
.faq-item[open] { border-color: var(--brand-line); box-shadow: var(--shadow-sm); }
.faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 16px 18px; font-weight: 600; color: var(--text-1);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; flex: 0 0 auto; font-size: 22px; line-height: 1;
  color: var(--brand); font-weight: 400; transition: transform var(--t) var(--ease);
}
.faq-item[open] summary::after { content: "\2212"; }
.faq-item__body { padding: 0 18px 18px; color: var(--text-2); line-height: 1.8; }
.faq-item__body a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- 打印（长文页另存 PDF） ---------- */
@media print {
  .header, .nav, .footer, .to-top, .search-modal,
  .bg-grid, .bg-glow, .page-head .bg-grid, .cta { display: none !important; }
  body { background: #fff; }
  .faq-item { break-inside: avoid; box-shadow: none; border-color: #ddd; }
  .faq-item__body { display: block !important; }
}
