/* v87: Footer service list subtle hierarchy only. Keep v86 brand, footer background, layout, customer/company info unchanged. */

/* 服務項目改成比較像導覽清單：略小、略細、但保持明亮可讀 */
.footer-v62-services .footer-v62-service-grid a,
.footer-v62-services .footer-v62-service-grid li:nth-child(3n+1) a,
.footer-v62-services .footer-v62-service-grid li:nth-child(3n+2) a,
.footer-v62-services .footer-v62-service-grid li:nth-child(3n) a{
  color:rgba(255,255,255,.94)!important;
  font-size:clamp(17px, .98vw, 21px)!important;
  font-weight:430!important;
  letter-spacing:.015em!important;
  line-height:1.58!important;
  text-shadow:0 1px 2px rgba(0,0,0,.42)!important;
}

/* 服務項目每行間距略收，讓它更像清單，不跟左側品牌介紹搶主視覺 */
.footer-v62-services .footer-v62-service-grid{
  row-gap:10px!important;
  column-gap:28px!important;
}
.footer-v62-services .footer-v62-service-grid li{
  margin:0!important;
  padding:0!important;
}

/* 滑過仍清楚，但不做按鈕感 */
.footer-v62-services .footer-v62-service-grid a:hover{
  color:#ffffff!important;
  text-shadow:0 1px 2px rgba(0,0,0,.50), 0 0 7px rgba(255,255,255,.20)!important;
}

/* 其他欄位不跟著變淡：客戶服務與公司資訊維持原樣 */
.footer-v62-links a,
.footer-v62-info a,
.footer-v62-info li{
  text-shadow:0 1px 2px rgba(0,0,0,.42)!important;
}

@media (max-width:760px){
  .footer-v62-services .footer-v62-service-grid a{
    font-size:17px!important;
    line-height:1.55!important;
  }
}
