.page-products {
  --pp-band-y: clamp(56px, 9vw, 104px);
  --pp-signal-ink: #C44000;
  background: var(--wh-night);
  color: var(--wh-paper);
  overflow-x: clip;
  scroll-behavior: smooth;
}

.page-products *,
.page-products *::before,
.page-products *::after {
  box-sizing: border-box;
}

.page-products [id] {
  scroll-margin-top: calc(var(--wh-header-h, 84px) + 18px);
}

.page-products a:focus-visible,
.page-products button:focus-visible,
.page-products summary:focus-visible {
  outline: 2px solid var(--wh-signal);
  outline-offset: 3px;
  border-radius: 2px;
}

.page-products .pp-band {
  position: relative;
  padding: var(--pp-band-y) 0;
}

.page-products .wh-section--night {
  --wh-fg: var(--wh-paper);
  --wh-fg-dim: rgba(247, 249, 252, .68);
  --wh-hairline: rgba(201, 210, 220, .18);
  background: var(--wh-night);
  color: var(--wh-paper);
}

.page-products .wh-section--paper {
  --wh-fg: var(--wh-ink);
  --wh-fg-dim: rgba(11, 27, 43, .68);
  --wh-hairline: rgba(11, 27, 43, .14);
  background: var(--wh-paper);
  color: var(--wh-ink);
}

.page-products .wh-section--deep {
  --wh-fg: var(--wh-paper);
  --wh-fg-dim: rgba(247, 249, 252, .68);
  --wh-hairline: rgba(201, 210, 220, .18);
  background: var(--wh-night-2);
  color: var(--wh-paper);
}

/* ---------- 首屏 ---------- */

.page-products .pp-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--wh-night);
  padding: calc(var(--wh-header-h, 84px) + 42px) 0 clamp(48px, 8vw, 92px);
}

.page-products .pp-hero__shard {
  position: absolute;
  top: 0;
  right: -20%;
  width: 78%;
  height: 100%;
  background: var(--wh-night-2);
  border-left: 3px solid var(--wh-signal);
  transform: skewX(-11deg);
  z-index: 0;
}

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

.page-products .pp-crumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
  font-family: var(--wh-font-mono);
  font-size: 12.5px;
  color: var(--wh-muted);
}

.page-products .pp-crumb__link {
  color: var(--wh-muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color .12s ease, border-color .12s ease;
}

.page-products .pp-crumb__link:hover {
  color: var(--wh-signal-soft);
  border-bottom-color: var(--wh-signal-soft);
}

.page-products .pp-crumb__sep {
  color: rgba(201, 210, 220, .38);
}

.page-products .pp-crumb__now {
  color: var(--wh-paper);
}

.page-products .pp-hero__eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  padding: 5px 12px;
  font-family: var(--wh-font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--wh-signal);
  border: 1px solid rgba(255, 92, 0, .45);
  border-radius: 3px;
}

.page-products .pp-hero__title {
  margin: 0;
  max-width: 14em;
  font-family: var(--wh-font-title);
  font-weight: 900;
  font-size: clamp(31px, 8.4vw, 66px);
  line-height: 1.06;
  letter-spacing: -0.022em;
  color: var(--wh-paper);
}

.page-products .pp-hero__lead {
  margin: 22px 0 0;
  max-width: 34em;
  font-size: 16px;
  line-height: 1.78;
  color: var(--wh-fg-dim);
}

