﻿/* Homepage-aligned shell for legacy page content.
   It preserves original HTML/content while removing the old cyber/gradient visual language. */

body {
  margin: 0;
  font-family: "Inter", "HarmonyOS Sans SC", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
}

.legacy-page {
  --bg: #f4f6f8;
  --bg2: #fff;
  --card: #fff;
  --text: #0b1118;
  --text2: #4d586f;
  --muted: #6d7785;
  --border: rgba(11, 17, 24, 0.12);
  --border-acc: rgba(11, 17, 24, 0.16);
  --accent: #0b1118;
  --accent2: #4d586f;
  --accent-dim: rgba(11, 17, 24, 0.06);
  --accent-glow: transparent;
  --gradient: #0b1118;
  --gradient-light: rgba(11, 17, 24, 0.06);
  --sh: none;
  --shh: none;
  overflow-x: hidden;
  color: var(--text);
  background: var(--bg);
}

.site-header {
  font-family: "Inter", "HarmonyOS Sans SC", "Microsoft YaHei", Arial, sans-serif;
}

.legacy-page .nb,
.legacy-page .ft,
.legacy-page #sp,
.legacy-content .chg,
.legacy-content .chl,
.legacy-content .chgl,
.legacy-content .chgr,
.legacy-content .chp,
.legacy-content .chp span,
.legacy-content .hero-bg::before,
.legacy-content .hero-bg::after,
.legacy-content .hero-ov,
.legacy-content .phr-bg i,
.legacy-content .ch::before,
.legacy-content .card-glow,
.legacy-content .glow,
.legacy-content .orb,
.legacy-content .halo,
.legacy-content .blob,
.legacy-content .aurora,
.legacy-content .particle,
.legacy-content .mouse-particle,
.legacy-content .cursor-particle,
.legacy-content .global-glow {
  display: none !important;
}

.legacy-content .phr-ov:has(video),
.legacy-content .phr-ov:has(img) {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
}

.legacy-content .phr-ov:empty {
  display: none !important;
}

.legacy-content {
  position: relative;
  z-index: 1;
  color: var(--text);
  background: var(--bg);
}

.legacy-content [id*="glow"],
.legacy-content [id*="particle"],
.legacy-content [id*="cursor"] {
  display: none !important;
}

.legacy-content *,
.legacy-content *::before,
.legacy-content *::after {
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.legacy-content a {
  color: inherit;
}

.legacy-content img,
.legacy-content video {
  max-width: 100%;
}

.legacy-content [style*="box-shadow"],
.legacy-content [style*="filter"] {
  box-shadow: none !important;
  filter: none !important;
}

.legacy-content [style*="linear-gradient"],
.legacy-content [style*="radial-gradient"] {
  background-image: none !important;
}

.legacy-content .text-gradient-flow,
.legacy-content .text-gradient,
.legacy-content h1 span,
.legacy-content h2 span,
.legacy-content .lt span {
  color: inherit !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

.legacy-content .ch,
.legacy-content .phr,
.legacy-content .hero,
.legacy-content .page-hero,
.legacy-content .case-hero {
  position: relative !important;
  height: 100svh !important;
  min-height: 100svh !important;
  box-sizing: border-box !important;
  padding: 118px clamp(20px, 4vw, 64px) 86px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  color: #fff !important;
  background: #05080c !important;
  text-align: center;
}

.legacy-content .ch > img,
.legacy-content .ch > video,
.legacy-content .phr > img,
.legacy-content .phr > video,
.legacy-content .hero > img,
.legacy-content .hero > video,
.legacy-content .page-hero > img,
.legacy-content .page-hero > video,
.legacy-content .case-hero > img,
.legacy-content .case-hero > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.46;
}

.legacy-content .ch::after,
.legacy-content .phr::after,
.legacy-content .hero::after,
.legacy-content .page-hero::after,
.legacy-content .case-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(2, 5, 8, 0.9) 0%, rgba(2, 5, 8, 0.42) 46%, rgba(2, 5, 8, 0.76) 100%),
    linear-gradient(180deg, rgba(2, 5, 8, 0.12), rgba(2, 5, 8, 0.86));
}

.legacy-content .ch > *:not(img):not(video),
.legacy-content .phr > *:not(img):not(video),
.legacy-content .hero > *:not(img):not(video),
.legacy-content .page-hero > *:not(img):not(video),
.legacy-content .case-hero > *:not(img):not(video) {
  position: relative;
  z-index: 1;
}

.legacy-content .chh,
.legacy-content .phr h1,
.legacy-content .hero h1,
.legacy-content .page-hero h1,
.legacy-content .case-hero h1,
.legacy-content h1 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(48px, 8vw, 112px) !important;
  line-height: 0.98 !important;
  font-weight: 780 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.legacy-content .chs,
.legacy-content .phr-sub,
.legacy-content .hero p,
.legacy-content .page-hero p,
.legacy-content .case-hero p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: clamp(17px, 2vw, 24px) !important;
  line-height: 1.75 !important;
}

.legacy-content section:not(.ch):not(.phr):not(.hero):not(.product-hero):not(.page-hero):not(.case-hero),
.legacy-content .download-page,
.legacy-content .case-section,
.legacy-content .cat-section,
.legacy-content .flat-se,
.legacy-content .se,
.legacy-content .va,
.legacy-content .intro,
.legacy-content .content-section {
  padding-top: clamp(80px, 9vw, 132px) !important;
  padding-bottom: clamp(80px, 9vw, 132px) !important;
  background: var(--bg) !important;
}

.legacy-content section:nth-of-type(even):not(.ch):not(.phr):not(.hero):not(.product-hero):not(.page-hero):not(.case-hero) {
  background: #fff !important;
}

