/* Hallmark: pre-emit critique P5 H4 E4 S5 R4 V4 | genre modern-minimal/technical | macrostructure Workbench + Narrative Workflow + Ecosystem Index | design.md locked | no generic grids | mobile first | GEO preserved */

:root {
  --color-paper: oklch(97% 0.010 242);
  --color-paper-2: oklch(94% 0.014 242);
  --color-panel: oklch(99% 0.006 242);
  --color-ink: oklch(18% 0.028 255);
  --color-text: oklch(34% 0.030 255);
  --color-muted: oklch(52% 0.026 255);
  --color-rule: oklch(84% 0.024 247);
  --color-accent: oklch(55% 0.220 262);
  --color-accent-2: oklch(49% 0.210 262);
  --color-cyan: oklch(68% 0.155 226);
  --color-signal: oklch(67% 0.210 49);
  --color-focus: oklch(62% 0.210 262);
  --color-ink-soft: oklch(23% 0.040 255);
  --color-panel-tint: oklch(98% 0.012 242);
  --font-display: "Microsoft YaHei UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --font-body: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  --font-mono: "JetBrains Mono", Consolas, monospace;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 40px;
  --space-2xl: 64px;
  --space-3xl: 96px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --rail: 3px;
  --shadow-soft: 0 18px 50px oklch(26% 0.06 250 / .09);
  --shadow-lift: 0 24px 70px oklch(24% 0.07 250 / .14);
  --ease-out: cubic-bezier(.2, .7, .2, 1);

  --ink: var(--color-ink);
  --text: var(--color-text);
  --muted: var(--color-muted);
  --line: var(--color-rule);
  --panel: var(--color-panel);
  --paper: var(--color-paper);
  --navy: var(--color-ink);
  --blue: var(--color-accent);
  --blue-2: var(--color-accent-2);
  --cyan: var(--color-cyan);
  --orange: var(--color-signal);
  --shadow: var(--shadow-soft);
}

* {
  letter-spacing: 0;
}

html {
  scroll-padding-top: 92px;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body {
  font-family: var(--font-body);
  color: var(--color-ink);
  background:
    linear-gradient(oklch(87% 0.030 246 / .28) 1px, transparent 1px),
    linear-gradient(90deg, oklch(87% 0.030 246 / .28) 1px, transparent 1px),
    radial-gradient(circle at 22% -12%, oklch(70% 0.14 252 / .16), transparent 34%),
    radial-gradient(circle at 88% 14%, oklch(75% 0.17 53 / .12), transparent 28%),
    var(--color-paper);
  background-size: 56px 56px, 56px 56px, auto, auto, auto;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 42%, oklch(62% 0.18 262 / .13) 42.1% 42.35%, transparent 42.45% 100%),
    linear-gradient(145deg, transparent 0 73%, oklch(67% 0.21 49 / .13) 73.05% 73.22%, transparent 73.3% 100%);
}

a,
button,
.btn,
[role="button"] {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: 3px;
}

img {
  background: transparent;
}

.wrap {
  width: min(1180px, calc(100% - 48px));
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 80;
  width: min(1180px, calc(100% - 32px));
  height: auto;
  margin: 12px auto 0;
  border: 1px solid oklch(86% 0.030 246 / .72);
  border-radius: 999px;
  background: oklch(99% 0.006 242 / .88);
  box-shadow: 0 18px 48px oklch(22% 0.05 250 / .10);
  backdrop-filter: blur(18px);
  transition: transform .22s var(--ease-out), box-shadow .22s var(--ease-out), background .22s var(--ease-out);
}

.site-header.is-scrolled {
  background: oklch(99% 0.006 242 / .94);
  box-shadow: 0 18px 56px oklch(20% 0.06 250 / .15);
}

.nav-wrap {
  width: auto;
  min-height: 58px;
  height: auto;
  padding: 7px 9px 7px 14px;
  gap: var(--space-sm);
}

.brand {
  display: flex;
  align-items: center;
  min-width: 112px;
}

.brand img {
  height: 30px;
  width: auto;
  object-fit: contain;
}

.nav {
  gap: 3px;
  font-size: 14px;
  font-weight: 800;
}

.nav a,
.nav-parent {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  color: var(--color-ink);
  line-height: 1;
  white-space: nowrap;
  transition: color .18s var(--ease-out), background .18s var(--ease-out), box-shadow .18s var(--ease-out), transform .18s var(--ease-out);
}

.nav a:hover,
.nav a.active,
.nav-parent.active,
.nav-group:hover .nav-parent,
.nav-group:focus-within .nav-parent {
  color: var(--color-accent);
  background: var(--color-panel);
  box-shadow: inset 0 0 0 1px oklch(82% 0.055 252 / .60);
}

.nav a:hover,
.nav-parent:hover {
  transform: translateY(-1px);
}

.nav-parent::after {
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-width: 1.8px;
}

.submenu {
  top: calc(100% + 12px);
  left: 50%;
  width: 322px;
  padding: 12px;
  border: 1px solid oklch(84% 0.04 247 / .92);
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  background: oklch(99% 0.006 242 / .97);
  box-shadow: 0 24px 74px oklch(20% 0.06 250 / .16);
  backdrop-filter: blur(18px);
  transform: translate(-50%, 8px);
}

.submenu::before {
  left: 12px;
  right: 12px;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-cyan), var(--color-signal));
}

.nav .submenu a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  min-height: 52px;
  padding: 0 13px 0 12px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--color-ink);
  font-size: 15px;
  box-shadow: none;
}

.nav .submenu a + a {
  margin-top: 4px;
}

.nav .submenu a::before {
  color: var(--color-muted);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
}

.nav .submenu a::after {
  color: oklch(50% 0.055 255 / .76);
}

.nav .submenu a:hover,
.nav .submenu a.active {
  color: var(--color-accent);
  background: oklch(96% 0.020 248);
  border-color: oklch(84% 0.055 252 / .78);
  transform: translateX(3px);
}

.nav-cta,
.site-header .btn.primary {
  min-height: 44px;
  padding: 0 18px;
}

.menu-btn {
  border-radius: 999px;
}

.btn,
.hero-actions .btn,
.solution-switch .btn,
.nav-cta,
.edop-launch,
.news-pager button,
.news-filterbar button,
.filter-tab,
.case-filter button,
.content-filter button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid oklch(82% 0.045 247 / .90);
  border-radius: var(--radius-sm);
  background: var(--color-panel);
  color: var(--color-ink);
  box-shadow: 0 10px 26px oklch(24% 0.05 250 / .055);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .2s var(--ease-out), border-color .2s var(--ease-out), box-shadow .2s var(--ease-out), background .2s var(--ease-out), color .2s var(--ease-out);
}

.btn::before,
.hero-actions .btn::before,
.solution-switch .btn::before,
.edop-launch::before {
  content: "";
  position: absolute;
  inset: -1px auto -1px -1px;
  width: var(--rail);
  background: linear-gradient(180deg, var(--color-accent), var(--color-cyan), var(--color-signal));
  opacity: .95;
}

.btn.primary,
.hero-actions .btn.primary,
.nav-cta,
.edop-launch {
  border-color: var(--color-ink-soft);
  background: var(--color-ink);
  color: var(--color-panel);
  box-shadow: 0 16px 40px oklch(22% 0.07 250 / .16);
}

.btn:hover,
.hero-actions .btn:hover,
.solution-switch .btn:hover,
.nav-cta:hover,
.edop-launch:hover,
.news-pager button:hover:not(:disabled),
.news-filterbar button:hover,
.filter-tab:hover,
.case-filter button:hover,
.content-filter button:hover {
  transform: translateY(-2px);
  border-color: oklch(72% 0.105 252 / .92);
  box-shadow: var(--shadow-lift);
}

.btn.primary::after,
.hero-actions .btn.primary::after,
.nav-cta::after,
.edop-launch::after,
.solution-switch .btn::after {
  content: ">";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid currentColor;
  font-family: var(--font-mono);
  font-size: 13px;
  opacity: .78;
}

