html.zgcm-lx-home-active,
html.zgcm-lx-home-active body,
html.zgcm-lx-home-active #root {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  background: #02040b !important;
  color: #f7fbff;
}

html.zgcm-lx-home-active #root > div.bg-background.text-foreground.relative,
html.zgcm-lx-home-active #root > section:not(#zgcm-lx-home),
html.zgcm-lx-home-active .custom-home-content {
  display: none !important;
}

html.zgcm-lx-home-active #root,
html.zgcm-lx-home-active #root * {
  box-sizing: border-box;
}

.zgcm-lx-home {
  --mx: 50%;
  --my: 16%;
  --panel: rgba(7, 13, 30, 0.72);
  --panel-strong: rgba(11, 19, 42, 0.84);
  --line: rgba(171, 213, 255, 0.15);
  --line-strong: rgba(126, 204, 255, 0.32);
  --text: #f7fbff;
  --muted: rgba(219, 234, 254, 0.74);
  --soft: rgba(219, 234, 254, 0.54);
  --blue: #59b8ff;
  --cyan: #57e5ff;
  --violet: #7aa4ff;
  --teal: #32d4c5;
  --silver: #d8e2ec;
  --green: #7cf3c9;
  isolation: isolate;
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% -12%, rgba(87, 229, 255, 0.17), transparent 38%),
    linear-gradient(115deg, rgba(36, 139, 255, 0.1), transparent 32%),
    linear-gradient(250deg, rgba(50, 212, 197, 0.1), transparent 34%),
    linear-gradient(180deg, #02030a 0%, #071122 48%, #02040b 100%);
  color: var(--text);
  font-family: "Inter", "Microsoft YaHei", "PingFang SC", "Noto Sans SC", system-ui, sans-serif;
  letter-spacing: 0;
}

.zgcm-lx-home::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(126, 181, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 181, 255, 0.045) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: 0.72;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 72%);
}

.zgcm-lx-home::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse at var(--mx) var(--my), rgba(89, 184, 255, 0.13), transparent 25%),
    radial-gradient(ellipse at 50% 68%, rgba(143, 125, 255, 0.16), transparent 48%),
    linear-gradient(92deg, transparent 0%, rgba(87, 229, 255, 0.055) 42%, rgba(216, 226, 236, 0.07) 58%, transparent 100%);
  opacity: 0.92;
}

.zgcm-home-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.zgcm-lx-nav {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  min-height: 64px;
  margin: 14px 0 0;
  padding: 8px 10px;
  border: 1px solid rgba(198, 225, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(11, 17, 34, 0.88), rgba(4, 7, 18, 0.76)),
    rgba(4, 10, 24, 0.72);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 42px rgba(89, 184, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(22px);
}

.zgcm-lx-nav::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(87, 229, 255, 0.38), transparent 28%, rgba(50, 212, 197, 0.22) 72%, rgba(216, 226, 236, 0.22));
  opacity: 0.38;
  mask-image: linear-gradient(#000, transparent 54%);
}

.zgcm-lx-brand,
.zgcm-lx-nav nav,
.zgcm-nav-cta,
.zgcm-btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
}

.zgcm-lx-brand {
  gap: 10px;
  color: #ffffff !important;
  font-weight: 850;
  white-space: nowrap;
}

.zgcm-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 38px;
  padding: 5px;
  border: 1px solid rgba(207, 233, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 30% 25%, rgba(87, 229, 255, 0.18), transparent 42%),
    radial-gradient(circle at 72% 24%, rgba(216, 226, 236, 0.13), transparent 46%),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    0 0 34px rgba(87, 229, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.zgcm-brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(87, 229, 255, 0.28)) drop-shadow(0 0 12px rgba(50, 212, 197, 0.18));
}

.zgcm-lx-brand > span:last-child {
  font-size: 16px;
  letter-spacing: 0;
}

.zgcm-lx-nav nav {
  justify-content: center;
  gap: 6px;
}

