/* 首页热门服务 · 独立详情页 */
#page-hot-svc {
  background: #fff;
  padding-bottom: 0;
  min-height: 100vh;
}
#page-hot-svc .hot-svc-bottom-cta {
  position: sticky;
  bottom: 0;
  z-index: 25;
  margin-top: 8px;
  padding: 14px 16px calc(14px + env(safe-area-inset-bottom, 0px));
  background: #fff;
  border-top: 1px solid #f0f0f0;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.06);
}
#page-hot-svc .hot-svc-book {
  width: 100%;
  border: none;
  border-radius: 999px;
  background: #22c55e;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 14px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#page-hot-svc .hot-svc-book:active {
  opacity: 0.92;
}
/* 兼容旧固定底栏：隐藏，改用页内按钮 */
.hot-svc-footer { display: none !important; }
body.hot-svc-open .bottom-nav { display: none !important; }
#page-hot-svc .hot-svc-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 48px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
#page-hot-svc .hot-svc-nav .back {
  position: absolute;
  left: 12px;
  font-size: 24px;
  line-height: 1;
  color: #1a1a1a;
  cursor: pointer;
  padding: 6px 8px;
}
#page-hot-svc .hot-svc-nav .tit {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
}
#page-hot-svc .hot-svc-gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.05;
  max-height: 72vh;
  background: #eef1f5;
  overflow: hidden;
}
#page-hot-svc .hot-svc-gallery-track {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
#page-hot-svc .hot-svc-gallery-track::-webkit-scrollbar { display: none; }
#page-hot-svc .hot-svc-gallery-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
}
#page-hot-svc .hot-svc-gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #111;
  image-rendering: auto;
}
#page-hot-svc .hot-svc-gallery-dots {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
#page-hot-svc .hot-svc-head {
  padding: 16px 16px 0;
  background: #fff;
}
#page-hot-svc .hot-svc-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
  margin: 0 0 10px;
}
#page-hot-svc .hot-svc-price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
}
#page-hot-svc .hot-svc-price-left {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}
#page-hot-svc .hot-svc-price-old {
  color: #b0b5bd;
  font-size: 13px;
  text-decoration: line-through;
}
#page-hot-svc .hot-svc-price-now {
  color: #e53935;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}
#page-hot-svc .hot-svc-dur {
  color: #8a9199;
  font-size: 14px;
}
#page-hot-svc .hot-svc-picked {
  flex-shrink: 0;
  color: #b0b5bd;
  font-size: 13px;
  white-space: nowrap;
}
#page-hot-svc .hot-svc-tabs {
  display: flex;
  align-items: stretch;
  border-top: 8px solid #f5f6f8;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  position: sticky;
  top: 48px;
  z-index: 20;
}
#page-hot-svc .hot-svc-tab {
  flex: 1;
  text-align: center;
  padding: 14px 4px 12px;
  font-size: 15px;
  color: #1a1a1a;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  font-weight: 500;
}
#page-hot-svc .hot-svc-tab.active {
  color: #22c55e;
  font-weight: 700;
}
#page-hot-svc .hot-svc-tab.active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 36px;
  height: 3px;
  border-radius: 2px;
  background: #22c55e;
}
#page-hot-svc .hot-svc-panel { display: none; padding: 0 0 24px; }
#page-hot-svc .hot-svc-panel.active { display: block; }

/* 项目介绍 · 营销长页 */
#page-hot-svc .hs-intro { background: linear-gradient(180deg, #e8f7ef 0%, #f7fbf9 120px, #fff 240px); }
#page-hot-svc .hs-hero {
  margin: 12px 12px 0;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, #d8f3e4, #eef8f2);
  position: relative;
}
#page-hot-svc .hs-hero img {
  width: 100%;
  display: block;
  max-height: 220px;
  object-fit: cover;
}
#page-hot-svc .hs-hero-copy {
  position: absolute;
  left: 14px;
  top: 14px;
  color: #14532d;
}
#page-hot-svc .hs-hero-copy .h1 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}
#page-hot-svc .hs-hero-copy .h2 {
  margin-top: 4px;
  font-size: 13px;
  opacity: 0.85;
}
#page-hot-svc .hs-block {
  margin: 14px 12px 0;
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
}
#page-hot-svc .hs-block-title {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  background: #22c55e;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}
#page-hot-svc .hs-block-title.outline {
  background: #e8f7ef;
  color: #15803d;
}
#page-hot-svc .hs-highlight {
  font-size: 15px;
  color: #334155;
  line-height: 1.6;
}
#page-hot-svc .hs-spec {
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  overflow: hidden;
}
#page-hot-svc .hs-spec-row {
  display: flex;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid #e8f5ee;
  font-size: 13px;
  line-height: 1.45;
}
#page-hot-svc .hs-spec-row:last-child { border-bottom: none; }
#page-hot-svc .hs-spec-row .k {
  flex: 0 0 72px;
  color: #64748b;
}
#page-hot-svc .hs-spec-row .v { color: #1e293b; flex: 1; }
#page-hot-svc .hs-sec-h {
  margin: 18px 16px 10px;
  font-size: 16px;
  font-weight: 800;
  color: #14532d;
}
#page-hot-svc .hs-trouble {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 0 12px;
}
#page-hot-svc .hs-trouble-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  text-align: center;
}
#page-hot-svc .hs-trouble-item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
#page-hot-svc .hs-trouble-item span {
  display: block;
  padding: 6px 2px 8px;
  font-size: 11px;
  color: #334155;
  font-weight: 600;
}
#page-hot-svc .hs-steps { padding: 0 12px; }
#page-hot-svc .hs-step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
#page-hot-svc .hs-step .num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #22c55e;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-hot-svc .hs-step img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}
#page-hot-svc .hs-step .txt { flex: 1; min-width: 0; }
#page-hot-svc .hs-step .txt b {
  display: block;
  font-size: 14px;
  color: #1a1a1a;
  margin-bottom: 4px;
}
#page-hot-svc .hs-step .txt p {
  margin: 0;
  font-size: 12px;
  color: #64748b;
  line-height: 1.45;
}
#page-hot-svc .hs-note {
  margin: 0 12px 8px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 12px;
  line-height: 1.5;
}
#page-hot-svc .hs-olist {
  margin: 0 12px;
  padding: 14px 14px 14px 32px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