.hero,
.product-hero,
.solution-hero {
  padding-top: clamp(76px, 8vw, 112px);
  padding-bottom: clamp(54px, 7vw, 88px);
}

.hero h1,
.product-hero h1,
.solution-hero h1,
.page-title h1 {
  max-width: 920px;
  font-family: var(--font-display);
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero p,
.product-hero p,
.solution-hero p,
.page-title p,
.section-head p {
  max-width: 940px;
  color: var(--color-text);
  line-height: 1.85;
}

.gradient-text {
  color: var(--color-accent);
  background: none;
  -webkit-text-fill-color: currentColor;
}

.section,
section {
  position: relative;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--space-lg);
  align-items: end;
  margin-bottom: var(--space-xl);
}

.section-head h2,
.section h2,
main h2 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.16;
}

.section-kicker,
.eyebrow,
.small-title {
  color: var(--color-signal);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.reveal {
  transform: translateY(10px);
  transition: opacity .52s var(--ease-out), transform .52s var(--ease-out);
}

.reveal.show {
  transform: translateY(0);
}

.feature-card,
.case-card,
.news-card,
.news-story,
.case-row,
.proof-card,
.capability-card,
.solution-card,
.service-card,
.honor-card,
.award-card,
.logo-tile {
  border: 1px solid oklch(84% 0.030 247 / .88);
  border-radius: var(--radius-md);
  background: oklch(99% 0.006 242 / .88);
  box-shadow: 0 14px 36px oklch(24% 0.05 250 / .055);
  transition: transform .22s var(--ease-out), box-shadow .22s var(--ease-out), border-color .22s var(--ease-out), background .22s var(--ease-out);
}

.feature-card:hover,
.case-card:hover,
.news-card:hover,
.news-story:hover,
.case-row:hover,
.proof-card:hover:hover,
.capability-card:hover,
.solution-card:hover,
.service-card:hover,
.honor-card:hover,
.award-card:hover,
.logo-tile:hover {
  transform: translateY(-4px);
  border-color: oklch(74% 0.095 252 / .86);
  box-shadow: var(--shadow-lift);
  background: var(--color-panel);
}

.feature-card::before,
.case-row::before::before,
.proof-card::before,
.capability-card::before {
  display: none !important;
}

.solution-switch,
.industry-switch,
.jump-links,
.page-jumps,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  align-items: center;
}

.solution-switch {
  padding: var(--space-md);
  border: 1px solid oklch(84% 0.030 247 / .80);
  border-radius: var(--radius-md);
  background: oklch(96% 0.017 245 / .84);
  box-shadow: inset 0 1px 0 oklch(100% 0 0 / .75);
}

.solution-switch .btn,
.industry-switch .btn,
.jump-links .btn,
.page-jumps .btn {
  min-width: 168px;
  justify-content: space-between;
}

.solution-switch .btn.active,
.industry-switch .btn.active,
.jump-links .btn.active,
.page-jumps .btn.active,
.news-filterbar button.active,
.filter-tab.active,
.case-filter button.active,
.content-filter button.active {
  border-color: var(--color-ink);
  background: var(--color-ink);
  color: var(--color-panel);
}

.news-board {
  position: relative;
}

.news-story-grid,
.news-grid,
.case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-md);
}

.news-page .news-story-grid,
.news-center .news-story-grid {
  grid-template-columns: 1.18fr 1fr 1fr;
  align-items: stretch;
}

.news-page .news-story:first-child,
.news-center .news-story:first-child {
  grid-row: span 2;
}

.news-story,
.news-card {
  overflow: hidden;
  min-width: 0;
}

.news-story img,
.news-card img,
.story-card img,
.case-card img,
.case-row img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.news-story h3,
.news-card h3,
.case-card h3,
.case-row h3 {
  font-size: clamp(19px, 1.55vw, 24px);
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.news-filterbar,
.content-filter,
.case-filter {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
  align-items: center;
  padding: var(--space-sm);
  border: 1px solid oklch(84% 0.030 247 / .80);
  border-radius: var(--radius-md);
  background: oklch(97% 0.014 242 / .84);
}

.news-filterbar button,
.content-filter button,
.case-filter button {
  min-height: 40px;
  padding: 0 14px;
  box-shadow: none;
}

.news-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-xs);
  margin-top: var(--space-lg);
}

.news-pager button {
  min-width: 46px;
  min-height: 42px;
  padding: 0 14px;
}

.news-pager button:disabled {
  opacity: .38;
  cursor: not-allowed;
  transform: none;
}

.news-pager [data-page-status] {
  display: inline-grid;
  place-items: center;
  min-width: 54px;
  min-height: 42px;
  border: 1px solid oklch(84% 0.030 247 / .80);
  border-radius: var(--radius-sm);
  background: var(--color-panel);
  color: var(--color-ink);
  font-family: var(--font-mono);
  font-weight: 800;
}

.case-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--space-md) !important;
  padding: 0 !important;
  background: transparent !important;
}

.case-list::before,
.case-list::after {
  display: none !important;
}

.case-row {
  min-height: 210px !important;
  padding: var(--space-lg) !important;
  overflow: hidden;
}

.case-row:first-child:nth-last-child(5),
.case-row:first-child:nth-last-child(5) ~ .case-row {
  min-height: 220px !important;
}

.case-row p,
.case-card p,
.news-story p,
.news-card p {
  color: var(--color-text);
  line-height: 1.75;
}

.logo-wall,
.logo-grid {
  gap: var(--space-sm);
}

.logo-tile,
.client-logo,
.brand-logo {
  display: grid;
  place-items: center;
  min-height: 112px;
  padding: var(--space-sm);
  background: oklch(99% 0.006 242 / .92);
}

.logo-tile img,
.client-logo img,
.brand-logo img {
  width: auto;
  max-width: 88%;
  max-height: 72px;
  object-fit: contain;
  filter: saturate(1.02) contrast(1.03);
}

.edop-launch {
  min-width: 190px;
  justify-content: space-between;
}

.product-hero .hero-actions .btn,
.product-hero .hero-actions .btn.primary,
.product-hero .hero-actions .edop-launch,
.solution-hero .hero-actions .btn,
.solution-hero .hero-actions .btn.primary,
.hero .hero-actions .btn,
.hero .hero-actions .btn.primary {
  min-height: 50px !important;
  border-color: oklch(82% 0.045 247 / .90) !important;
  background: var(--color-panel) !important;
  color: var(--color-ink) !important;
  box-shadow: 0 10px 26px oklch(24% 0.05 250 / .055) !important;
}

.product-hero .hero-actions .btn::before,
.product-hero .hero-actions .btn.primary::before,
.product-hero .hero-actions .edop-launch::before,
.solution-hero .hero-actions .btn::before,
.solution-hero .hero-actions .btn.primary::before,
.hero .hero-actions .btn::before,
.hero .hero-actions .btn.primary::before {
  display: block !important;
  opacity: .95 !important;
}

.product-hero .hero-actions .btn::after,
.product-hero .hero-actions .btn.primary::after,
.product-hero .hero-actions .edop-launch::after,
.solution-hero .hero-actions .btn::after,
.solution-hero .hero-actions .btn.primary::after,
.hero .hero-actions .btn::after,
.hero .hero-actions .btn.primary::after {
  color: var(--color-ink) !important;
  border-color: currentColor !important;
  background: transparent !important;
}

.product-hero .hero-actions .btn:hover,
.product-hero .hero-actions .btn.primary:hover,
.product-hero .hero-actions .edop-launch:hover,
.solution-hero .hero-actions .btn:hover,
.solution-hero .hero-actions .btn.primary:hover,
.hero .hero-actions .btn:hover,
.hero .hero-actions .btn.primary:hover {
  border-color: oklch(72% 0.105 252 / .92) !important;
  box-shadow: var(--shadow-lift) !important;
}

.tuanzi-section,
.ontology-section,
.capability-section {
  padding-block: clamp(52px, 7vw, 86px);
}

