.banner-hero {
  min-height: 780px;
  align-items: start;
  padding-top: 150px;
  background: #eef8ff;
}

/* 2026-07-06 product/site polish overrides */
.home-floating-tools {
  position: fixed;
  top: 52%;
  right: 22px;
  z-index: 220;
  transform: translateY(-50%);
  will-change: transform;
}

.device-line-section .container {
  max-width: var(--max-page);
}

.device-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
  align-items: stretch;
}

.device-line-item {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 20px;
  border-top: 0;
  text-align: center;
}

.device-line-item figure {
  min-height: 172px;
  place-items: center;
}

.device-line-item img {
  max-height: 168px;
}

.device-line-item div {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.device-line-item p {
  max-width: 360px;
  margin: 0 auto;
}

.industrial-focus-grid {
  grid-template-columns: 1fr;
  gap: 34px;
}

.industrial-focus-media {
  grid-template-columns: minmax(300px, 0.64fr) minmax(0, 1fr);
  align-items: stretch;
}

.industrial-focus-media img {
  min-height: 360px;
  height: 100%;
}

.solution-focus-switch {
  display: grid;
  gap: 26px;
}

.solution-focus-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid var(--color-border);
}

.solution-focus-tab {
  display: grid;
  gap: 8px;
  align-content: center;
  min-height: 84px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  padding: 16px 24px;
  text-align: left;
  cursor: pointer;
  transition: background var(--motion-fast), border-color var(--motion-fast), color var(--motion-fast);
}

.solution-focus-tab:hover,
.solution-focus-tab.is-active {
  background: linear-gradient(180deg, rgba(239, 246, 255, 0) 0%, #eff6ff 100%);
  border-bottom-color: var(--color-primary);
}

.solution-focus-tab span {
  color: var(--color-cta);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.solution-focus-tab strong {
  color: var(--color-text-strong);
  font-size: 18px;
  line-height: 1.25;
}

.solution-focus-panels {
  min-height: 430px;
}

.solution-focus-panel {
  display: none;
  grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.solution-focus-panel.is-active {
  display: grid;
}

.solution-focus-visual {
  display: grid;
  gap: 18px;
  margin: 0;
  border: 1px solid rgba(191, 219, 254, 0.86);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(219, 234, 254, 0.44) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(rgba(219, 234, 254, 0.26) 1px, transparent 1px) 0 0 / 42px 42px,
    #f8fbff;
  padding: 24px;
}

.solution-focus-visual.has-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 2 / 1;
  background: #fff;
  padding: 0;
}

.solution-focus-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-focus-visual-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--color-text-strong);
  font-weight: 900;
}

.solution-focus-visual-head span {
  color: var(--color-primary);
  font-size: 26px;
}

.solution-mini-chart,
.product-flow-strategy-chart,
.capability-revenue-chart,
.capability-grid-chart {
  width: 100%;
  min-height: 210px;
}

.chart-grid-line,
.flow-grid {
  fill: none;
  stroke: #dbeafe;
  stroke-width: 1;
  stroke-dasharray: 5 8;
}

.price-band {
  fill: #93c5fd;
  opacity: .32;
}

.price-band.is-valley {
  fill: #8fa4d2;
}

.price-band.is-flat {
  fill: #80bac8;
}

.price-band.is-peak {
  fill: #d6a35f;
}

.price-band.is-sharp {
  fill: #d98a8a;
}

.chart-area {
  fill: url("#capabilityRevenueArea");
}

.chart-line,
.flow-output,
.dispatch-output {
  fill: none;
  stroke: var(--color-primary);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 8px 10px rgba(37, 99, 235, .18));
}

.flow-load,
.dispatch-target {
  fill: none;
  stroke: var(--color-cta);
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.flow-limit {
  stroke: #f59e0b;
  stroke-width: 2;
  stroke-dasharray: 7 8;
}

.solution-mini-chart circle,
.capability-revenue-chart circle {
  fill: #fff;
  stroke: var(--color-primary);
  stroke-width: 4;
}

.solution-mini-chart text,
.product-flow-strategy-chart text,
.capability-revenue-chart text,
.capability-grid-chart text {
  fill: var(--color-text-muted);
  font-size: 16px;
  font-weight: 800;
}

.solution-safety-visual,
.solution-delivery-visual {
  display: grid;
  gap: 16px;
  min-height: 230px;
  align-content: center;
}

.solution-safety-visual {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}

.solution-safety-visual span,
.solution-delivery-visual span,
.product-flow-device-map span,
.product-flow-ops-board span,
.protection-chain span,
.delivery-track span,
.ops-cards span {
  display: grid;
  min-height: 76px;
  align-content: center;
  gap: 8px;
  border-radius: 14px;
  background: #fff;
  color: var(--color-text-strong);
  padding: 14px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(37, 99, 235, .08);
}

.solution-safety-visual i {
  height: 2px;
  background: #93c5fd;
}

.solution-safety-visual strong,
.solution-delivery-visual strong {
  grid-column: 1 / -1;
  color: var(--color-primary-dark);
  font-size: 18px;
}

.solution-delivery-visual {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solution-focus-visual figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.solution-focus-visual figcaption span {
  border-radius: var(--radius-pill);
  background: #eff6ff;
  color: #31547a;
  padding: 7px 11px;
  font-size: 13px;
  font-weight: 900;
}

.solution-focus-copy {
  display: grid;
  gap: 16px;
}

.solution-focus-copy > span {
  color: var(--color-cta);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.solution-focus-copy h3 {
  margin: 0;
  color: var(--color-text-strong);
  font-size: 36px;
  line-height: 1.18;
}

.solution-focus-copy p {
  max-width: 640px;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.75;
}

.product-value-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
  justify-items: center;
}

.product-value-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(420px, 1fr);
  gap: 54px;
  align-items: center;
  width: min(100%, 1100px);
  margin: 0 auto;
}

.product-value-copy {
  justify-items: start;
}

.product-value-points {
  width: min(100%, 920px);
  margin: 0 auto;
}

.product-value-points article {
  justify-items: center;
  text-align: center;
}

.product-value-actions {
  justify-content: center;
}

.product-flow-switch {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.product-flow-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid var(--color-border);
}

.product-flow-tab {
  display: grid;
  min-height: 84px;
  align-content: center;
  gap: 8px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  padding: 16px 24px;
  text-align: left;
  cursor: pointer;
}

.product-flow-tab:hover,
.product-flow-tab.is-active {
  background: linear-gradient(180deg, rgba(239, 246, 255, 0) 0%, #eff6ff 100%);
  border-bottom-color: var(--color-primary);
}

.product-flow-tab span {
  color: var(--color-cta);
  font-size: 13px;
  font-weight: 900;
}

.product-flow-tab strong {
  color: var(--color-text-strong);
  font-size: 18px;
  line-height: 1.25;
}

.product-flow-panel {
  display: none;
  grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1fr);
  gap: 38px;
  align-items: center;
}

.product-flow-panel.is-active {
  display: grid;
}

.product-flow-visual {
  display: grid;
  gap: 18px;
  min-height: 330px;
  margin: 0;
  border: 1px solid rgba(191, 219, 254, .86);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(219, 234, 254, 0.44) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(rgba(219, 234, 254, 0.26) 1px, transparent 1px) 0 0 / 42px 42px,
    #f8fbff;
  padding: 24px;
}

.product-flow-visual.is-image {
  display: block;
  aspect-ratio: 4 / 3;
  min-height: 0;
  overflow: hidden;
  padding: 0;
}

.product-flow-visual.is-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.product-flow-visual-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--color-text-strong);
  font-weight: 900;
}

.product-flow-device-map,
.product-flow-ops-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-content: center;
}

.product-flow-device-map em,
.product-flow-ops-board em,
.protection-chain em,
.delivery-track em,
.ops-cards em {
  color: var(--color-primary);
  font-size: 22px;
  font-style: normal;
  line-height: 1;
}

.product-flow-copy {
  display: grid;
  gap: 16px;
}

.product-flow-copy > span {
  color: var(--color-cta);
  font-size: 13px;
  font-weight: 900;
}

.product-flow-copy h3 {
  margin: 0;
  color: var(--color-text-strong);
  font-size: 34px;
  line-height: 1.18;
}

.product-flow-copy p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.72;
}

.product-flow-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-flow-copy li {
  border-radius: var(--radius-pill);
  background: #eff6ff;
  color: #31547a;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 900;
}

.product-access-layout {
  grid-template-columns: minmax(460px, 0.9fr) minmax(300px, 0.45fr);
  gap: 88px;
  align-items: center;
  margin-top: 26px;
  padding: 34px 0 28px;
}

.access-device img {
  max-height: 300px;
}

.access-chain {
  border-left: 0;
  padding-left: 0;
  gap: 22px;
  justify-content: center;
}

.access-chain li {
  gap: 18px;
}

.capability-visual-board {
  min-height: 480px;
}

.capability-graphic {
  width: 100%;
  min-height: 210px;
}

.capability-protection-graphic,
.capability-delivery-graphic,
.capability-ops-graphic,
.capability-topology-graphic {
  display: grid;
  align-content: center;
  gap: 16px;
}

.protection-chain,
.delivery-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.protection-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.protection-status strong {
  color: var(--color-primary-dark);
  font-size: 20px;
}

.protection-status span {
  border-radius: var(--radius-pill);
  background: #fff7ed;
  color: var(--color-cta);
  padding: 8px 12px;
  font-weight: 900;
}

.delivery-track {
  align-items: center;
}

.capability-delivery-graphic > strong {
  color: var(--color-primary-dark);
  font-size: 18px;
}

.capability-ops-graphic {
  grid-template-columns: 76px 1fr;
  min-height: 238px;
  border-radius: 18px;
  background: #fff;
  padding: 18px;
}

.ops-sidebar {
  display: grid;
  gap: 10px;
  align-content: start;
  border-radius: 14px;
  background: #eff6ff;
  padding: 12px;
}

.ops-sidebar span {
  height: 26px;
  border-radius: 8px;
  background: #bfdbfe;
}

.ops-main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ops-main i {
  min-height: 112px;
  border-radius: 14px 14px 4px 4px;
  background: linear-gradient(180deg, #93c5fd, #2563eb);
  align-self: end;
}

.ops-main i:nth-child(2) {
  min-height: 154px;
  background: linear-gradient(180deg, #fbbf24, #f97316);
}

.ops-main i:nth-child(3) {
  min-height: 86px;
  background: linear-gradient(180deg, #6ee7b7, #10b981);
}

.ops-main strong {
  grid-column: 1 / -1;
  color: var(--color-text-strong);
}

.ops-cards {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.capability-topology-graphic {
  position: relative;
  min-height: 250px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 50%, rgba(37, 99, 235, .12), transparent 34%),
    #fff;
  overflow: hidden;
}

.topology-center,
.topology-node {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--color-text-strong);
  font-weight: 900;
}

.topology-center {
  top: 50%;
  left: 50%;
  width: 92px;
  height: 92px;
  background: var(--color-primary);
  color: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 34px rgba(37, 99, 235, .24);
}

.topology-node {
  width: 136px;
  height: 62px;
  background: #eff6ff;
}

.topology-node.is-a {
  top: 26px;
  left: 42px;
}

.topology-node.is-b {
  top: 26px;
  right: 42px;
}

.topology-node.is-c {
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
}

.topology-line {
  position: absolute;
  height: 2px;
  background: #93c5fd;
  transform-origin: center;
}

.topology-line.is-a {
  top: 104px;
  left: 164px;
  width: 150px;
  transform: rotate(22deg);
}

.topology-line.is-b {
  top: 104px;
  right: 164px;
  width: 150px;
  transform: rotate(-22deg);
}

.topology-line.is-c {
  left: 50%;
  bottom: 93px;
  width: 2px;
  height: 64px;
}

@media (max-width: 1120px) {
  .device-line,
  .industrial-focus-media,
  .solution-focus-panel,
  .product-value-hero,
  .product-flow-panel,
  .product-access-layout {
    grid-template-columns: 1fr;
  }

  .solution-focus-tabs,
  .product-flow-tabs {
    grid-template-columns: 1fr;
  }

  .solution-focus-panels {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .device-line {
    gap: 28px;
  }

  .product-value-points,
  .protection-chain,
  .delivery-track,
  .ops-cards,
  .product-flow-device-map,
  .product-flow-ops-board,
  .solution-delivery-visual,
  .solution-safety-visual {
    grid-template-columns: 1fr;
  }

  .capability-ops-graphic {
    grid-template-columns: 1fr;
  }

  .home-floating-tools {
    display: none;
  }
}

/* 2026-07-15 final liquid-glass overrides, kept last to beat legacy homepage header rules */
.site-header {
  position: sticky;
  top: 0;
  z-index: 180;
  padding: 16px clamp(16px, 2.4vw, 32px) 0;
  background: transparent;
  pointer-events: none;
}

.header-shell {
  display: grid;
  grid-template-columns: minmax(220px, auto) minmax(0, 1fr);
  gap: clamp(12px, 2vw, 28px);
  width: min(100%, 1320px);
  max-width: 1320px;
  min-height: 76px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(18, 110, 156, 0.72), rgba(37, 99, 235, 0.38)),
    rgba(255, 255, 255, 0.16);
  box-shadow:
    0 22px 58px rgba(15, 23, 42, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.64),
    inset 0 -18px 38px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px) saturate(1.28);
  pointer-events: auto;
}

.header-shell::before {
  position: absolute;
  inset: 1px;
  border-radius: 17px;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.34), transparent 34%, rgba(255, 255, 255, 0.14) 72%, transparent);
  content: "";
  pointer-events: none;
}

.brand {
  min-width: min(300px, 31vw);
  height: 76px;
  padding: 0 0 0 clamp(12px, 1.5vw, 22px);
}

.brand img {
  width: min(300px, 30vw);
  max-height: 58px;
  object-fit: contain;
}

.primary-nav {
  justify-content: center;
  height: 76px;
  gap: clamp(2px, 0.7vw, 10px);
  padding: 0;
}

.nav-link,
.nav-parent {
  min-height: 44px;
  border-radius: var(--radius-pill);
  color: rgba(255, 255, 255, 0.9);
  padding: 0 clamp(9px, 0.9vw, 16px);
}

.nav-link:hover,
.nav-parent:hover,
.nav-link.is-active,
.nav-parent.is-active,
.nav-item.is-open > .nav-parent {
  color: #e0f7ff;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.nav-actions {
  margin-left: auto;
  padding-left: clamp(8px, 1vw, 16px);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.nav-cloud-login {
  background: rgba(255, 255, 255, 0.92);
  color: #126e9c;
}

.language-switch {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.82);
}