.zgcm-lx-nav nav a {
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  color: rgba(226, 238, 255, 0.74) !important;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none !important;
  transition: color 180ms ease, background 180ms ease;
}

.zgcm-lx-nav nav a:hover {
  background: rgba(137, 192, 255, 0.1);
  color: #ffffff !important;
}

.zgcm-nav-cta,
.zgcm-btn {
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  font-weight: 850;
  white-space: nowrap;
}

.zgcm-nav-cta {
  padding: 0 17px;
  border: 1px solid rgba(87, 229, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(87, 229, 255, 0.13), rgba(143, 125, 255, 0.1));
  color: #e7fbff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.zgcm-nav-cta:hover {
  background:
    linear-gradient(135deg, rgba(87, 229, 255, 0.18), rgba(50, 212, 197, 0.12));
}

.zgcm-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 28px;
  min-height: 730px;
  padding: 54px 0 28px;
}

.zgcm-hero::before,
.zgcm-hero::after {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}

.zgcm-hero::before {
  top: 18px;
  width: min(760px, 88vw);
  height: 310px;
  background:
    radial-gradient(ellipse at 46% 42%, rgba(94, 228, 255, 0.2), transparent 38%),
    radial-gradient(ellipse at 64% 36%, rgba(216, 226, 236, 0.12), transparent 42%);
  filter: blur(42px);
  opacity: 0.82;
}

.zgcm-hero::after {
  bottom: -112px;
  width: min(1280px, 116vw);
  height: 390px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(50, 212, 197, 0.22) 0%, rgba(91, 133, 255, 0.22) 28%, rgba(216, 226, 236, 0.09) 54%, transparent 74%);
  filter: blur(20px);
  opacity: 0.72;
}

.zgcm-hero-copy {
  min-width: 0;
  display: grid;
  justify-items: center;
  text-align: center;
}

.zgcm-eyebrow,
.zgcm-section-head span,
.zgcm-final-cta p {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.3;
  text-transform: uppercase;
}

.zgcm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(87, 229, 255, 0.22);
  border-radius: 999px;
  background: rgba(87, 229, 255, 0.07);
  color: #dffcff !important;
  text-decoration: none !important;
  box-shadow: 0 0 34px rgba(87, 229, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.zgcm-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 18px rgba(124, 243, 201, 0.9);
}

.zgcm-hero h1 {
  max-width: 980px;
  margin: 24px 0 22px;
  color: #ffffff;
  background: linear-gradient(180deg, #ffffff 0%, #f2f8ff 58%, #9fb7d5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 76px;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 0 46px rgba(132, 181, 255, 0.12);
  -webkit-text-fill-color: transparent;
}

.zgcm-hero-sub {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  font-weight: 520;
  line-height: 1.75;
  text-wrap: balance;
}

.zgcm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.zgcm-btn {
  min-width: 152px;
  padding: 0 22px;
  font-size: 15px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.zgcm-btn:hover {
  transform: translateY(-2px);
}

.zgcm-btn.primary {
  border: 1px solid rgba(195, 234, 255, 0.54);
  background:
    linear-gradient(135deg, #8de7ff 0%, #38d4c8 48%, #7aa4ff 100%);
  color: #02101d !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.16) inset,
    0 22px 62px rgba(88, 147, 255, 0.32),
    0 0 44px rgba(50, 212, 197, 0.11);
}

.zgcm-btn.primary:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14) inset, 0 24px 70px rgba(88, 147, 255, 0.42);
}

.zgcm-btn.secondary {
  border: 1px solid rgba(179, 217, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: #f4f9ff !important;
  backdrop-filter: blur(18px);
}

.zgcm-btn.secondary:hover {
  border-color: rgba(179, 217, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
}

.zgcm-trust-row {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.zgcm-hero-stage {
  position: relative;
  z-index: 2;
  width: min(1040px, 100%);
}

.zgcm-hero-stage::before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 50%;
  bottom: -34px;
  width: min(880px, 90vw);
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(87, 229, 255, 0.18), rgba(50, 212, 197, 0.1) 44%, transparent 70%);
  filter: blur(28px);
  transform: translateX(-50%);
}

.zgcm-trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(158, 205, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(226, 238, 255, 0.68);
  font-size: 12px;
  font-weight: 720;
}

.zgcm-topology-card,
.zgcm-cap-card,
.zgcm-marquee-wrap,
.zgcm-scenario-card,
.zgcm-data-card,
.zgcm-final-cta {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(13, 26, 55, 0.76), rgba(4, 9, 22, 0.68));
  box-shadow:
    0 30px 92px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.085);
  backdrop-filter: blur(24px);
}

