.page-products {
  --pp-line-dark: rgba(255, 255, 255, .14);
  --pp-line-paper: #E3DCC9;
  overflow-x: hidden;
}

.page-products section[id] {
  scroll-margin-top: 96px;
}

/* ================= 首屏 ================= */
.page-products .pp-hero {
  padding-block: clamp(28px, 5vw, 64px) clamp(48px, 7vw, 96px);
}

.page-products .pp-hero .crumbs {
  margin-bottom: clamp(20px, 4vw, 40px);
}

.page-products .pp-hero__grid {
  display: grid;
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
}

.page-products .pp-hero__stamp {
  color: #C6FF00;
  margin: 0 0 clamp(8px, 1.6vw, 14px);
}

.page-products .pp-hero h1 {
  font-family: var(--f-display);
  font-size: clamp(2rem, 5.4vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: -.02em;
  margin: 0 0 clamp(14px, 2.4vw, 22px);
  color: var(--white);
}

.page-products .pp-hero__lead {
  max-width: 48ch;
  color: rgba(255, 255, 255, .82);
  margin: 0;
}

.page-products .pp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(22px, 3.6vw, 34px);
}

.page-products .pp-chain {
  width: 100%;
  max-width: 470px;
  justify-self: center;
}

.page-products .pp-chain svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.page-products .pp-node--live {
  transform-box: fill-box;
  transform-origin: center;
  animation: pp-pulse 2.2s ease-in-out infinite;
}

@keyframes pp-pulse {
  0%, 100% { opacity: .5; transform: scale(.85); }
  50% { opacity: 1; transform: scale(1.3); }
}

@media (min-width: 880px) {
  .page-products .pp-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  }
}

/* ================= 产品索引胶囊条 ================= */
.page-products .pp-index-band {
  background: var(--deep);
  padding-block: clamp(14px, 2vw, 20px);
  border-top: 1px solid var(--pp-line-dark);
  border-bottom: 1px solid var(--pp-line-dark);
}

.page-products .pp-index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-products .pp-index a {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: var(--pill);
  border: 1px solid rgba(255, 255, 255, .24);
  color: var(--white);
  font-family: var(--f-mono);
  font-size: 13px;
  letter-spacing: .04em;
  text-decoration: none;
  transition: background var(--t), color var(--t), border-color var(--t);
}

.page-products .pp-index a:hover,
.page-products .pp-index a:focus-visible {
  background: #C6FF00;
  border-color: #C6FF00;
  color: var(--deep);
}

/* ================= 通用媒体与提示 ================= */
.page-products .pp-shot {
  margin: 0 0 clamp(24px, 4vw, 40px);
}

.page-products .pp-shot--wide {
  margin-top: clamp(26px, 4vw, 44px);
}

.page-products .pp-shot img,
.page-products .pp-cups__fig img,
.page-products .pp-cov__fig img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-products .pp-note {
  margin: clamp(22px, 3.6vw, 34px) 0 0;
  padding-left: clamp(14px, 2vw, 22px);
  border-left: 3px solid #8BC34A;
  font-size: 15px;
  line-height: 1.75;
}

.page-products .band--paper .pp-note {
  color: #3F6B24;
}

.page-products .band--deep .pp-note {
  color: rgba(255, 255, 255, .8);
}

/* ================= 球员卡片：折叠字段组 ================= */
.page-products .pp-folds {
  display: grid;
  gap: 12px;
}

.page-products .pp-fold-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

.page-products .pp-fields {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-products .pp-fields li {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 4px 18px;
  padding: 11px 0;
  border-bottom: 1px solid var(--pp-line-paper);
  font-family: var(--f-mono);
  font-size: 14px;
  line-height: 1.6;
}

.page-products .pp-fields li:last-child {
  border-bottom: 0;
}

.page-products .pp-fields b {
  font-weight: 600;
  color: #1C2B36;
}

.page-products .pp-fields span {
  color: #7A5346;
}

@media (min-width: 620px) {
  .page-products .pp-fields li {
    grid-template-columns: minmax(130px, 32%) minmax(0, 1fr);
    align-items: baseline;
  }
}

/* ================= 阵容比较表 ================= */
.page-products .pp-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}

.page-products .pp-compare {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-family: var(--f-mono);
  font-size: 14px;
}

.page-products .pp-compare caption {
  text-align: left;
  padding-bottom: 12px;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  letter-spacing: .08em;
}

.page-products .pp-compare th,
.page-products .pp-compare td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--pp-line-dark);
  color: rgba(255, 255, 255, .86);
  line-height: 1.65;
}

.page-products .pp-compare thead th {
  color: #8BC34A;
  font-size: 12px;
  letter-spacing: .1em;
  border-bottom: 1px solid rgba(139, 195, 74, .42);
}

.page-products .pp-compare tbody th[scope="row"] {
  color: var(--white);
  font-weight: 600;
  white-space: nowrap;
}

.page-products .pp-compare thead th + th,
.page-products .pp-compare tbody td + td {
  border-left: 1px solid var(--pp-line-dark);
}

.page-products .pp-compare tbody tr:hover th,
.page-products .pp-compare tbody tr:hover td {
  background: rgba(198, 255, 0, .07);
}

/* ================= 杯赛签表 ================= */
.page-products .pp-cups__grid {
  display: grid;
  gap: clamp(22px, 4vw, 40px);
  align-items: center;
}

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

