/* =====================================================
   功能中心 /solutions/ 页面专属样式
   作用域：.page-products
   ===================================================== */

.page-products {
  --tile-bg: #FBF7F0;
  --tile-bg-dark: #141013;
  --tile-pad: clamp(22px, 2.6vw, 40px);
  --tile-gap: clamp(18px, 2.2vw, 28px);
  --tile-shadow: 0 18px 44px -30px rgba(22, 17, 15, .55);
  --tile-shadow-strong: 0 26px 60px -32px rgba(22, 17, 15, .7);
}

/* ---------- 面包屑 ---------- */
.page-products .products-crumb {
  padding-top: 22px;
  padding-bottom: 4px;
}

/* ---------- 首屏 ---------- */
.page-products .products-hero {
  padding-top: clamp(28px, 4vw, 56px);
  padding-bottom: clamp(36px, 5vw, 72px);
}

.page-products .products-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  border: 1px solid var(--rule);
  border-top: 3px solid var(--red);
  padding: clamp(24px, 3.4vw, 52px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .6) 0%, rgba(243, 237, 226, 0) 60%),
    var(--cream);
  position: relative;
}

.page-products .products-hero__grid::before,
.page-products .products-hero__grid::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid var(--red);
}

.page-products .products-hero__grid::before {
  top: -1px;
  right: -1px;
  border-left: 0;
  border-bottom: 0;
}

.page-products .products-hero__grid::after {
  bottom: -1px;
  left: -1px;
  border-right: 0;
  border-top: 0;
}

.page-products .products-hero__title {
  font-family: var(--font-sans);
  font-size: clamp(30px, 6.6vw, 62px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -.02em;
  color: var(--ink);
  margin: 16px 0 18px;
  max-width: 20ch;
}

.page-products .products-hero__lede {
  font-size: 17px;
  line-height: 1.75;
  color: var(--gray);
  max-width: 54ch;
  margin: 0 0 26px;
}

.page-products .products-hero__acts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-products .products-hero__rail {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 6px;
  border-top: 1px solid var(--rule);
  padding-top: 18px;
}

.page-products .hero-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-products .hero-facts__item {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: baseline;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--rule);
}

.page-products .hero-facts__num {
  font-family: var(--font-mono);
  font-size: 26px;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
}

.page-products .hero-facts__lab {
  font-size: 14px;
  color: var(--gray);
}

/* ---------- 对角线六宫格 ---------- */
.page-products .diag-section {
  padding-top: clamp(8px, 1.6vw, 24px);
}

.page-products .diag-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--tile-gap);
  align-items: start;
}

.page-products .tile {
  position: relative;
  background: var(--tile-bg);
  border: 1px solid var(--rule);
  padding: var(--tile-pad);
  box-shadow: var(--tile-shadow);
  overflow: hidden;
}

.page-products .tile__no {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .18em;
  color: var(--orange);
  margin: 0 0 10px;
}

.page-products .tile__no--light {
  color: var(--neon);
}

.page-products .tile__title {
  font-size: clamp(21px, 2.6vw, 28px);
  font-weight: 800;
  letter-spacing: -.01em;
  color: var(--ink);
  margin: 0 0 14px;
}

.page-products .tile__title--light {
  color: var(--cream);
}

.page-products .tile__body {
  font-size: 16px;
  line-height: 1.75;
  color: var(--gray);
  margin: 0 0 20px;
}

.page-products .tile__body--light {
  color: rgba(243, 237, 226, .82);
}

.page-products .tile__foot {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--gray);
}

.page-products .tile__foot a {
  color: var(--red);
  text-decoration: none;
  border-bottom: 1px solid rgba(200, 16, 46, .35);
}

.page-products .tile__link {
  display: inline-block;
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: .04em;
  color: var(--blue);
  text-decoration: none;
  border-bottom: 1px solid rgba(46, 91, 255, .4);
  padding-bottom: 2px;
  transition: transform .24s var(--ease), color .24s var(--ease);
}

.page-products .tile__link:hover {
  transform: translateX(6px);
  color: var(--wine);
}

.page-products .tile .media-frame {
  margin: 20px 0 0;
}

/* ---------- 01 赛事订阅 ---------- */
.page-products .leadtime {
  list-style: none;
  margin: 0 0 4px;
  padding: 0;
  border-top: 1px solid var(--rule);
}

.page-products .leadtime__row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
}

.page-products .leadtime__lab {
  flex: 1 1 auto;
  font-size: 15px;
  color: var(--ink);
}

.page-products .leadtime__val {
  font-family: var(--font-mono);
  font-size: 16px;
  font-weight: 700;
  color: var(--gray);
}

.page-products .leadtime__row--on .leadtime__val {
  color: var(--ink);
}

/* ---------- 02 视频与档案库 ---------- */
.page-products .tile--vid .tile__body {
  max-width: 62ch;
}

/* ---------- 03 下载（红底斜切） ---------- */
.page-products .tile--dl {
  background: linear-gradient(158deg, var(--red) 0%, var(--wine) 92%);
  border-color: transparent;
  color: var(--cream);
  box-shadow: var(--tile-shadow-strong);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 46px), calc(100% - 46px) 100%, 0 100%);
  padding-bottom: calc(var(--tile-pad) + 26px);
}

