/* =========================================================
   ZOB 企业产品封面首页 v11 - 完整响应式优化版 v2
   作用域：.zob-hp11-page
   适配：PC / Pad / 手机 / 超小屏 / 夜间模式
   ========================================================= */

.zob-hp11-page {
  --hp-bg: var(--bs-body-bg);
  --hp-card: #ffffff;
  --hp-card-rgb: 255, 255, 255;
  --hp-card-soft: #f8fafc;
  --hp-card-soft-rgb: 248, 250, 252;
  --hp-text: #111827;
  --hp-muted: #4b5563;
  --hp-muted-2: #6b7280;
  --hp-border: rgba(15, 23, 42, .10);
  --hp-border-strong: rgba(var(--bs-primary-rgb), .24);
  --hp-primary-soft: rgba(var(--bs-primary-rgb), .10);
  --hp-primary-soft-2: rgba(var(--bs-primary-rgb), .06);
  --hp-radius-xl: 2rem;
  --hp-radius-lg: 1.5rem;
  --hp-radius-md: 1rem;
  --hp-shadow: 0 1.25rem 3rem rgba(15, 23, 42, .08);
  --hp-shadow-sm: 0 .7rem 1.6rem rgba(15, 23, 42, .06);
  --hp-shadow-hover: 0 1.2rem 2.6rem rgba(15, 23, 42, .10);
  color: var(--hp-text);
}

.zob-hp11-page,
.zob-hp11-page * {
  box-sizing: border-box;
}

.zob-hp11-page a {
  text-underline-offset: .18em;
}

.zob-hp11-page p,
.zob-hp11-page .text-body-secondary {
  color: var(--hp-muted) !important;
}

.zob-hp11-page img {
  max-width: 100%;
}

/* =========================================================
   1. 首屏封面
   ========================================================= */

.zob-hp11-cover {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--hp-border);
  background: var(--hp-card);
  box-shadow: var(--hp-shadow);
}

.zob-hp11-cover-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 16%, rgba(var(--bs-primary-rgb), .18), transparent 29%),
    radial-gradient(circle at 85% 12%, rgba(20, 184, 166, .13), transparent 30%),
    radial-gradient(circle at 72% 92%, rgba(var(--bs-primary-rgb), .10), transparent 34%),
    linear-gradient(135deg, rgba(var(--bs-primary-rgb), .055), transparent 48%),
    var(--hp-card);
}

.zob-hp11-cover-copy,
.zob-hp11-cover-visual {
  min-height: clamp(31rem, 42vw, 38rem);
}

.zob-hp11-cover-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zob-hp11-eyebrow {
  width: fit-content;
  max-width: 100%;
  color: rgb(var(--bs-primary-rgb));
  background: rgba(var(--bs-primary-rgb), .09);
  border: 1px solid rgba(var(--bs-primary-rgb), .16);
  font-size: .82rem;
  line-height: 1.2;
}

.zob-hp11-dot {
  width: .52rem;
  height: .52rem;
  flex: 0 0 .52rem;
  border-radius: 999px;
  background: rgb(var(--bs-primary-rgb));
  box-shadow: 0 0 0 .32rem rgba(var(--bs-primary-rgb), .12);
}

.zob-hp11-title {
  max-width: 12.5ch;
  color: var(--hp-text);
  font-size: clamp(2.65rem, 3.15vw, 5.1rem);
  line-height: .98;
  letter-spacing: -.068em;
  text-wrap: balance;
}

.zob-hp11-title span {
  display: block;
  max-width: 20em;
  margin-top: .75rem;
  color: rgb(var(--bs-primary-rgb));
  font-size: clamp(1rem, 1.22vw, 1.32rem);
  line-height: 1.38;
  letter-spacing: -.03em;
}

.zob-hp11-lead {
  max-width: 42rem;
  font-size: clamp(.98rem, .35vw + .9rem, 1.08rem);
  line-height: 1.9;
}

.zob-hp11-actions {
  row-gap: .65rem;
}

.zob-hp11-actions .btn {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  font-weight: 650;
}

.zob-hp11-proof > .col > div {
  height: 100%;
  padding: .9rem 1rem;
  border: 1px solid var(--hp-border);
  border-radius: 1.2rem;
  background: rgba(var(--hp-card-rgb), .72);
  box-shadow: 0 .45rem 1rem rgba(15, 23, 42, .035);
  backdrop-filter: blur(10px);
}

.zob-hp11-proof strong {
  display: block;
  color: var(--hp-text);
  font-size: 1.08rem;
  line-height: 1.1;
}

.zob-hp11-proof span {
  display: block;
  margin-top: .25rem;
  color: var(--hp-muted-2);
  font-size: .78rem;
  line-height: 1.35;
}

.zob-hp11-cover-visual {
  display: flex;
  align-items: center;
}

