.page-products{
  --pc-gold-gradient: linear-gradient(135deg, #F2D479 0%, #D4AF37 60%, #A8842C 100%);
  --pc-gold-soft: #F7EDCE;
  --pc-blue-deep: #071830;
  --pc-line: rgba(10,31,60,.14);
  --pc-panel-shadow: 0 16px 48px rgba(10,31,60,.16);
}

.page-products .frame{
  position: relative;
  border: 3px solid var(--c-ink);
  border-radius: var(--radius);
  background: var(--c-white);
  box-shadow: 8px 8px 0 rgba(10,31,60,.9);
  overflow: hidden;
}

.page-products .frame__tick{
  position: absolute;
  width: 36px;
  height: 36px;
  border-color: var(--c-gold);
  z-index: 3;
}
.page-products .frame__tick--tl{
  top: 14px;
  left: 14px;
  border-top: 3px solid var(--c-gold);
  border-left: 3px solid var(--c-gold);
}
.page-products .frame__tick--br{
  bottom: 14px;
  right: 14px;
  border-bottom: 3px solid var(--c-gold);
  border-right: 3px solid var(--c-gold);
}

.page-products .section{
  margin: 72px 0 96px;
}

.page-products .section-head{
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border-bottom: 2px solid var(--c-ink);
  padding-bottom: 18px;
  margin-bottom: 44px;
}
.page-products .section-head__num{
  font-family: var(--font-title);
  font-size: 48px;
  font-weight: 800;
  line-height: .9;
  color: var(--c-gold);
  -webkit-text-stroke: 1.5px var(--c-ink);
  letter-spacing: -.03em;
  min-width: 64px;
}
.page-products .section-head__text h2{
  margin: 0 0 4px;
  font-size: clamp(28px, 3.2vw, 36px);
  line-height: 1.15;
  letter-spacing: -.02em;
}
.page-products .section-head__text .section-subtitle{
  margin: 0;
  color: var(--c-gray);
  font-size: 14px;
}

/* ===== 英雄区 ===== */
.page-products .product-hero{
  display: grid;
  gap: 40px;
  padding: 48px 0 64px;
}
.page-products .product-hero__kicker{
  display: inline-block;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--c-ink);
  border: 1px solid var(--c-ink);
  padding: 6px 14px;
  border-radius: 999px;
  margin: 0 0 20px;
  background: var(--c-white);
}
.page-products .product-hero h1{
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
  letter-spacing: -.04em;
  margin: 0 0 20px;
  color: var(--c-primary);
}
.page-products .product-hero .lead{
  font-size: 17px;
  line-height: 1.7;
  color: var(--c-gray);
  max-width: 600px;
  margin: 0 0 30px;
}
.page-products .product-hero__facts{
  list-style: none;
  margin: 0 0 32px;
  padding: 20px 0;
  border-top: 1px solid var(--pc-line);
  border-bottom: 1px solid var(--pc-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.page-products .product-hero__facts li{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-products .product-hero__facts strong{
  font-size: 26px;
  color: var(--c-primary);
  font-family: var(--font-title);
  letter-spacing: -.02em;
}
.page-products .product-hero__facts span{
  font-size: 13px;
  color: var(--c-gray);
}
.page-products .product-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.page-products .product-hero__visual{
  min-height: 320px;
}
.page-products .device-visual{
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 320px;
}
.page-products .device-visual__desktop{
  position: absolute;
  top: 40px;
  left: 8%;
  width: 70%;
  z-index: 2;
}
.page-products .device-visual__bar{
  height: 8px;
  background: var(--c-ink);
  border-radius: 4px 4px 0 0;
  margin: 0 auto;
  width: 92%;
}
.page-products .device-visual__screen{
  background: var(--c-primary);
  border: 2px solid var(--c-ink);
  border-radius: 2px;
  padding: 18px 14px;
  display: grid;
  gap: 8px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.08);
}
.page-products .device-visual__screen i{
  display: block;
  height: 6px;
  background: rgba(255,255,255,.28);
  border-radius: 3px;
}
.page-products .device-visual__screen i:nth-child(1){
  width: 70%;
  background: var(--c-gold);
}
.page-products .device-visual__screen i:nth-child(2){
  width: 90%;
}
.page-products .device-visual__screen i:nth-child(3){
  width: 82%;
}
.page-products .device-visual__screen i:nth-child(4){
  width: 55%;
}
.page-products .device-visual__stand{
  width: 18%;
  height: 34px;
  border-left: 3px solid var(--c-ink);
  border-right: 3px solid var(--c-ink);
  border-bottom: 3px solid var(--c-ink);
  margin: 0 auto;
  border-radius: 0 0 8px 8px;
}
.page-products .device-visual__mobile{
  position: absolute;
  right: 4%;
  bottom: 10px;
  width: 26%;
  z-index: 3;
  background: var(--c-paper);
  border: 3px solid var(--c-ink);
  border-radius: 18px;
  padding: 10px 6px 14px;
  box-shadow: 8px 8px 0 rgba(10,31,60,.8);
}
.page-products .device-visual__mobile .device-visual__screen{
  border: none;
  border-radius: 10px;
  padding: 12px 8px;
  gap: 6px;
}
.page-products .device-visual__mobile .device-visual__screen i{
  height: 5px;
}
.page-products .device-visual__mobile .device-visual__screen i:nth-child(1){
  width: 100%;
  background: var(--c-gold);
}
.page-products .device-visual__mobile .device-visual__screen i:nth-child(2){
  width: 80%;
}
.page-products .device-visual__mobile .device-visual__screen i:nth-child(3){
  width: 66%;
}

/* ===== 01 应用总览 ===== */
.page-products .overview-grid{
  display: grid;
  gap: 24px;
}
.page-products .overview-stats{
  position: relative;
  border-radius: var(--radius);
  padding: 34px 28px;
  color: var(--c-white);
  overflow: hidden;
}
.page-products .overview-stats::after{
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 160px;
  height: 160px;
  border: 2px solid rgba(212,175,55,.4);
  border-radius: 50%;
}
.page-products .overview-stats__label{
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--c-gold);
  margin: 0 0 12px;
}
.page-products .overview-stats__main{
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 800;
  font-family: var(--font-title);
  line-height: 1;
  letter-spacing: -.04em;
  margin-bottom: 28px;
}
.page-products .overview-stats__row{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,.14);
  font-size: 14px;
}
.page-products .overview-stats__row span{
  color: rgba(255,255,255,.7);
}
.page-products .overview-stats__row strong{
  color: var(--c-gold-light);
  font-weight: 700;
}
.page-products .overview-stats__divider{
  height: 2px;
  background: var(--pc-gold-gradient);
  margin: 22px 0 18px;
  border-radius: 2px;
}
.page-products .overview-stats > p{
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255,255,255,.78);
  margin: 0;
}
.page-products .overview-desc{
  border: 2px solid var(--c-ink);
  border-radius: var(--radius);
  background: var(--c-white);
  padding: 32px 26px;
  box-shadow: var(--pc-panel-shadow);
}
.page-products .overview-desc > h3{
  font-size: 22px;
  margin: 0 0 12px;
  color: var(--c-primary);
}
.page-products .overview-desc > p{
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-gray);
  margin: 0 0 26px;
}
.page-products .overview-desc__list{
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 18px;
}
.page-products .overview-desc__list li{
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid var(--pc-line);
  border-radius: var(--radius);
  background: var(--c-paper);
}
.page-products .overview-desc__num{
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 22px;
  color: var(--c-gold);
  line-height: 1;
  border: 2px solid var(--c-gold);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--c-white);
  flex-shrink: 0;
}
.page-products .overview-desc__list h4{
  font-size: 16px;
  margin: 0 0 6px;
  color: var(--c-ink);
}
.page-products .overview-desc__list p{
  font-size: 14px;
  line-height: 1.6;
  color: var(--c-gray);
  margin: 0;
}
.page-products .overview-desc__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ===== 02/03 功能区块 ===== */
.page-products .feature-row{
  display: grid;
  gap: 32px;
  align-items: center;
}
.page-products .feature-row__media{
  margin: 0;
  width: 100%;
}
.page-products .feature-row__media img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.page-products .feature-row__media figcaption{
  font-size: 13px;
  color: var(--c-gray);
  background: var(--c-paper);
  padding: 10px 16px;
  border-top: 1px solid var(--c-ink);
}
.page-products .feature-row__content > h3{
  font-size: 26px;
  margin: 20px 0 12px;
  color: var(--c-primary);
}
.page-products .feature-row__content > p{
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-gray);
  margin: 0 0 20px;
}
.page-products .feature-point{
  border: 1px solid var(--pc-line);
  border-radius: var(--radius);
  background: var(--c-white);
  margin: 10px 0;
  transition: border-color .2s, box-shadow .2s;
}
.page-products .feature-point summary{
  cursor: pointer;
  list-style: none;
  padding: 14px 16px;
  font-weight: 600;
  font-size: 15px;
  color: var(--c-ink);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color .2s;
}
.page-products .feature-point summary::-webkit-details-marker{
  display: none;
}
.page-products .feature-point summary::before{
  content: "＋";
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--c-gold);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  color: var(--c-gold);
  flex-shrink: 0;
  transition: transform .25s;
}
.page-products .feature-point[open] summary::before{
  content: "－";
  transform: rotate(180deg);
  background: var(--c-gold);
  color: var(--c-white);
}
.page-products .feature-point summary:hover{
  background: var(--c-paper);
}
.page-products .feature-point p{
  margin: 0;
  padding: 0 16px 14px 50px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--c-gray);
}
.page-products .feature-point[open]{
  border-color: var(--c-gold);
  box-shadow: 0 4px 16px rgba(212,175,55,.14);
}
.page-products .feature-row__spec{
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 24px;
  padding: 14px 16px;
  background: var(--c-blue-light);
  border-radius: var(--radius);
  font-size: 13px;
  color: var(--c-primary);
  font-weight: 500;
}
.page-products .feature-row--reverse .feature-row__content{
  order: 1;
}
.page-products .feature-row--reverse .feature-row__media{
  order: 2;
}

