/* ============================================
   RGP Intro Section - 服務簡介
   ============================================ */

.rgp-intro-section {
  max-width: 1000px;
  margin: 60px auto 40px;
  padding: 0 30px;
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

.rgp-container {
  width: 100%;
}

.rgp-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin: 0 0 12px 0;
}

.rgp-divider {
  width: 60px;
  height: 3px;
  background: #a30907;
  margin-bottom: 24px;
}

.rgp-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 30px;
}

.rgp-items {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.rgp-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 28px 20px;
  border-top: 1px solid #e8e8e8;
  background: #f9f5f0;
  border-radius: 6px;
  margin-bottom: 8px;
}

.rgp-item:last-child {
  margin-bottom: 0;
}

.rgp-item-img {
  flex: 0 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rgp-item-img img {
  max-width: 100px;
  max-height: 80px;
  object-fit: contain;
}

.rgp-item-text {
  flex: 1;
}

.rgp-item-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px 0;
}

.rgp-item-text p {
  font-size: 13px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

.rgp-bottom-text {
  font-size: 13px;
  color: #555;
  line-height: 1.8;
  margin: 24px 0 30px;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}

.rgp-read-more {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 16px;
  border-top: 1px solid #e8e8e8;
}

.rgp-read-more h4 {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin: 0;
  white-space: nowrap;
}

.rgp-read-more a {
  font-size: 13px;
  color: #a30907;
  text-decoration: none;
  white-space: nowrap;
}

.rgp-read-more a:hover {
  text-decoration: underline;
}

/* --- Mobile --- */
@media (max-width: 767px) {
  .rgp-intro-section {
    margin: 30px auto 20px;
    padding: 0 15px;
  }

  .rgp-title {
    font-size: 22px;
  }

  .rgp-item {
    flex-direction: column;
    gap: 12px;
    padding: 16px 14px;
  }

  .rgp-item-img {
    flex: none;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .rgp-item-img img {
    max-width: 80px;
    max-height: 60px;
  }

  .rgp-item-text {
    width: 100%;
  }

  .rgp-item-text h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 8px;
  }

  .rgp-item-text p {
    font-size: 12px;
    line-height: 1.7;
  }

  .rgp-read-more {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