.legacy-content .download-page,
.legacy-content .case-section,
.legacy-content .cat-section,
.legacy-content .flat-se,
.legacy-content .se,
.legacy-content .ct,
.legacy-content .container,
.legacy-content .wrap {
  width: min(1420px, calc(100% - clamp(40px, 8vw, 128px))) !important;
  max-width: 1420px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.legacy-content .section-title,
.legacy-content .st2,
.legacy-content .case-title,
.legacy-content .avmh,
.legacy-content .atlh,
.legacy-content .cti2,
.legacy-content h2 {
  color: var(--text) !important;
  font-size: clamp(34px, 5vw, 72px) !important;
  line-height: 1.05 !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.legacy-content .section-subtitle,
.legacy-content .sd2,
.legacy-content .case-desc,
.legacy-content .intro-text,
.legacy-content p {
  color: var(--text2);
}

.legacy-content .st2-left,
.legacy-content .sd2-left,
.legacy-content .flat-txt,
.legacy-content .flat-txt h2,
.legacy-content .flat-txt h3,
.legacy-content .flat-txt p,
.legacy-content .overview-content,
.legacy-content .overview-content h2,
.legacy-content .overview-content p,
.legacy-content .feature-copy,
.legacy-content .feature-copy h2,
.legacy-content .feature-copy p {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.legacy-content .section-header,
.legacy-content .section-head,
.legacy-content .se > .ct,
.legacy-content .va-hd,
.legacy-content .cs,
.legacy-content .download-hero,
.legacy-content .case-hero-content {
  text-align: center !important;
}

.legacy-content .section-header p,
.legacy-content .section-head p,
.legacy-content .se > .ct > p,
.legacy-content .va-hd p,
.legacy-content .cs p {
  margin-left: auto !important;
  margin-right: auto !important;
}

.legacy-content .se,
.legacy-content .flat-se,
.legacy-content .download-page,
.legacy-content .case-section,
.legacy-content .cat-section,
.legacy-content .content-section {
  color: var(--text) !important;
}

.legacy-content .se p,
.legacy-content .flat-se p,
.legacy-content .download-page p,
.legacy-content .case-section p,
.legacy-content .cat-section p,
.legacy-content .content-section p,
.legacy-content li,
.legacy-content dd {
  color: var(--text2) !important;
}

.legacy-content .se h1,
.legacy-content .se h2,
.legacy-content .se h3,
.legacy-content .se h4,
.legacy-content .flat-se h1,
.legacy-content .flat-se h2,
.legacy-content .flat-se h3,
.legacy-content .flat-se h4,
.legacy-content .download-page h1,
.legacy-content .download-page h2,
.legacy-content .download-page h3,
.legacy-content .download-page h4,
.legacy-content .case-section h1,
.legacy-content .case-section h2,
.legacy-content .case-section h3,
.legacy-content .case-section h4,
.legacy-content .cat-section h1,
.legacy-content .cat-section h2,
.legacy-content .cat-section h3,
.legacy-content .cat-section h4,
.legacy-content .content-section h1,
.legacy-content .content-section h2,
.legacy-content .content-section h3,
.legacy-content .content-section h4 {
  color: var(--text) !important;
}

.legacy-content .phr,
.legacy-content .ch,
.legacy-content .hero,
.legacy-content .page-hero,
.legacy-content .case-hero,
.legacy-content .va-fs,
.legacy-content .cta,
.legacy-content .cta-section,
.legacy-content .cta-sec,
.legacy-content .cta-s,
.legacy-content .cs,
.legacy-content .se-dark {
  color: #fff !important;
}

.legacy-content .cta,
.legacy-content .cta-section,
.legacy-content .cta-sec,
.legacy-content .cta-s,
.legacy-content .cs,
.legacy-content .se-dark {
  background: #05080c !important;
}

.legacy-content .cta::before,
.legacy-content .cta-section::before,
.legacy-content .cta-sec::before,
.legacy-content .cta-s::before,
.legacy-content .cs::before,
.legacy-content .se-dark::before {
  display: none !important;
}

.legacy-content .phr h1,
.legacy-content .phr h2,
.legacy-content .phr h3,
.legacy-content .phr p,
.legacy-content .ch h1,
.legacy-content .ch h2,
.legacy-content .ch h3,
.legacy-content .ch p,
.legacy-content .hero h1,
.legacy-content .hero h2,
.legacy-content .hero h3,
.legacy-content .hero p,
.legacy-content .page-hero h1,
.legacy-content .page-hero h2,
.legacy-content .page-hero h3,
.legacy-content .page-hero p,
.legacy-content .case-hero h1,
.legacy-content .case-hero h2,
.legacy-content .case-hero h3,
.legacy-content .case-hero p,
.legacy-content .va-fs h1,
.legacy-content .va-fs h2,
.legacy-content .va-fs h3,
.legacy-content .va-fs p,
.legacy-content .cta h1,
.legacy-content .cta h2,
.legacy-content .cta h3,
.legacy-content .cta p,
.legacy-content .cta-section h1,
.legacy-content .cta-section h2,
.legacy-content .cta-section h3,
.legacy-content .cta-section p,
.legacy-content .cta-sec h1,
.legacy-content .cta-sec h2,
.legacy-content .cta-sec h3,
.legacy-content .cta-sec p,
.legacy-content .cta-s h1,
.legacy-content .cta-s h2,
.legacy-content .cta-s h3,
.legacy-content .cta-s p,
.legacy-content .cs h1,
.legacy-content .cs h2,
.legacy-content .cs h3,
.legacy-content .cs p,
.legacy-content .se-dark h1,
.legacy-content .se-dark h2,
.legacy-content .se-dark h3,
.legacy-content .se-dark p {
  color: #fff !important;
}

.legacy-content .phr-sub,
.legacy-content .chs,
.legacy-content .hero-desc,
.legacy-content .hero p,
.legacy-content .page-hero p,
.legacy-content .case-hero p,
.legacy-content .va-fs p,
.legacy-content .cta p,
.legacy-content .cta-section p,
.legacy-content .cta-sec p,
.legacy-content .cta-s p,
.legacy-content .cs p,
.legacy-content .se-dark p {
  color: rgba(255, 255, 255, 0.72) !important;
}

.legacy-content [style*="color:var(--accent)"],
.legacy-content [style*="color: var(--accent)"],
.legacy-content [style*="color:#fff"],
.legacy-content [style*="color: #fff"],
.legacy-content [style*="color:white"],
.legacy-content [style*="color: white"],
.legacy-content [style*="color:rgba(255"],
.legacy-content [style*="color: rgba(255"],
.legacy-content [style*="color:#000"],
.legacy-content [style*="color: #000"] {
  color: currentColor !important;
}

.legacy-content section:not(.ch):not(.phr):not(.hero):not(.page-hero):not(.case-hero):not(.va-fs):not(.cta):not(.cta-section):not(.cta-sec):not(.cta-s):not(.cs):not(.se-dark) [style*="color:#fff"],
.legacy-content section:not(.ch):not(.phr):not(.hero):not(.page-hero):not(.case-hero):not(.va-fs):not(.cta):not(.cta-section):not(.cta-sec):not(.cta-s):not(.cs):not(.se-dark) [style*="color: #fff"],
.legacy-content section:not(.ch):not(.phr):not(.hero):not(.page-hero):not(.case-hero):not(.va-fs):not(.cta):not(.cta-section):not(.cta-sec):not(.cta-s):not(.cs):not(.se-dark) [style*="color:white"],
.legacy-content section:not(.ch):not(.phr):not(.hero):not(.page-hero):not(.case-hero):not(.va-fs):not(.cta):not(.cta-section):not(.cta-sec):not(.cta-s):not(.cs):not(.se-dark) [style*="color: white"],
.legacy-content section:not(.ch):not(.phr):not(.hero):not(.page-hero):not(.case-hero):not(.va-fs):not(.cta):not(.cta-section):not(.cta-sec):not(.cta-s):not(.cs):not(.se-dark) [style*="color:rgba(255"],
.legacy-content section:not(.ch):not(.phr):not(.hero):not(.page-hero):not(.case-hero):not(.va-fs):not(.cta):not(.cta-section):not(.cta-sec):not(.cta-s):not(.cs):not(.se-dark) [style*="color: rgba(255"] {
  color: var(--text) !important;
}

.legacy-content .st,
.legacy-content .case-label,
.legacy-content .phr-tag,
.legacy-content .cht {
  color: var(--muted) !important;
  background: transparent !important;
  border: 0 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.legacy-content .software-grid,
.legacy-content .case-grid,
.legacy-content .cat-grid,
.legacy-content .feature-grid,
.legacy-content .show-grid,
.legacy-content .card-grid {
  gap: 16px !important;
}

.legacy-content .soft-card,
.legacy-content .case-card,
.legacy-content .cat-card,
.legacy-content .feature-card,
.legacy-content .info-card,
.legacy-content .doc-card,
.legacy-content .auth-card,
.legacy-content .show-card,
.legacy-content .fc2,
.legacy-content .card,
.legacy-content .panel {
  color: var(--text) !important;
  background: rgba(255, 255, 255, 0.86) !important;
  border: 1px solid var(--border) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.legacy-content .soft-card h1,
.legacy-content .soft-card h2,
.legacy-content .soft-card h3,
.legacy-content .soft-card h4,
.legacy-content .case-card h1,
.legacy-content .case-card h2,
.legacy-content .case-card h3,
.legacy-content .case-card h4,
.legacy-content .cat-card h1,
.legacy-content .cat-card h2,
.legacy-content .cat-card h3,
.legacy-content .cat-card h4,
.legacy-content .feature-card h1,
.legacy-content .feature-card h2,
.legacy-content .feature-card h3,
.legacy-content .feature-card h4,
.legacy-content .info-card h1,
.legacy-content .info-card h2,
.legacy-content .info-card h3,
.legacy-content .info-card h4,
.legacy-content .doc-card h1,
.legacy-content .doc-card h2,
.legacy-content .doc-card h3,
.legacy-content .doc-card h4,
.legacy-content .auth-card h1,
.legacy-content .auth-card h2,
.legacy-content .auth-card h3,
.legacy-content .auth-card h4,
.legacy-content .show-card h1,
.legacy-content .show-card h2,
.legacy-content .show-card h3,
.legacy-content .show-card h4,
.legacy-content .fc2 h1,
.legacy-content .fc2 h2,
.legacy-content .fc2 h3,
.legacy-content .fc2 h4,
.legacy-content .card h1,
.legacy-content .card h2,
.legacy-content .card h3,
.legacy-content .card h4,
.legacy-content .panel h1,
.legacy-content .panel h2,
.legacy-content .panel h3,
.legacy-content .panel h4 {
  color: var(--text) !important;
}

.legacy-content .soft-card p,
.legacy-content .soft-card li,
.legacy-content .case-card p,
.legacy-content .case-card li,
.legacy-content .cat-card p,
.legacy-content .cat-card li,
.legacy-content .feature-card p,
.legacy-content .feature-card li,
.legacy-content .info-card p,
.legacy-content .info-card li,
.legacy-content .doc-card p,
.legacy-content .doc-card li,
.legacy-content .auth-card p,
.legacy-content .auth-card li,
.legacy-content .show-card p,
.legacy-content .show-card li,
.legacy-content .fc2 p,
.legacy-content .fc2 li,
.legacy-content .card p,
.legacy-content .card li,
.legacy-content .panel p,
.legacy-content .panel li {
  color: var(--text2) !important;
}

.legacy-content .card-3d,
.legacy-content .img-glow {
  transform: none !important;
  transform-style: flat !important;
  will-change: auto !important;
}

.legacy-content .glare,
.legacy-content .btn-scan::before {
  display: none !important;
}

.legacy-content .soft-card:hover,
.legacy-content .case-card:hover,
.legacy-content .cat-card:hover,
.legacy-content .feature-card:hover,
.legacy-content .doc-card:hover,
.legacy-content .auth-card:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(11, 17, 24, 0.24) !important;
  box-shadow: none !important;
}

.legacy-content .soft-card::before,
.legacy-content .case-card::before,
.legacy-content .cat-card::before,
.legacy-content .show-card::before {
  display: none !important;
}

.legacy-content .soft-icon,
.legacy-content .cat-icon,
.legacy-content .show-img,
.legacy-content .case-img,
.legacy-content .flat-md,
.legacy-content .va-media {
  background: #eef2f5 !important;
  border: 1px solid var(--border) !important;
  box-shadow: none !important;
}

.legacy-content .soft-version,
.legacy-content .show-badge,
.legacy-content .case-tag,
.legacy-content .fc2-label {
  color: var(--text) !important;
  background: rgba(11, 17, 24, 0.06) !important;
  border: 1px solid var(--border) !important;
  border-radius: 999px !important;
}

.legacy-content .soft-btn,
.legacy-content .auth-btn,
.legacy-content .doc-btn,
.legacy-content .bn,
.legacy-content .bp,
.legacy-content .bw,
.legacy-content .btn,
.legacy-content a[class*="btn"],
.legacy-content button[class*="btn"] {
  min-height: 42px;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-weight: 760 !important;
}

.legacy-content .soft-btn-primary,
.legacy-content .doc-btn-primary,
.legacy-content .auth-btn,
.legacy-content .bnp,
.legacy-content .bp,
.legacy-content .btn-primary {
  color: #fff !important;
  background: #0b1118 !important;
  border: 1px solid #0b1118 !important;
}

.legacy-content .soft-btn-secondary,
.legacy-content .doc-btn-secondary,
.legacy-content .bng,
.legacy-content .bw,
.legacy-content .btn-secondary {
  color: var(--text) !important;
  background: transparent !important;
  border: 1px solid var(--border) !important;
}

.legacy-content .page-tabs {
  border-bottom: 1px solid var(--border) !important;
  gap: 8px !important;
}

.legacy-content .page-tab {
  color: var(--text2) !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
}

.legacy-content .page-tab.active {
  color: #fff !important;
  background: #0b1118 !important;
  border-color: #0b1118 !important;
}

.legacy-content .filter-btn.active {
  color: #fff !important;
  background: #0b1118 !important;
  border-color: #0b1118 !important;
}

.legacy-content .av-vision-text,
.legacy-content .jr-img-label,
.legacy-content .scene-display,
.legacy-content .scene-display h3,
.legacy-content .scene-display h4,
.legacy-content .product-copy,
.legacy-content .product-copy h3,
.legacy-content .product-copy h4,
.legacy-content .product-copy a,
.legacy-content .news-txt,
.legacy-content .news-txt h2,
.legacy-content .vid-item.active .vid-title,
.legacy-content .vid-item:hover .vid-title,
.legacy-content .av-mission-title,
.legacy-content .av-mission-title em,
.legacy-content .sol-tag,
.legacy-content .fni-body,
.legacy-content .fni-body h4,
.legacy-content .stg-child:hover,
.legacy-content .stg-child.active,
.legacy-content .section-dark .section-heading,
.legacy-content .section-dark .section-heading h2,
.legacy-content .section-dark .section-heading strong,
.legacy-content .section-dark .stat-pill strong {
  color: #fff !important;
}

.legacy-content .scene-display p,
.legacy-content .product-copy p,
.legacy-content .news-txt .news-sub,
.legacy-content .vid-item .vid-desc,
.legacy-content .vid-item.active .vid-desc,
.legacy-content .section-dark .section-lead,
.legacy-content .section-dark .stat-pill span {
  color: rgba(255, 255, 255, 0.72) !important;
}

.legacy-content .vid-item .vid-title {
  color: rgba(255, 255, 255, 0.68) !important;
}

.legacy-content .vid-item .vid-num {
  color: rgba(255, 255, 255, 0.38) !important;
}

.legacy-content .stg-child {
  color: rgba(255, 255, 255, 0.64) !important;
}

.legacy-content table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.legacy-content th,
.legacy-content td {
  border: 1px solid var(--border) !important;
  color: var(--text) !important;
}

.legacy-content ::selection {
  background: rgba(11, 17, 24, 0.16);
}

.site-footer {
  margin-top: 0;
}

/* Final homepage-aligned overrides for legacy cyan/purple components. */
.legacy-page {
  --accent: #0b1118;
  --accent2: #4d586f;
  --accent-dim: rgba(11, 17, 24, 0.06);
  --accent-dim2: rgba(11, 17, 24, 0.04);
  --accent-glow: transparent;
  --accent-glow2: transparent;
  --border-acc: rgba(11, 17, 24, 0.16);
  --border-acc2: rgba(11, 17, 24, 0.12);
  --gradient: #0b1118;
  --gradient-light: rgba(11, 17, 24, 0.06);
  --cyan: #d8e0e6;
}

.legacy-content .chg,
.legacy-content .chgl,
.legacy-content .chgr,
.legacy-content .chl,
.legacy-content .cctag,
.legacy-content .cta::before,
.legacy-content .cta-section::before,
.legacy-content .cta-sec::before,
.legacy-content .cta-s::before,
.legacy-content .cs::before,
.legacy-content .se-dark::before,
.legacy-content [class*="glow"] {
  display: none !important;
}

.legacy-content .se-alt,
.legacy-content .cta,
.legacy-content .cta-section,
.legacy-content .cta-sec,
.legacy-content .cta-s,
.legacy-content .ccta,
.legacy-content .cs,
.legacy-content .va-fs,
.legacy-content .contact-bar,
.legacy-content .contact-section,
.legacy-content .final-cta,
.legacy-content .ending-cta {
  color: var(--text) !important;
  background: var(--bg) !important;
  background-image: none !important;
}

.legacy-content .cta h1,
.legacy-content .cta h2,
.legacy-content .cta h3,
.legacy-content .cta p,
.legacy-content .cta-section h1,
.legacy-content .cta-section h2,
.legacy-content .cta-section h3,
.legacy-content .cta-section p,
.legacy-content .cta-sec h1,
.legacy-content .cta-sec h2,
.legacy-content .cta-sec h3,
.legacy-content .cta-sec p,
.legacy-content .cta-s h1,
.legacy-content .cta-s h2,
.legacy-content .cta-s h3,
.legacy-content .cta-s p,
.legacy-content .ccta h1,
.legacy-content .ccta h2,
.legacy-content .ccta h3,
.legacy-content .ccta p,
.legacy-content .cs h1,
.legacy-content .cs h2,
.legacy-content .cs h3,
.legacy-content .cs p,
.legacy-content .va-fs h1,
.legacy-content .va-fs h2,
.legacy-content .va-fs h3,
.legacy-content .va-fs p,
.legacy-content .ending-cta h1,
.legacy-content .ending-cta h2,
.legacy-content .ending-cta h3,
.legacy-content .ending-cta p,
.legacy-content .ending-cta span {
  color: var(--text) !important;
  -webkit-text-fill-color: currentColor !important;
}

.legacy-content .cta p,
.legacy-content .cta-section p,
.legacy-content .cta-sec p,
.legacy-content .cta-s p,
.legacy-content .ccta p,
.legacy-content .cs p,
.legacy-content .va-fs p,
.legacy-content .ending-cta p,
.legacy-content .ending-cta span {
  color: var(--text2) !important;
}

.legacy-content .section-heading.inverse,
.legacy-content .section-heading.inverse h2,
.legacy-content .section-heading.inverse p,
.legacy-content .section-heading.inverse strong {
  color: var(--text) !important;
}

.legacy-content .section-dark,
.legacy-content .dark-section,
.legacy-content .section-deep {
  background: #071018 !important;
  color: #fff !important;
}

.legacy-content .section-dark .section-heading.inverse,
.legacy-content .section-dark .section-heading.inverse h2,
.legacy-content .section-dark .section-heading.inverse strong,
.legacy-content .dark-section .section-heading.inverse,
.legacy-content .dark-section .section-heading.inverse h2,
.legacy-content .section-deep .section-heading.inverse,
.legacy-content .section-deep .section-heading.inverse h2 {
  color: #fff !important;
}

.legacy-content .section-dark .section-heading.inverse p,
.legacy-content .dark-section .section-heading.inverse p,
.legacy-content .section-deep .section-heading.inverse p {
  color: rgba(255, 255, 255, 0.72) !important;
}

  color: var(--text) !important;
  background: rgba(11, 17, 24, 0.06) !important;
  background-image: none !important;
  border-color: rgba(11, 17, 24, 0.14) !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

/* ── 历程卡片：里程碑列表强制纵向排列 ── */
.legacy-content .jr-ml {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
}

.legacy-content .jr-ml span {
  display: flex !important;
  align-items: baseline !important;
  gap: 6px !important;
  padding: 10px 0 !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid var(--border) !important;
  background: transparent !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: var(--text2) !important;
}

.legacy-content .jr-ml span:first-child {
  border-top: 1px solid var(--border) !important;
}

.legacy-content .jr-ml span strong {
  color: var(--text) !important;
  font-weight: 700 !important;
  flex-shrink: 0 !important;
}

.legacy-content .hero-tag::before,
.legacy-content .phr-tag::before,
.legacy-content .cht::before,
.legacy-content .st::before,
.legacy-content .sd,
.legacy-content [class*="tag"]::before,
.legacy-content [class*="badge"]::before,
.legacy-content [class*="pill"]::before {
  background: rgba(11, 17, 24, 0.34) !important;
  box-shadow: none !important;
}

.legacy-content .sub-tabs,
.legacy-content .page-tabs,
.legacy-content .day-tabs,
.legacy-content .spec-tabs,
.legacy-content .tab-switch,
.legacy-content .tabs {
  background: transparent !important;
  background-image: none !important;
  border-color: var(--border) !important;
  box-shadow: none !important;
}

.legacy-content .sub-tab,
.legacy-content .page-tab,
.legacy-content .day-tab,
.legacy-content .spec-tab,
.legacy-content .tab-btn,
.legacy-content button[class*="tab"] {
  color: var(--text2) !important;
  background: transparent !important;
  background-image: none !important;
  border-color: rgba(11, 17, 24, 0.14) !important;
  box-shadow: none !important;
}

.legacy-content .sub-tab.on,
.legacy-content .sub-tab.active,
.legacy-content .page-tab.active,
.legacy-content .day-tab.on,
.legacy-content .spec-tab.active,
.legacy-content .tab-btn.active,
.legacy-content button[class*="tab"].active,
.legacy-content button[class*="tab"].on {
  color: #fff !important;
  background: #0b1118 !important;
  border-color: #0b1118 !important;
}

.legacy-content .icon-c,
.legacy-content .icon-card .icon-c,
.legacy-content .soft-icon,
.legacy-content .auth-icon,
.legacy-content .doc-icon,
.legacy-content .cat-icon,
.legacy-content .cap-icon,
.legacy-content .feat-icon,
.legacy-content .ci-icon,
.legacy-content .tool-item .tiw,
.legacy-content .contact-icon,
.legacy-content .office-icon,
.legacy-content .info-icon,
.legacy-content .adv-icon,
.legacy-content [class*="icon"] {
  color: var(--text) !important;
  background: rgba(11, 17, 24, 0.05) !important;
  background-image: none !important;
  border-color: rgba(11, 17, 24, 0.12) !important;
  box-shadow: none !important;
}

.legacy-content .icon-c svg,
.legacy-content .soft-icon svg,
.legacy-content .auth-icon svg,
.legacy-content .doc-icon svg,
.legacy-content .cat-icon svg,
.legacy-content .cap-icon svg,
.legacy-content .feat-icon svg,
.legacy-content .ci-icon svg,
.legacy-content .contact-icon svg,
.legacy-content .office-icon svg,
.legacy-content .info-icon svg,
.legacy-content [class*="icon"] svg {
  color: var(--text) !important;
  stroke: currentColor !important;
}

.legacy-content .icon-c img,
.legacy-content .doc-icon img,
.legacy-content .cat-icon img,
.legacy-content .cap-icon img,
.legacy-content .feat-icon img,
.legacy-content [class*="icon"] > img {
  filter: grayscale(1) contrast(1.05) brightness(0.82) !important;
}

.legacy-content .icon-card,
.legacy-content .tool-item,
.legacy-content .cap-card,
.legacy-content .feat-card,
.legacy-content .func-card,
.legacy-content .auth-card,
.legacy-content .doc-card,
.legacy-content .contact-card,
.legacy-content .office-card,
.legacy-content .news-card,
.legacy-content .featured-card,
.legacy-content .timeline-card,
.legacy-content .history-card,
.legacy-content .metric-card,
.legacy-content .stat-card,
.legacy-content .spec-card,
.legacy-content .product-card,
.legacy-content .solution-card,
.legacy-content .sol-card {
  color: var(--text) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  background-image: none !important;
  border-color: var(--border) !important;
  box-shadow: none !important;
}

.legacy-content .icon-card:hover,
.legacy-content .tool-item:hover,
.legacy-content .tool-item.on,
.legacy-content .cap-card:hover,
.legacy-content .feat-card:hover,
.legacy-content .func-card:hover,
.legacy-content .auth-card:hover,
.legacy-content .doc-card:hover,
.legacy-content .contact-card:hover,
.legacy-content .office-card:hover,
.legacy-content .news-card:hover,
.legacy-content .featured-card:hover,
.legacy-content .timeline-card:hover,
.legacy-content .history-card:hover,
.legacy-content .metric-card:hover,
.legacy-content .stat-card:hover,
.legacy-content .spec-card:hover,
.legacy-content .product-card:hover,
.legacy-content .solution-card:hover,
.legacy-content .sol-card:hover {
  color: var(--text) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(11, 17, 24, 0.22) !important;
  box-shadow: none !important;
  transform: translateY(-2px) !important;
}

.legacy-content .icon-card::before,
.legacy-content .tool-item::before,
.legacy-content .cap-card::before,
.legacy-content .feat-card::before,
.legacy-content .func-card::before,
.legacy-content .news-card::before,
.legacy-content .featured-card::before,
.legacy-content .timeline-card::before,
.legacy-content .history-card::before,
.legacy-content .product-card::before,
.legacy-content .solution-card::before,
.legacy-content .sol-card::before {
  display: none !important;
}

.legacy-content table,
.legacy-content .table,
.legacy-content .sp-table,
.legacy-content .spec-table,
.legacy-content .data-table {
  color: var(--text) !important;
  background: #fff !important;
  background-image: none !important;
  border-color: var(--border) !important;
}

.legacy-content table th,
.legacy-content table td,
.legacy-content .sp-table th,
.legacy-content .sp-table td,
.legacy-content .spec-table th,
.legacy-content .spec-table td,
.legacy-content .data-table th,
.legacy-content .data-table td {
  color: var(--text) !important;
  background: #fff !important;
  background-image: none !important;
  border-color: var(--border) !important;
  text-shadow: none !important;
}

.legacy-content table th,
.legacy-content .sp-table th,
.legacy-content .spec-table th,
.legacy-content .data-table th {
  background: #f0f3f6 !important;
  font-weight: 800 !important;
}

.legacy-content a:hover,
.legacy-content .read-more:hover,
.legacy-content .news-card:hover .news-title,
.legacy-content .featured-card:hover .featured-title,
.legacy-content .sol-card:hover .sol-tag {
  color: var(--text) !important;
}

.legacy-content .btn-primary,
.legacy-content .b2p,
.legacy-content .bp,
.legacy-content .bnp,
.legacy-content .soft-btn-primary,
.legacy-content .doc-btn-primary,
.legacy-content .auth-btn,
.legacy-content .load-more-btn:hover {
  color: #fff !important;
  background: #0b1118 !important;
  background-image: none !important;
  border-color: #0b1118 !important;
  box-shadow: none !important;
}

.legacy-content .btn-secondary,
.legacy-content .b2s,
.legacy-content .bs,
.legacy-content .bng,
.legacy-content .bw,
.legacy-content .soft-btn-secondary,
.legacy-content .doc-btn-secondary {
  color: var(--text) !important;
  background: transparent !important;
  background-image: none !important;
  border-color: rgba(11, 17, 24, 0.16) !important;
  box-shadow: none !important;
}

.legacy-content .btn-secondary:hover,
.legacy-content .b2s:hover,
.legacy-content .bs:hover,
.legacy-content .bng:hover,
.legacy-content .bw:hover,
.legacy-content .soft-btn-secondary:hover,
.legacy-content .doc-btn-secondary:hover {
  color: var(--text) !important;
  background: rgba(11, 17, 24, 0.05) !important;
  border-color: rgba(11, 17, 24, 0.28) !important;
}

/* Screenshot-driven cleanup for remaining legacy color blocks. */
body.legacy-page,
.legacy-content,
.legacy-content section:not(.ch):not(.phr):not(.hero):not(.product-hero) {
  background-color: var(--bg) !important;
}

.legacy-content [class*="cyan"],
.legacy-content [class*="blue"],
.legacy-content [class*="purple"],
.legacy-content [class*="gradient"],
.legacy-content [class*="highlight"] {
  color: inherit !important;
  background-image: none !important;
  box-shadow: none !important;
}

.legacy-content .cti2,
.legacy-content .cta-title,
.legacy-content .cigt2,
.legacy-content .cmt2,
.legacy-content .atlh,
.legacy-content .tshh,
.legacy-content .st2,
.legacy-content .section-title,
.legacy-content .wl-section-title,
.legacy-content .feature-header h3,
.legacy-content .feature-header p,
.legacy-content .screen-case h2,
.legacy-content .screen-case h3,
.legacy-content .screen-case p,
.legacy-content .case-title,
.legacy-content .case-sub,
.legacy-content .case-sub2,
.legacy-content .case-text,
.legacy-content .cta-desc,
.legacy-content .csd,
.legacy-content .sd2,
.legacy-content .chs,
.legacy-content .phr-sub,
.legacy-content .av-mission-label,
.legacy-content .av-mission-title,
.legacy-content .av-values-headline,
.legacy-content .av-value-text {
  color: var(--text) !important;
  -webkit-text-fill-color: currentColor !important;
  text-shadow: none !important;
}

.legacy-content .feature-header p,
.legacy-content .cta-desc,
.legacy-content .csd,
.legacy-content .sd2,
.legacy-content .chs,
.legacy-content .phr-sub,
.legacy-content .case-text,
.legacy-content .av-mission-label,
.legacy-content .av-mission-title {
  color: var(--text2) !important;
}

.legacy-content .cta-title span,
.legacy-content .section-title span,
.legacy-content .case-sub span,
.legacy-content .case-sub2 span,
.legacy-content h1 span,
.legacy-content h2 span,
.legacy-content h3 span,
.legacy-content h4 span,
.legacy-content p span {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

.legacy-content .cta-section,
.legacy-content .screen-case,
.legacy-content .cta-row,
.legacy-content .contact-cta,
.legacy-content .demo-cta,
.legacy-content .download-cta {
  background: var(--bg) !important;
  background-image: none !important;
  color: var(--text) !important;
}

.legacy-content .product-card .product-info,
.legacy-content .product-info,
.legacy-content .news-img .news-tag,
.legacy-content .news-label,
.legacy-content .featured-label {
  background: rgba(255, 255, 255, 0.92) !important;
  background-image: none !important;
  color: var(--text) !important;
  border-color: var(--border) !important;
  box-shadow: none !important;
}

.legacy-content .product-info h4,
.legacy-content .product-info p,
.legacy-content .product-tag {
  color: var(--text) !important;
  -webkit-text-fill-color: currentColor !important;
  text-shadow: none !important;
}

.legacy-content .feature-media,
.legacy-content .mp,
.legacy-content .scene-display,
.legacy-content .media-frame,
.legacy-content .image-frame,
.legacy-content .video-frame,
.legacy-content .product-img,
.legacy-content .jr-img-wrap {
  background: #fff !important;
  background-image: none !important;
  border-color: var(--border) !important;
  box-shadow: none !important;
}

.legacy-content .ic6,
.legacy-content .ic6-c,
.legacy-content .ic6-ico,
.legacy-content .tools-grid,
.legacy-content .tool-list,
.legacy-content .tcb,
.legacy-content .soft-btn,
.legacy-content .cflbl,
.legacy-content .jr-ml span,
.legacy-content .filter-btn,
.legacy-content .category-btn {
  color: var(--text) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  background-image: none !important;
  border-color: var(--border) !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.legacy-content .ic6-t,
.legacy-content .jr-time,
.legacy-content .jr-title,
.legacy-content .jr-desc,
.legacy-content .jr-ml,
.legacy-content .jr-ml span,
.legacy-content .cflbl,
.legacy-content .soft-btn,
.legacy-content .tcb {
  color: var(--text) !important;
  -webkit-text-fill-color: currentColor !important;
}

.legacy-content .jr-desc {
  color: var(--text2) !important;
}

.legacy-content .tcb.active,
.legacy-content .tcb.on,
.legacy-content .cfi:checked + .cflbl,
.legacy-content .filter-btn.active,
.legacy-content .category-btn.active {
  color: #fff !important;
  background: #0b1118 !important;
  border-color: #0b1118 !important;
}

.legacy-content .ic6-ico img {
  filter: grayscale(1) contrast(1.08) brightness(0.8) !important;
}

.legacy-content .jr-card,
.legacy-content .jr-txt,
.legacy-content .contact-info-card,
.legacy-content .branch-card,
.legacy-content .office-card,
.legacy-content .contact-card,
.legacy-content .form-card,
.legacy-content .soft-card,
.legacy-content .tc-card,
.legacy-content .manual-card,
.legacy-content .video-card {
  color: var(--text) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  background-image: none !important;
  border-color: var(--border) !important;
  box-shadow: none !important;
}

.legacy-content .office-tag,
.legacy-content .region-tag,
.legacy-content .contact-card .tag,
.legacy-content .jr-num {
  color: var(--text) !important;
  background: rgba(11, 17, 24, 0.06) !important;
  border-color: rgba(11, 17, 24, 0.14) !important;
}

.legacy-content .jr-num {
  color: #fff !important;
  background: #0b1118 !important;
}

.legacy-content .table-shell,
.legacy-content .table-shell table,
.legacy-content .table-shell th,
.legacy-content .table-shell td,
.legacy-content .data-row,
.legacy-content .data-col,
.legacy-content .spec-row,
.legacy-content .spec-name,
.legacy-content .spec-value,
.legacy-content .td-highlight,
.legacy-content .highlight-col {
  color: var(--text) !important;
  background: #fff !important;
  background-image: none !important;
  border-color: var(--border) !important;
  text-shadow: none !important;
}

.legacy-content .table-shell th,
.legacy-content .spec-name,
.legacy-content .data-head,
.legacy-content .data-row:first-child,
.legacy-content .sp-table th,
.legacy-content .spec-table th {
  background: #f0f3f6 !important;
  color: var(--text) !important;
}

.legacy-content .section-dark .read-more,
.legacy-content .section-dark a,
.legacy-content .dark-section .read-more,
.legacy-content .dark-section a,
.legacy-content .section-deep .read-more,
.legacy-content .section-deep a {
  color: #fff !important;
}

.legacy-content input,
.legacy-content textarea,
.legacy-content select {
  color: var(--text) !important;
  background: #fff !important;
  border-color: var(--border) !important;
  box-shadow: none !important;
}

.legacy-content input::placeholder,
.legacy-content textarea::placeholder {
  color: var(--muted) !important;
}

.legacy-content .product-hero,
.legacy-content .product-hero-inner,
.legacy-content .product-hero h1,
.legacy-content .product-hero h2,
.legacy-content .product-hero h3,
.legacy-content .product-hero p,
.legacy-content .product-hero .btn-row,
.legacy-content .scene-display,
.legacy-content .scene-display h4,
.legacy-content .scene-display p,
.legacy-content .flow4-h,
.legacy-content .av-vision-text,
.legacy-content .av-vision-text em,
.legacy-content .jr-img-label,
.legacy-content .fni-body,
.legacy-content .fni-body h4,
.legacy-content .news-txt,
.legacy-content .news-txt h2,
.legacy-content .news-txt p,
.legacy-content .vid-title,
.legacy-content .vid-desc {
  color: var(--text) !important;
  -webkit-text-fill-color: currentColor !important;
  text-shadow: none !important;
}

.legacy-content .product-hero p,
.legacy-content .scene-display p,
.legacy-content .news-txt p,
.legacy-content .vid-desc {
  color: var(--text2) !important;
}

.legacy-content .product-hero,
.legacy-content .news-hero,
.legacy-content .vid-hero {
  background: var(--bg) !important;
  background-image: none !important;
}

.legacy-content .news-txt,
.legacy-content .vid-item,
.legacy-content .vid-item.active,
.legacy-content .sdk-card,
.legacy-content .cf-item,
.legacy-content .flow4-c,
.legacy-content .flow4-h,
.legacy-content .fni-body {
  color: var(--text) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  background-image: none !important;
  border-color: var(--border) !important;
  box-shadow: none !important;
}

.legacy-content .cf-item,
.legacy-content .sdk-card,
.legacy-content .vid-item.active {
  background: rgba(11, 17, 24, 0.05) !important;
}

.legacy-content .sol-overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(244, 246, 248, 0.94)) !important;
}

.legacy-content .cfab,
.legacy-content .cfabs {
  color: var(--text) !important;
  background: transparent !important;
  background-image: none !important;
  border-color: rgba(11, 17, 24, 0.16) !important;
}

.legacy-content .cfab[type="submit"],
.legacy-content .cfab.primary,
.legacy-content .cfabp {
  color: #fff !important;
  background: #0b1118 !important;
  border-color: #0b1118 !important;
}

.legacy-content .av-mission-title em,
.legacy-content .news-txt .news-sub,
.legacy-content #newsHero .news-txt .news-sub,
.legacy-content #vidHero .vid-title,
.legacy-content #vidHero .vid-desc,
.legacy-content #vidHero .vid-item .vid-title,
.legacy-content #vidHero .vid-item .vid-desc,
.legacy-content .vid-item span.vid-title,
.legacy-content .vid-item span.vid-desc {
  color: var(--text) !important;
  -webkit-text-fill-color: currentColor !important;
  text-shadow: none !important;
}

.legacy-content .news-txt .news-sub,
.legacy-content #newsHero .news-txt .news-sub,
.legacy-content #vidHero .vid-desc,
.legacy-content #vidHero .vid-item .vid-desc,
.legacy-content .vid-item span.vid-desc {
  color: var(--text2) !important;
}

/* Product page banners: use the rebuild-farm full-media hero structure with the current homepage visual language. */
.legacy-content > section.ch:first-of-type,
.legacy-content > section.phr:first-of-type,
.legacy-content > section.hero:first-of-type,
.legacy-content > section.product-hero:first-of-type {
  position: relative !important;
  isolation: isolate !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 100svh !important;
  height: 100svh !important;
  width: 100% !important;
  padding: 132px clamp(20px, 4vw, 72px) 96px !important;
  overflow: hidden !important;
  text-align: center !important;
  color: #fff !important;
  background: #05080c !important;
  background-image: none !important;
}

.legacy-content > section.ch:first-of-type::before,
.legacy-content > section.phr:first-of-type::before,
.legacy-content > section.hero:first-of-type::before,
.legacy-content > section.product-hero:first-of-type::before {
  display: none !important;
  content: none !important;
  background: none !important;
}

.legacy-content > section.ch:first-of-type::after,
.legacy-content > section.phr:first-of-type::after,
.legacy-content > section.hero:first-of-type::after,
.legacy-content > section.product-hero:first-of-type::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

.legacy-content > section.ch:first-of-type > img,
.legacy-content > section.ch:first-of-type > video,
.legacy-content > section.phr:first-of-type > img,
.legacy-content > section.phr:first-of-type > video,
.legacy-content > section.hero:first-of-type > img,
.legacy-content > section.hero:first-of-type > video,
.legacy-content > section.product-hero:first-of-type > img,
.legacy-content > section.product-hero:first-of-type > video,
.legacy-content > section.phr:first-of-type .phr-bg,
.legacy-content > section.phr:first-of-type .phr-vid,
.legacy-content > section.phr:first-of-type .phr-img,
.legacy-content > section.hero:first-of-type .hero-bg,
.legacy-content > section.hero:first-of-type .hero-vp,
.legacy-content > section.hero:first-of-type .hero-carousel,
.legacy-content > section.hero:first-of-type .hero-img-bg,
.legacy-content > section.product-hero:first-of-type .product-hero-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  overflow: hidden !important;
  opacity: 1 !important;
  transform: none !important;
  background: #05080c !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.legacy-content > section.phr:first-of-type .phr-bg::before,
.legacy-content > section.phr:first-of-type .phr-bg::after,
.legacy-content > section.hero:first-of-type .hero-bg::before,
.legacy-content > section.hero:first-of-type .hero-bg::after,
.legacy-content > section.product-hero:first-of-type .product-hero-media::before,
.legacy-content > section.product-hero:first-of-type .product-hero-media::after {
  display: none !important;
}

.legacy-content > section.ch:first-of-type > img,
.legacy-content > section.ch:first-of-type > video,
.legacy-content > section.phr:first-of-type > img,
.legacy-content > section.phr:first-of-type > video,
.legacy-content > section.hero:first-of-type > img,
.legacy-content > section.hero:first-of-type > video,
.legacy-content > section.product-hero:first-of-type > img,
.legacy-content > section.product-hero:first-of-type > video,
.legacy-content > section.phr:first-of-type .phr-bg img,
.legacy-content > section.phr:first-of-type .phr-bg video,
.legacy-content > section.phr:first-of-type .phr-vid img,
.legacy-content > section.phr:first-of-type .phr-vid video,
.legacy-content > section.phr:first-of-type .phr-img img,
.legacy-content > section.phr:first-of-type .phr-img video,
.legacy-content > section.hero:first-of-type .hero-bg img,
.legacy-content > section.hero:first-of-type .hero-bg video,
.legacy-content > section.hero:first-of-type .hero-vp img,
.legacy-content > section.hero:first-of-type .hero-vp video,
.legacy-content > section.hero:first-of-type .hero-carousel img,
.legacy-content > section.hero:first-of-type .hero-carousel video,
.legacy-content > section.hero:first-of-type .hero-img-bg,
.legacy-content > section.product-hero:first-of-type .product-hero-media img,
.legacy-content > section.product-hero:first-of-type .product-hero-media video {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  filter: saturate(0.96) contrast(1.03) brightness(0.94) !important;
  border-radius: 0 !important;
}

.legacy-content > section.hero:first-of-type .hero-carousel video {
  opacity: 0 !important;
}

.legacy-content > section.hero:first-of-type .hero-carousel video.on {
  opacity: 1 !important;
}

.legacy-content > section.ch:first-of-type > *:not(img):not(video),
.legacy-content > section.phr:first-of-type > *:not(img):not(video),
.legacy-content > section.hero:first-of-type > *:not(img):not(video),
.legacy-content > section.product-hero:first-of-type > *:not(img):not(video),
.legacy-content > section.phr:first-of-type .phr-inner,
.legacy-content > section.hero:first-of-type .hero-ct,
.legacy-content > section.hero:first-of-type .hero-content,
.legacy-content > section.product-hero:first-of-type .product-hero-inner {
  position: relative !important;
  z-index: 3 !important;
}

.legacy-content > section.phr:first-of-type .phr-inner,
.legacy-content > section.hero:first-of-type .hero-ct,
.legacy-content > section.hero:first-of-type .hero-content,
.legacy-content > section.product-hero:first-of-type .product-hero-inner,
.legacy-content > section.ch:first-of-type .ch-inner,
.legacy-content > section.ch:first-of-type .chc {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(1100px, 100%) !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
  color: #fff !important;
}

.legacy-content > section.product-hero:first-of-type .hero-copy {
  display: contents !important;
}

.legacy-content > section.product-hero:first-of-type .hero-visual {
  position: absolute !important;
  right: clamp(-120px, -5vw, -48px) !important;
  bottom: clamp(18px, 4vw, 72px) !important;
  z-index: 2 !important;
  width: min(420px, 34vw) !important;
  max-width: 42% !important;
  opacity: 0.36 !important;
  pointer-events: none !important;
  filter: saturate(0.8) contrast(1.02) !important;
}

.legacy-content > section.product-hero:first-of-type .hero-visual img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

.legacy-content > section.ch:first-of-type h1,
.legacy-content > section.phr:first-of-type h1,
.legacy-content > section.hero:first-of-type h1,
.legacy-content > section.product-hero:first-of-type h1 {
  max-width: 1120px !important;
  margin: 0 auto !important;
  color: #fff !important;
  -webkit-text-fill-color: currentColor !important;
  font-size: clamp(58px, 8vw, 124px) !important;
  line-height: 0.96 !important;
  font-weight: 820 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-wrap: balance !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0.35px rgba(0, 0, 0, 0.16) !important;
}

.legacy-content > section.ch:first-of-type h1 span,
.legacy-content > section.phr:first-of-type h1 span,
.legacy-content > section.hero:first-of-type h1 span,
.legacy-content > section.product-hero:first-of-type h1 span {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

.legacy-content > section.ch:first-of-type p,
.legacy-content > section.phr:first-of-type .phr-sub,
.legacy-content > section.hero:first-of-type p,
.legacy-content > section.hero:first-of-type .hero-desc,
.legacy-content > section.product-hero:first-of-type p {
  max-width: 820px !important;
  margin: 26px auto 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  -webkit-text-fill-color: currentColor !important;
  font-size: clamp(18px, 1.65vw, 26px) !important;
  line-height: 1.72 !important;
  text-align: center !important;
  text-shadow: none !important;
}

.legacy-content > section.phr:first-of-type .phr-tag,
.legacy-content > section.hero:first-of-type .hero-tag,
.legacy-content > section.ch:first-of-type .cht,
.legacy-content > section.product-hero:first-of-type .hero-tag,
.legacy-content > section.product-hero:first-of-type [class*="tag"],
.legacy-content > section.product-hero:first-of-type [class*="badge"],
.legacy-content > section.product-hero:first-of-type [class*="pill"] {
  margin: 0 auto 26px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  background: rgba(255, 255, 255, 0.10) !important;
  border: 1px solid rgba(255, 255, 255, 0.20) !important;
}

.legacy-content > section.phr:first-of-type .phr-btns,
.legacy-content > section.hero:first-of-type .hero-btns,
.legacy-content > section.ch:first-of-type .ch-btns,
.legacy-content > section.product-hero:first-of-type .btn-row,
.legacy-content > section.product-hero:first-of-type .hero-btns {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  margin-top: 42px !important;
}

.legacy-content > section.phr:first-of-type .bp,
.legacy-content > section.phr:first-of-type .bnp,
.legacy-content > section.phr:first-of-type .btn-primary,
.legacy-content > section.hero:first-of-type .bp,
.legacy-content > section.hero:first-of-type .bnp,
.legacy-content > section.hero:first-of-type .btn-primary,
.legacy-content > section.ch:first-of-type .bp,
.legacy-content > section.ch:first-of-type .bnp,
.legacy-content > section.ch:first-of-type .btn-primary,
.legacy-content > section.product-hero:first-of-type .bp,
.legacy-content > section.product-hero:first-of-type .bnp,
.legacy-content > section.product-hero:first-of-type .btn-primary {
  min-width: 148px !important;
  min-height: 58px !important;
  padding: 0 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  color: #0b1118 !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  box-shadow: none !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

.legacy-content > section.phr:first-of-type .bw,
.legacy-content > section.phr:first-of-type .bng,
.legacy-content > section.phr:first-of-type .btn-secondary,
.legacy-content > section.hero:first-of-type .bw,
.legacy-content > section.hero:first-of-type .bng,
.legacy-content > section.hero:first-of-type .btn-secondary,
.legacy-content > section.ch:first-of-type .bw,
.legacy-content > section.ch:first-of-type .bng,
.legacy-content > section.ch:first-of-type .btn-secondary,
.legacy-content > section.product-hero:first-of-type .bw,
.legacy-content > section.product-hero:first-of-type .bng,
.legacy-content > section.product-hero:first-of-type .btn-secondary {
  min-width: 148px !important;
  min-height: 58px !important;
  padding: 0 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  box-shadow: none !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

.legacy-content > section.product-hero:first-of-type .hero-metrics {
  position: absolute !important;
  left: clamp(20px, 4vw, 72px) !important;
  right: clamp(20px, 4vw, 72px) !important;
  bottom: clamp(22px, 5vw, 54px) !important;
  z-index: 4 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(16px) !important;
}

.legacy-content > section.product-hero:first-of-type .hero-metric {
  min-height: 88px !important;
  padding: 18px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.02) !important;
  border: 0 !important;
}

.legacy-content > section.product-hero:first-of-type .hero-metric strong {
  display: block !important;
  color: #fff !important;
  font-size: clamp(22px, 2.2vw, 34px) !important;
  line-height: 1.1 !important;
}

.legacy-content > section.product-hero:first-of-type .hero-metric span {
  display: block !important;
  margin-top: 8px !important;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

@media (max-width: 900px) {
  .legacy-content > section.ch:first-of-type,
  .legacy-content > section.phr:first-of-type,
  .legacy-content > section.hero:first-of-type,
  .legacy-content > section.product-hero:first-of-type {
    min-height: 760px !important;
    height: auto !important;
    padding: 118px 18px 82px !important;
  }

  .legacy-content > section.ch:first-of-type h1,
  .legacy-content > section.phr:first-of-type h1,
  .legacy-content > section.hero:first-of-type h1,
  .legacy-content > section.product-hero:first-of-type h1 {
    font-size: clamp(46px, 13vw, 72px) !important;
  }

  .legacy-content > section.product-hero:first-of-type .hero-visual {
    display: none !important;
  }

  .legacy-content > section.product-hero:first-of-type .hero-metrics {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(100%, 520px) !important;
    margin-top: 42px !important;
  }
}

/* Homepage-aligned border treatment for non-home content surfaces. */
body.legacy-page .legacy-content {
  --page-radius: 8px;
  --page-radius-sm: 4px;
}

body.legacy-page .legacy-content :where(
  .soft-card,
  .case-card,
  .cat-card,
  .feature-card,
  .info-card,
  .doc-card,
  .auth-card,
  .show-card,
  .card,
  .panel,
  .full-media,
  .card-media,
  .tab-content,
  .tab-panel,
  .tool-preview,
  .icon-card,
  .tool-item,
  .capability-card,
  .detail-card,
  .metric-card,
  .related-card,
  .table-shell,
  .scene-stage,
  .scene-surface,
  .product-card,
  .solution-card,
  .sol-card,
  .contact-card,
  .office-card,
  .branch-card,
  .address-card,
  .timeline-card,
  .history-card,
  .news-card,
  .featured-card,
  .jr-img-wrap,
  .scene-display,
  .scene-card,
  .media-card,
  .image-card,
  .video-card,
  .mockup,
  .mockup-frame,
  .cicd,
  .cmg,
  .cbcard,
  .cff,
  .cfuwd,
  .cfcol,
  .jr-txt
) {
  border-radius: var(--page-radius) !important;
}

body.legacy-page .legacy-content :where(
  .full-media,
  .card-media,
  .tool-preview,
  .scene-surface,
  .scene-display,
  .jr-img-wrap,
  .media-card,
  .image-card,
  .video-card,
  .mockup,
  .mockup-frame,
  .cmg,
  .cfuwd
) {
  overflow: hidden !important;
}

body.legacy-page .legacy-content :where(
  .full-media img,
  .full-media video,
  .card-media img,
  .card-media video,
  .tab-panel img,
  .tab-panel video,
  .tool-preview img,
  .tool-preview video,
  .tool-img img,
  .scene-surface img,
  .scene-surface video,
  .scene-display img,
  .scene-display video,
  .jr-img-wrap img,
  .jr-img-wrap video,
  .media-card img,
  .media-card video,
  .image-card img,
  .video-card video,
  .mockup img,
  .mockup video,
  .cfuwdi img,
  .jr-img,
  img[style*="border-radius"],
  video[style*="border-radius"]
) {
  border-radius: var(--page-radius) !important;
}

body.legacy-page .legacy-content :where(
  .soft-icon,
  .cat-icon,
  .icon-c,
  .tiw,
  .cicia,
  .jr-num,
  .jr-img-icon,
  .show-img,
  .case-img,
  .flat-md,
  .va-media,
  .scene-card-img
) {
  border-radius: var(--page-radius-sm) !important;
  overflow: hidden !important;
}

body.legacy-page .legacy-content :where(
  .sub-tabs,
  .page-tabs,
  .scene-tabs,
  .filter-tabs,
  .tabs-wrap
) {
  border-radius: var(--page-radius) !important;
}

body.legacy-page .legacy-content > section.ch:first-of-type :where(img, video),
body.legacy-page .legacy-content > section.phr:first-of-type :where(img, video),
body.legacy-page .legacy-content > section.hero:first-of-type :where(img, video),
body.legacy-page .legacy-content > section.product-hero:first-of-type :where(img, video),
body.legacy-page .legacy-content > section.ch:first-of-type :where(.phr-bg, .hero-bg, .hero-img-bg, .product-hero-media),
body.legacy-page .legacy-content > section.phr:first-of-type :where(.phr-bg, .hero-bg, .hero-img-bg, .product-hero-media),
body.legacy-page .legacy-content > section.hero:first-of-type :where(.phr-bg, .hero-bg, .hero-img-bg, .product-hero-media),
body.legacy-page .legacy-content > section.product-hero:first-of-type :where(.phr-bg, .hero-bg, .hero-img-bg, .product-hero-media) {
  border-radius: 0 !important;
}

/* Final lock: remove banner-wide dark panels while preserving readable copy. */
body.legacy-page .legacy-content > section.ch:first-of-type::before,
body.legacy-page .legacy-content > section.phr:first-of-type::before,
body.legacy-page .legacy-content > section.hero:first-of-type::before,
body.legacy-page .legacy-content > section.product-hero:first-of-type::before,
body.legacy-page .legacy-content > section.ch:first-of-type::after,
body.legacy-page .legacy-content > section.phr:first-of-type::after,
body.legacy-page .legacy-content > section.hero:first-of-type::after,
body.legacy-page .legacy-content > section.product-hero:first-of-type::after,
body.legacy-page .legacy-content > section.ch:first-of-type .ch-ov,
body.legacy-page .legacy-content > section.phr:first-of-type .phr-ov,
body.legacy-page .legacy-content > section.hero:first-of-type .hero-ov,
body.legacy-page .legacy-content > section.product-hero:first-of-type .hero-overlay {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
}

body.legacy-page .legacy-content > section.ch:first-of-type > img,
body.legacy-page .legacy-content > section.ch:first-of-type > video,
body.legacy-page .legacy-content > section.phr:first-of-type > img,
body.legacy-page .legacy-content > section.phr:first-of-type > video,
body.legacy-page .legacy-content > section.hero:first-of-type > img,
body.legacy-page .legacy-content > section.hero:first-of-type > video,
body.legacy-page .legacy-content > section.product-hero:first-of-type > img,
body.legacy-page .legacy-content > section.product-hero:first-of-type > video,
body.legacy-page .legacy-content > section.phr:first-of-type .phr-bg img,
body.legacy-page .legacy-content > section.phr:first-of-type .phr-bg video,
body.legacy-page .legacy-content > section.phr:first-of-type .phr-vid img,
body.legacy-page .legacy-content > section.phr:first-of-type .phr-vid video,
body.legacy-page .legacy-content > section.phr:first-of-type .phr-img img,
body.legacy-page .legacy-content > section.phr:first-of-type .phr-img video,
body.legacy-page .legacy-content > section.hero:first-of-type .hero-bg img,
body.legacy-page .legacy-content > section.hero:first-of-type .hero-bg video,
body.legacy-page .legacy-content > section.hero:first-of-type .hero-vp img,
body.legacy-page .legacy-content > section.hero:first-of-type .hero-vp video,
body.legacy-page .legacy-content > section.hero:first-of-type .hero-carousel img,
body.legacy-page .legacy-content > section.hero:first-of-type .hero-carousel video.on,
body.legacy-page .legacy-content > section.hero:first-of-type .hero-img-bg,
body.legacy-page .legacy-content > section.product-hero:first-of-type .product-hero-media img,
body.legacy-page .legacy-content > section.product-hero:first-of-type .product-hero-media video {
  opacity: 1 !important;
  filter: saturate(0.98) contrast(1.03) brightness(0.96) !important;
}

body.legacy-page .legacy-content > section.ch:first-of-type h1,
body.legacy-page .legacy-content > section.phr:first-of-type h1,
body.legacy-page .legacy-content > section.hero:first-of-type h1,
body.legacy-page .legacy-content > section.product-hero:first-of-type h1,
body.legacy-page .legacy-content > section.ch:first-of-type p,
body.legacy-page .legacy-content > section.phr:first-of-type .phr-sub,
body.legacy-page .legacy-content > section.hero:first-of-type p,
body.legacy-page .legacy-content > section.hero:first-of-type .hero-desc,
body.legacy-page .legacy-content > section.product-hero:first-of-type p {
  text-shadow: none !important;
}

@media (max-width: 560px) {
  .legacy-content > section.product-hero:first-of-type .hero-metrics {
    grid-template-columns: 1fr !important;
  }
}

.legacy-content > section.ch:first-of-type,
.legacy-content > section.phr:first-of-type,
.legacy-content > section.hero:first-of-type,
.legacy-content > section.product-hero:first-of-type {
  background-color: #05080c !important;
}

.legacy-content > section.phr:first-of-type > video.phr-vid,
.legacy-content > section.phr:first-of-type > img.phr-vid,
.legacy-content > section.phr:first-of-type > video.phr-img,
.legacy-content > section.phr:first-of-type > img.phr-img {
  opacity: 0.58 !important;
  filter: saturate(0.82) contrast(1.02) brightness(0.86) !important;
}

.legacy-content > section.phr:first-of-type .b2,
.legacy-content > section.phr:first-of-type .b2p,
.legacy-content > section.hero:first-of-type .b2,
.legacy-content > section.hero:first-of-type .b2p,
.legacy-content > section.ch:first-of-type .b2,
.legacy-content > section.ch:first-of-type .b2p,
.legacy-content > section.product-hero:first-of-type .b2,
.legacy-content > section.product-hero:first-of-type .b2p {
  min-width: 148px !important;
  min-height: 58px !important;
  padding: 0 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  color: #0b1118 !important;
  background: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.86) !important;
  box-shadow: none !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

.legacy-content > section.phr:first-of-type .b2s,
.legacy-content > section.hero:first-of-type .b2s,
.legacy-content > section.ch:first-of-type .b2s,
.legacy-content > section.product-hero:first-of-type .b2s {
  min-width: 148px !important;
  min-height: 58px !important;
  padding: 0 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  box-shadow: none !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

/* Contact page: remove remaining cyan/purple card gradients and region colors. */
.legacy-content .cis,
.legacy-content .cms,
.legacy-content .cfs,
.legacy-content .cfuw,
.legacy-content .cigrid,
.legacy-content .cmg,
.legacy-content .cicd,
.legacy-content .cichi,
.legacy-content .cict,
.legacy-content .cbcard,
.legacy-content .cbcard.hq,
.legacy-content .cff,
.legacy-content .cfcol,
.legacy-content .cfcolh,
.legacy-content .cfcolb,
.legacy-content .cfuwd {
  color: var(--text) !important;
  background: #fff !important;
  background-image: none !important;
  border-color: var(--border) !important;
  box-shadow: none !important;
}

.legacy-content .cis,
.legacy-content .cms,
.legacy-content .cfs,
.legacy-content .cfuw {
  background: var(--bg) !important;
}

.legacy-content .cicd:hover,
.legacy-content .cbcard:hover,
.legacy-content .cfuwd:hover {
  background: #fff !important;
  border-color: rgba(11, 17, 24, 0.22) !important;
  box-shadow: none !important;
}

.legacy-content .cicd::before,
.legacy-content .cis::before,
.legacy-content .cfs::before,
.legacy-content .cbcard::before {
  display: none !important;
}

.legacy-content .cicia,
.legacy-content .cigd,
.legacy-content .cmt,
.legacy-content .cigt,
.legacy-content .cfuwb {
  color: var(--text) !important;
  background: #0b1118 !important;
  background-image: none !important;
  border-color: #0b1118 !important;
  box-shadow: none !important;
}

.legacy-content .cicia svg,
.legacy-content .cicia path,
.legacy-content .cicia circle,
.legacy-content .cicia polyline {
  color: #fff !important;
  stroke: currentColor !important;
}

.legacy-content .cics,
.legacy-content .cicta,
.legacy-content .cbca,
.legacy-content .cfuwp {
  color: var(--text2) !important;
}

.legacy-content .cbctag,
.legacy-content .cbcn .cbctag,
.legacy-content span.cbctag[style] {
  color: var(--text) !important;
  background: rgba(11, 17, 24, 0.06) !important;
  background-image: none !important;
  border-color: rgba(11, 17, 24, 0.14) !important;
  box-shadow: none !important;
}

/* Neutralize inline legacy cyan/purple/green values that appear on individual pages. */
.legacy-content [style*="16,227,255"],
.legacy-content [style*="16, 227, 255"],
.legacy-content [style*="139,92,246"],
.legacy-content [style*="139, 92, 246"],
.legacy-content [style*="#10E3FF"],
.legacy-content [style*="#10e3ff"],
.legacy-content [style*="#8B5CF6"],
.legacy-content [style*="#8b5cf6"],
.legacy-content [style*="var(--accent2)"] {
  color: var(--text) !important;
  background: rgba(11, 17, 24, 0.06) !important;
  background-image: none !important;
  border-color: rgba(11, 17, 24, 0.14) !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.legacy-content .status,
.legacy-content .status.done,
.legacy-content .status.new,
.legacy-content .status.pending,
.legacy-content .status.rewrite {
  color: var(--text) !important;
  background: rgba(11, 17, 24, 0.06) !important;
  border-color: rgba(11, 17, 24, 0.14) !important;
  box-shadow: none !important;
}

.legacy-content > h1,
.legacy-content > h2,
.legacy-content .page-list h1,
.legacy-content .links-page h1,
.legacy-content .subtitle,
.legacy-content .page-subtitle {
  color: var(--text) !important;
  -webkit-text-fill-color: currentColor !important;
  text-shadow: none !important;
}

.legacy-content > .subtitle,
.legacy-content .page-subtitle {
  color: var(--text2) !important;
}

/* Smart mining scenes: restore the reference left-tree/right-grid interaction in the current neutral homepage style. */
.legacy-page .legacy-content #scenes {
  position: relative !important;
  z-index: 1 !important;
  overflow: visible !important;
  background: var(--bg) !important;
  background-image: none !important;
  color: var(--text) !important;
  padding: clamp(92px, 10vw, 140px) 40px !important;
}

.legacy-page .legacy-content #scenes .title-block {
  max-width: 1180px !important;
  margin: 0 auto 36px !important;
  text-align: center !important;
}

.legacy-page .legacy-content #scenes .sec-title {
  color: var(--text) !important;
  -webkit-text-fill-color: currentColor !important;
  font-size: clamp(46px, 5.2vw, 88px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  margin: 0 !important;
}

.legacy-page .legacy-content #scenes .sec-sub {
  max-width: 900px !important;
  margin: 20px auto 0 !important;
  color: var(--text2) !important;
  font-size: clamp(17px, 1.4vw, 22px) !important;
  line-height: 1.75 !important;
  text-align: center !important;
  text-shadow: none !important;
}

.legacy-page .legacy-content #scenes .scene-tabs {
  display: flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 6px !important;
  margin: 0 auto 48px !important;
  padding: 6px !important;
  background: #fff !important;
  background-image: none !important;
  border: 1px solid var(--border) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

.legacy-page .legacy-content #scenes .scene-tab {
  min-width: 96px !important;
  min-height: 44px !important;
  padding: 0 28px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--text2) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 44px !important;
  box-shadow: none !important;
}

.legacy-page .legacy-content #scenes .scene-tab:hover,
.legacy-page .legacy-content #scenes .scene-tab.active {
  background: #0b1118 !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: none !important;
}

.legacy-page .legacy-content #scenes .scene-panel {
  display: none !important;
  position: static !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  transform: none !important;
  z-index: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.legacy-page .legacy-content #scenes .scene-panel.active {
  display: block !important;
  position: static !important;
  transform: none !important;
}

.legacy-page .legacy-content #scenes .scene-body {
  display: flex !important;
  align-items: flex-start !important;
  gap: clamp(28px, 3vw, 48px) !important;
  width: min(1420px, 100%) !important;
  max-width: 1420px !important;
  margin: 0 auto !important;
  position: relative !important;
  transform: none !important;
}

.legacy-page .legacy-content #scenes .scene-tree {
  flex: 0 0 250px !important;
  width: 250px !important;
  min-width: 250px !important;
  position: sticky !important;
  top: 118px !important;
  align-self: flex-start !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.legacy-page .legacy-content #scenes .scene-tree .st-back {
  color: var(--text) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.legacy-page .legacy-content #scenes .scene-tree-inner {
  display: block !important;
  max-height: 760px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 6px 16px 6px 0 !important;
  border-right: 1px solid rgba(11, 17, 24, 0.12) !important;
  background: transparent !important;
}

