.page-products {
  --pd-rail-w: 280px;
  --pd-gap: clamp(20px, 3vw, 48px);
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
}

/* ============ 首屏 ============ */
.page-products .pd-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 52px) 0 clamp(30px, 4.4vw, 64px);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(90% 130% at 94% 0%, rgba(47, 227, 208, .16), transparent 62%),
    radial-gradient(70% 110% at 2% 100%, rgba(255, 90, 43, .10), transparent 58%),
    var(--ink);
}

.page-products .pd-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 52px);
  margin-top: clamp(18px, 3vw, 34px);
}

@media (min-width: 1000px) {
  .page-products .pd-hero__grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    align-items: end;
  }
}

.page-products .pd-hero__title {
  margin: 14px 0 0;
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(30px, 5.4vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--paper);
}

.page-products .pd-hero__title em {
  font-style: normal;
  color: var(--cyan);
}

.page-products .pd-hero__intro {
  max-width: 62ch;
  margin: clamp(16px, 2vw, 22px) 0 0;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.78;
  color: rgba(244, 240, 230, .78);
}

.page-products .pd-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(20px, 2.6vw, 30px);
}

.page-products .pd-hero__specs {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.page-products .pd-hero__specs li {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line-soft);
}

.page-products .pd-spec__num {
  flex: none;
  min-width: 2.6em;
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--cyan);
  letter-spacing: -0.01em;
}

.page-products .pd-hero__specs li:nth-child(3) .pd-spec__num {
  color: var(--orange);
}

.page-products .pd-spec__label {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(244, 240, 230, .66);
}

/* ============ 分栏外壳 ============ */
.page-products .pd-shell {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 1040px) {
  .page-products .pd-shell {
    grid-template-columns: var(--pd-rail-w) minmax(0, 1fr);
    align-items: start;
  }
}

.page-products .pd-rail {
  display: none;
}

@media (min-width: 1040px) {
  .page-products .pd-rail {
    display: block;
    position: sticky;
    top: 92px;
    align-self: start;
    padding: clamp(36px, 4vw, 56px) 28px clamp(36px, 4vw, 56px) 0;
  }
}

.page-products .pd-rail__kicker {
  margin: 0 0 12px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--silver);
}

.page-products .pd-rail__list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.page-products .pd-rail__link {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line-soft);
  color: rgba(244, 240, 230, .74);
  text-decoration: none;
  font-size: 14px;
  transition: color .18s ease, border-color .18s ease;
}

.page-products .pd-rail__link:hover,
.page-products .pd-rail__link:focus-visible {
  color: var(--cyan);
  border-bottom-color: var(--line-cyan);
}

.page-products .pd-rail__num {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--steel);
}

.page-products .pd-rail__link:hover .pd-rail__num {
  color: var(--lime);
}

.page-products .pd-rail__meta {
  padding: 14px 0 0;
  border-top: 1px solid var(--line);
}

.page-products .pd-rail__meta p {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(244, 240, 230, .58);
}

.page-products .pd-rail__meta strong {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-size: 15px;
  color: var(--orange);
}

.page-products .pd-rail__cta {
  display: inline-block;
  margin-top: 14px;
}

.page-products .pd-body {
  min-width: 0;
  padding-bottom: clamp(30px, 5vw, 70px);
}

@media (min-width: 1040px) {
  .page-products .pd-body {
    border-left: 1px solid var(--line);
    padding-left: var(--pd-gap);
  }
}

/* ============ 区块通用 ============ */
.page-products .pd-block {
  padding: clamp(34px, 5vw, 66px) 0;
  border-bottom: 1px solid var(--line-soft);
}

.page-products .pd-block .section-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(14px, 2.4vw, 28px);
  align-items: start;
  margin-bottom: clamp(16px, 2.4vw, 26px);
}

.page-products .sec-num {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-size: clamp(26px, 3.6vw, 42px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--cyan);
  transition: color .3s ease;
}

.page-products .pd-block.is-active .sec-num {
  color: var(--orange);
}

.page-products .sec-title {
  margin: 6px 0 0;
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(21px, 3vw, 33px);
  line-height: 1.14;
  letter-spacing: -0.01em;
  color: var(--paper);
}

.page-products .pd-lead {
  max-width: 68ch;
  margin: 0 0 clamp(18px, 2.4vw, 28px);
  font-size: clamp(15px, 1.3vw, 16.5px);
  line-height: 1.78;
  color: rgba(244, 240, 230, .76);
}

.page-products .note {
  margin: clamp(14px, 2vw, 20px) 0 0;
  border-left: 2px solid var(--line-cyan);
}

