.page-products {
  --products-gold-glow: rgba(245, 184, 46, .12);
  --products-green-glow: rgba(57, 255, 20, .08);
  overflow-x: clip;
}

/* 首屏：服务看台导览 */
.page-products .stands-hero {
  padding-block: 1.6rem 2.2rem;
  text-align: center;
  position: relative;
}
.page-products .stands-hero__topline {
  display: flex;
  justify-content: center;
}
.page-products .stands-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  font-family: var(--font-num);
  font-size: .76rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold);
}
.page-products .stands-hero__kicker::before,
.page-products .stands-hero__kicker::after {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.page-products .stands-hero__kicker::after {
  background: linear-gradient(90deg, var(--gold), transparent);
}
.page-products .stands-hero__arc {
  display: block;
  width: 100%;
  height: 72px;
  margin-top: 1.4rem;
  pointer-events: none;
}
.page-products .stands-hero h1 {
  margin: .4rem 0 .7rem;
  font-size: clamp(2rem, 5.4vw, 3.2rem);
  line-height: 1.06;
  letter-spacing: .04em;
  font-weight: 900;
  color: var(--galaxy-white);
}
.page-products .stands-hero__lead {
  max-width: 54rem;
  margin: 0 auto;
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--gray);
}
.page-products .stands-hero__lead::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin: 1.1rem auto 0;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.page-products .stands-hero__keywordline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .4rem .8rem;
  margin: 1.1rem auto 0;
  max-width: 68rem;
  font-size: .9rem;
  line-height: 1.7;
  color: var(--galaxy-white);
}
.page-products .stands-hero__keywordline i {
  color: var(--gold);
  font-style: normal;
  font-family: var(--font-num);
}
.page-products .stands-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem;
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
}
.page-products .stands-index__item {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .6rem .95rem;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  background: rgba(10, 14, 39, .6);
  color: var(--galaxy-white);
  font-size: .88rem;
  text-decoration: none;
  transition: border-color var(--t-fast), color var(--t-fast), background var(--t-fast), transform var(--t-fast);
}
.page-products .stands-index__item:hover,
.page-products .stands-index__item:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(245, 184, 46, .08);
  transform: translateY(-2px);
}
.page-products .stands-index__no {
  font-family: var(--font-num);
  font-size: .74rem;
  color: var(--gold);
}

/* 升级横条 */
.page-products .stand-update {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin-block: .2rem 1.6rem;
  padding: .9rem 1.05rem;
  border-left: 3px solid var(--neon-green);
  border-radius: var(--radius-sm);
  background: linear-gradient(90deg, var(--products-green-glow), transparent 68%);
  color: var(--galaxy-white);
  font-size: .9rem;
  line-height: 1.6;
}
.page-products .stand-update .live-dot {
  flex: none;
}
.page-products .stand-update p {
  margin: 0;
}

/* 服务总览 */
.page-products .stand-overview {
  padding-block: 2.4rem 1.8rem;
}
.page-products .stand-overview .section-head {
  text-align: center;
}
.page-products .overview-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: .9rem;
  margin-top: 1.8rem;
}
.page-products .overview-card {
  display: flex;
  flex-direction: column;
  padding: 1.2rem 1.1rem;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(26, 42, 90, .6), rgba(10, 14, 39, .5));
  transition: transform var(--t), border-color var(--t), box-shadow var(--t);
}
.page-products .overview-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-soft);
  box-shadow: var(--shadow-soft);
}
.page-products .overview-card__no {
  font-family: var(--font-num);
  font-size: .76rem;
  letter-spacing: .12em;
  color: var(--gold);
}
.page-products .overview-card h3 {
  margin: .6rem 0 .35rem;
  font-size: 1.04rem;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: .02em;
  color: var(--galaxy-white);
}
.page-products .overview-card p {
  margin: 0 0 .9rem;
  font-size: .86rem;
  line-height: 1.6;
  color: var(--gray);
}
.page-products .overview-card__link {
  margin-top: auto;
  display: inline-flex;
  font-family: var(--font-num);
  font-size: .8rem;
  color: var(--gold);
  text-decoration: none;
  letter-spacing: .04em;
  transition: color var(--t-fast);
}
.page-products .overview-card__link:hover {
  color: var(--galaxy-white);
}
.page-products .overview-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 1.8rem;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  background: var(--border-soft);
  overflow: hidden;
}
.page-products .metric-block {
  background: var(--deep-blue);
  padding: 1.2rem .5rem;
  text-align: center;
}
.page-products .metric-block__num {
  display: block;
  font-family: var(--font-num);
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: var(--gold);
}
.page-products .metric-block__num small {
  font-size: .72em;
  margin-left: .08em;
}
.page-products .metric-block__label {
  display: block;
  margin-top: .5rem;
  font-size: .76rem;
  line-height: 1.4;
  color: var(--gray);
}