.legacy-page .legacy-content #scenes .scene-tree-inner::-webkit-scrollbar {
  width: 5px !important;
}

.legacy-page .legacy-content #scenes .scene-tree-inner::-webkit-scrollbar-thumb {
  background: #0b1118 !important;
  border-radius: 999px !important;
}

.legacy-page .legacy-content #scenes .stg {
  margin: 0 0 30px !important;
  color: var(--text) !important;
}

.legacy-page .legacy-content #scenes .stg-title {
  display: block !important;
  padding: 0 0 12px !important;
  color: var(--text) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.legacy-page .legacy-content #scenes .stg-title:hover,
.legacy-page .legacy-content #scenes .stg-title.active {
  color: #0b1118 !important;
}

.legacy-page .legacy-content #scenes .stg-children {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 0 0 16px !important;
  border-left: 1px solid rgba(11, 17, 24, 0.12) !important;
}

.legacy-page .legacy-content #scenes .stg-child {
  display: block !important;
  min-height: 34px !important;
  padding: 7px 10px !important;
  border-radius: 8px !important;
  color: var(--text2) !important;
  background: transparent !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  text-shadow: none !important;
}

.legacy-page .legacy-content #scenes .stg-child::before {
  display: none !important;
}

.legacy-page .legacy-content #scenes .stg-child:hover,
.legacy-page .legacy-content #scenes .stg-child.active {
  color: var(--text) !important;
  background: rgba(11, 17, 24, 0.06) !important;
}

