.page-products {
  --pp-gap: clamp(18px, 2.6vw, 32px);
  position: relative;
  background:
    radial-gradient(1100px 540px at 8% -8%, rgba(37, 224, 200, 0.13), transparent 62%),
    radial-gradient(900px 480px at 94% 2%, rgba(255, 106, 43, 0.1), transparent 60%),
    var(--ink-deep);
  color: var(--cream);
  font-family: var(--font-body);
  overflow-x: clip;
}

.page-products .section {
  position: relative;
  padding: clamp(46px, 7vw, 96px) 0;
}

.page-products h2 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.16;
  font-size: clamp(26px, 4.4vw, 42px);
  margin: 0 0 14px;
}

.page-products h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(18px, 2.4vw, 23px);
  line-height: 1.35;
  margin: 0 0 10px;
}

.page-products .section__head {
  max-width: 780px;
  margin-bottom: clamp(24px, 4vw, 42px);
}

.page-products .section__head .lead {
  margin: 0;
}

.page-products .media-frame {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--ink-mid);
}

.page-products .media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.page-products .filter-empty[hidden] {
  display: none;
}

/* ---------- Hero ---------- */
.pp-hero {
  position: relative;
  padding: clamp(22px, 4vw, 40px) 0 clamp(38px, 6vw, 74px);
}

.pp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    115deg,
    rgba(242, 235, 221, 0.05) 0 1px,
    transparent 1px 52px
  );
  pointer-events: none;
  opacity: 0.75;
}

.pp-hero .container {
  position: relative;
  z-index: 1;
}

.pp-hero__inner {
  display: grid;
  gap: var(--pp-gap);
  margin-top: clamp(20px, 3vw, 34px);
}

.pp-hero__copy h1 {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.12;
  font-size: clamp(30px, 6.2vw, 62px);
  margin: 12px 0 18px;
  max-width: 20ch;
}

.pp-hero__copy .lead {
  max-width: 60ch;
  margin: 0 0 24px;
}

.pp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pp-hero__figure {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  min-height: 220px;
}

.pp-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(26px, 4vw, 46px) 0 0;
  padding: 0;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.pp-hero__stat {
  background: rgba(10, 26, 47, 0.78);
  padding: 16px 14px 18px;
}

.pp-hero__stat .stat__label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--text-mute);
  margin-bottom: 8px;
}

.pp-hero__stat .stat__value {
  display: block;
  margin: 0;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(19px, 2.4vw, 26px);
  color: var(--cyan);
  line-height: 1.1;
}

/* ---------- 服务总览 ---------- */
.pp-svc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 20px;
}

.pp-svc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 18px 18px;
  border: 1px solid var(--line);
  border-top: 2px solid var(--moss);
  border-radius: var(--radius);
  background: rgba(10, 26, 47, 0.72);
  color: var(--cream);
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.pp-svc-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    135deg,
    rgba(242, 235, 221, 0.05) 0 1px,
    transparent 1px 14px
  );
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.pp-svc-card:hover,
.pp-svc-card:focus-visible {
  transform: translateY(-4px);
  border-top-color: var(--cyan);
  background: rgba(63, 98, 77, 0.42);
}

.pp-svc-card:hover::after,
.pp-svc-card:focus-visible::after {
  opacity: 1;
}

.pp-svc-card__no {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.1em;
}

.pp-svc-card__title {
  margin: 0;
  font-size: 18px;
}

.pp-svc-card__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-soft);
}

.pp-svc-card__go {
  margin-top: auto;
  padding-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--cyan);
}

/* ---------- 客场胜率 ---------- */
.pp-rate {
  background: linear-gradient(180deg, rgba(10, 26, 47, 0.55), transparent 70%);
}

.pp-rate__lead {
  display: grid;
  gap: var(--pp-gap);
  margin-bottom: clamp(22px, 3.4vw, 36px);
}

.pp-rate__copy .prose p {
  margin: 0 0 14px;
  line-height: 1.78;
  color: var(--text-soft);
}

.pp-rate__figure {
  min-height: 200px;
}

.pp-rate__board {
  display: grid;
  gap: 16px;
  margin-bottom: clamp(22px, 3.4vw, 36px);
}

.pp-chart {
  padding: 20px 18px 16px;
}

.pp-chart__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.pp-chart__head h3 {
  margin: 0;
}

.pp-chart .annotation {
  font-size: 12px;
  color: var(--gold);
}

.pp-chart__svg {
  display: block;
  width: 100%;
  height: auto;
}

.pp-chart__grid line {
  stroke: rgba(242, 235, 221, 0.14);
  stroke-width: 1;
}