.page-products .pp-hop {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-products .pp-hop a {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid rgba(201, 210, 220, .26);
  border-radius: 999px;
  background: rgba(247, 249, 252, .03);
  color: var(--wh-paper);
  font-size: 14px;
  text-decoration: none;
  transition: border-color .15s ease, background-color .15s ease, color .15s ease;
}

.page-products .pp-hop a:hover {
  border-color: var(--wh-signal);
  background: var(--wh-signal);
  color: #FFFFFF;
}

/* ---------- 通用文本层级 ---------- */

.page-products .pp-kicker {
  margin: 0 0 10px;
  font-family: var(--wh-font-mono);
  font-size: 12px;
  letter-spacing: .16em;
  color: var(--wh-signal);
}

.page-products .wh-section--paper .pp-kicker {
  color: var(--pp-signal-ink);
}

.page-products .pp-h2 {
  margin: 0 0 16px;
  font-family: var(--wh-font-title);
  font-weight: 800;
  font-size: clamp(24px, 4.6vw, 40px);
  line-height: 1.16;
  letter-spacing: -0.018em;
  color: var(--wh-fg);
}

.page-products .pp-h3 {
  margin: 0 0 10px;
  font-family: var(--wh-font-title);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.38;
  color: var(--wh-fg);
}

.page-products .pp-h3--after {
  margin-top: 34px;
}

.page-products .pp-text {
  margin: 0 0 16px;
  max-width: 34em;
  font-size: 16px;
  line-height: 1.78;
  color: var(--wh-fg-dim);
}

.page-products .pp-text:last-child {
  margin-bottom: 0;
}

.page-products .pp-text--after {
  margin-top: clamp(32px, 5vw, 48px);
  max-width: 40em;
}

.page-products .pp-text--link {
  margin-top: 24px;
}

.page-products .pp-link {
  color: var(--wh-signal-soft);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 138, 61, .5);
  transition: border-color .12s ease, color .12s ease;
}

.page-products .pp-link:hover {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

.page-products .wh-section--paper .pp-link {
  color: var(--pp-signal-ink);
  border-bottom-color: rgba(196, 64, 0, .45);
}

.page-products .wh-section--paper .pp-link:hover {
  color: var(--wh-ink);
  border-bottom-color: var(--wh-ink);
}

/* ---------- 编号与分栏 ---------- */

.page-products .pp-feature__num,
.page-products .pp-sechead__num {
  display: block;
  font-family: var(--wh-font-mono);
  font-weight: 700;
  font-size: clamp(54px, 12vw, 104px);
  line-height: .8;
  letter-spacing: -0.05em;
  color: var(--wh-signal);
}

.page-products .pp-feature__num {
  margin-bottom: 18px;
}

.page-products .pp-feature {
  display: grid;
  gap: 30px;
}

.page-products .pp-split {
  display: grid;
  gap: 30px;
}

.page-products .pp-sechead {
  display: grid;
  gap: 16px;
  margin-bottom: clamp(30px, 5vw, 52px);
}

.page-products .pp-sechead__main .pp-text {
  max-width: 42em;
}

/* ---------- 图片 ---------- */

.page-products .pp-figure {
  position: relative;
  margin: 0;
  border-radius: var(--wh-radius);
  overflow: hidden;
  background: var(--wh-night-2);
  box-shadow: var(--wh-shadow);
}

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

.page-products .pp-figure__cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 10px 14px;
  background: rgba(6, 13, 20, .82);
  color: var(--wh-paper);
  font-family: var(--wh-font-mono);
  font-size: 12px;
  letter-spacing: .02em;
  line-height: 1.5;
}

.page-products .wh-section--paper .pp-figure--wide {
  margin-top: clamp(36px, 5vw, 56px);
}

.page-products .pp-figure--portrait {
  max-width: 300px;
  margin-inline: auto;
}

/* ---------- 点球记录：数据行 + 表格 ---------- */

.page-products .pp-factline {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 30px;
  margin: 26px 0 0;
  padding: 0;
}

.page-products .pp-factline li {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.page-products .pp-factline__num {
  font-family: var(--wh-font-mono);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--wh-signal);
}

.page-products .pp-factline__label {
  font-size: 13px;
  line-height: 1.5;
  color: var(--wh-fg-dim);
}

.page-products .pp-tableblock {
  display: grid;
  gap: 26px;
  margin-top: clamp(40px, 6vw, 64px);
}

.page-products .pp-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-top: 2px solid var(--wh-signal);
}

.page-products .pp-table {
  width: 100%;
  min-width: 460px;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.62;
}

.page-products .pp-table__caption {
  caption-side: top;
  padding: 14px 0 12px;
  text-align: left;
  font-family: var(--wh-font-mono);
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--wh-muted);
}

.page-products .pp-table thead th {
  padding: 10px 14px 10px 0;
  text-align: left;
  font-family: var(--wh-font-mono);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .12em;
  color: var(--wh-muted);
  border-bottom: 1px solid var(--wh-hairline);
}

