.page-products {
  --px-gap: clamp(0.75rem, 1.6vw, 1.15rem);
  --px-pad: clamp(1rem, 2.2vw, 1.5rem);
  --px-panel-soft: linear-gradient(158deg, rgba(18, 59, 110, 0.34), rgba(11, 26, 51, 0.5) 58%, rgba(5, 7, 12, 0.7));
  --px-line: rgba(36, 53, 79, 0.9);
  --px-gold-line: rgba(243, 194, 75, 0.34);
  --px-cyan-line: rgba(53, 230, 213, 0.3);
  color: var(--body);
}

.page-products .px-section {
  padding-block: clamp(2.4rem, 6vw, 4.6rem) 0;
}

.page-products .px-section:last-of-type {
  padding-bottom: clamp(1.6rem, 4vw, 2.6rem);
}

/* ---------- 首屏 ---------- */
.page-products .px-hero {
  padding-block: clamp(1.2rem, 3vw, 2.2rem) clamp(0.6rem, 2vw, 1.2rem);
}

.page-products .px-hero__grid {
  display: grid;
  gap: clamp(1.2rem, 3vw, 2rem);
}

.page-products .px-hero__lead .eyebrow {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--cyan);
}

.page-products .px-hero__lead h1 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2rem, 5.6vw, 3.6rem);
  line-height: 1.12;
  letter-spacing: 0.045em;
  color: var(--mist);
}

.page-products .px-hero__text {
  margin: 1rem 0 0;
  max-width: 60ch;
  font-size: clamp(0.95rem, 1.6vw, 1.06rem);
  line-height: 1.85;
  color: var(--body);
}

.page-products .px-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.page-products .px-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-products .px-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.9rem 1rem 1rem;
  border: var(--hairline);
  border-radius: var(--r-md);
  background: var(--px-panel-soft);
  overflow: hidden;
}

.page-products .px-stat::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: linear-gradient(180deg, var(--gold), transparent);
  opacity: 0.7;
}

.page-products .px-stat__v {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--gold);
  font-variant-numeric: tabular-nums;
}

.page-products .px-stat__l {
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--steel);
}

/* ---------- 章节头 ---------- */
.page-products .section-head {
  margin-bottom: clamp(1.2rem, 3vw, 2rem);
}

.page-products .section-head__num {
  font-size: clamp(3rem, 9vw, 6rem);
  color: var(--gold);
  opacity: 0.28;
}

.page-products .section-head__title {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--mist);
}

.page-products .section-head__lead {
  max-width: 68ch;
  color: var(--steel);
}

/* ---------- 类目矩阵 ---------- */
.page-products .px-matrix__visual {
  margin: 0 0 clamp(1rem, 2.4vw, 1.6rem);
}

.page-products .px-matrix {
  gap: var(--px-gap);
}

.page-products .px-cat {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow: hidden;
}

.page-products .px-cat__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.page-products .px-cat__no {
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  color: var(--gold-deep);
}

.page-products .px-cat .tile__title {
  margin: 0.1rem 0 0;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-weight: 700;
  color: var(--mist);
}

.page-products .px-cat .tile__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.8;
  color: var(--body);
}

.page-products .px-cat__media {
  margin: 0.6rem 0 0.2rem;
  aspect-ratio: 16 / 10;
  border-radius: var(--r-sm);
}

.page-products .px-cat__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.9rem;
  margin: auto 0 0;
  padding-top: 0.7rem;
  border-top: 1px dashed var(--px-line);
  font-size: 0.78rem;
  color: var(--steel);
}

.page-products .px-cat__meta .mono {
  color: var(--cyan);
  font-size: 0.78rem;
}

.page-products .px-cat--hot {
  background: linear-gradient(152deg, rgba(243, 194, 75, 0.14), rgba(11, 26, 51, 0.62) 52%, rgba(5, 7, 12, 0.78));
  border-color: var(--px-gold-line);
}

.page-products .px-cat--feature {
  background: linear-gradient(150deg, rgba(53, 230, 213, 0.12), rgba(18, 59, 110, 0.42) 48%, rgba(5, 7, 12, 0.75));
  border-color: var(--px-cyan-line);
}

.page-products .px-cat--hot::after,
.page-products .px-cat--feature::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 96px;
  height: 96px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, rgba(243, 194, 75, 0.22), transparent 68%);
  pointer-events: none;
}

/* ---------- 价格参照带 ---------- */
.page-products .px-price {
  display: grid;
  gap: clamp(1rem, 2.6vw, 1.8rem);
}

.page-products .px-price__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: var(--hairline);
}

.page-products .px-price__row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 0.35rem 0.85rem;
  padding: 0.85rem 0.2rem 0.85rem 0.85rem;
  border-bottom: var(--hairline);
  border-left: 2px solid var(--grid);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.page-products .px-price__row:hover,
.page-products .px-price__row:focus-within {
  border-left-color: var(--gold);
  background: rgba(18, 59, 110, 0.22);
}

.page-products .px-price__row--soft {
  background: rgba(18, 59, 110, 0.14);
  border-left-color: var(--cyan);
}

.page-products .px-price__no {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: var(--steel);
}

.page-products .px-price__name {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem 0.7rem;
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--body);
}

.page-products .px-price__name strong {
  font-weight: 700;
  color: var(--mist);
}

.page-products .px-price__name em {
  font-style: normal;
  font-size: 0.84rem;
  color: var(--steel);
}

.page-products .px-price__val {
  justify-self: end;
  font-size: clamp(0.92rem, 1.9vw, 1.1rem);
  font-weight: 600;
  color: var(--gold);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.page-products .px-price__note {
  padding: var(--px-pad);
  border: var(--hairline);
  border-radius: var(--r-lg);
  background: var(--px-panel-soft);
}

.page-products .px-price__note-title {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--mist);
}

