/* ===== 页面作用域：.page-products ===== */
.page-products {
  --p-panel-dark: #0B1E3F;
  --p-panel-edge: rgba(140, 229, 255, 0.22);
  --p-neon-soft: rgba(197, 255, 61, 0.14);
  --p-slice-angle: 6px 22px 6px 22px;
  background: var(--color-deep-space);
  color: var(--color-ice-white);
  overflow: hidden;
}

/* 首屏框景 */
.page-products .hero-panel {
  position: relative;
  padding: 120px 0 88px;
  background:
    linear-gradient(115deg, transparent 0%, transparent 40%, rgba(140, 229, 255, 0.08) 40%, rgba(140, 229, 255, 0.08) 42%, transparent 42%),
    linear-gradient(160deg, transparent 0%, transparent 70%, rgba(197, 255, 61, 0.06) 70%, rgba(197, 255, 61, 0.06) 72%, transparent 72%),
    var(--color-deep-space);
}

.page-products .hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0%, transparent calc(100% - 1px), rgba(140, 229, 255, 0.12) calc(100% - 1px), rgba(140, 229, 255, 0.12) 100%);
  background-size: calc(100% / 3) 100%;
}

.page-products .hero-panel__grid {
  position: relative;
  z-index: 2;
}

.page-products .hero-panel__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-products .hero-panel__eyebrow {
  margin: 24px 0 12px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.32em;
  color: var(--color-neon-green);
  text-transform: uppercase;
  position: relative;
  padding-left: 24px;
}

.page-products .hero-panel__eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 3px;
  background: var(--color-neon-green);
  transform: translateY(-50%) skewX(-45deg);
}

.page-products .hero-panel__title {
  margin: 0 0 16px;
  font-family: var(--font-heading);
  font-size: clamp(34px, 5.4vw, 60px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--color-ice-white);
}

.page-products .hero-panel__title::after {
  content: "／";
  color: var(--color-neon-green);
  margin-left: 0.06em;
  font-size: 0.9em;
}

.page-products .hero-panel__lead {
  max-width: 620px;
  margin: 0 0 28px;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.75;
  color: rgba(234, 246, 255, 0.86);
}

.page-products .hero-panel__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  padding: 14px 20px;
  background: var(--p-panel-dark);
  border-left: 3px solid var(--color-neon-green);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 100%, 12px 100%);
}

.page-products .hero-panel__meta .data-text {
  font-size: 14px;
  letter-spacing: 0.04em;
}

.page-products .hero-panel__meta-divider {
  width: 6px;
  height: 6px;
  background: var(--color-glacier-cyan);
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.page-products .hero-panel__rail {
  display: flex;
  align-items: flex-start;
  padding-top: 84px;
}

.page-products .rail-ticket {
  width: 100%;
  padding: 24px 18px;
  background: linear-gradient(160deg, rgba(197, 255, 61, 0.1) 0%, rgba(11, 30, 63, 0.9) 100%);
  border: 1px solid var(--p-panel-edge);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-products .rail-ticket__label {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: var(--color-glacier-cyan);
  text-transform: uppercase;
}

.page-products .rail-ticket .btn {
  justify-content: center;
}

/* 功能速览 */
.page-products .tech-map {
  padding: 72px 24px 32px;
}

.page-products .tech-map__intro {
  padding-right: 24px;
}

.page-products .tech-map__intro p:not(.section-heading) {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: rgba(234, 246, 255, 0.82);
  margin-top: 12px;
}

.page-products .tech-map__guide {
  padding: 20px 0 0 28px;
}

.page-products .tech-map__guide > .data-text {
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--color-neon-green);
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(197, 255, 61, 0.35);
  margin-bottom: 16px;
}

.page-products .tech-map__nodes {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.page-products .tech-map__nodes::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(180deg, var(--color-neon-green) 0%, var(--color-glacier-cyan) 100%);
  opacity: 0.5;
}

.page-products .tech-map__nodes li {
  position: relative;
  padding: 8px 0 8px 30px;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--color-ice-white);
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.page-products .tech-map__nodes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  background: var(--color-deep-space);
  border: 2px solid var(--color-neon-green);
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

.page-products .tech-map__nodes li .data-text {
  color: var(--color-glacier-cyan);
  font-size: 13px;
}

/* 解决方案通用块 */
.page-products .solutions-block {
  padding: 36px 24px;
}

.page-products .solutions-block__inner {
  position: relative;
  padding: 34px 0;
  border-top: 1px solid rgba(140, 229, 255, 0.14);
}

.page-products .solutions-block__inner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 42%;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--color-neon-green) 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  opacity: 0.5;
}

.page-products .content-grid--flip .solutions-block__copy {
  order: 2;
}

.page-products .content-grid--flip .solutions-block__media {
  order: 1;
}

.page-products .solutions-block__copy {
  padding-right: 44px;
}

