*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;-webkit-text-size-adjust:100%}
body{font-family:"Cascadia Code","Consolas","PingFang SC","Microsoft YaHei",sans-serif;background:#07090d;color:#c8d4dc;line-height:1.65}
img{max-width:100%;height:auto;display:block}
a{color:#39ff88;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:#0c1016;border-bottom:1px solid #1c2834}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.65rem 0;gap:1rem}
.logo{font-weight:800;font-size:.95rem;color:#39ff88;letter-spacing:.06em;display:flex;align-items:center;gap:.5rem}
.logo-dot{width:8px;height:8px;background:#39ff88;border-radius:50%}
.nav-main{display:flex;flex-wrap:wrap;gap:.3rem 1.1rem;font-size:.82rem}
.nav-main a{color:#6a7a88;font-weight:600}
.nav-main a.active,.nav-main a:hover{color:#39ff88;text-decoration:none}
.btn-nav{display:inline-block;background:#0c1016;color:#39ff88!important;border:1px solid #39ff88;padding:.4rem 1rem;font-weight:800;font-size:.8rem;text-decoration:none!important}
.btn-nav:hover{background:#122018}

.section{padding:3.1rem 0}
.section-title{font-size:clamp(1.15rem,3vw,1.5rem);font-weight:800;margin-bottom:.35rem;color:#e8f4ec;letter-spacing:.03em}
.section-lead{color:#6a7a88;font-size:.88rem;margin-bottom:1.65rem;max-width:640px}

.footer{background:#05070a;border-top:1px solid #1c2834;padding:2.3rem 0 0;font-size:.84rem}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:1.8rem;margin-bottom:1.6rem}
.footer h3{font-size:.88rem;color:#39ff88;margin-bottom:.6rem;font-weight:800}
.footer a{color:#6a7a88}
.footer-links{display:flex;flex-wrap:wrap;gap:.35rem .9rem}
.footer-bottom{border-top:1px solid #152028;padding-top:.9rem;text-align:center;color:#4a5864;font-size:.75rem}

.faq-list{display:flex;flex-direction:column;gap:.45rem}
.faq-item{background:#0c1016;border:1px solid #1c2834}
.faq-q{width:100%;text-align:left;padding:.95rem 1.1rem;font-weight:800;font-size:.88rem;background:transparent;border:none;cursor:pointer;color:#e8f4ec;display:flex;justify-content:space-between;align-items:center;font-family:inherit}
.faq-q::after{content:"+";font-size:1.1rem;color:#39ff88;font-weight:400}
.faq-item.open .faq-q::after{content:"−"}
.faq-a{display:none;padding:0 1.1rem .95rem;font-size:.84rem;color:#6a7a88;line-height:1.65}
.faq-item.open .faq-a{display:block}

.btn-term{display:inline-block;background:#122018;color:#39ff88;border:1px solid #39ff88;padding:.58rem 1.2rem;font-weight:800;font-size:.86rem;text-decoration:none!important}
.btn-term:hover{background:#163024}
.btn-ghost{display:inline-block;color:#7ad4ff;border:1px solid #1c2834;padding:.58rem 1.2rem;font-weight:700;font-size:.86rem;text-decoration:none!important}
.btn-ghost:hover{border-color:#7ad4ff}

@media(max-width:768px){
  .header-inner{flex-wrap:wrap}
  .footer-grid{grid-template-columns:1fr}
}
