:root {
  --bg: #061018;
  --bg-deep: #03090e;
  --panel: #0a1720;
  --line: rgba(163, 226, 211, 0.13);
  --line-strong: rgba(45, 226, 176, 0.34);
  --text: #f4fbf8;
  --muted: #91a9a3;
  --green: #2de2b0;
  --green-bright: #58f3c5;
  --cyan: #3bc8ff;
  --header-height: 76px;
  --container: 1220px;
  --radius: 24px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", system-ui, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}
html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
}
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
}
body.menu-open {
  overflow: hidden;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.page-atmosphere {
  position: fixed;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.atmosphere-grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: linear-gradient(rgba(83, 163, 146, 0.09) 1px, transparent 1px), linear-gradient(90deg, rgba(83, 163, 146, 0.09) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
.atmosphere-glow {
  position: absolute;
  width: 52vw;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(130px);
  opacity: 0.11;
}
.glow-one {
  top: -20%;
  left: -20%;
  background: var(--green);
}
.glow-two {
  right: -25%;
  bottom: -30%;
  background: var(--cyan);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    backdrop-filter 220ms ease;
}
.site-header.scrolled {
  border-color: var(--line);
  background: rgba(3, 10, 15, 0.82);
  backdrop-filter: blur(18px);
}
.header-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 40px), var(--container));
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand-mark {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: linear-gradient(145deg, #53f0a5, #16b783 62%, #087c66);
  box-shadow: 0 10px 28px rgba(30, 213, 154, 0.24);
}
.brand-mark i {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: white;
  transform: rotate(-42deg);
}
.brand-mark i:nth-child(1) {
  width: 7px;
  height: 25px;
  left: 11px;
  top: 5px;
}
.brand-mark i:nth-child(2) {
  width: 7px;
  height: 21px;
  right: 9px;
  bottom: 4px;
}
.brand-mark i:nth-child(3) {
  width: 19px;
  height: 7px;
  left: 10px;
  top: 16px;
}
.brand-copy {
  display: grid;
  line-height: 1;
}
.brand-copy strong {
  font-size: 17px;
  letter-spacing: 0.08em;
}
.brand-copy small {
  margin-top: 6px;
  color: #6f8e87;
  font-family: Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
}
.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 38px;
}
.site-nav a {
  position: relative;
  padding: 27px 0 25px;
  color: #b5c6c1;
  font-size: 14px;
  transition: color 180ms ease;
}
.site-nav a::after {
  position: absolute;
  right: 50%;
  bottom: 17px;
  left: 50%;
  height: 2px;
  border-radius: 99px;
  background: var(--green);
  content: "";
  transition:
    right 180ms ease,
    left 180ms ease;
}
.site-nav a:hover,
.site-nav a:focus-visible {
  color: white;
}
.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  right: 0;
  left: 0;
}
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: rgba(45, 226, 176, 0.08);
  color: var(--green-bright);
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 180ms ease,
    background 180ms ease;
}
.header-cta:hover {
  transform: translateY(-2px);
  background: rgba(45, 226, 176, 0.15);
}
.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 920px;
  padding: calc(var(--header-height) + 94px) 0 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero::before {
  position: absolute;
  top: 14%;
  left: 50%;
  width: 940px;
  height: 940px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(28, 207, 159, 0.075), transparent 64%);
  content: "";
  transform: translateX(-6%);
}
.hero-orbit {
  position: absolute;
  border: 1px solid rgba(78, 226, 190, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
.orbit-one {
  top: 108px;
  right: -210px;
  width: 720px;
  height: 720px;
}
.orbit-two {
  top: 200px;
  right: -102px;
  width: 500px;
  height: 500px;
}
.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(540px, 1.12fr);
  align-items: center;
  gap: 56px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(45, 226, 176, 0.2);
  border-radius: 999px;
  background: rgba(45, 226, 176, 0.055);
  color: #a7ccc2;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.eyebrow span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow:
    0 0 0 5px rgba(45, 226, 176, 0.1),
    0 0 18px var(--green);
}
.hero h1 {
  max-width: 680px;
  margin: 28px 0 24px;
  font-size: clamp(52px, 5.3vw, 82px);
  line-height: 1.08;
  letter-spacing: -0.065em;
}
.hero h1 span {
  display: block;
  margin-top: 7px;
  background: linear-gradient(92deg, var(--green-bright), #16dbd0 46%, var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 10px 28px rgba(45, 226, 176, 0.12));
}
.hero-lead {
  max-width: 610px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}
.hero-actions .button {
  font-size: 16px;
}
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 22px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}
.button:hover {
  transform: translateY(-3px);
}
.button-primary {
  background: linear-gradient(135deg, #49efbd, #1ed59d);
  color: #042017;
  box-shadow: 0 14px 38px rgba(30, 213, 157, 0.2);
}
.button-primary:hover {
  box-shadow: 0 18px 46px rgba(30, 213, 157, 0.3);
}
.button-ghost {
  border: 1px solid rgba(171, 226, 213, 0.2);
  background: rgba(255, 255, 255, 0.025);
  color: #d8e8e4;
}
.button-ghost i {
  width: 8px;
  height: 8px;
  border: 2px solid var(--green);
  border-radius: 50%;
}
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
  color: #6f9189;
  font-size: 12px;
}
.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-proof span::before {
  color: var(--green);
  content: "✓";
}

.hero-stage {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  perspective: 1400px;
}
.stage-glow {
  position: absolute;
  width: 80%;
  height: 70%;
  border-radius: 50%;
  background: rgba(17, 225, 170, 0.1);
  filter: blur(110px);
}
.dashboard {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(124, 224, 202, 0.18);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(15, 35, 44, 0.96), rgba(4, 13, 19, 0.98)), var(--panel);
  box-shadow:
    var(--shadow),
    inset 0 1px rgba(255, 255, 255, 0.04);
  transform: rotateY(-7deg) rotateX(3deg);
  transform-style: preserve-3d;
  transition: transform 400ms ease;
}
.hero-stage:hover .dashboard {
  transform: rotateY(-3deg) rotateX(1deg) translateY(-4px);
}
.dashboard-topbar {
  height: 48px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 18px;
  border-bottom: 1px solid rgba(163, 226, 211, 0.09);
  background: rgba(255, 255, 255, 0.015);
}
.window-dots {
  display: flex;
  gap: 6px;
}
.window-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #526b65;
}
.window-dots i:first-child {
  background: var(--green);
}
.dashboard-title {
  color: #a6bbb6;
  font-size: 12px;
  letter-spacing: 0.13em;
}
.live-status {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--green-bright);
  font-family: Consolas, monospace;
  font-size: 12px;
}
.live-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px var(--green);
  animation: pulse 1.8s infinite;
}
.dashboard-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(163, 226, 211, 0.09);
}
.dashboard-kpis > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 10px;
  padding: 18px 20px;
  border-right: 1px solid rgba(163, 226, 211, 0.09);
}
.dashboard-kpis > div:last-child {
  border-right: 0;
}
.dashboard-kpis small {
  grid-column: 1/-1;
  color: #6f8d86;
  font-size: 12px;
}
.dashboard-kpis strong {
  font-family: "DIN Alternate", Consolas, monospace;
  font-size: 24px;
}
.dashboard-kpis strong em {
  color: var(--green);
  font-size: 12px;
  font-style: normal;
}
.dashboard-kpis span {
  align-self: end;
  color: var(--green);
  font-size: 12px;
}
.dashboard-body {
  display: grid;
  grid-template-columns: 1.28fr 0.72fr;
  min-height: 316px;
}
.process-panel,
.chart-panel {
  min-width: 0;
  padding: 20px;
}
.process-panel {
  border-right: 1px solid rgba(163, 226, 211, 0.09);
}
.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #a9c0ba;
  font-size: 12px;
}
.panel-heading small {
  color: #42645c;
  font-family: Consolas, monospace;
  font-size: 12px;
}
.process-flow {
  position: relative;
  height: 238px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 14px;
  padding-top: 26px;
}
.flow-line {
  position: absolute;
  top: 50%;
  right: 12%;
  left: 12%;
  height: 1px;
  overflow: hidden;
  background: rgba(64, 224, 183, 0.16);
}
.flow-line i {
  position: absolute;
  width: 28%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  animation: scan-line 3.2s linear infinite;
}
.flow-node {
  position: relative;
  z-index: 1;
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: center;
  column-gap: 8px;
  padding: 10px;
  border: 1px solid rgba(149, 215, 200, 0.12);
  border-radius: 10px;
  background: #0a1820;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}
.flow-node:nth-of-type(5),
.flow-node:nth-of-type(6) {
  transform: translateX(55%);
}
.flow-node b {
  grid-row: 1/3;
  align-self: center;
  color: var(--green);
  font-family: Consolas, monospace;
  font-size: 12px;
}
.flow-node span {
  font-size: 12px;
  font-weight: 700;
}
.flow-node small {
  color: #49665f;
  font-family: Consolas, monospace;
  font-size: 12px;
}
.flow-node.active {
  border-color: rgba(45, 226, 176, 0.4);
  background: linear-gradient(145deg, rgba(45, 226, 176, 0.14), #0a1820);
  box-shadow: 0 0 28px rgba(45, 226, 176, 0.08);
}
.chart-area {
  position: relative;
  height: 240px;
  margin-top: 20px;
  overflow: hidden;
}
.chart-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(164, 221, 208, 0.07) 1px, transparent 1px);
  background-size: 100% 25%;
}
.chart-bars {
  position: absolute;
  inset: 20px 0 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  gap: 6px;
}
.chart-bars i {
  width: 12px;
  height: var(--bar);
  border-radius: 4px 4px 1px 1px;
  background: linear-gradient(to top, rgba(45, 226, 176, 0.06), rgba(45, 226, 176, 0.38));
}
.chart-line {
  position: absolute;
  inset: 0;
}
.chart-line::before {
  position: absolute;
  right: 3%;
  bottom: 35%;
  left: 3%;
  height: 40%;
  border-top: 2px solid var(--cyan);
  border-radius: 50%;
  opacity: 0.65;
  content: "";
  transform: rotate(-8deg);
}
.chart-line i {
  position: absolute;
  width: 5px;
  height: 5px;
  border: 1px solid #c9f5ff;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 9px var(--cyan);
}
.chart-line i:nth-child(1) {
  left: 5%;
  bottom: 42%;
}
.chart-line i:nth-child(2) {
  left: 20%;
  bottom: 44%;
}
.chart-line i:nth-child(3) {
  left: 35%;
  bottom: 48%;
}
.chart-line i:nth-child(4) {
  left: 50%;
  bottom: 51%;
}
.chart-line i:nth-child(5) {
  left: 64%;
  bottom: 55%;
}
.chart-line i:nth-child(6) {
  left: 79%;
  bottom: 59%;
}
.chart-line i:nth-child(7) {
  right: 4%;
  bottom: 65%;
}
.floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  border: 1px solid rgba(145, 225, 207, 0.2);
  border-radius: 14px;
  background: rgba(8, 23, 30, 0.92);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}
