/* ==========================================================================
   VPNOh — contact.css
   联系页（zh-CN/support.html）专属：页头与章节头的纵向节奏、渠道卡底部对齐。
   颜色 / 字体 / 圆角 / 阴影 / 间距一律引用 base.css 的 :root 令牌，
   组件本体（.btn / .post-card / .stat-band / .faq-item / .callout）全部复用
   components.css，不在此重复定义。
   ========================================================================== */

/* --- 页头：eyebrow 与 H1 之间留出呼吸，CTA 靠左对齐 --------------------- */
.contact-head{max-width:760px}
.contact-head h1{margin-top:12px}
.contact-head .accent{color:var(--accent)}
.contact-head .sec-lede{max-width:64ch}
.contact-head .cta-row{justify-content:flex-start}

/* 页头与事实条之间用一段留白隔开，事实条本身不另起区块 */
.contact-head + .stat-band{margin-top:var(--sp-7)}

/* --- 章节头：eyebrow 与 h2 贴太近会糊成一块 ----------------------------- */
.sec-head h2{margin-top:10px}

/* --- 渠道卡：最后一行贴底，三张卡底部对齐 ------------------------------- */
.contact-channels .post-card > :last-child{margin-top:auto}