/* ===== 04 对比 ===== */
.page-products .compare-visual{
  margin: 0 0 30px;
}
.page-products .compare-visual img{
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/8;
  object-fit: cover;
}
.page-products .compare-visual__labels{
  display: flex;
  justify-content: space-between;
  padding: 12px 18px;
  background: var(--c-primary);
  color: var(--c-white);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .06em;
}
.page-products .compare-visual__labels span:last-child{
  color: var(--c-gold);
}
.page-products .compare-slider{
  margin-bottom: 36px;
  padding: 18px 20px;
  background: var(--c-paper-deep);
  border: 2px solid var(--c-ink);
  border-radius: var(--radius);
}
.page-products .compare-slider__control{
  display: none;
}
.page-products .compare-slider__input{
  font-size: 13px;
  color: var(--c-gray);
  margin-bottom: 10px;
  display: block;
}
.page-products .compare-slider input[type="range"]{
  width: 100%;
  height: 32px;
  accent-color: var(--c-gold);
  cursor: pointer;
  background: transparent;
}
.page-products .compare-table{
  border: 2px solid var(--c-ink);
  border-radius: var(--radius);
  background: var(--c-white);
  overflow: hidden;
}
.page-products .compare-table__head,
.page-products .compare-table__row{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}
.page-products .compare-table__head{
  background: var(--c-primary);
  color: var(--c-white);
  font-weight: 700;
  font-size: 14px;
}
.page-products .compare-table__head span:first-child{
  background: rgba(255,255,255,.08);
}
.page-products .compare-table__head span:nth-child(2){
  color: var(--c-gold);
}
.page-products .compare-table__row{
  border-top: 1px solid var(--pc-line);
  font-size: 14px;
}
.page-products .compare-table__row span{
  padding: 14px 14px;
  line-height: 1.5;
}
.page-products .compare-table__row span:first-child{
  background: var(--c-paper);
  font-weight: 600;
  border-right: 1px solid var(--pc-line);
}
.page-products .compare-table__row span:not(:first-child){
  border-right: 1px solid var(--pc-line);
}
.page-products .compare-table__row span:last-child{
  border-right: none;
}
.page-products .compare-table__row:nth-child(even){
  background: #FBFAF7;
}

