/* Product page rebuilt from the official 熊系品牌矩阵 source artwork. */
.products-layout {
  background: #fff;
}

.products-layout .brand-mark {
  width: 250px;
}

.home-layout.products-layout .site-header:not(.scrolled) .brand-mark {
  opacity: 1;
  pointer-events: auto;
}

.products-page {
  overflow: hidden;
  background: #fff;
  color: #123647;
  font-family: "Source Han Sans SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
}

.products-page h1,
.products-page h2,
.products-page h3,
.products-page p {
  letter-spacing: 0;
}

.products-file-hero {
  position: relative;
  overflow: hidden;
  background: #00a6de;
  color: #fff;
}

.products-file-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 76px 76px;
  opacity: 0.42;
  pointer-events: none;
}

.products-file-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: calc(100% - 116px);
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.products-file-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(480px, 0.82fr);
  gap: 46px;
  min-height: 618px;
  align-items: center;
}

.products-file-copy {
  max-width: 670px;
  padding: 64px 0;
}

.products-file-kicker {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 0 0 28px;
  font-size: 12px;
  font-weight: 900;
}

.products-file-kicker span {
  padding: 5px 9px;
  background: #e31d2b;
}

.products-file-kicker b {
  font-size: 11px;
  font-weight: 800;
}

.products-file-copy h1 {
  margin: 0;
  color: #fff;
  font-size: 78px;
  font-weight: 950;
  line-height: 1.04;
}

.products-file-copy h1 strong {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: inherit;
}

.products-file-copy h1 strong::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 8px;
  background: #e31d2b;
  z-index: -1;
}

.products-file-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.9;
}

.products-file-slogan {
  display: flex;
  gap: 22px;
  margin: 24px 0 0;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 17px;
  font-weight: 900;
}

.products-file-slogan span + span {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.products-file-actions {
  display: flex;
  margin-top: 28px;
}

.products-file-actions a {
  display: inline-flex;
  min-width: 176px;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 18px;
  border: 1px solid #fff;
  border-radius: 3px 0 0 3px;
  background: #fff;
  color: #0076ad;
  font-size: 13px;
  font-weight: 900;
  transition: color 180ms ease, background-color 180ms ease;
}

.products-file-actions a + a {
  border-color: #e31d2b;
  border-radius: 0 3px 3px 0;
  background: #e31d2b;
  color: #fff;
}

.products-file-actions a:hover {
  background: #123647;
  color: #fff;
}

.products-file-bear {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 800 / 820;
  align-self: end;
  justify-self: end;
  margin: 0;
}

.products-file-bear img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.products-file-proof {
  position: relative;
  z-index: 3;
  border-top: 5px solid #e31d2b;
  background: #fff;
  color: #0c5f82;
}

.products-file-proof-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.75fr 1.2fr 0.9fr;
  min-height: 116px;
}

.products-file-proof article {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 22px;
  border-right: 1px solid #d5e5eb;
}

.products-file-proof article:last-child {
  border-right: 0;
}

.products-file-proof img {
  height: auto;
}

.products-file-proof article > strong {
  color: #00a6de;
  font-size: 32px;
  line-height: 1;
}

.products-file-proof article > span {
  color: #4d6d7c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.products-proof-year img {
  width: min(100%, 246px);
}

.products-file-proof .products-proof-champions {
  display: grid;
  gap: 4px;
  justify-items: center;
  background: #0788be;
}

.products-proof-champions img {
  width: min(100%, 190px);
}

.products-file-proof .products-proof-champions span {
  color: #fff;
  font-size: 10px;
}

.products-system-section {
  padding: 86px 0 96px;
  border-bottom: 1px solid #d6e5eb;
  background: #fff;
}

.products-system-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 44px;
}

.products-system-heading > div > p {
  margin: 0 0 8px;
  color: #e31d2b;
  font-size: 11px;
  font-weight: 900;
}

.products-system-heading h2 {
  margin: 0;
  color: #00a6de;
  font-size: 46px;
  line-height: 1.15;
}

.products-system-heading > p {
  margin: 0;
  color: #5c7480;
  line-height: 1.9;
}

.products-system-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #b9d0da;
  border-bottom: 1px solid #b9d0da;
}

.products-system-grid > a {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 18px;
  gap: 12px;
  min-width: 0;
  min-height: 174px;
  align-content: center;
  padding: 24px 20px;
  border-right: 1px solid #cbdde4;
  transition: color 180ms ease, background-color 180ms ease;
}

.products-system-grid > a:last-child {
  border-right: 0;
}

.products-system-grid > a > span {
  color: #e31d2b;
  font-size: 12px;
  font-weight: 900;
}