.zob-hp11-product-stage {
  position: relative;
  width: 100%;
  min-height: clamp(27rem, 32vw, 31rem);
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .62);
  background:
    linear-gradient(145deg, rgba(var(--bs-primary-rgb), .16), rgba(255, 255, 255, .42)),
    rgba(255, 255, 255, .58);
  box-shadow: 0 1.4rem 3.5rem rgba(15, 23, 42, .14);
  transform: rotate(1deg);
}

.zob-hp11-product-stage::before,
.zob-hp11-product-stage::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.zob-hp11-product-stage::before {
  width: 8rem;
  height: 8rem;
  right: -2.5rem;
  top: -2.5rem;
  background: rgba(var(--bs-primary-rgb), .12);
}

.zob-hp11-product-stage::after {
  width: 5.5rem;
  height: 5.5rem;
  left: -1.7rem;
  bottom: 2rem;
  background: rgba(20, 184, 166, .14);
}

.zob-hp11-stage-image,
.zob-hp11-stage-empty {
  position: relative;
  z-index: 1;
  height: clamp(21.5rem, 27vw, 25rem);
  border-radius: 2rem;
  overflow: hidden;
  background: var(--hp-card-soft);
}

.zob-hp11-stage-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.zob-hp11-stage-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hp-muted-2);
  font-size: 3rem;
}

.zob-hp11-stage-card {
  position: absolute;
  z-index: 2;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, .70);
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--hp-shadow-sm);
  backdrop-filter: blur(16px);
}

.zob-hp11-stage-card span,
.zob-hp11-stage-card a {
  display: block;
  font-size: .78rem;
  line-height: 1.35;
}

.zob-hp11-stage-card span {
  color: rgb(var(--bs-primary-rgb));
  font-weight: 700;
}

.zob-hp11-stage-card strong {
  display: -webkit-box;
  margin: .25rem 0 .35rem;
  color: var(--hp-text);
  font-size: 1.05rem;
  line-height: 1.28;
  max-height: calc(1.28em * 2);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.zob-hp11-stage-card a {
  color: rgb(var(--bs-primary-rgb));
  text-decoration: none;
  font-weight: 650;
}

.zob-hp11-stage-card a:hover {
  text-decoration: underline;
}

/* =========================================================
   2. 分类导航
   ========================================================= */

.zob-hp11-section-kicker {
  display: block;
  margin-bottom: .3rem;
  color: rgb(var(--bs-primary-rgb));
  font-size: clamp(1.45rem, 2.6vw, 2.78rem);
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: .06em;
}

.zob-hp11-subcats {
  border-color: var(--hp-border) !important;
  background:
    linear-gradient(135deg, rgba(var(--bs-primary-rgb), .045), transparent 54%),
    var(--hp-card);
  box-shadow: var(--hp-shadow-sm);
}

.zob-hp11-subcats .zob-product-subcats-label {
  white-space: nowrap;
}

.zob-hp11-page .zob-product-subcat-link {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  max-width: 100%;
  padding: .36rem .74rem;
  color: var(--hp-text);
  background-color: var(--hp-card-soft);
  border: 1px solid var(--hp-border);
  line-height: 1.35;
  font-size: .84rem;
  transition: color .16s ease, background-color .16s ease, border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.zob-hp11-page .zob-product-subcat-link:hover,
.zob-hp11-page .zob-product-subcat-link:focus-visible {
  color: rgb(var(--bs-primary-rgb));
  border-color: rgba(var(--bs-primary-rgb), .38);
  background-color: rgba(var(--bs-primary-rgb), .075);
  box-shadow: 0 .45rem 1.05rem rgba(15, 23, 42, .06);
  transform: translateY(-1px);
}

.zob-hp11-page .zob-product-subcat-link span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zob-hp11-page .zob-product-subcat-link em {
  min-width: 1.35rem;
  padding: .05rem .36rem;
  color: var(--hp-muted-2);
  background: var(--hp-card);
  border-radius: 999px;
  font-style: normal;
  line-height: 1.25;
  text-align: center;
  font-size: .72rem;
}

/* =========================================================
   3. 置顶产品
   ========================================================= */

.zob-hp11-featured-shell {
  position: relative;
  border-color: var(--hp-border) !important;
  background:
    linear-gradient(180deg, rgba(var(--bs-primary-rgb), .035), transparent 18rem),
    var(--hp-card);
  box-shadow: var(--hp-shadow-sm);
}

.zob-hp11-featured-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(var(--bs-primary-rgb), .13);
  background:
    radial-gradient(circle at 0 0, rgba(var(--bs-primary-rgb), .10), transparent 32%),
    linear-gradient(135deg, rgba(var(--bs-primary-rgb), .052), rgba(var(--bs-primary-rgb), .018) 44%, transparent 100%),
    var(--hp-card-soft);
}

.zob-hp11-featured-head::before {
  content: "";
  position: absolute;
  inset: 1rem auto 1rem 0;
  width: 3px;
  border-radius: 999px;
  background: rgb(var(--bs-primary-rgb));
  opacity: .86;
}

.zob-hp11-featured-titlebar {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: .9rem;
  padding-left: .35rem;
}

.zob-hp11-featured-eyebrow {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: .28rem;
  padding: .42rem .78rem;
  color: rgb(var(--bs-primary-rgb));
  background: var(--hp-card);
  border: 1px solid rgba(var(--bs-primary-rgb), .18);
  box-shadow: 0 .35rem .9rem rgba(var(--bs-primary-rgb), .08);
  font-size: .76rem;
  font-weight: 750;
  line-height: 1.15;
  letter-spacing: .035em;
  white-space: nowrap;
}

.zob-hp11-featured-eyebrow i {
  font-size: .9rem;
}

.zob-hp11-featured-copy {
  min-width: 0;
}

.zob-hp11-featured-copy h3,
.zob-hp11-featured-head h3 {
  color: var(--hp-text);
  letter-spacing: -.025em;
  text-wrap: balance;
}

.zob-hp11-featured-copy p,
.zob-hp11-featured-head p {
  max-width: 42rem;
  color: var(--hp-muted) !important;
  line-height: 1.65;
  font-size: .92rem;
}

.zob-hp11-featured-tools {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: .55rem;
  flex-shrink: 0;
}

.zob-hp11-featured-count {
  display: inline-flex;
  align-items: center;
  gap: .32rem;
  min-height: 2.15rem;
  padding: .42rem .78rem;
  color: var(--hp-muted);
  background: var(--hp-card);
  border: 1px solid var(--hp-border);
  font-size: .82rem;
  font-weight: 650;
  white-space: nowrap;
}

.zob-hp11-featured-count strong {
  color: rgb(var(--bs-primary-rgb));
  font-size: 1.08rem;
  line-height: 1;
}

.zob-hp11-featured-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .1rem;
  min-height: 2.15rem;
  padding: .42rem .85rem;
  color: rgb(var(--bs-primary-rgb));
  background: rgba(var(--bs-primary-rgb), .075);
  border: 1px solid rgba(var(--bs-primary-rgb), .18);
  text-decoration: none;
  font-size: .84rem;
  font-weight: 750;
  white-space: nowrap;
  transition: color .16s ease, background-color .16s ease, border-color .16s ease, transform .16s ease;
}