#page-hot-svc .hs-olist li {
  margin: 0 0 10px;
  font-size: 13px;
  color: #334155;
  line-height: 1.55;
}
#page-hot-svc .hs-olist li:last-child { margin-bottom: 0; }
#page-hot-svc .hs-tools-img {
  width: 100%;
  border-radius: 10px;
  display: block;
  margin-bottom: 10px;
  max-height: 180px;
  object-fit: cover;
}
#page-hot-svc .hs-tools-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 12px;
  font-size: 13px;
  color: #334155;
}
#page-hot-svc .hs-tools-grid span::before {
  content: '✓ ';
  color: #22c55e;
  font-weight: 700;
}
#page-hot-svc .hs-quality {
  display: flex;
  gap: 12px;
  align-items: stretch;
}
#page-hot-svc .hs-quality img {
  width: 110px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}
#page-hot-svc .hs-quality ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}
#page-hot-svc .hs-quality li {
  position: relative;
  padding: 8px 0 8px 22px;
  font-size: 13px;
  color: #334155;
  border-bottom: 1px dashed #e2e8f0;
}
#page-hot-svc .hs-quality li:last-child { border-bottom: none; }
#page-hot-svc .hs-quality li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #22c55e;
  font-weight: 800;
}
#page-hot-svc .hs-why { padding: 0 12px; }
#page-hot-svc .hs-why-card {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
#page-hot-svc .hs-why-ico {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #e8f7ef;
  color: #15803d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  flex-shrink: 0;
}
#page-hot-svc .hs-why-card b {
  display: block;
  font-size: 14px;
  color: #1a1a1a;
}
#page-hot-svc .hs-why-card p {
  margin: 2px 0 0;
  font-size: 12px;
  color: #64748b;
}
#page-hot-svc .hs-safe {
  margin: 0 12px 16px;
  border-radius: 14px;
  overflow: hidden;
  background: #e8f7ef;
  position: relative;
}
#page-hot-svc .hs-safe img {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  display: block;
  opacity: 0.92;
}
#page-hot-svc .hs-safe-list {
  padding: 12px 14px 16px;
  display: grid;
  gap: 8px;
}
#page-hot-svc .hs-safe-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 13px;
  color: #14532d;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 8px;
  padding: 8px 10px;
}
#page-hot-svc .hs-safe-item .n {
  font-weight: 800;
  color: #22c55e;
  flex-shrink: 0;
}
#page-hot-svc .hs-text-panel {
  padding: 16px;
  font-size: 14px;
  color: #334155;
  line-height: 1.7;
}
#page-hot-svc .hs-text-panel h4 {
  margin: 0 0 10px;
  font-size: 15px;
  color: #14532d;
}
#page-hot-svc .hs-text-panel ol,
#page-hot-svc .hs-text-panel ul {
  margin: 0;
  padding-left: 18px;
}
#page-hot-svc .hs-text-panel li { margin-bottom: 8px; }
#page-hot-svc .hot-svc-tab-body { padding: 12px 0 16px; }
#page-hot-svc .hot-svc-tab-photos {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 12px;
}
#page-hot-svc .hot-svc-tab-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
  object-fit: unset;
  max-height: none;
  min-height: 0;
  background: #fff;
  /* 禁止被父级缩放/模糊滤镜影响观感 */
  transform: none !important;
  filter: none !important;
  image-rendering: auto;
}
#page-hot-svc #hot-svc-panel-intro .hot-svc-tab-img,
#page-hot-svc #hot-svc-panel-taboo .hot-svc-tab-img {
  min-height: 0;
}
#page-hot-svc .hot-svc-tab-text {
  font-size: 14px;
  color: #334155;
  line-height: 1.7;
  white-space: normal;
}
