.page-products {
  display: block;
  background: var(--cream);
  color: var(--stone);
}

/* ---------- 面包屑 ---------- */
.page-products .products-crumbs {
  padding-top: clamp(14px, 2vw, 22px);
}

/* ---------- 首屏 ---------- */
.page-products .offerings-hero {
  background: var(--ink);
  color: var(--ink-text);
  border-bottom: 3px solid var(--orange);
  margin-top: clamp(12px, 2vw, 20px);
}

.page-products .offerings-hero__inner {
  display: grid;
  gap: var(--gap);
  padding-top: clamp(30px, 4.5vw, 60px);
  padding-bottom: clamp(30px, 4.5vw, 60px);
}

@media (min-width: 900px) {
  .page-products .offerings-hero__inner {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(24px, 4vw, 56px);
  }
}

.page-products .offerings-hero .eyebrow {
  color: var(--amber);
  margin-bottom: 10px;
}

.page-products .offerings-hero h1 {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(28px, 5vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 16px;
  max-width: 20ch;
}

.page-products .offerings-hero__lede {
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.8;
  color: var(--ink-text);
  max-width: 42rem;
  margin: 0 0 24px;
}

.page-products .offerings-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-products .offerings-hero__tiles {
  list-style: none;
  margin: 0;
  padding: 1px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--ink-line-strong);
  border-radius: var(--radius);
  overflow: hidden;
}

.page-products .offerings-hero__tiles li {
  background: var(--ink-2);
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 92px;
}

.page-products .offerings-hero__num {
  font-family: var(--font-mono);
  font-weight: 800;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1;
  color: var(--amber);
  letter-spacing: -0.02em;
}

.page-products .offerings-hero__unit {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  margin-left: 2px;
  color: var(--orange-soft);
}

.page-products .offerings-hero__cap {
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-text-dim);
}

/* ---------- 服务树 ---------- */
.page-products .service-tree {
  padding-top: var(--section-y);
  padding-bottom: var(--section-y);
}

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

.page-products .service-node {
  position: relative;
  padding-left: 44px;
  margin-bottom: var(--gap);
}

.page-products .service-node:last-child {
  margin-bottom: 0;
}

.page-products .service-node::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 38px;
  bottom: calc(var(--gap) * -1);
  width: 2px;
  background: linear-gradient(180deg, var(--orange) 0%, rgba(226, 87, 27, .35) 40%, var(--line) 100%);
  border-radius: 2px;
}

.page-products .service-node:last-child::before {
  content: none;
}

.page-products .service-node__marker {
  position: absolute;
  left: 0;
  top: 6px;
  width: 28px;
  height: 28px;
  box-sizing: content-box;
  border: 3px solid var(--cream);
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  display: grid;
  place-items: center;
  z-index: 1;
}

@media (min-width: 900px) {
  .page-products .service-node {
    padding-left: 62px;
  }
}

/* ---------- 服务卡 ---------- */
.page-products .service-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.page-products .service-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 18px;
  padding: clamp(14px, 2vw, 20px) clamp(16px, 2.4vw, 26px);
  border-bottom: 1px solid var(--line);
  background: var(--paper-dim);
}

.page-products .service-card__figure {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  flex: 0 0 auto;
  font-family: var(--font-mono);
  font-size: clamp(24px, 3.4vw, 34px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--orange);
}

.page-products .service-card__unit {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--stone);
}

.page-products .service-card__title {
  flex: 1 1 240px;
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.page-products .service-card__body {
  display: grid;
  gap: clamp(14px, 2vw, 22px);
  padding: clamp(16px, 2.4vw, 26px);
}

@media (min-width: 860px) {
  .page-products .service-card__body--split {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    align-items: start;
  }
}

.page-products .service-card__text p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--stone);
}

.page-products .service-card__text p:last-child {
  margin-bottom: 0;
}

.page-products .service-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}

.page-products .service-points li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--stone);
}

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

/* ---------- 筛选状态演示 ---------- */
.page-products .filter-demo {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.page-products .filter-demo__chip {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--cream);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .01em;
  color: var(--stone);
}

.page-products .filter-demo__chip--on {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--amber);
}

/* ---------- 红黄牌累计条 ---------- */
.page-products .disc-bars {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--cream);
}