.legacy-page .legacy-content #scenes .scene-grid-wrap {
  flex: 1 1 auto !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  position: relative !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

.legacy-page .legacy-content #scenes .scene-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.legacy-page .legacy-content #scenes .scene-card {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  cursor: pointer !important;
  border: 1px solid rgba(11, 17, 24, 0.16) !important;
  border-radius: 8px !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  transform: none !important;
  color: var(--text) !important;
  box-sizing: border-box !important;
}

.legacy-page .legacy-content #scenes .scene-card:hover {
  border-color: rgba(11, 17, 24, 0.34) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 44px rgba(11, 17, 24, 0.10) !important;
}

.legacy-page .legacy-content #scenes .scene-card-img {
  position: relative !important;
  aspect-ratio: 4 / 3 !important;
  width: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background: #eef2f5 !important;
}

.legacy-page .legacy-content #scenes .scene-card-img img {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: none !important;
  opacity: 1 !important;
}

.legacy-page .legacy-content #scenes .scene-card-img .sci-grid,
.legacy-page .legacy-content #scenes .scene-card-img .sci-glow {
  display: none !important;
}

.legacy-page .legacy-content #scenes .scene-card-hover {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0 !important;
  background: rgba(11, 17, 24, 0.32) !important;
  transition: opacity 0.24s ease !important;
}