/* ============ 01 产品总览 ============ */
.page-products .pd-overview {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 36px);
}

@media (min-width: 1140px) {
  .page-products .pd-overview {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    align-items: start;
  }
}

.page-products .pd-overview__list {
  border-bottom: 1px solid var(--line);
}

.page-products .expand {
  border-top: 1px solid var(--line);
}

.page-products .expand__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "name icon"
    "brief brief";
  align-items: center;
  gap: 6px 14px;
  width: 100%;
  padding: 15px 2px;
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color .2s ease;
}

.page-products .expand__head:hover {
  background: rgba(47, 227, 208, .05);
}

.page-products .expand__name {
  grid-area: name;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(16px, 1.7vw, 19px);
  letter-spacing: -0.01em;
  color: var(--paper);
  transition: color .2s ease;
}

.page-products .expand__head[aria-expanded="true"] .expand__name {
  color: var(--lime);
}

.page-products .expand__icon {
  grid-area: icon;
  position: relative;
  width: 22px;
  height: 22px;
  flex: none;
  border: 1px solid var(--line);
  transition: transform .24s ease, border-color .24s ease, background-color .24s ease;
}

.page-products .expand__icon::before,
.page-products .expand__icon::after {
  content: "";
  position: absolute;
  background: var(--cyan);
  transition: background-color .24s ease;
}

.page-products .expand__icon::before {
  left: 50%;
  top: 4px;
  bottom: 4px;
  width: 1px;
  transform: translateX(-50%);
}

.page-products .expand__icon::after {
  top: 50%;
  left: 4px;
  right: 4px;
  height: 1px;
  transform: translateY(-50%);
}

.page-products .expand__head[aria-expanded="true"] .expand__icon {
  transform: rotate(135deg);
  border-color: var(--lime);
  background: rgba(200, 255, 61, .14);
}

.page-products .expand__head[aria-expanded="true"] .expand__icon::before,
.page-products .expand__head[aria-expanded="true"] .expand__icon::after {
  background: var(--lime);
}

.page-products .expand__brief {
  grid-area: brief;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(244, 240, 230, .58);
}

@media (min-width: 720px) {
  .page-products .expand__head {
    grid-template-columns: minmax(140px, 190px) minmax(0, 1fr) auto;
    grid-template-areas: "name brief icon";
    gap: clamp(14px, 2vw, 26px);
  }
}

.page-products .expand__panel {
  padding: 2px 2px 20px 18px;
  border-left: 2px solid rgba(200, 255, 61, .45);
}

.page-products .expand__panel p {
  margin: 0;
  max-width: 64ch;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(244, 240, 230, .72);
}

@media (min-width: 720px) {
  .page-products .expand__panel {
    padding-left: calc(190px + clamp(14px, 2vw, 26px));
    margin-left: 0;
  }
}

.page-products .pd-panel__list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 7px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(244, 240, 230, .6);
}

.page-products .pd-panel__list li {
  position: relative;
  padding-left: 14px;
}

.page-products .pd-panel__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 1px;
  background: var(--lime);
}

/* ============ 图片位 ============ */
.page-products .media {
  margin: 0;
}

.page-products .media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid var(--line);
  filter: saturate(.92) contrast(1.04);
}

.page-products .media--16x9 img { aspect-ratio: 16 / 9; }
.page-products .media--4x3 img { aspect-ratio: 4 / 3; }
.page-products .media--1x1 img { aspect-ratio: 1 / 1; }

.page-products .media__caption {
  display: block;
  margin-top: 8px;
  padding-left: 10px;
  border-left: 2px solid var(--line-cyan);
  font-size: 12px;
  line-height: 1.6;
  color: var(--silver);
}

.page-products .pd-overview__media {
  margin-top: 4px;
}

/* ============ 工具栏与 chip ============ */
.page-products .pd-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  margin-bottom: clamp(14px, 2vw, 20px);
  border: 1px solid var(--line);
  background: var(--deep);
}

.page-products .pd-toolbar__label {
  margin-right: 2px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(244, 240, 230, .62);
}

.page-products .pd-toolbar__label + .chip {
  margin-right: 8px;
}

.page-products .chip {
  border-radius: 0;
}

/* ============ 表格 ============ */
.page-products .table__wrap {
  overflow-x: auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.page-products .table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 13.5px;
  color: rgba(244, 240, 230, .82);
}

.page-products .pd-table__caption {
  caption-side: top;
  padding: 10px 0;
  text-align: left;
  font-size: 12px;
  color: var(--silver);
}