.products-system-grid > a > div {
  min-width: 0;
}

.products-system-grid small {
  display: block;
  color: #75909c;
  font-size: 9px;
  font-weight: 900;
}

.products-system-grid strong {
  display: block;
  margin-top: 9px;
  color: #087dac;
  font-size: 20px;
}

.products-system-grid p {
  margin: 8px 0 0;
  color: #617984;
  font-size: 12px;
  line-height: 1.5;
}

.products-system-grid em {
  align-self: center;
  color: #00a6de;
  font-size: 18px;
  font-style: normal;
}

.products-system-grid > a:hover {
  background: #edf9fd;
}

.products-system-grid > a:hover strong,
.products-system-grid > a:hover em {
  color: #e31d2b;
}

.products-page #product-catalog {
  scroll-margin-top: 76px;
}

.products-page .product-catalog {
  padding: 94px 0 120px;
  background: #f4fafc;
}

.products-page .product-catalog .section-title {
  grid-template-areas:
    "eyebrow copy"
    "title copy";
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: 4px 72px;
  align-items: end;
}

.products-page .product-catalog .section-title .eyebrow {
  grid-area: eyebrow;
}

.products-page .product-catalog .section-title h2 {
  grid-area: title;
  color: #00a6de;
}

.products-page .product-catalog .section-title .eyebrow {
  color: #e31d2b;
  font-size: 11px;
}

.products-page .product-catalog .section-title .muted {
  grid-area: copy;
}

.products-page .product-catalog .filter-row {
  border-color: #bfd4dd;
}

.products-page .product-catalog .filter-row button {
  border-radius: 3px;
}

.products-page .product-catalog .filter-row button.active {
  border-color: #00a6de;
  background: #00a6de;
  color: #fff;
}

.products-page .product-card {
  border-color: #c9dce4;
  background: #fff;
}

.products-page .product-card:hover {
  border-color: #00a6de;
  box-shadow: 0 18px 36px rgba(0, 117, 164, 0.12);
}

.products-page .product-card .tag {
  background: #e8f7fc;
  color: #0076ad;
}

.products-page .product-placeholder {
  min-height: 250px;
  gap: 7px;
  background: #eaf7fc;
  color: #087dac;
}

.products-page .product-placeholder img {
  display: none;
}

.products-page .product-placeholder span {
  padding-top: 14px;
  border-top: 3px solid #00a6de;
  color: #087dac;
  font-size: 14px;
  font-weight: 900;
}

.products-page .product-placeholder strong {
  color: #e31d2b;
  font-size: 13px;
}

.products-page .product-card .btn {
  background: #e31d2b;
}

.products-page .product-card .btn:hover {
  background: #bd111d;
}

.home-products-switch {
  background: #fff;
}

.home-products-switch .products-system-section {
  border-bottom: 1px solid #cbdde4;
}

.home-products-switch .home-v4-intro {
  border-bottom: 1px solid #cbdde4;
  background: #fff;
}

.home-file-products {
  padding: 94px 0 112px;
  border-bottom: 1px solid #cbdde4;
  background: #f2f9fc;
}

.home-file-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr) auto;
  gap: 54px;
  align-items: end;
  margin-bottom: 42px;
}

.home-file-section-head > div > p {
  margin: 0 0 8px;
  color: #e31d2b;
  font-size: 11px;
  font-weight: 900;
}

.home-file-section-head h2 {
  margin: 0;
  color: #00a6de;
  font-size: 44px;
  line-height: 1.16;
}

.home-file-section-head > p {
  margin: 0;
  color: #5c7480;
  line-height: 1.9;
}

.home-file-section-head > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 20px;
  padding: 0 14px;
  border-bottom: 3px solid #e31d2b;
  color: #087dac;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.home-products-switch .home-file-products .product-card {
  background: #fff;
}

.home-file-services {
  padding: 94px 0 112px;
  border-bottom: 1px solid #cbdde4;
  background: #fff;
}

.home-file-services .home-file-section-head {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
}

.home-file-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #b9d0da;
  border-bottom: 1px solid #b9d0da;
}

.home-file-service-grid > a {
  display: grid;
  min-height: 210px;
  align-content: center;
  padding: 28px;
  border-right: 1px solid #cbdde4;
  transition: background-color 180ms ease;
}

.home-file-service-grid > a:last-child {
  border-right: 0;
}

.home-file-service-grid span {
  color: #e31d2b;
  font-size: 11px;
  font-weight: 900;
}

.home-file-service-grid strong {
  margin-top: 26px;
  color: #087dac;
  font-size: 23px;
}

.home-file-service-grid small {
  margin-top: 4px;
  color: #647d88;
  font-size: 12px;
  font-weight: 700;
}

