/* AI 红色学习站产品详情页：沿用全站深蓝、金色与米白的内容层级。 */
body[data-page="products"] .product-visual-page {
  background: #fbf8f4;
}

body[data-page="products"] .product-visual-page .product-detail-hero {
  padding: 64px 0 70px;
  background: #082d54;
}

body[data-page="products"] .product-detail-hero .inner-hero-grid {
  grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
  gap: 64px;
  align-items: center;
}

body[data-page="products"] .product-detail-hero .inner-hero-copy {
  padding: 0;
}

body[data-page="products"] .product-detail-hero .breadcrumb,
body[data-page="products"] .product-detail-hero .breadcrumb a {
  color: rgba(255, 255, 255, .68);
}

body[data-page="products"] .product-detail-hero h1 {
  margin: 24px 0 18px;
  color: #fff;
  font-size: 58px;
  line-height: 1.16;
}

body[data-page="products"] .product-detail-hero .inner-hero-copy > p {
  max-width: 570px;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.85;
}

body[data-page="products"] .product-detail-tags {
  gap: 10px;
  margin: 30px 0;
}

body[data-page="products"] .product-detail-tags span {
  border: 1px solid rgba(234, 187, 112, .56);
  border-radius: 0;
  color: #f5cb8b;
  background: rgba(255, 255, 255, .04);
  font-size: 14px;
}

body[data-page="products"] .product-detail-hero .inner-hero-actions {
  gap: 16px;
}

body[data-page="products"] .product-detail-hero .button {
  min-height: 52px;
  border-radius: 4px;
}

body[data-page="products"] .product-detail-hero .button-video {
  border-color: rgba(255, 255, 255, .56);
  color: #fff;
  background: transparent;
}

body[data-page="products"] .product-detail-gallery {
  min-height: 430px;
  border: 1px solid rgba(227, 177, 98, .68);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 44px rgba(0, 0, 0, .24);
}

body[data-page="products"] .product-detail-gallery .product-gallery-slide {
  padding: 0;
  background-position: center;
  background-size: cover !important;
}

body[data-page="products"] .product-detail-gallery .product-gallery-arrow {
  width: 42px;
  height: 54px;
  border: 1px solid rgba(8, 45, 84, .18);
  border-radius: 0;
  color: #082d54;
  background: rgba(255, 255, 255, .92);
}

body[data-page="products"] .product-detail-gallery .product-gallery-dots button {
  border-color: rgba(255, 255, 255, .82);
  background: rgba(8, 45, 84, .25);
}

body[data-page="products"] .product-detail-gallery .product-gallery-dots button.is-active {
  border-color: #e5b26b;
  background: #e5b26b;
}

body[data-page="products"] .product-visual-page .page-anchor-nav {
  position: sticky;
  z-index: 10;
  top: 76px;
  right: auto;
  left: auto;
  width: auto;
  transform: none;
  border-top: 1px solid rgba(195, 149, 82, .22);
  border-right: 0;
  border-bottom: 1px solid rgba(195, 149, 82, .28);
  border-left: 0;
  border-radius: 0;
  background: rgba(255, 253, 249, .97);
  box-shadow: none;
}

body[data-page="products"] .product-visual-page .page-anchor-nav .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}

body[data-page="products"] .product-visual-page .page-anchor-nav a {
  min-height: auto;
  margin: 0;
  padding: 17px 20px;
  color: #506174;
  font-size: 15px;
}

body[data-page="products"] .product-visual-page .page-anchor-nav a::before,
body[data-page="products"] .product-visual-page .page-anchor-nav a::after {
  display: none;
}

body[data-page="products"] .product-visual-page .page-anchor-nav a:last-child {
  color: #b72a25;
}

body[data-page="products"] .product-visual-page .section {
  padding-top: 94px;
  padding-bottom: 94px;
}

body[data-page="products"] .product-visual-page .section-muted {
  background: #f4eee5;
}

body[data-page="products"] .product-visual-page .section-heading {
  max-width: 920px;
  margin-bottom: 42px;
}

body[data-page="products"] .product-visual-page .section-heading > span,
body[data-page="products"] .product-visual-page .card-label {
  color: #ad742d;
  font-weight: 600;
}

body[data-page="products"] .product-visual-page .section-heading h2 {
  margin-top: 13px;
  color: #102947;
  font-size: 42px;
  line-height: 1.3;
}

body[data-page="products"] .product-architecture-showcase,
body[data-page="products"] .product-hardware-showcase {
  overflow: hidden;
  border: 1px solid rgba(190, 145, 81, .42);
  border-radius: 8px;
  background: #fffdf9;
  box-shadow: none;
}

body[data-page="products"] .product-architecture-image,
body[data-page="products"] .product-hardware-image {
  background-size: cover !important;
}

body[data-page="products"] .product-architecture-copy {
  padding: 42px 44px;
}

body[data-page="products"] .architecture-list {
  gap: 0;
}

body[data-page="products"] .architecture-list > div {
  padding: 16px 0;
  border-top: 1px solid rgba(190, 145, 81, .25);
}

body[data-page="products"] .architecture-list > div:first-child {
  border-top: 0;
}

body[data-page="products"] .product-quick-facts {
  gap: 0;
  margin-top: 28px;
  border: 1px solid rgba(190, 145, 81, .42);
  background: #fffdf9;
}