.zgcm-topology-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 16px;
  width: 100%;
  background:
    linear-gradient(180deg, rgba(13, 21, 44, 0.9), rgba(3, 7, 18, 0.78)),
    rgba(4, 9, 22, 0.74);
  box-shadow:
    0 38px 130px rgba(0, 0, 0, 0.52),
    0 0 90px rgba(87, 229, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.zgcm-topology-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(87, 229, 255, 0.1), transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 28%),
    radial-gradient(ellipse at 48% 48%, rgba(87, 229, 255, 0.13), transparent 44%);
  opacity: 0.78;
}

.zgcm-topology-head,
.zgcm-route-copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.zgcm-topology-head {
  min-height: 40px;
  padding: 0 6px 0 8px;
  color: rgba(226, 238, 255, 0.78);
  font-size: 12px;
  font-weight: 780;
}

.zgcm-topology-head span,
.zgcm-topology-meta {
  display: inline-flex;
  align-items: center;
}

.zgcm-topology-head span {
  gap: 9px;
  color: rgba(239, 247, 255, 0.82);
}

.zgcm-topology-head span i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--teal), var(--silver));
  box-shadow: 0 0 18px rgba(87, 229, 255, 0.6);
}

.zgcm-topology-meta {
  gap: 9px;
}

.zgcm-topology-head b {
  color: var(--green);
  font-weight: 900;
}

.zgcm-topology-meta em {
  font-style: normal;
  color: rgba(226, 238, 255, 0.5);
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zgcm-topology-grid {
  position: relative;
  z-index: 1;
  height: 292px;
  margin: 10px 0 14px;
  overflow: hidden;
  border: 1px solid rgba(178, 218, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(rgba(126, 181, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 181, 255, 0.045) 1px, transparent 1px),
    radial-gradient(ellipse at 50% 52%, rgba(87, 229, 255, 0.14), transparent 32%),
    radial-gradient(ellipse at 82% 40%, rgba(50, 212, 197, 0.07), transparent 38%),
    linear-gradient(180deg, rgba(6, 16, 35, 0.68), rgba(1, 5, 15, 0.92));
  background-size: 56px 56px, 56px 56px, auto, auto, auto;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 -1px 0 rgba(87, 229, 255, 0.08);
}

.zgcm-topology-grid::before,
.zgcm-topology-grid::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(87, 229, 255, 0.74), rgba(50, 212, 197, 0.46), transparent);
  box-shadow: 0 0 18px rgba(87, 229, 255, 0.32);
  opacity: 0.82;
}

.zgcm-topology-grid::before {
  left: 15%;
  width: 34%;
}

.zgcm-topology-grid::after {
  right: 7%;
  width: 43%;
}

.zgcm-user-node,
.zgcm-core-node,
.zgcm-model-nodes span {
  position: absolute;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid rgba(154, 212, 255, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(12, 24, 50, 0.88), rgba(3, 9, 22, 0.86));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 44px rgba(89, 184, 255, 0.14);
  backdrop-filter: blur(14px);
}

.zgcm-user-node {
  left: 6%;
  top: 42%;
  width: 102px;
  height: 76px;
}

.zgcm-user-node span,
.zgcm-core-node strong {
  color: #ffffff;
  font-weight: 900;
}