.home-file-service-grid em {
  margin-top: 26px;
  color: #123647;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.home-file-service-grid > a:hover {
  background: #edf9fd;
}

.home-products-switch .home-v4-trace,
.home-products-switch .home-v4-ecosystem {
  border-bottom: 1px solid #cbdde4;
}

@media (max-width: 1100px) {
  .products-file-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr);
    gap: 34px;
  }

  .products-file-copy h1 {
    font-size: 66px;
  }

  .products-file-proof article {
    padding-right: 14px;
    padding-left: 14px;
  }

  .products-system-grid > a {
    padding-right: 14px;
    padding-left: 14px;
  }

  .home-file-section-head {
    grid-template-columns: minmax(0, 0.8fr) minmax(340px, 1.2fr);
    gap: 36px;
  }

  .home-file-section-head > a {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 860px) {
  .products-file-hero::after {
    top: auto;
    width: 100%;
    height: 45%;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    border-left: 0;
  }

  .products-file-hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .products-file-copy {
    max-width: 720px;
    padding: 54px 0 34px;
  }

  .products-file-bear {
    width: min(100%, 420px);
    justify-self: center;
  }

  .products-file-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-file-proof article:nth-child(2) {
    border-right: 0;
  }

  .products-file-proof article:nth-child(-n + 2) {
    border-bottom: 1px solid #d5e5eb;
  }

  .products-system-heading,
  .products-page .product-catalog .section-title {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .products-page .product-catalog .section-title {
    grid-template-areas:
      "eyebrow"
      "title"
      "copy";
    gap: 8px;
  }

  .products-page .product-catalog .section-title .muted {
    margin-top: 10px;
  }

  .products-system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-system-grid > a:nth-child(2) {
    border-right: 0;
  }

  .products-system-grid > a:nth-child(-n + 2) {
    border-bottom: 1px solid #cbdde4;
  }

  .home-file-products,
  .home-file-services {
    padding: 74px 0 84px;
  }

  .home-file-section-head,
  .home-file-services .home-file-section-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-file-service-grid {
    grid-template-columns: 1fr;
  }

  .home-file-service-grid > a {
    min-height: 164px;
    border-right: 0;
    border-bottom: 1px solid #cbdde4;
  }

  .home-file-service-grid > a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .products-layout .brand-mark {
    width: 184px;
  }

  .products-file-copy {
    padding: 42px 0 28px;
  }

  .products-file-kicker {
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 10px;
  }

  .products-file-kicker b {
    font-size: 9px;
  }

  .products-file-copy h1 {
    font-size: 48px;
    line-height: 1.08;
  }

  .products-file-copy h1 strong::after {
    height: 6px;
  }

  .products-file-lead {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.78;
  }

  .products-file-slogan {
    display: grid;
    gap: 4px;
    margin-top: 18px;
    padding: 12px 0;
    font-size: 15px;
  }

  .products-file-slogan span + span {
    padding-left: 0;
    border-left: 0;
  }

  .products-file-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
  }

  .products-file-actions a {
    min-width: 0;
    min-height: 48px;
    gap: 8px;
    padding: 0 12px;
    font-size: 12px;
  }

  .products-file-bear {
    width: 100%;
  }

  .products-file-proof-grid {
    min-height: 0;
  }

  .products-file-proof article {
    min-height: 102px;
    padding: 14px 10px;
  }

  .products-file-proof article > strong {
    font-size: 27px;
  }

  .products-proof-year img {
    width: min(100%, 150px);
  }

  .products-proof-champions img {
    width: min(100%, 145px);
  }

  .products-system-section {
    padding: 62px 0 72px;
  }

  .products-system-heading {
    margin-bottom: 30px;
  }

  .products-system-heading h2,
  .products-page .product-catalog .section-title h2 {
    font-size: 34px;
  }

  .products-system-grid > a {
    grid-template-columns: 24px minmax(0, 1fr) 14px;
    gap: 7px;
    min-height: 154px;
    padding: 18px 10px;
  }

  .products-system-grid strong {
    font-size: 17px;
  }

  .products-system-grid p {
    font-size: 11px;
  }

  .products-page .product-catalog {
    padding: 68px 0 84px;
  }

  .home-file-products,
  .home-file-services {
    padding: 62px 0 72px;
  }

  .home-file-section-head {
    margin-bottom: 30px;
  }

  .home-file-section-head h2 {
    font-size: 34px;
  }

  .home-file-service-grid > a {
    min-height: 148px;
    padding: 22px 18px;
  }

  .home-file-service-grid strong,
  .home-file-service-grid em {
    margin-top: 16px;
  }
}