.zob-hp11-featured-link:hover,
.zob-hp11-featured-link:focus-visible {
  color: #fff;
  background: rgb(var(--bs-primary-rgb));
  border-color: rgb(var(--bs-primary-rgb));
  transform: translateY(-1px);
}

.zob-hp11-featured-board {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding-top: .35rem;
}

.zob-hp11-featured-card {
  display: grid;
  grid-template-columns: minmax(10.5rem, 40%) minmax(0, 1fr);
  min-width: 0;
  min-height: 16rem;
  border-color: var(--hp-border) !important;
  background: var(--hp-card);
  box-shadow: 0 .55rem 1.35rem rgba(15, 23, 42, .045);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.zob-hp11-featured-card:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--bs-primary-rgb), .32) !important;
  box-shadow: var(--hp-shadow-hover);
}

.zob-hp11-featured-card:focus-within {
  border-color: rgba(var(--bs-primary-rgb), .55) !important;
  box-shadow: 0 0 0 .22rem rgba(var(--bs-primary-rgb), .12);
}

.zob-hp11-featured-media {
  position: relative;
  display: block;
  min-height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(var(--bs-primary-rgb), .10), transparent 46%),
    var(--hp-card-soft);
}

.zob-hp11-featured-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .18));
  opacity: 0;
  transition: opacity .22s ease;
}

.zob-hp11-featured-card:hover .zob-hp11-featured-media::after {
  opacity: 1;
}

.zob-hp11-featured-media img,
.zob-hp11-featured-placeholder {
  width: 100%;
  height: 100%;
  min-height: 16rem;
}

.zob-hp11-featured-media img {
  object-fit: cover;
  transition: transform .3s ease, filter .3s ease;
}

.zob-hp11-featured-card:hover .zob-hp11-featured-media img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.02);
}

.zob-hp11-featured-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hp-muted-2);
  background: var(--hp-card-soft);
}

.zob-hp11-featured-pin,
.zob-hp11-featured-stock {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  padding: .22rem .58rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 .35rem .85rem rgba(0, 0, 0, .14);
}

.zob-hp11-featured-pin {
  left: .75rem;
  top: .75rem;
  color: #fff;
  background: rgb(var(--bs-primary-rgb));
}

.zob-hp11-featured-stock {
  right: .75rem;
  top: .75rem;
}

