.page-products {
  --pp-gap: clamp(16px, 2.4vw, 32px);
  --pp-line: rgba(169, 179, 188, .55);
  background: var(--c-paper);
  color: var(--c-ink);
  overflow-x: hidden;
}

/* ── 面包屑 ── */
.page-products .pp-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding-block: 14px;
  font-size: var(--fs-13);
  color: var(--c-turf-deep);
  background: var(--c-paper);
}

.page-products .pp-crumbs a {
  color: var(--c-turf);
  text-decoration: none;
  border-bottom: 1px solid var(--pp-line);
}

.page-products .pp-crumbs a:hover {
  border-bottom-color: var(--c-turf);
}

/* ── 首屏 ── */
.page-products .pp-hero {
  position: relative;
  overflow: hidden;
  background: var(--c-ink-blue);
  color: var(--c-white);
  padding: clamp(36px, 6vw, 78px) 0 clamp(32px, 5vw, 64px);
}

.page-products .pp-hero::before {
  content: "";
  position: absolute;
  top: -38%;
  right: -20%;
  width: 70%;
  height: 176%;
  background: linear-gradient(155deg, var(--c-turf) 0%, var(--c-turf-deep) 78%);
  transform: rotate(-8deg);
  opacity: .82;
  pointer-events: none;
}

.page-products .pp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(90deg, rgba(252, 250, 246, .07) 0 1px, transparent 1px 72px);
  pointer-events: none;
}

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

.page-products .pp-hero__eyebrow {
  color: var(--c-neon);
  margin: 0 0 16px;
}

.page-products .pp-hero__title {
  font-family: var(--font-display);
  font-size: clamp(31px, 6.2vw, 66px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.02em;
  margin: 0 0 18px;
  max-width: 20ch;
}

.page-products .pp-hero__lead {
  margin: 0;
  max-width: 60ch;
  font-size: var(--fs-16);
  line-height: 1.78;
  color: rgba(252, 250, 246, .86);
}

.page-products .pp-hero__stats {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(252, 250, 246, .2);
  border: 1px solid rgba(252, 250, 246, .2);
}

.page-products .pp-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 14px 16px;
  background: rgba(13, 27, 42, .74);
}

.page-products .pp-hero__num {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(24px, 3.2vw, 40px);
  line-height: 1;
  color: var(--c-neon);
}

.page-products .pp-hero__label {
  font-size: var(--fs-13);
  color: rgba(252, 250, 246, .74);
}

/* ── 模块索引条 ── */
.page-products .pp-rail {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--c-turf);
  border-bottom: var(--edge) solid var(--c-turf-deep);
}

.page-products .pp-rail__inner {
  display: flex;
  gap: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}

.page-products .pp-rail__inner::-webkit-scrollbar {
  display: none;
}

.page-products .pp-rail__link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 15px;
  font-size: var(--fs-13);
  letter-spacing: .06em;
  color: var(--c-white);
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: background-color .2s ease, border-color .2s ease;
}

.page-products .pp-rail__link:hover,
.page-products .pp-rail__link:focus-visible {
  background: var(--c-turf-deep);
  border-bottom-color: var(--c-neon);
}

.page-products .pp-rail__idx {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--c-neon);
}

/* ── 工作台 ── */
.page-products .pp-work {
  background: var(--c-paper);
  padding: clamp(18px, 3vw, 40px) 0 clamp(26px, 4vw, 54px);
}

.page-products .pp-work--after {
  padding-top: 0;
}

.page-products .pp-mod {
  border-top: var(--edge) solid var(--c-ink);
  padding: clamp(24px, 3.6vw, 44px) 0;
  scroll-margin-top: 64px;
}

.page-products .pp-mod__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--pp-gap);
}

.page-products .pp-mod__main {
  display: grid;
  gap: var(--pp-gap);
  min-width: 0;
  align-content: start;
}

.page-products .pp-mod__media {
  margin: 0;
}

.page-products .pp-sub-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--fs-20);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.01em;
  color: var(--c-turf-deep);
}

.page-products .pp-text {
  margin: 0;
  font-size: var(--fs-16);
  line-height: 1.78;
}

/* 左栏字段索引 */
.page-products .pp-mod__index {
  align-content: start;
  display: grid;
  gap: 12px;
}

.page-products .pp-index {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--pp-line);
}

.page-products .pp-index li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 8px 0;
  font-size: var(--fs-13);
  border-bottom: 1px dashed var(--pp-line);
}

.page-products .pp-index__no {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--c-turf);
}

.page-products .pp-index__note {
  margin: 0;
  font-size: var(--fs-13);
  line-height: 1.7;
  color: rgba(20, 24, 27, .68);
}

/* 右栏短评 */
.page-products .pp-mod__side {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 16px 18px;
  background: var(--c-paper-2);
  border-left: var(--edge) solid var(--c-turf);
  font-size: var(--fs-13);
  line-height: 1.72;
}

.page-products .pp-mod__side p {
  margin: 0;
}

.page-products .pp-side__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--c-turf-deep);
}

.page-products .pp-side__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-products .pp-side__list li {
  position: relative;
  padding-left: 15px;
}

