/* 帮助与支持总览页 — 5 卡大屏布局 */
@media (min-width: 1200px) {
    .help-hub-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}