body[data-page="products"] .product-quick-facts .wire-card {
  min-height: 148px;
  padding: 26px 28px;
  border: 0;
  border-right: 1px solid rgba(190, 145, 81, .3);
  border-radius: 0;
  box-shadow: none;
}

body[data-page="products"] .product-quick-facts .wire-card:last-child {
  border-right: 0;
}

body[data-page="products"] .product-quick-facts h3 {
  margin: 10px 0 0;
  font-size: 19px;
  line-height: 1.55;
}

body[data-page="products"] .product-visual-grid,
body[data-page="products"] .product-content-showcase,
body[data-page="products"] .product-scenario-grid,
body[data-page="products"] .product-case-grid {
  gap: 18px;
}

body[data-page="products"] .product-visual-card,
body[data-page="products"] .product-content-visual-card,
body[data-page="products"] .product-scenario-card,
body[data-page="products"] .product-case-showcase {
  border-color: rgba(190, 145, 81, .42);
  border-radius: 8px;
  background: #fffdf9;
  box-shadow: none;
}

body[data-page="products"] .product-visual-card > div:last-child,
body[data-page="products"] .product-content-visual-card > div:last-child,
body[data-page="products"] .product-scenario-card > div:last-child,
body[data-page="products"] .product-case-showcase > div:last-child {
  padding: 24px;
}

body[data-page="products"] .product-visual-card h3,
body[data-page="products"] .product-content-visual-card h3,
body[data-page="products"] .product-scenario-card h3,
body[data-page="products"] .product-case-showcase h3 {
  font-size: 21px;
}

body[data-page="products"] .product-spec-table {
  padding: 36px 40px;
  background: #082d54;
}

body[data-page="products"] .product-spec-table > div {
  border-color: rgba(239, 190, 112, .24);
}

body[data-page="products"] .product-spec-table b {
  color: #edbd76;
}

body[data-page="products"] .product-spec-table span,
body[data-page="products"] .product-spec-table p {
  color: rgba(255, 255, 255, .82);
}

body[data-page="products"] .product-visual-page .page-cta .container {
  border-radius: 8px;
  background: #082d54;
}

@media (max-width: 980px) {
  body[data-page="products"] .product-detail-hero .inner-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  body[data-page="products"] .product-detail-hero h1 { font-size: 48px; }
  body[data-page="products"] .product-detail-gallery { min-height: 390px; }
  body[data-page="products"] .product-quick-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body[data-page="products"] .product-quick-facts .wire-card:nth-child(2) { border-right: 0; }
  body[data-page="products"] .product-quick-facts .wire-card:nth-child(-n + 2) { border-bottom: 1px solid rgba(190, 145, 81, .3); }
}

@media (max-width: 560px) {
  body[data-page="products"] .product-visual-page .product-detail-hero { padding: 42px 0; }
  body[data-page="products"] .product-detail-hero h1 { font-size: 38px; }
  body[data-page="products"] .product-detail-hero .inner-hero-copy > p { font-size: 16px; }
  body[data-page="products"] .product-detail-gallery { min-height: 250px; }
  body[data-page="products"] .product-visual-page .page-anchor-nav .container { justify-content: flex-start; overflow-x: auto; }
  body[data-page="products"] .product-visual-page .page-anchor-nav a { flex: 0 0 auto; padding: 14px 16px; }
  body[data-page="products"] .product-visual-page .section { padding-top: 62px; padding-bottom: 62px; }
  body[data-page="products"] .product-visual-page .section-heading h2 { font-size: 30px; }
  body[data-page="products"] .product-architecture-copy,
  body[data-page="products"] .product-spec-table { padding: 28px 22px; }
  body[data-page="products"] .product-quick-facts { grid-template-columns: 1fr; }
  body[data-page="products"] .product-quick-facts .wire-card,
  body[data-page="products"] .product-quick-facts .wire-card:last-child { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(190, 145, 81, .3); }
  body[data-page="products"] .product-quick-facts .wire-card:last-child { border-bottom: 0; }
}

/* 首屏回归成功案例页的暖白底、左文右图排版。 */
body[data-page="products"] .product-visual-page .product-detail-hero {
  min-height: 620px;
  padding: 0;
  background: #f8f5f1;
}

body[data-page="products"] .product-detail-hero .inner-hero-grid {
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: 56px;
  min-height: 620px;
  padding: 34px 0 46px;
}

body[data-page="products"] .product-detail-hero .inner-hero-copy {
  align-self: center;
}

body[data-page="products"] .product-detail-hero .breadcrumb,
body[data-page="products"] .product-detail-hero .breadcrumb a {
  display: none;
}

body[data-page="products"] .product-detail-hero h1 {
  max-width: 660px;
  margin: 0 0 20px;
  color: #102947;
  font-size: 58px;
  line-height: 1.28;
}