.page-products .table th {
  padding: 11px 14px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
  color: var(--silver);
  border-bottom: 1px solid var(--line);
}

.page-products .table td {
  padding: 12px 14px;
  line-height: 1.55;
  border-bottom: 1px solid var(--line-soft);
  vertical-align: top;
}

.page-products .table tbody tr:nth-child(even) {
  background: rgba(90, 107, 120, .07);
}

.page-products .table tbody tr:hover {
  background: rgba(47, 227, 208, .06);
}

.page-products .table .num {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
}

.page-products .pd-score {
  font-weight: 700;
  color: var(--paper);
}

.page-products .pd-diff {
  color: var(--orange);
  font-weight: 700;
}

.page-products .pd-diff--down {
  color: rgba(255, 90, 43, .72);
}

.page-products .pd-steal {
  color: var(--lime);
  font-weight: 700;
}

/* ============ 02 赛程比较 ============ */
.page-products .pd-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 2.6vw, 30px);
}

@media (min-width: 900px) {
  .page-products .pd-split {
    grid-template-columns: minmax(0, 1fr) 230px;
    align-items: start;
  }
}

.page-products .pd-split__main {
  min-width: 0;
}

.page-products .pd-split__side {
  min-width: 0;
}

.page-products .pd-split__fig img {
  aspect-ratio: 5 / 7;
}

.page-products .pd-axisfig {
  margin: clamp(18px, 2.6vw, 26px) 0 0;
  padding: 16px 14px 12px;
  border: 1px solid var(--line);
  background: linear-gradient(120deg, var(--panel) 0%, rgba(14, 59, 58, .55) 100%);
}

.page-products .pd-axis {
  display: block;
  width: 100%;
  height: auto;
}

.page-products .pd-schedule__wide {
  margin-top: clamp(20px, 3vw, 30px);
}

/* ============ 03 替补贡献 ============ */
.page-products .pd-players {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line);
}

.page-products .pd-player {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 16px 16px 18px;
  background: var(--panel);
  transition: background-color .2s ease, transform .2s ease;
}

.page-products .pd-player:hover {
  background: #1B232A;
  transform: translateY(-2px);
}

.page-products .pd-player__top {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line-soft);
}

.page-products .pd-player__no {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--cyan);
}

.page-products .pd-player__pos {
  font-size: 13px;
  color: rgba(244, 240, 230, .7);
}

.page-products .pd-player__tag {
  margin-left: auto;
  padding: 2px 7px;
  border: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .1em;
  color: var(--lime);
}

.page-products .pd-player__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.page-products .pd-player__stats div {
  display: grid;
  gap: 3px;
}

.page-products .pd-player__stats dt {
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--silver);
}

.page-products .pd-player__stats dd {
  margin: 0;
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-size: 20px;
  font-weight: 700;
  color: var(--paper);
}

.page-products .pd-player__pm {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid var(--line-soft);
  font-size: 12px;
  color: var(--silver);
}

.page-products .pd-player__pm strong {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-size: 22px;
  font-weight: 700;
}

.page-products .pd-plus { color: var(--cyan); }
.page-products .pd-minus { color: var(--orange); }

.page-products .pd-subs__fig {
  max-width: 340px;
  margin: clamp(20px, 3vw, 30px) 0 0;
}

/* ============ 04 字段明细 ============ */
.page-products .pd-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 34px);
  align-items: start;
}

@media (min-width: 980px) {
  .page-products .pd-fields {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.4fr);
  }
}

.page-products .pd-fields__body {
  min-width: 0;
}

.page-products .pd-fld {
  position: relative;
  display: inline-block;
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: .04em;
  color: var(--cyan);
  border-bottom: 1px dashed rgba(47, 227, 208, .5);
  cursor: help;
  outline-offset: 3px;
}

.page-products .pd-fld__tip {
  position: absolute;
  left: 0;
  bottom: calc(100% + 8px);
  z-index: 5;
  width: min(280px, 72vw);
  padding: 10px 12px;
  border: 1px solid var(--line-cyan);
  background: var(--deep);
  color: rgba(244, 240, 230, .86);
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.65;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  pointer-events: none;
}

.page-products .pd-fld:hover .pd-fld__tip,
.page-products .pd-fld:focus-visible .pd-fld__tip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ============ 05 订阅与授权 ============ */
.page-products .pd-plans {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line);
}

@media (min-width: 860px) {
  .page-products .pd-plans {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-products .pd-plan {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(20px, 2.6vw, 30px);
  background: var(--panel);
}

.page-products .pd-plan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--cyan);
}