.zgcm-user-node small,
.zgcm-core-node small {
  color: rgba(226, 238, 255, 0.58);
  font-size: 11px;
  font-weight: 700;
}

.zgcm-core-node {
  left: 43%;
  top: 31%;
  width: 148px;
  height: 148px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 28%, rgba(87, 229, 255, 0.26), transparent 42%),
    linear-gradient(180deg, rgba(15, 29, 60, 0.96), rgba(3, 9, 24, 0.94));
  animation: zgcm-core-pulse 3.8s ease-in-out infinite;
}

.zgcm-core-node::before,
.zgcm-core-node::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.zgcm-core-node::before {
  inset: -18px;
  border: 1px solid rgba(87, 229, 255, 0.18);
  opacity: 0.72;
  animation: zgcm-orbit-sheen 8s linear infinite;
}

.zgcm-core-node::after {
  inset: -36px;
  border: 1px solid rgba(216, 226, 236, 0.12);
  opacity: 0.5;
  animation: zgcm-orbit-sheen 11s linear infinite reverse;
}

.zgcm-core-node i {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 84px;
  height: 50px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.08), transparent 60%),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(218, 241, 255, 0.14);
  box-shadow: 0 0 30px rgba(87, 229, 255, 0.28), 0 0 34px rgba(50, 212, 197, 0.12);
}

.zgcm-core-node i img {
  display: block;
  width: 74px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(87, 229, 255, 0.32));
}

.zgcm-core-node strong,
.zgcm-core-node small {
  position: relative;
  z-index: 2;
}

.zgcm-model-nodes span {
  width: 98px;
  min-height: 44px;
  color: rgba(245, 250, 255, 0.9);
  font-size: 12px;
  font-weight: 850;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 32px rgba(87, 229, 255, 0.12);
}

.zgcm-model-nodes span:nth-child(1) { right: 6%; top: 9%; }
.zgcm-model-nodes span:nth-child(2) { right: 22%; top: 21%; }
.zgcm-model-nodes span:nth-child(3) { right: 7%; top: 36%; }
.zgcm-model-nodes span:nth-child(4) { right: 22%; top: 51%; }
.zgcm-model-nodes span:nth-child(5) { right: 8%; top: 66%; }
.zgcm-model-nodes span:nth-child(6) { right: 26%; top: 76%; }
.zgcm-model-nodes span:nth-child(7) { right: 37%; top: 8%; }

.zgcm-packet {
  position: absolute;
  z-index: 3;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #a8f7ff;
  box-shadow: 0 0 22px rgba(87, 229, 255, 0.88);
}

.zgcm-packet.p1 {
  top: 50%;
  left: 13%;
  animation: zgcm-packet-a 3.4s linear infinite;
}

.zgcm-packet.p2 {
  top: 50%;
  left: 50%;
  animation: zgcm-packet-b 3.6s linear infinite;
}

.zgcm-packet.p3 {
  top: 27%;
  left: 53%;
  animation: zgcm-packet-c 4.1s linear infinite;
}

.zgcm-route-copy {
  padding: 12px 14px;
  border: 1px solid rgba(155, 205, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.028));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.zgcm-route-copy span {
  color: rgba(226, 238, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
}

.zgcm-route-copy code {
  color: #d8fbff;
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  font-weight: 800;
}

.zgcm-section {
  padding: 62px 0;
}

.zgcm-capabilities {
  padding-top: 28px;
}

.zgcm-capabilities > .zgcm-section-head.zgcm-motion {
  opacity: 1;
  transform: none;
}

.zgcm-section-head {
  display: grid;
  gap: 14px;
  max-width: 780px;
  margin-bottom: 28px;
}

.zgcm-section-head h2,
.zgcm-final-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
}