.page-products .pp-side__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .64em;
  width: 6px;
  height: 6px;
  background: var(--c-turf);
}

/* ── 数据面板与表格 ── */
.page-products .pp-panel {
  border: var(--edge) solid var(--c-ink);
  background: var(--c-white);
  box-shadow: var(--shadow-paper);
}

.page-products .pp-panel__head {
  margin: 0;
  padding: 10px 14px;
  background: var(--c-turf);
  color: var(--c-white);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
}

.page-products .pp-table-wrap {
  overflow-x: auto;
}

.page-products .pp-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
}

.page-products .pp-table th,
.page-products .pp-table td {
  padding: 10px 14px;
  text-align: left;
  white-space: nowrap;
  font-size: var(--fs-13);
  border-bottom: 1px solid var(--pp-line);
}

.page-products .pp-table thead th {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--c-turf-deep);
  background: rgba(228, 217, 198, .55);
}

.page-products .pp-table tbody th {
  font-weight: 600;
  color: var(--c-turf-deep);
}

.page-products .pp-table tbody tr:hover {
  background: rgba(23, 104, 63, .1);
}

/* ── 替补时间条 ── */
.page-products .pp-bars {
  display: grid;
  gap: 12px;
}

.page-products .pp-bar {
  display: grid;
  gap: 6px;
}

.page-products .pp-bar__label {
  font-size: var(--fs-13);
  color: var(--c-ink);
}

.page-products .pp-bar__track {
  display: block;
  height: 14px;
  background: var(--c-paper-2);
  border: 1px solid var(--pp-line);
}

.page-products .pp-bar__fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--c-turf), var(--c-neon));
}

.page-products .pp-bar--a .pp-bar__fill {
  width: 60%;
}

.page-products .pp-bar--b .pp-bar__fill {
  width: 95%;
}

.page-products .pp-bar--c .pp-bar__fill {
  width: 47%;
}

.page-products .pp-bar__val {
  font-size: var(--fs-13);
  color: var(--c-turf-deep);
}

/* ── 阵容清单 ── */
.page-products .pp-lineup {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1px;
  background: var(--pp-line);
  border: 1px solid var(--pp-line);
}

.page-products .pp-lineup__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  padding: 11px 14px;
  background: var(--c-white);
  font-size: var(--fs-13);
}

.page-products .pp-lineup__key {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--c-turf);
}

.page-products .pp-lineup__val {
  color: rgba(20, 24, 27, .78);
}

/* ── 多赛季对比 ── */
.page-products .pp-compare {
  position: relative;
  overflow: hidden;
  background: var(--c-ink-blue);
  color: var(--c-white);
  padding: clamp(34px, 6vw, 76px) 0;
  scroll-margin-top: 64px;
}

.page-products .pp-compare::before {
  content: "";
  position: absolute;
  top: -42%;
  left: -14%;
  width: 48%;
  height: 184%;
  background: linear-gradient(200deg, var(--c-turf-deep), transparent 72%);
  transform: rotate(7deg);
  opacity: .6;
  pointer-events: none;
}

.page-products .pp-compare .shell {
  position: relative;
  z-index: 1;
}

.page-products .pp-compare__eyebrow {
  color: var(--c-neon);
  margin: 0 0 14px;
}

.page-products .pp-compare__title {
  color: var(--c-white);
  margin: 0 0 14px;
}

.page-products .pp-compare__lead {
  margin: 0;
  max-width: 62ch;
  color: rgba(252, 250, 246, .84);
  font-size: var(--fs-16);
  line-height: 1.78;
}

.page-products .pp-compare__body {
  display: grid;
  gap: var(--pp-gap);
  margin-top: 28px;
}

.page-products .pp-compare__media {
  margin: 0;
}

.page-products .pp-compare__tablewrap {
  overflow-x: auto;
  border: 1px solid rgba(169, 179, 188, .35);
  background: rgba(13, 27, 42, .68);
}

.page-products .pp-table--dark {
  min-width: 560px;
  color: var(--c-white);
}

.page-products .pp-table--dark thead th {
  background: rgba(79, 227, 193, .12);
  color: var(--c-neon);
}

.page-products .pp-table--dark th,
.page-products .pp-table--dark td {
  border-bottom-color: rgba(169, 179, 188, .3);
}

.page-products .pp-table--dark tbody th {
  color: var(--c-neon);
}

.page-products .pp-table--dark tbody tr:hover {
  background: rgba(79, 227, 193, .14);
}

/* ── 移动端同步 ── */
.page-products .pp-sync__title {
  margin: 0;
}

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

.page-products .pp-sync__list li {
  position: relative;
  padding-left: 18px;
  font-size: var(--fs-16);
  line-height: 1.72;
}

.page-products .pp-sync__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 8px;
  height: 8px;
  background: var(--c-neon);
  outline: 1px solid var(--c-turf);
}

.page-products .pp-sync__link {
  margin: 0;
  font-size: var(--fs-13);
  line-height: 1.75;
  color: rgba(20, 24, 27, .72);
}

.page-products .pp-sync__link a {
  color: var(--c-turf);
  text-decoration: none;
  border-bottom: 1px solid var(--pp-line);
}