.zob-hp11-featured-stock.is-in {
  color: #0f5132;
  background: #d1e7dd;
}

.zob-hp11-featured-stock.is-out {
  color: #41464b;
  background: #e2e3e5;
}

.zob-hp11-featured-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 1.1rem 1.15rem;
}

.zob-hp11-featured-cats {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  min-height: 1.4rem;
}

.zob-hp11-featured-cats a {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  color: var(--hp-muted-2);
  font-size: .78rem;
  line-height: 1.2;
  transition: color .15s ease;
}

.zob-hp11-featured-cats a:hover {
  color: rgb(var(--bs-primary-rgb));
}

.zob-hp11-featured-title {
  line-height: 1.42;
}

.zob-hp11-featured-title a {
  display: -webkit-box;
  color: var(--hp-text);
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color .15s ease;
}

.zob-hp11-featured-title a:hover {
  color: rgb(var(--bs-primary-rgb));
}

.zob-hp11-featured-excerpt {
  display: -webkit-box;
  color: var(--hp-muted) !important;
  font-size: .88rem;
  line-height: 1.7;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.zob-hp11-featured-features {
  display: flex;
  flex-wrap: wrap;
  gap: .38rem;
  padding: 0;
  list-style: none;
}

.zob-hp11-featured-features li {
  padding: .24rem .52rem;
  border-radius: 999px;
  color: var(--hp-muted);
  background: var(--hp-card-soft);
  border: 1px solid rgba(15, 23, 42, .045);
  font-size: .74rem;
  line-height: 1.35;
}

.zob-hp11-featured-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  padding-top: .85rem;
  border-top: 1px dashed var(--hp-border);
}

.zob-hp11-featured-meta > div {
  min-width: 0;
}

.zob-hp11-featured-meta span {
  display: block;
  margin-bottom: .16rem;
  color: var(--hp-muted-2);
  font-size: .74rem;
}

.zob-hp11-featured-meta strong {
  display: block;
  color: var(--hp-text);
  font-size: .88rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.zob-hp11-featured-meta > div:first-child strong {
  color: var(--bs-danger);
}

.zob-hp11-featured-actions {
  row-gap: .45rem;
}

.zob-hp11-featured-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .15rem;
  font-weight: 650;
}

.zob-hp11-featured-actions .btn-link {
  color: rgb(var(--bs-primary-rgb));
}

/* =========================================================
   4. 空状态 / 询价
   ========================================================= */

.zob-hp11-empty {
  background: var(--hp-card);
  color: var(--hp-muted);
}

.zob-hp11-empty > i {
  color: rgb(var(--bs-primary-rgb));
  font-size: 2rem;
}

.zob-hp11-empty h3 {
  color: var(--hp-text);
}

.zob-hp11-inquiry {
  border: 1px solid var(--hp-border);
  background: var(--hp-card);
  box-shadow: var(--hp-shadow);
}

.zob-hp11-inquiry-copy {
  background:
    radial-gradient(circle at top left, rgba(var(--bs-primary-rgb), .13), transparent 34%),
    var(--hp-card-soft);
}

.zob-hp11-inquiry-copy h2 {
  color: var(--hp-text);
}

.zob-hp11-contact-points {
  display: grid;
  gap: .75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.zob-hp11-contact-points li {
  display: flex;
  gap: .55rem;
  color: var(--hp-muted);
  line-height: 1.55;
}

.zob-hp11-contact-points i {
  color: rgb(var(--bs-primary-rgb));
  margin-top: .15rem;
}

.zob-hp11-form-wrap {
  background: var(--hp-card);
}

.zob-hp11-form-wrap .form-control,
.zob-hp11-form-wrap .form-select,
.zob-hp11-form-wrap textarea {
  min-height: 2.65rem;
}

/* =========================================================
   5. 夜间模式
   ========================================================= */

[data-bs-theme="dark"] .zob-hp11-page {
  --hp-card: #111827;
  --hp-card-rgb: 17, 24, 39;
  --hp-card-soft: #0b1220;
  --hp-card-soft-rgb: 11, 18, 32;
  --hp-text: rgba(255, 255, 255, .94);
  --hp-muted: rgba(255, 255, 255, .72);
  --hp-muted-2: rgba(255, 255, 255, .58);
  --hp-border: rgba(255, 255, 255, .10);
  --hp-border-strong: rgba(var(--bs-primary-rgb), .42);
  --hp-shadow: 0 1.3rem 3rem rgba(0, 0, 0, .36);
  --hp-shadow-sm: 0 .75rem 1.6rem rgba(0, 0, 0, .24);
  --hp-shadow-hover: 0 1.1rem 2.5rem rgba(0, 0, 0, .34);
}

[data-bs-theme="dark"] .zob-hp11-cover-bg {
  background:
    radial-gradient(circle at 10% 16%, rgba(var(--bs-primary-rgb), .24), transparent 29%),
    radial-gradient(circle at 85% 12%, rgba(20, 184, 166, .15), transparent 30%),
    radial-gradient(circle at 72% 92%, rgba(var(--bs-primary-rgb), .14), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .035), transparent 48%),
    var(--hp-card);
}

