/* =========================================================
   ZOB 企业产品封面首页 v11
   作用域：.zob-hp11-page
   ========================================================= */

.zob-hp11-page {
  --hp-bg: var(--bs-body-bg);
  --hp-card: #ffffff;
  --hp-card-soft: #f8fafc;
  --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-shadow: 0 1.25rem 3rem rgba(15, 23, 42, .08);
  --hp-shadow-sm: 0 .7rem 1.6rem rgba(15, 23, 42, .06);
  color: var(--hp-text);
}

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

/* 首屏 */
.zob-hp11-cover {
  position: relative;
  isolation: isolate;
  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;
  background:
    radial-gradient(circle at 12% 18%, rgba(var(--bs-primary-rgb), .18), transparent 28%),
    radial-gradient(circle at 82% 14%, rgba(20, 184, 166, .12), transparent 30%),
    linear-gradient(135deg, rgba(var(--bs-primary-rgb), .055), transparent 48%),
    var(--hp-card);
}

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

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

.zob-hp11-eyebrow {
  width: fit-content;
  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;
}

.zob-hp11-dot {
  width: .52rem;
  height: .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: 12ch;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  line-height: .96;
  letter-spacing: -.07em;
  color: var(--hp-text);
}

.zob-hp11-title span {
  display: block;
  margin-top: .75rem;
  max-width: 18em;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  line-height: 1.35;
  letter-spacing: -.035em;
  color: rgb(var(--bs-primary-rgb));
}

.zob-hp11-lead {
  max-width: 42rem;
  font-size: 1.05rem;
  line-height: 1.9;
}

.zob-hp11-actions .btn {
  min-height: 2.7rem;
  display: inline-flex;
  align-items: 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(255, 255, 255, .72);
  backdrop-filter: blur(10px);
}

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

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

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

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

.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: 24rem;
  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 {
  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;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(255, 255, 255, .7);
  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;
}

.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-section-kicker {
  display: block;
  margin-bottom: .3rem;
  color: rgb(var(--bs-primary-rgb));
  font-size: 2.78rem;
  font-weight: 750;
  letter-spacing: .08em;
}

.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: .34rem .72rem;
  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 {
  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 {
  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;
}

/* 置顶产品：重新设计，保留产品列表页的清爽感，但更适合首页 */
.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;
  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;
}

.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 {
  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(11rem, 42%) minmax(0, 1fr);
  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: 0 1rem 2.4rem rgba(15, 23, 42, .08);
}

.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 {
  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;
  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);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  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;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.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 .btn {
  display: inline-flex;
  align-items: center;
  gap: .15rem;
  font-weight: 650;
}

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

/* 空状态 */
.zob-hp11-empty {
  background: var(--hp-card);
  color: var(--hp-muted);
}

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

.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);
}

/* 夜间模式 */
[data-bs-theme="dark"] .zob-hp11-page {
  --hp-card: #111827;
  --hp-card-soft: #0b1220;
  --hp-text: rgba(255, 255, 255, .94);
  --hp-muted: rgba(255, 255, 255, .70);
  --hp-muted-2: rgba(255, 255, 255, .54);
  --hp-border: rgba(255, 255, 255, .095);
  --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);
}

[data-bs-theme="dark"] .zob-hp11-cover-bg {
  background:
    radial-gradient(circle at 12% 18%, rgba(var(--bs-primary-rgb), .23), transparent 28%),
    radial-gradient(circle at 82% 14%, rgba(20, 184, 166, .14), transparent 30%),
    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, .78);
  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 {
  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 {
  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, .22);
}

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

/* 适配 */
@media (max-width: 991.98px) {
  .zob-hp11-featured-board {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

@media (max-width: 767.98px) {
  .zob-hp11-title {
    max-width: 100%;
    font-size: clamp(2.25rem, 14vw, 3.45rem);
  }

  .zob-hp11-actions .btn {
    width: 100%;
    justify-content: center;
  }

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

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

  .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;
  }
}

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

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

  .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;
    border-radius: 1rem !important;
  }

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

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

  .zob-hp11-featured-media img,
  .zob-hp11-featured-placeholder {
    min-height: 12.5rem;
    aspect-ratio: 16 / 10;
  }

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

@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 {
    transition: none !important;
  }

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