/* 品牌中心四张卡片：底部统一使用君星坊蓝色 30% 渐变遮罩 */
#GFHaTZqd .color-bg-dfdd7 {
  opacity: 1 !important;
  background: linear-gradient(
    0deg,
    rgba(33, 83, 108, .3) 0%,
    rgba(33, 83, 108, 0) 60%
  ) !important;
}

/* 四个发现模块：整卡可点击，并保留轻微悬停反馈；链接地址集中在 home-copy-overrides.js 配置 */
#GFHaTZqd .brand-card-is-clickable {
  position: relative;
  cursor: pointer;
  transform: none !important;
  box-shadow: none !important;
}

#GFHaTZqd .brand-card-is-clickable:hover {
  transform: none !important;
  box-shadow: none !important;
}

#GFHaTZqd .brand-card-link {
  position: absolute;
  z-index: 6;
  inset: 0;
  display: block;
  border: 0 !important;
  border-radius: inherit;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

#GFHaTZqd .brand-card-copy {
  position: relative;
  z-index: 7;
  pointer-events: none;
}

#GFHaTZqd .brand-card-link:hover,
#GFHaTZqd .brand-card-link:focus,
#GFHaTZqd .brand-card-link:focus-visible,
#GFHaTZqd .brand-card-link:active {
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 750px) {
  /* “发现更多”与移动端产品中心标题使用同一字号、字重和字体。 */
  #wzGxPvPk .text-36-bfb99 {
    --font-size: 32px !important;
    font-family: 思源黑体-Medium, "PingFang SC", "Microsoft YaHei", sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: -.03em !important;
  }
}
