.page-products {
  --pp-line: rgba(244, 247, 255, 0.08);
  --pp-line-strong: rgba(198, 255, 63, 0.32);
  --pp-brand-glow: rgba(198, 255, 63, 0.14);
  --pp-violet-glow: rgba(176, 38, 255, 0.13);
  --pp-cyan-glow: rgba(0, 212, 255, 0.12);
  background: var(--bg-space);
  color: var(--text);
  overflow-x: hidden;
}

/* 面包屑 */
.page-products .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.8em;
  letter-spacing: 0.04em;
  color: var(--mist);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.page-products .breadcrumb a {
  color: var(--mist);
  text-decoration: none;
  transition: color 0.2s ease;
}

@media (hover: hover) {
  .page-products .breadcrumb a:hover {
    color: var(--brand);
  }
}

/* 通用区块头 */
.page-products .pp-section-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}

.page-products .pp-section-head .kicker {
  color: var(--violet);
  font-weight: 600;
}

.page-products .pp-section-head .section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.15;
  margin: 0;
}

.page-products .pp-section-head .lede {
  color: var(--mist);
  max-width: 46rem;
  margin: 0;
}

.page-products .section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.page-products .section--alt {
  background: var(--bg-void);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.page-products .section--tight {
  padding-top: 40px;
  padding-bottom: 48px;
}

/* 首屏 Hero */
.page-products .pp-hero {
  position: relative;
  padding: 36px 20px 72px;
  background:
    radial-gradient(circle at 78% 16%, var(--pp-violet-glow), transparent 48%),
    radial-gradient(circle at 92% 82%, var(--pp-brand-glow), transparent 40%),
    linear-gradient(165deg, #0B1530 0%, #0A1128 55%, #050814 100%);
  border-bottom: 2px solid var(--border);
  overflow: hidden;
}

.page-products .pp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--pp-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--pp-line) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 20%, #000 100%);
  pointer-events: none;
}

.page-products .pp-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: -6%;
  width: 44%;
  height: 100%;
  background: linear-gradient(115deg, transparent 0%, rgba(176, 38, 255, 0.09) 45%, transparent 100%);
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.page-products .pp-hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.page-products .pp-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.page-products .pp-hero__kicker {
  color: var(--cyan);
  margin: 0;
}

.page-products .pp-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 8vw, 3.5rem);
  line-height: 1.14;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
  transform: skewX(-3deg);
}

.page-products .pp-hero__accent {
  display: inline-block;
  color: var(--brand);
  transform: skewX(-4deg);
  text-shadow: 0 0 32px rgba(198, 255, 63, 0.3);
}

.page-products .pp-hero__lead {
  font-size: 1.05rem;
  color: var(--mist);
  max-width: 34rem;
  margin: 0;
  border-left: 3px solid var(--brand);
  padding-left: 16px;
}

.page-products .pp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 4px;
}

.page-products .pp-hero__actions a {
  text-decoration: none;
}

.page-products .pp-hero__actions .btn--primary {
  background: var(--brand);
  color: var(--bg-space);
  border: 1px solid var(--brand);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

@media (hover: hover) {
  .page-products .pp-hero__actions .btn--primary:hover {
    background: var(--violet);
    border-color: var(--violet);
    color: #fff;
  }
}

.page-products .pp-hero__actions .btn--ghost {
  border: 1px solid rgba(244, 247, 255, 0.24);
  color: var(--text);
  transition: border-color 0.2s ease, color 0.2s ease;
}

@media (hover: hover) {
  .page-products .pp-hero__actions .btn--ghost:hover {
    border-color: var(--brand);
    color: var(--brand);
  }
}

/* 手机模拟器 */
.page-products .pp-hero__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  padding: 20px 0 30px;
}

.page-products .pp-phone {
  position: relative;
  width: 210px;
  height: 420px;
  background: linear-gradient(180deg, #050814, #0A1128);
  border: 6px solid #151d3a;
  border-radius: 28px;
  padding: 10px 10px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow:
    0 0 0 1px rgba(244, 247, 255, 0.06),
    0 24px 64px rgba(0, 0, 0, 0.5),
    0 0 80px rgba(198, 255, 63, 0.09),
    0 0 30px rgba(176, 38, 255, 0.08);
  transform: rotate(-2deg);
}

.page-products .pp-phone__speaker {
  width: 52px;
  height: 5px;
  background: rgba(244, 247, 255, 0.16);
  border-radius: 999px;
  margin: 2px auto 0;
}

.page-products .pp-phone__screen {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 4px 2px;
}

.page-products .pp-phone__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
}

