.services-intro-block {
  margin-bottom: 60px;
  padding: 0 20px;
  text-align: center;
}

.services-intro-title {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: 'Georgia', serif;
  color: #031633;
  margin-bottom: 16px;
  line-height: 1.4;
}

.services-intro-title .highlight-bold {
  color: #031633;
  font-weight: 700;
}

.services-intro-title .highlight-sub {
  display: block;
  font-size: 1.3rem;
  color: #10b981;
  font-weight: 500;
  margin-top: 6px;
}

.services-intro-text {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #374151;
  max-width: 760px;
  margin: 12px auto;
  font-family: 'Noto Sans TC', sans-serif;
  text-align: left;
}

.services-intro-text strong {
  color: #1d4ed8;
  font-weight: 600;
}

/* 项目列表风格 */
.services-feature-list {
  list-style: none;
  padding: 0;
  margin: 12px auto 24px;
  max-width: 700px;
  text-align: left;
  font-size: 1.05rem;
  color: #1f2937;
  line-height: 1.8;
}

.services-feature-list li {
  margin-bottom: 8px;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
