/* =========================================================
   HL3C Product Layout V16
   調整：
   1. 主商品左側改放「商品介紹」
   2. 移除左側「租借重點」
   3. 下方不再重複顯示商品介紹
   4. 保留「租借說明與建議」
   ========================================================= */

/* 左側商品介紹盒 */
.product-v16-intro {
  margin:24px 0 0;
  padding:20px 22px;
  max-width:720px;
  border:1px solid #fee2e2;
  border-radius:18px;
  background:
    linear-gradient(135deg, rgba(255,247,237,.72), rgba(255,255,255,.96));
}

.product-v16-intro-title {
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 14px;
  color:#b83222;
  font-weight:1000;
  font-size:17px;
}

.product-v16-intro-title::before {
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:#d84b32;
  box-shadow:0 0 0 5px rgba(216,75,50,.12);
  flex:0 0 auto;
}

.product-v16-intro-body {
  color:#1f2937;
  font-size:16px;
  line-height:1.85;
  overflow-wrap:anywhere;
}

.product-v16-intro-body p {
  margin:0 0 12px;
}

.product-v16-intro-body p:last-child {
  margin-bottom:0;
}

.product-v16-intro-body ul,
.product-v16-intro-body ol {
  margin:10px 0 10px 1.25em;
  padding:0;
}

.product-v16-intro-body li {
  margin:5px 0;
}

.product-v16-intro-body img {
  max-width:100% !important;
  height:auto !important;
  border-radius:12px;
}

.product-v16-intro-body iframe {
  max-width:100% !important;
}

/* 讓主商品左側上下更自然 */
.product-v11-copy {
  justify-content:center !important;
}

/* V15 的租借重點若殘留，直接隱藏 */
.product-v14-highlights,
.product-v15-service-note {
  display:none !important;
}

/* 因商品介紹移到上方，下方第一個區塊會是租借說明 */
.product-v15-guide {
  margin-top:0 !important;
}

/* 商品介紹太長時仍可自然撐開，不硬限制高度 */
.product-v11-hero-inner {
  align-items:stretch !important;
}

.product-v11-visual {
  align-content:start !important;
}

/* 手機 */
@media (max-width:720px){
  .product-v16-intro {
    padding:18px 16px;
  }

  .product-v16-intro-body {
    font-size:15px;
  }
}
