.page-products {
  --prod-tint: rgba(23, 51, 80, 0.34);
  --tier-accent: var(--neon);
}

/* ---------- 面包屑与首屏 ---------- */
.page-products .breadcrumbs {
  padding: 26px 0 8px;
}

.page-products .prod-hero {
  padding-top: 6px;
}

.page-products .prod-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}

.page-products .prod-hero__title {
  margin: 12px 0 16px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(30px, 6vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: var(--text);
  text-shadow: 2px 0 0 rgba(61, 225, 240, 0.16), -2px 0 0 rgba(255, 107, 44, 0.12);
}

.page-products .prod-hero__lede {
  max-width: 42ch;
}

.page-products .prod-hero__actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-products .prod-hero__facts {
  padding: 20px 20px 8px;
  border-radius: var(--r-card);
}

.page-products .prod-facts {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
}

.page-products .prod-facts > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--rule);
}

.page-products .prod-facts > div:last-child {
  border-bottom: 0;
}

.page-products .prod-facts dt {
  color: var(--muted);
  font-size: 13px;
}

.page-products .prod-facts dd {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
}

/* ---------- 刻度线过渡 ---------- */
.page-products .tick-rule {
  margin: clamp(30px, 4.5vw, 56px) 0;
}

/* ---------- 档位总览 ---------- */
.page-products .prod-band-figure {
  margin-top: 26px;
}

.page-products .tier-band {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 28px;
}

.page-products .tier-card {
  position: relative;
  padding: 18px 18px 20px;
  background: linear-gradient(180deg, rgba(12, 30, 48, 0.96), rgba(5, 18, 31, 0.9));
  border: 1px solid var(--rule);
  border-top: 3px solid var(--tier-accent, var(--neon));
  border-radius: var(--r-data);
  overflow: hidden;
}

.page-products .tier-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--tier-accent, var(--neon)), transparent 78%);
  opacity: 0.55;
}

.page-products .tier-card__code {
  display: inline-block;
  margin: 0;
  padding: 2px 9px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ink);
  background: var(--tier-accent, var(--neon));
  border-radius: var(--r-pill);
}

.page-products .tier-card__name {
  margin: 12px 0 6px;
  font-size: 18px;
  font-weight: 800;
  color: var(--text);
}

.page-products .tier-card__desc {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.page-products .tier--1,
.page-products .tier--2 {
  --tier-accent: var(--lava);
}

.page-products .tier--3 {
  --tier-accent: var(--electric);
}

.page-products .tier--4 {
  --tier-accent: var(--neon);
}

.page-products .tier--5 {
  --tier-accent: var(--acid);
}

/* ---------- 参数对比表 ---------- */
.page-products .spec-wrap {
  margin-top: 24px;
  border: 1px solid var(--rule);
  border-radius: var(--r-card);
  background: rgba(12, 30, 48, 0.78);
  overflow: hidden;
  transition: box-shadow var(--t-mid), border-color var(--t-mid);
}

.page-products .spec-wrap.is-zoomed {
  border-color: rgba(61, 225, 240, 0.55);
  box-shadow: 0 0 0 1px rgba(61, 225, 240, 0.18), 0 18px 46px rgba(0, 0, 0, 0.45);
}

.page-products .spec-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--rule);
  background: var(--prod-tint);
}

.page-products .spec-bar__label {
  margin: 0;
  color: var(--muted);
}

.page-products .spec-wrap.is-zoomed [data-spec-toggle] {
  border-color: var(--neon);
  color: var(--neon);
}

.page-products .spec-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.page-products .spec-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  font-size: 13px;
}

.page-products .spec-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 12px 14px;
  text-align: left;
  white-space: nowrap;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.02em;
  background: #0A1A2B;
  border-bottom: 1px solid var(--rule);
}

.page-products .spec-table tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  padding: 12px 14px;
  text-align: left;
  white-space: nowrap;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  background: #071527;
  border-bottom: 1px solid rgba(36, 64, 92, 0.6);
}

.page-products .spec-table tbody th::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  vertical-align: middle;
  background: var(--tier-accent, var(--neon));
}

.page-products .spec-table tbody td {
  padding: 12px 14px;
  vertical-align: top;
  color: var(--text);
  line-height: 1.6;
  border-bottom: 1px solid rgba(36, 64, 92, 0.5);
}

.page-products .spec-table tbody tr:last-child th,
.page-products .spec-table tbody tr:last-child td {
  border-bottom: 0;
}

.page-products .spec-wrap.is-zoomed .spec-table {
  font-size: 15px;
}

.page-products .spec-wrap.is-zoomed .spec-table th,
.page-products .spec-wrap.is-zoomed .spec-table td {
  padding: 16px 18px;
}

/* ---------- 硬件三种形态 ---------- */
.page-products .prod-hardware-figure {
  margin-top: 26px;
}

.page-products .prod-hardware-grid {
  margin-top: 28px;
}

.page-products .prod-form {
  padding: 20px;
  border-radius: var(--r-card);
}

.page-products .prod-form .panel__title {
  margin: 8px 0 10px;
  font-size: 18px;
  font-weight: 800;
}

.page-products .prod-form p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.page-products .prod-form__fit {
  margin: 0;
  padding-top: 12px;
  border-top: 1px dashed var(--rule);
  color: var(--neon) !important;
  font-size: 13px !important;
}