.nav-panel {
  top: calc(100% + 12px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 16px;
  background: rgba(248, 252, 255, 0.86);
  box-shadow:
    0 18px 42px rgba(15, 23, 42, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(18px) saturate(1.18);
}

.nav-panel strong {
  color: var(--color-text-strong);
}

.nav-panel span {
  color: var(--color-text-muted);
  opacity: 1;
}

.home-immersive-hero {
  min-height: clamp(680px, 100dvh, 900px);
  background: linear-gradient(135deg, #dff7ff 0%, #eef9ff 45%, #f8fafc 100%);
}

.home-immersive-hero .home-banner-shade {
  background:
    radial-gradient(circle at 76% 45%, rgba(103, 232, 249, 0.28), transparent 22%),
    radial-gradient(circle at 52% 84%, rgba(255, 255, 255, 0.26), transparent 30%),
    linear-gradient(90deg, rgba(6, 78, 113, 0.82) 0%, rgba(18, 110, 156, 0.54) 42%, rgba(219, 244, 255, 0.16) 82%),
    linear-gradient(180deg, rgba(7, 18, 33, 0.08) 0%, rgba(6, 78, 113, 0.28) 100%);
}

.home-immersive-hero .home-hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(300px, 0.62fr);
  grid-template-rows: auto auto auto;
  align-content: center;
  gap: 34px clamp(32px, 5vw, 88px);
  min-height: inherit;
  padding: 132px 0 86px;
}

.home-immersive-hero .home-hero-copy h1 {
  margin: 22px 0 18px;
  font-size: clamp(48px, 5.7vw, 82px);
  line-height: 1.05;
}

.home-immersive-hero .home-hero-copy p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 1.35vw, 21px);
}

.home-immersive-hero .home-hero-metrics span,
.home-immersive-hero .home-hero-progress span,
.home-immersive-hero .home-hero-glass-panel > span {
  text-transform: none;
}

@media (max-width: 1280px) {
  .header-shell {
    display: flex;
    min-height: 68px;
  }

  .primary-nav {
    position: fixed;
    inset: 88px 16px auto;
    display: none;
    height: auto;
    max-height: calc(100dvh - 112px);
    overflow: auto;
    align-items: stretch;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 16px;
    background: rgba(248, 252, 255, 0.9);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.18);
    padding: 12px;
    backdrop-filter: blur(18px) saturate(1.18);
  }

  body.is-nav-open .primary-nav {
    display: flex;
  }

  .primary-nav .nav-link,
  .primary-nav .nav-parent {
    width: 100%;
    justify-content: space-between;
    color: var(--color-text-strong);
  }

  .primary-nav .nav-actions {
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    border-left: 0;
  }
}

@media (max-width: 980px) {
  .home-immersive-hero .home-hero-stage {
    grid-template-columns: 1fr;
    padding-top: 118px;
  }
}

/* 2026-07-15 final breakpoint repair for liquid home header */
@media (min-width: 1024px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 180;
    height: auto;
    padding: 16px clamp(16px, 2.4vw, 32px) 0;
    background: transparent;
    pointer-events: none;
  }

  .header-shell {
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    align-items: center;
    min-height: 76px;
    margin: 0 auto;
    overflow: visible;
  }

  .brand {
    position: relative;
    z-index: 2;
    min-width: 0;
    width: min(300px, 24vw);
    height: 76px;
  }

  .brand img {
    width: min(300px, 24vw);
    max-height: 58px;
  }

  .nav-toggle {
    display: none !important;
  }

  .primary-nav,
  body.is-nav-open .primary-nav {
    position: relative !important;
    inset: auto !important;
    z-index: 3;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    min-width: 0;
    height: 76px !important;
    min-height: 76px;
    max-height: none !important;
    overflow: visible !important;
    gap: clamp(2px, 0.55vw, 8px);
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .nav-item {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
  }

  .nav-link,
  .nav-parent {
    min-height: 44px;
    padding: 0 clamp(8px, 0.72vw, 13px);
    white-space: nowrap;
  }

  .nav-panel {
    position: absolute !important;
    top: calc(100% + 12px) !important;
    left: 50%;
    right: auto;
    z-index: 10;
    display: grid !important;
    width: max-content;
    min-width: 238px;
    max-width: min(360px, calc(100vw - 48px));
    max-height: calc(100vh - 120px);
    overflow: auto;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translate(-50%, 12px);
    visibility: hidden !important;
  }

  .nav-item:hover .nav-panel,
  .nav-item:focus-within .nav-panel,
  .nav-item.is-open .nav-panel {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translate(-50%, 0);
    visibility: visible !important;
  }

  .home-immersive-hero {
    margin-top: -92px;
  }
}

@media (max-width: 1023px) {
  .site-header {
    padding: 8px;
  }

  .header-shell {
    display: flex !important;
    align-items: center;
    min-height: 64px;
    padding: 0 12px;
    border-radius: 14px;
  }

  .brand {
    min-width: 0;
    width: min(260px, calc(100vw - 96px));
    height: 64px;
    padding-left: 0;
  }

  .brand img {
    width: 100%;
    max-height: 52px;
  }

  .nav-toggle {
    display: inline-flex !important;
    flex: 0 0 44px;
    margin-left: auto;
  }

  .primary-nav {
    position: fixed !important;
    inset: 80px 8px auto !important;
    display: none !important;
    max-height: calc(100dvh - 96px);
    overflow: auto;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 6px;
    padding: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.56) !important;
    border-radius: 16px !important;
    background: rgba(248, 252, 255, 0.92) !important;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.18) !important;
    backdrop-filter: blur(18px) saturate(1.18) !important;
  }

  body.is-nav-open .primary-nav {
    display: flex !important;
  }

  .primary-nav .nav-link,
  .primary-nav .nav-parent {
    width: 100%;
    justify-content: space-between;
    color: var(--color-text-strong);
  }

  .primary-nav .nav-actions {
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    border-left: 0;
  }

  .primary-nav .nav-cloud-login {
    flex: 1;
    background: var(--color-primary);
    color: #fff;
  }

  .primary-nav .language-switch {
    color: var(--color-text-muted);
    background: rgba(255, 255, 255, 0.72);
  }

  .nav-panel {
    position: static !important;
    display: none !important;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0 0 8px;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none;
    visibility: visible !important;
  }

  .nav-item.is-open .nav-panel,
  .nav-item:focus-within .nav-panel {
    display: grid !important;
  }

  .home-immersive-hero {
    margin-top: -80px;
  }
}

/* 2026-07-15 liquid header breakpoint repair */
@media (min-width: 1024px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 180;
    height: auto;
    padding: 16px clamp(16px, 2.4vw, 32px) 0;
    background: transparent;
    pointer-events: none;
  }

  .header-shell {
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    align-items: center;
    min-height: 76px;
    margin: 0 auto;
    overflow: visible;
  }

  .brand {
    position: relative;
    z-index: 2;
    min-width: 0;
    width: min(300px, 24vw);
    height: 76px;
  }

  .brand img {
    width: min(300px, 24vw);
    max-height: 58px;
  }

  .nav-toggle {
    display: none !important;
  }

  .primary-nav,
  body.is-nav-open .primary-nav {
    position: relative !important;
    inset: auto !important;
    z-index: 3;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    min-width: 0;
    height: 76px !important;
    min-height: 76px;
    max-height: none !important;
    overflow: visible !important;
    gap: clamp(2px, 0.55vw, 8px);
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .nav-item {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
  }

  .nav-link,
  .nav-parent {
    min-height: 44px;
    padding: 0 clamp(8px, 0.72vw, 13px);
    white-space: nowrap;
  }

  .nav-panel {
    position: absolute !important;
    top: calc(100% + 12px) !important;
    left: 50%;
    right: auto;
    z-index: 10;
    display: grid !important;
    width: max-content;
    min-width: 238px;
    max-width: min(360px, calc(100vw - 48px));
    max-height: calc(100vh - 120px);
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 12px);
    visibility: hidden;
  }

  .nav-item:hover .nav-panel,
  .nav-item:focus-within .nav-panel,
  .nav-item.is-open .nav-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
    visibility: visible;
  }

  .home-immersive-hero {
    margin-top: -92px;
  }
}

@media (max-width: 1023px) {
  .site-header {
    padding: 8px;
  }

  .header-shell {
    display: flex !important;
    align-items: center;
    min-height: 64px;
    padding: 0 12px;
    border-radius: 14px;
  }

  .brand {
    min-width: 0;
    width: min(260px, calc(100vw - 96px));
    height: 64px;
    padding-left: 0;
  }

  .brand img {
    width: 100%;
    max-height: 52px;
  }

  .nav-toggle {
    display: inline-flex !important;
    flex: 0 0 44px;
    margin-left: auto;
  }

  .primary-nav {
    position: fixed !important;
    inset: 80px 8px auto !important;
    display: none !important;
    max-height: calc(100dvh - 96px);
    overflow: auto;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 6px;
    padding: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.56) !important;
    border-radius: 16px !important;
    background: rgba(248, 252, 255, 0.92) !important;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.18) !important;
    backdrop-filter: blur(18px) saturate(1.18) !important;
  }

  body.is-nav-open .primary-nav {
    display: flex !important;
  }

  .primary-nav .nav-link,
  .primary-nav .nav-parent {
    width: 100%;
    justify-content: space-between;
    color: var(--color-text-strong);
  }

  .primary-nav .nav-actions {
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    border-left: 0;
  }

  .primary-nav .nav-cloud-login {
    flex: 1;
    background: var(--color-primary);
    color: #fff;
  }

  .primary-nav .language-switch {
    color: var(--color-text-muted);
    background: rgba(255, 255, 255, 0.72);
  }

  .nav-panel {
    position: static !important;
    display: none !important;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0 0 8px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .nav-item.is-open .nav-panel,
  .nav-item:focus-within .nav-panel {
    display: grid !important;
  }

  .home-immersive-hero {
    margin-top: -80px;
  }
}

/* 2026-07-15 liquid glass header and immersive home hero */
.site-header {
  position: sticky;
  top: 0;
  z-index: 160;
  padding: 16px clamp(16px, 2.4vw, 32px) 0;
  background: transparent;
  pointer-events: none;
}

.header-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, auto) minmax(0, 1fr);
  gap: clamp(12px, 2vw, 28px);
  width: min(100%, 1320px);
  max-width: 1320px;
  min-height: 76px;
  margin: 0 auto;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(18, 110, 156, 0.72), rgba(37, 99, 235, 0.38)),
    rgba(255, 255, 255, 0.16);
  box-shadow:
    0 22px 58px rgba(15, 23, 42, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.64),
    inset 0 -18px 38px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px) saturate(1.28);
  pointer-events: auto;
}

.header-shell::before {
  position: absolute;
  inset: 1px;
  border-radius: 17px;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.34), transparent 34%, rgba(255, 255, 255, 0.14) 72%, transparent);
  content: "";
  pointer-events: none;
}

.brand {
  position: relative;
  z-index: 1;
  min-width: min(300px, 31vw);
  height: 76px;
  padding: 0 0 0 clamp(12px, 1.5vw, 22px);
}

.brand img {
  width: min(300px, 30vw);
  max-height: 58px;
  object-fit: contain;
}

.primary-nav {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 76px;
  gap: clamp(2px, 0.7vw, 10px);
  padding: 0;
}

.primary-nav .nav-item {
  position: relative;
}

.nav-link,
.nav-parent {
  min-height: 44px;
  border-radius: var(--radius-pill);
  color: rgba(255, 255, 255, 0.9);
  padding: 0 clamp(9px, 0.9vw, 16px);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
}

.nav-link:hover,
.nav-parent:hover,
.nav-link.is-active,
.nav-parent.is-active,
.nav-item.is-open > .nav-parent {
  color: #e0f7ff;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.nav-actions {
  margin-left: auto;
  padding-left: clamp(8px, 1vw, 16px);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.nav-cloud-login,
.language-switch {
  min-height: 42px;
  border-radius: var(--radius-control);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.nav-cloud-login {
  background: rgba(255, 255, 255, 0.92);
  color: #126e9c;
}

.nav-cloud-login:hover,
.nav-cloud-login:focus-visible {
  background: var(--color-cta);
  color: #fff;
}

.language-switch {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.82);
}

.nav-panel {
  top: calc(100% + 12px);
  min-width: 238px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 16px;
  background: rgba(248, 252, 255, 0.86);
  box-shadow:
    0 18px 42px rgba(15, 23, 42, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(18px) saturate(1.18);
}

.nav-group-title {
  color: var(--color-primary);
}

.nav-panel a {
  margin: 0 8px;
  border-radius: 10px;
}

.nav-panel a:hover,
.nav-panel a.is-active {
  background: #2563eb14;
}

.nav-panel strong {
  color: var(--color-text-strong);
}

.nav-panel span {
  color: var(--color-text-muted);
  opacity: 1;
}

.home-immersive-hero {
  min-height: clamp(680px, 100dvh, 900px);
  background: linear-gradient(135deg, #dff7ff 0%, #eef9ff 45%, #f8fafc 100%);
}

.home-immersive-hero .home-banner-image {
  filter: saturate(1.12) contrast(1.03);
  object-position: center;
  transform: scale(1.018);
}

.home-immersive-hero .home-banner-shade {
  background:
    radial-gradient(circle at 76% 45%, rgba(103, 232, 249, 0.28), transparent 22%),
    radial-gradient(circle at 52% 84%, rgba(255, 255, 255, 0.26), transparent 30%),
    linear-gradient(90deg, rgba(6, 78, 113, 0.82) 0%, rgba(18, 110, 156, 0.54) 42%, rgba(219, 244, 255, 0.16) 82%),
    linear-gradient(180deg, rgba(7, 18, 33, 0.08) 0%, rgba(6, 78, 113, 0.28) 100%);
}

.home-hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(300px, 0.62fr);
  grid-template-rows: auto auto auto;
  align-content: center;
  gap: 34px clamp(32px, 5vw, 88px);
  min-height: inherit;
  padding: 132px 0 86px;
  color: #fff;
}

.home-hero-copy {
  display: grid;
  align-content: center;
  max-width: 760px;
}

.home-hero-copy h1 {
  max-width: 800px;
  margin: 22px 0 18px;
  font-size: clamp(48px, 5.7vw, 82px);
  line-height: 1.05;
  letter-spacing: 0;
}

.home-hero-copy p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 1.35vw, 21px);
}

