*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;-webkit-text-size-adjust:100%}
body{font-family:"PingFang SC","Microsoft YaHei",sans-serif;background:#e8f4fc;color:#0f172a;line-height:1.65}
img{max-width:100%;height:auto;display:block}
a{color:#0284c7;text-decoration:none}
a:hover{text-decoration:underline}
ul{list-style:none}
.container{width:min(1140px,92vw);margin:0 auto}

.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:2px solid #bae6fd}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.65rem 0;gap:1rem}
.logo{font-weight:900;font-size:1.1rem;color:#0284c7}
.logo em{font-style:normal;color:#f97316}
.nav-main{display:flex;flex-wrap:wrap;gap:.35rem 1rem;font-size:.88rem}
.nav-main a{color:#64748b;font-weight:600}
.nav-main a.active,.nav-main a:hover{color:#0284c7;text-decoration:none}
.btn-nav{display:inline-block;background:#f97316;color:#fff!important;padding:.48rem 1.1rem;font-weight:800;font-size:.85rem;border-radius:4px;text-decoration:none!important}
.btn-nav:hover{background:#ea580c}

.section{padding:3.25rem 0}
.section-title{font-size:clamp(1.3rem,3vw,1.65rem);font-weight:900;margin-bottom:.45rem;color:#0f172a}
.section-lead{color:#64748b;font-size:.92rem;margin-bottom:1.75rem;max-width:620px}

.footer{background:#0c4a6e;color:#bae6fd;padding:2.25rem 0 0;font-size:.86rem}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem;padding-bottom:1.75rem}
.footer h3{font-size:.9rem;color:#fff;margin-bottom:.65rem;font-weight:800}
.footer a{color:#7dd3fc}
.footer-links{display:flex;flex-wrap:wrap;gap:.4rem 1rem}
.footer-bottom{padding:.85rem 0;text-align:center;color:#64748b;font-size:.78rem;border-top:1px solid #0369a1}

@media(max-width:768px){
  .header-inner{flex-direction:column;align-items:flex-start}
  .footer-grid{grid-template-columns:1fr}
}