.legacy-page .legacy-content #scenes .scene-card:hover .scene-card-hover {
  opacity: 1 !important;
}

.legacy-page .legacy-content #scenes .scene-card-hover span {
  padding: 8px 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 999px !important;
  background: #0b1118 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.legacy-page .legacy-content #scenes .scene-card-bar {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 58px !important;
  height: auto !important;
  padding: 12px 14px !important;
  border-top: 0 !important;
  background: #0b1118 !important;
  background-image: none !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.legacy-page .legacy-content #scenes .scene-card:hover .scene-card-bar {
  color: #fff !important;
}

.legacy-page .legacy-content #scenes .scene-empty {
  min-height: 220px !important;
  color: var(--text2) !important;
  background: #fff !important;
  border: 1px solid var(--border) !important;
  border-radius: 8px !important;
}

@media (max-width: 1180px) {
  .legacy-page .legacy-content #scenes .scene-body {
    flex-direction: column !important;
    gap: 28px !important;
  }

  .legacy-page .legacy-content #scenes .scene-tree {
    position: static !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .legacy-page .legacy-content #scenes .scene-tree-inner {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 !important;
    border-right: 0 !important;
  }

  .legacy-page .legacy-content #scenes .scene-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .legacy-page .legacy-content #scenes {
    padding: 72px 18px !important;
  }

  .legacy-page .legacy-content #scenes .scene-tree-inner {
    grid-template-columns: 1fr !important;
  }

  .legacy-page .legacy-content #scenes .scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .legacy-page .legacy-content #scenes .scene-card-bar {
    min-height: 52px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 520px) {
  .legacy-page .legacy-content #scenes .scene-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 960px) {
  .legacy-content .ch,
  .legacy-content .phr,
  .legacy-content .hero,
  .legacy-content .page-hero,
  .legacy-content .case-hero {
    min-height: 620px !important;
    padding: 96px 18px 52px !important;
  }

  .legacy-content .chh,
  .legacy-content .phr h1,
  .legacy-content .hero h1,
  .legacy-content .page-hero h1,
  .legacy-content .case-hero h1,
  .legacy-content h1 {
    font-size: clamp(42px, 13vw, 64px) !important;
  }

  .legacy-content .download-page,
  .legacy-content .case-section,
  .legacy-content .cat-section,
  .legacy-content .flat-se,
  .legacy-content .se,
  .legacy-content .ct,
  .legacy-content .container,
  .legacy-content .wrap {
    width: calc(100% - 36px) !important;
  }

  .legacy-content .section-title,
  .legacy-content .st2,
  .legacy-content .case-title,
  .legacy-content .avmh,
  .legacy-content .atlh,
  .legacy-content .cti2,
  .legacy-content h2 {
    font-size: clamp(30px, 10vw, 48px) !important;
  }
}