body[data-page="products"] .product-detail-hero .inner-hero-copy > p {
  max-width: 640px;
  color: #536273;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}

body[data-page="products"] .product-detail-tags {
  margin: 26px 0 0;
}

body[data-page="products"] .product-detail-tags span {
  border-color: rgba(213, 40, 34, .2);
  color: #c42e29;
  background: #fff7f5;
}

body[data-page="products"] .product-detail-hero .inner-hero-actions {
  margin-top: 28px;
}

body[data-page="products"] .product-detail-hero .button-video {
  border-color: #5f55b5;
  color: #fff;
  background: #5f55b5;
}

body[data-page="products"] .product-detail-hero .inner-hero-actions .button {
  min-width: 180px;
  min-height: 56px;
  border-radius: 10px;
  font-size: 18px;
}

/* 核心能力与成功案例页首屏同样采用图标分栏，避免用密集标签承载重点信息。 */
body[data-page="products"] .product-hero-capabilities {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 44px;
}

body[data-page="products"] .product-hero-capabilities > div {
  display: grid;
  min-height: 91px;
  padding: 0 16px;
  border-right: 1px solid rgba(190, 140, 78, .34);
  place-items: center;
}

body[data-page="products"] .product-hero-capabilities > div:first-child { padding-left: 0; }
body[data-page="products"] .product-hero-capabilities > div:last-child { border-right: 0; }
body[data-page="products"] .product-hero-capabilities span { color: #26384b; font-size: 16px; font-weight: 500; text-align: center; white-space: nowrap; }

body[data-page="products"] .product-hero-capability-icon {
  display: block;
  width: 42px;
  height: 42px;
  background: #b6752d;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

body[data-page="products"] .product-hero-capability-icon--ai { -webkit-mask-image: url("../images/icons/lucide/message-circle-more.svg"); mask-image: url("../images/icons/lucide/message-circle-more.svg"); }
body[data-page="products"] .product-hero-capability-icon--voice { -webkit-mask-image: url("../images/icons/lucide/headset.svg"); mask-image: url("../images/icons/lucide/headset.svg"); }
body[data-page="products"] .product-hero-capability-icon--vr { -webkit-mask-image: url("../images/icons/lucide/rectangle-goggles.svg"); mask-image: url("../images/icons/lucide/rectangle-goggles.svg"); }
body[data-page="products"] .product-hero-capability-icon--refresh { -webkit-mask-image: url("../images/icons/lucide/refresh-cw.svg"); mask-image: url("../images/icons/lucide/refresh-cw.svg"); }

body[data-page="products"] .product-detail-gallery {
  min-height: 510px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}

body[data-page="products"] .product-detail-gallery .product-gallery-slide {
  background-size: cover !important;
}

/* 恢复产品详情页原有的右侧悬浮锚点导航。 */
body[data-page="products"] .product-visual-page .page-anchor-nav {
  position: fixed;
  z-index: 70;
  top: 50%;
  right: 0;
  left: auto;
  width: max-content;
  min-width: 118px;
  transform: translate(calc(100% - 30px), -50%);
  border: 1px solid rgba(16, 36, 63, .1);
  border-right: 0;
  border-radius: 10px 0 0 10px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 34px rgba(16, 36, 63, .12);
}

body[data-page="products"] .product-visual-page .page-anchor-nav:hover,
body[data-page="products"] .product-visual-page .page-anchor-nav:focus-within {
  transform: translate(0, -50%);
}

body[data-page="products"] .product-visual-page .page-anchor-nav .container {
  display: flex;
  flex-direction: column;
  overflow: visible;
  align-items: stretch;
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 8px 0;
}

body[data-page="products"] .product-visual-page .page-anchor-nav a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 36px;
  margin: 0;
  padding: 0 16px 0 30px;
  color: #697689;
  font-size: 12px;
}

body[data-page="products"] .product-visual-page .page-anchor-nav a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  width: 7px;
  height: 7px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: #aab5c1;
}

body[data-page="products"] .product-visual-page .page-anchor-nav a::after {
  display: block;
  position: absolute;
  top: 8px;
  right: auto;
  bottom: 8px;
  left: 0;
  width: 3px;
  content: "";
  transform: scaleY(0);
  border-radius: 0 3px 3px 0;
  background: #d52822;
}

body[data-page="products"] .product-visual-page .page-anchor-nav a.is-active,
body[data-page="products"] .product-visual-page .page-anchor-nav a:not([href^="#"]) {
  color: #d52822;
  font-weight: 700;
}

body[data-page="products"] .product-visual-page .page-anchor-nav a.is-active::before,
body[data-page="products"] .product-visual-page .page-anchor-nav a:not([href^="#"])::before {
  background: #d52822;
}

body[data-page="products"] .product-visual-page .page-anchor-nav a.is-active::after {
  transform: scaleY(1);
}

body[data-page="products"] .product-visual-page .page-anchor-nav a:not([href^="#"]) {
  margin-top: 6px;
  padding-top: 5px;
  border-top: 1px solid rgba(16, 36, 63, .08);
}

/* 详情页标题沿用全站字号变量，不单独缩小。 */
body[data-page="products"] .product-visual-page .section-heading h2 {
  font-size: var(--type-section-title);
}

@media (max-width: 980px) {
  body[data-page="products"] .product-detail-hero .inner-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    gap: 34px;
  }
  body[data-page="products"] .product-detail-hero h1 { font-size: 46px; }
}

