body.page-company-belief .belief-copy {
      max-width: 980px;
      margin: 0 auto;
      color: #223145;
    }

    body.page-company-belief .belief-title {
      position: relative;
      margin: 0 0 30px;
      padding-top: 22px;
      color: #102038;
      font-family: "STSong", "Songti SC", "SimHei", "Microsoft YaHei", serif;
      font-size: clamp(34px, 3vw, 48px);
      font-weight: 700;
      letter-spacing: 0.16em;
      line-height: 1.2;
      text-shadow: 0 12px 24px rgba(255, 255, 255, 0.32);
    }

    body.page-company-belief .belief-title::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 92px;
      height: 3px;
      border-radius: 999px;
      background: linear-gradient(90deg, rgba(195, 137, 73, 0.92), rgba(195, 137, 73, 0));
    }

    body.page-company-belief .belief-section-title {
      position: relative;
      margin: 36px 0 18px;
      padding-top: 18px;
      color: #17345d;
      font-family: "STSong", "Songti SC", "SimHei", "Microsoft YaHei", serif;
      font-size: clamp(28px, 2.3vw, 40px);
      font-weight: 700;
      letter-spacing: 0.1em;
      line-height: 1.2;
    }

    body.page-company-belief .belief-section-title::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 72px;
      height: 2px;
      border-radius: 999px;
      background: linear-gradient(90deg, rgba(29, 79, 145, 0.64), rgba(29, 79, 145, 0));
    }

    body.page-company-belief .belief-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 18px;
    }

    body.page-company-belief .belief-item {
      position: relative;
      padding: 22px 24px 22px 82px;
      font-size: clamp(17px, 1.08vw, 19px);
      line-height: 1.95;
      letter-spacing: 0.01em;
      border-radius: 24px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 249, 253, 0.98) 100%);
      box-shadow: inset 0 0 0 1px rgba(210, 223, 237, 0.78), 0 16px 34px rgba(14, 32, 58, 0.08);
    }

    body.page-company-belief .belief-copy > .belief-list:first-of-type .belief-item {
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(236, 244, 251, 0.98) 100%);
    }

    body.page-company-belief .belief-item::before {
      content: "";
      position: absolute;
      left: 24px;
      top: 24px;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: linear-gradient(145deg, rgba(29, 79, 145, 0.9) 0%, rgba(84, 133, 200, 0.72) 100%);
      box-shadow: 0 12px 22px rgba(29, 79, 145, 0.18);
    }

    body.page-company-belief .belief-item::after {
      content: "";
      position: absolute;
      left: 36px;
      top: 36px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.9);
      transform: translate(-50%, -50%);
    }

    body.page-company-belief .belief-item strong {
      display: block;
      margin: 0 0 8px;
      font-size: clamp(18px, 1.18vw, 21px);
      font-weight: 700;
      letter-spacing: 0.06em;
      color: #17345d;
    }

    html:not([lang="zh-CN"]) body.page-company-belief :is(.belief-title, .belief-section-title, .belief-item strong) {
      font-family: "Cormorant Garamond", "Baskerville", "Palatino Linotype", Georgia, serif;
      letter-spacing: 0.03em;
    }

    @media (max-width: 760px) {
      body.page-company-belief .belief-title {
        margin-bottom: 22px;
        font-size: 28px;
        letter-spacing: 0.1em;
      }

      body.page-company-belief .belief-title::before {
        width: 72px;
      }

      body.page-company-belief .belief-section-title {
        margin-top: 28px;
        margin-bottom: 16px;
        font-size: 24px;
      }

      body.page-company-belief .belief-item {
        padding: 18px 16px 18px 64px;
        font-size: 15px;
        line-height: 1.9;
        border-radius: 20px;
      }

      body.page-company-belief .belief-item::before {
        left: 18px;
        top: 20px;
        width: 28px;
        height: 28px;
      }

      body.page-company-belief .belief-item::after {
        left: 32px;
        top: 34px;
        width: 10px;
        height: 10px;
      }

      body.page-company-belief .belief-item strong {
        margin-bottom: 6px;
        font-size: 16px;
      }
    }
