/* 服务介绍统一区块 */
.services-intro-block {
  margin-bottom: 60px;
  text-align: center;
  padding: 0 20px;
}

/* 主标题（加粗字体） */
.services-intro-title {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: 'Noto Sans TC', sans-serif;
  color: #031633;
  line-height: 1.4;
  margin-bottom: 16px;
}

/* 主标题强调词 */
.services-intro-title .highlight-bold {
  color: #031633;
}

/* 副标题（浅色次级说明） */
.services-intro-title .highlight-light {
  color: #f59e0b;
  font-weight: 400;
  font-size: 1.25rem;
  display: block;
  margin-top: 6px;
}

/* 引导段落（主说明） */
.services-intro-lead {
  font-size: 1.2rem;
  font-weight: 500;
  color: #1f2937;
  line-height: 1.8;
  margin: 12px auto;
  max-width: 760px;
  font-family: 'Noto Sans TC', sans-serif;
}

/* 普通正文段落 */
.services-intro-text {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #4b4b4b;
  max-width: 760px;
  margin: 12px auto;
  font-family: 'Noto Sans TC', sans-serif;
  text-align: left;
}

/* 图标列表样式 */
.services-list {
  text-align: left;
  list-style: none;
  padding-left: 0;
  margin: 24px auto;
  max-width: 720px;
  font-size: 1.05rem;
  line-height: 2;
  color: #374151;
}

/* 单项条目排版优化 */
.services-list li {
  margin-bottom: 8px;
  padding-left: 1.4em;
  position: relative;
  text-indent: -1.4em; /* 图标左对齐 */
}

/* 提示信息块样式 */
.services-reminder {
  font-size: 0.95rem;
  color: #b91c1c;
  background-color: #fef2f2;
  border-left: 4px solid #ef4444;
  padding: 14px 20px;
  border-radius: 8px;
  max-width: 700px;
  margin: 32px auto;
  font-family: 'Noto Sans TC', serif;
  text-align: left;
  line-height: 1.75;
}