.page-products .pp-phone__bar-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 12px rgba(198, 255, 63, 0.7);
  flex: 0 0 8px;
}

.page-products .pp-phone__bar-tag {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: var(--mist);
}

.page-products .pp-phone__match {
  position: relative;
  background: linear-gradient(135deg, #152044, #0A1128);
  border-left: 3px solid var(--brand);
  border-radius: 8px;
  padding: 12px 10px;
  overflow: hidden;
}

.page-products .pp-phone__match::after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: rgba(198, 255, 63, 0.18);
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.page-products .pp-phone__match-team {
  font-size: 0.72rem;
  color: var(--text);
  display: block;
  line-height: 1.4;
}

.page-products .pp-phone__match-status {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  color: var(--brand);
  letter-spacing: 0.14em;
}

.page-products .pp-phone__fees {
  margin-top: auto;
  height: 32px;
  background: var(--brand);
  color: var(--bg-space);
  font-size: 0.68rem;
  font-family: var(--font-mono);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.page-products .pp-phone__fee-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 10px rgba(255, 61, 129, 0.6);
}

.page-products .pp-phone__home {
  width: 52%;
  height: 4px;
  background: rgba(244, 247, 255, 0.24);
  border-radius: 999px;
  margin: 2px auto 0;
}

.page-products .pp-hero__stamp {
  position: absolute;
  right: 2%;
  bottom: 0;
  font-family: var(--font-display);
  font-size: 7rem;
  line-height: 0.86;
  font-weight: 700;
  color: var(--brand);
  opacity: 0.28;
  text-shadow: 0 0 42px rgba(198, 255, 63, 0.32);
  transform: skewX(-12deg);
  pointer-events: none;
}

.page-products .pp-hero__scan {
  position: absolute;
  left: 10%;
  bottom: 0;
  height: 2px;
  width: 80%;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: 0.6;
  animation: pp-scan-line 3.6s linear infinite;
  pointer-events: none;
}

@keyframes pp-scan-line {
  0% {
    transform: translateX(-40%);
    opacity: 0;
  }
  20% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.6;
  }
  100% {
    transform: translateX(40%);
    opacity: 0;
  }
}

/* 入口选择 */
.page-products .pp-entry {
  position: relative;
}

.page-products .pp-entry__track {
  gap: 18px;
  padding-bottom: 18px;
  scrollbar-width: none;
}

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

.page-products .pp-entry__card {
  flex: 0 0 280px;
  scroll-snap-align: start;
  background: linear-gradient(145deg, #0D1733 70%, #141E45);
  border: 1px solid var(--border);
  padding: 26px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  transition: transform 0.2s ease, border-color 0.2s ease;
}

@media (hover: hover) {
  .page-products .pp-entry__card:hover {
    transform: translateY(-4px);
    border-color: var(--brand);
  }
}

.page-products .pp-entry__card .index-tag {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--cyan);
  letter-spacing: 0.1em;
}

.page-products .pp-entry__card h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
  color: var(--text);
}

.page-products .pp-entry__card p {
  color: var(--mist);
  font-size: 0.92rem;
  line-height: 1.7;
  margin: 0;
}

.page-products .pp-entry__meta {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-products .pp-entry__path {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--mist);
  letter-spacing: 0.03em;
  border-top: 1px dashed var(--border);
  padding-top: 10px;
}

.page-products .pp-entry__card--mainland::before,
.page-products .pp-entry__card--web::before,
.page-products .pp-entry__card--mobile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: var(--brand);
}

.page-products .pp-entry__card--web::before {
  background: var(--violet);
}

.page-products .pp-entry__card--mobile::before {
  background: var(--cyan);
}

.page-products .pp-entry__figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 48px auto 0;
  max-width: 240px;
}

.page-products .pp-entry__img,
.page-products .pp-replay__img {
  width: auto;
  max-width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: top center;
  border-radius: 10px;
  border: 1px solid var(--border);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
}

.page-products .pp-entry__figure figcaption,
.page-products .pp-replay__figure figcaption {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--mist);
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.6;
}

/* V4 特性 */
.page-products .pp-feature {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}

.page-products .pp-feature--metrics {
  border-bottom: 0;
}

.page-products .pp-feature__media {
  position: relative;
  border-radius: 6px;
}

.page-products .pp-feature__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--pp-brand-glow);
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  z-index: 0;
  pointer-events: none;
}

.page-products .pp-feature__media--web::before {
  background: var(--pp-violet-glow);
}

.page-products .pp-feature__img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  border: 1px solid var(--border);
  border-radius: 4px;
}

.page-products .pp-feature__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.page-products .pp-feature__label {
  color: var(--cyan);
}