/* Final lock: keep product banners dark and full-media after all legacy mobile overrides. */
.legacy-content > section.ch:first-of-type,
.legacy-content > section.phr:first-of-type,
.legacy-content > section.hero:first-of-type,
.legacy-content > section.product-hero:first-of-type {
  min-height: 100svh !important;
  height: 100svh !important;
  padding: 132px clamp(20px, 4vw, 72px) 96px !important;
  background: #05080c !important;
  background-color: #05080c !important;
  color: #fff !important;
}

.legacy-content > section.product-hero:first-of-type {
  background: #05080c !important;
  background-color: #05080c !important;
}

body.legacy-page .legacy-content > section.product-hero.product-hero:first-of-type {
  background: #05080c !important;
  background-color: #05080c !important;
}

.legacy-content > section.ch:first-of-type h1,
.legacy-content > section.phr:first-of-type h1,
.legacy-content > section.hero:first-of-type h1,
.legacy-content > section.product-hero:first-of-type h1 {
  font-size: clamp(58px, 8vw, 124px) !important;
  color: #fff !important;
}

@media (max-width: 900px) {
  .legacy-content > section.ch:first-of-type,
  .legacy-content > section.phr:first-of-type,
  .legacy-content > section.hero:first-of-type,
  .legacy-content > section.product-hero:first-of-type {
    min-height: 760px !important;
    height: auto !important;
    padding: 118px 18px 82px !important;
  }

  .legacy-content > section.ch:first-of-type h1,
  .legacy-content > section.phr:first-of-type h1,
  .legacy-content > section.hero:first-of-type h1,
  .legacy-content > section.product-hero:first-of-type h1 {
    font-size: clamp(46px, 13vw, 72px) !important;
  }
}