@media (max-width: 820px) {
  body[data-page="products"] .product-detail-hero .inner-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 48px 0 32px;
  }
  body[data-page="products"] .product-detail-hero h1 { font-size: 38px; }
  body[data-page="products"] .product-detail-hero .inner-hero-copy > p { font-size: 17px; }
  body[data-page="products"] .product-hero-capabilities span { font-size: 14px; }
  body[data-page="products"] .product-visual-page .page-anchor-nav {
    position: sticky;
    top: 66px;
    width: auto;
    min-width: 0;
    transform: none;
    border-width: 1px 0;
    border-radius: 0;
  }
  body[data-page="products"] .product-visual-page .page-anchor-nav .container {
    flex-direction: row;
    overflow-x: auto;
    align-items: center;
    padding: 18px 20px;
  }
  body[data-page="products"] .product-visual-page .page-anchor-nav a {
    flex: 0 0 auto;
    min-height: auto;
    padding: 0;
    font-size: 13px;
  }
  body[data-page="products"] .product-visual-page .page-anchor-nav a::before { display: none; }
  body[data-page="products"] .product-visual-page .page-anchor-nav a::after {
    top: auto;
    right: 0;
    bottom: -19px;
    left: 0;
    width: auto;
    height: 3px;
    transform: scaleX(0);
  }
  body[data-page="products"] .product-visual-page .page-anchor-nav a.is-active::after { transform: scaleX(1); }
  body[data-page="products"] .product-visual-page .page-anchor-nav a:not([href^="#"]) {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}

@media (max-width: 560px) {
  body[data-page="products"] .product-hero-capabilities { grid-template-columns: 1fr 1fr; gap: 18px 0; }
  body[data-page="products"] .product-hero-capabilities > div:nth-child(2) { border-right: 0; }
  body[data-page="products"] .product-hero-capabilities > div { min-height: 78px; }
  body[data-page="products"] .product-hero-capabilities > div:nth-child(3) { padding-left: 0; }
}