.page-products .disc-bar {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.page-products .disc-bar__label {
  font-weight: 600;
  color: var(--stone);
}

.page-products .disc-bar__track {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: var(--paper-dim);
  border: 1px solid var(--line);
  overflow: hidden;
}

.page-products .disc-bar__fill {
  display: block;
  height: 100%;
  border-radius: 999px;
}

.page-products .disc-bar--yellow .disc-bar__fill {
  background: var(--yellow);
}

.page-products .disc-bar--red .disc-bar__fill {
  background: var(--red);
}

.page-products .disc-bar__num {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 14px;
  text-align: right;
  color: var(--ink);
}

/* ---------- 设备对比 ---------- */
.page-products .device-strip {
  display: grid;
  gap: var(--gap);
  margin-top: 18px;
}

@media (min-width: 700px) {
  .page-products .device-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.page-products .device {
  display: grid;
  gap: 12px;
  justify-items: center;
  padding: 20px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--cream);
  text-align: center;
}

.page-products .device__frame {
  width: 100%;
  max-width: 260px;
  aspect-ratio: 16 / 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 14px 16px;
  border: 2px solid var(--ink);
  border-radius: 6px;
  background: var(--ink);
}

.page-products .device__frame--phone {
  max-width: 128px;
  aspect-ratio: 9 / 15;
  border-radius: 14px;
  padding: 14px 12px;
}

.page-products .device__line {
  display: block;
  height: 6px;
  border-radius: 2px;
  background: var(--ink-line-strong);
}

.page-products .device__line--orange {
  width: 42%;
  background: var(--orange);
}

.page-products .device__line--amber {
  width: 74%;
  background: var(--amber);
}

.page-products .device__line--short {
  width: 56%;
}

.page-products .device__label {
  margin: 0;
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .02em;
  color: var(--ink);
}

.page-products .device__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--stone);
  max-width: 30ch;
}

/* ---------- 更新节奏 ---------- */
.page-products .products-cadence {
  padding-bottom: var(--section-y);
}

.page-products .cadence-grid {
  display: grid;
  gap: 1px;
  padding: 1px;
  background: var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

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

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

.page-products .cadence-item {
  background: var(--paper);
  padding: 20px 18px;
  display: grid;
  gap: 8px;
  align-content: start;
  border-top: 4px solid var(--line);
}

.page-products .cadence-item--orange {
  border-top-color: var(--orange);
}

.page-products .cadence-item--amber {
  border-top-color: var(--amber);
}

.page-products .cadence-item--moss {
  border-top-color: var(--moss);
}

.page-products .cadence-item--stone {
  border-top-color: var(--stone);
}

.page-products .cadence-item__cycle {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.page-products .cadence-item--orange .cadence-item__cycle {
  color: var(--orange);
}

.page-products .cadence-item--amber .cadence-item__cycle {
  color: var(--yellow);
}

.page-products .cadence-item--moss .cadence-item__cycle {
  color: var(--moss);
}

.page-products .cadence-item__what {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--ink);
}

.page-products .cadence-item__when {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--stone);
}

/* ---------- 结尾行动区 ---------- */
.page-products .products-cta {
  padding-bottom: clamp(36px, 6vw, 72px);
}

.page-products .products-cta__inner {
  display: grid;
  gap: clamp(18px, 2.6vw, 32px);
  padding: clamp(22px, 3.4vw, 40px);
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--ink-text);
  border-left: 6px solid var(--orange);
}

@media (min-width: 900px) {
  .page-products .products-cta__inner {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, auto);
    align-items: center;
  }
}

.page-products .products-cta__text .eyebrow {
  color: var(--amber);
  margin-bottom: 8px;
}

.page-products .products-cta__text h2 {
  margin: 0 0 12px;
  font-family: var(--font-head);
  font-size: clamp(20px, 2.8vw, 30px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #fff;
}

.page-products .products-cta__text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--ink-text);
  max-width: 46rem;
}

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

/* ---------- 窄屏兜底 ---------- */
@media (max-width: 520px) {
  .page-products .offerings-hero__tiles {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-products .offerings-hero__tiles li {
    min-height: 0;
    flex-direction: row;
    align-items: baseline;
    gap: 12px;
    padding: 12px 14px;
  }

  .page-products .service-node {
    padding-left: 38px;
  }

  .page-products .service-card__head {
    gap: 6px 12px;
  }

  .page-products .disc-bar {
    grid-template-columns: 60px minmax(0, 1fr) 26px;
    gap: 8px;
  }
}
<<<END>>>