.home-hero-glass-panel {
  position: relative;
  display: grid;
  align-self: center;
  gap: 16px;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.08)),
    rgba(18, 110, 156, 0.28);
  box-shadow:
    0 28px 68px rgba(15, 23, 42, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    inset 0 -28px 52px rgba(255, 255, 255, 0.08);
  padding: 28px;
  backdrop-filter: blur(18px) saturate(1.22);
}

.home-hero-glass-panel::after {
  position: absolute;
  right: -72px;
  bottom: -92px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(103, 232, 249, 0.35), rgba(37, 99, 235, 0.08) 48%, transparent 70%);
  content: "";
}

.home-hero-glass-panel > span {
  width: fit-content;
  border-radius: var(--radius-pill);
  background: rgba(224, 247, 255, 0.2);
  color: #e0f7ff;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.home-hero-glass-panel strong {
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
}

.home-hero-glass-panel p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.8;
}

.home-hero-node-map {
  position: relative;
  min-height: 120px;
  margin-top: auto;
}

.home-hero-node-map::before,
.home-hero-node-map::after {
  position: absolute;
  inset: 24px 34px;
  border: 1px solid rgba(224, 247, 255, 0.38);
  border-radius: 50%;
  content: "";
}

.home-hero-node-map::after {
  inset: 46px 72px;
  border-color: rgba(103, 232, 249, 0.48);
}

.home-hero-node-map i {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #67e8f9;
  box-shadow: 0 0 22px rgba(103, 232, 249, 0.85);
}

.home-hero-node-map i:nth-child(1) { left: 24%; top: 22%; }
.home-hero-node-map i:nth-child(2) { left: 58%; top: 12%; }
.home-hero-node-map i:nth-child(3) { left: 72%; top: 54%; }
.home-hero-node-map i:nth-child(4) { left: 36%; top: 70%; }

.home-hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2.5vw, 42px);
  max-width: 760px;
}

.home-hero-metrics article {
  display: grid;
  gap: 6px;
}

.home-hero-metrics strong {
  color: #67e8f9;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 0 28px rgba(103, 232, 249, 0.36);
}

.home-hero-metrics span,
.home-hero-progress span {
  display: block;
  width: auto;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  padding: 0;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: none;
}

.home-hero-progress {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: auto minmax(120px, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: min(560px, 100%);
}

.home-hero-progress i {
  position: relative;
  height: 2px;
  overflow: hidden;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.42);
}

.home-hero-progress i::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 58%;
  border-radius: inherit;
  background: linear-gradient(90deg, #67e8f9, rgba(255, 255, 255, 0.92));
  content: "";
}

@media (max-width: 1280px) {
  .site-header {
    padding: 12px 14px 0;
  }

  .header-shell {
    display: flex;
    min-height: 68px;
    border-radius: 16px;
  }

  .brand {
    min-width: 0;
    height: 68px;
  }

  .brand img {
    width: min(260px, 52vw);
  }

  .primary-nav {
    position: fixed;
    inset: 88px 16px auto;
    display: none;
    height: auto;
    max-height: calc(100dvh - 112px);
    overflow: auto;
    align-items: stretch;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 16px;
    background: rgba(248, 252, 255, 0.9);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.18);
    padding: 12px;
    backdrop-filter: blur(18px) saturate(1.18);
  }

  body.is-nav-open .primary-nav {
    display: flex;
  }

  .nav-toggle {
    display: inline-flex;
    margin-right: 8px;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.22);
  }

  .nav-toggle span {
    background: #fff;
  }

  .primary-nav .nav-link,
  .primary-nav .nav-parent {
    width: 100%;
    justify-content: space-between;
    color: var(--color-text-strong);
  }

  .primary-nav .nav-link:hover,
  .primary-nav .nav-parent:hover,
  .primary-nav .nav-link.is-active,
  .primary-nav .nav-parent.is-active {
    color: var(--color-primary);
    background: #2563eb12;
  }

  .primary-nav .nav-actions {
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    border-left: 0;
  }

  .primary-nav .nav-cloud-login {
    flex: 1;
    background: var(--color-primary);
    color: #fff;
  }

  .primary-nav .language-switch {
    border-color: var(--color-border);
    background: #fff;
    color: var(--color-text-muted);
  }

  .primary-nav .nav-panel {
    position: static;
    display: grid;
    min-width: 0;
    margin: 4px 0 10px;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
  }
}

@media (max-width: 980px) {
  .home-hero-stage {
    grid-template-columns: 1fr;
    padding-top: 118px;
  }

  .home-hero-glass-panel {
    min-height: 280px;
  }

  .home-hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .home-immersive-hero {
    min-height: 760px;
  }

  .home-hero-stage {
    width: min(calc(100% - 32px), var(--max-page));
    gap: 24px;
    padding-top: 104px;
    padding-bottom: 62px;
  }

  .home-hero-copy h1 {
    margin-top: 16px;
    font-size: 40px;
  }

  .home-hero-copy p,
  .home-hero-glass-panel p {
    font-size: 15px;
  }

  .home-hero-glass-panel {
    min-height: 250px;
    padding: 22px;
  }

  .home-hero-metrics {
    gap: 18px;
  }

  .home-hero-metrics strong {
    font-size: 34px;
  }
}

/* 2026-07-13 homepage refresh */
.home-banner-hero {
  position: relative;
  display: grid;
  min-height: clamp(560px, 78dvh, 760px);
  overflow: hidden;
  background: #0f172a;
  isolation: isolate;
}

.home-banner-image,
.home-banner-shade {
  position: absolute;
  inset: 0;
}

.home-banner-image {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-banner-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 18, 33, 0.76) 0%, rgba(7, 18, 33, 0.48) 42%, rgba(7, 18, 33, 0.08) 76%),
    linear-gradient(180deg, rgba(7, 18, 33, 0.12) 0%, rgba(7, 18, 33, 0.4) 100%);
}

.home-banner-content,
.home-statement-section .container,
.home-product-section .container,
.layout-section > .container,
.home-contact-inner {
  width: min(calc(100% - 48px), var(--max-page));
}

.home-banner-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  min-height: inherit;
  padding: 86px 0 104px;
  color: #fff;
}

.home-banner-content span,
.home-section-title span,
.home-contact-copy span {
  width: fit-content;
  border-radius: var(--radius-pill);
  background: rgba(37, 99, 235, 0.18);
  color: #dbeafe;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-banner-content h1 {
  max-width: 720px;
  margin: 18px 0 18px;
  font-size: 60px;
  line-height: 1.08;
  letter-spacing: 0;
}

.home-banner-content p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.8;
}

.home-statement-section {
  padding: 94px 0;
  background: #fff;
}

.home-statement-section p {
  max-width: 940px;
  margin: 0 auto;
  color: var(--color-text-strong);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.62;
  text-align: center;
}

.home-product-section {
  padding: 104px 0 112px;
  background: #f8fafc;
}

.home-section-title {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-bottom: 40px;
  text-align: center;
}

.home-section-title span {
  background: #2563eb12;
  color: var(--color-primary);
}

.home-section-title h2 {
  margin: 0;
  color: var(--color-text-strong);
  font-size: 48px;
  line-height: 1.14;
  letter-spacing: 0;
}

.home-product-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.home-product-card {
  display: grid;
  grid-template-rows: auto minmax(118px, auto);
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, 0.92);
  border-radius: var(--radius-panel);
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  transition: border-color var(--motion-base), box-shadow var(--motion-base), transform var(--motion-base);
}

.home-product-card:hover,
.home-product-card:focus-visible {
  border-color: rgba(37, 99, 235, 0.36);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  transform: translateY(-3px);
}

.home-product-card figure {
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #edf4fb;
}

.home-product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--motion-base);
}

.home-product-card:hover img,
.home-product-card:focus-visible img {
  transform: scale(1.035);
}

.home-product-card-foot {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  min-width: 0;
  border-top: 1px solid rgba(226, 232, 240, 0.9);
  padding: 22px 24px 24px;
}

.home-product-card-foot div {
  display: grid;
  min-width: 0;
  gap: 8px;
}

.home-product-card-foot span {
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.home-product-card-foot strong {
  color: var(--color-text-strong);
  font-size: 24px;
  line-height: 1.25;
}

.home-product-card-foot em {
  flex: 0 0 auto;
  color: var(--color-text-strong);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.home-solution-title p {
  max-width: 680px;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.7;
}

.home-contact-section {
  padding: 96px 0 108px;
  background: #0f172a;
  color: #fff;
}

.home-contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.72fr);
  gap: 48px;
  align-items: center;
}

.home-contact-copy {
  display: grid;
  gap: 18px;
}

.home-contact-copy h2 {
  margin: 0;
  font-size: 46px;
  line-height: 1.16;
  letter-spacing: 0;
}

.home-contact-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.8;
}

.home-contact-section .button-row {
  margin-top: 8px;
}

.home-contact-section .btn-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.home-contact-list {
  display: grid;
  gap: 12px;
}

.home-contact-list article {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, 0.06);
  padding: 18px 20px;
}

.home-contact-list span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
}

.home-contact-list strong {
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 18px;
  line-height: 1.45;
}

@media (max-width: 1120px) {
  .home-banner-content h1 {
    font-size: 50px;
  }

  .home-product-card-foot {
    align-items: start;
    flex-direction: column;
  }

  .home-contact-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .home-banner-hero {
    min-height: 560px;
  }

  .home-banner-content,
  .home-statement-section .container,
  .home-product-section .container,
  .layout-section > .container,
  .home-contact-inner {
    width: min(calc(100% - 32px), var(--max-page));
  }

  .home-banner-content {
    padding: 72px 0 82px;
  }

  .home-banner-shade {
    background:
      linear-gradient(90deg, rgba(7, 18, 33, 0.82) 0%, rgba(7, 18, 33, 0.58) 66%, rgba(7, 18, 33, 0.18) 100%),
      linear-gradient(180deg, rgba(7, 18, 33, 0.08) 0%, rgba(7, 18, 33, 0.48) 100%);
  }

  .home-banner-content h1 {
    max-width: 100%;
    font-size: 40px;
  }

  .home-banner-content p {
    font-size: 17px;
    line-height: 1.7;
  }

  .home-statement-section,
  .home-product-section,
  .home-contact-section {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .home-statement-section p {
    font-size: 24px;
    line-height: 1.65;
    text-align: left;
  }

  .home-section-title h2,
  .home-contact-copy h2 {
    font-size: 34px;
  }

  .home-product-mosaic {
    grid-template-columns: 1fr;
  }

  .home-product-card figure {
    aspect-ratio: 4 / 3;
  }

  .home-product-card-foot strong {
    font-size: 21px;
  }
}

.home-solution-overview {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 108px 0;
  background: #0f172a;
  color: #fff;
  isolation: isolate;
}

.home-solution-bg,
.home-solution-cover {
  position: absolute;
  inset: 0;
}

.home-solution-bg {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-solution-cover {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.72) 0%, rgba(15, 23, 42, 0.54) 48%, rgba(15, 23, 42, 0.68) 100%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.4) 0%, rgba(15, 23, 42, 0.76) 100%);
}

.home-solution-overview-inner,
.home-contact-panel {
  width: min(calc(100% - 48px), var(--max-page));
  margin: 0 auto;
}

.home-solution-overview-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 34px;
}

.home-solution-head {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) 220px;
  gap: 60px;
  align-items: center;
}

.home-solution-head > div:first-child {
  display: grid;
  gap: 16px;
}

.home-solution-head span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.home-solution-head h2 {
  margin: 0;
  color: #fff;
  font-size: 58px;
  line-height: 1.08;
  letter-spacing: 0;
}

.home-solution-head p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.85;
}

.home-solution-orbit {
  position: relative;
  display: grid;
  width: 188px;
  height: 188px;
  place-items: center;
  justify-self: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.home-solution-orbit::before {
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: inherit;
  content: "";
}

.home-solution-orbit span {
  max-width: 130px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  line-height: 1.8;
  text-align: center;
}

.home-solution-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
}

.home-solution-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(8, 13, 21, 0.28);
  backdrop-filter: blur(8px);
}

.home-solution-cell {
  display: grid;
  min-height: 238px;
  align-content: start;
  gap: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  padding: 26px 24px 28px;
  transition: background var(--motion-base), transform var(--motion-base);
}

.home-solution-cell:nth-child(5n) {
  border-right: 0;
}

.home-solution-cell:hover,
.home-solution-cell:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.home-solution-cell span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 900;
}

.home-solution-cell h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.26;
  letter-spacing: 0;
}

.home-solution-cell p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.72;
}

.home-contact-section {
  padding: 96px 0 104px;
  background: #06080b;
  color: #fff;
}

.home-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.86fr);
  min-height: 680px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-panel);
  background: #090b0f;
}

.home-contact-visual {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  margin: 0;
}

.home-contact-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
}

.home-contact-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 8, 11, 0.08) 0%, rgba(6, 8, 11, 0.72) 100%),
    linear-gradient(90deg, rgba(6, 8, 11, 0.12), rgba(6, 8, 11, 0.36));
  content: "";
}

.home-contact-visual figcaption {
  position: absolute;
  right: 38px;
  bottom: 46px;
  left: 38px;
  z-index: 1;
  display: grid;
  gap: 14px;
}

.home-contact-visual h2 {
  margin: 0;
  color: #fff;
  font-size: 44px;
  line-height: 1.14;
  letter-spacing: 0;
}

.home-contact-visual span,
.home-contact-form > span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.home-contact-form {
  display: grid;
  align-content: center;
  gap: 28px;
  padding: 56px 56px 60px;
  background: #06080b;
}

.home-contact-form h2 {
  max-width: 520px;
  margin: 0;
  color: #fff;
  font-size: 38px;
  line-height: 1.22;
  letter-spacing: 0;
}

.home-contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 24px;
}

.home-contact-fields label {
  display: grid;
  min-width: 0;
  gap: 8px;
}

.home-contact-fields label > span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  font-weight: 900;
}

.home-contact-fields input,
.home-contact-fields textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 0;
  background: transparent;
  color: #fff;
  padding: 10px 0 13px;
  font-size: 16px;
  outline: none;
  transition: border-color var(--motion-fast), box-shadow var(--motion-fast);
}

.home-contact-fields textarea {
  min-height: 118px;
  resize: vertical;
}

.home-contact-fields input::placeholder,
.home-contact-fields textarea::placeholder {
  color: rgba(219, 234, 254, 0.62);
}

.home-contact-fields input:focus,
.home-contact-fields textarea:focus {
  border-bottom-color: #93c5fd;
  box-shadow: 0 1px 0 #93c5fd;
}

