.page-products {
  --p-gap: clamp(26px, 4.4vw, 56px);
  --p-pad: clamp(20px, 3.4vw, 40px);
  background: var(--ink);
  color: var(--white);
  overflow-x: hidden;
}

/* ============ 首屏 ============ */
.page-products .xp-hero {
  position: relative;
  padding: clamp(22px, 4.5vw, 46px) 0 clamp(38px, 6.5vw, 82px);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.page-products .xp-hero::before {
  content: "";
  position: absolute;
  right: -22%;
  top: 6%;
  width: 68%;
  height: 88%;
  background: linear-gradient(118deg, transparent 0%, rgba(47, 216, 255, 0.14) 44%, rgba(201, 255, 61, 0.13) 100%);
  transform: skewX(-15deg);
  pointer-events: none;
}

.page-products .xp-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42%;
  height: 3px;
  background: linear-gradient(90deg, var(--green) 0%, rgba(201, 255, 61, 0) 100%);
}

.page-products .xp-hero__inner {
  position: relative;
  z-index: 1;
}

.page-products .xp-hero .breadcrumbs {
  margin-bottom: clamp(18px, 3vw, 30px);
}

.page-products .xp-hero .eyebrow {
  margin-bottom: 14px;
}

.page-products .xp-hero__title {
  font-family: var(--display);
  font-size: clamp(34px, 8.2vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  margin: 0 0 clamp(14px, 2.4vw, 24px);
  max-width: 16ch;
}

.page-products .xp-hero__lede {
  max-width: 62ch;
  color: var(--muted);
}

/* 首屏数据条 */
.page-products .xp-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(24px, 4vw, 40px);
  background: var(--line);
  border: 1px solid var(--line);
}

.page-products .xp-meta__cell {
  background: var(--panel);
  padding: clamp(12px, 2vw, 20px) clamp(12px, 2vw, 22px);
}

.page-products .xp-meta__num {
  display: block;
  font-family: var(--display);
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: 1;
  color: var(--green);
  margin-bottom: 8px;
}

.page-products .xp-meta__unit {
  font-size: 0.5em;
  margin-left: 3px;
  color: var(--muted);
  letter-spacing: 0;
}

.page-products .xp-meta__label {
  display: block;
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
  letter-spacing: 0.03em;
}

/* ============ 面板堆叠 ============ */
.page-products .xp-stack {
  padding: clamp(30px, 5.5vw, 72px) 0 clamp(40px, 6vw, 80px);
}

.page-products .xp-panel {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: var(--p-pad);
  margin-bottom: var(--p-gap);
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.page-products .xp-panel:hover {
  border-color: var(--green);
  transform: translateY(-2px);
}

.page-products .xp-panel__tag {
  position: absolute;
  top: 0;
  right: clamp(14px, 2.6vw, 30px);
  transform: translateY(-50%);
  background: var(--ink);
}

.page-products .fn-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(14px, 2.4vw, 26px);
}

.page-products .fn-rail {
  min-width: 0;
}

.page-products .fn-num {
  font-family: var(--display);
  font-size: clamp(40px, 7.4vw, 66px);
  line-height: 0.86;
  letter-spacing: -0.03em;
  color: rgba(201, 255, 61, 0.13);
  -webkit-text-stroke: 1px var(--green);
  margin: 0 0 12px;
}

.page-products .fn-rail__title {
  font-size: clamp(19px, 2.3vw, 25px);
  line-height: 1.28;
  font-weight: 600;
  margin: 0 0 10px;
  color: var(--white);
}

.page-products .fn-rail__note {
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.75;
  color: var(--muted);
  letter-spacing: 0.02em;
  margin: 0;
}

.page-products .fn-body {
  min-width: 0;
}

.page-products .fn-body p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0 0 14px;
  max-width: 68ch;
}

.page-products .fn-body p strong {
  color: var(--white);
  font-weight: 600;
}

.page-products .fn-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-products .fn-list li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 66ch;
}

.page-products .fn-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 2px;
  background: var(--green);
}

/* 图片 */
.page-products .figure {
  margin: 20px 0 0;
}

.page-products .figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-products .figure__caption {
  margin-top: 10px;
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
}

/* ============ 图表 ============ */
.page-products .chart-block {
  background: var(--raised);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(14px, 2.2vw, 22px);
  margin: 0 0 16px;
}

.page-products .chart-block__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 14px;
}

.page-products .legend__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted);
  cursor: default;
  transition: color 0.2s ease;
}

.page-products .legend__item::before {
  content: "";
  width: 16px;
  height: 2px;
  background: var(--muted);
  transition: height 0.2s ease;
}

.page-products .legend__item--a::before { background: var(--green); }
.page-products .legend__item--b::before { background: var(--blue); }
.page-products .legend__item--c::before { background: var(--orange); }

.page-products .legend__item:hover {
  color: var(--white);
}

.page-products .legend__item:hover::before {
  height: 4px;
}

.page-products .chart {
  display: block;
  width: 100%;
  height: auto;
}

.page-products .chart__grid {
  stroke: var(--line);
  stroke-width: 1;
  stroke-dasharray: 3 5;
}

.page-products .chart__axis {
  stroke: var(--line);
  stroke-width: 1;
}