/* 看台面板通用结构 */
.page-products .stand-panel {
  padding-block: 2.2rem;
  scroll-margin-top: 96px;
}
.page-products .stand-panel__frame {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  padding: 1.2rem;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  background:
    radial-gradient(900px 240px at 80% -10%, var(--products-gold-glow), transparent 55%),
    linear-gradient(150deg, rgba(26, 42, 90, .55), rgba(5, 8, 16, .25));
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.page-products .stand-panel__frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(245, 184, 46, .75), transparent);
  opacity: .5;
  pointer-events: none;
}
.page-products .stand-panel__visual {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--card-gray);
}
.page-products .stand-panel__visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-products .stand-panel__visual figcaption {
  padding: .55rem .8rem;
  font-size: .78rem;
  line-height: 1.4;
  color: var(--gray);
  background: rgba(5, 8, 16, .6);
}
.page-products .stand-panel__visual--phone {
  max-width: 340px;
  margin-inline: auto;
}
.page-products .stand-panel__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
}
.page-products .stand-panel__num {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .32rem .7rem;
  border: 1px solid var(--gold-soft);
  border-radius: 999px;
  background: rgba(245, 184, 46, .09);
  font-family: var(--font-num);
  font-size: .76rem;
  letter-spacing: .12em;
  color: var(--gold);
  white-space: nowrap;
}
.page-products .stand-panel__body h2 {
  margin: .85rem 0 .55rem;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .01em;
  color: var(--galaxy-white);
}
.page-products .stand-panel__lead {
  margin: 0;
  font-size: .96rem;
  line-height: 1.75;
  color: var(--gray);
}
.page-products .stand-panel__lead strong {
  color: var(--galaxy-white);
  font-weight: 600;
}
.page-products .feature-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: .55rem;
  width: 100%;
}
.page-products .feature-list li {
  position: relative;
  padding-left: 1.3rem;
  font-size: .9rem;
  line-height: 1.55;
  color: var(--galaxy-white);
}
.page-products .feature-list li::before {
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--gold);
  transform: rotate(45deg);
}
.page-products .stand-note {
  margin-top: 1.1rem;
  padding: .75rem .9rem;
  border-left: 3px solid var(--neon-green);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: linear-gradient(90deg, var(--products-green-glow), transparent);
  font-size: .86rem;
  line-height: 1.6;
  color: var(--galaxy-white);
}
.page-products .stand-panel__cta {
  margin-top: 1.3rem;
}

/* 看台02：导出流程 */
.page-products .flow-steps {
  list-style: none;
  margin: 1.1rem 0 0;
  padding: 0;
  display: grid;
  gap: .7rem;
  width: 100%;
}
.page-products .flow-steps li {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  padding: .8rem .9rem;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: rgba(10, 14, 39, .45);
}
.page-products .flow-steps__no {
  font-family: var(--font-num);
  font-size: .82rem;
  line-height: 1.4;
  color: var(--gold);
}
.page-products .flow-steps__body strong {
  display: block;
  font-size: .92rem;
  color: var(--galaxy-white);
  font-weight: 700;
}
.page-products .flow-steps__body p {
  margin: .2rem 0 0;
  font-size: .84rem;
  line-height: 1.55;
  color: var(--gray);
}
.page-products .export-tracker {
  display: grid;
  gap: .4rem;
  margin-top: 1rem;
  width: 100%;
}
.page-products .export-tracker__bar {
  position: relative;
  height: 6px;
  border-radius: 999px;
  background: rgba(245, 247, 250, .1);
  overflow: hidden;
}
.page-products .export-tracker__bar span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--neon-green));
  transform-origin: left;
  animation: pageProductsExportBar 2.4s ease-in-out infinite alternate;
}
@keyframes pageProductsExportBar {
  from {
    transform: scaleX(.65);
    opacity: .7;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}
.page-products .export-tracker__labels {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-num);
  font-size: .72rem;
  letter-spacing: .05em;
  color: var(--gray);
}

/* 看台03：实时直播 */
.page-products .live-ribbon {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-family: var(--font-num);
  font-size: .74rem;
  letter-spacing: .14em;
  color: var(--neon-green);
  background: var(--products-green-glow);
  border-radius: 6px;
  padding: .18rem .45rem;
}
.page-products .live-ribbon::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 0 rgba(57, 255, 20, .55);
  animation: pageProductsPulse 1.6s ease-out infinite;
}
@keyframes pageProductsPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(57, 255, 20, .5);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(57, 255, 20, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(57, 255, 20, 0);
  }
}