.page-products .pp-feature__copy h3 {
  font-family: var(--font-display);
  font-size: 1.65rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
}

.page-products .pp-feature__copy p {
  color: var(--mist);
  margin: 0;
  max-width: 38rem;
}

.page-products .pp-feature__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 38rem;
}

.page-products .pp-feature__list li {
  position: relative;
  padding-left: 22px;
  line-height: 2.1;
  color: var(--text);
  font-size: 0.94rem;
}

.page-products .pp-feature__list li::before {
  content: "→";
  position: absolute;
  left: 2px;
  color: var(--brand);
  font-family: var(--font-mono);
}

.page-products .pp-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.page-products .pp-metric {
  background: #0D1733;
  border: 1px solid var(--border);
  padding: 22px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color 0.2s ease;
}

@media (hover: hover) {
  .page-products .pp-metric:hover {
    border-color: var(--brand);
  }
}

.page-products .pp-metric__num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  line-height: 1;
  color: var(--brand);
  font-weight: 700;
}

.page-products .pp-metric__unit {
  font-family: var(--font-mono);
  font-size: 1rem;
  color: var(--text);
  margin-left: 2px;
}

.page-products .pp-metric__desc {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  color: var(--mist);
  letter-spacing: 0.04em;
}

/* 费用区块 */
.page-products .pp-fee__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.page-products .pp-fee__panel {
  background: linear-gradient(140deg, #0B1530 0%, #0A1128 60%);
  padding: 32px 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border: 1px solid var(--border);
}

.page-products .pp-fee__panel::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, transparent 48%, rgba(198, 255, 63, 0.5) 48%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  opacity: 0.08;
  pointer-events: none;
}

.page-products .pp-fee__panel .section-title {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.6vw, 2.4rem);
  text-transform: uppercase;
  margin: 0;
}

.page-products .pp-fee__lead {
  color: var(--mist);
  margin: 0;
  max-width: 42rem;
  color: var(--text);
  font-size: 0.98rem;
}

.page-products .pp-fee__path {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.page-products .pp-fee__path li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--border);
}

.page-products .pp-fee__path li:first-child {
  border-top: 1px dashed var(--border);
}

.page-products .pp-fee__path li span {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--brand);
  background: rgba(198, 255, 63, 0.08);
  padding: 4px 8px;
  border-radius: 4px;
}

.page-products .pp-fee__path li p {
  margin: 0;
  color: var(--text);
  font-size: 0.95rem;
}

.page-products .pp-fee__panel .btn {
  text-decoration: none;
  margin-top: 6px;
}

.page-products .pp-fee__side {
  display: grid;
  gap: 16px;
  align-content: start;
}

.page-products .pp-fee__card {
  background: var(--bg-void);
  border-left: 3px solid var(--violet);
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-products .pp-fee__card .mono-label {
  color: var(--cyan);
}

.page-products .pp-fee__card h3 {
  margin: 0;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-products .pp-fee__card p {
  color: var(--mist);
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
}

.page-products .alert-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 12px rgba(255, 61, 129, 0.65);
  animation: pp-pulse-dot 2s ease-in-out infinite;
}

@keyframes pp-pulse-dot {
  0%,
  100% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
}

/* 移动端复盘中心 */
.page-products .pp-replay__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.page-products .pp-replay__figure {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 240px;
}

.page-products .pp-replay__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.page-products .pp-replay__copy .kicker {
  color: var(--violet);
}

.page-products .pp-replay__copy .section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  text-transform: uppercase;
  margin: 0;
}

.page-products .pp-replay__copy .lede {
  color: var(--mist);
  margin: 0;
}

.page-products .pp-replay__metric {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 0;
  margin: 0;
  width: 100%;
  max-width: 420px;
}

.page-products .pp-replay__metric strong {
  font-family: var(--font-display);
  font-size: 3.2rem;
  line-height: 1;
  color: var(--brand);
  flex: 0 0 auto;
}

.page-products .pp-replay__metric span {
  color: var(--mist);
}

.page-products .pp-replay__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-products .pp-replay__list li {
  position: relative;
  padding-left: 22px;
  color: var(--text);
  line-height: 1.7;
  font-size: 0.95rem;
}

.page-products .pp-replay__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 12px;
  height: 12px;
  background: var(--cyan);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.page-products .pp-replay__copy .btn {
  text-decoration: none;
}

.page-products .pp-replay__copy .btn--ghost {
  border: 1px solid rgba(244, 247, 255, 0.24);
  color: var(--text);
  transition: border-color 0.2s ease, color 0.2s ease;
}