.page-products .pp-bracket path {
  fill: none;
  stroke: #8BC34A;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-products .pp-bracket .pp-bracket__dim {
  stroke: #6D4C41;
  stroke-width: 1.8;
  stroke-dasharray: 5 7;
}

.page-products .pp-bracket circle {
  fill: #F5F1E6;
  stroke: #1C2B36;
  stroke-width: 2;
}

.page-products .pp-bracket .pp-bracket__final {
  fill: #C6FF00;
  stroke: #6D4C41;
}

.page-products .pp-bracket text {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: .08em;
  fill: #7A5346;
}

.page-products .pp-versions {
  list-style: none;
  margin: clamp(28px, 4vw, 44px) 0 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.page-products .pp-versions li {
  display: grid;
  gap: 4px 18px;
  padding: 14px 0;
  border-top: 1px solid var(--pp-line-paper);
  font-family: var(--f-mono);
  font-size: 14px;
}

.page-products .pp-versions b {
  font-weight: 600;
  color: #1C2B36;
}

.page-products .pp-versions span:last-child {
  color: #7A5346;
}

@media (min-width: 720px) {
  .page-products .pp-versions li {
    grid-template-columns: 110px minmax(150px, 220px) minmax(0, 1fr);
    align-items: baseline;
  }
}

@media (min-width: 900px) {
  .page-products .pp-cups__grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr);
  }
}

/* ================= 覆盖与更新节奏 ================= */
.page-products .pp-stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(20px, 3vw, 32px);
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.page-products .pp-stats li {
  padding-top: 16px;
  border-top: 2px solid #8BC34A;
}

.page-products .pp-stats__num {
  display: block;
  font-family: var(--f-display);
  font-size: clamp(2.6rem, 7vw, 4.4rem);
  line-height: 1;
  letter-spacing: -.02em;
  color: #C6FF00;
}

.page-products .pp-stats__label {
  display: block;
  margin-top: 10px;
  font-family: var(--f-mono);
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .72);
}

.page-products .pp-cov__grid {
  display: grid;
  gap: clamp(26px, 4vw, 48px);
  align-items: center;
  margin-top: clamp(34px, 5vw, 56px);
}

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

.page-products .pp-legend li {
  display: grid;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--pp-line-dark);
}

.page-products .pp-legend li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-products .pp-legend p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .74);
}

@media (min-width: 620px) {
  .page-products .pp-legend li {
    grid-template-columns: 150px minmax(0, 1fr);
    align-items: center;
    gap: 8px 20px;
  }
}

@media (min-width: 940px) {
  .page-products .pp-cov__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  }
}

/* ================= 订阅 ================= */
.page-products .pp-sub {
  color: var(--paper);
}

.page-products .pp-sub h2,
.page-products .pp-sub h3 {
  color: var(--white);
}

.page-products .pp-sub .section-head__num,
.page-products .pp-sub .u-lead {
  color: rgba(245, 241, 230, .84);
}

.page-products .pp-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(18px, 3vw, 26px);
}

.page-products .pp-steps > li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px 20px;
  align-items: start;
  padding-top: clamp(16px, 2.6vw, 22px);
  border-top: 1px solid rgba(245, 241, 230, .3);
}

.page-products .pp-steps__num {
  font-family: var(--f-display);
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
  line-height: 1;
  color: #C6FF00;
}

.page-products .pp-steps__body h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.page-products .pp-steps__body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(245, 241, 230, .86);
}

/* ================= 使用场景 ================= */
.page-products .pp-scenes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(24px, 4vw, 40px);
}

.page-products .pp-scene {
  display: grid;
  gap: 12px 28px;
  padding-top: clamp(18px, 3vw, 26px);
  border-top: 1px solid var(--pp-line-paper);
}

.page-products .pp-scene__head {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.page-products .pp-scene__num {
  font-family: var(--f-display);
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  line-height: 1;
  color: #6D4C41;
}

.page-products .pp-scene__head h3 {
  margin: 0;
  font-family: var(--f-serif);
  font-size: clamp(1.15rem, 2.4vw, 1.5rem);
  font-weight: 700;
  color: #1C2B36;
}

.page-products .pp-scene__body p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.8;
  color: #3A2E28;
}

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

.page-products .pp-scene__acts li {
  position: relative;
  padding-left: 20px;
  font-family: var(--f-mono);
  font-size: 13px;
  line-height: 1.7;
  color: #3F6B24;
}

.page-products .pp-scene__acts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8BC34A;
}

@media (min-width: 800px) {
  .page-products .pp-scene {
    grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  }
}

/* ================= 收尾 CTA ================= */
.page-products .pp-cta {
  padding-block: clamp(48px, 7vw, 92px);
}

.page-products .pp-cta__inner {
  max-width: 680px;
}

.page-products .pp-cta__inner h2 {
  font-family: var(--f-display);
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  line-height: 1.1;
  letter-spacing: -.015em;
  color: var(--white);
  margin: 0 0 clamp(12px, 2vw, 18px);
}

.page-products .pp-cta__inner p {
  margin: 0 0 clamp(22px, 3.4vw, 30px);
  color: rgba(255, 255, 255, .8);
  line-height: 1.8;
}

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

@media (prefers-reduced-motion: reduce) {
  .page-products .pp-node--live {
    animation: none;
  }
}
</｜｜DSML｜｜ parameter>
</invoke>
</｜｜DSML｜｜ calls>