.card-efficiency {
  right: -24px;
  bottom: 42px;
  gap: 12px;
  padding: 12px 16px 12px 12px;
  animation: float-card 5s ease-in-out infinite;
}
.ring-meter {
  position: relative;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--green) 0 92%, rgba(255, 255, 255, 0.08) 92%);
}
.ring-meter::after {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0a1920;
  content: "";
}
.ring-meter i {
  z-index: 1;
  font-family: Consolas, monospace;
  font-size: 12px;
  font-style: normal;
}
.card-efficiency div {
  display: grid;
  gap: 4px;
}
.card-efficiency small {
  color: #78958e;
  font-size: 12px;
}
.card-efficiency strong {
  font-size: 12px;
}
.card-trace {
  top: 88px;
  left: -28px;
  gap: 9px;
  padding: 11px 13px;
  color: #b8d1cb;
  font-size: 12px;
  animation: float-card 4.4s ease-in-out -1.5s infinite;
}
.card-trace > i {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
}
.card-trace b {
  padding-left: 8px;
  border-left: 1px solid var(--line);
  color: var(--green);
  font-size: 12px;
}

.hero-stats {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 62px;
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(to bottom, rgba(14, 31, 40, 0.82), rgba(7, 18, 25, 0.72));
  backdrop-filter: blur(14px);
}
.hero-stats > div {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-right: 1px solid var(--line);
}
.hero-stats > div:last-child {
  border-right: 0;
}
.hero-stats strong {
  font-family: "DIN Alternate", Consolas, monospace;
  font-size: 34px;
}
.hero-stats em {
  color: var(--green);
  font-size: 15px;
  font-style: normal;
}
.hero-stats span {
  color: var(--muted);
  font-size: 16px;
}
.signal-strip {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #07131a;
}
.signal-track {
  width: max-content;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 28px;
  color: #637f78;
  font-family: Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  animation: marquee 28s linear infinite;
}
.signal-track i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 9px var(--green);
}

.section {
  position: relative;
  padding: 72px 0 84px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.65fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 64px;
}
.section-index {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--green);
  font-family: Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.section-heading h2,
.about-copy h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(38px, 4.3vw, 62px);
  line-height: 1.14;
  letter-spacing: -0.05em;
}
.section-heading > p,
.about-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.values-section {
  background: linear-gradient(to bottom, rgba(45, 226, 176, 0.018), transparent 28%), var(--bg-deep);
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.value-card {
  position: relative;
  min-height: 330px;
  padding: 34px 28px;
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.012);
  transition:
    background 240ms ease,
    transform 240ms ease;
}
.value-card::after {
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(45, 226, 176, 0.13);
  border-radius: 50%;
  content: "";
  transition:
    transform 300ms ease,
    border-color 300ms ease;
}
.value-card:hover {
  z-index: 1;
  background: linear-gradient(145deg, rgba(45, 226, 176, 0.1), rgba(255, 255, 255, 0.015));
  transform: translateY(-8px);
}
.value-card:hover::after {
  border-color: rgba(45, 226, 176, 0.36);
  transform: scale(1.18);
}
.value-number {
  display: block;
  color: #38554e;
  font-family: Consolas, monospace;
  font-size: 12px;
}
.value-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-top: 46px;
  border: 1px solid rgba(45, 226, 176, 0.22);
  border-radius: 14px;
  background: rgba(45, 226, 176, 0.06);
  color: var(--green-bright);
  font-family: Georgia, serif;
  font-size: 23px;
  font-style: normal;
}
.value-card h3 {
  margin: 25px 0 12px;
  font-size: 19px;
}
.value-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.products-section {
  padding-top: 72px;
  background: #07131a;
}
.product-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.925fr 0.925fr;
  gap: 18px;
}
.product-card {
  position: relative;
  min-height: 610px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(18, 39, 49, 0.9), rgba(7, 18, 25, 0.94));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.14);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}
.product-card:hover {
  border-color: var(--line-strong);
}
.product-card.featured {
  background: radial-gradient(circle at 90% 90%, rgba(45, 226, 176, 0.12), transparent 36%), linear-gradient(160deg, rgba(16, 47, 53, 0.95), rgba(7, 18, 25, 0.96));
}
.product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-code {
  color: var(--green);
  font-family: Consolas, monospace;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.product-top small {
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #7d9a93;
  font-size: 12px;
}
.product-card h3 {
  margin: 28px 0 15px;
  font-size: 25px;
}
.product-card > p {
  min-height: 78px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}
.product-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.product-card li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #b5c9c4;
  font-size: 14px;
}
.product-card li::before {
  color: var(--green);
  content: "↗";
}
.product-visual {
  position: absolute;
  right: 24px;
  bottom: 26px;
  left: 24px;
  height: 210px;
  overflow: hidden;
  border: 1px solid rgba(151, 221, 205, 0.11);
  border-radius: 16px;
  background: rgba(2, 10, 14, 0.5);
}
.erp-visual {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-content: end;
  gap: 12px;
  padding: 30px;
}
.erp-visual::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(45, 226, 176, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(45, 226, 176, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
}
.erp-visual span {
  position: relative;
  z-index: 1;
  height: 70px;
  border: 1px solid rgba(45, 226, 176, 0.26);
  border-radius: 10px;
  background: linear-gradient(to top, rgba(45, 226, 176, 0.18), rgba(45, 226, 176, 0.02));
}
.erp-visual span:nth-child(2) {
  height: 112px;
}
.erp-visual span:nth-child(3) {
  height: 148px;
}
.erp-visual i {
  position: absolute;
  z-index: 2;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 16px var(--green);
  animation: erp-node-float 4.4s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}
.erp-visual i:nth-of-type(1) {
  --float-start: 6px;
  --float-end: -8px;
  left: 25%;
  top: 54%;
}
.erp-visual i:nth-of-type(2) {
  --float-start: 4px;
  --float-end: -10px;
  left: 50%;
  top: 35%;
  animation-duration: 5.1s;
  animation-delay: -1.7s;
}
.erp-visual i:nth-of-type(3) {
  --float-start: 7px;
  --float-end: -6px;
  right: 22%;
  top: 16%;
  animation-duration: 4.7s;
  animation-delay: -3.1s;
}
.mes-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.mes-visual i {
  width: 42px;
  height: 100px;
  border: 1px solid rgba(59, 200, 255, 0.22);
  border-radius: 6px;
  background: linear-gradient(to top, rgba(59, 200, 255, 0.2), transparent);
  transform: skewY(-12deg);
}
.mes-visual i:nth-child(2) {
  height: 130px;
}
.mes-visual i:nth-child(3) {
  height: 82px;
}
.mes-visual i:nth-child(4) {
  height: 150px;
}
.mes-visual span {
  position: absolute;
  right: 20px;
  left: 20px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  box-shadow: 0 0 14px var(--cyan);
  animation: vertical-scan 3s linear infinite;
}
.saas-visual {
  display: grid;
  place-items: center;
}
.saas-visual span {
  z-index: 2;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  background: rgba(45, 226, 176, 0.1);
  color: var(--green-bright);
  font-size: 14px;
  box-shadow: 0 0 38px rgba(45, 226, 176, 0.09);
}
.saas-visual i {
  position: absolute;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(45, 226, 176, 0.1);
  border-radius: 50%;
  animation: orbit 9s linear infinite;
}
.saas-visual i:nth-of-type(2) {
  width: 190px;
  height: 100px;
  border-color: rgba(59, 200, 255, 0.11);
  animation-duration: 12s;
  animation-direction: reverse;
}
.saas-visual i:nth-of-type(3) {
  width: 100px;
  height: 190px;
  animation-duration: 14s;
}

.solutions-section {
  overflow: hidden;
  background: radial-gradient(circle at 0 50%, rgba(45, 226, 176, 0.055), transparent 30%), var(--bg-deep);
}
.solution-tabs {
  display: flex;
  border-bottom: 1px solid var(--line);
}
.solution-tabs button {
  flex: 1;
  padding: 18px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: #718d86;
  cursor: pointer;
  transition:
    color 180ms ease,
    background 180ms ease;
}
.solution-tabs button:last-child {
  border-right: 0;
}
.solution-tabs button:hover,
.solution-tabs button.active {
  background: rgba(45, 226, 176, 0.06);
  color: var(--green-bright);
}
.solution-panels {
  min-height: 440px;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 22px 22px;
  background: linear-gradient(110deg, rgba(45, 226, 176, 0.065), transparent 40%), rgba(7, 21, 27, 0.75);
}
.solution-panel {
  min-height: 440px;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: center;
  gap: 80px;
  padding: 58px 64px;
}
.solution-panel[hidden] {
  display: none;
}
.solution-copy > span {
  color: var(--green);
  font-family: Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.solution-copy h3 {
  margin: 18px 0 14px;
  font-size: 38px;
  letter-spacing: -0.04em;
}
.solution-copy strong {
  display: block;
  color: #c3d9d3;
  font-size: 14px;
}
.solution-copy p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}
.solution-panel ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: solution-feature;
}
.solution-panel li {
  position: relative;
  padding: 18px 10px 18px 48px;
  border-bottom: 1px solid var(--line);
  color: #b8cdc7;
  font-size: 14px;
  counter-increment: solution-feature;
}
.solution-panel li::before {
  position: absolute;
  left: 8px;
  color: var(--green);
  font-family: Consolas, monospace;
  content: "0" counter(solution-feature);
}