.page-products .pp-sync__link a:hover {
  border-bottom-color: var(--c-turf);
}

.page-products .pp-sync__media {
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}

/* ── 适用对象 ── */
.page-products .pp-fit {
  background: var(--c-turf);
  color: var(--c-white);
  padding: clamp(34px, 6vw, 72px) 0;
  scroll-margin-top: 64px;
}

.page-products .pp-fit__eyebrow {
  color: var(--c-neon);
  margin: 0 0 14px;
}

.page-products .pp-fit__title {
  color: var(--c-white);
  margin: 0 0 14px;
}

.page-products .pp-fit__lead {
  margin: 0;
  max-width: 58ch;
  font-size: var(--fs-16);
  line-height: 1.78;
  color: rgba(252, 250, 246, .86);
}

.page-products .pp-fit__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--pp-gap);
  margin-top: 30px;
}

.page-products .pp-fit__card {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 20px 18px;
  background: rgba(252, 250, 246, .07);
  border: 1px solid rgba(252, 250, 246, .26);
  border-top: var(--edge) solid var(--c-neon);
}

.page-products .pp-fit__card p {
  margin: 0;
  font-size: var(--fs-13);
  line-height: 1.76;
  color: rgba(252, 250, 246, .88);
}

.page-products .pp-fit__card-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--fs-20);
  font-weight: 700;
  line-height: 1.3;
}

.page-products .pp-fit__meta {
  font-family: var(--font-mono);
  font-size: 11px !important;
  letter-spacing: .1em;
  color: var(--c-neon) !important;
}

.page-products .pp-ways {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  margin-top: 30px;
  background: rgba(252, 250, 246, .26);
  border: 1px solid rgba(252, 250, 246, .26);
}

.page-products .pp-ways__item {
  padding: 16px 18px;
  background: var(--c-turf);
  font-size: var(--fs-13);
  line-height: 1.72;
}

.page-products .pp-ways__item strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--c-neon);
}

.page-products .pp-ways__item p {
  margin: 0;
  color: rgba(252, 250, 246, .88);
}

.page-products .pp-ways__item a {
  color: var(--c-white);
  text-decoration: none;
  border-bottom: 1px solid var(--c-neon);
}

.page-products .pp-fit__note {
  margin: 22px 0 0;
  font-size: var(--fs-13);
  line-height: 1.75;
  color: rgba(252, 250, 246, .82);
}

.page-products .pp-fit__note a {
  color: var(--c-white);
  text-decoration: none;
  border-bottom: 1px solid var(--c-neon);
}

/* ── 咨询区 ── */
.page-products .pp-cta {
  background: var(--c-paper-2);
  border-top: var(--edge) solid var(--c-ink);
  padding: clamp(28px, 4.5vw, 54px) 0;
}

.page-products .pp-cta__inner {
  display: grid;
  gap: 20px;
}

.page-products .pp-cta__title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: var(--fs-28);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.015em;
  color: var(--c-turf-deep);
}

.page-products .pp-cta__text p {
  margin: 0;
  max-width: 60ch;
  font-size: var(--fs-16);
  line-height: 1.75;
}

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

/* ── 动效 ── */
@keyframes pp-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .page-products .pp-hero__inner > * {
    animation: pp-rise .62s cubic-bezier(.22, .8, .3, 1) both;
  }

  .page-products .pp-hero__inner > *:nth-child(2) {
    animation-delay: .08s;
  }

  .page-products .pp-hero__inner > *:nth-child(3) {
    animation-delay: .16s;
  }

  .page-products .pp-hero__inner > *:nth-child(4) {
    animation-delay: .24s;
  }

  .page-products .pp-bar__fill {
    animation: pp-bar-grow .9s cubic-bezier(.2, .8, .3, 1) both;
    transform-origin: left center;
  }
}

@keyframes pp-bar-grow {
  from {
    transform: scaleX(.04);
  }
  to {
    transform: scaleX(1);
  }
}

/* ── 响应式 ── */
@media (min-width: 640px) {
  .page-products .pp-bar {
    grid-template-columns: 120px minmax(0, 1fr) 116px;
    align-items: center;
    gap: 12px;
  }

  .page-products .pp-bar__val {
    text-align: right;
  }
}

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

@media (min-width: 820px) {
  .page-products .pp-fit__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-products .pp-ways {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-products .pp-cta__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

@media (min-width: 900px) {
  .page-products .pp-mod__grid {
    grid-template-columns: 200px minmax(0, 1fr) 250px;
    align-items: start;
  }

  .page-products .pp-mod--sync .pp-mod__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 300px);
    align-items: center;
  }

  .page-products .pp-sync__media {
    max-width: none;
    margin: 0;
  }
}

@media (min-width: 960px) {
  .page-products .pp-compare__body {
    grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
    align-items: start;
  }
}

@media (min-width: 1180px) {
  .page-products .pp-mod__grid {
    grid-template-columns: 232px minmax(0, 1fr) 292px;
  }

  .page-products .pp-mod--sync .pp-mod__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 330px);
  }
}
<<<END>>>