/* Interaction bridge: homepage-style active states for migrated legacy controls. */
body.legacy-page .legacy-content :where(
  .sub-tab,
  .scene-tab,
  .case-tab,
  .spec-tab,
  .page-tab,
  .gauss-tab,
  .soft-tab,
  .filter-btn,
  .tcb,
  .tab-btn,
  .feat-nav-item,
  .cat-card,
  .tool-item,
  .wl-item,
  .wl-dot,
  .news-dot,
  .vid-item
) {
  cursor: pointer !important;
}

body.legacy-page .legacy-content :where(
  .sub-tab.on,
  .sub-tab.active,
  .scene-tab.on,
  .scene-tab.active,
  .case-tab.on,
  .case-tab.active,
  .spec-tab.on,
  .spec-tab.active,
  .page-tab.on,
  .page-tab.active,
  .gauss-tab.on,
  .gauss-tab.active,
  .soft-tab.on,
  .soft-tab.active,
  .filter-btn.on,
  .filter-btn.active,
  .tcb.on,
  .tcb.active,
  .tab-btn.on,
  .tab-btn.active,
  .tool-item.on,
  .wl-item.active,
  .vid-item.active
) {
  background: #050b12 !important;
  color: #fff !important;
  border-color: #050b12 !important;
  box-shadow: 0 14px 32px rgba(5, 11, 18, 0.16) !important;
}

body.legacy-page .legacy-content :where(.wl-dot.active, .news-dot.active) {
  background: #050b12 !important;
  border-color: #050b12 !important;
}