.home-contact-fields .is-full {
  grid-column: 1 / -1;
}

.home-contact-form button {
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-weight: 900;
  letter-spacing: 2px;
  transition: background var(--motion-fast), color var(--motion-fast), transform var(--motion-fast);
}

.home-contact-form button:hover,
.home-contact-form button:focus-visible {
  background: #fff;
  color: #06080b;
  transform: translateY(-1px);
}

@media (max-width: 1120px) {
  .home-solution-head,
  .home-contact-panel {
    grid-template-columns: 1fr;
  }

  .home-solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-solution-cell:nth-child(5n) {
    border-right: 1px solid rgba(255, 255, 255, 0.22);
  }

  .home-solution-cell:nth-child(2n) {
    border-right: 0;
  }

  .home-solution-orbit {
    justify-self: start;
  }

  .home-contact-visual {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .home-solution-overview,
  .home-contact-section {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .home-solution-overview-inner,
  .home-contact-panel {
    width: min(calc(100% - 32px), var(--max-page));
  }

  .home-solution-head {
    gap: 28px;
  }

  .home-solution-head h2,
  .home-contact-visual h2,
  .home-contact-form h2 {
    font-size: 34px;
  }

  .home-solution-head p {
    font-size: 16px;
    line-height: 1.75;
  }

  .home-solution-orbit {
    display: none;
  }

  .home-solution-grid {
    grid-template-columns: 1fr;
  }

  .home-solution-cell,
  .home-solution-cell:nth-child(2n),
  .home-solution-cell:nth-child(5n) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    padding: 22px 20px;
  }

  .home-solution-cell:last-child {
    border-bottom: 0;
  }

  .home-contact-panel {
    min-height: 0;
  }

  .home-contact-visual {
    min-height: 360px;
  }

  .home-contact-visual figcaption {
    right: 22px;
    bottom: 28px;
    left: 22px;
  }

  .home-contact-form {
    padding: 28px 22px 30px;
  }

.home-contact-fields {
  grid-template-columns: 1fr;
  gap: 20px;
  }
}

/* 2026-07-13 homepage product catalog and solution imagery */
.home-product-mosaic {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-product-card {
  grid-template-rows: auto 1fr;
  border-radius: 12px;
}

.home-product-card figure {
  aspect-ratio: 16 / 10;
}

.home-product-card-foot {
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  min-height: 232px;
  padding: 20px;
}

.home-product-card-foot div {
  gap: 9px;
}

.home-product-card-foot span {
  font-size: 12px;
}

.home-product-card-foot strong {
  font-size: 20px;
}

.home-product-card-foot p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.62;
}

.home-product-card-foot ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 3px 0 0;
  padding: 0;
  list-style: none;
}

.home-product-card-foot li {
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: var(--radius-pill);
  background: rgba(37, 99, 235, 0.07);
  color: #2563eb;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  padding: 5px 8px;
}

.home-product-card-foot em {
  align-self: start;
}

/* 2026-07-14 homepage focused product and system layout */
.home-product-section .container {
  display: grid;
  gap: 52px;
}

.home-device-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 1120px);
  margin-inline: auto;
  gap: 34px;
  align-items: start;
}

.home-device-stage {
  display: grid;
  gap: 28px;
}

.home-device-more {
  display: flex;
  justify-content: center;
}

.home-device-more .btn {
  min-width: 138px;
}

.home-device-card {
  display: grid;
  min-width: 0;
  gap: 22px;
  color: inherit;
}

.home-device-visual {
  display: grid;
  min-height: 254px;
  margin: 0;
  place-items: center;
}

.home-device-visual img {
  display: block;
  width: min(100%, 330px);
  max-height: 246px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(15, 23, 42, 0.16));
  transition: transform var(--motion-base), filter var(--motion-base);
}

.home-device-card:hover .home-device-visual img,
.home-device-card:focus-visible .home-device-visual img {
  filter: drop-shadow(0 24px 30px rgba(15, 23, 42, 0.2));
  transform: translateY(-4px);
}

.home-device-copy {
  display: grid;
  gap: 10px;
  padding: 0 6px;
}

.home-device-copy span,
.home-system-copy > span {
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.home-device-copy h3,
.home-system-copy h3 {
  margin: 0;
  color: var(--color-text-strong);
  font-size: 24px;
  line-height: 1.24;
  letter-spacing: 0;
}

.home-device-copy p,
.home-system-copy p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.72;
}

.home-system-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  gap: 44px;
  align-items: start;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, 0.82);
  border-radius: 14px;
  background: #fff;
  color: inherit;
  padding: 30px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  transition: border-color var(--motion-base), box-shadow var(--motion-base), transform var(--motion-base);
}

.home-system-showcase:hover,
.home-system-showcase:focus-visible {
  border-color: rgba(37, 99, 235, 0.32);
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

.home-system-visual {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}

.home-system-visual img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.home-system-copy {
  display: grid;
  min-width: 0;
  gap: 14px;
}

.home-system-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.home-system-copy li {
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: var(--radius-pill);
  background: rgba(37, 99, 235, 0.07);
  color: #2563eb;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  padding: 6px 10px;
}

.home-system-copy em {
  margin-top: 6px;
  color: var(--color-text-strong);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.home-solution-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.home-solution-cell,
.home-solution-cell:nth-child(2n),
.home-solution-cell:nth-child(5n) {
  grid-column: span 2;
  min-height: 418px;
  border-right: 0;
  background: rgba(8, 13, 21, 0.42);
  padding: 16px 16px 24px;
}

.home-solution-cell:nth-child(4):nth-last-child(2),
.home-solution-cell:nth-child(5):last-child {
  grid-column: span 3;
}

.home-solution-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  margin: 0 0 4px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.home-solution-thumb::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.28));
}

.home-solution-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--motion-base);
}

.home-solution-cell:hover .home-solution-thumb img,
.home-solution-cell:focus-visible .home-solution-thumb img,
.home-solution-cell:active .home-solution-thumb img,
.home-solution-cell.is-active .home-solution-thumb img,
.home-solution-cell[aria-current="page"] .home-solution-thumb img {
  transform: scale(1.035);
}

.home-solution-cell:hover,
.home-solution-cell:focus-visible,
.home-solution-cell:active,
.home-solution-cell.is-active,
.home-solution-cell[aria-current="page"] {
  background: rgba(255, 255, 255, 0.1);
  outline: 1px solid rgba(255, 255, 255, 0.42);
  outline-offset: -1px;
  transform: translateY(-2px);
}

.home-solution-cell h3 {
  min-height: 82px;
  font-size: 22px;
}

.home-solution-cell p {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1120px) {
  .home-device-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .home-device-visual {
    min-height: 210px;
  }

  .home-device-visual img {
    max-height: 206px;
  }

  .home-system-showcase {
    grid-template-columns: 1fr;
  }

  .home-product-mosaic,
  .home-solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-solution-cell,
  .home-solution-cell:nth-child(2n),
  .home-solution-cell:nth-child(5n),
  .home-solution-cell:nth-child(4):nth-last-child(2),
  .home-solution-cell:nth-child(5):last-child {
    grid-column: auto;
    min-height: 0;
    border-right: 0;
  }

  .home-solution-cell h3 {
    min-height: 64px;
  }
}

@media (max-width: 760px) {
  .home-product-section .container {
    gap: 40px;
  }

  .home-device-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .home-device-card {
    gap: 16px;
  }

  .home-device-visual {
    min-height: 220px;
  }

  .home-device-visual img {
    max-height: 220px;
  }

  .home-device-copy {
    padding: 0;
  }

  .home-system-showcase {
    gap: 24px;
    padding: 18px;
  }

  .home-system-copy h3,
  .home-device-copy h3 {
    font-size: 21px;
  }

  .home-product-mosaic,
  .home-solution-grid {
    grid-template-columns: 1fr;
  }

  .home-product-card-foot {
    min-height: 0;
  }

  .home-solution-cell,
  .home-solution-cell:nth-child(2n),
  .home-solution-cell:nth-child(5n),
  .home-solution-cell:nth-child(4):nth-last-child(2),
  .home-solution-cell:nth-child(5):last-child {
    grid-column: auto;
    border-bottom: 0;
    padding: 16px;
  }

  .home-solution-cell h3 {
    min-height: 0;
  }
}

.banner-hero::after {
  background:
    linear-gradient(180deg, rgba(248, 252, 255, 0.94) 0%, rgba(248, 252, 255, 0.78) 42%, rgba(236, 247, 255, 0.94) 100%),
    radial-gradient(circle at 50% 78%, rgba(37, 99, 235, 0.18), transparent 36%);
}

.banner-hero-bg {
  opacity: 0.44;
  filter: saturate(1.08) blur(1px);
  transform: scale(1.015);
}

.banner-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  justify-items: center;
  text-align: center;
}

.banner-hero h1 {
  max-width: 920px;
  font-size: 70px;
  letter-spacing: 0;
}

.banner-hero p {
  max-width: 760px;
}

.banner-hero .button-row,
.solution-entry .button-row,
.resource-page-head .button-row {
  justify-content: center;
}

.hero-metric-strip {
  width: min(100%, 820px);
}

.hero-metric-strip div {
  border: 0;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 50px rgba(37, 99, 235, 0.1);
}

.story-band,
.secondary-band,
.section {
  padding-top: 112px;
  padding-bottom: 112px;
}

.solution-profit-focus {
  padding-bottom: 24px;
}

.solution-profit-focus + .quick-package-section {
  padding-top: 24px;
}

.layout-title,
.story-section-head,
.secondary-title,
.case-index-head {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.layout-title h2,
.story-section-head h2,
.secondary-title h2 {
  max-width: 900px;
  font-size: 50px;
  line-height: 1.12;
}

.layout-title span,
.story-kicker,
.secondary-title > span,
.case-index-head > span {
  width: fit-content;
  justify-self: center;
  border-radius: var(--radius-pill);
  background: #2563eb12;
  padding: 6px 14px;
}

.platform-stage {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f7fbff 0%, #eef7ff 100%);
}

.platform-stage::before,
.product-snapshot::before,
.product-access-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(219, 234, 254, 0.38) 1px, transparent 1px) 0 0 / 58px 58px,
    linear-gradient(rgba(219, 234, 254, 0.28) 1px, transparent 1px) 0 0 / 58px 58px;
  content: "";
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 78%, transparent);
}

.platform-stage .container,
.product-snapshot .container,
.product-access-section .container {
  position: relative;
  z-index: 1;
}

.platform-stage-layout {
  grid-template-columns: 1fr;
  justify-items: center;
}

.platform-stage-visual {
  width: min(100%, 980px);
  min-height: 430px;
}

.platform-stage-visual .story-dashboard {
  max-width: 880px;
  margin: 0 auto;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(37, 99, 235, 0.14);
}

.platform-stage-visual > img {
  right: 44px;
  width: 40%;
  border-radius: 18px;
}

.platform-stage-copy {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 980px);
  border-left: 0;
  padding-left: 0;
}

.platform-stage-copy article {
  border-top: 2px solid #bfdbfe;
  padding-top: 20px;
}

.solution-entry {
  padding-top: 142px;
  padding-bottom: 96px;
  background:
    linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%);
}

.solution-entry-grid {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.solution-entry-copy {
  justify-items: center;
  max-width: 920px;
}

.solution-entry-copy h1 {
  max-width: 920px;
  font-size: 58px;
}

.solution-entry-copy p {
  max-width: 760px;
}

.solution-entry-media {
  width: min(100%, 980px);
}

.product-hero {
  background:
    linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%);
}

.product-hero-inner {
  grid-template-columns: minmax(320px, 0.7fr) minmax(520px, 1.3fr);
}

.product-hero-device img {
  max-height: 330px;
}

.product-snapshot,
.product-access-section {
  position: relative;
  overflow: hidden;
  background: #f7fbff;
}

.product-snapshot-grid {
  gap: 72px;
}

.value-number-list {
  gap: 22px;
}

.product-snapshot .value-number-list article {
  border-left: 3px solid #bfdbfe;
  padding-left: 18px;
}

.product-module-rail {
  background: #fff;
}

.product-module-title p {
  max-width: 760px;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.72;
}

.product-module-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.module-flow-card {
  position: relative;
  display: grid;
  min-height: 246px;
  align-content: start;
  gap: 12px;
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-top: 3px solid #bfdbfe;
  border-radius: var(--radius-card);
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  padding: 24px;
  box-shadow: 0 14px 38px rgba(37, 99, 235, 0.08);
}

.module-flow-card:not(:last-child)::after {
  position: absolute;
  top: 40px;
  right: -18px;
  width: 18px;
  height: 2px;
  background: #93c5fd;
  content: "";
}

.module-flow-card > span {
  color: var(--color-cta);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.module-flow-card h3 {
  margin: 0;
  color: var(--color-text-strong);
  font-size: 24px;
  line-height: 1.22;
}

.module-flow-card p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.7;
}

.module-flow-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.module-flow-card li {
  border-radius: var(--radius-pill);
  background: #eff6ff;
  color: #31547a;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 900;
}

.product-access-layout {
  gap: 56px;
}

.access-chain {
  justify-content: center;
  border-left: 2px solid #dbeafe;
  padding-left: 24px;
}

.access-card-grid {
  gap: 28px;
}

.access-card-grid article {
  border-top: 2px solid #bfdbfe;
  padding-top: 18px;
}

.capability-compact-grid {
  gap: 28px;
}

.capability-image-card:first-child img {
  min-height: 390px;
}

.capability-image-card:not(:first-child) {
  column-gap: 24px;
}

.scenario-mini-grid {
  gap: 24px;
}

.device-line {
  gap: 22px;
}

.device-line-item {
  border-top: 1px solid #dbeafe;
}

.device-line-item:first-child {
  border-top: 0;
}

@media (max-width: 1120px) {
  .banner-hero h1,
  .solution-entry-copy h1 {
    font-size: 52px;
  }

  .platform-stage-copy {
    grid-template-columns: 1fr;
  }

  .product-hero-inner,
  .product-snapshot-grid,
  .product-access-layout,
  .product-module-map {
    grid-template-columns: 1fr;
  }

  .module-flow-card:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .banner-hero,
  .solution-entry,
  .product-hero {
    padding-top: 112px;
    padding-bottom: 58px;
  }

  .story-band,
  .secondary-band,
  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .banner-hero h1,
  .solution-entry-copy h1,
  .layout-title h2,
  .story-section-head h2,
  .secondary-title h2 {
    font-size: 36px;
  }

  .hero-metric-strip,
  .solution-entry-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-stage-visual {
    min-height: 360px;
  }

  .platform-stage-visual > img {
    position: static;
    width: 100%;
    margin-top: 16px;
  }

  .access-chain {
    border-left: 0;
    padding-left: 0;
  }
}

