.page-products {
  --prod-section-gap: clamp(56px, 9vh, 104px);
  --prod-panel-pad: clamp(24px, 3.2vw, 40px);
  background: var(--bg);
  color: var(--fg);
  padding-bottom: clamp(48px, 8vh, 96px);
  overflow-x: hidden;
}

.page-products .wrap {
  position: relative;
}

/* ===== 面包屑 ===== */
.page-products .breadcrumb {
  padding-top: clamp(20px, 4vh, 40px);
}

.page-products .breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: var(--c-fog);
  font-family: var(--font-mono);
  letter-spacing: .04em;
}

.page-products .breadcrumb__list li + li::before {
  content: "/";
  margin-right: 8px;
  color: var(--hair-2);
}

.page-products .breadcrumb__list a {
  color: var(--c-fog);
  text-decoration: none;
  transition: color .2s;
}

.page-products .breadcrumb__list a:hover,
.page-products .breadcrumb__list a:focus-visible {
  color: var(--c-lime);
}

/* ===== 首屏 ===== */
.products-intro {
  padding-bottom: 0;
}

.page-products .intro-band {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 48px);
  padding: clamp(28px, 5vh, 56px) 0 clamp(36px, 6vh, 72px);
  border-bottom: 1px solid var(--hair);
}

@media (min-width: 880px) {
  .page-products .intro-band {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: clamp(40px, 6vw, 88px);
    align-items: end;
  }
}

.intro-band__main {
  max-width: 760px;
}

.intro-band__main .eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--c-orange);
  margin: 0 0 20px;
  text-transform: uppercase;
}

.intro-band__main h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 7vw, 84px);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1;
  margin: 0 0 24px;
  color: var(--c-cream);
}

.intro-band__main .lead {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.85;
  color: rgba(241, 235, 224, .8);
  max-width: 640px;
  margin: 0;
}

.intro-band__side {
  padding: 4px 0 4px 22px;
  border-left: 2px solid var(--c-lime);
}

.intro-band__side-label {
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--c-fog);
  margin: 0 0 18px;
  text-transform: uppercase;
}

.intro-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 2px;
}

.intro-list li a {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: baseline;
  padding: 11px 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--c-cream);
  text-decoration: none;
  border-bottom: 1px solid var(--hair);
  transition: color .22s, padding-left .22s;
}

.intro-list li:last-child a {
  border-bottom: 0;
}

.intro-list li a:hover,
.intro-list li a:focus-visible {
  color: var(--c-lime);
  padding-left: 6px;
}

.intro-list .mono {
  color: var(--c-orange);
  font-size: 12px;
  letter-spacing: .08em;
}

/* ===== 通用区块 ===== */
.page-products .section {
  padding-top: var(--prod-section-gap);
  padding-bottom: var(--prod-section-gap);
  border-top: 1px solid var(--hair);
}

.page-products .section:first-of-type {
  border-top: 0;
}

.page-products .section-head {
  max-width: 720px;
  margin-bottom: clamp(28px, 4.5vh, 52px);
}

.page-products .section-head--center {
  max-width: 760px;
}

.page-products .section-head .eyebrow {
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--c-orange);
  margin: 0 0 14px;
  text-transform: uppercase;
}

.page-products .section-title {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.6vw, 46px);
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.15;
  margin: 0;
  color: var(--c-cream);
}

.page-products .section-title__rule {
  display: block;
  width: 48px;
  height: 2px;
  background: var(--c-orange);
  margin: 20px 0 0;
}

.page-products .section-head__sub {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(241, 235, 224, .8);
  max-width: 640px;
}

.page-products .prose {
  font-size: 15.5px;
  line-height: 1.85;
  color: rgba(241, 235, 224, .84);
  margin: 22px 0;
  max-width: 64ch;
}

.page-products .link-lime {
  color: var(--c-lime);
  text-decoration: none;
  border-bottom: 1px solid rgba(200, 242, 78, .35);
  transition: border-color .2s, color .2s;
}

.page-products .link-lime:hover,
.page-products .link-lime:focus-visible {
  border-bottom-color: var(--c-lime);
}

/* ===== 四件工具 ===== */
.tools-section {
  padding-top: clamp(40px, 6vh, 72px);
}

.tool-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 2.4vw, 26px);
}

@media (min-width: 720px) {
  .tool-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1040px) {
  .tool-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
  }
  .tool-block--a { grid-column: span 7; }
  .tool-block--b { grid-column: span 5; }
  .tool-block--c { grid-column: span 5; }
  .tool-block--d { grid-column: span 7; }
}

.tool-block {
  position: relative;
  padding: var(--prod-panel-pad);
  border-radius: var(--r-organic-a);
  background: linear-gradient(160deg, var(--c-mid) 0%, rgba(27, 74, 59, .55) 100%);
  border: 1px solid rgba(241, 235, 224, .07);
  transition: transform .28s ease, border-color .28s;
  display: flex;
  flex-direction: column;
}