.page-products .pp-table tbody th,
.page-products .pp-table tbody td {
  padding: 13px 14px 13px 0;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--wh-hairline);
  transition: color .15s ease;
}

.page-products .pp-table tbody th {
  font-weight: 600;
  color: var(--wh-fg);
  white-space: nowrap;
}

.page-products .pp-table tbody td {
  padding-right: 0;
  color: var(--wh-fg-dim);
}

.page-products .pp-table tbody tr {
  transition: background-color .15s ease;
}

.page-products .pp-table tbody tr:nth-child(even) {
  background: rgba(247, 249, 252, .03);
}

.page-products .pp-table tbody tr:hover {
  background: rgba(255, 92, 0, .14);
}

.page-products .pp-table tbody tr:hover th {
  color: var(--wh-signal-soft);
}

.page-products .pp-table tbody tr:hover td {
  color: var(--wh-fg);
}

/* ---------- 点球点示意图 ---------- */

.page-products .pp-diagram {
  padding: 18px;
  border: 1px solid var(--wh-hairline);
  border-radius: var(--wh-radius);
  background: rgba(247, 249, 252, .035);
}

.page-products .pp-diagram__svg {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  color: rgba(201, 210, 220, .55);
}

.page-products .pp-diagram__note {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--wh-muted);
}

/* ---------- 筛选标签与面板 ---------- */

.page-products .pp-filters {
  margin-top: clamp(6px, 2vw, 16px);
}

.page-products .pp-filters .wh-tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}

.page-products .pp-panel {
  max-width: 46em;
}

.page-products .pp-panel .pp-text {
  max-width: 40em;
}

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

.page-products .pp-bullets li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.72;
  color: var(--wh-fg-dim);
}

.page-products .pp-bullets li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: .62em;
  width: 7px;
  height: 7px;
  background: var(--wh-turf);
  border-radius: 1px;
  transform: rotate(45deg);
}

/* ---------- 数据条 ---------- */

.page-products .pp-stats {
  display: grid;
  gap: 1px;
  margin-top: clamp(34px, 5vw, 52px);
  border: 1px solid var(--wh-hairline);
  border-radius: var(--wh-radius);
  background: var(--wh-hairline);
  overflow: hidden;
}

.page-products .pp-stats__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 24px 22px;
  background: var(--wh-paper);
}

.page-products .pp-stats__num {
  font-family: var(--wh-font-mono);
  font-size: clamp(34px, 7vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--pp-signal-ink);
}

.page-products .pp-stats__label {
  font-size: 13px;
  line-height: 1.5;
  color: var(--wh-fg-dim);
}

/* ---------- 战报时间线 ---------- */

.page-products .pp-timeline {
  list-style: none;
  margin: 30px 0 0;
  padding: 0 0 0 24px;
  border-left: 2px solid var(--wh-signal);
}

.page-products .pp-timeline__item {
  position: relative;
  padding-bottom: 30px;
}

.page-products .pp-timeline__item:last-child {
  padding-bottom: 0;
}

.page-products .pp-timeline__item::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 5px;
  width: 13px;
  height: 13px;
  background: var(--wh-night);
  border: 2px solid var(--wh-signal);
  border-radius: 2px;
  transform: rotate(45deg);
}

.page-products .pp-timeline__time {
  display: block;
  margin-bottom: 6px;
  font-family: var(--wh-font-mono);
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--wh-signal);
}

.page-products .pp-timeline__title {
  display: block;
  margin-bottom: 6px;
  font-family: var(--wh-font-title);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  color: var(--wh-fg);
}

.page-products .pp-timeline__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
  color: var(--wh-fg-dim);
}

/* ---------- 关注与提醒 ---------- */

.page-products .pp-grid3 {
  display: grid;
  gap: 18px;
}

.page-products .pp-tile {
  padding: 26px 22px;
  border: 1px solid var(--wh-hairline);
  border-radius: var(--wh-radius);
  background: rgba(11, 27, 43, .022);
  transition: border-color .15s ease, background-color .15s ease;
}