/* ---------- 耗材线 ---------- */
.page-products .prod-consumable-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 24px;
}

.page-products .prod-consumable-list {
  display: grid;
  gap: 14px;
}

.page-products .prod-consumable {
  padding: 18px 20px;
  border-radius: var(--r-data);
}

.page-products .prod-consumable .panel__title {
  margin: 8px 0 8px;
  font-size: 17px;
  font-weight: 800;
}

.page-products .prod-consumable p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.page-products .prod-cycle {
  margin-top: 42px;
}

.page-products .prod-cycle__title {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 800;
  color: var(--text);
}

.page-products .prod-cycle__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-products .prod-cycle__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 20px 0;
  border-top: 1px solid var(--rule);
}

.page-products .prod-cycle__item:last-child {
  border-bottom: 1px solid var(--rule);
}

.page-products .prod-cycle__tag {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.page-products .prod-cycle__meter {
  height: 6px;
  border-radius: var(--r-pill);
  background: rgba(36, 64, 92, 0.55);
  overflow: hidden;
}

.page-products .prod-cycle__meter span {
  display: block;
  height: 100%;
  border-radius: var(--r-pill);
}

.page-products .prod-cycle__item:nth-child(1) .prod-cycle__meter span {
  width: 34%;
  background: var(--lava);
}

.page-products .prod-cycle__item:nth-child(2) .prod-cycle__meter span {
  width: 67%;
  background: var(--electric);
}

.page-products .prod-cycle__item:nth-child(3) .prod-cycle__meter span {
  width: 100%;
  background: var(--acid);
}

.page-products .prod-cycle__name {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
}

.page-products .prod-cycle__text {
  margin: 0;
  max-width: 60ch;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

/* ---------- 跨设备 ---------- */
.page-products .prod-cross {
  align-items: center;
}

.page-products .prod-cross__text {
  gap: 14px;
}

.page-products .prod-cross__text .section-title {
  margin: 4px 0 0;
}

.page-products .prod-cross__text p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.78;
}

.page-products .prod-cross__list {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-products .prod-cross__list li {
  position: relative;
  padding-left: 20px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.7;
}

.page-products .prod-cross__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 2px;
  background: var(--neon);
}

/* ---------- 价格与选型 ---------- */
.page-products .prod-tabs {
  margin-top: 24px;
}

.page-products .segmented {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-products .segmented__tab {
  min-height: 40px;
  cursor: pointer;
}

.page-products .tab-panel {
  padding-top: 22px;
}

.page-products .tab-panel[hidden] {
  display: none;
}

.page-products .prod-pick {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--rule);
}

.page-products .prod-pick__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(36, 64, 92, 0.6);
}

.page-products .prod-pick__key {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.05em;
}

.page-products .prod-pick__val {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
}

.page-products .prod-pick__why {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

/* ---------- 保修与验收 ---------- */
.page-products .prod-warranty {
  margin-top: 24px;
}

.page-products .prod-warranty .panel {
  padding: 20px;
  border-radius: var(--r-data);
}

.page-products .prod-warranty .panel__title {
  margin: 8px 0 12px;
  font-size: 18px;
  font-weight: 800;
}

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

.page-products .prod-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.page-products .prod-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--electric);
}

/* ---------- 产能与排产 ---------- */
.page-products .prod-cap {
  margin-top: 24px;
}

.page-products .prod-cap__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 20px;
}

.page-products .prod-stat {
  padding: 16px 18px;
  border-radius: var(--r-data);
  border-top: 2px solid var(--neon);
}

.page-products .prod-stat__key {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.05em;
}

.page-products .prod-stat__val {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 26px;
  font-weight: 700;
  color: var(--text);
}

.page-products .prod-stat__unit {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
}

.page-products .prod-delivery {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 3px solid var(--acid);
  background: var(--prod-tint);
  border-radius: var(--r-data);
}

.page-products .prod-delivery p {
  margin: 0;
  max-width: 68ch;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.78;
}

/* ---------- 收尾 ---------- */
.page-products .prod-cta__inner {
  display: grid;
  gap: 20px;
  padding: 26px 22px;
  border-radius: var(--r-card);
}

.page-products .prod-cta__title {
  margin: 0 0 10px;
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 800;
  color: var(--text);
}

.page-products .prod-cta__text p {
  margin: 0;
  max-width: 62ch;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.78;
}

.page-products .prod-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

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

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

  .page-products .prod-pick__row {
    grid-template-columns: 130px 190px minmax(0, 1fr);
    align-items: baseline;
    column-gap: 18px;
  }
}

@media (min-width: 900px) {
  .page-products .prod-consumable-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: start;
  }

  .page-products .prod-cycle__item {
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: start;
    column-gap: 32px;
  }

  .page-products .prod-cta__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 30px 28px;
  }

  .page-products .prod-cta__actions {
    justify-content: flex-end;
  }
}

@media (min-width: 1040px) {
  .page-products .prod-hero__grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(270px, 0.75fr);
    align-items: start;
    gap: 44px;
  }

  .page-products .tier-band {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

@media (prefers-reduced-motion: reduce) {
  .page-products .spec-wrap,
  .page-products .prod-cycle__meter span {
    transition: none;
  }
}
</｜｜DSML｜｜ parameter>
</invoke>
</result>
