.services-intro-block {
  margin-bottom: 60px;
  text-align: center;
  padding: 0 20px;
}

.services-intro-title {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: 'Georgia', serif;
  color: #031633;
  line-height: 1.4;
  margin-bottom: 20px;
}

.services-intro-title .highlight-bold {
  color: #031633;
  font-weight: 700;
}

.services-intro-title .highlight-light {
  display: block;
  color: #f59e0b;
  font-weight: 500;
  font-size: 1.3rem;
  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: 20px auto;
  max-width: 760px;
  text-align: left;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.05rem;
  color: #374151;
  line-height: 1.85;
}

.services-feature-list li {
  margin-bottom: 10px;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.services-reminder {
  background-color: #fff7ed;
  border-left: 4px solid #f97316;
  padding: 18px 20px;
  margin: 32px auto 0;
  max-width: 760px;
  text-align: left;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.98rem;
  color: #7c2d12;
  border-radius: 8px;
}

.services-reminder strong {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.services-reminder ul {
  padding-left: 18px;
  margin-top: 8px;
}

.services-reminder ul li {
  margin-bottom: 6px;
}
