.services-intro-block {
  margin-bottom: 64px;
  padding: 0 5vw;
  text-align: center;
}

/* 标题主文字 */
.services-intro-title {
  font-size: 2.3rem;
  font-weight: 700;
  font-family: 'Georgia', serif;
  color: #031633;
  margin-bottom: 20px;
  line-height: 1.35;
}

/* 主标题强调 */
.services-intro-title .highlight-bold {
  color: #031633;
  font-weight: 700;
}

/* 副标题强调色 */
.services-intro-title .highlight-sub {
  display: block;
  font-size: 1.2rem;
  color: #8b5cf6; /* 更柔和的紫色 */
  font-weight: 500;
  margin-top: 6px;
  font-family: 'Noto Sans TC', sans-serif;
  letter-spacing: 0.4px;
}

/* 正文段落 */
.services-intro-text {
  font-size: 1.06rem;
  line-height: 1.85;
  color: #374151;
  max-width: 760px;
  margin: 14px auto;
  font-family: 'Noto Sans TC', sans-serif;
  text-align: left;
  letter-spacing: 0.2px;
}

/* 强调词 */
.services-intro-text strong {
  color: #1d4ed8;
  font-weight: 600;
}

/* 列表主体样式 */
.services-feature-list {
  list-style: none;
  padding: 0;
  margin: 20px auto 32px;
  max-width: 720px;
  text-align: left;
  font-size: 1.05rem;
  color: #1f2937;
  line-height: 1.8;
  font-family: 'Noto Sans TC', sans-serif;
}

/* 每项图标列表 */
.services-feature-list li {
  margin-bottom: 10px;
  padding-left: 1.6em;
  text-indent: -1.3em;
  position: relative;
  transition: all 0.3s ease;
}

.services-feature-list li:hover {
  color: #4f46e5;
  transform: translateX(2px);
}