.tool-block:nth-child(even) {
  border-radius: var(--r-organic-b);
}

.tool-block:hover,
.tool-block:focus-within {
  transform: translateY(-4px);
  border-color: rgba(200, 242, 78, .32);
}

.tool-block__num {
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--c-lime);
}

.tool-block h3 {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--c-cream);
  margin: 14px 0 0;
}

.tool-block__rule {
  width: 36px;
  height: 2px;
  background: var(--c-orange);
  margin: 14px 0 18px;
}

.tool-block__use {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(241, 235, 224, .9);
  margin: 0 0 18px;
  flex: 1;
}

.tool-block__who {
  font-size: 13px;
  line-height: 1.75;
  color: var(--c-fog);
  padding-top: 14px;
  border-top: 1px solid var(--hair);
  margin: 0 0 18px;
}

.tool-block .link-lime {
  font-size: 13.5px;
  font-family: var(--font-mono);
  letter-spacing: .02em;
  align-self: flex-start;
}

/* ===== 分栏 ===== */
.page-products .split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4.5vw, 56px);
  align-items: start;
}

@media (min-width: 880px) {
  .page-products .split--7-5 { grid-template-columns: 7fr 5fr; }
  .page-products .split--5-7 { grid-template-columns: 5fr 7fr; }
  .page-products .split--4-8 { grid-template-columns: 4fr 8fr; }
}

.split__main {
  min-width: 0;
}

/* ===== 媒体框 ===== */
.page-products .media-frame {
  margin: 0;
  position: relative;
  border-radius: var(--r-organic-b);
  overflow: hidden;
  background:
    repeating-linear-gradient(135deg, rgba(241, 235, 224, .035) 0 2px, transparent 2px 10px),
    var(--c-night);
}

.page-products .media-frame--tall {
  border-radius: var(--r-organic-a);
}

.page-products .media-frame--tilt {
  transform: rotate(-1.2deg);
  border-radius: var(--r-organic-c);
}

.page-products .media-frame__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.page-products .media-frame__caption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 5px 12px;
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--c-cream);
  background: rgba(8, 17, 15, .72);
  border-radius: 3px;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
}

/* ===== 日历 ===== */
.cal-svg {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  margin: 28px 0 8px;
  border: 1px solid var(--hair);
  border-radius: var(--r-soft);
  background: rgba(8, 17, 15, .5);
}

.cal-points {
  list-style: none;
  counter-reset: calpoint;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 14px;
}

.cal-points li {
  position: relative;
  padding-left: 26px;
  font-size: 14.5px;
  line-height: 1.8;
  color: rgba(241, 235, 224, .84);
  counter-increment: calpoint;
}

.cal-points li::before {
  content: counter(calpoint, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 1px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--c-orange);
}

.cal-points strong {
  color: var(--c-cream);
  font-weight: 600;
}

/* ===== 转会动态 ===== */
.transfer-section .transfer-figure {
  align-self: start;
}

.push-filter {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--hair);
}

.push-filter__hint {
  margin: 0 0 18px;
  font-size: 14px;
}

.push-filter .filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.page-products .filter-btn {
  appearance: none;
  border: 1px solid var(--hair-2);
  background: transparent;
  color: var(--c-cream);
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: .04em;
  padding: 9px 16px;
  border-radius: 999px;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
}

.page-products .filter-btn:hover,
.page-products .filter-btn:focus-visible {
  border-color: var(--c-lime);
  color: var(--c-lime);
}

.page-products .filter-btn[aria-pressed="true"] {
  background: var(--c-lime);
  color: var(--c-well);
  border-color: var(--c-lime);
}

.push-previews {
  display: grid;
  gap: 12px;
}

.push-card {
  padding: 18px 20px;
  border-radius: var(--r-soft);
  background: rgba(8, 17, 15, .55);
  border: 1px solid var(--hair);
}

.push-card__head {
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--c-lime);
  margin: 0 0 8px;
  text-transform: uppercase;
}

.push-card__body {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.75;
  color: rgba(241, 235, 224, .84);
}

.page-products .filter-status {
  margin: 16px 0 0;
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--c-fog);
}

.transfer-read {
  margin-top: 28px;
  padding: 20px 22px;
  border-left: 2px solid var(--c-orange);
  background: rgba(255, 138, 61, .06);
  border-radius: 0 var(--r-soft) var(--r-soft) 0;
}

.transfer-read__title {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--c-orange);
  text-transform: uppercase;
}

.transfer-read__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.transfer-read__list li {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(241, 235, 224, .84);
  padding-left: 16px;
  position: relative;
}

.transfer-read__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 1px;
  background: var(--c-fog);
}