[data-bs-theme="dark"] .zob-hp11-proof > .col > div,
[data-bs-theme="dark"] .zob-hp11-product-stage,
[data-bs-theme="dark"] .zob-hp11-stage-card {
  background: rgba(17, 24, 39, .80);
  border-color: rgba(255, 255, 255, .105);
}

[data-bs-theme="dark"] .zob-hp11-stage-card {
  backdrop-filter: blur(18px);
}

[data-bs-theme="dark"] .zob-hp11-subcats,
[data-bs-theme="dark"] .zob-hp11-featured-shell,
[data-bs-theme="dark"] .zob-hp11-featured-card,
[data-bs-theme="dark"] .zob-hp11-inquiry,
[data-bs-theme="dark"] .zob-hp11-form-wrap {
  background: var(--hp-card);
}

[data-bs-theme="dark"] .zob-hp11-page .zob-product-subcat-link {
  background: rgba(255, 255, 255, .045);
  border-color: rgba(255, 255, 255, .09);
}

[data-bs-theme="dark"] .zob-hp11-page .zob-product-subcat-link:hover,
[data-bs-theme="dark"] .zob-hp11-page .zob-product-subcat-link:focus-visible {
  background: rgba(var(--bs-primary-rgb), .14);
  border-color: rgba(var(--bs-primary-rgb), .42);
}

[data-bs-theme="dark"] .zob-hp11-page .zob-product-subcat-link em,
[data-bs-theme="dark"] .zob-hp11-featured-features li,
[data-bs-theme="dark"] .zob-hp11-featured-count {
  background: rgba(255, 255, 255, .055);
  border-color: rgba(255, 255, 255, .07);
}

[data-bs-theme="dark"] .zob-hp11-featured-head {
  background:
    radial-gradient(circle at 0 0, rgba(var(--bs-primary-rgb), .18), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)),
    var(--hp-card-soft);
  border-color: rgba(var(--bs-primary-rgb), .22);
}

[data-bs-theme="dark"] .zob-hp11-featured-eyebrow {
  background: rgba(var(--bs-primary-rgb), .16);
  border-color: rgba(var(--bs-primary-rgb), .30);
  box-shadow: none;
}

[data-bs-theme="dark"] .zob-hp11-featured-link {
  background: rgba(var(--bs-primary-rgb), .14);
  border-color: rgba(var(--bs-primary-rgb), .28);
}

[data-bs-theme="dark"] .zob-hp11-featured-link:hover,
[data-bs-theme="dark"] .zob-hp11-featured-link:focus-visible {
  color: #fff;
  background: rgb(var(--bs-primary-rgb));
  border-color: rgb(var(--bs-primary-rgb));
}

[data-bs-theme="dark"] .zob-hp11-featured-media {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025)),
    var(--hp-card-soft);
}

[data-bs-theme="dark"] .zob-hp11-featured-media::after {
  background: linear-gradient(to bottom, transparent 52%, rgba(0, 0, 0, .34));
}

[data-bs-theme="dark"] .zob-hp11-featured-stock.is-in {
  color: #b7f7d4;
  background: rgba(25, 135, 84, .24);
}

[data-bs-theme="dark"] .zob-hp11-featured-stock.is-out {
  color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .10);
}

/* =========================================================
   6. PC 大屏优化：≥1200px
   ========================================================= */

@media (min-width: 1200px) {
  .zob-hp11-featured-board {
    gap: 1.15rem;
  }

  .zob-hp11-featured-card {
    grid-template-columns: minmax(12rem, 42%) minmax(0, 1fr);
  }

  .zob-hp11-featured-body {
    padding: 1.18rem 1.22rem;
  }
}

@media (min-width: 1400px) {
  .zob-hp11-cover-copy,
  .zob-hp11-cover-visual {
    min-height: 39rem;
  }

  .zob-hp11-featured-board {
    gap: 1.25rem;
  }
}

/* =========================================================
   7. 小桌面 / 横屏 Pad：992px - 1199px
   ========================================================= */

