*,*::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",Georgia,serif;background:#1a2744;color:#2c2416;line-height:1.65}
img{max-width:100%;height:auto;display:block}
a{color:#c0392b;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:#f4efe6;border-bottom:3px double #1a2744}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.65rem 0;gap:1rem}
.logo{font-weight:800;font-size:.95rem;color:#1a2744;letter-spacing:.04em;display:flex;align-items:center;gap:.55rem}
.logo-stamp{width:28px;height:28px;border:2px solid #c0392b;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.55rem;color:#c0392b;font-weight:900;font-family:monospace;transform:rotate(-12deg)}
.nav-main{display:flex;flex-wrap:wrap;gap:.3rem 1.1rem;font-size:.82rem}
.nav-main a{color:#5a5040;font-weight:600}
.nav-main a.active,.nav-main a:hover{color:#c0392b;text-decoration:none}
.btn-nav{display:inline-block;background:#1a2744;color:#f4efe6!important;border:2px solid #1a2744;padding:.4rem 1rem;font-weight:800;font-size:.8rem;text-decoration:none!important}
.btn-nav:hover{background:#243358}

.section{padding:3.1rem 0}
.section-title{font-size:clamp(1.15rem,3vw,1.5rem);font-weight:800;margin-bottom:.35rem;color:#1a2744;letter-spacing:.02em}
.section-lead{color:#5a5040;font-size:.88rem;margin-bottom:1.65rem;max-width:640px}

.footer{background:#1a2744;color:#c8c0b0;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:#f4efe6;margin-bottom:.6rem;font-weight:800}
.footer a{color:#a8a090}
.footer-links{display:flex;flex-wrap:wrap;gap:.35rem .9rem}
.footer-bottom{border-top:1px solid #2a3754;padding-top:.9rem;text-align:center;color:#788098;font-size:.75rem}

.faq-list{display:flex;flex-direction:column;gap:.45rem}
.faq-item{background:#f4efe6;border:1px solid #d4c8b0}
.faq-q{width:100%;text-align:left;padding:.95rem 1.1rem;font-weight:800;font-size:.88rem;background:transparent;border:none;cursor:pointer;color:#1a2744;display:flex;justify-content:space-between;align-items:center;font-family:inherit}
.faq-q::after{content:"+";font-size:1.1rem;color:#c0392b;font-weight:400}
.faq-item.open .faq-q::after{content:"−"}
.faq-a{display:none;padding:0 1.1rem .95rem;font-size:.84rem;color:#5a5040;line-height:1.65}
.faq-item.open .faq-a{display:block}

.btn-stamp{display:inline-block;background:#c0392b;color:#fff;border:2px solid #c0392b;padding:.58rem 1.2rem;font-weight:800;font-size:.86rem;text-decoration:none!important;transform:rotate(-1deg)}
.btn-stamp:hover{background:#a93226}
.btn-pass{display:inline-block;color:#1a2744;border:2px solid #1a2744;padding:.58rem 1.2rem;font-weight:700;font-size:.86rem;text-decoration:none!important;background:#f4efe6}
.btn-pass:hover{background:#ebe4d8}

@media(max-width:768px){
  .header-inner{flex-wrap:wrap}
  .footer-grid{grid-template-columns:1fr}
}