.zgcm-cap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.zgcm-cap-card,
.zgcm-scenario-card,
.zgcm-data-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(13, 25, 52, 0.72), rgba(4, 8, 19, 0.66));
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.zgcm-cap-card::before,
.zgcm-scenario-card::before,
.zgcm-data-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(87, 229, 255, 0.08), transparent 38%, rgba(143, 125, 255, 0.08));
  opacity: 0;
  transition: opacity 180ms ease;
}

.zgcm-cap-card::after,
.zgcm-scenario-card::after,
.zgcm-data-card::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(217, 241, 255, 0.42), transparent);
  opacity: 0.5;
}

.zgcm-cap-card:hover,
.zgcm-scenario-card:hover,
.zgcm-data-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow:
    0 34px 92px rgba(0, 0, 0, 0.48),
    0 0 42px rgba(89, 184, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.zgcm-cap-card:hover::before,
.zgcm-scenario-card:hover::before,
.zgcm-data-card:hover::before {
  opacity: 1;
}

.zgcm-card-index {
  color: rgba(124, 243, 201, 0.82);
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  font-weight: 900;
}

.zgcm-card-label {
  margin-top: 34px;
  color: rgba(226, 238, 255, 0.54);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.zgcm-cap-card h3,
.zgcm-scenario-card h3 {
  position: relative;
  margin: 10px 0 10px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.zgcm-cap-card p,
.zgcm-scenario-card p {
  position: relative;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 520;
  line-height: 1.72;
}

.zgcm-marquee-wrap {
  overflow: hidden;
  padding: 16px 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.zgcm-model-track {
  display: flex;
  gap: 12px;
  width: max-content;
  padding: 7px 0;
  animation: zgcm-marquee 34s linear infinite;
}

.zgcm-model-track.is-reverse {
  animation-direction: reverse;
  animation-duration: 42s;
  opacity: 0.72;
}

.zgcm-model-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 184px;
  min-height: 64px;
  padding: 0 18px;
  border: 1px solid rgba(155, 205, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.026));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.zgcm-model-pill::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(87, 229, 255, 0.84), rgba(50, 212, 197, 0.76) 52%, rgba(216, 226, 236, 0.7));
  box-shadow: 0 0 22px rgba(87, 229, 255, 0.2);
}

.zgcm-model-pill b {
  flex: 1;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  font-weight: 900;
}

.zgcm-model-pill span {
  color: rgba(87, 229, 255, 0.72);
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-weight: 900;
}

.zgcm-scenario-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.zgcm-scenario-card {
  min-height: 220px;
}

.zgcm-scenario-card span {
  color: rgba(87, 229, 255, 0.72);
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  font-weight: 900;
}

.zgcm-data-section {
  position: relative;
}

.zgcm-data-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.zgcm-data-card {
  min-height: 178px;
  background:
    linear-gradient(180deg, rgba(12, 25, 54, 0.84), rgba(3, 9, 22, 0.72));
}

.zgcm-data-card span {
  color: rgba(226, 238, 255, 0.58);
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.zgcm-data-card strong {
  display: block;
  margin: 26px 0 10px;
  color: #ffffff;
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

.zgcm-data-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
}

.zgcm-final-cta {
  display: grid;
  justify-items: center;
  gap: 18px;
  margin: 70px 0 48px;
  padding: 58px 24px;
  text-align: center;
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.46),
    0 0 90px rgba(143, 125, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(120deg, rgba(87, 229, 255, 0.12), transparent 32%),
    linear-gradient(250deg, rgba(50, 212, 197, 0.12), transparent 38%),
    rgba(7, 15, 34, 0.78);
}

.zgcm-final-cta p {
  margin: 0;
}

.zgcm-final-cta h2 {
  max-width: 780px;
  font-size: 50px;
}

.zgcm-motion {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--delay, 0ms);
}

.zgcm-motion.is-visible {
  opacity: 1;
  transform: translateY(0);
}

html body .zgcm-register-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  background: #111827;
  color: #fff !important;
  font-weight: 850;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16);
  white-space: nowrap;
}

html body .zgcm-register-cta:hover {
  background: #020617;
}