@media (hover: hover) {
  .page-products .pp-replay__copy .btn--ghost:hover {
    border-color: var(--brand);
    color: var(--brand);
  }
}

/* 系统适配 */
.page-products .pp-compat__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}

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

.page-products .pp-compat__table {
  width: 100%;
  min-width: 440px;
  border-collapse: collapse;
  font-size: 0.94rem;
}

.page-products .pp-compat__table th {
  text-align: left;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: var(--cyan);
  text-transform: uppercase;
  padding: 12px 10px;
  border-bottom: 2px solid var(--brand);
}

.page-products .pp-compat__table td {
  padding: 12px 10px;
  border-bottom: 1px solid var(--border);
  color: var(--text);
}

.page-products .pp-compat__table tbody tr:first-child td {
  padding-top: 16px;
}

@media (hover: hover) {
  .page-products .pp-compat__table tbody tr:hover td {
    background: rgba(198, 255, 63, 0.04);
  }
}

.page-products .pp-compat__table td:first-child {
  font-family: var(--font-mono);
  color: var(--brand);
  font-weight: 600;
}

.page-products .pp-compat__media {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-products .pp-compat__img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid var(--border);
}

.page-products .pp-compat__media figcaption {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--mist);
  letter-spacing: 0.04em;
}

.page-products .pp-compat__diff {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 36px;
}

.page-products .pp-compat__diff-item {
  border: 1px solid var(--border);
  border-left: 3px solid var(--violet);
  padding: 20px;
  background: rgba(244, 247, 255, 0.02);
}

.page-products .pp-compat__diff-item .mono-label {
  color: var(--brand);
  display: block;
  margin-bottom: 6px;
}

.page-products .pp-compat__diff-item p {
  margin: 0;
  color: var(--mist);
  font-size: 0.93rem;
  line-height: 1.7;
}

/* 收尾导航 */
.page-products .pp-cross__panel {
  background: linear-gradient(135deg, #0B1530 0%, #0D1733 60%, #0A1128 100%);
  border: 1px solid var(--border);
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  align-items: flex-start;
}

.page-products .pp-cross__main .kicker {
  color: var(--violet);
}

.page-products .pp-cross__main h2 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 8px 0 4px;
}

.page-products .pp-cross__main p {
  color: var(--mist);
  margin: 0;
}

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

.page-products .pp-cross__links a {
  color: var(--mist);
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease;
  padding: 4px 0;
}

.page-products .pp-cross__links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: var(--brand);
  transition: width 0.25s ease;
}

@media (hover: hover) {
  .page-products .pp-cross__links a:hover {
    color: var(--brand);
  }

  .page-products .pp-cross__links a:hover::after {
    width: 100%;
  }
}

/* 平板与桌面断点 */
@media (min-width: 700px) {
  .page-products .pp-entry__figure {
    max-width: 300px;
  }

  .page-products .pp-entry__img,
  .page-products .pp-replay__img {
    height: 460px;
  }

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

  .page-products .pp-compat__diff {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-products .pp-cross__panel {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 960px) {
  .page-products .section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .page-products .pp-hero {
    padding: 48px 20px 80px;
  }

  .page-products .pp-hero__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }

  .page-products .pp-hero__copy {
    flex: 1 1 50%;
  }

  .page-products .pp-hero__visual {
    flex: 1 1 42%;
    min-height: 420px;
  }

  .page-products .pp-entry__track {
    gap: 24px;
  }

  .page-products .pp-entry__card {
    flex-basis: 320px;
  }

  .page-products .pp-feature {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    padding: 40px 0;
  }

  .page-products .pp-feature--reverse .pp-feature__media {
    order: 2;
  }

  .page-products .pp-feature--reverse .pp-feature__copy {
    order: 1;
  }

  .page-products .pp-feature__img {
    max-height: 480px;
  }

  .page-products .pp-fee__grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 48px;
  }

  .page-products .pp-fee__panel {
    padding: 40px;
  }

  .page-products .pp-replay__grid {
    grid-template-columns: 0.7fr 1.3fr;
    gap: 64px;
  }

  .page-products .pp-replay__figure {
    max-width: 300px;
  }

  .page-products .pp-replay__img {
    height: 520px;
  }

  .page-products .pp-compat__grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
  }

  .page-products .pp-compat__diff {
    margin-top: 48px;
  }
}

/* 减少动态偏好 */
@media (prefers-reduced-motion: reduce) {
  .page-products .pp-hero__scan,
  .page-products .alert-dot {
    animation: none;
  }

  .page-products .pp-hero__title,
  .page-products .pp-hero__accent {
    transform: none;
  }

  .page-products .pp-phone {
    transform: none;
  }
}
