/* 案例页 Hero 模块：页面首屏标题与引导，居中排版。 */
#npi-cases .hero{padding:var(--wk-space-4) var(--wk-space-2xl) var(--wk-space-4xl);text-align:center}
#npi-cases .hero-inner{max-width:860px;margin:0 auto}
#npi-cases .hero h1{font-size:var(--wk-text-h1);line-height:1.3;font-weight:700;color:var(--dark) !important;margin-bottom:var(--wk-space-1);letter-spacing:-1px}
#npi-cases .hero h1 .accent{color:var(--primary-text) !important}
#npi-cases .hero p{font-size: var(--wk-text-h3);line-height: var(--wk-leading);color:var(--text-secondary) !important;max-width:680px;margin:0 auto var(--wk-space-3xl)}
#npi-cases .hero-cta{display:flex;gap:var(--wk-space-md);justify-content:center;flex-wrap:wrap}