.cases-section {
  background: #07131a;
}
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.case-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(7, 19, 25, 0.78);
  transition:
    transform 220ms ease,
    border-color 220ms ease;
}
.case-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-8px);
}
.case-visual {
  position: relative;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.case-visual::before,
.case-visual::after {
  position: absolute;
  content: "";
}
.case-visual::before {
  right: -10%;
  bottom: -35%;
  width: 80%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50% 50% 0 0;
  transform: rotate(-20deg);
}
.case-visual::after {
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom right, black, transparent);
}
.case-one {
  background: linear-gradient(145deg, #14382f, #09151a 65%);
}
.case-two {
  background: linear-gradient(145deg, #183344, #09151a 65%);
}
.case-three {
  background: linear-gradient(145deg, #392a23, #0c1517 65%);
}
.case-visual span,
.case-visual strong {
  position: relative;
  z-index: 2;
}
.case-visual span {
  color: rgba(255, 255, 255, 0.48);
  font-family: Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.case-visual strong {
  max-width: 160px;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -0.05em;
}
.case-visual i {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 18%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  box-shadow:
    0 0 0 10px rgba(45, 226, 176, 0.08),
    0 0 28px var(--green);
}
.case-content {
  padding: 28px;
}
.case-content small {
  color: var(--green);
  font-size: 12px;
}
.case-content h3 {
  margin: 13px 0 12px;
  font-size: 21px;
}
.case-content p {
  min-height: 70px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.case-content > a {
  display: inline-block;
  margin-top: 18px;
  color: #bcd2cc;
  font-size: 12px;
}
.case-content h3 > a,
.insight-featured h3 > a,
.insight-list h3 > a {
  color: inherit;
  transition: color 180ms ease;
}
.case-content h3 > a:hover,
.case-content h3 > a:focus-visible,
.insight-featured h3 > a:hover,
.insight-featured h3 > a:focus-visible,
.insight-list h3 > a:hover,
.insight-list h3 > a:focus-visible {
  color: var(--green);
}
.case-visual:focus-visible,
.insight-cover-link:focus-visible,
.article-graphic-link:focus-visible,
.insight-list-cover:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: -3px;
}

.insights-section {
  background: var(--bg-deep);
}
.insight-grid {
  display: grid;
  gap: 18px;
}
.insight-featured {
  position: relative;
  min-height: 420px;
  padding: 40px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: radial-gradient(circle at 80% 80%, rgba(45, 226, 176, 0.1), transparent 35%), #091820;
}
.insight-meta {
  display: flex;
  justify-content: space-between;
  color: #6d8a83;
  font-family: Consolas, monospace;
  font-size: 12px;
}
.insight-meta span {
  color: var(--green);
}
.insight-featured h3 {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 52px 0 18px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.26;
  letter-spacing: -0.04em;
}
.insight-featured > p {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}
.insight-featured > .insight-read-link {
  position: absolute;
  z-index: 3;
  bottom: 38px;
  left: 40px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green-bright);
  font-size: 12px;
}
.article-graphic {
  position: absolute;
  right: -24px;
  bottom: -26px;
  width: 260px;
  height: 220px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(45, 226, 176, 0.12);
  border-radius: 50% 0 0 0;
  opacity: 0.55;
}
.article-graphic b {
  color: rgba(45, 226, 176, 0.22);
  font-family: Consolas, monospace;
  font-size: 74px;
  transform: rotate(-12deg);
}
.article-graphic i {
  position: absolute;
  border: 1px solid rgba(45, 226, 176, 0.2);
  border-radius: 50%;
}
.article-graphic i:nth-of-type(1) {
  width: 90px;
  height: 90px;
}
.article-graphic i:nth-of-type(2) {
  width: 150px;
  height: 150px;
}
.article-graphic i:nth-of-type(3) {
  width: 210px;
  height: 210px;
}
.insight-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--line);
}
.insight-list article {
  min-height: 286px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 22px 16px;
  padding: 28px;
  background: rgba(8, 21, 28, 0.96);
}
.insight-list article.has-cover {
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto 1fr;
}
.insight-list article > time {
  grid-column: 1;
}
.insight-list article > div:not(.insight-list-cover) {
  grid-column: 1;
  min-width: 0;
}
.insight-list article > .insight-arrow-link {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
}
.insight-list article.has-cover > .insight-arrow-link {
  grid-row: 3;
}
.insight-list time {
  color: #54736b;
  font-family: Consolas, monospace;
  font-size: 12px;
}
.insight-list span {
  color: var(--green);
  font-size: 12px;
}
.insight-list h3 {
  margin: 7px 0;
  font-size: 17px;
}
.insight-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.insight-list article > .insight-arrow-link {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--green);
}
.insight-list-cover {
  grid-column: 1/-1;
  width: 100%;
  height: 154px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg-deep);
}
.insight-list-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-section {
  background: #07131a;
}
.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
  gap: 70px;
}
.about-copy {
  padding-top: 24px;
}
.about-copy h2 {
  margin-bottom: 32px;
}
.about-copy > p + p {
  margin-top: 18px;
}
.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}
.about-tags span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #9bb4ae;
  font-size: 12px;
}
.contact-card {
  position: relative;
  padding: 42px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  background: radial-gradient(circle at 100% 0, rgba(45, 226, 176, 0.14), transparent 34%), linear-gradient(155deg, #10292d, #08171e 70%);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.22);
}
.contact-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--green);
  font-family: Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.contact-top i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px var(--green);
}
.contact-card h3 {
  margin: 38px 0 18px;
  font-size: 38px;
  line-height: 1.22;
  letter-spacing: -0.04em;
}
.contact-card > p {
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.contact-list {
  display: grid;
}
.contact-list .contact-item {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.contact-list span,
.contact-list small {
  color: #76938c;
  font-size: 12px;
}
.contact-list strong {
  font-family: Consolas, monospace;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.final-cta {
  position: relative;
  padding: 128px 0;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(rgba(6, 16, 24, 0.65), rgba(6, 16, 24, 0.82)), repeating-linear-gradient(90deg, rgba(45, 226, 176, 0.08) 0 1px, transparent 1px 80px), linear-gradient(120deg, #0a2a29, #062030 65%, #07131a);
}
.final-cta::before,
.final-cta::after {
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(45, 226, 176, 0.12);
  border-radius: 50%;
  content: "";
}
.final-cta::before {
  top: -340px;
  left: -120px;
}
.final-cta::after {
  right: -160px;
  bottom: -360px;
}
.final-cta .container {
  position: relative;
  z-index: 2;
}
.final-cta .container > span {
  color: var(--green);
  font-family: Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
}
.final-cta h2 {
  margin: 22px 0;
}
.final-cta p {
  max-width: 620px;
  margin: 0 auto 34px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.site-footer {
  padding: 54px 0 28px;
  border-top: 1px solid var(--line);
  background: #030a0f;
}
.footer-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 50px;
}
.footer-main > p {
  margin: 0;
  color: #607a73;
  font-size: 14px;
  line-height: 1.7;
}
.footer-main nav {
  display: flex;
  gap: 24px;
  color: #829b95;
  font-size: 12px;
}
.footer-company strong {
  font-size: 15px;
  letter-spacing: 0.03em;
}
.footer-company small {
  letter-spacing: 0.08em;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(163, 226, 211, 0.08);
  color: #48625c;
  font-family: Consolas, monospace;
  font-size: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
@keyframes pulse {
  50% {
    opacity: 0.35;
    transform: scale(0.78);
  }
}
@keyframes scan-line {
  from {
    left: -30%;
  }
  to {
    left: 110%;
  }
}
@keyframes vertical-scan {
  from {
    top: 8%;
  }
  to {
    top: 92%;
  }
}
@keyframes float-card {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes orbit {
  to {
    transform: rotate(360deg);
  }
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
@keyframes erp-node-float {
  0%,
  100% {
    opacity: 0.78;
    transform: translate3d(0, var(--float-start), 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(0, var(--float-end), 0);
  }
}

@media (max-width: 1120px) {
  .site-nav {
    gap: 24px;
  }
  .hero-layout {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 30px;
  }
  .hero h1 {
    font-size: clamp(46px, 5vw, 64px);
  }
  .dashboard {
    transform: scale(0.93) rotateY(-5deg);
  }
  .card-trace {
    left: -10px;
  }
  .card-efficiency {
    right: -4px;
  }
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-card {
    padding: 26px;
  }
  .about-grid {
    gap: 40px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 68px;
  }
  .header-inner {
    grid-template-columns: auto 1fr auto;
  }
  .header-cta {
    display: none;
  }
  .menu-toggle {
    justify-self: end;
    width: 42px;
    height: 42px;
    display: grid;
    align-content: center;
    gap: 7px;
    padding: 0 10px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
    cursor: pointer;
  }
  .menu-toggle span {
    height: 1px;
    background: #d7e7e3;
    transition: transform 180ms ease;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }
  .site-nav {
    position: fixed;
    top: var(--header-height);
    right: 0;
    left: 0;
    max-height: 0;
    display: grid;
    gap: 0;
    overflow: hidden;
    border-bottom: 1px solid transparent;
    background: rgba(3, 10, 15, 0.97);
    opacity: 0;
    transition:
      max-height 260ms ease,
      opacity 200ms ease,
      border-color 200ms ease;
  }
  .site-nav.open {
    max-height: 430px;
    border-color: var(--line);
    opacity: 1;
  }
  .site-nav a {
    padding: 17px 24px;
    border-top: 1px solid rgba(163, 226, 211, 0.06);
  }
  .site-nav a::after {
    display: none;
  }
  .hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 62px);
  }
  .hero-layout {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    max-width: 720px;
  }
  .hero-stage {
    min-height: 540px;
  }
  .dashboard {
    width: min(700px, 94%);
    transform: rotateY(-3deg) rotateX(2deg);
  }
  .hero-stats {
    margin-top: 34px;
  }
  .section {
    padding: 60px 0 72px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .product-card {
    min-height: 560px;
  }
  .solution-panel {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 44px;
  }
  .case-grid {
    grid-template-columns: 1fr;
  }
  .case-card {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
  }
  .case-visual {
    height: 100%;
    min-height: 270px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }
  .insight-grid {
    grid-template-columns: 1fr;
  }
  .insight-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .footer-main {
    grid-template-columns: 1fr auto;
  }
  .footer-main > p {
    grid-column: 1/-1;
    grid-row: 2;
  }
}

@media (max-width: 620px) {
  .container,
  .header-inner {
    width: min(calc(100% - 28px), var(--container));
  }
  .brand-copy small {
    display: none;
  }
  .hero {
    padding-top: calc(var(--header-height) + 48px);
  }
  .eyebrow {
    font-size: 12px;
  }
  .hero h1 {
    margin-top: 22px;
    font-size: clamp(40px, 12vw, 56px);
  }
  .hero-lead {
    font-size: 15px;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .button {
    padding: 0 14px;
    font-size: 14px;
  }
  .hero-proof {
    gap: 12px 18px;
  }
  .hero-stage {
    min-height: 460px;
    margin: 10px -16px 0;
  }
  .dashboard {
    width: 100%;
    border-radius: 16px;
    transform: scale(0.92);
  }
  .dashboard-body {
    grid-template-columns: 1fr;
  }
  .chart-panel {
    display: none;
  }
  .process-panel {
    border-right: 0;
  }
  .dashboard-kpis > div {
    padding: 14px 10px;
  }
  .dashboard-kpis strong {
    font-size: 18px;
  }
  .card-trace {
    top: 34px;
    left: 8px;
  }
  .card-efficiency {
    right: 8px;
    bottom: 16px;
  }
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-stats > div {
    min-height: 90px;
    border-bottom: 1px solid var(--line);
  }
  .hero-stats > div:nth-child(2) {
    border-right: 0;
  }
  .hero-stats > div:nth-child(3),
  .hero-stats > div:nth-child(4) {
    border-bottom: 0;
  }
  .hero-stats strong {
    font-size: 28px;
  }
  .section {
    padding: 82px 0;
  }
  .section-heading {
    margin-bottom: 42px;
  }
  .section-heading h2,
  .about-copy h2,
  .final-cta h2 {
    font-size: clamp(34px, 10vw, 48px);
  }
  .value-grid {
    grid-template-columns: 1fr;
  }
  .value-card {
    min-height: 270px;
  }
  .product-card {
    min-height: 590px;
  }
  .solution-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .solution-tabs button {
    border-bottom: 1px solid var(--line);
  }
  .solution-panel {
    padding: 34px 24px;
  }
  .solution-copy h3 {
    font-size: 32px;
  }
  .case-card {
    display: block;
  }
  .case-visual {
    height: 240px;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .insight-featured {
    min-height: 500px;
    padding: 28px;
  }
  .insight-featured > .insight-read-link {
    bottom: 28px;
    left: 28px;
  }
  .insight-list {
    grid-template-columns: 1fr;
  }
  .insight-list article {
    min-height: 230px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 24px 20px;
  }
  .insight-list article.has-cover {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .insight-list-cover {
    height: 180px;
    border-radius: 8px;
  }
  .contact-card {
    padding: 28px 22px;
  }
  .contact-list .contact-item {
    grid-template-columns: 54px 1fr;
  }
  .contact-list small {
    display: none;
  }
  .final-cta {
    padding: 96px 0;
  }
  .footer-main {
    grid-template-columns: 1fr;
  }
  .footer-main nav {
    flex-wrap: wrap;
  }
  .footer-main > p {
    grid-column: auto;
    grid-row: auto;
  }
  .footer-bottom {
    display: grid;
    gap: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* 主页第二版视觉系统：数字制造中枢 */
:root {
  --bg: #03080d;
  --bg-deep: #020609;
  --panel: #07141a;
  --line: rgba(177, 225, 215, 0.12);
  --line-strong: rgba(65, 241, 192, 0.42);
  --text: #f5fbf9;
  --muted: #8ca49f;
  --green: #39e6ae;
  --green-bright: #76f7ce;
  --cyan: #37c9ff;
  --container: 1320px;
}

body {
  background: radial-gradient(circle at 12% 4%, rgba(37, 218, 166, 0.08), transparent 26rem), radial-gradient(circle at 92% 14%, rgba(31, 161, 220, 0.07), transparent 32rem), var(--bg);
}

body::before {
  position: fixed;
  z-index: 80;
  top: calc(var(--pointer-y, -200px) - 170px);
  left: calc(var(--pointer-x, -200px) - 170px);
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(83, 242, 195, 0.055), transparent 68%);
  content: "";
  pointer-events: none;
  mix-blend-mode: screen;
}

.page-atmosphere {
  z-index: 0;
}
.atmosphere-grid {
  opacity: 0.26;
  background-image: linear-gradient(rgba(86, 139, 130, 0.075) 1px, transparent 1px), linear-gradient(90deg, rgba(86, 139, 130, 0.075) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: radial-gradient(circle at 52% 18%, black, transparent 68%);
}
.atmosphere-glow {
  opacity: 0.075;
}
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  height: 86px;
}
.site-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: var(--scroll-progress, 0%);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--green), var(--cyan));
  box-shadow: 0 0 12px rgba(57, 230, 174, 0.7);
  content: "";
}
.site-header.scrolled {
  border-color: rgba(176, 225, 214, 0.1);
  background: rgba(2, 8, 12, 0.76);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.16);
}
.brand-logo {
  width: 42px;
  height: 42px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 11px 3px 11px 3px;
  object-fit: cover;
  box-shadow: 0 12px 34px rgba(38, 207, 145, 0.25);
}
.brand-mark {
  border-radius: 11px 3px 11px 3px;
}
.site-nav {
  gap: 44px;
}
.site-nav a {
  color: #a8bbb6;
  letter-spacing: 0.03em;
}
.site-nav a::after {
  right: 100%;
  left: 0;
  background: linear-gradient(90deg, var(--green), var(--cyan));
}
.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  right: 0;
  left: 0;
}
.header-cta {
  border-radius: 3px 12px 3px 12px;
  background: linear-gradient(135deg, rgba(57, 230, 174, 0.14), rgba(55, 201, 255, 0.04));
}

.hero {
  min-height: auto;
  padding: calc(var(--header-height) + 82px) 0 0;
  isolation: isolate;
  border-bottom-color: rgba(176, 225, 214, 0.1);
  background: linear-gradient(90deg, rgba(3, 9, 13, 0.18), rgba(3, 9, 13, 0.74) 48%, rgba(3, 9, 13, 0.2)), radial-gradient(ellipse at 72% 42%, rgba(30, 213, 163, 0.095), transparent 36%);
}
.hero::before {
  top: -10%;
  left: 54%;
  width: 980px;
  height: 980px;
  border: 1px solid rgba(89, 230, 196, 0.055);
  background: repeating-radial-gradient(circle, transparent 0 80px, rgba(89, 230, 196, 0.045) 81px 82px);
  transform: none;
  animation: hero-radar 18s linear infinite;
}
.hero::after {
  position: absolute;
  z-index: -1;
  top: -30%;
  left: 57%;
  width: 1px;
  height: 130%;
  background: linear-gradient(transparent, rgba(75, 235, 197, 0.34), transparent);
  box-shadow: 0 0 36px rgba(75, 235, 197, 0.18);
  content: "";
  transform: rotate(29deg);
  animation: hero-beam 8s ease-in-out infinite alternate;
}
.hero-network {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.78;
}
.hero-orbit {
  border-color: rgba(83, 231, 196, 0.075);
}
.orbit-one {
  animation: orbit 38s linear infinite;
}
.orbit-two {
  border-style: dashed;
  animation: orbit 28s linear infinite reverse;
}

.hero-layout {
  grid-template-columns: minmax(0, 1.04fr) minmax(540px, 0.96fr);
  gap: 36px;
}
.hero-copy {
  position: relative;
  z-index: 5;
}
.hero-copy.visible {
  animation: hero-copy-enter 920ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero-copy::before {
  position: absolute;
  top: -38px;
  bottom: -38px;
  left: -24px;
  width: 1px;
  background: linear-gradient(transparent, rgba(68, 230, 188, 0.45) 18%, rgba(68, 230, 188, 0.08) 82%, transparent);
  content: "";
}
.eyebrow {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #9fc4ba;
  font-family: Consolas, monospace;
  letter-spacing: 0.08em;
}
.eyebrow::before {
  color: var(--green);
  content: "SYS / 00";
}
.eyebrow span {
  width: 5px;
  height: 5px;
  box-shadow: 0 0 14px var(--green);
}
.hero h1 {
  max-width: 760px;
  margin: 30px 0 26px;
  font-size: clamp(54px, 4.35vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.07em;
}
.hero h1 .title-main {
  display: block;
  margin: 0;
  background: none;
  color: var(--text);
  filter: none;
  text-wrap: balance;
}
.hero h1 .title-accent {
  display: block;
  margin-top: 14px;
  background: linear-gradient(94deg, #6ff6cc 4%, #2cddb0 48%, #39c9ff 94%);
  background-size: 180% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 16px 34px rgba(45, 226, 176, 0.14));
  animation: title-flow 5s ease-in-out infinite alternate;
}
.title-accent i {
  margin: 0 0.12em;
  font-size: 0.62em;
  font-style: normal;
  opacity: 0.52;
  vertical-align: 0.18em;
}
.hero-lead {
  max-width: 620px;
  color: #97aca7;
  font-size: 16px;
}
.hero-actions {
  margin-top: 42px;
}
.button {
  position: relative;
  min-height: 54px;
  overflow: hidden;
  border-radius: 3px 13px 3px 13px;
  isolation: isolate;
}
.button::after {
  display: none;
  content: none;
}
.button-primary {
  background: linear-gradient(110deg, #64f2c4, #27dca7 62%, #29c7b9);
  box-shadow: 0 16px 46px rgba(31, 218, 163, 0.2);
}
.button-ghost {
  border-color: rgba(164, 224, 210, 0.2);
  background: rgba(3, 12, 17, 0.35);
  backdrop-filter: blur(12px);
}
.hero-proof {
  color: #77958d;
  letter-spacing: 0.04em;
}
.hero-proof span::before {
  content: "◇";
}

.hero-stage {
  --stage-rx: 2deg;
  --stage-ry: -5deg;
  --stage-x: 0px;
  --stage-y: 0px;
  min-height: 590px;
  transform-style: preserve-3d;
}
.hero-stage.visible {
  animation: hero-stage-enter 1100ms 120ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
.stage-glow {
  width: 92%;
  height: 64%;
  background: radial-gradient(ellipse, rgba(46, 229, 176, 0.18), rgba(31, 154, 203, 0.04) 48%, transparent 72%);
  filter: blur(82px);
  animation: stage-breathe 5s ease-in-out infinite;
}
.dashboard {
  overflow: hidden;
  border-color: rgba(126, 236, 209, 0.24);
  border-radius: 4px 22px 4px 22px;
  background: linear-gradient(145deg, rgba(12, 33, 40, 0.96), rgba(3, 12, 17, 0.98)), var(--panel);
  box-shadow:
    0 50px 120px rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(255, 255, 255, 0.025) inset,
    0 0 80px rgba(27, 211, 159, 0.05);
  transform: perspective(1100px) translate3d(var(--stage-x), var(--stage-y), 0) rotateX(var(--stage-rx)) rotateY(var(--stage-ry));
  transition:
    transform 180ms ease-out,
    border-color 240ms ease;
}
.hero-stage:hover .dashboard {
  border-color: rgba(126, 236, 209, 0.38);
  transform: perspective(1100px) translate3d(var(--stage-x), var(--stage-y), 16px) rotateX(var(--stage-rx)) rotateY(var(--stage-ry));
}
.dashboard::before {
  position: absolute;
  z-index: 8;
  right: 0;
  left: 0;
  height: 90px;
  background: linear-gradient(transparent, rgba(58, 231, 184, 0.055), rgba(55, 201, 255, 0.12), transparent);
  content: "";
  pointer-events: none;
  animation: dashboard-scan 5.6s linear infinite;
}
.dashboard::after {
  position: absolute;
  z-index: 7;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 100% 4px;
  content: "";
  pointer-events: none;
  opacity: 0.45;
}
.dashboard-topbar {
  background: linear-gradient(90deg, rgba(60, 226, 184, 0.035), rgba(255, 255, 255, 0.012));
}
.window-dots i {
  border-radius: 1px;
}
.dashboard-kpis strong {
  text-shadow: 0 0 28px rgba(77, 231, 193, 0.12);
}
.flow-line i {
  animation-duration: 2.2s;
}
.flow-node {
  border-radius: 3px 10px 3px 10px;
  background: linear-gradient(145deg, rgba(13, 34, 41, 0.98), rgba(6, 19, 25, 0.98));
  transition:
    border-color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}
.flow-node:hover {
  border-color: rgba(57, 230, 174, 0.38);
  transform: translateY(-4px);
  box-shadow:
    0 16px 32px rgba(0, 0, 0, 0.28),
    0 0 24px rgba(57, 230, 174, 0.06);
}
.flow-node:nth-of-type(5):hover,
.flow-node:nth-of-type(6):hover {
  transform: translateX(55%) translateY(-4px);
}
.chart-bars i {
  transform-origin: bottom;
  animation: bar-rise 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.chart-bars i:nth-child(2) {
  animation-delay: 90ms;
}
.chart-bars i:nth-child(3) {
  animation-delay: 180ms;
}
.chart-bars i:nth-child(4) {
  animation-delay: 270ms;
}
.chart-bars i:nth-child(5) {
  animation-delay: 360ms;
}
.chart-bars i:nth-child(6) {
  animation-delay: 450ms;
}
.chart-bars i:nth-child(7) {
  animation-delay: 540ms;
}
.floating-card {
  border-radius: 3px 13px 3px 13px;
}

.hero-stats {
  margin-top: 34px;
  border: 0;
  border-top: 1px solid rgba(171, 226, 213, 0.14);
  border-radius: 0;
  background: rgba(3, 12, 17, 0.36);
  backdrop-filter: blur(18px);
}
.hero-stats > div {
  min-height: 126px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: center;
  justify-content: start;
  gap: 4px 15px;
  padding: 22px 34px;
  border-color: rgba(171, 226, 213, 0.11);
}
.hero-stats small {
  grid-column: 1/-1;
  color: #55716a;
  font-family: Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.13em;
}
.hero-stats strong {
  font-size: 38px;
  line-height: 1;
}
.hero-stats span {
  align-self: end;
  padding-bottom: 3px;
}
.signal-strip {
  position: relative;
  padding: 0 20px;
  overflow: hidden;
  border-top: 1px solid rgba(173, 226, 214, 0.08);
  border-bottom: 1px solid rgba(173, 226, 214, 0.1);
  background: linear-gradient(90deg, #040b10, #07171c 50%, #040b10);
}
.signal-strip::before {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -35%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(61, 230, 185, 0.1), transparent);
  content: "";
  pointer-events: none;
  animation: signal-sweep 7s linear infinite;
}
.signal-track {
  width: min(100%, var(--container));
  min-height: 76px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: stretch;
  gap: 0;
  margin-inline: auto;
  animation: none;
}
.signal-track span {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-right: 1px solid rgba(171, 226, 213, 0.08);
  color: #718c85;
  text-align: center;
  white-space: nowrap;
  transition:
    color 220ms ease,
    background 220ms ease;
}
.signal-track span:first-child {
  border-left: 1px solid rgba(171, 226, 213, 0.08);
}
.signal-track span:hover {
  background: rgba(57, 230, 174, 0.035);
  color: #c2ddd6;
}
.signal-track b {
  color: var(--green);
  font-size: 12px;
  font-weight: 500;
}

.section {
  overflow: clip;
}
.section::before {
  position: absolute;
  top: 0;
  left: max(20px, calc((100% - var(--container)) / 2));
  width: 56px;
  height: 1px;
  background: linear-gradient(90deg, var(--green), transparent);
  content: "";
}
.section-heading {
  position: relative;
}
.section-heading::after {
  position: absolute;
  top: -28px;
  right: 0;
  width: 34%;
  height: 1px;
  background: linear-gradient(90deg, rgba(57, 230, 174, 0.2), transparent);
  content: "";
}
.section-heading h2,
.about-copy h2,
.final-cta h2 {
  text-wrap: balance;
}

.value-card,
.product-card,
.case-card,
.insight-featured,
.insight-list,
.contact-card {
  --spot-x: 50%;
  --spot-y: 50%;
}
.value-card::before,
.product-card::before,
.case-card::before,
.insight-featured::before,
.contact-card::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: radial-gradient(420px circle at var(--spot-x) var(--spot-y), rgba(74, 240, 197, 0.105), transparent 42%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}
.value-card:hover::before,
.product-card:hover::before,
.case-card:hover::before,
.insight-featured:hover::before,
.contact-card:hover::before {
  opacity: 1;
}
.value-card > *,
.product-card > *,
.case-card > *,
.insight-featured > *,
.contact-card > * {
  position: relative;
  z-index: 1;
}
.value-grid {
  border: 0;
  gap: 1px;
  background: rgba(171, 226, 213, 0.1);
}
.value-card {
  border: 0;
  background: #061117;
}
.value-card:hover {
  transform: translateY(-10px);
}
.value-icon {
  border-radius: 3px 12px 3px 12px;
}

.product-grid {
  gap: 1px;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(171, 226, 213, 0.1);
}
.product-card {
  border: 0;
  border-radius: 0;
  background: linear-gradient(155deg, #0a1b22, #061117 68%);
}
.product-card:first-child,
.product-card:last-child {
  border-radius: 0;
}
.product-card:hover {
  z-index: 2;
  box-shadow:
    0 35px 80px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(57, 230, 174, 0.28);
}
.product-visual {
  border-radius: 3px 14px 3px 14px;
}

.solution-tabs {
  gap: 1px;
  border: 0;
  background: rgba(171, 226, 213, 0.1);
}
.solution-tabs button {
  border: 0;
  background: #061117;
  color: #78918b;
  cursor: pointer;
}
.solution-tabs button.active {
  background: linear-gradient(135deg, rgba(57, 230, 174, 0.13), rgba(55, 201, 255, 0.035));
  box-shadow: inset 0 -2px var(--green);
}
.solution-panels {
  border-color: rgba(171, 226, 213, 0.12);
  border-radius: 0 0 4px 18px;
}
.solution-panel.active {
  animation: panel-enter 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.case-grid {
  gap: 1px;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(171, 226, 213, 0.1);
}
.case-card {
  position: relative;
  border: 0;
  border-radius: 0;
  background: #061117;
}
.case-card:first-child,
.case-card:last-child {
  border-radius: 0;
}
.case-card:hover {
  z-index: 2;
  box-shadow:
    0 35px 80px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(57, 230, 174, 0.28);
}
.case-visual {
  filter: saturate(0.78);
  transition:
    filter 500ms ease,
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}
.case-card:hover .case-visual {
  filter: saturate(1.16);
  transform: scale(1.025);
}

.insight-featured,
.insight-list {
  border-radius: 4px 20px 4px 20px;
}
.insight-featured > .article-graphic {
  position: absolute;
}
.contact-card {
  border-radius: 4px 24px 4px 24px;
}
.footer-legal {
  display: flex;
  align-items: center;
  gap: 28px;
}
.footer-legal a {
  color: #78928c;
  transition: color 180ms ease;
}
.footer-legal a:hover {
  color: var(--green-bright);
}

.reveal {
  opacity: 0;
  transform: translateY(36px) scale(0.985);
  transition:
    opacity 850ms ease var(--reveal-delay, 0ms),
    transform 850ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes hero-radar {
  to {
    transform: rotate(360deg);
  }
}
@keyframes hero-beam {
  from {
    opacity: 0.28;
    transform: rotate(27deg) translateX(-120px);
  }
  to {
    opacity: 0.75;
    transform: rotate(31deg) translateX(130px);
  }
}
@keyframes hero-copy-enter {
  from {
    opacity: 0;
    transform: translate3d(-34px, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hero-stage-enter {
  from {
    opacity: 0;
    transform: translate3d(42px, 22px, 0) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes title-flow {
  to {
    background-position: 100% 0;
  }
}
@keyframes stage-breathe {
  50% {
    opacity: 0.65;
    transform: scale(1.08);
  }
}
@keyframes dashboard-scan {
  from {
    top: -100px;
  }
  to {
    top: calc(100% + 100px);
  }
}
@keyframes bar-rise {
  from {
    transform: scaleY(0.05);
    opacity: 0.15;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes signal-sweep {
  to {
    left: 110%;
  }
}
@keyframes panel-enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  .site-nav {
    gap: 25px;
  }
  .hero-layout {
    grid-template-columns: minmax(0, 0.94fr) minmax(500px, 1.06fr);
  }
  .hero h1 {
    font-size: clamp(48px, 5vw, 62px);
  }
  .signal-track {
    grid-template-columns: repeat(3, 1fr);
  }
  .signal-track span {
    min-height: 62px;
    border-bottom: 1px solid rgba(171, 226, 213, 0.08);
  }
}

@media (max-width: 900px) {
  .site-header {
    height: var(--header-height);
  }
  .hero {
    padding-top: calc(var(--header-height) + 62px);
  }
  .hero-layout {
    grid-template-columns: 1fr;
  }
  .hero-copy::before {
    display: none;
  }
  .hero-stage {
    min-height: 570px;
  }
  .dashboard,
  .hero-stage:hover .dashboard {
    transform: perspective(1100px) translate3d(0, 0, 0) rotateX(1deg) rotateY(-2deg);
  }
  .product-card:first-child,
  .product-card:last-child,
  .case-card:first-child,
  .case-card:last-child {
    border-radius: 0;
  }
}

@media (max-width: 620px) {
  body::before {
    display: none;
  }
  .hero {
    padding-top: calc(var(--header-height) + 48px);
  }
  .hero::after {
    left: 80%;
    opacity: 0.5;
  }
  .hero-network {
    opacity: 0.52;
  }
  .eyebrow {
    padding-inline: 0;
    letter-spacing: 0.02em;
  }
  .eyebrow::before {
    display: none;
  }
  .hero h1 {
    font-size: clamp(40px, 11.4vw, 52px);
    line-height: 1.06;
  }
  .hero h1 .title-accent {
    margin-top: 10px;
  }
  .hero-lead {
    font-size: 15px;
  }
  .hero-stage {
    min-height: 490px;
    margin-top: 28px;
  }
  .dashboard,
  .hero-stage:hover .dashboard {
    border-radius: 3px 15px 3px 15px;
    transform: scale(0.93);
  }
  .hero-stats > div {
    min-height: 104px;
    padding: 17px 18px;
  }
  .hero-stats small {
    letter-spacing: 0.06em;
  }
  .hero-stats strong {
    font-size: 30px;
  }
  .signal-strip {
    padding-inline: 14px;
  }
  .signal-track {
    grid-template-columns: repeat(2, 1fr);
  }
  .signal-track span {
    min-height: 58px;
    padding: 0 8px;
    white-space: normal;
    line-height: 1.45;
  }
  .section-heading::after {
    display: none;
  }
  .footer-legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  .hero-network {
    display: none;
  }
  .dashboard,
  .hero-stage:hover .dashboard {
    transform: none;
  }
}

/* 性能优先：只保留 transform / opacity 类型的轻量动效 */
body::before,
.hero-network,
.atmosphere-glow {
  display: none;
}
.page-atmosphere {
  position: absolute;
  height: 100svh;
}
.site-header.scrolled,
.hero-stats,
.floating-card {
  backdrop-filter: none;
}
.hero::before,
.hero::after,
.orbit-one,
.orbit-two,
.hero h1 .title-accent,
.stage-glow,
.floating-card {
  animation: none;
}
.dashboard::before {
  display: none;
}
.value-card::before,
.product-card::before,
.case-card::before,
.insight-featured::before,
.contact-card::before {
  display: none;
}
.section {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}
.signal-strip::before {
  left: 0;
  animation: signal-sweep-transform 7s linear infinite;
  transform: translate3d(-110%, 0, 0);
  will-change: transform;
}

@keyframes signal-sweep-transform {
  to {
    transform: translate3d(430%, 0, 0);
  }
}

/* 首屏业务链：用真实业务对象代替模拟数据看板 */
.hero-stage {
  min-height: 620px;
}
.stage-glow {
  width: 100%;
  height: 92%;
  background: radial-gradient(ellipse, rgba(45, 226, 176, 0.105), rgba(40, 156, 195, 0.035) 48%, transparent 72%);
  filter: none;
  opacity: 0.72;
}
.workflow-board {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(137, 228, 207, 0.22);
  border-radius: 4px 22px 4px 22px;
  background: linear-gradient(90deg, rgba(57, 230, 174, 0.025) 1px, transparent 1px), linear-gradient(rgba(57, 230, 174, 0.02) 1px, transparent 1px), linear-gradient(145deg, rgba(10, 30, 36, 0.98), rgba(3, 12, 17, 0.99));
  background-size:
    42px 42px,
    42px 42px,
    auto;
  box-shadow:
    0 45px 110px rgba(0, 0, 0, 0.38),
    inset 0 1px rgba(255, 255, 255, 0.035);
  transform: perspective(1100px) translate3d(var(--stage-x), var(--stage-y), 0) rotateX(var(--stage-rx)) rotateY(var(--stage-ry));
  transition:
    transform 180ms ease-out,
    border-color 220ms ease;
}
.hero-stage:hover .workflow-board {
  border-color: rgba(137, 228, 207, 0.36);
}
.workflow-topbar {
  min-height: 52px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(163, 226, 211, 0.1);
  background: rgba(255, 255, 255, 0.012);
}
.workflow-topbar span,
.workflow-topbar small {
  color: #68847d;
  font-family: Consolas, monospace;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.09em;
}
.workflow-topbar span {
  display: flex;
  align-items: center;
  gap: 9px;
}
.workflow-topbar span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(57, 230, 174, 0.7);
}
.workflow-topbar strong {
  color: #dcebe7;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.workflow-topbar small {
  justify-self: end;
  color: var(--green);
}

.workflow-project {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  margin: 16px 18px 12px;
  padding: 14px 18px;
  border: 1px solid rgba(57, 230, 174, 0.2);
  border-radius: 3px 12px 3px 12px;
  background: linear-gradient(105deg, rgba(57, 230, 174, 0.1), rgba(55, 201, 255, 0.025));
}
.workflow-project > span {
  color: #6e9087;
  font-family: Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.workflow-project > strong {
  color: #f1faf7;
  font-size: 17px;
}
.workflow-project > div {
  display: flex;
  gap: 6px;
}
.workflow-project i,
.workflow-artifact i {
  font-size: 12px;
  font-style: normal;
}
.workflow-project > div i {
  padding: 6px 9px;
  border: 1px solid rgba(158, 221, 207, 0.12);
  border-radius: 3px;
  color: #8fa9a2;
  background: rgba(2, 10, 14, 0.32);
}

.workflow-list {
  position: relative;
  display: grid;
  margin: 0 18px;
  padding: 0;
  list-style: none;
}
.workflow-list::before {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 26px;
  width: 1px;
  background: rgba(57, 230, 174, 0.16);
  content: "";
}
.workflow-list::after {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 3px;
  height: 72px;
  border-radius: 99px;
  background: linear-gradient(transparent, var(--green), transparent);
  box-shadow: 0 0 12px rgba(57, 230, 174, 0.55);
  content: "";
  animation: workflow-thread 4.8s linear infinite;
  will-change: transform;
}
.workflow-list li {
  position: relative;
  min-height: 62px;
  display: grid;
  grid-template-columns: 54px minmax(118px, 0.7fr) minmax(190px, 1.3fr);
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(163, 226, 211, 0.08);
  opacity: 0;
  animation: workflow-row-enter 560ms calc(260ms + var(--step) * 105ms) cubic-bezier(0.16, 1, 0.3, 1) forwards;
  transition:
    background 180ms ease,
    transform 180ms ease;
}
.workflow-list li:last-child {
  border-bottom: 0;
}
.workflow-list li:hover {
  background: linear-gradient(90deg, rgba(57, 230, 174, 0.055), transparent 74%);
  transform: translateX(4px);
}
.workflow-index {
  position: relative;
  z-index: 2;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  margin-left: 12px;
  border: 1px solid rgba(57, 230, 174, 0.34);
  border-radius: 50%;
  background: #07171b;
  color: var(--green);
  font-family: Consolas, monospace;
  font-size: 12px;
}
.workflow-name {
  display: grid;
  gap: 3px;
}
.workflow-name small {
  color: #536f68;
  font-family: Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.workflow-name strong {
  color: #e4f0ed;
  font-size: 14px;
}
.workflow-artifact {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  padding-right: 8px;
  color: #89a29c;
  font-size: 12px;
}
.artifact-structure span {
  color: #68847d;
}
.artifact-structure b {
  color: #bdd3cd;
  font-size: 12px;
  font-weight: 500;
}
.artifact-version i,
.artifact-bom i,
.artifact-delivery i {
  min-width: 34px;
  padding: 5px 7px;
  border: 1px solid rgba(151, 218, 202, 0.12);
  border-radius: 3px;
  color: #78948d;
  text-align: center;
}
.artifact-version i:last-child {
  border-color: rgba(57, 230, 174, 0.38);
  color: var(--green);
  background: rgba(57, 230, 174, 0.075);
}
.artifact-bom i {
  min-width: 40px;
}
.artifact-process i {
  width: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(57, 230, 174, 0.18), var(--green));
}
.artifact-process span {
  color: #8ea69f;
}
.artifact-scan > i {
  width: 70px;
  height: 22px;
  background: repeating-linear-gradient(90deg, #7ba49a 0 2px, transparent 2px 5px, #496c64 5px 6px, transparent 6px 9px);
  opacity: 0.62;
}
.artifact-scan span {
  color: #8fa9a2;
}
.artifact-delivery i:last-child {
  color: var(--green);
  border-color: rgba(57, 230, 174, 0.3);
}

.workflow-footer {
  min-height: 60px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
  border-top: 1px solid rgba(163, 226, 211, 0.1);
  background: linear-gradient(90deg, rgba(57, 230, 174, 0.045), transparent);
}
.workflow-footer > span {
  color: #66827a;
  font-size: 12px;
}
.workflow-footer > strong {
  color: #bfd3cd;
  font-size: 14px;
  font-weight: 500;
}
.workflow-footer > div {
  display: flex;
  align-items: center;
  gap: 6px;
}
.workflow-footer > div i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #29473f;
}
.workflow-footer > div i:last-child {
  background: var(--green);
  box-shadow: 0 0 10px rgba(57, 230, 174, 0.62);
}

@keyframes workflow-thread {
  0% {
    opacity: 0;
    transform: translate3d(0, -74px, 0);
  }
  8% {
    opacity: 1;
    transform: translate3d(0, -48px, 0);
  }
  88% {
    opacity: 1;
    transform: translate3d(0, 267px, 0);
  }
  94% {
    opacity: 0;
    transform: translate3d(0, 290px, 0);
  }
  95%,
  100% {
    opacity: 0;
    transform: translate3d(0, -74px, 0);
  }
}
@keyframes workflow-row-enter {
  from {
    opacity: 0;
    transform: translate3d(24px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 900px) {
  .hero-stage {
    min-height: 640px;
  }
  .workflow-board {
    width: min(700px, 96%);
    transform: none;
  }
}

@media (max-width: 620px) {
  .hero-stage {
    min-height: 590px;
    margin-top: 30px;
  }
  .workflow-board {
    width: 100%;
    transform: scale(0.94);
  }
  .workflow-topbar {
    grid-template-columns: 1fr auto;
    padding-inline: 14px;
  }
  .workflow-topbar strong {
    display: none;
  }
  .workflow-project {
    margin-inline: 12px;
    padding-inline: 13px;
  }
  .workflow-project > span {
    display: none;
  }
  .workflow-project {
    grid-template-columns: 1fr auto;
  }
  .workflow-project > strong {
    font-size: 15px;
  }
  .workflow-project > div i {
    padding-inline: 6px;
  }
  .workflow-list {
    margin-inline: 12px;
  }
  .workflow-list li {
    grid-template-columns: 48px 94px 1fr;
    gap: 7px;
  }
  .workflow-list::before {
    left: 24px;
  }
  .workflow-list::after {
    left: 23px;
  }
  .workflow-index {
    margin-left: 10px;
  }
  .workflow-name strong {
    font-size: 14px;
  }
  .workflow-artifact {
    gap: 4px;
    padding-right: 2px;
  }
  .artifact-version i,
  .artifact-bom i,
  .artifact-delivery i {
    min-width: 0;
    padding-inline: 4px;
  }
  .artifact-process i {
    width: 7px;
  }
  .artifact-scan > i {
    width: 44px;
  }
  .workflow-footer {
    grid-template-columns: 1fr auto;
    padding-inline: 14px;
  }
  .workflow-footer > span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .workflow-list::after,
  .erp-visual i {
    animation: none;
  }
  .workflow-list li {
    opacity: 1;
    animation: none;
  }
}

/* 产品卡片：示意图固定在卡片底部，避免内容流造成大块无效留白 */
.product-card {
  min-height: 550px;
}
.product-card > .product-visual {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 26px;
  left: 24px;
  height: 190px;
}

@media (max-width: 900px) {
  .product-card {
    min-height: 560px;
  }
  .product-card > .product-visual {
    height: 205px;
  }
  .products-section {
    padding-top: 60px;
  }
}

/* 首屏漫射云光：模拟柔光打在深色背景墙上，不出现可辨识的边线 */
.hero::after {
  display: none;
}
.hero-light-ribbon {
  position: absolute;
  z-index: 0;
  inset: 0;
  contain: paint;
  overflow: hidden;
  pointer-events: none;
}
.hero-light-ribbon::before,
.hero-light-ribbon::after {
  position: absolute;
  content: "";
  pointer-events: none;
  will-change: transform, opacity;
}
.hero-light-ribbon > i {
  position: absolute;
  z-index: 1;
  top: 3%;
  left: 7%;
  width: 68%;
  height: 76%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(101, 255, 176, 0.34) 0, rgba(45, 226, 176, 0.18) 27%, rgba(45, 210, 185, 0.055) 51%, rgba(45, 210, 185, 0.014) 64%, transparent 78%);
  pointer-events: none;
  will-change: transform, opacity;
  animation: cloud-light-pulse 10s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}
.hero-light-ribbon::before {
  top: -9%;
  right: -16%;
  width: 118%;
  height: 94%;
  background:
    radial-gradient(ellipse 34% 32% at 27% 43%, rgba(77, 248, 201, 0.23), rgba(45, 226, 176, 0.105) 36%, rgba(45, 226, 176, 0.025) 60%, transparent 78%),
    radial-gradient(ellipse 40% 36% at 56% 30%, rgba(93, 239, 208, 0.18), rgba(57, 230, 174, 0.072) 42%, rgba(57, 230, 174, 0.018) 63%, transparent 79%),
    radial-gradient(ellipse 32% 40% at 77% 54%, rgba(55, 201, 255, 0.15), rgba(55, 201, 255, 0.058) 42%, rgba(55, 201, 255, 0.014) 64%, transparent 80%);
  opacity: 0.94;
  transform: translate3d(0, 0, 0) scale(1.02);
  animation: cloud-light-breathe 9s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
}
.hero-light-ribbon::after {
  top: 8%;
  left: -24%;
  width: 104%;
  height: 70%;
  background:
    radial-gradient(ellipse 46% 28% at 46% 42%, rgba(41, 169, 255, 0.2), rgba(39, 213, 255, 0.1) 42%, rgba(39, 213, 255, 0.022) 65%, transparent 80%),
    radial-gradient(ellipse 25% 32% at 71% 58%, rgba(80, 195, 255, 0.19), rgba(80, 195, 255, 0.048) 48%, transparent 77%);
  opacity: 0.8;
  transform: translate3d(0, 0, 0) rotate(-5deg);
  animation: cloud-light-drift 10s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

@keyframes cloud-light-breathe {
  from {
    opacity: 0.54;
    transform: translate3d(0, 3%, 0) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translate3d(0, -3%, 0) scale(1.09);
  }
}
@keyframes cloud-light-drift {
  0%,
  100% {
    opacity: 0.88;
    transform: translate3d(0, -2%, 0) rotate(-5deg) scale(1.08);
  }
  38% {
    opacity: 0.28;
    transform: translate3d(0, 2%, 0) rotate(1deg) scale(0.96);
  }
  68% {
    opacity: 0.76;
    transform: translate3d(0, 3%, 0) rotate(-2deg) scale(1.06);
  }
}
@keyframes cloud-light-pulse {
  0%,
  100% {
    opacity: 0.34;
    transform: translate3d(0, 3%, 0) rotate(-4deg) scale(0.9);
  }
  38% {
    opacity: 0.96;
    transform: translate3d(0, -2%, 0) rotate(1deg) scale(1.13);
  }
  68% {
    opacity: 0.48;
    transform: translate3d(0, 2%, 0) rotate(-1deg) scale(1.01);
  }
}

/* 产品能力文字：卡片始终不做位移/缩放，避免整块文字进入合成层后发虚 */
.product-card.reveal {
  transform: none;
  transition: opacity 650ms ease var(--reveal-delay, 0ms);
}
.product-card.reveal.visible {
  transform: none;
}
.product-card.reveal.visible:hover {
  transform: none;
}
.product-code {
  color: #4ff0bf;
  font-weight: 800;
}
.product-top small {
  color: #a8c4bd;
  font-weight: 500;
}
.product-card h3 {
  color: #f8fdfb;
  font-weight: 750;
}
.product-card > p {
  color: #bfd1cc;
  font-weight: 400;
}
.product-card li {
  color: #dbe8e4;
  font-weight: 500;
}

@media (max-width: 620px) {
  .hero-light-ribbon::before {
    top: -6%;
    right: -62%;
    width: 170%;
    height: 74%;
  }
  .hero-light-ribbon::after {
    display: none;
  }
  .hero-light-ribbon > i {
    top: 7%;
    left: -18%;
    width: 136%;
    height: 64%;
    opacity: 0.68;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-light-ribbon::before,
  .hero-light-ribbon::after,
  .hero-light-ribbon > i {
    animation: none;
  }
}

/* 浅色主题：独立覆盖层，保留原暗色视觉便于随时回退 */
.theme-light {
  --bg: #f3f7f5;
  --bg-deep: #eaf1ee;
  --panel: #ffffff;
  --line: rgba(24, 78, 64, 0.13);
  --line-strong: rgba(15, 159, 114, 0.34);
  --text: #112820;
  --muted: #587169;
  --green: #0f9f72;
  --green-bright: #087d5a;
  --cyan: #0b8eb4;
  --shadow: 0 26px 70px rgba(31, 74, 61, 0.12);
  background: #f3f7f5;
  color: var(--text);
}
.theme-light .site-header {
  --bg-color: #f8fbf9;
  border-bottom-color: rgba(31, 74, 61, 0.12);
  background-color: transparent;
  background-image: radial-gradient(transparent 1px, var(--bg-color) 1px);
  background-size: 4px 4px;
  -webkit-backdrop-filter: saturate(50%) blur(4px);
  backdrop-filter: saturate(50%) blur(4px);
  box-shadow:
    0 8px 28px rgba(30, 75, 61, 0.04),
    inset 0 -1px rgba(255, 255, 255, 0.7);
}
.theme-light .site-header.scrolled {
  border-color: rgba(31, 74, 61, 0.15);
  background-color: transparent;
  -webkit-backdrop-filter: saturate(50%) blur(4px);
  backdrop-filter: saturate(50%) blur(4px);
  box-shadow:
    0 10px 30px rgba(30, 75, 61, 0.055),
    inset 0 -1px rgba(255, 255, 255, 0.78);
}
.theme-light .brand-copy strong {
  color: #10271f;
}
.theme-light .brand-copy small {
  color: #71877f;
}
.theme-light .site-nav a {
  color: #455e56;
}
.theme-light .site-nav a:hover,
.theme-light .site-nav a:focus-visible {
  color: #0c241c;
}
.theme-light .header-cta {
  border-color: rgba(15, 159, 114, 0.26);
  background: rgba(15, 159, 114, 0.08);
  color: #087d5a;
}

.theme-light .hero {
  border-bottom-color: rgba(24, 78, 64, 0.1);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.42), rgba(243, 247, 245, 0.7) 48%, rgba(255, 255, 255, 0.18)), radial-gradient(ellipse at 72% 40%, rgba(38, 194, 147, 0.075), transparent 36%), #f3f7f5;
}
.theme-light .hero::before {
  border-color: rgba(15, 159, 114, 0.055);
  background: repeating-radial-gradient(circle, transparent 0 80px, rgba(15, 159, 114, 0.04) 81px 82px);
}
.theme-light .hero-orbit {
  border-color: rgba(15, 159, 114, 0.1);
}
.theme-light .hero-copy::before {
  background: linear-gradient(transparent, rgba(15, 159, 114, 0.34) 18%, rgba(15, 159, 114, 0.05) 82%, transparent);
}
.theme-light .eyebrow {
  color: #4f6c62;
}
.theme-light .hero h1 .title-main {
  color: #10271f;
}
.theme-light .hero h1 .title-accent {
  background-image: linear-gradient(94deg, #0a8f67 4%, #14ad7c 48%, #087fa8 94%);
  filter: none;
}
.theme-light .hero-lead {
  color: #536d65;
}
.theme-light .button-primary {
  background: #12aa78;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 159, 114, 0.2);
}
.theme-light .button-ghost {
  border-color: rgba(24, 78, 64, 0.18);
  background: rgba(255, 255, 255, 0.68);
  color: #24443a;
}
.theme-light .hero-proof {
  color: #57736a;
}

.theme-light .hero-light-ribbon > i {
  background: radial-gradient(ellipse at center, rgba(64, 214, 151, 0.11), rgba(37, 190, 144, 0.052) 28%, rgba(34, 176, 172, 0.018) 54%, transparent 74%);
  animation-name: cloud-light-pulse-soft;
  animation-duration: 14s;
}
.theme-light .hero-light-ribbon::before {
  background:
    radial-gradient(ellipse 32% 30% at 29% 43%, rgba(76, 212, 165, 0.075), rgba(40, 183, 140, 0.032) 38%, transparent 73%),
    radial-gradient(ellipse 37% 33% at 57% 31%, rgba(69, 201, 164, 0.06), rgba(48, 173, 141, 0.022) 44%, transparent 75%),
    radial-gradient(ellipse 30% 36% at 75% 53%, rgba(52, 164, 207, 0.055), rgba(52, 164, 207, 0.018) 44%, transparent 76%);
  animation-name: cloud-light-breathe-soft;
  animation-duration: 15s;
}
.theme-light .hero-light-ribbon::after {
  background: radial-gradient(ellipse 42% 25% at 46% 42%, rgba(44, 152, 212, 0.065), rgba(46, 182, 203, 0.025) 43%, transparent 75%), radial-gradient(ellipse 23% 29% at 71% 58%, rgba(62, 173, 217, 0.052), transparent 72%);
  animation-name: cloud-light-drift-soft;
  animation-duration: 16s;
}

@keyframes cloud-light-breathe-soft {
  from {
    opacity: 0.3;
    transform: translate3d(0, 1%, 0) scale(0.98);
  }
  to {
    opacity: 0.52;
    transform: translate3d(0, -1%, 0) scale(1.035);
  }
}
@keyframes cloud-light-drift-soft {
  0%,
  100% {
    opacity: 0.38;
    transform: translate3d(0, -1%, 0) rotate(-3deg) scale(1.025);
  }
  45% {
    opacity: 0.2;
    transform: translate3d(0, 1%, 0) rotate(-1deg) scale(0.985);
  }
  72% {
    opacity: 0.34;
    transform: translate3d(0, 1%, 0) rotate(-2deg) scale(1.015);
  }
}
@keyframes cloud-light-pulse-soft {
  0%,
  100% {
    opacity: 0.2;
    transform: translate3d(0, 1%, 0) rotate(-2deg) scale(0.97);
  }
  45% {
    opacity: 0.43;
    transform: translate3d(0, -1%, 0) rotate(0) scale(1.045);
  }
  72% {
    opacity: 0.27;
    transform: translate3d(0, 1%, 0) rotate(-1deg) scale(1);
  }
}

.theme-light .stage-glow {
  background: radial-gradient(ellipse, rgba(15, 159, 114, 0.12), rgba(11, 142, 180, 0.035) 48%, transparent 72%);
}
.theme-light .workflow-board {
  border-color: rgba(22, 117, 88, 0.2);
  background: #ffffff;
  box-shadow:
    0 34px 80px rgba(31, 74, 61, 0.14),
    inset 0 1px rgba(255, 255, 255, 0.8);
}
.theme-light .hero-stage:hover .workflow-board {
  border-color: rgba(15, 159, 114, 0.34);
}
.theme-light .workflow-topbar {
  border-bottom-color: rgba(24, 78, 64, 0.1);
  background: rgba(255, 255, 255, 0.5);
}
.theme-light .workflow-topbar span,
.theme-light .workflow-topbar small {
  color: #647c74;
}
.theme-light .workflow-topbar strong {
  color: #17332a;
}
.theme-light .workflow-topbar small {
  color: #087d5a;
}
.theme-light .workflow-project {
  border-color: rgba(15, 159, 114, 0.2);
  background: #edf7f3;
}
.theme-light .workflow-project > span {
  color: #607a71;
}
.theme-light .workflow-project > strong {
  color: #143128;
}
.theme-light .workflow-project > div i {
  border-color: rgba(24, 78, 64, 0.13);
  color: #557068;
  background: rgba(255, 255, 255, 0.68);
}
.theme-light .workflow-list::before {
  background: rgba(15, 159, 114, 0.2);
}
.theme-light .workflow-list li {
  border-bottom-color: rgba(24, 78, 64, 0.09);
}
.theme-light .workflow-list li:hover {
  background: rgba(15, 159, 114, 0.045);
}
.theme-light .workflow-index {
  border-color: rgba(15, 159, 114, 0.32);
  background: #ffffff;
  color: #0b8b64;
}
.theme-light .workflow-name small {
  color: #6b817a;
}
.theme-light .workflow-name strong {
  color: #1a362d;
}
.theme-light .workflow-artifact {
  color: #5b756c;
}
.theme-light .artifact-structure span {
  color: #698078;
}
.theme-light .artifact-structure b {
  color: #35584c;
}
.theme-light .artifact-version i,
.theme-light .artifact-bom i,
.theme-light .artifact-delivery i {
  border-color: rgba(24, 78, 64, 0.13);
  color: #587169;
  background: rgba(255, 255, 255, 0.62);
}
.theme-light .artifact-process span,
.theme-light .artifact-scan span {
  color: #587169;
}
.theme-light .artifact-scan > i {
  background: repeating-linear-gradient(90deg, #4b8d78 0 2px, transparent 2px 5px, #8bb7aa 5px 6px, transparent 6px 9px);
}
.theme-light .workflow-footer {
  border-top-color: rgba(24, 78, 64, 0.1);
  background: #f5f9f7;
}
.theme-light .workflow-footer > span {
  color: #698078;
}
.theme-light .workflow-footer > strong {
  color: #35584c;
}

.theme-light .hero-stats {
  border-top-color: rgba(24, 78, 64, 0.12);
  background: rgba(255, 255, 255, 0.56);
}
.theme-light .hero-stats > div {
  border-color: rgba(24, 78, 64, 0.1);
}
.theme-light .hero-stats small {
  color: #6e847d;
}
.theme-light .hero-stats strong {
  color: #17332a;
}
.theme-light .hero-stats span {
  color: #5d746c;
}
.theme-light .signal-strip {
  border-color: rgba(24, 78, 64, 0.1);
  background: #edf3f0;
}
.theme-light .signal-track span {
  border-color: rgba(24, 78, 64, 0.09);
  color: #587169;
}
.theme-light .signal-track span:hover {
  background: rgba(15, 159, 114, 0.055);
  color: #17332a;
}
.theme-light .signal-track b {
  color: #0b8b64;
}

@media (max-width: 620px) {
  .theme-light .site-nav {
    background: rgba(249, 252, 250, 0.98);
  }
  .theme-light .menu-toggle span {
    background: #17332a;
  }
}

.theme-light .section-heading h2,
.theme-light .about-copy h2,
.theme-light .final-cta h2 {
  color: #132c23;
}
.theme-light .section-heading > p,
.theme-light .about-copy > p,
.theme-light .final-cta p {
  color: #5a726a;
}
.theme-light .section-index {
  color: #0b8b64;
}
.theme-light .section-heading::after {
  background: linear-gradient(90deg, rgba(15, 159, 114, 0.22), transparent);
}
.theme-light .section {
  border-top: 1px solid rgba(24, 78, 64, 0.085);
  background: #f4f7f5;
}

.theme-light .values-section {
  background: #f4f7f5;
}
.theme-light .value-grid {
  background: rgba(24, 78, 64, 0.12);
}
.theme-light .value-card {
  background: #ffffff;
  box-shadow: 0 12px 36px rgba(34, 76, 63, 0.035);
}
.theme-light .value-card:hover {
  background: #f7fbf9;
  transform: none;
  box-shadow: inset 0 0 0 1px rgba(15, 159, 114, 0.22);
}
.theme-light .value-card::after {
  border-color: rgba(15, 159, 114, 0.14);
}
.theme-light .value-number {
  color: #789087;
}
.theme-light .value-icon {
  border-color: rgba(15, 159, 114, 0.2);
  background: rgba(15, 159, 114, 0.075);
  color: #087d5a;
}
.theme-light .value-card h3 {
  color: #19352c;
}
.theme-light .value-card p {
  color: #5c736b;
}

.theme-light .products-section {
  background: #f4f7f5;
}
.theme-light .product-grid {
  background: rgba(24, 78, 64, 0.13);
}
.theme-light .product-card,
.theme-light .product-card.featured {
  background: #ffffff;
  box-shadow: none;
}
.theme-light .product-card.featured {
  background: #ffffff;
}
.theme-light .product-card:hover {
  box-shadow:
    inset 0 0 0 1px rgba(15, 159, 114, 0.24),
    0 18px 44px rgba(34, 76, 63, 0.08);
}
.theme-light .product-code {
  color: #07855f;
}
.theme-light .product-top small {
  border-color: rgba(24, 78, 64, 0.13);
  color: #60776f;
  background: rgba(255, 255, 255, 0.64);
}
.theme-light .product-card h3 {
  color: #173129;
}
.theme-light .product-card > p {
  color: #526c63;
}
.theme-light .product-card li {
  color: #35564b;
}
.theme-light .product-visual {
  border-color: rgba(24, 78, 64, 0.12);
  background: #edf4f1;
}
.theme-light .erp-visual::before {
  background-image: linear-gradient(rgba(15, 159, 114, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 159, 114, 0.1) 1px, transparent 1px);
}
.theme-light .erp-visual span {
  border-color: rgba(15, 159, 114, 0.28);
  background: rgba(15, 159, 114, 0.12);
}
.theme-light .mes-visual i {
  border-color: rgba(11, 142, 180, 0.28);
  background: rgba(11, 142, 180, 0.12);
}
.theme-light .saas-visual span {
  border-color: rgba(15, 159, 114, 0.32);
  background: rgba(255, 255, 255, 0.8);
  color: #087d5a;
}
.theme-light .saas-visual i {
  border-color: rgba(15, 159, 114, 0.16);
}

.theme-light .solutions-section {
  background: #f4f7f5;
}
.theme-light .solution-tabs {
  background: rgba(24, 78, 64, 0.12);
}
.theme-light .solution-tabs button {
  background: #ffffff;
  color: #5e756d;
}
.theme-light .solution-tabs button:hover {
  background: #f0f7f4;
  color: #173129;
}
.theme-light .solution-tabs button.active {
  background: #eaf5f1;
  color: #087d5a;
  box-shadow: inset 0 -2px #0f9f72;
}
.theme-light .solution-panels {
  border-color: rgba(24, 78, 64, 0.14);
  background: #ffffff;
  box-shadow: 0 22px 56px rgba(34, 76, 63, 0.06);
}
.theme-light .solution-copy h3 {
  color: #173129;
}
.theme-light .solution-copy strong {
  color: #35564b;
}
.theme-light .solution-copy p {
  color: #5b736a;
}
.theme-light .solution-panel li {
  border-color: rgba(24, 78, 64, 0.1);
  color: #35564b;
}

.theme-light .cases-section {
  background: #f4f7f5;
}
.theme-light .case-card {
  background: #ffffff;
}
.theme-light .case-card:hover {
  transform: none;
  box-shadow:
    inset 0 0 0 1px rgba(15, 159, 114, 0.24),
    0 18px 44px rgba(34, 76, 63, 0.08);
}
.theme-light .case-visual {
  border-color: rgba(24, 78, 64, 0.1);
  filter: none;
}
.theme-light .case-card:hover .case-visual {
  filter: none;
  transform: none;
}
.case-cover {
  padding: 0;
  background: #e7efeb;
}
.case-cover::before,
.case-cover::after {
  display: none;
}
.case-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.theme-light .case-one {
  background: #e2f0ea;
}
.theme-light .case-two {
  background: #e3eef2;
}
.theme-light .case-three {
  background: #eee9e1;
}
.theme-light .case-visual::before {
  border-color: rgba(24, 78, 64, 0.13);
}
.theme-light .case-visual::after {
  background-image: linear-gradient(rgba(24, 78, 64, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(24, 78, 64, 0.055) 1px, transparent 1px);
}
.theme-light .case-visual span {
  color: #60776f;
}
.theme-light .case-visual strong {
  color: #19352c;
}
.theme-light .case-content small {
  color: #07855f;
}
.theme-light .case-content h3 {
  color: #19352c;
}
.theme-light .case-content p {
  color: #5c736b;
}
.theme-light .case-content > a {
  color: #087d5a;
}

.theme-light .insights-section {
  background: #f4f7f5;
}
.theme-light .insight-featured {
  border-color: rgba(24, 78, 64, 0.13);
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(34, 76, 63, 0.055);
}
.theme-light .insight-meta {
  color: #6a8179;
}
.theme-light .insight-featured h3 {
  color: #173129;
}
.theme-light .insight-featured > p {
  color: #5b736a;
}
.theme-light .insight-featured > .insight-read-link {
  color: #087d5a;
}
.insight-cover-link {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 42%;
  height: 100%;
}
.insight-cover-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  mask-image: linear-gradient(90deg, transparent, #000 42%);
}
.theme-light .article-graphic {
  border-color: rgba(15, 159, 114, 0.14);
}
.theme-light .article-graphic b {
  color: rgba(15, 159, 114, 0.18);
}
.theme-light .article-graphic i {
  border-color: rgba(15, 159, 114, 0.18);
}
.theme-light .insight-list {
  border: 0;
  gap: 0;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(34, 76, 63, 0.045);
}
.theme-light .insight-list article {
  position: relative;
  border: 0;
  background: #ffffff;
  box-shadow: none;
}
.theme-light .insight-list article::before,
.theme-light .insight-list article::after {
  position: absolute;
  z-index: 2;
  display: none;
  background: rgba(24, 78, 64, 0.1);
  content: "";
  pointer-events: none;
}
.theme-light .insight-list article::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
}
.theme-light .insight-list article::before {
  top: 0;
  left: 0;
  height: 1px;
}
.theme-light .insight-list article:not(:nth-child(3n)):not(:last-child)::after {
  display: block;
}
.theme-light .insight-list article:nth-child(3n + 1):not(:first-child)::before {
  display: block;
  width: 300%;
}

@media (max-width: 1040px) {
  .theme-light .insight-list article:not(:nth-child(3n)):not(:last-child)::after,
  .theme-light .insight-list article:nth-child(3n + 1):not(:first-child)::before {
    display: none;
  }
  .theme-light .insight-list article:not(:nth-child(2n)):not(:last-child)::after {
    display: block;
  }
  .theme-light .insight-list article:nth-child(2n + 1):not(:first-child)::before {
    display: block;
    width: 200%;
  }
}

@media (max-width: 620px) {
  .theme-light .insight-list article:not(:nth-child(3n)):not(:last-child)::after,
  .theme-light .insight-list article:not(:nth-child(2n)):not(:last-child)::after {
    display: none;
  }
  .theme-light .insight-list article:nth-child(3n + 1):not(:first-child)::before,
  .theme-light .insight-list article:nth-child(2n + 1):not(:first-child)::before,
  .theme-light .insight-list article + article::before {
    display: block;
    width: 100%;
  }
}
.theme-light .insight-list time {
  color: #71877f;
}
.theme-light .insight-list h3 {
  color: #19352c;
}
.theme-light .insight-list p {
  color: #5c736b;
}
.theme-light .insight-list article > .insight-arrow-link {
  border-color: rgba(24, 78, 64, 0.14);
  color: #087d5a;
}

.theme-light .about-section {
  background: #f4f7f5;
}
.theme-light .about-tags span {
  border-color: rgba(24, 78, 64, 0.14);
  background: rgba(255, 255, 255, 0.62);
  color: #4f695f;
}
.theme-light .contact-card {
  border-color: rgba(15, 159, 114, 0.26);
  background: #ffffff;
  box-shadow: 0 28px 68px rgba(34, 76, 63, 0.11);
}
.theme-light .contact-top {
  color: #087d5a;
}
.theme-light .contact-card h3 {
  color: #173129;
}
.theme-light .contact-card > p {
  color: #5b736a;
}
.theme-light .contact-list .contact-item {
  border-color: rgba(24, 78, 64, 0.12);
}
.theme-light .contact-list span,
.theme-light .contact-list small {
  color: #687f77;
}
.theme-light .contact-list strong {
  color: #25483c;
}

.theme-light .final-cta {
  border-top: 1px solid rgba(24, 78, 64, 0.085);
  background: #edf5f1;
}
.theme-light .final-cta::before,
.theme-light .final-cta::after {
  border-color: rgba(15, 159, 114, 0.15);
}
.theme-light .final-cta .container > span {
  color: #087d5a;
}

.theme-light .site-footer {
  border-color: rgba(24, 78, 64, 0.12);
  background: #e4ede9;
}
.theme-light .footer-main > p {
  color: #597069;
}
.theme-light .footer-main nav {
  color: #4f675f;
}
.theme-light .footer-main nav a:hover {
  color: #087d5a;
}
.theme-light .footer-bottom {
  border-color: rgba(24, 78, 64, 0.11);
  color: #667d75;
}
.theme-light .footer-legal a {
  color: #526a62;
}
.theme-light .footer-legal a:hover {
  color: #087d5a;
}