.home-pure-banner {
  position: relative;
  height: 900px;
  overflow: hidden;
  background: #eaf3fb;
}

.home-pure-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-intro-section {
  background: #fff;
  padding: 82px 32px 96px;
}

.home-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.72fr);
  gap: 54px;
  align-items: center;
}

.home-intro-copy {
  display: grid;
  gap: 20px;
}

.home-intro-copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--color-text-strong);
  font-size: 58px;
  line-height: 1.1;
  letter-spacing: 0;
}

.home-intro-copy p {
  max-width: 760px;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 18px;
  line-height: 1.72;
}

.home-intro-copy .home-intro-statement {
  border-left: 3px solid #bfdbfe;
  color: var(--color-text-strong);
  padding-left: 18px;
  font-size: 20px;
  font-weight: 700;
}

.home-intro-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-intro-proof article {
  display: grid;
  min-height: 128px;
  align-content: center;
  gap: 8px;
  border-top: 3px solid #bfdbfe;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  padding: 20px;
}

.home-intro-proof strong {
  color: var(--color-primary);
  font-size: 38px;
  line-height: 1;
}

.home-intro-proof span {
  color: var(--color-text-muted);
  font-weight: 800;
}

.platform-switch {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.platform-switch-tabs {
  display: grid;
  gap: 12px;
}

.platform-tab {
  display: grid;
  min-height: 118px;
  align-content: center;
  gap: 8px;
  border: 0;
  border-left: 4px solid transparent;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.58);
  color: var(--color-text-muted);
  padding: 20px 22px;
  text-align: left;
  transition: transform var(--motion-fast), background var(--motion-fast), border-color var(--motion-fast);
}

.platform-tab strong {
  color: var(--color-text-strong);
  font-size: 26px;
  line-height: 1;
}

.platform-tab span {
  font-size: 14px;
  font-weight: 800;
}

.platform-tab.is-active {
  border-left-color: var(--color-primary);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(37, 99, 235, 0.1);
  color: var(--color-primary);
  transform: translateX(6px);
}

.platform-switch-panels {
  min-width: 0;
}

.platform-panel {
  display: none;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1fr);
  min-height: 470px;
  gap: 26px;
  align-items: center;
  border: 1px solid rgba(191, 219, 254, 0.82);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  padding: 28px;
  box-shadow: 0 30px 90px rgba(37, 99, 235, 0.12);
  backdrop-filter: blur(16px);
}

.platform-panel.is-active {
  display: grid;
}

.platform-panel-copy {
  display: grid;
  gap: 14px;
}

.platform-panel-copy > span {
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.platform-panel-copy h3 {
  margin: 0;
  color: var(--color-text-strong);
  font-size: 38px;
  line-height: 1.12;
}

.platform-panel-copy p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.72;
}

.platform-panel-board {
  position: relative;
  min-height: 380px;
  display: grid;
  align-items: center;
}

.platform-panel-board .story-dashboard {
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin: 0;
  border: 0;
  background: #fff;
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.1);
}

.platform-panel-board figure {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 24px 72px rgba(37, 99, 235, 0.16);
}

.platform-panel-board figure img {
  display: block;
  width: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: center;
}

.advantage-band {
  background:
    radial-gradient(circle at 14% 18%, rgba(37, 99, 235, 0.12), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%);
  padding: 96px 32px;
}

.advantage-band-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.advantage-band-copy {
  display: grid;
  gap: 12px;
}

.advantage-band h2 {
  color: var(--color-text-strong);
}

.advantage-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.advantage-rail article {
  display: grid;
  min-height: 190px;
  align-content: start;
  gap: 14px;
  border: 1px solid rgba(191, 219, 254, 0.78);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
  padding: 22px;
  box-shadow: 0 22px 54px rgba(37, 99, 235, 0.1);
  backdrop-filter: blur(16px);
}

.advantage-rail strong {
  color: var(--color-text-strong);
  font-size: 24px;
}

.advantage-rail p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.65;
}

.glass-icon {
  position: relative;
  display: block;
  width: 78px;
  height: 78px;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: transparent;
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.14);
}

.glass-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

.glass-icon::before,
.glass-icon::after,
.glass-icon i {
  display: none;
  content: none;
}

.story-cta {
  border-top: 1px solid var(--color-border);
  background: linear-gradient(180deg, #fff 0%, #f4f9ff 100%);
  padding: 88px 32px;
}

.story-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  padding: 38px;
  box-shadow: 0 28px 72px rgba(37, 99, 235, 0.12);
  backdrop-filter: blur(18px);
}

.story-cta h2 {
  color: var(--color-text-strong);
}

.story-cta p {
  color: var(--color-text-muted);
}

.industrial-focus-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.industrial-focus-media {
  display: grid;
  gap: 18px;
}

.industrial-focus-media .profit-meter {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.industrial-focus-media .profit-meter > div {
  display: grid;
  min-height: 102px;
  align-content: center;
  gap: 4px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: #fff;
  padding: 18px;
  box-shadow: none;
}

.industrial-focus-media img {
  width: 100%;
  min-height: 390px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 24px 68px rgba(15, 23, 42, 0.12);
}

.solution-capability-steps {
  display: grid;
  gap: 0;
}

.solution-capability-steps article {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 26px;
  border-top: 1px solid var(--color-border);
  padding: 28px 0;
}

.solution-capability-steps article:first-child {
  border-top: 0;
  padding-top: 0;
}

.solution-capability-steps > article > span,
.microgrid-clean-points > article > span,
.dispatch-points > article > span {
  color: var(--color-primary);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.solution-capability-steps h3,
.microgrid-clean-points h3 {
  margin: 0 0 10px;
  color: var(--color-text-strong);
  font-size: 28px;
  line-height: 1.2;
}

.solution-capability-steps p,
.microgrid-clean-points p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.72;
}

.solution-capability-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.solution-capability-points li {
  border-radius: var(--radius-pill);
  background: #eff6ff;
  color: #31547a;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 900;
}

.microgrid-clean-section {
  background:
    linear-gradient(90deg, rgba(219, 234, 254, 0.36) 1px, transparent 1px) 0 0 / 58px 58px,
    linear-gradient(rgba(219, 234, 254, 0.26) 1px, transparent 1px) 0 0 / 58px 58px,
    #fff;
}

.microgrid-clean-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
}

.microgrid-clean-visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
  box-shadow: 0 26px 72px rgba(15, 23, 42, 0.12);
}

.microgrid-clean-visual img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}

.microgrid-clean-visual figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  padding: 16px 18px;
  backdrop-filter: blur(14px);
}

.microgrid-clean-visual strong {
  color: var(--color-text-strong);
  font-size: 20px;
}

.microgrid-clean-visual span {
  color: var(--color-text-muted);
  font-weight: 800;
}

.microgrid-clean-points {
  display: grid;
  gap: 0;
}

.microgrid-clean-points article {
  border-top: 1px solid var(--color-border);
  padding: 26px 0;
}

.microgrid-clean-points article:first-child {
  border-top: 0;
  padding-top: 0;
}

.story-band.dispatch-console-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(37, 99, 235, 0.12), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%);
}

.dispatch-copy h2,
.dispatch-points h3 {
  color: var(--color-text-strong);
}

.dispatch-copy p,
.dispatch-points p {
  color: var(--color-text-muted);
}

.dispatch-copy .tag-list li {
  background: #eff6ff;
  color: #31547a;
}

.dispatch-flow {
  border-color: #bfdbfe;
  background: #bfdbfe;
}

.dispatch-flow span {
  background: #fff;
  color: var(--color-primary);
}

.dispatch-points article {
  border-left: 0;
  border-top: 3px solid #bfdbfe;
  background: rgba(255, 255, 255, 0.68);
  padding: 18px 0 0;
}

.system-console-hero {
  background:
    linear-gradient(90deg, rgba(219, 234, 254, 0.28) 1px, transparent 1px) 0 0 / 58px 58px,
    linear-gradient(rgba(219, 234, 254, 0.22) 1px, transparent 1px) 0 0 / 58px 58px,
    linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.system-console-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.58fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
}

.system-console-copy {
  display: grid;
  gap: 18px;
}

.system-console-copy > span {
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.system-console-copy h1 {
  margin: 0;
  color: var(--color-text-strong);
  font-size: 52px;
  line-height: 1.08;
}

.system-console-copy p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 17px;
}

.system-console-tags .tag-list {
  margin: 0;
}

.system-console-downloads {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.system-console-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  padding: 12px;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.08);
}

.system-console-download-copy {
  display: grid;
  min-width: 0;
  gap: 6px;
}

.system-console-download-copy strong {
  color: var(--color-text-strong);
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}

.system-console-download-copy span {
  color: var(--color-text-muted);
  font-size: 12px;
  line-height: 1.4;
}

.system-console-download img {
  display: block;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.system-console-shell {
  overflow: hidden;
  border: 1px solid rgba(191, 219, 254, 0.86);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 30px 82px rgba(37, 99, 235, 0.13);
}

.system-console-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--color-border);
  padding: 18px 22px;
}

.system-console-top strong {
  color: var(--color-text-strong);
  font-size: 20px;
}

.system-console-top span {
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 800;
}

.system-console-body {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
}

.system-console-side {
  display: grid;
  gap: 10px;
  align-content: start;
}

.system-console-side span {
  border-radius: 12px;
  background: #eff6ff;
  color: #31547a;
  padding: 12px;
  font-size: 13px;
  font-weight: 900;
}

.system-console-main .story-dashboard {
  border: 0;
  background: #fff;
}

.system-module-lane {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 28px;
}

.system-module-lane article {
  display: grid;
  gap: 10px;
  border-top: 3px solid #bfdbfe;
  padding-top: 20px;
}

.system-module-lane h3 {
  margin: 0;
  color: var(--color-text-strong);
  font-size: 22px;
}

.system-module-lane p {
  margin: 0;
  color: var(--color-text-muted);
}

.system-flow-board {
  background: #f7fbff;
}

.system-module-switch {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.system-module-tabs {
  display: grid;
  gap: 12px;
  align-content: start;
}

.system-module-tab {
  display: grid;
  min-height: 92px;
  gap: 8px;
  border: 1px solid var(--color-border);
  border-left: 4px solid transparent;
  border-radius: var(--radius-panel);
  background: #fff;
  color: var(--color-text-muted);
  padding: 18px;
  text-align: left;
  transition: border-color var(--motion-fast), box-shadow var(--motion-fast), transform var(--motion-fast), background var(--motion-fast);
}

.system-module-tab span,
.capability-tab strong,
.system-module-panel-copy > span,
.capability-tab-panel > div > span,
.system-resource-card span {
  color: var(--color-cta);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.system-module-tab strong {
  color: var(--color-text-strong);
  font-size: 22px;
  line-height: 1.2;
}

.system-module-tab.is-active {
  border-color: #bfdbfe;
  border-left-color: var(--color-primary);
  background: #f8fbff;
  box-shadow: 0 16px 44px rgba(37, 99, 235, 0.1);
  transform: translateX(4px);
}

.system-module-panel {
  display: none;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  gap: 30px;
  align-items: center;
  min-height: 430px;
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.88);
  padding: 28px;
  box-shadow: 0 24px 70px rgba(37, 99, 235, 0.1);
}

.system-module-panel.is-active {
  display: grid;
}

.system-module-panel-copy {
  display: grid;
  gap: 14px;
}

.system-module-panel-copy h3,
.capability-tab-panel h3,
.system-resource-card h2 {
  margin: 0;
  color: var(--color-text-strong);
  line-height: 1.18;
}

.system-module-panel-copy h3 {
  font-size: 34px;
}

.system-module-panel-copy p,
.capability-tab-panel p,
.system-resource-card p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.75;
}

.system-module-panel-visual,
.capability-tab-panel figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius-card);
  background: #eff6ff;
}

.system-module-panel-visual img,
.capability-tab-panel img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.system-module-panel-visual figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, 0.86);
  color: var(--color-text-strong);
  padding: 12px 14px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.system-flow-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  overflow: visible;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  list-style: none;
}

.system-flow-line li {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 10px;
  row-gap: 8px;
  min-height: 208px;
  align-content: start;
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-radius: var(--radius-card);
  background: #fff;
  padding: 20px;
  box-shadow: 0 14px 38px rgba(37, 99, 235, 0.08);
}

.system-flow-line li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -23px;
  width: 28px;
  height: 2px;
  background: #93c5fd;
  content: "";
}

.system-flow-line li:not(:last-child)::before {
  position: absolute;
  top: calc(50% - 5px);
  right: -26px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #93c5fd;
  border-right: 2px solid #93c5fd;
  transform: rotate(45deg);
  content: "";
}

.system-flow-line li > span {
  display: grid;
  height: 42px;
  place-items: center;
  border-radius: var(--radius-control);
  background: #eff6ff;
  color: var(--color-primary);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.system-flow-line div {
  display: contents;
}

.system-flow-line em {
  align-self: center;
  min-width: 0;
  color: var(--color-primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.25;
}

.system-flow-line strong {
  grid-column: 1 / -1;
  min-width: 0;
  margin-top: 2px;
  color: var(--color-text-strong);
  font-size: clamp(18px, 1.08vw, 19px);
  letter-spacing: 0;
  line-height: 1.22;
  white-space: nowrap;
}

.system-flow-line li:nth-child(4) strong {
  font-size: clamp(16px, 0.98vw, 17px);
}

.system-flow-line p {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 2px;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.68;
}

.system-flow-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.system-flow-note span {
  border-radius: var(--radius-pill);
  background: #eff6ff;
  color: #31547a;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 900;
}

.system-resource-entry {
  padding-top: 68px;
  padding-bottom: 88px;
}

.system-resource-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-radius: var(--radius-card);
  background: linear-gradient(135deg, #f8fbff 0%, #fff 62%);
  padding: 30px;
  box-shadow: 0 18px 48px rgba(37, 99, 235, 0.1);
}

.system-resource-card > div:first-child {
  display: grid;
  gap: 10px;
}

.system-resource-card h2 {
  font-size: 34px;
}

.system-resource-action {
  justify-self: end;
}

.about-slogan {
  color: var(--color-primary);
  font-size: 24px;
  line-height: 1.25;
}

.about-intro-list {
  display: grid;
  gap: 12px;
  border-left: 3px solid #bfdbfe;
  padding-left: 18px;
}

.about-intro-list p {
  max-width: 820px;
  font-size: 16px;
  line-height: 1.78;
}

.about-image-panel img {
  height: 300px;
}

.about-stat-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.about-stat-strip article {
  display: grid;
  gap: 6px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-panel);
  background: #fff;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.08);
}

.about-stat-strip strong {
  color: var(--color-primary);
  font-size: 26px;
  line-height: 1;
}

.about-stat-strip span {
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 900;
}

.about-value-section {
  display: grid;
  gap: 6px;
}

.about-value-grid article {
  min-height: 150px;
  border-color: rgba(191, 219, 254, 0.9);
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.about-value-grid p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.72;
}

.about-timeline-band {
  background:
    linear-gradient(90deg, rgba(219, 234, 254, 0.32) 1px, transparent 1px) 0 0 / 58px 58px,
    linear-gradient(rgba(219, 234, 254, 0.24) 1px, transparent 1px) 0 0 / 58px 58px,
    #f7fbff;
}

.about-timeline {
  display: grid;
  gap: 0;
}

.about-timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-timeline-grid article {
  display: grid;
  min-height: 168px;
  align-content: start;
  gap: 12px;
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-top: 3px solid #bfdbfe;
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.88);
  padding: 20px;
  box-shadow: 0 14px 38px rgba(37, 99, 235, 0.08);
}