.pp-chart__line {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pp-chart__line--home {
  stroke: var(--cyan);
}

.pp-chart__line--away {
  stroke: var(--orange);
  stroke-dasharray: 9 7;
}

.pp-chart__dots circle {
  fill: var(--cream);
}

.pp-chart__labels text {
  fill: var(--text-mute);
  font-family: var(--font-mono);
  font-size: 13px;
}

.pp-chart__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.pp-chart__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-soft);
}

.pp-chart__legend-item::before {
  content: "";
  width: 22px;
  height: 3px;
  border-radius: 2px;
}

.pp-chart__legend-item--home::before {
  background: var(--cyan);
}

.pp-chart__legend-item--away::before {
  background: repeating-linear-gradient(90deg, var(--orange) 0 6px, transparent 6px 10px);
}

.pp-range {
  padding: 20px 18px;
}

.pp-range__list {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.pp-range__list li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--line);
}

.pp-range__list .num {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 17px;
  color: var(--cream);
}

.pp-range__list em {
  font-style: normal;
  font-size: 13px;
  color: var(--text-mute);
}

.pp-range__note {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.72;
  color: var(--text-soft);
}

.pp-league__head {
  max-width: 700px;
  margin-bottom: 16px;
}

.pp-league__head p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.72;
  color: var(--text-soft);
}

.pp-league__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.pp-league__item {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--clay);
  border-radius: 10px;
  background: rgba(58, 70, 64, 0.34);
  font-size: 14.5px;
  color: var(--cream);
}

/* ---------- 友谊赛 ---------- */
.pp-fri__windows {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0 0 clamp(24px, 3.6vw, 40px);
  padding: 0;
}

.pp-fri__window {
  position: relative;
  padding: 20px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(63, 98, 77, 0.34), rgba(10, 26, 47, 0.6));
}

.pp-fri__window p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--text-soft);
}

.pp-fri__tag {
  display: inline-block;
  margin-bottom: 10px;
}

.pp-fri__detail {
  display: grid;
  gap: var(--pp-gap);
  align-items: start;
}

.pp-fri__figure {
  min-height: 200px;
}

.pp-fri__notes h3 {
  margin-bottom: 8px;
}

.pp-fri__notes p {
  margin: 0 0 14px;
  font-size: 14.5px;
  line-height: 1.76;
  color: var(--text-soft);
}

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

.pp-fri__list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-soft);
}

.pp-fri__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--gold);
  transform: rotate(45deg);
}

/* ---------- 补时复盘 ---------- */
.pp-stop {
  background: linear-gradient(180deg, transparent, rgba(10, 26, 47, 0.6) 40%, transparent);
}

.pp-stop__grid {
  display: grid;
  gap: var(--pp-gap);
  margin-bottom: clamp(22px, 3.4vw, 36px);
}

.pp-heat {
  padding: 20px 18px 12px;
}

.pp-heat__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.pp-heat__head h3 {
  margin: 0;
}

.pp-heat .annotation {
  font-size: 12px;
  color: var(--cyan);
}

.pp-heat__svg {
  display: block;
  width: 100%;
  height: auto;
}

.pp-heat__bar {
  fill: var(--cyan);
  opacity: 0.42;
}

.pp-heat__bar--peak {
  fill: var(--orange);
  opacity: 0.92;
}

.pp-heat__labels text {
  fill: var(--text-mute);
  font-family: var(--font-mono);
  font-size: 13px;
  text-anchor: start;
}

.pp-stop__side {
  display: grid;
  gap: 16px;
  align-content: start;
}

.pp-stop__figure {
  min-height: 180px;
}

.pp-stop__facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.pp-stop__facts li {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  background: rgba(10, 26, 47, 0.8);
}

.pp-stop__fact-value {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 20px;
  color: var(--gold);
}

.pp-stop__fact-label {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--text-soft);
}

.pp-stop__layers {
  display: grid;
  gap: 14px;
}

.pp-stop__layer {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(58, 70, 64, 0.28);
}

.pp-stop__layer h3 {
  font-size: 17px;
  color: var(--cyan);
}

.pp-stop__layer p {
  margin: 0;
  font-size: 14px;
  line-height: 1.74;
  color: var(--text-soft);
}

/* ---------- 节点 ---------- */
.pp-nodes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.pp-nodes__item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 20px;
  padding: 15px 18px;
  background: rgba(10, 26, 47, 0.82);
}

.pp-nodes__label {
  font-size: 15px;
  color: var(--cream);
}

.pp-nodes__value {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(16px, 2vw, 19px);
  color: var(--cyan);
  white-space: nowrap;
}

.pp-nodes__foot {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.72;
  color: var(--text-mute);
}