@media (min-width: 992px) and (max-width: 1199.98px) {
  .zob-hp11-cover-copy,
  .zob-hp11-cover-visual {
    min-height: 33rem;
  }

  .zob-hp11-title {
    max-width: 13ch;
    font-size: clamp(2.3rem, 3vw, 3.35rem);
  }

  .zob-hp11-lead {
    max-width: 36rem;
  }

  .zob-hp11-product-stage {
    min-height: 25rem;
    padding: .85rem;
  }

  .zob-hp11-stage-image,
  .zob-hp11-stage-empty {
    height: 20.5rem;
    border-radius: 1.6rem;
  }

  .zob-hp11-stage-card {
    left: 1.45rem;
    right: 1.45rem;
    bottom: 1.45rem;
  }

  .zob-hp11-featured-board {
    gap: .85rem;
  }

  .zob-hp11-featured-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .zob-hp11-featured-media {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .zob-hp11-featured-media img,
  .zob-hp11-featured-placeholder {
    height: 100%;
    min-height: 0;
  }
}


/* =========================================================
   7.1 1024px 窄桌面专项优化：992px - 1099px
   说明：ZOB 左侧栏在 lg 断点出现时，1024px 的实际内容区会明显变窄。
   因此这里不再强行使用完整桌面双列，而是改成更稳的单列阅读布局。
   ========================================================= */

@media (min-width: 992px) and (max-width: 1099.98px) {
  .zob-hp11-cover {
    border-radius: 1.65rem !important;
  }

  .zob-hp11-cover > .row,
  .zob-hp11-inquiry > .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }

  .zob-hp11-cover > .row > [class*="col-"],
  .zob-hp11-inquiry > .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .zob-hp11-cover-copy,
  .zob-hp11-cover-visual {
    min-height: auto;
  }

  .zob-hp11-cover-copy {
    padding-bottom: .5rem;
  }

  .zob-hp11-title {
    max-width: 100%;
    font-size: clamp(2.25rem, 4.2vw, 3.25rem);
    line-height: 1.02;
  }

  .zob-hp11-lead {
    max-width: 100%;
  }

  .zob-hp11-cover-visual {
    padding-top: 0 !important;
  }

  .zob-hp11-product-stage {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
    transform: none;
  }

  .zob-hp11-stage-image,
  .zob-hp11-stage-empty {
    height: clamp(20rem, 38vw, 25rem);
  }

  .zob-hp11-featured-head {
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
    gap: .9rem !important;
    padding: 1rem !important;
  }

  .zob-hp11-featured-titlebar {
    min-width: 0;
    width: 100%;
    align-items: flex-start;
  }

  .zob-hp11-featured-copy {
    min-width: 0;
    flex: 1 1 auto;
  }

  .zob-hp11-featured-copy h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .zob-hp11-featured-copy p {
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .zob-hp11-featured-tools {
    width: 100%;
    justify-content: space-between;
    gap: .65rem;
  }

  .zob-hp11-featured-count {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
  }

  .zob-hp11-featured-link {
    flex: 0 0 auto;
    justify-content: center;
  }

  .zob-hp11-featured-board {
    grid-template-columns: 1fr;
    gap: .9rem;
  }

  .zob-hp11-featured-card {
    grid-template-columns: minmax(13rem, 38%) minmax(0, 1fr);
    min-height: 15rem;
  }

  .zob-hp11-featured-media {
    aspect-ratio: auto;
    min-height: 100%;
  }

  .zob-hp11-featured-media img,
  .zob-hp11-featured-placeholder {
    height: 100%;
    min-height: 15rem;
  }

  .zob-hp11-featured-body {
    padding: 1rem 1.05rem;
  }

  .zob-hp11-featured-excerpt {
    -webkit-line-clamp: 2;
  }

  .zob-hp11-featured-features {
    gap: .32rem;
  }

  .zob-hp11-featured-features li {
    font-size: .7rem;
  }
}

/* =========================================================
   8. Pad 竖屏 / 中屏：768px - 991px
   ========================================================= */

@media (min-width: 768px) and (max-width: 991.98px) {
  .zob-hp11-cover-copy,
  .zob-hp11-cover-visual {
    min-height: auto;
  }

  .zob-hp11-cover-copy {
    padding-bottom: 1rem;
  }

  .zob-hp11-cover-visual {
    padding-top: 0 !important;
  }

  .zob-hp11-title {
    max-width: 14ch;
    font-size: clamp(2.15rem, 5vw, 3.15rem);
  }

  .zob-hp11-title span {
    font-size: clamp(.96rem, 2vw, 1.16rem);
  }

  .zob-hp11-product-stage {
    min-height: auto;
    transform: none;
  }

  .zob-hp11-stage-image,
  .zob-hp11-stage-empty {
    height: 22rem;
  }

  /* 768px 平板宽度重点修复：标题区与右侧工具区上下分行，避免挤压 */
  .zob-hp11-featured-head {
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
    gap: .9rem !important;
    padding: 1rem !important;
  }

  .zob-hp11-featured-titlebar {
    width: 100%;
    min-width: 0;
    align-items: flex-start;
    gap: .85rem;
  }

  .zob-hp11-featured-eyebrow {
    flex: 0 0 auto;
  }

  .zob-hp11-featured-copy {
    min-width: 0;
    flex: 1 1 auto;
  }

  .zob-hp11-featured-copy h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .zob-hp11-featured-copy p {
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    line-height: 1.55;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .zob-hp11-featured-tools {
    width: 100%;
    justify-content: space-between;
    gap: .65rem;
  }

  .zob-hp11-featured-count {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
  }

  .zob-hp11-featured-link {
    flex: 0 0 auto;
    justify-content: center;
  }

  .zob-hp11-featured-board {
    grid-template-columns: 1fr;
  }

  .zob-hp11-featured-card {
    grid-template-columns: minmax(14rem, 38%) minmax(0, 1fr);
  }

  .zob-hp11-featured-media img,
  .zob-hp11-featured-placeholder {
    min-height: 15.5rem;
  }
}

/* =========================================================
   9. 手机通用：≤767px
   ========================================================= */

@media (max-width: 767.98px) {
  .zob-hp11-page .container {
    padding-left: .9rem;
    padding-right: .9rem;
  }

  .zob-hp11-cover,
  .zob-hp11-inquiry,
  .zob-hp11-featured-shell {
    border-radius: 1.35rem !important;
  }

  .zob-hp11-cover {
    box-shadow: 0 .85rem 2rem rgba(15, 23, 42, .075);
  }

  .zob-hp11-cover-copy,
  .zob-hp11-cover-visual {
    min-height: auto;
  }

  .zob-hp11-title {
    max-width: 100%;
    font-size: clamp(1.85rem, 7vw, 2.35rem);
    line-height: 1.06;
    letter-spacing: -.045em;
  }

  .zob-hp11-title span {
    margin-top: .55rem;
    font-size: clamp(.9rem, 3.7vw, 1.05rem);
    line-height: 1.45;
    letter-spacing: -.02em;
  }

  .zob-hp11-lead {
    font-size: .96rem;
    line-height: 1.78;
  }

  .zob-hp11-actions .btn {
    width: 100%;
    min-height: 2.65rem;
  }

  .zob-hp11-proof > .col > div {
    padding: .78rem .85rem;
    border-radius: 1rem;
  }

  .zob-hp11-product-stage {
    min-height: auto;
    padding: .8rem;
    transform: none;
  }

  .zob-hp11-product-stage::before {
    width: 5.5rem;
    height: 5.5rem;
    right: -2rem;
    top: -2rem;
  }

  .zob-hp11-product-stage::after {
    display: none;
  }

  .zob-hp11-stage-image,
  .zob-hp11-stage-empty {
    height: 18rem;
    border-radius: 1.25rem;
  }

  .zob-hp11-stage-card {
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    padding: .85rem .95rem;
    border-radius: 1rem !important;
  }

  .zob-hp11-section-kicker {
    font-size: clamp(1.28rem, 5.6vw, 1.78rem);
    letter-spacing: .04em;
  }

  .zob-hp11-subcats {
    padding: 1rem !important;
  }

  .zob-hp11-subcats .zob-product-subcats-label {
    width: 100%;
  }

  .zob-hp11-page .zob-product-subcat-link {
    padding: .34rem .62rem;
    font-size: .78rem;
  }

  .zob-hp11-featured-head {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .zob-hp11-featured-titlebar {
    align-items: flex-start;
    flex-direction: column;
    gap: .65rem;
  }

  .zob-hp11-featured-tools {
    width: 100%;
    justify-content: space-between;
  }

  .zob-hp11-featured-link,
  .zob-hp11-featured-count {
    justify-content: center;
  }

  .zob-hp11-featured-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .62rem;
    padding-top: .5rem;
  }

  .zob-hp11-featured-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    border-radius: .82rem !important;
    overflow: hidden;
  }

  .zob-hp11-featured-card:hover {
    transform: none;
  }

  .zob-hp11-featured-media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .zob-hp11-featured-media img,
  .zob-hp11-featured-placeholder {
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  .zob-hp11-featured-pin,
  .zob-hp11-featured-stock {
    min-height: 1.34rem;
    padding: .16rem .38rem;
    top: .42rem;
    font-size: .65rem;
  }

  .zob-hp11-featured-pin {
    left: .42rem;
  }

  .zob-hp11-featured-stock {
    right: .42rem;
  }

  .zob-hp11-featured-body {
    flex: 1 1 auto;
    padding: .58rem;
  }

  .zob-hp11-featured-cats {
    gap: .25rem;
    min-height: 0;
    margin-bottom: .25rem !important;
  }

  .zob-hp11-featured-cats a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .65rem;
  }

  .zob-hp11-featured-title {
    margin-bottom: .25rem !important;
    font-size: .85rem !important;
    line-height: 1.35 !important;
  }

  .zob-hp11-featured-title a {
    -webkit-line-clamp: 2;
  }

  .zob-hp11-featured-excerpt,
  .zob-hp11-featured-features {
    display: none !important;
  }

  .zob-hp11-featured-meta {
    grid-template-columns: 1fr !important;
    gap: .18rem;
    margin-top: auto !important;
    padding-top: .42rem !important;
    border-top: 0 !important;
  }

  .zob-hp11-featured-meta > div {
    display: flex;
    align-items: baseline;
    gap: .25rem;
    min-width: 0;
  }

  .zob-hp11-featured-meta span {
    margin-bottom: 0 !important;
    font-size: .65rem !important;
    white-space: nowrap;
  }

  .zob-hp11-featured-meta strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .zob-hp11-featured-meta > div:first-child span {
    display: none;
  }

  .zob-hp11-featured-meta > div:first-child strong {
    color: var(--bs-danger) !important;
    font-size: 1rem !important;
    line-height: 1.1;
  }

  .zob-hp11-featured-meta > div:last-child strong {
    color: var(--hp-muted-2);
    font-size: .7rem !important;
    font-weight: 400;
  }

  .zob-hp11-featured-actions {
    flex-wrap: nowrap !important;
    gap: .35rem !important;
    margin-top: .5rem !important;
  }

  .zob-hp11-featured-actions .btn {
    flex: 1 1 0;
    justify-content: center;
    min-width: 0;
    padding: .3rem .18rem !important;
    font-size: .74rem !important;
    line-height: 1.25;
  }

  .zob-hp11-featured-actions .btn i {
    display: none !important;
  }

  .zob-hp11-inquiry-copy,
  .zob-hp11-form-wrap {
    border-radius: 1rem !important;
  }
}

/* =========================================================
   10. 常规手机：≤575px
   ========================================================= */

@media (max-width: 575.98px) {
  .zob-hp11-title {
    font-size: clamp(1.68rem, 8vw, 2.08rem);
  }

  .zob-hp11-title span {
    font-size: clamp(.86rem, 4.2vw, 1rem);
  }

  .zob-hp11-product-stage {
    display: flex;
    flex-direction: column;
    gap: .85rem;
    padding: .75rem;
  }

  .zob-hp11-stage-image,
  .zob-hp11-stage-empty {
    height: 15rem;
    border-radius: 1.15rem;
  }

  .zob-hp11-stage-card {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: .85rem .95rem;
  }

  .zob-hp11-stage-card strong {
    max-height: calc(1.3em * 2);
    font-size: .98rem;
    line-height: 1.3;
  }

  .zob-hp11-featured-shell {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .zob-hp11-featured-head {
    border-radius: 1rem !important;
  }

  .zob-hp11-featured-tools {
    gap: .45rem;
  }

  .zob-hp11-featured-count,
  .zob-hp11-featured-link {
    flex: 1 1 0;
    min-width: 0;
    padding-left: .45rem;
    padding-right: .45rem;
    font-size: .76rem;
  }
}

/* =========================================================
   11. 窄屏手机：≤430px
   ========================================================= */

@media (max-width: 430px) {
  .zob-hp11-page .container {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .zob-hp11-cover,
  .zob-hp11-inquiry,
  .zob-hp11-featured-shell {
    border-radius: 1.1rem !important;
  }

  .zob-hp11-proof strong {
    font-size: .96rem;
  }

  .zob-hp11-proof span {
    font-size: .7rem;
  }

  .zob-hp11-stage-image,
  .zob-hp11-stage-empty {
    height: 13rem;
  }

  .zob-hp11-featured-board {
    gap: .5rem;
  }

  .zob-hp11-featured-body {
    padding: .52rem;
  }

  .zob-hp11-featured-pin,
  .zob-hp11-featured-stock {
    max-width: calc(50% - .5rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .zob-hp11-featured-title {
    font-size: .8rem !important;
  }

  .zob-hp11-featured-meta > div:last-child {
    display: none;
  }

  .zob-hp11-featured-actions {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .zob-hp11-featured-actions .btn {
    width: 100%;
    min-height: 1.85rem;
  }
}

/* =========================================================
   12. 极窄屏兜底：≤340px
   ========================================================= */

@media (max-width: 340px) {
  .zob-hp11-featured-board {
    grid-template-columns: 1fr;
  }

  .zob-hp11-featured-media {
    aspect-ratio: 4 / 3;
  }

  .zob-hp11-featured-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   13. 动画无障碍
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .zob-hp11-featured-card,
  .zob-hp11-featured-media img,
  .zob-hp11-featured-media::after,
  .zob-hp11-page .zob-product-subcat-link,
  .zob-hp11-featured-link {
    transition: none !important;
  }

  .zob-hp11-product-stage,
  .zob-hp11-featured-card:hover,
  .zob-hp11-featured-card:hover .zob-hp11-featured-media img,
  .zob-hp11-page .zob-product-subcat-link:hover,
  .zob-hp11-featured-link:hover {
    transform: none !important;
  }
}