.page-products .solutions-block__index {
  font-size: 13px;
  letter-spacing: 0.22em;
  color: var(--color-glacier-cyan);
  margin-bottom: 10px;
  display: inline-block;
  padding: 4px 10px 4px 16px;
  background: rgba(140, 229, 255, 0.1);
  clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

.page-products .solutions-block__copy h2 {
  font-family: var(--font-heading);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  color: var(--color-ice-white);
  margin: 0 0 16px;
  line-height: 1.2;
  position: relative;
  padding-left: 20px;
}

.page-products .solutions-block__copy h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.16em;
  bottom: 0.16em;
  width: 5px;
  background: var(--color-neon-green);
  transform: skewX(-12deg);
}

.page-products .solutions-block__copy > p {
  font-size: 16px;
  line-height: 1.72;
  color: rgba(234, 246, 255, 0.86);
  margin: 0 0 16px;
  max-width: 560px;
}

.page-products .feature-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-products .feature-list li {
  position: relative;
  padding: 10px 14px 10px 42px;
  background: rgba(234, 246, 255, 0.04);
  border-left: 2px solid rgba(197, 255, 61, 0.6);
  font-size: 15px;
  line-height: 1.6;
  color: rgba(234, 246, 255, 0.9);
}

.page-products .feature-list li::before {
  content: "►";
  position: absolute;
  left: 14px;
  top: 50%;
  color: var(--color-neon-green);
  font-size: 12px;
  transform: translateY(-50%);
}

.page-products .link-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: var(--color-neon-green);
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: border-color var(--transition), color var(--transition);
}

.page-products .link-more::after {
  content: "→";
  transition: transform var(--transition);
}

.page-products .link-more:hover {
  border-color: rgba(197, 255, 61, 0.5);
}

.page-products .link-more:hover::after {
  transform: translateX(4px);
}

.page-products .solutions-block__media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.page-products .solutions-block__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
  box-shadow: 18px 18px 0 -6px rgba(197, 255, 61, 0.16), -10px 14px 38px rgba(0, 0, 0, 0.36);
  border: 1px solid rgba(140, 229, 255, 0.3);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-products .solutions-block__img:hover {
  transform: translate(-3px, -3px);
}

/* 合作集成条 */
.page-products .integration-strip {
  padding: 48px 24px 0;
}

.page-products .integration-strip__inner {
  position: relative;
  padding: 40px 34px 34px;
  background:
    linear-gradient(105deg, transparent 0%, transparent 55%, rgba(197, 255, 61, 0.12) 55%, rgba(197, 255, 61, 0.12) 56.5%, transparent 56.5%),
    linear-gradient(210deg, transparent 0%, transparent 78%, rgba(140, 229, 255, 0.12) 78%, rgba(140, 229, 255, 0.12) 79.5%, transparent 79.5%),
    var(--p-panel-dark);
  border: 1px solid var(--p-panel-edge);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}

.page-products .integration-strip__content {
  flex: 1 1 340px;
  max-width: 620px;
}

.page-products .integration-strip__title {
  font-family: var(--font-heading);
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 900;
  color: var(--color-ice-white);
  margin: 0 0 14px;
  line-height: 1.2;
}

.page-products .integration-strip__content > p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(234, 246, 255, 0.78);
  max-width: 540px;
}

.page-products .integration-strip__stats {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  min-width: 240px;
  align-items: flex-end;
}

.page-products .integration-strip__stats > div {
  position: relative;
  padding: 12px 14px 12px 18px;
  background: rgba(234, 246, 255, 0.04);
  border-left: 3px solid var(--color-neon-green);
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 88px;
}

.page-products .integration-strip__stats .stat-num {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-neon-green);
}

.page-products .integration-strip__label {
  font-size: 13px;
  color: rgba(234, 246, 255, 0.74);
}

/* 媒体查询：平板 */
@media (min-width: 768px) {
  .page-products .hero-panel {
    padding: 140px 0 96px;
  }
}

/* 媒体查询：桌面 */
@media (min-width: 1024px) {
  .page-products .content-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
  }

  .page-products .content-grid__main {
    grid-column: span 8;
  }

  .page-products .content-grid__aside {
    grid-column: 10 / span 3;
  }

  /* 首屏标尺线 */
  .page-products .hero-panel::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-neon-green) 0%, var(--color-neon-green) 15%, var(--color-glacier-cyan) 15.5%, var(--color-glacier-cyan) 32%, transparent 32.5%);
    opacity: 0.7;
  }

  .page-products .tech-map .content-grid__main {
    padding-right: 12px;
  }

  .page-products .tech-map .content-grid__aside {
    display: block;
  }
}

/* 移动端优先防溢出 */
.page-products .container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 1320px) {
  .page-products .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-products img {
  max-width: 100%;
  height: auto;
}

/* 焦点可读性 */
.page-products a:focus-visible,
.page-products .btn:focus-visible {
  outline: 2px solid var(--color-neon-green);
  outline-offset: 3px;
}

/* 降低动效偏好 */
@media (prefers-reduced-motion: reduce) {
  .page-products *,
  .page-products *::before,
  .page-products *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