/* ===== 05 数据导出 ===== */
.page-products .section--dark.product-export{
  background: var(--c-primary);
  border-radius: var(--radius);
  padding: 48px 36px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
@media (min-width: 1080px){
  .page-products .section--dark.product-export{
    margin-left: -120px;
    margin-right: -120px;
  }
}
.page-products .section--dark.product-export .section-head{
  border-bottom-color: rgba(255,255,255,.18);
}
.page-products .section--dark.product-export .section-head__text h2{
  color: var(--c-white);
}
.page-products .section--dark.product-export .section-head__text .section-subtitle{
  color: rgba(255,255,255,.6);
}
.page-products .export-grid{
  display: grid;
  gap: 40px;
}
.page-products .export-flow__media{
  margin: 0 0 24px;
}
.page-products .export-flow__media img{
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.page-products .export-flow__media figcaption,
.page-products .update-timeline__figure figcaption{
  font-size: 12px;
  color: rgba(255,255,255,.6);
  padding: 10px 14px;
  background: rgba(255,255,255,.06);
}
.page-products .export-flow__list{
  display: grid;
  gap: 14px;
}
.page-products .export-flow__item{
  background: rgba(212,175,55,.1);
  border: 1px solid rgba(212,175,55,.35);
  border-radius: var(--radius);
  padding: 16px 20px;
}
.page-products .export-flow__item span{
  color: var(--c-gold);
  font-weight: 700;
  font-size: 15px;
  display: block;
  margin-bottom: 6px;
}
.page-products .export-flow__item p{
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.6;
}
.page-products .export-content > h3{
  color: var(--c-white);
  font-size: 25px;
  margin: 0 0 14px;
}
.page-products .export-content > p{
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 26px;
}
.page-products .export-content__cards{
  display: grid;
  gap: 14px;
  margin-bottom: 26px;
}
.page-products .export-card{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  padding: 18px 20px;
}
.page-products .export-card h4{
  color: var(--c-gold);
  font-size: 16px;
  margin: 0 0 8px;
}
.page-products .export-card p{
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.page-products .export-content__notice{
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--c-blue-light);
  border: 1px solid rgba(212,175,55,.5);
  border-radius: var(--radius);
  padding: 16px 18px;
}
.page-products .export-content__notice-icon{
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 18px;
  color: var(--c-red);
  background: var(--c-white);
  border: 2px solid var(--c-red);
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-products .export-content__notice p{
  font-size: 13px;
  line-height: 1.7;
  color: var(--c-primary);
  margin: 0;
}

/* ===== 06 下载与更新 ===== */
.page-products .update-grid{
  display: grid;
  gap: 36px;
}
.page-products .update-panel{
  background: var(--c-white);
  border: 2px solid var(--c-ink);
  border-radius: var(--radius);
  padding: 36px 30px;
  box-shadow: var(--pc-panel-shadow);
}
.page-products .update-panel__version{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.page-products .update-panel__version strong{
  font-size: 38px;
  font-family: var(--font-title);
  color: var(--c-gold);
  letter-spacing: -.03em;
  -webkit-text-stroke: 1px var(--c-ink);
}
.page-products .update-panel__desc{
  font-size: 15px;
  line-height: 1.75;
  color: var(--c-gray);
  margin: 0 0 24px;
}
.page-products .update-panel__changes{
  margin-bottom: 28px;
}
.page-products .update-panel__changes h3{
  font-size: 17px;
  color: var(--c-primary);
  margin: 0 0 12px;
}
.page-products .update-panel__changes ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.page-products .update-panel__changes li{
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--c-ink);
}
.page-products .update-panel__changes li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--pc-gold-gradient);
  transform: rotate(45deg);
}
.page-products .update-panel__apps{
  display: grid;
  gap: 12px;
}
.page-products .download-details{
  border: 1px solid var(--pc-line);
  border-radius: var(--radius);
  background: var(--c-paper);
  overflow: hidden;
  transition: border-color .25s, box-shadow .25s;
}
.page-products .download-details:hover,
.page-products .download-details[open]{
  border-color: var(--c-gold);
  box-shadow: 0 6px 20px rgba(212,175,55,.16);
}
.page-products .download-details summary{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 15px;
  color: var(--c-ink);
}
.page-products .download-details summary::-webkit-details-marker{
  display: none;
}
.page-products .download-details summary::after{
  content: "＋";
  margin-left: auto;
  font-size: 18px;
  color: var(--c-gold);
}
.page-products .download-details[open] summary::after{
  content: "－";
}
.page-products .download-details__icon{
  font-size: 20px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--c-primary);
  border-radius: 8px;
  color: var(--c-gold);
}
.page-products .download-details__meta{
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--c-gray);
}
.page-products .download-details p{
  margin: 0;
  padding: 0 16px 16px 66px;
  font-size: 13px;
  line-height: 1.65;
  color: var(--c-gray);
}
.page-products .update-timeline__figure{
  margin: 0 0 28px;
}
.page-products .update-timeline__figure img{
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 8/3;
  object-fit: cover;
}
.page-products .update-timeline__list{
  position: relative;
  padding-left: 24px;
  margin-bottom: 32px;
}
.page-products .update-timeline__list::before{
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--pc-gold-gradient);
  border-radius: 2px;
}
.page-products .update-timeline__item{
  position: relative;
  padding: 0 0 22px 18px;
}
.page-products .update-timeline__item:last-child{
  padding-bottom: 0;
}
.page-products .update-timeline__dot{
  position: absolute;
  left: -24px;
  top: 6px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--c-gold);
  border-radius: 50%;
  background: var(--c-white);
  box-shadow: 0 0 0 3px rgba(212,175,55,.2);
}
.page-products .update-timeline__ver{
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 17px;
  color: var(--c-primary);
}
.page-products .update-timeline__item p{
  margin: 4px 0 0;
  font-size: 14px;
  color: var(--c-gray);
  line-height: 1.55;
}
.page-products .update-timeline > .btn{
  width: 100%;
  text-align: center;
}