.page-products .px-price__tips {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.page-products .px-price__tips li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--body);
}

.page-products .px-price__tips li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
}

/* ---------- 器具清单 ---------- */
.page-products .px-kit {
  gap: var(--px-gap);
}

.page-products .px-kit__card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.page-products .px-kit__card .tile__title {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--mist);
}

.page-products .px-kit__card .tile__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--body);
}

.page-products .px-kit__card .tile__hint {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  line-height: 1.6;
  color: var(--cyan);
}

.page-products .px-kit__card--you {
  background: linear-gradient(150deg, rgba(87, 217, 139, 0.14), rgba(11, 26, 51, 0.6) 55%, rgba(5, 7, 12, 0.75));
  border-color: rgba(87, 217, 139, 0.32);
}

.page-products .px-kit__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.page-products .px-kit__list li {
  position: relative;
  padding-left: 1.3rem;
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--body);
}

.page-products .px-kit__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--green);
}

/* ---------- 消毒流程 ---------- */
.page-products .px-flow {
  display: grid;
  gap: clamp(1.2rem, 3vw, 2rem);
}

.page-products .px-flow__visual {
  margin: 0;
  max-height: 420px;
}

.page-products .px-flow__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
  counter-reset: pxstep;
}

.page-products .px-step {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  padding: 0 0 1.15rem 0;
}

.page-products .px-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 34px;
  bottom: 4px;
  width: 1px;
  background: linear-gradient(180deg, var(--px-cyan-line), transparent);
}

.page-products .px-step__no {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--px-line);
  background: rgba(18, 59, 110, 0.45);
  font-size: 0.76rem;
  color: var(--cyan);
  flex: none;
}

.page-products .px-step__body h3 {
  margin: 0.25rem 0 0.35rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--mist);
}

.page-products .px-step__body p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--body);
}

/* ---------- 加急费率 ---------- */
.page-products .px-rush {
  gap: var(--px-gap);
}

.page-products .px-rush__card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: linear-gradient(155deg, rgba(243, 194, 75, 0.12), rgba(11, 26, 51, 0.6) 50%, rgba(5, 7, 12, 0.76));
  border-color: var(--px-gold-line);
}

.page-products .px-rush__rate {
  font-size: clamp(1.7rem, 4.4vw, 2.4rem);
  font-weight: 600;
  line-height: 1;
  color: var(--gold);
  font-variant-numeric: tabular-nums;
}

.page-products .px-rush__card .tile__title {
  margin: 0.2rem 0 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--mist);
}

.page-products .px-rush__card .tile__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--body);
}

.page-products .px-rush__cond {
  margin: auto 0 0;
  padding-top: 0.7rem;
  border-top: 1px dashed var(--px-line);
  font-size: 0.78rem;
  line-height: 1.65;
  color: var(--steel);
}

/* ---------- 场景组合 ---------- */
.page-products .px-scenes {
  display: grid;
  gap: var(--px-gap);
  grid-template-columns: 1fr;
}

.page-products .px-scene {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: var(--px-pad);
  border: var(--hairline);
  border-radius: var(--r-lg);
  background: var(--px-panel-soft);
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.page-products .px-scene:hover {
  transform: translateY(-2px);
  border-color: var(--px-gold-line);
}

.page-products .px-scene__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: var(--r-sm);
  background: rgba(53, 230, 213, 0.12);
  color: var(--cyan);
  margin-bottom: 0.3rem;
}

.page-products .px-scene__icon svg {
  width: 26px;
  height: 26px;
}

.page-products .px-scene__title {
  margin: 0;
  font-size: 1.06rem;
  font-weight: 700;
  color: var(--mist);
}

.page-products .px-scene__combo {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--gold);
}

.page-products .px-scene__time {
  margin: 0;
  font-size: 0.78rem;
  color: var(--green);
}

.page-products .px-scene__text {
  margin: 0.2rem 0 0;
  font-size: 0.88rem;
  line-height: 1.8;
  color: var(--steel);
}

.page-products .px-scenes__visual {
  margin: clamp(1.2rem, 3vw, 2rem) 0 0;
}

/* ---------- 后续入口 ---------- */
.page-products .px-next {
  padding-block: clamp(2.2rem, 5vw, 3.4rem);
}

.page-products .px-next__title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.6vw, 1.6rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--mist);
}

.page-products .px-next__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
}

.page-products .px-next__card {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1rem 1.15rem;
  border: var(--hairline);
  border-radius: var(--r-md);
  background: rgba(11, 26, 51, 0.5);
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.page-products .px-next__card:hover {
  border-color: var(--cyan);
  transform: translateY(-2px);
}

.page-products .px-next__kicker {
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  color: var(--steel);
}

.page-products .px-next__label {
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--mist);
}

.page-products .px-next__card:hover .px-next__label {
  color: var(--cyan);
}

/* ---------- 响应式 ---------- */
@media (min-width: 640px) {
  .page-products .px-scenes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-products .px-next__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .page-products .px-hero__grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.85fr);
    align-items: end;
  }

  .page-products .px-hero__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-products .px-price {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    align-items: start;
  }

  .page-products .px-flow {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    align-items: start;
  }

  .page-products .px-flow__visual {
    position: sticky;
    top: calc(var(--header-h) + 1.2rem);
    max-height: 520px;
  }

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

  .page-products .px-next__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .page-products .px-scenes {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products .px-scene,
  .page-products .px-next__card {
    transition: none;
  }

  .page-products .px-scene:hover,
  .page-products .px-next__card:hover {
    transform: none;
  }
}