/* ---------- 阵容 ---------- */
.pp-squad__grid {
  display: grid;
  gap: var(--pp-gap);
  align-items: center;
}

.pp-squad__copy .prose p {
  margin: 0 0 14px;
  line-height: 1.78;
  color: var(--text-soft);
}

.pp-squad__tags {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pp-squad__cta {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-soft);
}

.pp-squad__cta a {
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pp-squad__figure {
  min-height: 200px;
}

/* ---------- 客户 ---------- */
.pp-clients__grid {
  display: grid;
  gap: 14px;
}

.pp-client {
  padding: 20px 18px;
}

.pp-client p {
  margin: 0 0 14px;
  font-size: 14.5px;
  line-height: 1.76;
  color: var(--text-soft);
}

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

.pp-client__list li {
  position: relative;
  padding-left: 18px;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--cream);
  opacity: 0.86;
}

.pp-client__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
}

.pp-clients__foot {
  margin: 22px 0 0;
  padding: 16px 18px;
  border-left: 3px solid var(--orange);
  background: rgba(138, 90, 68, 0.16);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 14.5px;
  line-height: 1.74;
  color: var(--text-soft);
}

/* ---------- 接入 ---------- */
.pp-access__grid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.pp-access__card {
  padding: 20px 18px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--cyan);
  border-radius: var(--radius);
  background: rgba(10, 26, 47, 0.72);
}

.pp-access__card h3 {
  margin-bottom: 6px;
}

.pp-access__meta {
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--gold);
}

.pp-access__card p:last-child {
  margin: 0;
  font-size: 14px;
  line-height: 1.74;
  color: var(--text-soft);
}

.pp-access__lang {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.72;
  color: var(--text-mute);
}

/* ---------- 服务等级 ---------- */
.pp-tiers__grid {
  display: grid;
  gap: 14px;
  margin-bottom: clamp(22px, 3.4vw, 34px);
}

.pp-tier {
  display: flex;
  flex-direction: column;
  padding: 22px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(165deg, rgba(58, 70, 64, 0.36), rgba(10, 26, 47, 0.78));
}

.pp-tier--featured {
  border-color: rgba(37, 224, 200, 0.5);
  box-shadow: 0 0 0 1px rgba(37, 224, 200, 0.18) inset;
}

.pp-tier__name {
  font-size: 21px;
  color: var(--cream);
}

.pp-tier--featured .pp-tier__name {
  color: var(--cyan);
}

.pp-tier__for {
  margin: 0 0 16px;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--text-mute);
}

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

.pp-tier__list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.66;
  color: var(--text-soft);
}

.pp-tier__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: var(--moss);
  transform: rotate(45deg);
}

.pp-tier--featured .pp-tier__list li::before {
  background: var(--cyan);
}

.pp-support {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.pp-support__item {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  background: rgba(10, 26, 47, 0.82);
}

.pp-support__value {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(17px, 2.2vw, 21px);
  color: var(--gold);
}

.pp-support__label {
  font-size: 13.5px;
  line-height: 1.62;
  color: var(--text-soft);
}

/* ---------- CTA ---------- */
.pp-cta {
  padding: clamp(36px, 6vw, 72px) 0 clamp(48px, 7vw, 88px);
}

.pp-cta__inner {
  display: grid;
  gap: 20px;
  padding: clamp(24px, 4vw, 40px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(37, 224, 200, 0.28);
  background:
    linear-gradient(120deg, rgba(37, 224, 200, 0.14), rgba(255, 106, 43, 0.12)),
    rgba(10, 26, 47, 0.86);
  box-shadow: var(--shadow);
}

.pp-cta__copy h2 {
  margin-bottom: 10px;
}

.pp-cta__copy p {
  margin: 0;
  max-width: 60ch;
  font-size: 15px;
  line-height: 1.76;
  color: var(--text-soft);
}

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

/* ---------- 响应式 ---------- */
@media (min-width: 640px) {
  .pp-hero__stat {
    padding: 18px 16px 20px;
  }

  .pp-svc-grid,
  .pp-clients__grid,
  .pp-access__grid,
  .pp-stop__layers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .pp-nodes__item,
  .pp-support__item {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (min-width: 900px) {
  .pp-hero__inner {
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
    align-items: end;
  }

  .pp-hero__stats {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .pp-svc-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pp-rate__lead {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    align-items: start;
  }

  .pp-rate__board {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    align-items: stretch;
  }

  .pp-league__list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

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

  .pp-stop__grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    align-items: start;
  }

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

  .pp-squad__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  }

  .pp-clients__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pp-access__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

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

@media (min-width: 1180px) {
  .pp-hero__copy h1 {
    font-size: 62px;
  }

  .pp-rate__figure {
    align-self: stretch;
  }
}