/* ===== 共享按钮微调 ===== */
.page-products .btn--gold{
  background: var(--pc-gold-gradient);
  color: var(--c-ink);
  border: 2px solid var(--c-ink);
  box-shadow: 4px 4px 0 var(--c-ink);
}
.page-products .btn--gold:hover{
  background: linear-gradient(135deg, #E6C15C 0%, #D4AF37 70%, #B8912E 100%);
  box-shadow: 2px 2px 0 var(--c-ink);
  transform: translate(2px, 2px);
}
.page-products .btn--outline{
  border: 2px solid var(--c-ink);
  color: var(--c-ink);
  box-shadow: 3px 3px 0 rgba(10,31,60,.18);
}
.page-products .btn--outline:hover{
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: var(--c-white);
}

/* ===== 响应式：平板 ===== */
@media (min-width: 640px){
  .page-products .product-hero{
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 48px;
  }
  .page-products .overview-grid{
    grid-template-columns: .9fr 1.1fr;
  }
  .page-products .feature-row{
    grid-template-columns: 1.1fr .9fr;
    gap: 48px;
  }
  .page-products .feature-row--reverse{
    grid-template-columns: .9fr 1.1fr;
  }
  .page-products .feature-row--reverse .feature-row__media{
    grid-column: 1;
  }
  .page-products .feature-row--reverse .feature-row__content{
    grid-column: 2;
  }
  .page-products .compare-slider__control{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
  }
  .page-products .compare-slider__track{
    position: relative;
    flex: 1;
    height: 6px;
    background: linear-gradient(90deg, var(--c-primary) 50%, #CBD5E8 50%);
    border-radius: 999px;
  }
  .page-products .compare-slider__thumb{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--c-white);
    border: 2px solid var(--c-ink);
    box-shadow: 0 2px 8px rgba(10,31,60,.3);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-products .compare-slider__thumb span{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--c-gold);
  }
  .page-products .compare-slider__scale{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--c-gray);
  }
  .page-products .swap-icon{
    display: inline-block;
    width: auto;
  }
  .page-products .export-grid{
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
  .page-products .export-content__cards{
    grid-template-columns: 1fr 1fr;
  }
  .page-products .update-grid{
    grid-template-columns: 1.1fr .9fr;
    align-items: start;
  }
  .page-products .feature-row__spec{
    grid-template-columns: 1fr 1fr;
  }
}

/* ===== 响应式：桌面 ===== */
@media (min-width: 1024px){
  .page-products .section{
    margin: 96px 0 120px;
  }
  .page-products .product-hero{
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-products .product-hero__content .lead{
    font-size: 18px;
  }
  .page-products .overview-stats{
    padding: 44px 36px;
  }
  .page-products .overview-desc{
    padding: 44px 40px;
  }
  .page-products .feature-row__content > h3{
    font-size: 30px;
  }
  .page-products .feature-row__content > p{
    font-size: 16px;
  }
  .page-products .compare-table__head,
  .page-products .compare-table__row{
    grid-template-columns: 1.4fr 1fr 1fr;
  }
  .page-products .compare-table__row span,
  .page-products .compare-table__head span{
    padding: 16px 22px;
  }
}

/* ===== 移动端细节修正 ===== */
@media (max-width: 479px){
  .page-products .product-hero__facts{
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
  }
  .page-products .product-hero__facts strong{
    font-size: 22px;
  }
  .page-products .overview-stats{
    padding: 26px 20px;
  }
  .page-products .overview-desc{
    padding: 24px 18px;
  }
  .page-products .overview-desc__list li{
    flex-direction: column;
    gap: 10px;
  }
  .page-products .feature-row__media img{
    aspect-ratio: 16/10;
  }
  .page-products .compare-table__head,
  .page-products .compare-table__row{
    grid-template-columns: .9fr 1fr 1fr;
  }
  .page-products .compare-table__head span,
  .page-products .compare-table__row span{
    padding: 10px 8px;
    font-size: 13px;
  }
  .page-products .section--dark.product-export{
    padding: 36px 20px;
    border-radius: 0;
  }
  .page-products .update-panel{
    padding: 26px 18px;
  }
  .page-products .update-timeline__figure img{
    aspect-ratio: 16/6;
  }
}
