/* 首页 · 大使馆信头公文布局 */
.memo-hero{padding:2.5rem 0 3rem;background:#fff;border-bottom:1px solid #e2e8f0}
.memo-doc{border:2px solid #1a2744;padding:0;background:#faf8f3}
.memo-head{background:#1a2744;color:#faf8f3;padding:.65rem 1.25rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.78rem}
.memo-ref{font-family:Georgia,serif;letter-spacing:.08em;color:#c9a227;font-weight:700}
.memo-body{padding:1.75rem 1.5rem}
.memo-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}
.memo-grid h1{font-size:clamp(1.4rem,3.8vw,2rem);line-height:1.32;font-weight:800;margin-bottom:.85rem;color:#1a2744}
.memo-grid h1 em{font-style:normal;border-bottom:2px solid #c9a227}
.memo-desc{color:#64748b;margin-bottom:1.15rem;font-size:.94rem}
.memo-btns{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.35rem}
.btn-gold{display:inline-block;background:#c9a227;color:#1a2744!important;padding:.65rem 1.3rem;font-weight:800;font-size:.88rem;border:1px solid #d4af37;text-decoration:none!important}
.btn-gold:hover{background:#d4af37}
.btn-formal{display:inline-block;border:2px solid #1a2744;color:#1a2744!important;padding:.6rem 1.15rem;font-weight:700;font-size:.88rem;text-decoration:none!important;background:#fff}

.stamp-row{display:flex;gap:.75rem;flex-wrap:wrap}
.official-stamp{width:76px;height:76px;border:3px solid #c41e3a;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transform:rotate(-8deg);background:#fffef9}
.official-stamp strong{font-size:1.05rem;color:#c41e3a;font-weight:900;line-height:1.1}
.official-stamp span{font-size:.55rem;color:#64748b;text-transform:uppercase;letter-spacing:.03em}

.gold-frame{border:4px double #c9a227;padding:6px;background:#fff}
.gold-frame img{border:1px solid #e2e8f0}

/* 外交名片三卡 */
.card-row{background:#faf8f3;padding:3rem 0;border-top:1px solid #e2e8f0}
.diplo-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.diplo-card{background:#fff;border:1px solid #cbd5e1;border-top:4px solid #c9a227;padding:0;overflow:hidden}
.diplo-card-head{background:#1a2744;color:#c9a227;padding:.45rem .85rem;font-size:.68rem;font-weight:800;letter-spacing:.12em;font-family:Georgia,serif}
.diplo-card-body{padding:1.15rem .95rem}
.diplo-card h3{font-size:.98rem;margin-bottom:.4rem;font-weight:800;color:#1a2744}
.diplo-card p{font-size:.85rem;color:#64748b;line-height:1.55}

/* 公文程序三步 */
.procedure{background:#fff;padding:3rem 0;border-top:1px solid #e2e8f0}
.proc-steps{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;max-width:820px;margin:0 auto}
.proc-step{flex:1;text-align:center;padding:0 .5rem;position:relative}
.proc-step:not(:last-child)::after{content:"";position:absolute;top:28px;right:-10%;width:20%;height:1px;background:#c9a227}
.proc-roman{font-family:Georgia,serif;font-size:1.5rem;font-weight:900;color:#c9a227;line-height:1;margin-bottom:.5rem}
.proc-step h3{font-size:.92rem;margin-bottom:.28rem;font-weight:800;color:#1a2744}
.proc-step p{font-size:.8rem;color:#64748b}

/* 附件双清单 */
.annex-section{background:#faf8f3;padding:3rem 0;border-top:1px solid #e2e8f0}
.annex-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.annex-doc{border:2px solid #1a2744;background:#fff}
.annex-label{background:#1a2744;color:#c9a227;padding:.45rem .85rem;font-family:Georgia,serif;font-size:.72rem;font-weight:700;letter-spacing:.1em}
.annex-content{padding:1.15rem}
.annex-content h3{font-size:.95rem;margin-bottom:.65rem;font-weight:800;color:#1a2744}
.annex-content li{font-size:.86rem;color:#475569;padding:.32rem 0;padding-left:1.2rem;position:relative;border-bottom:1px dotted #e2e8f0}
.annex-content li::before{content:"§";position:absolute;left:0;color:#c9a227;font-weight:700;font-family:Georgia,serif}

/* FAQ */
.faq-embassy{padding:3rem 0;background:#fff}
.faq-list{max-width:720px}
.faq-item{border:1px solid #cbd5e1;margin-bottom:.4rem;background:#faf8f3}
.faq-q{width:100%;text-align:left;background:#fff;border:none;border-left:4px solid #1a2744;padding:1rem 1.15rem;font-size:.9rem;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;color:#1a2744;font-family:inherit}
.faq-item.open .faq-q{border-left-color:#c9a227;background:#fffef9}
.faq-q::after{content:"+";color:#c9a227;font-family:Georgia,serif}
.faq-item.open .faq-q::after{content:"−"}
.faq-a{display:none;padding:0 1.15rem 1rem;font-size:.88rem;color:#64748b}
.faq-item.open .faq-a{display:block}

/* 烫金 CTA */
.seal-cta{background:#1a2744;padding:3rem 0;text-align:center;color:#faf8f3;border-top:3px solid #c9a227}
.seal-mark{display:inline-block;border:4px solid #c9a227;color:#c9a227;padding:.75rem 1.75rem;font-size:clamp(1.2rem,3vw,1.55rem);font-weight:900;letter-spacing:.15em;margin-bottom:1rem;font-family:Georgia,serif}
.seal-cta p{margin-bottom:1.15rem;color:#94a3b8;font-size:.92rem}
.seal-cta .btn-gold{display:inline-block}

@media(max-width:900px){
  .memo-grid,.diplo-cards,.annex-grid{grid-template-columns:1fr}
  .proc-steps{flex-direction:column;align-items:center;gap:1.5rem}
  .proc-step:not(:last-child)::after{display:none}
}
