/* 页脚：品牌简介 + 快捷导航 + 免责声明 + 版权/联系方式
   跨页面共享，通过 SSI 引入 partials/footer.html，样式统一放这里，改一处全站生效
   只用同一色系（冷灰蓝）不引入新色相，但用明暗三档做主次：
   品牌名最亮 > 导航/正文中档 > 免责声明与版权最暗（小字免责声明本来就该弱化） */
.site-footer{margin-top:56px;padding-top:28px;border-top:1px solid var(--line);color:rgba(199,209,224,.85)}
.site-footer a{color:inherit}
.sf-top{display:flex;flex-direction:column;gap:14px}
.sf-brand strong{display:block;font-size:15px;font-weight:1000;color:rgba(255,255,255,.96)}
.sf-brand p{margin:6px 0 0;max-width:40em;font-size:12.5px;line-height:1.65;font-weight:650}
.sf-nav{display:flex;flex-wrap:wrap;align-items:center;row-gap:8px}
.sf-nav a{font-size:12.5px;font-weight:750;padding:2px 0;transition:.15s}
.sf-nav a:hover{color:#fff}
.sf-nav a:not(:first-child){margin-left:12px;padding-left:12px;border-left:1px solid rgba(255,255,255,.16)}
.sf-legal{margin-top:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.06);font-size:11.5px;line-height:1.8;font-weight:600;color:rgba(148,158,174,.7)}
.sf-legal p{margin:0 0 8px}
.sf-legal p:last-child{margin-bottom:0}
.sf-legal b{font-weight:900;color:rgba(199,209,224,.9)}
.sf-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.06);font-size:11.5px;font-weight:650;color:rgba(148,158,174,.7)}
.sf-bottom .sf-social{display:flex;flex-wrap:wrap;gap:14px}
.sf-bottom .sf-social a{font-weight:800;color:rgba(199,209,224,.85)}
.sf-bottom .sf-social a:hover{color:#fff;text-decoration:underline}
@media (max-width:760px){
  .site-footer{margin-top:40px;padding-top:22px}
}