.about-timeline-grid strong {
  color: var(--color-primary);
  font-size: 24px;
  line-height: 1;
}

.about-timeline-grid p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.68;
}

.about-service-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.48fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.capability-showcase {
  padding-top: 76px;
  padding-bottom: 76px;
}

.product-access-section + .capability-showcase {
  padding-top: 64px;
}

.capability-tab-shell {
  display: grid;
  gap: 24px;
  margin-top: 32px;
}

.capability-tabs {
  display: flex;
  gap: 0;
  align-items: stretch;
  overflow-x: auto;
  border-bottom: 1px solid var(--color-border);
}

.capability-tab {
  position: relative;
  display: grid;
  flex: 1 1 220px;
  min-height: 78px;
  align-content: center;
  gap: 6px;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: transparent;
  padding: 14px 20px 16px;
  text-align: left;
  cursor: pointer;
  transition: border-color var(--motion-fast), background var(--motion-fast), color var(--motion-fast);
}

.capability-tab:hover {
  background: #f8fbff;
}

.capability-tab:focus-visible {
  outline: 3px solid #2563eb33;
  outline-offset: -3px;
}

.capability-tab span {
  color: var(--color-text-strong);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.28;
}

.capability-tab.is-active {
  border-bottom-color: var(--color-primary);
  background: linear-gradient(180deg, rgba(239, 246, 255, 0) 0%, #eff6ff 100%);
}

.capability-tab.is-active strong {
  color: var(--color-cta);
}

.capability-tab.is-active span {
  color: var(--color-primary-dark);
}

.capability-tab-panel {
  display: none;
  grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  border-top: 1px solid var(--color-border);
  padding-top: 28px;
}

.capability-tab-panel.is-active {
  display: grid;
}

.capability-tab-panel figure {
  box-shadow: 0 20px 58px rgba(15, 23, 42, 0.1);
}

.capability-visual-board {
  display: grid;
  min-height: 420px;
  align-content: space-between;
  gap: 20px;
  overflow: hidden;
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-radius: var(--radius-panel);
  background:
    linear-gradient(90deg, rgba(219, 234, 254, 0.42) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(rgba(219, 234, 254, 0.28) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  margin: 0;
  padding: 28px;
}

.capability-visual-board.has-image {
  display: block;
  min-height: 0;
  aspect-ratio: var(--capability-visual-ratio, 2 / 1);
  border: 0;
  border-radius: var(--radius-card);
  background: #fff;
  padding: 0;
}

.capability-visual-board.has-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.capability-board-head {
  display: grid;
  gap: 10px;
}

.capability-board-head span {
  width: fit-content;
  border-radius: var(--radius-pill);
  background: #fff7ed;
  color: var(--color-cta);
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 900;
}

.capability-board-head strong {
  max-width: 420px;
  color: var(--color-text-strong);
  font-size: 30px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.capability-board-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.capability-board-flow span {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 104px;
  align-content: center;
  gap: 8px;
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, 0.88);
  color: var(--color-text-strong);
  padding: 16px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.capability-board-flow span:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -14px;
  width: 16px;
  height: 2px;
  background: #93c5fd;
  content: "";
}

.capability-board-flow em {
  color: var(--color-primary);
  font-size: 22px;
  font-style: normal;
  line-height: 1;
}

.capability-board-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.capability-board-proof span {
  border-radius: var(--radius-pill);
  background: #eff6ff;
  color: #31547a;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.capability-visual-board > small {
  color: var(--color-text-subtle);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.capability-visual-board.is-safety {
  background:
    linear-gradient(90deg, rgba(254, 243, 199, 0.58) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(rgba(219, 234, 254, 0.24) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(180deg, #fffbeb 0%, #fff 100%);
}

.capability-visual-board.is-delivery {
  background:
    linear-gradient(90deg, rgba(191, 219, 254, 0.52) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(rgba(209, 250, 229, 0.42) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(180deg, #f0fdf4 0%, #fff 100%);
}

.capability-visual-board.is-ops,
.capability-visual-board.is-grid,
.capability-visual-board.is-vpp {
  background:
    linear-gradient(90deg, rgba(219, 234, 254, 0.48) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(rgba(224, 231, 255, 0.42) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(180deg, #eef2ff 0%, #fff 100%);
}

.capability-tab-panel img {
  height: 420px;
}

.capability-tab-panel > div {
  display: grid;
  gap: 16px;
}

.capability-tab-panel h3 {
  font-size: 34px;
}

.capability-tab-panel .tag-list li {
  background: #eff6ff;
  color: #31547a;
}

.capability-showcase + .compact-scenarios {
  padding-top: 64px;
}

.compact-scenarios {
  padding-bottom: 72px;
}

.compact-scenarios + .story-band {
  padding-top: 64px;
}

.product-parameters-wrap {
  display: grid;
  gap: 30px;
}

.product-parameters-table-shell {
  overflow-x: auto;
  border: 1px solid #d8ecfb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 52px rgba(15, 82, 142, 0.1);
}

.product-parameters-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.product-parameters-table th,
.product-parameters-table td {
  padding: 15px 22px;
  border-bottom: 1px solid #d6eaf8;
  text-align: center;
  vertical-align: middle;
}

.product-parameters-table thead th {
  background: #1682d7;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
}

.product-parameters-table tbody tr:nth-child(even) {
  background: #eaf7ff;
}

.product-parameters-table tbody tr:last-child th,
.product-parameters-table tbody tr:last-child td {
  border-bottom: 0;
}

.product-parameters-table tbody th {
  width: 28%;
  color: #24415f;
  font-weight: 800;
}

.product-parameters-table tbody td {
  color: #31547a;
  line-height: 1.72;
}

@media (max-width: 1320px) {
  .system-flow-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .system-flow-line li::before,
  .system-flow-line li::after {
    display: none;
  }

  .system-flow-line strong {
    white-space: normal;
  }
}

@media (max-width: 1120px) {
  .home-intro-grid,
  .platform-switch,
  .platform-panel,
  .advantage-band-inner,
  .industrial-focus-grid,
  .microgrid-clean-layout,
  .system-console-grid,
  .system-module-switch,
  .system-module-panel,
  .about-service-grid,
  .capability-tab-panel,
  .system-resource-card {
    grid-template-columns: 1fr;
  }

  .advantage-rail,
  .system-module-lane,
  .about-timeline-grid,
  .capability-tabs,
  .system-flow-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-tab.is-active,
  .system-module-tab.is-active,
  .capability-tab.is-active {
    transform: none;
  }

  .system-flow-line li::before,
  .system-flow-line li::after {
    display: none;
  }

  .module-flow-card:not(:last-child)::after {
    display: none;
  }

  .system-resource-action {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .home-pure-banner {
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 0;
  }

  .home-intro-section,
  .story-cta,
  .advantage-band {
    padding-right: 16px;
    padding-left: 16px;
  }

  .home-intro-copy h1,
  .platform-panel-copy h3,
  .system-console-copy h1 {
    font-size: 36px;
  }

  .home-intro-proof,
  .advantage-rail,
  .industrial-focus-media .profit-meter,
  .about-stat-strip,
  .about-timeline-grid,
  .system-console-body,
  .system-module-lane,
  .system-flow-line,
  .story-cta-inner {
    grid-template-columns: 1fr;
  }

  .system-console-downloads {
    grid-template-columns: 1fr;
  }

  .capability-tabs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    overflow: visible;
    border-bottom: 0;
  }

  .capability-tab {
    flex: none;
    min-height: 72px;
    border: 1px solid var(--color-border);
    border-left: 3px solid transparent;
    border-radius: var(--radius-panel);
    background: #fff;
    padding: 14px 16px;
  }

  .capability-tab.is-active {
    border-color: #bfdbfe;
    border-left-color: var(--color-primary);
    background: #f8fbff;
  }

  .platform-panel {
    min-height: auto;
    padding: 20px;
  }

  .platform-panel-board {
    min-height: auto;
  }

  .platform-panel-board figure {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .system-module-panel,
  .system-resource-card {
    padding: 20px;
  }

  .about-intro-list {
    border-left: 0;
    padding-left: 0;
  }

  .about-image-panel img {
    height: 220px;
  }

  .system-module-panel-copy h3,
  .capability-tab-panel h3,
  .system-resource-card h2 {
    font-size: 28px;
  }

  .system-module-panel-visual img,
  .capability-tab-panel img {
    height: 240px;
  }

  .capability-showcase {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .capability-visual-board {
    min-height: auto;
    gap: 16px;
    padding: 20px;
  }

  .capability-visual-board.has-image {
    aspect-ratio: var(--capability-visual-ratio, 2 / 1);
    padding: 0;
  }

  .capability-visual-board.has-image img {
    height: 100%;
  }

  .capability-board-head strong {
    max-width: none;
    font-size: 24px;
  }

  .capability-board-flow {
    grid-template-columns: 1fr;
  }

  .capability-board-flow span {
    min-height: 78px;
    padding: 14px;
  }

  .capability-board-flow span:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -14px;
    left: 24px;
    width: 2px;
    height: 16px;
  }

  .product-access-section + .capability-showcase,
  .capability-showcase + .compact-scenarios,
  .compact-scenarios + .story-band {
    padding-top: 52px;
  }

  .solution-capability-steps article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .microgrid-clean-visual img {
    min-height: 320px;
  }
}

/* Official-site style header and first-screen carousel */
.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  padding: 0;
  background: #126e9c;
  pointer-events: auto;
}

.header-shell {
  min-height: 70px;
  max-width: 1200px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.page-shell {
  margin-top: 0;
}

.brand {
  min-width: 300px;
  height: 70px;
  padding: 0;
}

.brand img {
  width: 300px;
  height: auto;
  border-radius: 0;
  object-fit: contain;
}

.brand span {
  display: none;
}

.primary-nav {
  flex: 1;
  min-width: 0;
  height: 70px;
  justify-content: flex-end;
  gap: 0;
  padding: 10px 0;
}

.nav-link,
.nav-parent {
  min-height: 50px;
  border-radius: 0;
  color: #ededed;
  padding: 0 9px;
  font-size: 14px;
  font-weight: 800;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.nav-actions {
  gap: 8px;
  margin-left: 8px;
  padding-left: 8px;
  border-left-color: rgba(255, 255, 255, 0.22);
}

.nav-cloud-login {
  min-height: 42px;
  background: #fff;
  color: #126e9c;
  padding: 0 14px;
}

.nav-cloud-login:hover,
.nav-cloud-login:focus-visible {
  background: #f97316;
  color: #fff;
}

.language-switch {
  min-height: 42px;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  padding: 0 10px;
}

.language-switch a:hover,
.language-switch a.is-active {
  color: #fff;
}

.nav-link:hover,
.nav-parent:hover,
.nav-link.is-active,
.nav-parent.is-active,
.nav-item.is-open > .nav-parent {
  color: #00acff;
  background: transparent;
}

.nav-parent span {
  font-size: 12px;
  transition: transform 180ms ease;
}

.nav-item:hover .nav-parent span,
.nav-item.is-open .nav-parent span {
  transform: rotate(180deg);
}

.nav-panel {
  top: 60px;
  left: 50%;
  right: auto;
  min-width: 210px;
  gap: 0;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  background: rgba(18, 110, 156, 0.96);
  box-shadow: 0 12px 26px rgba(11, 75, 110, 0.22);
  transform: translate(-50%, 12px);
  transition:
    opacity 180ms ease,
    transform 220ms ease,
    visibility 180ms ease;
}

.nav-item:hover .nav-panel,
.nav-item:focus-within .nav-panel,
.nav-item.is-open .nav-panel {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.nav-group-title {
  color: rgba(255, 255, 255, 0.58);
  padding: 8px 18px 4px;
}

.nav-panel a {
  border-radius: 0;
  padding: 10px 18px;
}

.nav-panel a:hover,
.nav-panel a.is-active {
  background: rgba(0, 172, 255, 0.18);
}

.nav-panel strong,
.nav-panel span {
  color: #fff;
}

.nav-panel span {
  opacity: 0.72;
}

.home-official-hero {
  margin-top: 0;
  contain: layout paint;
}

.home-official-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.home-official-slide {
  position: relative;
  flex: 0 0 100%;
  height: 100%;
  overflow: hidden;
}

.home-official-slide::after {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.02);
  content: "";
  pointer-events: none;
}

.home-official-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-official-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  width: 48px;
  height: 48px;
  border: 0;
  background: rgba(70, 78, 86, 0.68);
  opacity: 0.9;
  transform: translateY(-50%);
  transition: background 180ms ease, opacity 180ms ease;
}

.home-official-arrow::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 32px;
  line-height: 1;
}

.home-official-arrow.is-prev {
  left: 20px;
}

.home-official-arrow.is-next {
  right: 20px;
}

.home-official-arrow.is-prev::before {
  content: "‹";
}

.home-official-arrow.is-next::before {
  content: "›";
}

.home-official-arrow:hover {
  background: rgba(18, 110, 156, 0.92);
  opacity: 1;
}

.home-official-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  z-index: 7;
  display: flex;
  gap: 18px;
  transform: translateX(-50%);
}

.home-official-dot {
  width: 13px;
  height: 13px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0 0 1px rgba(49, 119, 170, 0.08);
  transition: background 180ms ease, transform 180ms ease;
}

.home-official-dot.is-active,
.home-official-dot:hover {
  background: #63a9f0;
  transform: scale(1.12);
}

.home-floating-tools {
  position: fixed;
  top: 52%;
  right: 22px;
  z-index: 110;
  display: grid;
  gap: 4px;
}

.home-floating-panel {
  position: absolute;
  top: 0;
  right: calc(100% + 12px);
  overflow: hidden;
  width: 226px;
  border: 1px solid rgba(18, 110, 156, 0.26);
  background: rgba(98, 165, 221, 0.96);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateX(10px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  visibility: hidden;
}

.home-floating-tools:hover .home-floating-panel,
.home-floating-tools:focus-within .home-floating-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

.floating-panel-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 62px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
  padding: 12px 16px;
  transition: background 180ms ease;
}

.floating-panel-row:hover,
.floating-panel-row:focus-visible {
  background: rgba(18, 110, 156, 0.38);
}

.floating-panel-row > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  font-size: 22px;
  line-height: 1;
}

.floating-panel-row strong {
  min-width: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}

.floating-panel-row.is-qr {
  min-height: 210px;
  align-content: start;
}

.floating-panel-row.is-qr .floating-qr {
  grid-column: 1 / -1;
  justify-self: center;
  width: 138px;
  height: 138px;
  border: 8px solid #fff;
  background: #fff;
  object-fit: contain;
}

.home-floating-tools > .floating-tool {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  background: rgba(90, 164, 226, 0.92);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  transition: background 180ms ease, transform 180ms ease;
}

.home-floating-tools > .floating-tool:hover,
.home-floating-tools > .floating-tool:focus-visible {
  background: #126e9c;
  transform: translateX(-2px);
}

@media (min-width: 1024px) {
  .primary-nav {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    max-height: none !important;
    overflow: visible !important;
    flex-direction: row !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}

@media (min-width: 1600px) {
  .brand {
    min-width: 351px;
  }

  .brand img {
    width: 351px;
    height: 64px;
  }

  .nav-link,
  .nav-parent {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 15px;
  }
}

@media (max-width: 1023px) {
  .site-header {
    padding: 0;
  }

  .header-shell {
    min-height: 64px;
    padding: 0 12px;
  }

  .brand {
    min-width: 0;
    width: min(260px, calc(100vw - 92px));
    height: 64px;
  }

  .brand img {
    width: 100%;
    height: auto;
  }

  .nav-toggle {
    display: inline-flex;
    flex: 0 0 44px;
    margin-right: 0;
    background: rgba(255, 255, 255, 0.18);
  }

  .nav-toggle span {
    background: #fff;
  }

  .primary-nav {
    inset: 64px 0 auto;
    height: auto;
    min-height: 0;
    max-height: calc(100dvh - 64px);
    overflow: auto;
    border: 0;
    border-radius: 0;
    background: rgba(18, 110, 156, 0.98);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.18);
  }

  .nav-link,
  .nav-parent {
    min-height: 46px;
    color: #fff;
  }

  .nav-actions {
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .nav-cloud-login {
    flex: 1;
  }

  .nav-panel {
    position: static;
    display: none;
    min-width: 0;
    margin: 0 0 8px;
    background: rgba(0, 85, 132, 0.46);
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
  }

  .nav-item.is-open .nav-panel,
  .nav-item:focus-within .nav-panel {
    display: grid;
    transform: none;
  }

  .home-pure-banner {
    width: 100%;
    max-width: 100%;
    aspect-ratio: auto;
    height: min(72vw, 520px);
  }

  .home-official-arrow {
    width: 38px;
    height: 44px;
  }

  .home-floating-tools {
    display: none;
  }
}

/* 2026-07-15 EOF liquid glass overrides */
.site-header {
  position: sticky;
  top: 0;
  z-index: 180;
  padding: 16px clamp(16px, 2.4vw, 32px) 0;
  background: transparent;
  pointer-events: none;
}

.header-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, auto) minmax(0, 1fr);
  gap: clamp(12px, 2vw, 28px);
  width: min(100%, 1320px);
  max-width: 1320px;
  min-height: 76px;
  margin: 0 auto;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(18, 110, 156, 0.72), rgba(37, 99, 235, 0.38)),
    rgba(255, 255, 255, 0.16);
  box-shadow:
    0 22px 58px rgba(15, 23, 42, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.64),
    inset 0 -18px 38px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px) saturate(1.28);
  pointer-events: auto;
}

.header-shell::before {
  position: absolute;
  inset: 1px;
  border-radius: 17px;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.34), transparent 34%, rgba(255, 255, 255, 0.14) 72%, transparent);
  content: "";
  pointer-events: none;
}

.brand {
  min-width: min(300px, 31vw);
  height: 76px;
  padding: 0 0 0 clamp(12px, 1.5vw, 22px);
}

.brand img {
  width: min(300px, 30vw);
  max-height: 58px;
  object-fit: contain;
}

.primary-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  gap: clamp(2px, 0.7vw, 10px);
  padding: 0;
}

.nav-link,
.nav-parent {
  min-height: 44px;
  border-radius: var(--radius-pill);
  color: rgba(255, 255, 255, 0.9);
  padding: 0 clamp(9px, 0.9vw, 16px);
}

.nav-link:hover,
.nav-parent:hover,
.nav-link.is-active,
.nav-parent.is-active,
.nav-item.is-open > .nav-parent {
  color: #e0f7ff;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.nav-actions {
  margin-left: auto;
  padding-left: clamp(8px, 1vw, 16px);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.nav-cloud-login {
  background: rgba(255, 255, 255, 0.92);
  color: #126e9c;
}

.language-switch {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.82);
}

.nav-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  right: auto;
  z-index: 12;
  display: grid;
  gap: 4px;
  width: max-content;
  min-width: 268px;
  max-width: min(380px, calc(100vw - 48px));
  max-height: calc(100vh - 120px);
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(191, 219, 254, 0.8);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 18px 42px rgba(15, 23, 42, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(-50%, 8px);
  visibility: hidden !important;
  backdrop-filter: blur(12px) saturate(1.08);
  transition:
    opacity 160ms ease,
    transform 180ms ease,
    visibility 160ms ease;
}

.primary-nav .nav-item::after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  width: max(100%, 268px);
  height: 12px;
  content: "";
  transform: translateX(-50%);
}

@media (min-width: 901px) {
  .primary-nav .nav-item::after {
    display: block;
  }
}

.nav-item:hover .nav-panel,
.nav-item:focus-within .nav-panel,
.nav-item.is-open .nav-panel {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translate(-50%, 0);
  visibility: visible !important;
}

.nav-panel strong {
  color: var(--color-text-strong);
}

.nav-panel span {
  color: var(--color-text-muted);
  opacity: 1;
}

.nav-group-title {
  padding: 4px 10px 6px;
  color: #2563eb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.nav-panel a {
  border-radius: 6px;
  padding: 12px 14px;
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.nav-panel a:hover,
.nav-panel a.is-active {
  background: #e0f2fe;
  color: #0f172a;
  transform: translateX(2px);
}

.nav-panel a:hover strong,
.nav-panel a.is-active strong {
  color: #0f172a;
}

.nav-panel.nav-panel-support {
  min-width: 268px;
  max-width: min(380px, calc(100vw - 48px));
  gap: 4px;
  padding: 12px;
}

.nav-panel.nav-panel-support a,
.nav-panel.nav-panel-products a {
  justify-items: start;
  text-align: left;
}

.nav-panel.nav-panel-support a strong,
.nav-panel.nav-panel-products a strong {
  width: 100%;
  text-align: left;
}

.home-immersive-hero {
  min-height: clamp(680px, 100dvh, 900px);
  background: linear-gradient(135deg, #dff7ff 0%, #eef9ff 45%, #f8fafc 100%);
}

.home-immersive-hero .home-banner-shade {
  background:
    radial-gradient(circle at 76% 45%, rgba(103, 232, 249, 0.28), transparent 22%),
    radial-gradient(circle at 52% 84%, rgba(255, 255, 255, 0.26), transparent 30%),
    linear-gradient(90deg, rgba(6, 78, 113, 0.82) 0%, rgba(18, 110, 156, 0.54) 42%, rgba(219, 244, 255, 0.16) 82%),
    linear-gradient(180deg, rgba(7, 18, 33, 0.08) 0%, rgba(6, 78, 113, 0.28) 100%);
}

.home-immersive-hero .home-hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(300px, 0.62fr);
  grid-template-rows: auto auto auto;
  align-content: center;
  gap: 34px clamp(32px, 5vw, 88px);
  min-height: inherit;
  padding: 132px 0 86px;
}

.home-immersive-hero .home-hero-copy h1 {
  margin: 22px 0 18px;
  font-size: clamp(48px, 5.7vw, 82px);
  line-height: 1.05;
}

.home-immersive-hero .home-hero-copy p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 1.35vw, 21px);
}

.home-immersive-hero .home-hero-metrics span,
.home-immersive-hero .home-hero-progress span,
.home-immersive-hero .home-hero-glass-panel > span {
  text-transform: none;
}

@media (max-width: 1023px) {
  .header-shell {
    display: flex;
    min-height: 68px;
  }

  .primary-nav {
    position: fixed;
    inset: 88px 16px auto;
    display: none;
    height: auto;
    max-height: calc(100dvh - 112px);
    overflow: auto;
    align-items: stretch;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 16px;
    background: rgba(248, 252, 255, 0.9);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.18);
    padding: 12px;
    backdrop-filter: blur(18px) saturate(1.18);
  }

  body.is-nav-open .primary-nav {
    display: flex;
  }

  .primary-nav .nav-link,
  .primary-nav .nav-parent {
    width: 100%;
    justify-content: space-between;
    color: var(--color-text-strong);
  }

  .primary-nav .nav-actions {
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    border-left: 0;
  }

  .nav-toggle {
    display: inline-flex;
    flex: 0 0 44px;
    margin-left: auto;
  }

  .primary-nav .nav-panel {
    position: static !important;
    display: none !important;
    width: 100%;
    min-width: 0;
    max-width: none;
    max-height: none;
    margin: 0 0 8px;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none;
    visibility: visible !important;
  }

  .primary-nav .nav-item.is-open .nav-panel,
  .primary-nav .nav-item:focus-within .nav-panel {
    display: grid !important;
  }
}

@media (max-width: 980px) {
  .home-immersive-hero .home-hero-stage {
    grid-template-columns: 1fr;
    padding-top: 118px;
  }
}

.product-hero {
  padding-top: 92px;
  padding-bottom: 36px;
}

.system-console-hero {
  padding-top: 92px;
  padding-bottom: 44px;
}

.product-snapshot,
.product-module-rail,
.product-access-section,
.capability-showcase,
.compact-scenarios,
.product-parameters-section,
.product-parameters-section + .story-band,
.system-module-section,
.system-flow-board,
.system-resource-entry {
  padding-top: 48px;
  padding-bottom: 48px;
}

.capability-showcase + .compact-scenarios {
  padding-top: 28px;
}

.compact-scenarios {
  padding-bottom: 36px;
}

.compact-scenarios + .story-band,
.product-parameters-section + .story-band {
  padding-top: 36px;
}

.product-value-points {
  width: min(100%, 1080px);
  gap: 20px;
}

.product-snapshot .product-value-points article {
  min-height: 178px;
  align-content: start;
  justify-items: center;
  gap: 12px;
  border: 1px solid rgba(191, 219, 254, 0.84);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  padding: 24px 22px 26px;
  text-align: center;
  box-shadow: 0 18px 46px rgba(37, 99, 235, 0.08);
}

.product-snapshot .product-value-points span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 999px;
  background: #eaf3ff;
  color: #2563eb;
  font-size: 22px;
  line-height: 1;
}

.product-snapshot .product-value-points strong {
  color: var(--color-text-strong);
  font-size: 18px;
  line-height: 1.28;
}

.product-snapshot .product-value-points p {
  max-width: 260px;
  margin: 0;
  color: #415a78;
  font-size: 15px;
  line-height: 1.7;
}

.resource-index-head {
  padding-bottom: 0;
}

.resource-page-head:not(.resource-index-head) {
  padding-bottom: 32px;
}

.resource-context-section {
  padding-top: 20px;
}

.resource-main-section {
  padding-top: 10px;
}

.resource-index-head p {
  display: grid;
  gap: 4px;
  justify-items: center;
}

.resource-index-head p span {
  display: block;
}

.resource-table {
  overflow-x: auto;
  overflow-y: hidden;
}

.resource-table .resource-row {
  grid-template-columns: minmax(420px, 2.3fr) minmax(190px, .8fr) minmax(150px, .6fr) minmax(82px, .34fr) minmax(138px, .55fr) minmax(82px, .34fr);
  min-width: 1120px;
}

.resource-table .resource-row > * {
  min-width: 0;
  white-space: nowrap;
}

.resource-table .resource-row strong,
.resource-table .resource-row span,
.resource-table .resource-row a {
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-access-section .story-section-head {
  margin-bottom: 0;
}

.product-access-section .story-section-head p {
  max-width: 560px;
}

.product-access-layout {
  position: relative;
  grid-template-columns: minmax(420px, 1fr) minmax(320px, 0.56fr);
  width: min(100%, 1120px);
  margin: 28px auto 0;
  gap: 40px;
  align-items: center;
  border: 1px solid rgba(191, 219, 254, 0.78);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.06) 1px, transparent 1px) 0 0 / 52px 52px,
    linear-gradient(rgba(37, 99, 235, 0.045) 1px, transparent 1px) 0 0 / 52px 52px,
    rgba(255, 255, 255, 0.74);
  padding: 28px 34px 30px;
  box-shadow: 0 22px 64px rgba(37, 99, 235, 0.1);
}