html body .zgcm-notice-popover-wrapper {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  width: min(860px, calc(100vw - 32px)) !important;
  max-width: min(860px, calc(100vw - 32px)) !important;
  max-height: min(82vh, 780px) !important;
  z-index: 80 !important;
}

html body .zgcm-notice-dialog {
  width: min(860px, calc(100vw - 32px)) !important;
  max-width: min(860px, calc(100vw - 32px)) !important;
  max-height: min(82vh, 780px) !important;
  border-radius: 18px !important;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
  background: #ffffff !important;
  color: #0f172a !important;
  font-family: Inter, "Microsoft YaHei", "PingFang SC", "Noto Sans SC", system-ui, sans-serif !important;
  letter-spacing: 0 !important;
}

html body .zgcm-notice-dialog * {
  box-sizing: border-box;
  letter-spacing: 0 !important;
}

html body .zgcm-notice-dialog :is(h1, h2, h3) {
  margin: 18px 0 10px !important;
  color: #0f172a !important;
  font-weight: 850 !important;
  line-height: 1.28 !important;
  word-break: keep-all !important;
}

html body .zgcm-notice-dialog h1 {
  margin-top: 0 !important;
  font-size: 24px !important;
}

html body .zgcm-notice-dialog h2 {
  font-size: 18px !important;
}

html body .zgcm-notice-dialog h3 {
  font-size: 15px !important;
}

html body .zgcm-notice-dialog :is(p, li, blockquote, td, th) {
  color: #334155 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.78 !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

html body .zgcm-notice-dialog strong {
  color: #0f172a !important;
  font-weight: 850 !important;
}

html body .zgcm-notice-dialog blockquote {
  margin: 12px 0 !important;
  padding: 10px 14px !important;
  border-left: 3px solid #0ea5e9 !important;
  border-radius: 0 10px 10px 0 !important;
  background: #f0f9ff !important;
}

html body .zgcm-notice-dialog :is(ul, ol) {
  margin: 10px 0 14px !important;
  padding-left: 22px !important;
}

html body .zgcm-notice-dialog li + li {
  margin-top: 6px !important;
}

html body .zgcm-notice-dialog :is(.prose, [class*="markdown"], [class*="content"], [data-radix-scroll-area-viewport]) {
  overflow-x: auto !important;
}

html body .zgcm-notice-dialog > *,
html body .zgcm-notice-dialog [data-radix-scroll-area-viewport],
html body .zgcm-notice-dialog [data-radix-scroll-area-viewport] > *,
html body .zgcm-notice-dialog :is(.prose, [class*="markdown"], [class*="content"]) {
  max-width: 100% !important;
  min-width: 0 !important;
}

html body .zgcm-notice-dialog [role="tablist"] {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  overflow: hidden !important;
}

html body .zgcm-notice-dialog [role="tab"] {
  min-width: 0 !important;
  max-width: 100% !important;
}

html body .zgcm-notice-dialog :has(> table) {
  max-width: 100% !important;
  overflow-x: auto !important;
}

html body .zgcm-notice-dialog table {
  width: 100% !important;
  min-width: 680px !important;
  margin: 14px 0 18px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  table-layout: auto !important;
}

html body .zgcm-notice-dialog th,
html body .zgcm-notice-dialog td {
  padding: 11px 13px !important;
  border-right: 1px solid #e2e8f0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
  vertical-align: top !important;
  text-align: left !important;
}

html body .zgcm-notice-dialog th {
  background: #f8fafc !important;
  color: #0f172a !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

html body .zgcm-notice-dialog th:last-child,
html body .zgcm-notice-dialog td:last-child {
  border-right: 0 !important;
}

html body .zgcm-notice-dialog tr:last-child td {
  border-bottom: 0 !important;
}

html body .zgcm-notice-dialog th:nth-child(1),
html body .zgcm-notice-dialog td:nth-child(1),
html body .zgcm-notice-dialog th:nth-child(2),
html body .zgcm-notice-dialog td:nth-child(2),
html body .zgcm-notice-dialog th:nth-child(3),
html body .zgcm-notice-dialog td:nth-child(3) {
  white-space: nowrap !important;
}

html body .zgcm-notice-dialog code {
  border-radius: 6px !important;
  background: #f1f5f9 !important;
  color: #0f172a !important;
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace !important;
  font-size: 0.92em !important;
  font-weight: 700 !important;
}

html body .zgcm-token-gpt55-hint {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 12px 0;
  padding: 10px 12px;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: #eff6ff;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.6;
  box-sizing: border-box;
}

html body .zgcm-token-gpt55-hint strong {
  color: #1d4ed8;
  font-weight: 800;
  white-space: nowrap;
}

html body .zgcm-token-gpt55-hint span {
  min-width: 0;
  color: #334155;
}

html body .zgcm-token-gpt55-hint code {
  padding: 1px 5px;
  border: 1px solid #dbeafe;
  border-radius: 6px;
  background: #ffffff;
  color: #1e40af;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
}

@keyframes zgcm-core-pulse {
  0%, 100% {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 42px rgba(89, 184, 255, 0.18);
  }
  50% {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 68px rgba(87, 229, 255, 0.36);
  }
}

@keyframes zgcm-orbit-sheen {
  from { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.04); }
  to { transform: rotate(360deg) scale(1); }
}

@keyframes zgcm-packet-a {
  from { transform: translateX(0); opacity: 0; }
  12% { opacity: 1; }
  85% { opacity: 1; }
  to { transform: translateX(270px); opacity: 0; }
}

@keyframes zgcm-packet-b {
  from { transform: translateX(0); opacity: 0; }
  12% { opacity: 1; }
  85% { opacity: 1; }
  to { transform: translateX(330px); opacity: 0; }
}

@keyframes zgcm-packet-c {
  from { transform: translate(0, 0); opacity: 0; }
  12% { opacity: 1; }
  85% { opacity: 1; }
  to { transform: translate(210px, -72px); opacity: 0; }
}

@keyframes zgcm-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-33.333%); }
}