.page-products .pp-tile:hover {
  border-color: var(--wh-signal);
  background: rgba(255, 92, 0, .07);
}

.page-products .pp-tile__idx {
  display: block;
  margin-bottom: 12px;
  font-family: var(--wh-font-mono);
  font-size: 12px;
  letter-spacing: .16em;
  color: var(--pp-signal-ink);
}

.page-products .pp-tile .pp-text {
  margin-bottom: 0;
  font-size: 15px;
}

/* ---------- 换设备重登 ---------- */

.page-products .pp-methods {
  list-style: none;
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
}

.page-products .pp-methods li {
  padding: 18px 20px;
  border: 1px solid var(--wh-hairline);
  border-left: 3px solid var(--wh-turf);
  border-radius: var(--wh-radius);
  background: rgba(247, 249, 252, .04);
}

.page-products .pp-methods__name {
  display: block;
  margin-bottom: 6px;
  font-family: var(--wh-font-title);
  font-weight: 700;
  font-size: 16px;
  color: var(--wh-fg);
}

.page-products .pp-methods__desc {
  display: block;
  font-size: 14px;
  line-height: 1.72;
  color: var(--wh-fg-dim);
}

/* ---------- 移动端数据 ---------- */

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

.page-products .pp-metrics li {
  padding-top: 16px;
  border-top: 2px solid var(--pp-signal-ink);
}

.page-products .pp-metrics__num {
  display: block;
  margin-bottom: 8px;
  font-family: var(--wh-font-mono);
  font-size: clamp(30px, 6vw, 42px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--wh-ink);
}

.page-products .pp-metrics__num small {
  margin-left: 5px;
  font-size: .42em;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--wh-fg-dim);
}

.page-products .pp-metrics__label {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  color: var(--wh-fg-dim);
}

/* ---------- 折叠问答 ---------- */

.page-products .pp-faq {
  margin-top: clamp(44px, 6vw, 72px);
}

.page-products .pp-faq .pp-h2 {
  margin-bottom: 22px;
}

.page-products .pp-faq .wh-disclosure {
  padding: 0 18px;
  border: 1px solid var(--wh-hairline);
  border-radius: var(--wh-radius);
  background: rgba(11, 27, 43, .022);
}

.page-products .pp-faq .wh-disclosure + .wh-disclosure {
  margin-top: 10px;
}

.page-products .pp-faq .wh-disclosure__q {
  padding: 16px 0;
  font-family: var(--wh-font-title);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--wh-fg);
  cursor: pointer;
}

.page-products .pp-faq .wh-disclosure__a {
  padding: 0 0 18px;
}

.page-products .pp-faq .wh-disclosure__a .pp-text {
  margin-bottom: 0;
  font-size: 15px;
}

/* ---------- 结尾行动区 ---------- */

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

.page-products .pp-cta__title {
  margin: 0 0 12px;
  font-family: var(--wh-font-title);
  font-weight: 800;
  font-size: clamp(24px, 4.4vw, 38px);
  line-height: 1.16;
  letter-spacing: -0.02em;
  color: var(--wh-paper);
}

.page-products .pp-cta__text {
  margin: 0;
  max-width: 36em;
  font-size: 15px;
  line-height: 1.78;
  color: var(--wh-fg-dim);
}

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

/* ---------- 响应式 ---------- */

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

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

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

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

@media (min-width: 880px) {
  .page-products .pp-feature {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 64px;
    align-items: center;
  }

  .page-products .pp-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, .95fr);
    gap: 60px;
    align-items: start;
  }

  .page-products .pp-feature__num,
  .page-products .pp-sechead__num {
    margin-left: -0.05em;
  }
}

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

  .page-products .pp-tableblock {
    grid-template-columns: minmax(0, 1fr) 224px;
    gap: 48px;
    align-items: start;
  }

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

  .page-products .pp-figure--portrait {
    margin-inline: 0 auto;
    max-width: 340px;
  }
}

@media (min-width: 1240px) {
  .page-products .pp-hero__title {
    margin-left: -0.06em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products *,
  .page-products *::before,
  .page-products *::after {
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
  }

  .page-products {
    scroll-behavior: auto;
  }
}