.access-device {
  align-content: center;
  justify-items: center;
  min-width: 0;
}

.access-device img {
  width: min(100%, 660px);
  max-height: 280px;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(15, 23, 42, 0.16));
}

.access-device figcaption {
  margin-top: 14px;
  color: #536985;
  font-size: 15px;
}

.access-chain {
  position: relative;
  display: grid;
  gap: 12px;
  justify-content: stretch;
  border-left: 2px solid #bfdbfe;
  padding: 8px 0 8px 24px;
}

.access-chain li {
  position: relative;
  grid-template-columns: 52px minmax(0, 1fr);
  min-height: 54px;
  gap: 14px;
  align-items: center;
}

.access-chain li::before {
  position: absolute;
  left: -31px;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: #2563eb;
  box-shadow: 0 0 0 1px #bfdbfe;
  content: "";
}

.access-chain span {
  width: 52px;
  height: 42px;
  border-radius: 8px;
  background: #eaf3ff;
  color: #2563eb;
  font-size: 15px;
}

.access-chain strong {
  color: var(--color-text-strong);
  font-size: 16px;
  line-height: 1.25;
}

.access-card-grid {
  counter-reset: access-card;
  width: min(100%, 1120px);
  margin: 22px auto 0;
  gap: 16px;
}

.access-card-grid article {
  counter-increment: access-card;
  position: relative;
  min-height: 176px;
  border: 1px solid rgba(191, 219, 254, 0.82);
  border-top: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  padding: 24px 22px 22px;
  box-shadow: 0 16px 42px rgba(37, 99, 235, 0.08);
}