.tuanzi-section .section-head,
.ontology-section .section-head,
.capability-section .section-head {
  margin-bottom: var(--space-lg);
}

.tuanzi-section h2,
.ontology-section h2,
.capability-section h2 {
  max-width: 780px;
}

.honor-wall,
.award-stage,
.certificate-wall {
  align-items: stretch;
}

.award-card img,
.honor-card img,
.certificate-card img {
  object-fit: contain;
  background:
    linear-gradient(180deg, oklch(98% 0.006 242), oklch(93% 0.010 242));
}

.site-footer {
  margin-top: var(--space-2xl);
  padding: 46px 0;
  background:
    linear-gradient(oklch(70% 0.09 252 / .075) 1px, transparent 1px),
    linear-gradient(90deg, oklch(70% 0.09 252 / .075) 1px, transparent 1px),
    var(--color-ink);
  background-size: 38px 38px;
}

.footer-grid {
  width: min(1180px, calc(100% - 48px));
  grid-template-columns: 1.18fr 1fr 280px;
  gap: var(--space-lg);
}

.footer-brand {
  padding-left: var(--space-lg);
  border-left: 3px solid var(--color-signal);
}

.footer-brand strong {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.18;
}

.footer-contact,
.footer-qrs div,
.footer-tags span {
  border-color: oklch(78% 0.055 247 / .22);
  border-radius: var(--radius-sm);
  background: oklch(100% 0 0 / .055);
}