@media (max-width: 1080px) {
  .zgcm-home-shell {
    width: min(100% - 34px, 960px);
  }

  .zgcm-lx-nav {
    grid-template-columns: 1fr auto;
  }

  .zgcm-lx-nav nav {
    display: none;
  }

  .zgcm-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    min-height: auto;
    padding: 58px 0 62px;
  }

  .zgcm-hero h1 {
    font-size: 60px;
  }

  .zgcm-hero-sub {
    max-width: 760px;
  }

  .zgcm-topology-grid {
    height: 280px;
  }

  .zgcm-cap-grid,
  .zgcm-data-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zgcm-scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .zgcm-home-shell {
    width: min(100% - 28px, 620px);
  }

  .zgcm-lx-nav {
    top: 10px;
    min-height: 58px;
    margin-top: 10px;
    gap: 10px;
    padding: 8px;
  }

  .zgcm-lx-brand {
    gap: 8px;
    font-size: 14px;
  }

  .zgcm-brand-mark {
    width: 52px;
    height: 32px;
    padding: 4px;
  }

  .zgcm-nav-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }

  .zgcm-hero {
    min-height: auto;
    padding: 44px 0 54px;
  }

  .zgcm-hero h1 {
    margin: 20px 0 18px;
    font-size: 42px;
    line-height: 1.12;
  }

  .zgcm-hero-sub {
    font-size: 16px;
    line-height: 1.72;
  }

  .zgcm-hero-actions {
    gap: 10px;
    margin-top: 26px;
  }

  .zgcm-btn {
    width: 100%;
    min-height: 50px;
  }

  .zgcm-trust-row span {
    min-height: 30px;
    padding: 0 10px;
    font-size: 11px;
  }

  .zgcm-trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 7px;
  }

  .zgcm-trust-row span {
    width: auto;
    justify-content: center;
    white-space: normal;
    text-align: center;
    line-height: 1.18;
  }

  .zgcm-topology-card {
    padding: 12px;
  }

  .zgcm-topology-grid {
    height: 324px;
  }

  .zgcm-user-node {
    left: 50%;
    top: 4%;
    transform: translateX(-50%);
  }

  .zgcm-core-node {
    left: 50%;
    top: 34%;
    width: 118px;
    height: 118px;
    transform: translateX(-50%);
  }

  .zgcm-topology-grid::before {
    left: 50%;
    top: 18%;
    width: 1px;
    height: 35%;
  }

  .zgcm-topology-grid::after {
    left: 50%;
    top: 62%;
    width: 1px;
    height: 27%;
  }

  .zgcm-model-nodes span {
    width: 86px;
  }

  .zgcm-model-nodes span:nth-child(1) { left: 4%; right: auto; top: 68%; }
  .zgcm-model-nodes span:nth-child(2) { left: 35%; right: auto; top: 70%; }
  .zgcm-model-nodes span:nth-child(3) { right: 4%; top: 68%; }
  .zgcm-model-nodes span:nth-child(4) { left: 4%; right: auto; top: 83%; }
  .zgcm-model-nodes span:nth-child(5) { left: 35%; right: auto; top: 84%; }
  .zgcm-model-nodes span:nth-child(6) { right: 4%; top: 83%; }
  .zgcm-model-nodes span:nth-child(7) { left: 35%; right: auto; top: 20%; }

  .zgcm-packet.p1 {
    left: 50%;
    top: 18%;
    animation-name: zgcm-packet-mobile-a;
  }

  .zgcm-packet.p2 {
    left: 50%;
    top: 59%;
    animation-name: zgcm-packet-mobile-b;
  }

  .zgcm-packet.p3 {
    display: none;
  }

  .zgcm-route-copy {
    align-items: flex-start;
    flex-direction: column;
  }

  .zgcm-section {
    padding: 44px 0;
  }

  .zgcm-section-head h2,
  .zgcm-final-cta h2 {
    font-size: 30px;
    line-height: 1.22;
  }

  .zgcm-cap-grid,
  .zgcm-scenario-grid,
  .zgcm-data-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .zgcm-cap-card,
  .zgcm-scenario-card,
  .zgcm-data-card {
    padding: 20px;
  }

  .zgcm-model-pill {
    min-width: 156px;
    min-height: 58px;
  }

  .zgcm-data-card strong {
    font-size: 34px;
  }

  .zgcm-final-cta {
    margin: 48px 0 34px;
    padding: 40px 18px;
  }

  html body .zgcm-notice-popover-wrapper,
  html body .zgcm-notice-dialog {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    max-height: 86vh !important;
  }

  html body .zgcm-notice-dialog {
    border-radius: 14px !important;
  }

  html body .zgcm-notice-dialog h1 {
    font-size: 20px !important;
  }

  html body .zgcm-notice-dialog :is(p, li, blockquote, td, th) {
    font-size: 13.5px !important;
    line-height: 1.72 !important;
  }

  html body .zgcm-notice-dialog table {
    min-width: 560px !important;
  }

  html body .zgcm-notice-dialog [data-radix-scroll-area-viewport] {
    overflow-x: hidden !important;
  }

  html body .zgcm-token-gpt55-hint {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

@keyframes zgcm-packet-mobile-a {
  from { transform: translateY(0); opacity: 0; }
  12% { opacity: 1; }
  85% { opacity: 1; }
  to { transform: translateY(132px); opacity: 0; }
}

@keyframes zgcm-packet-mobile-b {
  from { transform: translateY(0); opacity: 0; }
  12% { opacity: 1; }
  85% { opacity: 1; }
  to { transform: translateY(104px); opacity: 0; }
}

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

  .zgcm-motion {
    opacity: 1;
    transform: none;
  }
}
