/* V32: sticky header, footer logo, contact modal polish */
:root{--fg-blue:#005bac;--fg-blue-dark:#004a91;--fg-topbar-h:28px;}
/* 顶部锁定：黑色信息栏 + 白色导航一起吸顶 */
@media (min-width: 769px){
  html body .top-bar{position:sticky!important;top:0!important;z-index:10050!important;height:var(--fg-topbar-h)!important;min-height:var(--fg-topbar-h)!important;display:flex!important;align-items:center!important;background:#111827!important;}
  html body .top-bar,html body .top-bar *{font-size:12px!important;line-height:var(--fg-topbar-h)!important;}
  html body .navbar{position:sticky!important;top:var(--fg-topbar-h)!important;z-index:10040!important;background:#fff!important;box-shadow:0 1px 0 rgba(15,23,42,.06)!important;}
}
@media (max-width:768px){
  html body .top-bar{display:none!important;}
  html body .navbar{position:sticky!important;top:0!important;z-index:10040!important;background:#fff!important;box-shadow:0 1px 0 rgba(15,23,42,.06)!important;}
}
/* 页脚独立 logo 尺寸，不影响顶部 logo */
html body footer .fg-logo-img img,html body .footer .fg-logo-img img{display:block!important;height:34px!important;width:auto!important;object-fit:contain!important;}
html body footer .logo,html body .footer .logo{display:inline-flex!important;align-items:center!important;gap:10px!important;}
/* 客服弹窗关闭按钮与留言入口 */
html body .modal-close-btn{cursor:pointer!important;z-index:3!important;pointer-events:auto!important;}
html body .modal-actions{margin-top:16px!important;display:flex!important;gap:12px!important;flex-wrap:wrap!important;}
html body .modal-contact-page-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:0 18px!important;border-radius:999px!important;background:#005bac!important;border:1px solid #005bac!important;color:#fff!important;-webkit-text-fill-color:#fff!important;text-decoration:none!important;font-size:14px!important;font-weight:600!important;}
html body .modal-contact-page-link:hover{background:#004a91!important;border-color:#004a91!important;color:#fff!important;-webkit-text-fill-color:#fff!important;}
html body .modal-contact-page-link.secondary{background:#fff!important;color:#005bac!important;-webkit-text-fill-color:#005bac!important;border-color:#cfe0f6!important;}
html body .modal-contact-page-link.secondary:hover{background:#f4f8ff!important;color:#004a91!important;-webkit-text-fill-color:#004a91!important;}
@media(max-width:760px){
  html body .modal-actions{gap:8px!important;margin-top:12px!important;}
  html body .modal-contact-page-link{width:100%!important;min-height:40px!important;font-size:13px!important;}
}