.page-products .pd-plan--team::before { background: var(--lime); }
.page-products .pd-plan--org::before { background: var(--orange); }

.page-products .pd-plan--org {
  background: linear-gradient(150deg, var(--deep) 0%, #10302F 100%);
}

.page-products .pd-plan__name {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(20px, 2.2vw, 24px);
  letter-spacing: -0.01em;
  color: var(--paper);
}

.page-products .pd-plan__sub {
  margin: -6px 0 0;
  font-size: 13px;
  color: var(--silver);
}

.page-products .pd-plan__list {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(244, 240, 230, .78);
}

.page-products .pd-plan__list li {
  position: relative;
  padding-left: 16px;
}

.page-products .pd-plan__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 5px;
  height: 5px;
  background: var(--cyan);
}

.page-products .pd-plan--team .pd-plan__list li::before { background: var(--lime); }
.page-products .pd-plan--org .pd-plan__list li::before { background: var(--orange); }

.page-products .pd-plan__fit {
  margin: 6px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--line-soft);
  font-size: 12.5px;
  line-height: 1.6;
  color: rgba(244, 240, 230, .6);
}

/* ============ 06 接入流程 ============ */
.page-products .pd-steps {
  list-style: none;
  margin: 0;
  padding: 4px 0 0 28px;
  border-left: 1px solid var(--line);
}

.page-products .pd-step {
  position: relative;
  display: grid;
  gap: 6px;
  padding-bottom: clamp(20px, 2.8vw, 30px);
}

.page-products .pd-step:last-child {
  padding-bottom: 0;
}

.page-products .pd-step::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 7px;
  width: 7px;
  height: 7px;
  background: var(--ink);
  border: 1px solid var(--cyan);
}

.page-products .pd-step:first-child::before {
  background: var(--cyan);
}

.page-products .pd-step__num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--lime);
}

.page-products .pd-step__title {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(16px, 1.8vw, 19px);
  letter-spacing: -0.01em;
  color: var(--paper);
}

.page-products .pd-step__body {
  margin: 0;
  max-width: 66ch;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(244, 240, 230, .72);
}

.page-products .pd-step__meta {
  margin: 2px 0 0;
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--orange);
}

/* ============ 07 使用场景 ============ */
.page-products .pd-scenes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line);
}

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

.page-products .pd-scene {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: clamp(20px, 2.6vw, 28px);
  background: var(--panel);
}

.page-products .pd-scene__tag {
  margin: 0;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--cyan);
}

.page-products .pd-scene__title {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--paper);
}

.page-products .pd-scene__body {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.75;
  color: rgba(244, 240, 230, .72);
}

.page-products .pd-scene__mods {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 4px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid var(--line-soft);
}

.page-products .pd-scene__mods li {
  padding: 3px 8px;
  border: 1px solid var(--line-cyan);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .04em;
  color: rgba(244, 240, 230, .82);
}

/* ============ 结尾 ============ */
.page-products .pd-cta {
  margin-top: clamp(30px, 4vw, 52px);
  border: 1px solid var(--line-cyan);
  background:
    linear-gradient(115deg, rgba(47, 227, 208, .12) 0%, rgba(11, 15, 18, 0) 55%),
    var(--panel);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%);
}

.page-products .pd-cta__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 2.6vw, 30px);
  padding: clamp(24px, 3.4vw, 42px);
}

@media (min-width: 860px) {
  .page-products .pd-cta__inner {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    align-items: end;
  }
}

.page-products .pd-cta__title {
  margin: 10px 0 0;
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(21px, 2.8vw, 30px);
  line-height: 1.16;
  letter-spacing: -0.01em;
  color: var(--paper);
}

.page-products .pd-cta__body {
  max-width: 62ch;
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(244, 240, 230, .74);
}

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

@media (min-width: 860px) {
  .page-products .pd-cta__actions {
    justify-content: flex-end;
  }
}

/* ============ 窄屏微调 ============ */
@media (max-width: 620px) {
  .page-products .pd-hero__actions .btn,
  .page-products .pd-cta__actions .btn {
    flex: 1 1 auto;
    text-align: center;
  }

  .page-products .pd-toolbar {
    padding: 10px;
  }

  .page-products .pd-toolbar__label {
    flex: 0 0 100%;
  }

  .page-products .pd-steps {
    padding-left: 22px;
  }

  .page-products .pd-step::before {
    left: -26px;
  }

  .page-products .pd-subs__fig {
    max-width: 100%;
  }
}
<<<END>>>