/* 看台04：下载区 */
.page-products .download-preview {
  margin-top: 1.1rem;
  width: 100%;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  background: rgba(10, 14, 39, .55);
  overflow: hidden;
}
.page-products .download-preview__head {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .6rem .85rem;
  border-bottom: 1px solid var(--border-soft);
  background: rgba(26, 42, 90, .4);
  font-family: var(--font-num);
  font-size: .76rem;
  letter-spacing: .06em;
  color: var(--neon-green);
}
.page-products .download-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-products .download-list li {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .72rem .85rem;
  border-bottom: 1px solid var(--border-soft);
  font-size: .86rem;
  line-height: 1.4;
  color: var(--galaxy-white);
}
.page-products .download-list li:last-child {
  border-bottom: 0;
}
.page-products .download-list__tag {
  flex: none;
  padding: .18rem .48rem;
  border-radius: 6px;
  background: rgba(245, 184, 46, .12);
  color: var(--gold);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
}
.page-products .download-list__status {
  margin-left: auto;
  flex: none;
  font-family: var(--font-num);
  font-size: .72rem;
  color: var(--neon-green);
  white-space: nowrap;
}

/* 看台05：数据仪表盘 */
.page-products .data-gauge {
  display: grid;
  gap: 1rem;
  margin-top: 1.1rem;
  width: 100%;
  padding: 1.1rem;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(10, 14, 39, .7), rgba(26, 42, 90, .35));
}
.page-products .data-gauge__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .8rem .5rem;
  border-radius: var(--radius-sm);
  background: rgba(5, 8, 16, .5);
}
.page-products .data-gauge__num {
  font-family: var(--font-num);
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  color: var(--gold);
}
.page-products .data-gauge__num span {
  font-size: .6em;
}
.page-products .data-gauge__label {
  margin-top: .45rem;
  font-size: .78rem;
  color: var(--gray);
}
.page-products .data-gauge__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .5rem;
}
.page-products .data-gauge__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .7rem .4rem;
  border-radius: var(--radius-sm);
  background: rgba(26, 42, 90, .4);
}
.page-products .data-gauge__value {
  font-family: var(--font-num);
  font-size: 1rem;
  font-weight: 700;
  color: var(--galaxy-white);
}
.page-products .data-gauge__name {
  margin-top: .2rem;
  font-size: .72rem;
  color: var(--gray);
}

/* 页尾帮助入口 */
.page-products .help-cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding-block: 2.4rem 3rem;
}
.page-products .help-cta__card {
  padding: 1.4rem 1.3rem;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  background: linear-gradient(150deg, rgba(26, 42, 90, .5), rgba(5, 8, 16, .35));
}
.page-products .help-cta__card h2 {
  margin: .3rem 0 .5rem;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--galaxy-white);
}
.page-products .help-cta__card p {
  margin: 0;
  font-size: .88rem;
  line-height: 1.7;
  color: var(--gray);
}
.page-products .help-cta__card .btn {
  margin-top: 1.1rem;
}

/* 平板与桌面布局 */
@media (min-width: 620px) {
  .page-products .overview-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-products .overview-card:last-child {
    grid-column: span 2;
  }
  .page-products .help-cta {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 880px) {
  .page-products .overview-strip {
    grid-template-columns: repeat(5, 1fr);
  }
  .page-products .overview-card:last-child {
    grid-column: span 1;
  }
  .page-products .stand-panel__frame {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 2rem;
    padding: 2rem;
  }
  .page-products .stand-panel--flip .stand-panel__frame {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  }
  .page-products .stand-panel--flip .stand-panel__visual {
    order: 2;
  }
  .page-products .stand-panel__visual--phone {
    max-width: 360px;
  }
  .page-products .flow-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: .6rem;
  }
  .page-products .flow-steps li {
    flex-direction: column;
  }
  .page-products .data-gauge__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1080px) {
  .page-products .stands-hero {
    padding-block: 2.2rem 2.8rem;
  }
  .page-products .stand-overview {
    padding-block: 3rem 2.2rem;
  }
  .page-products .stand-panel {
    padding-block: 2.6rem;
  }
  .page-products .stand-panel__lead {
    font-size: 1rem;
  }
  .page-products .feature-list li {
    font-size: .92rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products .export-tracker__bar span {
    animation: none;
    transform: scaleX(1);
  }
  .page-products .live-ribbon::before {
    animation: none;
  }
}