.access-card-grid article::before {
  display: grid;
  width: 42px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  background: #fff7ed;
  color: #f97316;
  font-size: 12px;
  font-weight: 900;
  content: counter(access-card, decimal-leading-zero);
}

.access-card-grid h3 {
  font-size: 22px;
  line-height: 1.24;
}

.access-card-grid p {
  font-size: 15px;
  line-height: 1.64;
}

.access-card-grid .tag-list {
  gap: 8px;
}

.access-card-grid .tag-list li {
  padding: 7px 10px;
  font-size: 12px;
}

.scenario-mini-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 1040px);
  margin: 24px auto 0;
  gap: 18px;
  justify-content: center;
}

.scenario-mini-grid.is-count-1 {
  grid-template-columns: minmax(280px, 520px);
  width: min(100%, 560px);
}

.scenario-mini-grid.is-count-2 {
  grid-template-columns: repeat(2, minmax(260px, 360px));
  width: min(100%, 760px);
}

.scenario-mini-grid.is-count-3 {
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  width: min(100%, 920px);
}

.scenario-mini-grid article {
  overflow: hidden;
  gap: 0;
  border: 1px solid rgba(191, 219, 254, 0.84);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px rgba(37, 99, 235, 0.08);
}

.scenario-mini-grid img {
  height: 136px;
  border-radius: 0;
}

.scenario-mini-grid.is-count-1 img {
  height: 184px;
}

.scenario-mini-grid strong {
  min-height: 58px;
  align-items: center;
  padding: 0 18px;
  color: var(--color-text-strong);
  font-size: 16px;
  line-height: 1.35;
}

.scenario-mini-grid.is-count-1 strong {
  justify-items: center;
  min-height: 64px;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 1120px) {
  .product-access-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .access-device img {
    max-height: 250px;
  }

  .access-chain {
    width: min(100%, 540px);
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .product-hero,
  .system-console-hero {
    padding-top: 76px;
    padding-bottom: 30px;
  }

  .product-snapshot,
  .product-module-rail,
  .product-access-section,
  .capability-showcase,
  .compact-scenarios,
  .product-parameters-section,
  .product-parameters-section + .story-band,
  .system-module-section,
  .system-flow-board,
  .system-resource-entry {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .capability-showcase + .compact-scenarios,
  .compact-scenarios + .story-band,
  .product-parameters-section + .story-band {
    padding-top: 28px;
  }

  .product-snapshot .product-value-points article {
    min-height: auto;
    padding: 22px 18px;
  }

  .resource-main-section {
    padding-top: 10px;
  }

  .product-access-layout {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 22px;
    padding: 22px 18px;
  }

  .access-device img {
    max-height: 210px;
  }

  .access-chain {
    width: 100%;
  }

  .access-card-grid {
    gap: 14px;
  }

  .scenario-mini-grid,
  .scenario-mini-grid.is-count-1,
  .scenario-mini-grid.is-count-2,
  .scenario-mini-grid.is-count-3 {
    grid-template-columns: 1fr;
    width: min(100%, 520px);
  }

  .scenario-mini-grid img,
  .scenario-mini-grid.is-count-1 img {
    height: 170px;
  }

  .access-card-grid article {
    min-height: auto;
    padding: 22px 18px;
  }
}

/* 2026-07-16 product detail background cleanup */
.product-hero ~ .secondary-band,
.product-hero ~ .story-band {
  background: #fff;
}

.product-hero ~ .product-access-section .product-access-layout,
.product-hero ~ .product-module-rail .product-flow-visual:not(.is-image) {
  background: #fff;
}

.product-hero ~ .product-snapshot::before,
.product-hero ~ .product-access-section::before {
  display: none;
  background: none;
  content: none;
}

.product-flow-visual.is-image.is-product-cutout {
  display: flex;
  min-height: 330px;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-flow-visual.is-image.is-product-cutout img {
  width: 100%;
  height: 100%;
  max-height: 350px;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(15, 23, 42, 0.16));
}

.product-hero {
  padding-bottom: 20px;
}

.product-hero ~ .secondary-band,
.product-hero ~ .story-band {
  padding-top: 20px;
  padding-bottom: 20px;
}

.capability-visual-board.has-image.is-pv-four-coverage,
.capability-visual-board.has-image.is-agc-avc-control,
.capability-visual-board.has-image.is-cloud-edge-ops {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.capability-visual-board.has-image.is-pv-four-coverage img,
.capability-visual-board.has-image.is-agc-avc-control img,
.capability-visual-board.has-image.is-cloud-edge-ops img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
}

.product-hero ~ .capability-showcase .capability-visual-board {
  border-color: rgba(191, 219, 254, 0.62);
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 82, 142, 0.08);
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops {
  min-height: 430px;
  align-content: center;
  gap: 24px;
  overflow: visible;
  border: 0;
  background: transparent;
  padding: 8px 0;
  box-shadow: none;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .capability-board-head {
  display: none;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .capability-ops-graphic {
  min-height: 330px;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 18px;
  align-content: center;
  border: 1px solid rgba(191, 219, 254, 0.56);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 24px;
  box-shadow: 0 22px 52px rgba(15, 82, 142, 0.1);
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-sidebar {
  min-height: 176px;
  border-radius: 8px;
  background: #eef6ff;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-main {
  align-items: end;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-main i {
  border-radius: 8px;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-main strong {
  margin-top: 2px;
  color: var(--color-text-strong);
  font-size: 17px;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-cards {
  gap: 10px;
  margin-top: 6px;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-cards span {
  min-height: 70px;
  border: 1px solid rgba(219, 234, 254, 0.86);
  border-radius: 8px;
  background: #fff;
  padding: 12px 14px;
  box-shadow: 0 12px 28px rgba(15, 82, 142, 0.06);
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .capability-board-flow,
.product-hero ~ .capability-showcase .capability-visual-board.is-ops .capability-board-proof,
.product-hero ~ .capability-showcase .capability-visual-board.is-ops > small {
  display: none;
}

@media (max-width: 760px) {
  .product-hero ~ .capability-showcase .capability-visual-board.is-ops {
    min-height: auto;
    padding: 0;
  }

  .product-hero ~ .capability-showcase .capability-visual-board.is-ops .capability-ops-graphic {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-sidebar {
    display: none;
  }

  .product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-main i {
    min-height: 82px;
  }

  .product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-main i:nth-child(2) {
    min-height: 112px;
  }

  .product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-cards {
    grid-template-columns: 1fr;
  }
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .capability-ops-graphic {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  min-height: 340px;
  padding: 22px;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-platform-map {
  position: relative;
  display: grid;
  grid-template-columns: 152px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  min-height: 222px;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-controller-card {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 7px;
  min-height: 184px;
  border: 1px solid rgba(147, 197, 253, 0.82);
  border-radius: 8px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  padding: 18px 13px 14px;
  box-shadow: 0 16px 34px rgba(15, 82, 142, 0.11);
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-controller-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  width: 35px;
  height: 2px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.64), rgba(37, 99, 235, 0.2));
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-controller-screen {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  width: 90px;
  height: 56px;
  border: 1px solid rgba(96, 165, 250, 0.62);
  border-radius: 7px;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
  padding: 9px;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-controller-screen i {
  border-radius: 4px;
  background: linear-gradient(180deg, #60a5fa 0%, #2563eb 100%);
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-controller-screen i:nth-child(2) {
  background: linear-gradient(180deg, #fbbf24 0%, #f97316 100%);
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-controller-screen i:nth-child(3) {
  background: linear-gradient(180deg, #6ee7b7 0%, #10b981 100%);
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-controller-card strong {
  color: var(--color-text-strong);
  font-size: 22px;
  letter-spacing: 0;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-controller-card small {
  color: var(--color-text-muted);
  font-weight: 800;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-controller-port {
  width: 86px;
  height: 10px;
  border-radius: 6px;
  background:
    linear-gradient(90deg, #1e40af 0 18%, transparent 18% 26%, #1e40af 26% 44%, transparent 44% 56%, #1e40af 56% 74%, transparent 74% 82%, #1e40af 82% 100%),
    #dbeafe;
  opacity: 0.72;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-platform-stack {
  position: relative;
  display: grid;
  gap: 12px;
  padding-left: 34px;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-platform-stack::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 13px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.16), rgba(37, 99, 235, 0.72), rgba(37, 99, 235, 0.16));
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-link-line {
  position: absolute;
  left: 13px;
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.56);
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-link-line.is-top {
  top: 28px;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-link-line.is-mid {
  top: 50%;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-link-line.is-bottom {
  bottom: 28px;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-hub-dot {
  position: absolute;
  top: calc(50% - 6px);
  left: 8px;
  width: 12px;
  height: 12px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: #2563eb;
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.1);
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-platform-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
  min-height: 58px;
  border: 1px solid rgba(219, 234, 254, 0.92);
  border-radius: 8px;
  background: #ffffff;
  padding: 10px 14px;
  box-shadow: 0 12px 28px rgba(15, 82, 142, 0.06);
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-platform-card span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-platform-card strong,
.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-platform-card small {
  grid-column: 2;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-platform-card strong {
  color: var(--color-text-strong);
  font-size: 15px;
  line-height: 1.25;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-platform-card small {
  color: var(--color-text-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-platform-card.is-grid span {
  background: linear-gradient(180deg, #60a5fa 0%, #2563eb 100%);
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-platform-card.is-pv span {
  background: linear-gradient(180deg, #34d399 0%, #059669 100%);
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-platform-card.is-vpp span {
  background: linear-gradient(180deg, #fbbf24 0%, #f97316 100%);
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-workflow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-workflow-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 54px;
  border: 1px solid rgba(219, 234, 254, 0.92);
  border-radius: 8px;
  background: #f8fbff;
  padding: 10px 12px;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-workflow-step em {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #2563eb;
  font-style: normal;
  font-weight: 900;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-workflow-step strong {
  color: var(--color-text-strong);
  font-size: 14px;
  line-height: 1.25;
}

/* 2026-07-16 product/system/support grid background cleanup */
.product-hero ~ .product-module-rail .product-flow-visual:not(.is-image),
.product-hero ~ .product-access-section .product-access-layout,
.product-hero ~ .capability-showcase .capability-visual-board:not(.has-image):not(.is-ops),
.product-hero ~ .capability-showcase .capability-visual-board.is-safety:not(.has-image),
.product-hero ~ .capability-showcase .capability-visual-board.is-delivery:not(.has-image),
.product-hero ~ .capability-showcase .capability-visual-board.is-grid:not(.has-image),
.product-hero ~ .capability-showcase .capability-visual-board.is-vpp:not(.has-image) {
  background: #fff;
  background-image: none;
}

.product-hero ~ .capability-showcase .capability-visual-board.is-ops {
  background-image: none;
}

.product-hero ~ .product-snapshot::before,
.product-hero ~ .product-access-section::before {
  display: none;
  background: none;
  background-image: none;
  content: none;
}

.system-console-hero {
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.system-module-section,
.system-flow-board,
.system-resource-entry,
.resource-page-head,
.resource-context-section,
.resource-main-section {
  background-image: none;
}

.support-hero {
  background: linear-gradient(135deg, #f8fafc 0%, #fff 56%, #eff6ff 100%);
  padding-bottom: 20px;
}

.support-detail-section {
  padding-top: 20px;
}

.support-hero-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  justify-items: center;
}

.support-hero-grid .secondary-copy {
  justify-items: center;
  width: 100%;
  max-width: var(--max-page);
  text-align: center;
}

.support-hero-grid .secondary-copy p {
  max-width: none;
  white-space: nowrap;
}

/* 英文页面允许支持页首屏说明自然换行，避免固定宽度造成横向溢出。 */
html[lang="en"] body.is-locale-en .support-hero-grid .secondary-copy p {
  white-space: normal;
  overflow-wrap: anywhere;
}

html[lang="en"] body.is-locale-en .support-hero-grid .secondary-copy p {
  white-space: normal;
  overflow-wrap: anywhere;
}

.support-visual-stack {
  width: min(100%, var(--max-page));
}

@media (max-width: 760px) {
  .support-hero-grid .secondary-copy p {
    white-space: normal;
  }
}

.support-hero,
.support-visual-panel,
.support-overview-card,
.support-card-grid article,
.support-detail-grid > article,
.support-item-grid article,
.resource-table,
.resource-table .resource-row,
.filter-bar input,
.filter-bar select {
  background-image: none;
}

.capability-showcase .capability-tab {
  justify-items: center;
  text-align: center;
}

.capability-showcase .capability-tab strong,
.capability-showcase .capability-tab span {
  width: 100%;
  text-align: center;
}

.product-module-rail .product-module-title {
  max-width: 1120px;
}

.product-module-rail .product-module-title p {
  width: min(100%, 1040px);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-wrap: balance;
}

.product-module-rail .product-flow-tab {
  justify-items: center;
  text-align: center;
}

.product-module-rail .product-flow-tab span,
.product-module-rail .product-flow-tab strong {
  width: 100%;
  text-align: center;
}

.product-hero ~ .story-band .spec-table th {
  text-align: center;
  vertical-align: middle;
}

.product-hero ~ .story-band .spec-table td {
  vertical-align: middle;
}

@media (min-width: 980px) {
  .product-module-rail .product-module-title p {
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  .product-hero ~ .capability-showcase .capability-visual-board.is-ops .capability-ops-graphic {
    gap: 14px;
    padding: 18px;
  }

  .product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-platform-map {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
  }

  .product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-controller-card {
    min-height: 150px;
  }

  .product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-controller-card::after,
  .product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-platform-stack::before,
  .product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-link-line,
  .product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-hub-dot {
    display: none;
  }

  .product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-platform-stack {
    padding-left: 0;
  }

  .product-hero ~ .capability-showcase .capability-visual-board.is-ops .ops-workflow {
    grid-template-columns: 1fr;
  }
}