/* 产品概览采用全站居中标题与图文对半的展示方式。 */
body[data-page="products"] .product-visual-page .product-visual-overview { background: #f8f5f1; }
body[data-page="products"] .product-visual-overview .section-heading { max-width: 1030px; margin: 0 auto 38px; text-align: center; }
body[data-page="products"] .product-visual-overview .section-heading > span { display: inline-flex; align-items: center; gap: 16px; margin-bottom: 18px; color: #b6752d; font-size: 18px; }
body[data-page="products"] .product-visual-overview .section-heading > span::before,
body[data-page="products"] .product-visual-overview .section-heading > span::after { width: 64px; height: 1px; content: ""; background: linear-gradient(90deg, transparent, rgba(182, 117, 45, .8)); }
body[data-page="products"] .product-visual-overview .section-heading > span::after { background: linear-gradient(90deg, rgba(182, 117, 45, .8), transparent); }
body[data-page="products"] .product-visual-overview .section-heading h2 { margin: 0; color: #102947; font-size: var(--type-section-title); line-height: 1.28; }
body[data-page="products"] .product-visual-overview .section-heading p { max-width: 940px; margin: 18px auto 0; color: #607082; font-size: 17px; line-height: 1.8; }

body[data-page="products"] .product-architecture-showcase { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 540px; margin-top: 0; border-color: rgba(190, 145, 81, .52); border-radius: 10px; background: #fffdfa; }
body[data-page="products"] .product-architecture-image { min-height: 540px; border-right: 1px solid rgba(190, 145, 81, .35); background-size: cover !important; }
body[data-page="products"] .product-architecture-copy { display: flex; flex-direction: column; justify-content: center; padding: 44px 48px; }
body[data-page="products"] .product-architecture-copy h3 { margin: 10px 0 26px; color: #102947; font-size: 30px; line-height: 1.32; }
body[data-page="products"] .architecture-list > div { grid-template-columns: 44px 1fr; gap: 16px; padding: 16px 0; border-color: rgba(190, 145, 81, .25); }
body[data-page="products"] .architecture-list > div > span { width: 38px; height: 38px; border-radius: 0; background: #e02a24; font-size: 12px; }
body[data-page="products"] .architecture-list p { gap: 7px; color: #5d6d7f; font-size: 15px; line-height: 1.7; }
body[data-page="products"] .architecture-list b { color: #102947; font-size: 18px; }

body[data-page="products"] .product-quick-facts { overflow: hidden; margin-top: 28px; border-color: rgba(190, 145, 81, .48); border-radius: 10px; background: #fffdfa; }
body[data-page="products"] .product-quick-facts .wire-card { display: flex; align-items: center; gap: 18px; min-height: 132px; padding: 24px 26px; }
body[data-page="products"] .product-quick-facts .card-label { margin: 0 0 6px; font-size: 14px; }
body[data-page="products"] .product-quick-facts h3 { margin: 0; color: #26384b; font-size: 17px; line-height: 1.55; }
.product-fact-icon { display: block; flex: 0 0 auto; width: 34px; height: 34px; background: #b6752d; -webkit-mask: center / contain no-repeat; mask: center / contain no-repeat; }
.product-fact-icon--audience { -webkit-mask-image: url("../images/icons/lucide/users-round.svg"); mask-image: url("../images/icons/lucide/users-round.svg"); }
.product-fact-icon--space { -webkit-mask-image: url("../images/icons/lucide/landmark.svg"); mask-image: url("../images/icons/lucide/landmark.svg"); }
.product-fact-icon--experience { -webkit-mask-image: url("../images/icons/lucide/boxes.svg"); mask-image: url("../images/icons/lucide/boxes.svg"); }
.product-fact-icon--role { -webkit-mask-image: url("../images/icons/lucide/shield-check.svg"); mask-image: url("../images/icons/lucide/shield-check.svg"); }

@media (max-width: 820px) {
  body[data-page="products"] .product-architecture-showcase { min-height: 0; }
  body[data-page="products"] .product-architecture-image { min-height: 380px; }
  body[data-page="products"] .product-architecture-copy { padding: 38px 34px; }
  body[data-page="products"] .product-visual-overview .section-heading h2 { font-size: 36px; }
}
@media (max-width: 560px) {
  body[data-page="products"] .product-visual-overview .section-heading > span::before,
  body[data-page="products"] .product-visual-overview .section-heading > span::after { width: 38px; }
  body[data-page="products"] .product-visual-overview .section-heading h2 { font-size: 29px; }
  body[data-page="products"] .product-architecture-image { min-height: 280px; }
  body[data-page="products"] .product-architecture-copy { padding: 30px 22px; }
  body[data-page="products"] .product-architecture-copy h3 { font-size: 25px; }
  body[data-page="products"] .architecture-list > div { padding: 14px 0; }
  body[data-page="products"] .product-quick-facts .wire-card { min-height: 110px; }
}

@media (min-width: 1181px) {
  body[data-page="products"] .product-visual-overview .section-heading { max-width: 1400px; }
  body[data-page="products"] .product-visual-overview .section-heading h2 { font-size: var(--type-section-title); }
  body[data-page="products"] .product-visual-overview .section-heading p { max-width: none; white-space: nowrap; font-size: 12.5px; }
}

body[data-page="products"] .product-structure-label { display: inline-flex; align-items: center; gap: 11px; margin: 0; color: #b6752d; font-size: 17px; font-weight: 700; }
body[data-page="products"] .product-structure-label i { position: relative; display: grid; width: 28px; height: 28px; background: #c48732; clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%); place-items: center; }
body[data-page="products"] .product-structure-label i::after { width: 14px; height: 14px; content: ""; background: #fffdfa; -webkit-mask: url("../images/icons/lucide/star.svg") center / contain no-repeat; mask: url("../images/icons/lucide/star.svg") center / contain no-repeat; }
body[data-page="products"] .architecture-list > div { grid-template-columns: 40px 1fr; }
.architecture-icon { display: block; width: 30px; height: 30px; background: #c48732; -webkit-mask: center / contain no-repeat; mask: center / contain no-repeat; }
.architecture-icon--monitor { -webkit-mask-image: url("../images/icons/lucide/monitor.svg"); mask-image: url("../images/icons/lucide/monitor.svg"); }
.architecture-icon--bot { -webkit-mask-image: url("../images/icons/lucide/bot.svg"); mask-image: url("../images/icons/lucide/bot.svg"); }
.architecture-icon--settings { -webkit-mask-image: url("../images/icons/lucide/settings-2.svg"); mask-image: url("../images/icons/lucide/settings-2.svg"); }
.architecture-icon--folder { -webkit-mask-image: url("../images/icons/lucide/folder-open.svg"); mask-image: url("../images/icons/lucide/folder-open.svg"); }
body[data-page="products"] .product-fact-icon {
  display: grid;
  box-sizing: content-box;
  width: 28px;
  height: 28px;
  padding: 9px;
  border: 1.5px solid #d5a14a;
  border-radius: 50%;
  background: transparent;
  -webkit-mask: none;
  mask: none;
  place-items: center;
}
body[data-page="products"] .product-fact-icon::after {
  width: 28px;
  height: 28px;
  content: "";
  background: #b6752d;
  -webkit-mask: center / contain no-repeat;
  mask: center / contain no-repeat;
}
body[data-page="products"] .product-fact-icon--audience::after { -webkit-mask-image: url("../images/icons/lucide/users-round.svg"); mask-image: url("../images/icons/lucide/users-round.svg"); }
body[data-page="products"] .product-fact-icon--space::after { -webkit-mask-image: url("../images/icons/lucide/landmark.svg"); mask-image: url("../images/icons/lucide/landmark.svg"); }
body[data-page="products"] .product-fact-icon--experience::after { -webkit-mask-image: url("../images/icons/lucide/boxes.svg"); mask-image: url("../images/icons/lucide/boxes.svg"); }
body[data-page="products"] .product-fact-icon--role::after { -webkit-mask-image: url("../images/icons/lucide/shield-check.svg"); mask-image: url("../images/icons/lucide/shield-check.svg"); }

body[data-page="products"] #functions .heading-inline { display: block; max-width: 1030px; margin: 0 auto 38px; text-align: center; }
body[data-page="products"] #functions .heading-inline > div > span { display: inline-flex; align-items: center; gap: 16px; margin-bottom: 18px; color: #b6752d; font-size: 18px; font-weight: 600; }
body[data-page="products"] #functions .heading-inline > div > span::before,
body[data-page="products"] #functions .heading-inline > div > span::after { width: 64px; height: 1px; content: ""; background: linear-gradient(90deg, transparent, rgba(182, 117, 45, .8)); }
body[data-page="products"] #functions .heading-inline > div > span::after { background: linear-gradient(90deg, rgba(182, 117, 45, .8), transparent); }
body[data-page="products"] #functions .heading-inline h2 { margin: 0; font-size: var(--type-section-title); }
body[data-page="products"] #functions .heading-inline > p { max-width: 760px; margin: 18px auto 0; color: #607082; font-size: 17px; line-height: 1.8; }
body[data-page="products"] #functions .product-visual-card-image { border-bottom: 1px solid #d6a657 !important; }
body[data-page="products"] #functions .product-visual-card > div:last-child { padding: 26px; }
body[data-page="products"] #functions .product-visual-card h3 { margin-bottom: 10px; font-size: 20px; line-height: 1.45; }
body[data-page="products"] #functions .product-visual-card p { font-size: 15px; line-height: 1.8; }

body[data-page="products"] .product-visual-page #content { background: #fbf8f4; }
body[data-page="products"] #content .section-heading { max-width: 1030px; margin: 0 auto 38px; text-align: center; }
body[data-page="products"] #content .section-heading > span { display: inline-flex; align-items: center; gap: 16px; margin-bottom: 18px; color: #b6752d; font-size: 18px; font-weight: 600; }
body[data-page="products"] #content .section-heading > span::before,
body[data-page="products"] #content .section-heading > span::after { width: 64px; height: 1px; content: ""; background: linear-gradient(90deg, transparent, rgba(182, 117, 45, .8)); }
body[data-page="products"] #content .section-heading > span::after { background: linear-gradient(90deg, rgba(182, 117, 45, .8), transparent); }
body[data-page="products"] #content .section-heading h2 { margin: 0; font-size: var(--type-section-title); }
body[data-page="products"] #content .section-heading p { max-width: 760px; margin: 18px auto 0; color: #607082; font-size: 17px; line-height: 1.8; }
body[data-page="products"] #content .product-content-visual-card > div:last-child { padding: 28px; }
body[data-page="products"] #content .product-content-visual-card h3 { margin: 12px 0 10px; font-size: 20px; line-height: 1.45; }
body[data-page="products"] #content .product-content-visual-card p { font-size: 15px; line-height: 1.8; }
.product-content-icon { display: block; width: 30px; height: 30px; background: #b6752d; -webkit-mask: center / contain no-repeat; mask: center / contain no-repeat; }
.product-content-icon--scroll { -webkit-mask-image: url("../images/icons/lucide/scroll.svg"); mask-image: url("../images/icons/lucide/scroll.svg"); }
.product-content-icon--building { -webkit-mask-image: url("../images/icons/lucide/building-2.svg"); mask-image: url("../images/icons/lucide/building-2.svg"); }
.product-content-icon--globe { -webkit-mask-image: url("../images/icons/lucide/globe.svg"); mask-image: url("../images/icons/lucide/globe.svg"); }
.product-content-icon--folder-pen { -webkit-mask-image: url("../images/icons/lucide/folder-pen.svg"); mask-image: url("../images/icons/lucide/folder-pen.svg"); }

body[data-page="products"] .product-visual-page .page-anchor-nav a { min-height: 40px; padding-left: 32px; font-size: 14px; transition: color .18s ease, background .18s ease; }
body[data-page="products"] .product-visual-page .page-anchor-nav a.is-active { color: #d52822; background: #fff5f3; font-weight: 700; }
body[data-page="products"] .product-visual-page .page-anchor-nav a.is-active::before { width: 9px; height: 9px; background: #d52822; }

@media (max-width: 820px) { body[data-page="products"] #functions .heading-inline h2 { font-size: 36px; } }
@media (max-width: 560px) {
  body[data-page="products"] .product-visual-overview .section-heading h2,
  body[data-page="products"] #functions .heading-inline h2 { font-size: 29px; white-space: normal; }
  body[data-page="products"] .product-visual-overview .section-heading p { white-space: normal; }
  body[data-page="products"] #functions .heading-inline > div > span::before,
  body[data-page="products"] #functions .heading-inline > div > span::after { width: 38px; }
}

body[data-page="products"] .product-visual-overview .section-heading p { font-size: 17px; }
@media (min-width:1181px) { body[data-page="products"] .product-visual-overview .section-heading p { white-space:normal; font-size:17px; } }
.product-content-icon { display:grid; box-sizing:content-box; width:28px; height:28px; padding:8px; border:1.5px solid #d5a14a; border-radius:50%; background-color:transparent; background-origin:content-box; }

body[data-page="products"] #hardware .section-heading, body[data-page="products"] #scenarios .section-heading, body[data-page="products"] #cases .section-heading { display:block; max-width:1030px; margin:0 auto 38px; text-align:center; }
body[data-page="products"] #hardware .section-heading>span, body[data-page="products"] #scenarios .section-heading>span, body[data-page="products"] #cases .section-heading>div>span { display:inline-flex; align-items:center; gap:16px; margin-bottom:18px; color:#b6752d; font-size:18px; font-weight:600; }
body[data-page="products"] #hardware .section-heading>span::before, body[data-page="products"] #hardware .section-heading>span::after, body[data-page="products"] #scenarios .section-heading>span::before, body[data-page="products"] #scenarios .section-heading>span::after, body[data-page="products"] #cases .section-heading>div>span::before, body[data-page="products"] #cases .section-heading>div>span::after { width:64px; height:1px; content:""; background:linear-gradient(90deg,transparent,rgba(182,117,45,.8)); }
body[data-page="products"] #hardware .section-heading>span::after, body[data-page="products"] #scenarios .section-heading>span::after, body[data-page="products"] #cases .section-heading>div>span::after { background:linear-gradient(90deg,rgba(182,117,45,.8),transparent); }
body[data-page="products"] #hardware .section-heading h2, body[data-page="products"] #scenarios .section-heading h2, body[data-page="products"] #cases .section-heading h2 { margin:0; font-size:var(--type-section-title); }
body[data-page="products"] #hardware .section-heading p, body[data-page="products"] #cases .section-heading>p { max-width:760px; margin:18px auto 0; color:#607082; font-size:17px; line-height:1.8; }
body[data-page="products"] .product-visual-page #scenarios { background:#fbf8f4; }
body[data-page="products"] #scenarios .product-scenario-card>div:last-child { padding:26px; }
body[data-page="products"] #scenarios .product-scenario-card h3 { margin-bottom:10px; font-size:20px; line-height:1.45; }
body[data-page="products"] #scenarios .product-scenario-card p { font-size:15px; line-height:1.8; }

body[data-page="products"] .product-hardware-showcase { grid-template-columns:minmax(0,1fr) minmax(0,1fr); min-height:500px; border-radius:10px; }
body[data-page="products"] .product-hardware-image { min-height:500px; aspect-ratio:auto; border-right:1px solid rgba(190,145,81,.35); background-size:contain !important; }
body[data-page="products"] .product-spec-table { display:flex; flex-direction:column; justify-content:center; min-height:500px; padding:54px 46px; }
body[data-page="products"] .product-spec-table>div { display:grid; grid-template-columns:34px 112px minmax(0,1fr); align-items:center; gap:14px; padding:18px 0; }
body[data-page="products"] .product-spec-table>p { display:none; }
body[data-page="products"] .product-spec-table b { color:#edbd76; font-size:18px; }
body[data-page="products"] .product-spec-table span { color:rgba(255,255,255,.88); font-size:15px; line-height:1.7; }
.hardware-spec-icon { display:block; width:26px; height:26px; background:#edbd76; -webkit-mask:center/contain no-repeat; mask:center/contain no-repeat; }
.hardware-spec-icon--tv { -webkit-mask-image:url("../images/icons/lucide/tv.svg"); mask-image:url("../images/icons/lucide/tv.svg"); }.hardware-spec-icon--bot { -webkit-mask-image:url("../images/icons/lucide/bot.svg"); mask-image:url("../images/icons/lucide/bot.svg"); }.hardware-spec-icon--settings { -webkit-mask-image:url("../images/icons/lucide/settings-2.svg"); mask-image:url("../images/icons/lucide/settings-2.svg"); }.hardware-spec-icon--file { -webkit-mask-image:url("../images/icons/lucide/file-text.svg"); mask-image:url("../images/icons/lucide/file-text.svg"); }

body[data-page="products"] .product-visual-page .page-cta { padding:0 0 30px; background:#fbf8f4; } body[data-page="products"] .product-visual-page .page-cta .container { display:flex; align-items:center; gap:26px; min-height:152px; padding:28px 44px; border-radius:12px; background:#0b345e; }.product-final-cta-icon { display:block; flex:0 0 auto; width:70px; height:70px; background:#f0bd5a; -webkit-mask:url("../images/icons/lucide/school.svg") center/contain no-repeat; mask:url("../images/icons/lucide/school.svg") center/contain no-repeat; } body[data-page="products"] .page-cta h2 { margin:0 0 10px; color:#fff; font-size:30px; } body[data-page="products"] .page-cta p { margin:0; color:rgba(255,255,255,.88); font-size:17px; }.product-final-cta-actions { display:flex; gap:22px; margin-left:auto; } body[data-page="products"] .page-cta .button { display:inline-flex; align-items:center; gap:22px; min-height:56px; padding:0 26px; border-radius:8px; background:#e42020; color:#fff; } body[data-page="products"] .page-cta .button-ghost { border:1px solid #e8bd67; color:#f3c66d; background:transparent; }

body[data-page="products"] .product-content-icon { display:grid; box-sizing:content-box; width:32px; height:32px; padding:8px; border:1.5px solid #d5a14a; border-radius:50%; background:transparent; -webkit-mask:none; mask:none; place-items:center; }
body[data-page="products"] .product-content-icon::after { width:32px; height:32px; content:""; background:#b6752d; -webkit-mask:center/contain no-repeat; mask:center/contain no-repeat; }
body[data-page="products"] .product-content-icon--scroll::after { -webkit-mask-image:url("../images/icons/lucide/scroll.svg"); mask-image:url("../images/icons/lucide/scroll.svg"); } body[data-page="products"] .product-content-icon--building::after { -webkit-mask-image:url("../images/icons/lucide/building-2.svg"); mask-image:url("../images/icons/lucide/building-2.svg"); } body[data-page="products"] .product-content-icon--globe::after { -webkit-mask-image:url("../images/icons/lucide/globe.svg"); mask-image:url("../images/icons/lucide/globe.svg"); } body[data-page="products"] .product-content-icon--folder-pen::after { -webkit-mask-image:url("../images/icons/lucide/folder-pen.svg"); mask-image:url("../images/icons/lucide/folder-pen.svg"); }
body[data-page="products"] #content .product-content-visual-card h3 { font-size:24px; } body[data-page="products"] #content .product-content-visual-card p { font-size:17px; }
body[data-page="products"] .product-visual-card h3, body[data-page="products"] .product-content-visual-card h3, body[data-page="products"] .product-scenario-card h3, body[data-page="products"] .product-case-showcase h3 { font-size:24px; }
body[data-page="products"] .product-visual-card p, body[data-page="products"] .product-content-visual-card p, body[data-page="products"] .product-scenario-card p, body[data-page="products"] .product-case-showcase p { font-size:17px; }
body[data-page="products"] .product-scenario-card>div:last-child { position:relative; padding-right:96px; }
.scenario-card-number { position:absolute; top:18px; right:24px; color:rgba(190,145,81,.28); font-size:58px; font-weight:500; line-height:1; }
body[data-page="products"] #scenarios .product-scenario-card>div:last-child::before { position:absolute; top:18px; right:24px; color:rgba(190,145,81,.28); font-size:58px; font-weight:500; line-height:1; }
body[data-page="products"] #scenarios .product-scenario-card:nth-child(1)>div:last-child::before { content:"01"; }
body[data-page="products"] #scenarios .product-scenario-card:nth-child(2)>div:last-child::before { content:"02"; }
body[data-page="products"] #scenarios .product-scenario-card:nth-child(3)>div:last-child::before { content:"03"; }
body[data-page="products"] #functions .product-visual-card h3,
body[data-page="products"] #content .product-content-visual-card h3,
body[data-page="products"] #scenarios .product-scenario-card h3,
body[data-page="products"] #cases .product-case-showcase h3 { font-size:24px; }
body[data-page="products"] #functions .product-visual-card p,
body[data-page="products"] #content .product-content-visual-card p,
body[data-page="products"] #scenarios .product-scenario-card p,
body[data-page="products"] #cases .product-case-showcase p { font-size:17px; }

body[data-page="products"] #content .product-content-icon { display:grid; width:28px; height:28px; padding:8px; border:1.5px solid #d5a14a; border-radius:50%; background:transparent; -webkit-mask:none !important; mask:none !important; place-items:center; }
body[data-page="products"] #content .product-content-icon::after { width:28px; height:28px; content:""; background:#b6752d; -webkit-mask:center/contain no-repeat; mask:center/contain no-repeat; }
body[data-page="products"] #content .product-content-icon--scroll::after { -webkit-mask-image:url("../images/icons/lucide/scroll.svg"); mask-image:url("../images/icons/lucide/scroll.svg"); } body[data-page="products"] #content .product-content-icon--building::after { -webkit-mask-image:url("../images/icons/lucide/building-2.svg"); mask-image:url("../images/icons/lucide/building-2.svg"); } body[data-page="products"] #content .product-content-icon--globe::after { -webkit-mask-image:url("../images/icons/lucide/globe.svg"); mask-image:url("../images/icons/lucide/globe.svg"); } body[data-page="products"] #content .product-content-icon--folder-pen::after { -webkit-mask-image:url("../images/icons/lucide/folder-pen.svg"); mask-image:url("../images/icons/lucide/folder-pen.svg"); }
body[data-page="products"] #content .product-content-visual-card h3 { margin-top:16px; font-size:24px; } body[data-page="products"] #content .product-content-visual-card p { font-size:17px; line-height:1.8; }

/* 项目案例入口沿用成功案例卡的右侧箭头样式。 */
body[data-page="products"] #cases .product-case-showcase > div:last-child::after {
  align-self: flex-end;
  margin-top: auto;
  padding-top: 0;
  color: #b6752d;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  content: "→";
}
body[data-page="products"] #cases .product-case-showcase > div:last-child::after { transition: transform .2s ease; }
body[data-page="products"] #cases .product-case-showcase:hover > div:last-child::after { transform: translateX(7px); }
body[data-page="products"] #content .product-content-icon::after { width:30px; height:30px; }
body[data-page="products"] .hardware-spec-icon { width:30px; height:30px; }

/* 全页功能图标统一采用首屏能力图标的 42px 规格。 */
body[data-page="products"] .architecture-icon { width:42px; height:42px; }
body[data-page="products"] .product-structure-label i { width:42px; height:42px; }
body[data-page="products"] .product-structure-label i::after { width:20px; height:20px; }
body[data-page="products"] #content .product-content-icon { width:42px; height:42px; }
body[data-page="products"] #content .product-content-icon::after { width:42px; height:42px; }
body[data-page="products"] .hardware-spec-icon { width:42px; height:42px; }
body[data-page="products"] .product-fact-icon { width:42px; height:42px; padding:8px; }
body[data-page="products"] .product-fact-icon::after { width:42px; height:42px; }
.product-final-cta-icon { width:70px; height:70px; -webkit-mask-image:url("../images/icons/lucide/bot.svg"); mask-image:url("../images/icons/lucide/bot.svg"); }

/* 产品详情页内容图片统一铺满容器。 */
body[data-page="products"] .product-visual-card-image,
body[data-page="products"] .product-content-visual-image,
body[data-page="products"] .product-hardware-image,
body[data-page="products"] .product-scenario-image {
  background-position: center;
  background-size: cover !important;
}