.page-products .chart__line {
  fill: none;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-linecap: round;
  transition: stroke-width 0.2s ease;
}

.page-products .chart__line--a { stroke: var(--green); }
.page-products .chart__line--b { stroke: var(--blue); }

.page-products .dot {
  fill: var(--orange);
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.page-products .dot--b {
  fill: var(--blue);
  opacity: 0.7;
}

.page-products .chart-block:has(.legend__item--a:hover) .chart__line--a,
.page-products .chart-block:has(.legend__item--b:hover) .chart__line--b {
  stroke-width: 4;
}

.page-products .chart-block:has(.legend__item--c:hover) .dot {
  opacity: 1;
}

/* ============ 横向对比带 ============ */
.page-products .xp-compare {
  position: relative;
  background: linear-gradient(108deg, rgba(47, 216, 255, 0.09) 0%, rgba(5, 7, 10, 0) 46%, rgba(201, 255, 61, 0.1) 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(26px, 4.4vw, 48px) clamp(18px, 3.4vw, 40px);
  margin-bottom: var(--p-gap);
  overflow: hidden;
}

.page-products .xp-compare::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 34%;
  height: 4px;
  background: repeating-linear-gradient(115deg, var(--green) 0 12px, transparent 12px 24px);
  opacity: 0.6;
}

.page-products .xp-compare__title {
  font-size: clamp(21px, 3vw, 30px);
  line-height: 1.3;
  font-weight: 600;
  margin: 12px 0 0;
  max-width: 26ch;
}

.page-products .xp-compare__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  margin-top: clamp(18px, 2.6vw, 26px);
  background: var(--line);
  border: 1px solid var(--line);
}

.page-products .xp-compare__col {
  background: rgba(12, 17, 24, 0.92);
  padding: clamp(16px, 2.4vw, 26px);
}

.page-products .xp-compare__k {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--green);
  margin: 0 0 10px;
}

.page-products .xp-compare__v {
  font-family: var(--display);
  font-size: clamp(19px, 2.4vw, 26px);
  line-height: 1.2;
  color: var(--white);
  margin: 0 0 10px;
}

.page-products .xp-compare__d {
  font-size: 15px;
  line-height: 1.78;
  color: var(--muted);
  margin: 0;
  max-width: 58ch;
}

.page-products .xp-compare__foot {
  margin: 16px 0 0;
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.75;
  color: var(--muted);
}

/* ============ 战报双栏 ============ */
.page-products .report-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(16px, 2.6vw, 28px);
  margin-top: 6px;
}

.page-products .report-split__main {
  min-width: 0;
}

.page-products .report-split__aside {
  min-width: 0;
}

.page-products .u-link-wrap {
  margin: 4px 0 0;
}

/* ============ 细节格 ============ */
.page-products .detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin: 4px 0 18px;
}

.page-products .detail-cell {
  background: var(--raised);
  padding: clamp(14px, 2vw, 20px);
}

.page-products .detail-cell__k {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--blue);
  margin: 0 0 8px;
}

.page-products .detail-cell__v {
  font-size: 15px;
  line-height: 1.7;
  color: var(--white);
  margin: 0;
}

/* ============ 步骤条 ============ */
.page-products .steps {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  counter-reset: step;
}

.page-products .steps__item {
  background: var(--panel);
  padding: clamp(16px, 2.3vw, 24px);
  transition: background 0.25s ease, border-color 0.25s ease;
  border-left: 2px solid transparent;
}

.page-products .steps__item:hover {
  background: var(--raised);
  border-left-color: var(--green);
}

.page-products .steps__num {
  display: block;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--green);
  margin-bottom: 10px;
}

.page-products .steps__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--white);
  margin: 0 0 8px;
}

.page-products .steps__text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}

/* ============ 收束 ============ */
.page-products .xp-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 3vw, 32px);
  padding: clamp(24px, 4vw, 44px) clamp(18px, 3.4vw, 40px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-left: 3px solid var(--green);
  border-radius: var(--radius);
}

.page-products .xp-cta__title {
  font-family: var(--display);
  font-size: clamp(22px, 3.4vw, 34px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 12px;
}

.page-products .xp-cta__desc {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
  max-width: 58ch;
}

.page-products .xp-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: start;
}

/* ============ 响应式 ============ */
@media (min-width: 640px) {
  .page-products .xp-meta {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

@media (min-width: 760px) {
  .page-products .xp-compare__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 900px) {
  .page-products .fn-grid {
    grid-template-columns: 174px minmax(0, 1fr);
    gap: clamp(22px, 3.4vw, 44px);
  }

  .page-products .fn-rail {
    border-right: 1px solid var(--line);
    padding-right: clamp(14px, 2vw, 24px);
  }

  .page-products .report-split {
    grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
  }

  .page-products .xp-cta {
    grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
    align-items: center;
  }

  .page-products .xp-cta__actions {
    justify-content: flex-end;
  }
}

@media (min-width: 1024px) {
  .page-products .steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  .page-products .fn-rail__note br {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products .xp-panel,
  .page-products .steps__item,
  .page-products .legend__item,
  .page-products .chart__line,
  .page-products .dot {
    transition: none;
  }

  .page-products .xp-panel:hover {
    transform: none;
  }
}
<<<END>>>
