*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;-webkit-text-size-adjust:100%}
body{font-family:"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;background:#e8eef4;color:#1c2834;line-height:1.65}
img{max-width:100%;height:auto;display:block}
a{color:#1a8a6a;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:#0f1c24;border-bottom:1px solid #1e3a32}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.55rem 0;gap:1rem}
.logo{font-weight:800;font-size:.9rem;color:#3ecf8e;letter-spacing:.02em;display:flex;align-items:center;gap:.45rem}
.logo-dot{width:10px;height:10px;background:#3ecf8e;border-radius:50%}
.nav-main{display:flex;flex-wrap:wrap;gap:.25rem .95rem;font-size:.8rem}
.nav-main a{color:#7a9aaa;font-weight:600}
.nav-main a.active,.nav-main a:hover{color:#3ecf8e;text-decoration:none}
.btn-nav{display:inline-block;background:#1a8a6a;color:#fff!important;padding:.36rem .9rem;font-weight:800;font-size:.76rem;text-decoration:none!important;border-radius:16px}
.btn-nav:hover{background:#22a07a}

.status-bar{background:#163028;color:#7a9aaa;font-size:.7rem;padding:.3rem 0}
.status-bar .container{display:flex;flex-wrap:wrap;gap:.4rem 1.3rem}
.status-bar em{color:#3ecf8e;font-style:normal;font-weight:700}

.section{padding:2.8rem 0}
.section-title{font-size:clamp(1.1rem,3vw,1.42rem);font-weight:800;margin-bottom:.35rem;color:#0f1c24}
.section-lead{color:#5a6e7a;font-size:.86rem;margin-bottom:1.45rem;max-width:640px}

.footer{background:#0f1c24;padding:2.1rem 0 0;font-size:.82rem;color:#7a9aaa}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:1.5rem;margin-bottom:1.3rem}
.footer h3{font-size:.84rem;color:#3ecf8e;margin-bottom:.5rem;font-weight:800}
.footer a{color:#7a9aaa}
.footer-links{display:flex;flex-wrap:wrap;gap:.3rem .8rem}
.footer-bottom{border-top:1px solid #1e3a32;padding-top:.8rem;text-align:center;color:#4a6270;font-size:.72rem}

.faq-list{display:flex;flex-direction:column;gap:.4rem}
.faq-item{background:#fff;border-radius:12px;overflow:hidden}
.faq-q{width:100%;text-align:left;padding:.85rem 1rem;font-weight:800;font-size:.85rem;background:transparent;border:none;cursor:pointer;color:#0f1c24;display:flex;justify-content:space-between;align-items:center;font-family:inherit}
.faq-q::after{content:"+";font-size:1.05rem;color:#1a8a6a}
.faq-item.open .faq-q::after{content:"−"}
.faq-a{display:none;padding:0 1rem .85rem;font-size:.82rem;color:#5a6e7a}
.faq-item.open .faq-a{display:block}

.btn-im{display:inline-block;background:#1a8a6a;color:#fff;padding:.52rem 1.1rem;font-weight:800;font-size:.84rem;text-decoration:none!important;border-radius:18px}
.btn-im:hover{background:#22a07a}
.btn-ghost{display:inline-block;color:#1a8a6a;border:2px solid #1a8a6a;padding:.48rem 1.05rem;font-weight:700;font-size:.84rem;text-decoration:none!important;background:#fff;border-radius:18px}

@media(max-width:768px){
  .header-inner{flex-wrap:wrap}
  .footer-grid{grid-template-columns:1fr}
}