/* ===== 稳定版客户端 ===== */
.page-products .platform-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--hair);
}

.platform-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3.6vw, 44px);
  align-items: start;
}

@media (min-width: 940px) {
  .platform-split {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  }
}

.platform-panels {
  display: grid;
  gap: 16px;
}

.platform-panel {
  padding: 22px 24px;
  border: 1px solid var(--hair);
  border-radius: var(--r-soft);
  background: rgba(27, 74, 59, .32);
  transition: border-color .2s, background .2s;
}

.platform-panel:hover {
  border-color: rgba(200, 242, 78, .3);
}

.platform-panel__key {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--c-orange);
}

.platform-panel h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  color: var(--c-cream);
  letter-spacing: -.01em;
}

.platform-panel p {
  margin: 0 0 14px;
  font-size: 14.5px;
  line-height: 1.75;
  color: rgba(241, 235, 224, .84);
}

.platform-panel__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 7px;
}

.platform-panel__list li {
  position: relative;
  padding-left: 16px;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--c-fog);
}

.platform-panel__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 2px;
  background: var(--c-lime);
}

.platform-figure {
  margin-top: 6px;
}

.platform-specs-wrap {
  margin-top: clamp(28px, 4vh, 44px);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.platform-specs {
  min-width: 600px;
  display: grid;
  gap: 1px;
  background: var(--hair);
  border: 1px solid var(--hair);
  border-radius: var(--r-soft);
  overflow: hidden;
}

.spec-row {
  display: grid;
  grid-template-columns: 1fr 2fr 1.2fr;
  gap: 14px;
  padding: 14px 20px;
  background: var(--c-night);
  align-items: center;
  font-size: 14px;
  color: rgba(241, 235, 224, .86);
}

.spec-row--head {
  background: var(--c-mid);
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--c-fog);
}

.spec-row .mono {
  color: var(--c-lime);
  font-size: 12.5px;
  letter-spacing: .05em;
}

.platform-note {
  margin-top: 24px;
  font-size: 14px;
  color: var(--c-fog);
}

/* ===== 词典与简史 ===== */
.dict-scenarios {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}

@media (min-width: 620px) {
  .dict-scenarios {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

.dict-scenario {
  padding: 18px 18px 20px;
  border-radius: var(--r-organic-c);
  background: rgba(241, 235, 224, .05);
  border: 1px solid var(--hair);
}

.dict-scenario__label {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--c-lime);
  text-transform: uppercase;
}

.dict-scenario p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.75;
  color: rgba(241, 235, 224, .82);
}

/* ===== 换设备 ===== */
.sync-section {
  position: relative;
}

.sync-steps {
  list-style: none;
  counter-reset: syncstep;
  padding: 0;
  margin: 26px 0 24px;
  display: grid;
  gap: 16px;
}

.sync-steps > li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  padding: 16px 18px;
  border-radius: var(--r-soft);
  background: rgba(8, 17, 15, .45);
  border: 1px solid var(--hair);
  transition: border-color .22s, transform .22s;
}

.sync-steps > li:hover {
  border-color: rgba(200, 242, 78, .28);
  transform: translateX(4px);
}

.sync-step__num {
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--c-orange);
  padding-top: 2px;
}

.sync-step__title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 600;
  color: var(--c-cream);
}

.sync-step__text {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--c-fog);
}

.sync-tail {
  margin-top: 8px;
  font-size: 14px;
  color: var(--c-fog);
}

/* ===== 结尾链接 ===== */
.closing-links-section {
  border-top: 1px solid var(--hair);
}

.closing-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--hair);
}

.closing-links li {
  border-bottom: 1px solid var(--hair);
}

.closing-links a {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: baseline;
  gap: 14px;
  padding: 18px 4px;
  color: var(--c-cream);
  text-decoration: none;
  font-size: clamp(14.5px, 1.4vw, 16px);
  line-height: 1.7;
  transition: padding-left .24s, color .24s, background .24s;
}

.closing-links a:hover,
.closing-links a:focus-visible {
  padding-left: 14px;
  color: var(--c-lime);
  background: rgba(241, 235, 224, .04);
}

.closing-links .mono {
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--c-orange);
}

.closing-links__dest {
  color: var(--c-cream);
  border-bottom: 1px solid rgba(200, 242, 78, .35);
  padding-bottom: 1px;
  transition: border-color .2s;
}

.closing-links a:hover .closing-links__dest {
  border-bottom-color: var(--c-lime);
}

/* ===== 动效 ===== */
@media (prefers-reduced-motion: no-preference) {
  .page-products [data-reveal] {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .48s ease, transform .48s ease;
  }
  .page-products [data-reveal].is-shown {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products [data-reveal] {
    opacity: 1;
    transform: none;
  }
  .page-products .media-frame--tilt {
    transform: none;
  }
}
</final>