.page-products .platform-list {
  list-style: none;
  margin: 0 0 4px;
  padding: 0;
  display: grid;
  gap: 1px;
  background: rgba(243, 237, 226, .22);
  border: 1px solid rgba(243, 237, 226, .22);
}

.page-products .platform-list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  padding: 14px 16px;
  background: rgba(14, 16, 19, .18);
}

.page-products .platform-list__os {
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--cream);
  min-width: 6.5em;
}

.page-products .platform-list__note {
  font-size: 14px;
  color: rgba(243, 237, 226, .8);
}

.page-products .tile--dl .media-frame {
  border-color: rgba(243, 237, 226, .3);
}

.page-products .tile--dl .media-frame__cap {
  color: rgba(243, 237, 226, .72);
}

/* ---------- 04 使用流程 ---------- */
.page-products .flow-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: none;
}

.page-products .flow-list__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink);
}

.page-products .flow-list__item:first-child {
  border-top: 1px solid var(--rule);
}

/* ---------- 05 号码墙 ---------- */
.page-products .tile--num {
  background: var(--tile-bg-dark);
  border-color: rgba(243, 237, 226, .12);
  color: var(--cream);
  box-shadow: var(--tile-shadow-strong);
  background-image:
    repeating-linear-gradient(90deg, rgba(243, 237, 226, .05) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(0deg, rgba(243, 237, 226, .05) 0 1px, transparent 1px 26px);
}

.page-products .numwall {
  list-style: none;
  margin: 0 0 4px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(243, 237, 226, .14);
  border: 1px solid rgba(243, 237, 226, .14);
}

.page-products .numwall__cell {
  background: var(--tile-bg-dark);
  padding: 14px 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: background .24s var(--ease), transform .24s var(--ease);
}

.page-products .numwall__cell:hover {
  background: rgba(200, 16, 46, .22);
  transform: translateY(-3px);
}

.page-products .numwall__n {
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: var(--cream);
}

.page-products .numwall__e {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .18em;
  color: rgba(243, 237, 226, .55);
}

.page-products .tile--num .media-frame {
  border-color: rgba(243, 237, 226, .22);
}

.page-products .tile--num .media-frame__cap {
  color: rgba(243, 237, 226, .6);
}

/* ---------- 06 路线导航 ---------- */
.page-products .tile--route {
  border-top: 3px solid var(--blue);
}

.page-products .routeline {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--rule);
}

.page-products .routeline__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
  transition: transform .24s var(--ease);
}

.page-products .routeline__item:hover {
  transform: translateX(6px);
}

.page-products .routeline__dot {
  flex: 0 0 auto;
  width: 26px;
  height: 3px;
  border-radius: 0;
}

.page-products .routeline__dot--a { background: var(--blue); }
.page-products .routeline__dot--b { background: var(--red); }
.page-products .routeline__dot--c { background: var(--silver); }

.page-products .routeline__txt {
  font-size: 15px;
  color: var(--ink);
}

/* ---------- 版本改进 ---------- */
.page-products .products-update {
  background: var(--ink);
  color: var(--cream);
  margin-top: clamp(28px, 4vw, 64px);
}

.page-products .products-update__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  padding-top: clamp(36px, 5vw, 72px);
  padding-bottom: clamp(36px, 5vw, 72px);
}

.page-products .products-update .eyebrow {
  color: var(--cream-dim);
}

.page-products .products-update__title {
  font-size: clamp(24px, 3.4vw, 38px);
  font-weight: 800;
  letter-spacing: -.015em;
  color: var(--cream);
  margin: 14px 0 14px;
}

.page-products .products-update__lede {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(243, 237, 226, .68);
  max-width: 46ch;
  margin: 0;
}

.page-products .change-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--cream-line);
}

.page-products .change-list__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--cream-line);
}

.page-products .change-list__idx {
  grid-row: 1 / span 2;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--orange);
  padding-top: 4px;
}

.page-products .change-list__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--cream);
  margin: 0 0 6px;
}

.page-products .change-list__item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
  color: rgba(243, 237, 226, .72);
}

/* ---------- 桌面端：对角六宫格 ---------- */
@media (min-width: 860px) {

  .page-products .products-hero__grid {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 48px;
    align-items: stretch;
  }

  .page-products .products-hero__rail {
    border-top: 0;
    border-left: 1px solid var(--rule);
    padding-top: 6px;
    padding-left: 26px;
    justify-content: space-between;
  }

  .page-products .diag-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--tile-gap);
    row-gap: var(--tile-gap);
  }

  .page-products .tile--sub   { grid-column: 1 / span 5; }
  .page-products .tile--vid   { grid-column: 6 / span 7; margin-top: 44px; }

  .page-products .tile--dl    { grid-column: 1 / span 7; margin-top: 8px; }
  .page-products .tile--flow  { grid-column: 8 / span 5; margin-top: 76px; }

  .page-products .tile--num   { grid-column: 1 / span 6; margin-top: 8px; }
  .page-products .tile--route { grid-column: 7 / span 6; margin-top: 88px; }

  .page-products .numwall {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .page-products .products-update__grid {
    grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
    gap: 56px;
    align-items: start;
  }

  .page-products .products-update__intro {
    position: sticky;
    top: calc(var(--main-h) + 24px);
  }
}

@media (min-width: 1180px) {
  .page-products .products-hero__grid {
    grid-template-columns: minmax(0, 1fr) 300px;
  }
}
</final_jsx>