@media (max-width: 1100px) {
  .site-header {
    width: min(100% - 24px, 1180px);
  }

  .nav {
    font-size: 13px;
  }

  .nav a,
  .nav-parent {
    padding: 0 9px;
  }

  .news-story-grid,
  .news-grid,
  .case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 860px) {
  html {
    scroll-padding-top: 76px;
  }

  .wrap {
    width: min(100% - 30px, 1180px);
  }

  .site-header {
    top: 8px;
    width: min(100% - 20px, 1180px);
    border-radius: 24px;
  }

  .nav-wrap {
    min-height: 58px;
    padding: 8px 10px;
  }

  .menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav {
    position: absolute;
    left: 10px;
    right: 10px;
    top: calc(100% + 8px);
    display: none;
    padding: 10px;
    border: 1px solid oklch(84% 0.030 247 / .88);
    border-radius: var(--radius-md);
    background: oklch(99% 0.006 242 / .98);
    box-shadow: var(--shadow-lift);
  }

  .nav.open {
    display: grid;
    gap: 4px;
  }

  .nav a,
  .nav-parent {
    justify-content: space-between;
    min-height: 46px;
    padding: 0 13px;
  }

  .nav-group {
    display: grid;
  }

  .submenu {
    position: static;
    width: 100%;
    margin-top: 6px;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-radius: var(--radius-sm);
    background: oklch(96% 0.014 242 / .95);
  }

  .section-head,
  .news-page .news-story-grid,
  .news-center .news-story-grid {
    grid-template-columns: 1fr;
  }

  .news-page .news-story:first-child,
  .news-center .news-story:first-child {
    grid-row: auto;
  }

  .hero h1,
  .product-hero h1,
  .solution-hero h1,
  .page-title h1 {
    font-size: clamp(32px, 9vw, 46px);
  }

  .hero-actions,
  .solution-switch,
  .industry-switch,
  .jump-links,
  .page-jumps {
    align-items: stretch;
  }

  .hero-actions .btn,
  .solution-switch .btn,
  .industry-switch .btn,
  .jump-links .btn,
  .page-jumps .btn,
  .edop-launch {
    flex: 1 1 100%;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .wrap,
  .footer-grid {
    width: min(100% - 28px, 1180px);
  }

  .brand img {
    height: 28px;
  }

  .nav-cta,
  .site-header .btn.primary {
    display: none;
  }

  .hero,
  .product-hero,
  .solution-hero {
    padding-top: 54px;
    padding-bottom: 48px;
  }

  .news-story-grid,
  .news-grid,
  .case-grid,
  .case-list {
    grid-template-columns: 1fr !important;
  }

  .logo-tile,
  .client-logo,
  .brand-logo {
    min-height: 92px;
  }

  .logo-tile img,
  .client-logo img,
  .brand-logo img {
    max-height: 58px;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .15s !important;
  }

  .reveal {
    transform: none;
  }
}

/* Final visual alignment: keep normal CTAs consistent with the industry entry buttons. */
.btn:not(.nav-cta),
.hero-actions .btn:not(.nav-cta),
.solution-switch .btn,
.industry-tabs-line a,
.industry-switch .btn,
.jump-links .btn,
.page-jumps .btn,
.edop-launch {
  position: relative !important;
  justify-content: flex-start !important;
  min-height: 46px !important;
  padding: 0 38px 0 16px !important;
  border: 1px solid oklch(82% 0.045 247 / .90) !important;
  border-left: 3px solid var(--color-accent) !important;
  border-radius: var(--radius-sm) !important;
  background:
    linear-gradient(135deg, oklch(63% 0.19 258 / .075), transparent 48%),
    var(--color-panel) !important;
  color: var(--color-ink) !important;
  box-shadow: 0 14px 34px oklch(24% 0.05 250 / .07) !important;
  font-family: var(--font-display) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

.btn:not(.nav-cta)::before,
.hero-actions .btn:not(.nav-cta)::before,
.solution-switch .btn::before,
.industry-tabs-line a::before,
.industry-switch .btn::before,
.jump-links .btn::before,
.page-jumps .btn::before,
.edop-launch::before {
  content: "" !important;
  position: absolute !important;
  left: -3px !important;
  top: auto !important;
  bottom: 0 !important;
  width: 3px !important;
  height: 42% !important;
  background: var(--color-signal) !important;
  opacity: 1 !important;
  transition: height .2s var(--ease-out), width .2s var(--ease-out), opacity .2s var(--ease-out) !important;
}

.btn:not(.nav-cta)::after,
.hero-actions .btn:not(.nav-cta)::after,
.solution-switch .btn::after,
.industry-tabs-line a::after,
.industry-switch .btn::after,
.jump-links .btn::after,
.page-jumps .btn::after,
.edop-launch::after {
  content: ">" !important;
  position: absolute !important;
  right: 13px !important;
  top: 50% !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--color-accent) !important;
  font-family: var(--font-mono) !important;
  font-size: 15px !important;
  line-height: 1 !important;
  opacity: 1 !important;
  transform: translateY(-50%) !important;
  transition: transform .18s var(--ease-out), color .18s var(--ease-out) !important;
}

.btn:not(.nav-cta):hover,
.hero-actions .btn:not(.nav-cta):hover,
.solution-switch .btn:hover,
.industry-tabs-line a:hover,
.industry-switch .btn:hover,
.jump-links .btn:hover,
.page-jumps .btn:hover,
.edop-launch:hover {
  transform: translateY(-2px) !important;
  border-color: oklch(69% 0.14 255 / .92) !important;
  background: linear-gradient(90deg, var(--color-accent), oklch(55% 0.20 260), var(--color-signal)) !important;
  color: #fff !important;
  box-shadow: 0 20px 48px oklch(47% 0.18 258 / .18) !important;
}

.btn:not(.nav-cta):hover::before,
.hero-actions .btn:not(.nav-cta):hover::before,
.solution-switch .btn:hover::before,
.industry-tabs-line a:hover::before,
.industry-switch .btn:hover::before,
.jump-links .btn:hover::before,
.page-jumps .btn:hover::before,
.edop-launch:hover::before {
  height: 100% !important;
  opacity: .16 !important;
}

.btn:not(.nav-cta):hover::after,
.hero-actions .btn:not(.nav-cta):hover::after,
.solution-switch .btn:hover::after,
.industry-tabs-line a:hover::after,
.industry-switch .btn:hover::after,
.jump-links .btn:hover::after,
.page-jumps .btn:hover::after,
.edop-launch:hover::after {
  color: #fff !important;
  transform: translate(4px, -50%) !important;
}

.site-header .nav-cta,
.site-header .btn.nav-cta {
  justify-content: center !important;
}

.news-center .news-board {
  display: block !important;
}

.news-center .news-story-grid {
  grid-template-columns: minmax(420px, .92fr) repeat(2, minmax(260px, .54fr)) !important;
  grid-auto-rows: 178px !important;
  align-items: stretch !important;
  gap: 14px !important;
  margin-bottom: 0 !important;
}

.news-center .news-story:first-child {
  grid-row: span 2 !important;
  min-height: 370px !important;
  grid-template-rows: 210px 1fr !important;
}

.news-center .news-story:first-child div {
  padding: 16px 18px 18px !important;
}

.news-center .news-story:first-child h3 {
  margin: 7px 0 8px !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
}

.news-center .news-story:first-child p {
  font-size: 13.5px !important;
  line-height: 1.65 !important;
}

.news-center .news-story:not(:first-child) {
  grid-template-columns: minmax(132px, 44%) 1fr !important;
  min-height: 178px !important;
}

.news-center .news-story:not(:first-child) div {
  padding: 13px 14px !important;
}

.news-center .news-story:not(:first-child) h3 {
  margin: 5px 0 6px !important;
  font-size: 16px !important;
  line-height: 1.28 !important;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-center .news-story:not(:first-child) p {
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.news-center .news-filterbar {
  width: fit-content !important;
  max-width: 100% !important;
  gap: 6px !important;
  padding: 6px !important;
  margin-bottom: 18px !important;
  border-radius: 8px !important;
}

.news-center .news-filterbar button {
  min-width: 92px !important;
  min-height: 40px !important;
  padding: 0 14px !important;
  border-radius: 5px !important;
  font-size: 14px !important;
}

.news-center-pager,
.news-center .news-center-pager {
  grid-column: 1 / -1 !important;
  clear: both !important;
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
  justify-content: center !important;
  margin: 30px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.news-center-pager button {
  min-width: 96px !important;
}

@media (max-width: 920px) {
  .news-center .news-story-grid {
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
  }

  .news-center .news-story:first-child {
    grid-row: auto !important;
    min-height: 0 !important;
  }
}

/* Release polish: fixed bar, sharper action buttons, compact product copy and news detail. */
.site-header {
  top: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 10px 28px oklch(35% .06 250 / .08) !important;
}

.nav-wrap {
  width: min(1240px, calc(100% - 48px)) !important;
  min-height: 70px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.nav a,
.nav-parent {
  min-height: 70px !important;
  padding: 0 14px !important;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.nav a:hover,
.nav a.active,
.nav-parent:hover,
.nav-group:hover .nav-parent {
  color: var(--color-accent) !important;
  border-bottom-color: var(--color-accent) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.site-header .nav-cta,
.site-header .btn.nav-cta {
  min-height: 42px !important;
  padding: 0 18px !important;
  border-radius: 4px !important;
  border: 1px solid oklch(82% .07 250 / .78) !important;
  border-left: 3px solid var(--color-signal) !important;
  background: linear-gradient(90deg, rgba(246, 250, 255, .98), rgba(255, 255, 255, .95)) !important;
  color: var(--color-ink) !important;
  box-shadow: none !important;
}

.site-header .nav-cta:hover,
.site-header .btn.nav-cta:hover {
  border-color: oklch(70% .13 255 / .92) !important;
  border-left-color: var(--color-signal) !important;
  background: linear-gradient(90deg, #061528, #102a4f) !important;
  color: #fff !important;
}

.ops-console {
  min-height: 500px !important;
}

.ops-main {
  grid-template-columns: minmax(0, 1.08fr) minmax(236px, .92fr) !important;
  height: 458px !important;
}

.plant-map {
  min-height: 458px !important;
}

.station {
  width: 74px !important;
  min-height: 58px !important;
  padding: 9px 8px !important;
}

.station strong {
  font-size: 15px !important;
  line-height: 1 !important;
}

.station span {
  font-size: 11px !important;
}

.station-plan { left: 11% !important; top: 166px !important; }
.station-mes { left: 42% !important; top: 166px !important; }
.station-qms { right: 3% !important; top: 166px !important; }
.station-iot { left: 22% !important; top: 265px !important; }
.station-bi { left: 43% !important; top: 265px !important; }
.station-wms { right: 2% !important; top: 265px !important; }

.ops-card {
  padding: 16px 18px !important;
}

.ops-card h3 {
  font-size: 18px !important;
  line-height: 1.24 !important;
}

.ops-card p {
  font-size: 13.5px !important;
  line-height: 1.55 !important;
}

.signal-list {
  gap: 6px !important;
  margin-top: 10px !important;
}

.signal-list span {
  padding: 6px 0 !important;
  font-size: 12px !important;
}

.product-page .hero-actions {
  gap: 10px !important;
}

.product-action-row {
  gap: 10px !important;
}

.product-action-row .btn {
  min-width: 0 !important;
  min-height: 46px !important;
  padding: 0 42px 0 20px !important;
  font-size: 15px !important;
}

.product-position .section-desc,
.tuanzi-section .section-desc {
  max-width: 980px !important;
  text-wrap: pretty;
}

.product-position .section-head,
.tuanzi-section .section-head {
  grid-template-columns: minmax(0, 1fr) auto !important;
}

.product-position .section-head > div,
.tuanzi-section .section-head > div {
  min-width: 0 !important;
}

.demo-status {
  margin-top: 14px !important;
}

.demo-status.success,
.demo-status.error {
  display: grid !important;
  gap: 4px !important;
  padding: 15px 16px !important;
  border-radius: 6px !important;
  box-shadow: 0 18px 46px oklch(52% .13 150 / .12) !important;
}

.demo-status.success {
  border: 1px solid oklch(77% .15 150 / .45) !important;
  border-left: 4px solid oklch(62% .17 150) !important;
  background: linear-gradient(90deg, oklch(96% .04 150), #fff) !important;
  color: oklch(33% .11 150) !important;
}

.demo-status.error {
  border: 1px solid oklch(76% .18 35 / .45) !important;
  border-left: 4px solid var(--color-signal) !important;
  background: linear-gradient(90deg, oklch(97% .04 50), #fff) !important;
  color: oklch(39% .12 35) !important;
}

.demo-status strong {
  font-size: 16px !important;
}

.demo-status span {
  font-size: 13px !important;
}

.news-story {
  color: inherit !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.news-center .wrap {
  width: min(1320px, calc(100% - 48px)) !important;
}

.news-center .section-title {
  font-size: clamp(38px, 3.2vw, 52px) !important;
}

.news-center .news-board {
  width: 100% !important;
}

.news-center-pager {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  justify-content: center !important;
  margin: 26px auto 0 !important;
}

.news-detail-shell {
  padding-top: 110px !important;
}

.news-detail {
  width: min(920px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
  padding: 36px 0 80px !important;
}

.back-link {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 38px !important;
  padding: 0 14px !important;
  margin-bottom: 24px !important;
  border: 1px solid oklch(82% .07 250 / .8) !important;
  color: var(--color-ink) !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, .8) !important;
}

.news-detail-head {
  padding: 30px !important;
  border: 1px solid oklch(82% .07 250 / .75) !important;
  border-top: 4px solid var(--color-accent) !important;
  background: rgba(255, 255, 255, .86) !important;
  box-shadow: 0 24px 70px oklch(39% .08 255 / .10) !important;
}

.news-detail-head h1 {
  margin: 10px 0 12px !important;
  font-size: clamp(30px, 4vw, 48px) !important;
  line-height: 1.16 !important;
}

.news-detail-head p,
.news-detail-content {
  font-size: 16px !important;
  line-height: 1.85 !important;
}

.news-detail-meta {
  display: flex !important;
  gap: 16px !important;
  color: var(--color-muted) !important;
  font-size: 13px !important;
}

.news-detail-cover {
  display: block !important;
  width: 100% !important;
  max-height: 460px !important;
  object-fit: cover !important;
  margin: 22px 0 !important;
  border: 1px solid oklch(82% .07 250 / .75) !important;
}

.news-detail-content {
  padding: 30px !important;
  border: 1px solid oklch(82% .07 250 / .72) !important;
  background: rgba(255, 255, 255, .9) !important;
}

.news-detail-content img {
  max-width: 100% !important;
  height: auto !important;
}

.news-detail-empty {
  padding: 28px !important;
  border: 1px solid oklch(82% .07 250 / .75) !important;
  background: rgba(255, 255, 255, .9) !important;
}

@media (max-width: 920px) {
  .site-header {
    border-radius: 0 !important;
  }

  .nav-wrap {
    width: min(100% - 28px, 720px) !important;
    min-height: 64px !important;
  }

  .ops-main {
    height: auto !important;
  }

  .product-position .section-head,
  .tuanzi-section .section-head {
    grid-template-columns: 1fr !important;
  }
}

/* Final visual pass: homepage hero image, unified nav CTA, media-safe news layouts. */
.site-header .nav-cta,
.site-header .btn.nav-cta {
  min-height: 70px !important;
  padding: 0 10px !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 2px solid var(--color-signal) !important;
  background: transparent !important;
  color: var(--color-ink) !important;
  box-shadow: none !important;
  letter-spacing: 0 !important;
}

.site-header .nav-cta::after,
.site-header .btn.nav-cta::after {
  display: none !important;
}

.site-header .nav-cta:hover,
.site-header .btn.nav-cta:hover {
  background: transparent !important;
  color: var(--color-accent) !important;
  border-bottom-color: var(--color-accent) !important;
}

.home-hero-visual {
  display: block !important;
  min-height: 462px !important;
  border-radius: 0 !important;
  border: 1px solid oklch(78% .08 252 / .72) !important;
  background: #eef6ff !important;
  box-shadow: 0 30px 90px oklch(36% .10 255 / .16) !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

.home-hero-visual::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .18), transparent 36%),
    linear-gradient(0deg, rgba(4, 18, 38, .28), transparent 42%) !important;
  pointer-events: none !important;
}

.home-hero-visual::after {
  content: "" !important;
  position: absolute !important;
  left: -18% !important;
  right: -18% !important;
  bottom: 24% !important;
  z-index: 2 !important;
  height: 2px !important;
  background: linear-gradient(90deg, transparent, rgba(0, 166, 255, .96), rgba(255, 121, 0, .9), transparent) !important;
  filter: drop-shadow(0 0 12px rgba(0, 166, 255, .45)) !important;
  animation: consoleRail 4.8s linear infinite !important;
}

.home-hero-visual img {
  width: 100% !important;
  height: 100% !important;
  min-height: 462px !important;
  object-fit: cover !important;
  transform: scale(1.015) !important;
  animation: heroImageDrift 8s ease-in-out infinite alternate !important;
}

@keyframes heroImageDrift {
  from { transform: scale(1.015) translate3d(-4px, 0, 0); }
  to { transform: scale(1.055) translate3d(6px, -3px, 0); }
}

.home-hero-visual figcaption {
  position: absolute !important;
  left: 22px !important;
  right: 22px !important;
  bottom: 22px !important;
  z-index: 3 !important;
  display: grid !important;
  gap: 6px !important;
  padding: 16px 18px !important;
  border-left: 3px solid var(--color-signal) !important;
  background: linear-gradient(90deg, rgba(3, 14, 31, .78), rgba(3, 14, 31, .42)) !important;
  color: #fff !important;
  backdrop-filter: blur(10px) !important;
}

.home-hero-visual figcaption span {
  color: oklch(78% .15 250) !important;
  font: 800 12px/1 var(--font-mono) !important;
  letter-spacing: .08em !important;
}

.home-hero-visual figcaption strong {
  font-size: clamp(20px, 2vw, 26px) !important;
  line-height: 1.24 !important;
}

.hero-float {
  position: absolute !important;
  z-index: 4 !important;
  display: grid !important;
  gap: 2px !important;
  min-width: 118px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(184, 215, 255, .46) !important;
  background: rgba(5, 18, 38, .62) !important;
  color: #fff !important;
  backdrop-filter: blur(9px) !important;
}

.hero-float b {
  color: #fff !important;
  font-size: 24px !important;
  line-height: 1 !important;
}

.hero-float span {
  color: rgba(232, 242, 255, .82) !important;
  font-size: 12px !important;
}

.hero-float-a {
  top: 24px !important;
  left: 22px !important;
  animation: floatPulse 4.4s ease-in-out infinite !important;
}

.hero-float-b {
  top: 96px !important;
  right: 22px !important;
  animation: floatPulse 4.4s ease-in-out .8s infinite !important;
}

@keyframes floatPulse {
  0%, 100% { transform: translateY(0); border-color: rgba(184, 215, 255, .46); }
  50% { transform: translateY(-6px); border-color: rgba(255, 121, 0, .72); }
}

.home-news-board {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.home-news-board .news-story {
  min-height: 356px !important;
  grid-template-rows: 132px 1fr !important;
  border-radius: 8px !important;
}

.home-news-board .news-story img,
.news-center .news-story img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  background: linear-gradient(135deg, #eaf3ff, #f7fbff) !important;
}

.home-news-board .news-story div {
  padding: 16px 16px 18px !important;
}

.home-news-board .news-story h3 {
  margin: 7px 0 !important;
  font-size: 18px !important;
  line-height: 1.32 !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.home-news-board .news-story p {
  font-size: 13px !important;
  line-height: 1.62 !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
}

.news-story time,
.news-story b {
  font-size: 12px !important;
  line-height: 1.2 !important;
}

.news-detail-head h1 {
  font-size: clamp(30px, 3.2vw, 44px) !important;
  line-height: 1.18 !important;
  max-width: 860px !important;
}

.news-detail-content {
  display: grid !important;
  gap: 18px !important;
}

.news-detail-content p {
  margin: 0 !important;
}

.article-media,
.news-detail-content figure {
  margin: 4px 0 !important;
  padding: 0 !important;
  border: 1px solid oklch(82% .07 250 / .72) !important;
  background: #f7fbff !important;
  overflow: hidden !important;
}

.article-media img,
.news-detail-content img {
  display: block !important;
  width: 100% !important;
  max-height: 520px !important;
  object-fit: cover !important;
}

.article-video,
.news-detail-content video {
  display: block !important;
  width: 100% !important;
  max-height: 520px !important;
  border: 1px solid oklch(82% .07 250 / .72) !important;
  background: #071326 !important;
}

.news-detail-content a {
  color: var(--color-accent) !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

@media (max-width: 1120px) {
  .home-news-board {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .home-news-board {
    grid-template-columns: 1fr !important;
  }

  .home-hero-visual,
  .home-hero-visual img {
    min-height: 360px !important;
  }

  .hero-float {
    display: none !important;
  }
}

/* Release pass: calmer nav CTA and stronger media/news presentation. */
.site-header .nav-cta,
.site-header .btn.nav-cta {
  min-height: 42px !important;
  padding: 0 18px !important;
  border: 1px solid oklch(81% .055 248 / .9) !important;
  border-left: 1px solid oklch(81% .055 248 / .9) !important;
  border-right: 2px solid var(--color-signal) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(105deg, oklch(98% .012 245 / .92), oklch(96% .018 245 / .82)) !important;
  color: var(--color-ink) !important;
  box-shadow: 0 12px 28px oklch(28% .06 250 / .08) !important;
}

.site-header .nav-cta:hover,
.site-header .btn.nav-cta:hover {
  color: var(--color-accent) !important;
  border-color: oklch(76% .095 250 / .95) !important;
  border-left-color: oklch(76% .095 250 / .95) !important;
  border-right-color: var(--color-signal) !important;
  background: #fff !important;
  transform: translateY(-1px) !important;
}

.site-header .nav-cta::before,
.site-header .btn.nav-cta::before {
  display: none !important;
  content: none !important;
  width: 0 !important;
}

.news-story[hidden],
.news-card[hidden],
.news-story.is-filter-hidden,
.news-card.is-filter-hidden {
  display: none !important;
}

.news-center .news-board {
  display: block !important;
}

.news-center .news-story-grid {
  display: grid !important;
  grid-template-columns: minmax(410px, 1.08fr) minmax(260px, .72fr) minmax(260px, .72fr) !important;
  grid-auto-rows: 176px !important;
  gap: 16px !important;
  align-items: stretch !important;
}

.news-center .news-story {
  display: grid !important;
  grid-template-columns: 45% 55% !important;
  grid-template-rows: none !important;
  min-height: 176px !important;
  height: 100% !important;
  border-radius: 8px !important;
  background:
    linear-gradient(135deg, rgba(21, 87, 255, .045), rgba(255, 255, 255, .92) 46%),
    #fff !important;
}

.news-center .news-story:first-child {
  grid-row: span 2 !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: 54% 46% !important;
  min-height: 368px !important;
}

.news-center .news-story img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
}

.news-center .news-story div {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  padding: 14px 16px !important;
}

.news-center .news-story time,
.news-center .news-story b {
  font-size: 11px !important;
}

.news-center .news-story h3 {
  margin: 8px 0 6px !important;
  font-size: 17px !important;
  line-height: 1.3 !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.news-center .news-story:first-child h3 {
  font-size: clamp(22px, 2vw, 28px) !important;
  line-height: 1.22 !important;
}

.news-center .news-story p {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.58 !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.news-center .news-story:first-child p {
  font-size: 14px !important;
  -webkit-line-clamp: 3 !important;
}

.news-center-pager,
.news-center .news-pager {
  display: flex !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 28px auto 0 !important;
  justify-content: center !important;
  clear: both !important;
}

.news-detail-cover {
  height: auto !important;
  max-height: 420px !important;
  object-fit: cover !important;
}

.news-detail-content iframe {
  width: 100% !important;
  min-height: 420px !important;
  border: 1px solid oklch(82% .07 250 / .72) !important;
}

.article-attachment {
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 16px 18px !important;
  border: 1px solid oklch(82% .07 250 / .72) !important;
  border-left: 3px solid var(--color-accent) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(135deg, rgba(21, 87, 255, .06), transparent 52%),
    #fff !important;
  color: var(--color-ink) !important;
  text-decoration: none !important;
  box-shadow: 0 14px 32px oklch(24% .05 250 / .06) !important;
}

/* Final news-center balance: keep every card visually equal and move the pager below the list. */
.news-center .wrap,
.news-center .news-board {
  max-width: 1120px !important;
  margin-inline: auto !important;
}

.news-center .news-story-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-auto-rows: auto !important;
  gap: 16px !important;
  align-items: stretch !important;
}

.news-center .news-story,
.news-center .news-story:first-child {
  grid-column: auto !important;
  grid-row: auto !important;
  display: grid !important;
  grid-template-columns: 42% 58% !important;
  grid-template-rows: none !important;
  min-height: 188px !important;
  height: 100% !important;
}

.news-center .news-story img,
.news-center .news-story:first-child img {
  width: 100% !important;
  height: 100% !important;
  min-height: 188px !important;
  object-fit: cover !important;
}

.news-center .news-story div,
.news-center .news-story:first-child div {
  padding: 18px 20px !important;
}

.news-center .news-story h3,
.news-center .news-story:first-child h3 {
  margin: 8px 0 8px !important;
  font-size: clamp(18px, 1.28vw, 21px) !important;
  line-height: 1.32 !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.news-center .news-story p,
.news-center .news-story:first-child p {
  font-size: 13px !important;
  line-height: 1.58 !important;
  -webkit-line-clamp: 2 !important;
}

.news-center .news-pager,
.news-center-pager {
  margin: 26px auto 0 !important;
  justify-content: center !important;
  width: max-content !important;
  max-width: 100% !important;
}

@media (max-width: 1080px) {
  .news-center .news-story-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 680px) {
  .news-center .news-story,
  .news-center .news-story:first-child {
    grid-template-columns: 1fr !important;
    grid-template-rows: 170px auto !important;
    min-height: 0 !important;
  }

  .news-center .news-story img,
  .news-center .news-story:first-child img {
    height: 170px !important;
    min-height: 170px !important;
  }
}

/* Mobile navigation release fix. Keep this final so it wins over older page-level rules. */
@media (max-width: 1100px) {
  body.nav-open {
    overflow: hidden !important;
  }

  .site-header {
    height: 64px !important;
    z-index: 1000 !important;
    overflow: visible !important;
  }

  .site-header .nav-wrap,
  .nav-wrap {
    position: relative !important;
    width: calc(100% - 24px) !important;
    max-width: none !important;
    height: 64px !important;
    gap: 10px !important;
    justify-content: space-between !important;
  }

  .site-header .brand,
  .brand {
    flex: 0 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  .site-header .brand img,
  .brand img {
    height: 24px !important;
    max-width: 168px !important;
    object-fit: contain !important;
  }

  .site-header .menu-btn,
  .menu-btn {
    position: relative !important;
    z-index: 1002 !important;
    display: inline-flex !important;
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 1px solid rgba(125, 183, 255, .52) !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, .94) !important;
    box-shadow: 0 10px 24px rgba(8, 28, 66, .08) !important;
  }

  .site-header .menu-btn span,
  .menu-btn span {
    width: 18px !important;
    height: 2px !important;
    margin: 3px auto !important;
    background: #071428 !important;
    transition: transform .18s ease, opacity .18s ease !important;
  }

  .site-header .menu-btn.is-open span:nth-child(1),
  .menu-btn.is-open span:nth-child(1) {
    transform: translateY(5px) rotate(45deg) !important;
  }

  .site-header .menu-btn.is-open span:nth-child(2),
  .menu-btn.is-open span:nth-child(2) {
    opacity: 0 !important;
  }

  .site-header .menu-btn.is-open span:nth-child(3),
  .menu-btn.is-open span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg) !important;
  }

  .site-header .nav,
  .nav {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    top: 72px !important;
    bottom: auto !important;
    display: none !important;
    max-height: calc(100vh - 88px) !important;
    overflow-y: auto !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 6px !important;
    padding: 12px !important;
    border: 1px solid rgba(125, 183, 255, .42) !important;
    border-radius: 0 !important;
    background:
      linear-gradient(135deg, rgba(255,255,255,.98), rgba(244,249,255,.96)) !important;
    box-shadow: 0 28px 70px rgba(7, 20, 40, .22) !important;
    z-index: 1001 !important;
    font-size: 15px !important;
  }

  .site-header .nav.open,
  .nav.open {
    display: flex !important;
  }

  .site-header .nav > a,
  .site-header .nav-parent,
  .nav > a,
  .nav-parent {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 46px !important;
    width: 100% !important;
    padding: 0 14px !important;
    border: 1px solid rgba(125, 183, 255, .24) !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #101827 !important;
    line-height: 1.2 !important;
  }

  .site-header .nav > a.active,
  .site-header .nav-parent.active,
  .nav > a.active,
  .nav-parent.active {
    color: #1557ff !important;
    border-color: rgba(21, 87, 255, .36) !important;
    background: linear-gradient(90deg, rgba(21,87,255,.08), rgba(255,255,255,.96)) !important;
  }

  .site-header .nav-group,
  .nav-group {
    display: block !important;
    width: 100% !important;
    position: static !important;
  }

  .site-header .nav-parent::after,
  .nav-parent::after {
    flex: 0 0 auto !important;
    margin-left: 10px !important;
  }

  .site-header .submenu,
  .submenu {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin: 6px 0 2px !important;
    padding: 8px !important;
    border: 1px solid rgba(125, 183, 255, .22) !important;
    border-radius: 0 !important;
    background: rgba(245, 249, 255, .96) !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .site-header .submenu::before,
  .submenu::before {
    display: none !important;
  }

  .site-header .nav .submenu a,
  .nav .submenu a {
    min-height: 50px !important;
    padding: 8px 10px !important;
    grid-template-columns: 30px minmax(0, 1fr) 16px !important;
    border-radius: 0 !important;
    background: #fff !important;
  }

  .site-header .nav .submenu a span,
  .nav .submenu a span {
    max-width: none !important;
  }

  .site-header .nav-cta,
  .site-header .btn.nav-cta,
  .site-header .nav-wrap > .btn.primary,
  .nav-wrap > .btn.primary {
    display: none !important;
  }

  .site-header .nav::after,
  .nav::after {
    content: "预约交流";
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 4px;
    color: #fff;
    border: 1px solid #1557ff;
    background: linear-gradient(90deg, #1557ff, #0f4ee6 72%, #ff7900);
    font-weight: 900;
  }
}

@media (max-width: 520px) {
  .site-header .brand img,
  .brand img {
    height: 22px !important;
    max-width: 142px !important;
  }

  .site-header .nav,
  .nav {
    left: 10px !important;
    right: 10px !important;
    top: 68px !important;
    padding: 10px !important;
  }
}

/* Absolute final homepage/news overrides. */
.entry-head img {
  width: min(250px, 58vw) !important;
  height: auto !important;
  max-height: 46px !important;
  object-fit: contain !important;
}

.logo-tabs {
  grid-template-columns: minmax(0, 1.55fr) minmax(0, .9fr) minmax(0, .92fr) !important;
  gap: 16px !important;
}

.logo-category:nth-child(3) .logo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.logo-category:nth-child(3) .logo-tile {
  height: 78px !important;
}

.news-center .wrap,
.news-center .news-board {
  max-width: 1120px !important;
}

.news-center .news-story-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-auto-rows: auto !important;
  gap: 16px !important;
  align-items: stretch !important;
}

.news-center .news-story,
.news-center .news-story:first-child {
  grid-column: auto !important;
  grid-row: auto !important;
  display: grid !important;
  grid-template-columns: 42% 58% !important;
  grid-template-rows: none !important;
  min-height: 188px !important;
  height: 100% !important;
}

.news-center .news-story img,
.news-center .news-story:first-child img {
  width: 100% !important;
  height: 100% !important;
  min-height: 188px !important;
  object-fit: cover !important;
}

.news-center .news-story div,
.news-center .news-story:first-child div {
  padding: 18px 20px !important;
}

.news-center .news-story h3,
.news-center .news-story:first-child h3 {
  margin: 8px 0 8px !important;
  font-size: clamp(18px, 1.28vw, 21px) !important;
  line-height: 1.32 !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.news-center .news-story p,
.news-center .news-story:first-child p {
  font-size: 13px !important;
  line-height: 1.58 !important;
  -webkit-line-clamp: 2 !important;
}

@media (max-width: 980px) {
  .logo-tabs,
  .news-center .news-story-grid {
    grid-template-columns: 1fr !important;
  }

  .logo-category:nth-child(3) .logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .news-center .news-story,
  .news-center .news-story:first-child {
    grid-template-columns: 1fr !important;
    grid-template-rows: 170px auto !important;
    min-height: 0 !important;
  }

  .news-center .news-story img,
  .news-center .news-story:first-child img {
    height: 170px !important;
    min-height: 170px !important;
  }
}

/* Homepage client wall and news center polish. */
.logo-tabs {
  grid-template-columns: minmax(0, 1.55fr) minmax(0, .9fr) minmax(0, .92fr) !important;
  gap: 16px !important;
}

.logo-category:nth-child(3) .logo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.logo-category:nth-child(3) .logo-tile {
  height: 78px !important;
}

.entry-head img {
  width: min(250px, 58vw) !important;
  max-height: 46px !important;
  object-fit: contain !important;
}

.news-center .wrap,
.news-center .news-board {
  max-width: 1120px !important;
}

.news-center .news-story-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.news-center .news-story,
.news-center .news-story:first-child {
  grid-template-columns: 42% 58% !important;
  grid-template-rows: none !important;
  min-height: 188px !important;
}

.news-center .news-story img,
.news-center .news-story:first-child img {
  height: 100% !important;
  min-height: 188px !important;
}

.news-center .news-story div,
.news-center .news-story:first-child div {
  padding: 18px 20px !important;
}

.news-center .news-story h3,
.news-center .news-story:first-child h3 {
  font-size: clamp(18px, 1.28vw, 21px) !important;
  line-height: 1.32 !important;
}

.news-center .news-story p,
.news-center .news-story:first-child p {
  font-size: 13px !important;
  line-height: 1.58 !important;
  -webkit-line-clamp: 2 !important;
}

@media (max-width: 980px) {
  .logo-tabs,
  .news-center .news-story-grid {
    grid-template-columns: 1fr !important;
  }

  .logo-category:nth-child(3) .logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .news-center .news-story,
  .news-center .news-story:first-child {
    grid-template-columns: 1fr !important;
    grid-template-rows: 170px auto !important;
  }

  .news-center .news-story img,
  .news-center .news-story:first-child img {
    height: 170px !important;
    min-height: 170px !important;
  }
}

.scenario-hero h1 {
  font-size: clamp(34px, 3.1vw, 48px) !important;
  line-height: 1.12 !important;
}

.scenario-hero h1 .gradient-text {
  display: block !important;
}

.site-header .submenu,
.submenu {
  width: min(520px, calc(100vw - 32px)) !important;
}

.site-header .nav .submenu a span,
.nav .submenu a span {
  line-height: 1.35 !important;
  max-width: 390px !important;
}

.article-attachment span {
  display: inline-grid !important;
  place-items: center !important;
  min-width: 54px !important;
  min-height: 34px !important;
  padding: 0 10px !important;
  background: var(--color-ink) !important;
  color: #fff !important;
  font-family: var(--font-mono) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.article-attachment strong {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-size: 15px !important;
}

.article-attachment em {
  color: var(--color-accent) !important;
  font-style: normal !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.article-video-card {
  background: #071326 !important;
}

/* Compact article reading page: keep CMS news/media polished instead of poster-sized. */
.news-detail-shell {
  padding-top: 54px !important;
}

.news-detail {
  width: min(1040px, calc(100% - 40px)) !important;
  padding: 12px 0 58px !important;
}

.back-link {
  min-height: 42px !important;
  margin-bottom: 16px !important;
  padding: 0 16px !important;
  border-radius: 0 !important;
  border-color: oklch(78% .08 250 / .75) !important;
  border-left: 3px solid var(--color-accent) !important;
  background:
    linear-gradient(90deg, rgba(21, 87, 255, .08), transparent 60%),
    rgba(255, 255, 255, .92) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.news-detail-head {
  padding: 24px 26px !important;
  border-top-width: 3px !important;
  background:
    linear-gradient(135deg, rgba(21, 87, 255, .06), transparent 54%),
    rgba(255, 255, 255, .94) !important;
}

.news-detail-head.has-cover {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 320px !important;
  gap: 24px !important;
  align-items: stretch !important;
}

.news-detail-copy {
  min-width: 0 !important;
}

.news-detail-head h1 {
  margin: 10px 0 10px !important;
  max-width: 720px !important;
  font-size: clamp(25px, 2.6vw, 36px) !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
}

.news-detail-head p {
  max-width: 760px !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

.news-detail-cover-wrap {
  margin: 0 !important;
  min-height: 210px !important;
  border: 1px solid oklch(82% .07 250 / .72) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background:
    linear-gradient(135deg, rgba(21, 87, 255, .08), transparent 58%),
    #f4f8fd !important;
}

.news-detail-cover {
  max-height: 280px !important;
  height: 100% !important;
  min-height: 210px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
}

.news-detail-content {
  padding: 24px 26px !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}

.news-detail-content .article-media {
  margin: 18px 0 !important;
  border: 1px solid oklch(82% .07 250 / .72) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: #fff !important;
}

.news-detail-content .article-media img,
.news-detail-content .article-media video {
  display: block !important;
  width: 100% !important;
  max-height: 420px !important;
  object-fit: contain !important;
  background: #f5f8fc !important;
}

@media (max-width: 1160px) {
  .news-center .news-story-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 760px) {
  .news-detail {
    width: min(100% - 28px, 720px) !important;
  }

  .news-detail-head.has-cover {
    grid-template-columns: 1fr !important;
  }

  .news-detail-cover-wrap,
  .news-detail-cover {
    min-height: 180px !important;
  }

  .news-center .news-story-grid,
  .news-center .news-story,
  .news-center .news-story:first-child {
    grid-template-columns: 1fr !important;
    grid-template-rows: 180px auto !important;
    min-height: auto !important;
  }
}

/* About page contrast tune-up. */
.about-command,
.company-system {
  color: #eef6ff !important;
}

.about-command-top span,
.about-command-top b,
.system-top span,
.system-top b {
  color: #95c8ff !important;
}

.snapshot-core {
  background:
    radial-gradient(circle at 12% 16%, rgba(0, 166, 255, .20), transparent 34%),
    rgba(8, 24, 47, .92) !important;
}

.snapshot-core strong,
.system-core strong,
.system-lane b,
.snapshot-metrics b,
.system-metrics b {
  color: #fff !important;
}

.snapshot-core p,
.system-lane span,
.snapshot-metrics span,
.system-core span,
.system-metrics span {
  color: #d6e7ff !important;
  opacity: 1 !important;
}

.snapshot-core span {
  color: #ff8a32 !important;
}

/* Shared nav and title cleanup for all standalone pages. */
.site-header .nav {
  gap: 2px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.hero h1,
.product-hero h1,
.solution-hero h1,
.page-title h1 {
  font-size: clamp(34px, 3.55vw, 50px) !important;
  line-height: 1.14 !important;
  overflow-wrap: normal !important;
}

.hero h1 .gradient-text,
.product-hero h1 .gradient-text,
.solution-hero h1 .gradient-text,
.page-title h1 .gradient-text {
  display: block !important;
}

.site-header .submenu {
  width: 430px !important;
  padding: 12px !important;
  border-radius: 0 !important;
  background:
    linear-gradient(90deg, rgba(21,87,255,.08), rgba(255,121,0,.06)),
    #fff !important;
  border: 1px solid rgba(125, 183, 255, .34) !important;
}

.site-header .submenu::before {
  left: 10px !important;
  right: 10px !important;
  top: 0 !important;
  height: 3px !important;
  background: linear-gradient(90deg, var(--color-accent, #1557ff), #00a6ff, var(--color-signal, #ff7900)) !important;
}

.site-header .nav .submenu a {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) 18px !important;
  align-items: center !important;
  min-height: 62px !important;
  padding: 10px 12px 10px 10px !important;
  gap: 4px 10px !important;
  border: 1px solid transparent !important;
  background: rgba(255,255,255,.72) !important;
}

.site-header .nav .submenu a + a {
  margin-top: 6px !important;
}

.site-header .nav .submenu a strong {
  grid-column: 2;
  display: block;
  color: #101827;
  font-size: 15px;
  line-height: 1.2;
}

.site-header .nav .submenu a span {
  grid-column: 2;
  display: block;
  color: #5d6b80;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.site-header .nav .submenu a::before {
  grid-row: 1 / span 2;
  color: #7a8aa3 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

.site-header .nav .submenu a:nth-child(1)::before { content: "01" !important; }
.site-header .nav .submenu a:nth-child(2)::before { content: "02" !important; }
.site-header .nav .submenu a:nth-child(3)::before { content: "03" !important; }
.site-header .nav .submenu a:nth-child(4)::before { content: "04" !important; }

.site-header .nav .submenu a::after {
  content: ">" !important;
  grid-column: 3;
  grid-row: 1 / span 2;
  justify-self: end;
  color: #8a9ab2;
}

.site-header .nav .submenu a:hover,
.site-header .nav .submenu a.active {
  color: var(--color-accent, #1557ff) !important;
  border-color: rgba(21,87,255,.24) !important;
  background:
    linear-gradient(90deg, rgba(21,87,255,.1), rgba(0,166,255,.04) 58%, rgba(255,121,0,.08)),
    #fff !important;
  transform: translateX(3px) !important;
}

@media (max-width: 920px) {
  .site-header .submenu {
    width: auto !important;
  }

  .site-header .nav .submenu a {
    grid-template-columns: 30px minmax(0, 1fr) 16px !important;
    min-height: 52px !important;
  }
}

/* Last-mile overrides for this release. Keep these at the end. */
.scenario-hero h1 {
  font-size: clamp(34px, 3.1vw, 48px) !important;
  line-height: 1.12 !important;
}

.scenario-hero h1 .gradient-text {
  display: block !important;
}

.site-header .submenu,
.submenu {
  width: min(520px, calc(100vw - 32px)) !important;
}

.site-header .nav .submenu a span,
.nav .submenu a span {
  line-height: 1.35 !important;
  max-width: 390px !important;
}

.entry-head img {
  width: min(250px, 58vw) !important;
  height: auto !important;
  max-height: 46px !important;
  object-fit: contain !important;
}

.logo-tabs {
  grid-template-columns: minmax(0, 1.55fr) minmax(0, .9fr) minmax(0, .92fr) !important;
  gap: 16px !important;
}

.logo-category:nth-child(3) .logo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.logo-category:nth-child(3) .logo-tile {
  height: 78px !important;
}

.industry-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin-top: 12px !important;
}

.industry-tags em {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 24px !important;
  padding: 3px 8px !important;
  border: 1px solid rgba(142, 199, 255, .34) !important;
  background: rgba(255, 255, 255, .08) !important;
  color: inherit !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.industry-row .industry-tags {
  margin-top: 10px !important;
  gap: 5px !important;
}

.industry-row .industry-tags em {
  border-color: rgba(21, 87, 255, .18) !important;
  background: rgba(21, 87, 255, .055) !important;
  color: #1557ff !important;
}

.news-center .wrap,
.news-center .news-board {
  max-width: 1120px !important;
  margin-inline: auto !important;
}

.news-center .news-story-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-auto-rows: auto !important;
  gap: 16px !important;
  align-items: stretch !important;
}

.news-center .news-story,
.news-center .news-story:first-child {
  grid-column: auto !important;
  grid-row: auto !important;
  display: grid !important;
  grid-template-columns: 42% 58% !important;
  grid-template-rows: none !important;
  min-height: 188px !important;
  height: 100% !important;
}

.news-center .news-story img,
.news-center .news-story:first-child img {
  width: 100% !important;
  height: 100% !important;
  min-height: 188px !important;
  object-fit: cover !important;
}

.news-center .news-story div,
.news-center .news-story:first-child div {
  padding: 18px 20px !important;
}

.news-center .news-story h3,
.news-center .news-story:first-child h3 {
  margin: 8px 0 8px !important;
  font-size: clamp(18px, 1.28vw, 21px) !important;
  line-height: 1.32 !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.news-center .news-story p,
.news-center .news-story:first-child p {
  font-size: 13px !important;
  line-height: 1.58 !important;
  -webkit-line-clamp: 2 !important;
}

.news-center .news-pager,
.news-center-pager {
  margin: 26px auto 0 !important;
  justify-content: center !important;
  width: max-content !important;
  max-width: 100% !important;
}

@media (max-width: 1080px) {
  .news-center .news-story-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 980px) {
  .logo-tabs {
    grid-template-columns: 1fr !important;
  }

  .logo-category:nth-child(3) .logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .news-center .news-story,
  .news-center .news-story:first-child {
    grid-template-columns: 1fr !important;
    grid-template-rows: 170px auto !important;
    min-height: 0 !important;
  }

  .news-center .news-story img,
  .news-center .news-story:first-child img {
    height: 170px !important;
    min-height: 170px !important;
  }
}