body.legacy-page .legacy-content :where(
  .sub-tab:focus-visible,
  .scene-tab:focus-visible,
  .case-tab:focus-visible,
  .spec-tab:focus-visible,
  .page-tab:focus-visible,
  .gauss-tab:focus-visible,
  .soft-tab:focus-visible,
  .filter-btn:focus-visible,
  .tcb:focus-visible,
  .tab-btn:focus-visible,
  .tool-item:focus-visible,
  .cat-card:focus-visible,
  .wl-item:focus-visible,
  .vid-item:focus-visible,
  .stg-title:focus-visible,
  .stg-child:focus-visible,
  .st-back:focus-visible
) {
  outline: 2px solid #050b12 !important;
  outline-offset: 3px !important;
}

/* Unified typography system for legacy pages */
body.legacy-page {
  --type-h1-size: 64px;
  --type-h1-line: 1.08;
  --type-h1-weight: 760;
  --type-h2-size: 44px;
  --type-h2-line: 1.16;
  --type-h2-weight: 740;
  --type-h3-size: 24px;
  --type-h3-line: 1.28;
  --type-h3-weight: 720;
  --type-body-size: 16px;
  --type-body-line: 1.7;
  --type-body-weight: 400;
  --type-lead-size: 18px;
  --type-lead-line: 1.68;
  --type-small-size: 14px;
  --type-small-line: 1.55;
  --type-button-size: 14px;
  --type-button-line: 1.2;
  --type-button-weight: 700;
}

body.legacy-page,
body.legacy-page .legacy-content {
  font-size: var(--type-body-size) !important;
  line-height: var(--type-body-line) !important;
  font-weight: var(--type-body-weight) !important;
}

body.legacy-page .legacy-content :where(h1, h2, h3, h4, h5, h6, p, li, dd, dt, a, button, input, textarea, span) {
  letter-spacing: 0 !important;
}

body.legacy-page .legacy-content :where(.chh, .phr h1, .hero h1, .page-hero h1, .case-hero h1, .product-hero h1, h1),
body.legacy-page .legacy-content > section.ch:first-of-type h1,
body.legacy-page .legacy-content > section.phr:first-of-type h1,
body.legacy-page .legacy-content > section.hero:first-of-type h1,
body.legacy-page .legacy-content > section.product-hero:first-of-type h1 {
  font-size: var(--type-h1-size) !important;
  line-height: var(--type-h1-line) !important;
  font-weight: var(--type-h1-weight) !important;
}

body.legacy-page .legacy-content :where(.section-title, .st2, .case-title, .avmh, .atlh, .cti2, .flat-txt h2, .overview-content h2, .feature-copy h2, .product-copy h2, .cta h2, .cta-section h2, .cta-sec h2, .cta-s h2, .cs h2, .ending-cta h2, h2) {
  font-size: var(--type-h2-size) !important;
  line-height: var(--type-h2-line) !important;
  font-weight: var(--type-h2-weight) !important;
}

body.legacy-page .legacy-content :where(.soft-name, .doc-name, .auth-title, .mega-title, .card-title, .feature-title, .cap-title, .scene-card-title, .news-title, .flat-txt h3, .overview-content h3, .feature-copy h3, .product-copy h3, .cta h3, .cta-section h3, .cta-sec h3, .cta-s h3, .cs h3, h3) {
  font-size: var(--type-h3-size) !important;
  line-height: var(--type-h3-line) !important;
  font-weight: var(--type-h3-weight) !important;
}

body.legacy-page .legacy-content :where(p, li, dd, .section-subtitle, .sd2, .case-desc, .intro-text, .chs, .phr-sub, .hero p, .page-hero p, .case-hero p, .product-hero p, .soft-trial, .soft-size, .doc-type, .auth-desc, .flat-txt p, .overview-content p, .feature-copy p, .product-copy p) {
  font-size: var(--type-body-size) !important;
  line-height: var(--type-body-line) !important;
  font-weight: var(--type-body-weight) !important;
}

body.legacy-page .legacy-content :where(.chs, .phr-sub, .hero p, .page-hero p, .case-hero p, .product-hero p, .section-subtitle, .sd2, .case-desc, .intro-text) {
  font-size: var(--type-lead-size) !important;
  line-height: var(--type-lead-line) !important;
}

body.legacy-page .legacy-content > section.ch:first-of-type p,
body.legacy-page .legacy-content > section.phr:first-of-type p,
body.legacy-page .legacy-content > section.hero:first-of-type p,
body.legacy-page .legacy-content > section.product-hero:first-of-type p,
body.legacy-page .legacy-content > section.page-hero:first-of-type p,
body.legacy-page .legacy-content > section.case-hero:first-of-type p {
  font-size: var(--type-lead-size) !important;
  line-height: var(--type-lead-line) !important;
  font-weight: var(--type-body-weight) !important;
}

body.legacy-page .legacy-content :where(small, .section-label, .st, .case-label, .phr-tag, .cht, .soft-version, .changelog-title, .changelog-content, .changelog-date, .doc-type, .footer-bottom, .fbd, .fl2 a, .fct, .meta-tag, .news-date, .badge, [class*="tag"], [class*="badge"], [class*="pill"]) {
  font-size: var(--type-small-size) !important;
  line-height: var(--type-small-line) !important;
}

body.legacy-page .legacy-content :where(button, .nav-link, .nav-actions a, .mega-panel a strong, .soft-btn, .doc-btn, .auth-btn, .page-tab, .sub-tab, .scene-tab, .case-tab, .spec-tab, .filter-btn, .tab-btn, .bn, .bp, .bw, .btn, a[class*="btn"], button[class*="btn"]) {
  font-size: var(--type-button-size) !important;
  line-height: var(--type-button-line) !important;
  font-weight: var(--type-button-weight) !important;
}

@media (max-width: 960px) {
  body.legacy-page {
    --type-h1-size: 44px;
    --type-h2-size: 34px;
    --type-h3-size: 22px;
    --type-lead-size: 17px;
  }
}

@media (max-width: 520px) {
  body.legacy-page {
    --type-h1-size: 38px;
    --type-h2-size: 30px;
    --type-h3-size: 20px;
    --type-body-size: 15px;
    --type-lead-size: 16px;
    --type-small-size: 13px;
  }
}

/* Main banner copy only: remove text bottom shadows without touching hero media, overlays, or layout. */
body.legacy-page .legacy-content > section.ch:first-of-type h1,
body.legacy-page .legacy-content > section.ch:first-of-type h1 span,
body.legacy-page .legacy-content > section.ch:first-of-type p,
body.legacy-page .legacy-content > section.phr:first-of-type h1,
body.legacy-page .legacy-content > section.phr:first-of-type h1 span,
body.legacy-page .legacy-content > section.phr:first-of-type .phr-sub,
body.legacy-page .legacy-content > section.phr:first-of-type .hd1,
body.legacy-page .legacy-content > section.phr:first-of-type .hd2,
body.legacy-page .legacy-content > section.hero:first-of-type h1,
body.legacy-page .legacy-content > section.hero:first-of-type h1 span,
body.legacy-page .legacy-content > section.hero:first-of-type p,
body.legacy-page .legacy-content > section.hero:first-of-type .hero-desc,
body.legacy-page .legacy-content > section.hero:first-of-type .hd1,
body.legacy-page .legacy-content > section.hero:first-of-type .hd2,
body.legacy-page .legacy-content > section.product-hero:first-of-type h1,
body.legacy-page .legacy-content > section.product-hero:first-of-type h1 span,
body.legacy-page .legacy-content > section.product-hero:first-of-type p,
body.legacy-page .legacy-content > section.page-hero:first-of-type h1,
body.legacy-page .legacy-content > section.page-hero:first-of-type p,
body.legacy-page .legacy-content > section.case-hero:first-of-type h1,
body.legacy-page .legacy-content > section.case-hero:first-of-type p {
  text-shadow: none !important;
}

/* Download-center inspired main banner backgrounds for the requested pages only. */
body[data-page="产品教学.html"] .legacy-content > section.ch:first-of-type,
body[data-page="公司介绍.html"] .legacy-content > section.ch:first-of-type,
body[data-page="联系我们.html"] .legacy-content > section.ch:first-of-type,
body[data-page="新闻中心.html"] .nc-hero {
  position: relative !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 18% 8%, rgba(90, 168, 216, 0.22), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(120, 184, 109, 0.13), transparent 28%),
    linear-gradient(180deg, #05080c 0%, #101b24 56%, #070b10 100%) !important;
}

body[data-page="产品教学.html"] .legacy-content > section.ch:first-of-type::after,
body[data-page="公司介绍.html"] .legacy-content > section.ch:first-of-type::after,
body[data-page="联系我们.html"] .legacy-content > section.ch:first-of-type::after,
body[data-page="新闻中心.html"] .nc-hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(223, 242, 253, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(223, 242, 253, 0.07) 1px, transparent 1px),
    radial-gradient(ellipse at 56% 42%, rgba(223, 242, 253, 0.13) 0%, transparent 48%) !important;
  background-size: 76px 76px, 76px 76px, 100% 100% !important;
  mask-image: radial-gradient(ellipse 76% 68% at 50% 46%, #000 0%, transparent 78%) !important;
  opacity: 0.72 !important;
}

body[data-page="产品教学.html"] .legacy-content > section.ch:first-of-type .download-hero-grid,
body[data-page="产品教学.html"] .legacy-content > section.ch:first-of-type .download-hero-squares,
body[data-page="公司介绍.html"] .legacy-content > section.ch:first-of-type .download-hero-grid,
body[data-page="公司介绍.html"] .legacy-content > section.ch:first-of-type .download-hero-squares,
body[data-page="联系我们.html"] .legacy-content > section.ch:first-of-type .download-hero-grid,
body[data-page="联系我们.html"] .legacy-content > section.ch:first-of-type .download-hero-squares,
body[data-page="新闻中心.html"] .nc-hero .nc-hero-grid,
body[data-page="新闻中心.html"] .nc-hero .nc-hero-glow {
  display: none !important;
}

body[data-page="产品教学.html"] .legacy-content > section.ch:first-of-type .download-hero-particles,
body[data-page="公司介绍.html"] .legacy-content > section.ch:first-of-type .download-hero-particles,
body[data-page="联系我们.html"] .legacy-content > section.ch:first-of-type .download-hero-particles,
body[data-page="新闻中心.html"] .nc-hero .nc-hero-particles {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  opacity: 0.42 !important;
}

body[data-page="产品教学.html"] .legacy-content > section.ch:first-of-type > *,
body[data-page="公司介绍.html"] .legacy-content > section.ch:first-of-type > *,
body[data-page="联系我们.html"] .legacy-content > section.ch:first-of-type > *,
body[data-page="新闻中心.html"] .nc-hero > * {
  position: relative;
  z-index: 1;
}

body[data-page="产品教学.html"] .legacy-content > section.ch:first-of-type .chh,
body[data-page="产品教学.html"] .legacy-content > section.ch:first-of-type .chh span,
body[data-page="公司介绍.html"] .legacy-content > section.ch:first-of-type .chh,
body[data-page="公司介绍.html"] .legacy-content > section.ch:first-of-type .chh span,
body[data-page="联系我们.html"] .legacy-content > section.ch:first-of-type .chh,
body[data-page="联系我们.html"] .legacy-content > section.ch:first-of-type .chh span,
body[data-page="新闻中心.html"] .nc-hero h1 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body[data-page="产品教学.html"] .legacy-content > section.ch:first-of-type .chs,
body[data-page="公司介绍.html"] .legacy-content > section.ch:first-of-type .chs,
body[data-page="联系我们.html"] .legacy-content > section.ch:first-of-type .chs,
body[data-page="新闻中心.html"] .nc-hero p {
  color: rgba(255, 255, 255, 0.72) !important;
}
