/* ============================================
   jishifa.com 桌面端设计系统 v1.2
   H1已由各模板独立提供，header改为span
   ============================================ */

@media (min-width: 761px) {

  /* H2: 区块标题 28px */
  body h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
  }

  /* H3: 卡片/子标题 20px */
  body h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
  }

  /* H4: 小标题 18px */
  body h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
  }

  /* H1: 页面主标题 — 各模板独立H1 */
  body h1 {
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.5px !important;
  }

  /* 首页幻灯片H1 — 适配Hero区域 */
  body .slide h1 {
    font-size: clamp(32px, 4vw, 56px) !important;
    font-weight: 900 !important;
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
    line-height: 1.1 !important;
    letter-spacing: -1px !important;
  }
}
