/* _draft_*.htm 專用：與 _draft_changhua.htm 視覺對齊；勿連結到正式頁 */
body {
  background: #99bbff !important;
  margin: 0;
}

/* 轉換優化 CTA（台南／桃園／高雄等） */
.conv-trust-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
  padding: 0;
}
.conv-trust-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: #3d5a6e;
  background: linear-gradient(180deg, #f3f7fb, #e8f0f7);
  border: 1px solid #d8e6f0;
  box-shadow: 0 4px 10px rgba(15, 46, 74, 0.05);
}
.conv-cta-main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  margin: 0 0 18px;
  border-radius: 16px;
  font-weight: 900;
  font-size: 18px;
  text-decoration: none;
  background: linear-gradient(135deg, #ff8b3d, #ff6e2f);
  color: #fff !important;
  box-shadow: 0 14px 32px rgba(255, 107, 44, 0.28);
  border: 2px solid rgba(255, 255, 255, 0.28);
  text-align: center;
  box-sizing: border-box;
}
.conv-cta-main:hover {
  filter: brightness(1.06);
}
.conv-cta-mid {
  margin: 22px 0;
  padding: 18px 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f7fbff, #eef5fb);
  border: 1px solid #d5e6f2;
  text-align: center;
  box-sizing: border-box;
}
.conv-cta-mid-hint {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 900;
  color: #c2410c;
  line-height: 1.45;
}
.conv-cta-mid-tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 14px;
  font-weight: 900;
  font-size: 16px;
  text-decoration: none;
  background: linear-gradient(135deg, #10293e, #245d87);
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(16, 41, 62, 0.2);
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
}
.conv-cta-mid-tel:hover {
  filter: brightness(1.05);
}
.conv-cta-footer {
  margin: 24px 0 0;
  padding: 26px 20px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0f2235, #163e60);
  text-align: center;
  box-shadow: 0 18px 40px rgba(15, 34, 53, 0.2);
  box-sizing: border-box;
}
.conv-cta-footer-nudge {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  line-height: 1.45;
}
.conv-cta-footer-tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 20px;
  text-decoration: none;
  background: linear-gradient(135deg, #ff8b3d, #ff6e2f);
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 28px rgba(255, 107, 44, 0.3);
  box-sizing: border-box;
}
.conv-cta-footer-tel:hover {
  filter: brightness(1.06);
}

/* 見證／連結頁 city-links */
.city-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}
.city-links a {
  display: block;
  text-decoration: none;
  background: #f5f9fc;
  border: 1px solid #e1ebf2;
  border-radius: 14px;
  padding: 13px 15px;
  color: #214b6b;
  font-weight: 800;
}

/* QA 等 */
.faq-item {
  background: #f7fbff;
  border: 1px solid #dbe6ef;
  border-radius: 14px;
  padding: 15px;
  margin-bottom: 12px;
}
.faq-item h3 {
  font-size: 18px;
  margin: 0 0 8px;
  color: #10293e;
}
.faq-item p {
  margin: 0;
  color: #555;
  line-height: 1.75;
}
.check-list {
  padding-left: 18px;
  margin: 0;
}

/* 高雄等 */
.note-box {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #eef5ff;
  border-left: 4px solid #1e6fb8;
  color: #4f6474;
  line-height: 1.85;
}
.section-head {
  margin-bottom: 16px;
}
.quick-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.quick-links a {
  display: block;
  text-decoration: none;
  background: #f5f9fc;
  border: 1px solid #e1ebf2;
  border-radius: 14px;
  padding: 13px 15px;
  color: #214b6b;
  font-weight: 800;
}
.clean-list {
  padding-left: 18px;
  margin: 0;
}

/* 同 _draft_changhua.htm 內嵌：RWD 與 container 寬度覆寫 */
img,
iframe {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
.site-disclaimer {
  font-size: 16px;
  color: #888;
  text-align: center;
  margin-top: 20px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .conv-cta-main,
  .conv-cta-mid-tel,
  .conv-cta-footer-tel {
    width: 100%;
    max-width: none;
  }
  .conv-cta-mid-tel {
    min-height: 48px;
  }
  .conv-cta-footer-nudge {
    font-size: 17px;
  }
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr !important;
  }
  .kpi-grid {
    grid-template-columns: 1fr !important;
  }
  .links-2col {
    grid-template-columns: 1fr !important;
  }
  .city-links {
    grid-template-columns: 1fr !important;
  }
  .top-call-bar,
  .navbar-wrap {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .action-row a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
