/* AI Tokens and AI Gateway infrastructure pages */

.infrastructure-page {
  --infra-accent: #baf45a;
  --infra-rgb: 186, 244, 90;
  --infra-secondary: #59d9ff;
  overflow: hidden;
}

.infra-hero {
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  isolation: isolate;
  background-color: rgba(255, 255, 255, 0.58);
}

.infra-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.6;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(70, 81, 120, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 81, 120, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.68) 68%, transparent 100%);
}

.infra-hero-topline {
  min-height: 52px;
  padding: 0 28px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: rgba(48, 55, 82, 0.56);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
}

.infra-hero-topline span:last-child,
.infra-visual-head span:last-child,
.infra-board-topline span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.infra-hero-topline i,
.infra-visual-head i,
.infra-board-topline i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  background: var(--infra-accent);
  box-shadow: 0 0 12px rgba(var(--infra-rgb), 0.9);
  animation: infra-status-pulse 2.6s ease-in-out infinite;
}

.infra-hero-layout {
  min-height: 540px;
  padding: 54px 28px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: clamp(48px, 7vw, 112px);
}

.infra-hero-copy {
  max-width: 650px;
}

.infra-eyebrow,
.infra-section-heading > span,
.infra-operation-heading > span,
.infra-workflow-heading > span,
.infra-commercial-copy > span,
.infra-cta-copy > span {
  color: rgba(77, 62, 186, 0.72);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
}

.infra-eyebrow {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(var(--infra-rgb), 0.42);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: rgba(40, 46, 67, 0.72);
  background: rgba(255, 255, 255, 0.72);
}

.infra-hero-copy h1 {
  max-width: 660px;
  margin: 24px 0 0;
  font-size: 62px;
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 610;
}

.infra-title-line {
  display: block;
}

.infrastructure-gateway .infra-hero-copy h1 {
  font-size: 54px;
}

.infra-statement {
  max-width: 600px;
  margin: 22px 0 0;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 530;
}

.infra-description {
  max-width: 610px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.infra-actions,
.infra-cta-actions {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.infra-primary-action {
  color: #0a0d18;
  background: var(--infra-accent);
  box-shadow: 0 10px 30px rgba(var(--infra-rgb), 0.18);
}

.infra-primary-action:hover,
.infra-primary-action:focus-visible {
  color: #fff;
  background: #171a29;
}

.infra-secondary-action,
.infra-cta-contact {
  padding: 8px 0;
  border-bottom: 1px solid rgba(63, 69, 92, 0.26);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  transition: color 180ms ease, border-color 180ms ease;
}

.infra-secondary-action:hover,
.infra-secondary-action:focus-visible,
.infra-cta-contact:hover,
.infra-cta-contact:focus-visible {
  color: #5b49e8;
  border-color: #5b49e8;
}

.infra-hero-visual {
  min-width: 0;
  height: 420px;
  border: 1px solid rgba(var(--infra-rgb), 0.29);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  color: #f6f7ff;
  background-color: #070914;
  background-image:
    linear-gradient(rgba(var(--infra-rgb), 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--infra-rgb), 0.075) 1px, transparent 1px);
  background-size: 48px 48px;
  box-shadow:
    0 28px 60px rgba(20, 24, 43, 0.2),
    inset 0 0 70px rgba(var(--infra-rgb), 0.035);
}

.infra-visual-head,
.infra-board-topline {
  min-height: 48px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(164, 171, 220, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(224, 227, 251, 0.56);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
}

.token-quote-line {
  min-height: 82px;
  padding: 18px;
  border-bottom: 1px solid rgba(164, 171, 220, 0.13);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 6px 20px;
}

.token-quote-line span,
.token-quote-line small {
  color: rgba(222, 226, 250, 0.46);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
}

.token-quote-line strong {
  grid-row: 1 / 3;
  grid-column: 2;
  color: var(--infra-accent);
  font-size: 23px;
  font-weight: 540;
}

.token-route-table {
  padding: 0 18px;
}

.token-route-row {
  min-height: 47px;
  border-bottom: 1px solid rgba(164, 171, 220, 0.11);
  display: grid;
  grid-template-columns: 1.35fr 0.78fr 0.72fr;
  align-items: center;
  gap: 14px;
  color: rgba(237, 239, 255, 0.76);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
}

.token-route-head {
  min-height: 34px;
  color: rgba(217, 221, 249, 0.36);
  font-size: 7px;
}

.token-route-row > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.token-route-row b {
  color: rgba(var(--infra-rgb), 0.6);
  font-weight: 500;
}

.token-route-row > span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.token-route-row > span:last-child i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--infra-accent);
  box-shadow: 0 0 10px rgba(var(--infra-rgb), 0.74);
}

.token-routing-status {
  height: 48px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
}

.token-routing-status span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(225, 229, 250, 0.52);
}

.token-routing-status strong {
  color: var(--infra-accent);
  font-weight: 520;
}

.gateway-control-visual {
  isolation: isolate;
}

.gateway-control-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 48px 0 0;
  background: rgba(4, 6, 14, 0.55);
}

.gateway-signal-orb {
  width: 330px;
  height: 330px;
  position: absolute;
  z-index: -2;
  top: 10px;
  left: 50%;
  opacity: 0.27;
  mix-blend-mode: screen;
  transform: translateX(-50%);
  animation: infra-orb-drift 7s ease-in-out infinite;
}

.gateway-run-id {
  min-height: 104px;
  padding: 22px 22px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 7px;
}

.gateway-run-id span {
  color: var(--infra-secondary);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
}

.gateway-run-id strong {
  font-size: 22px;
  font-weight: 530;
}

.gateway-flow {
  padding: 0 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.gateway-flow::before {
  content: "";
  height: 1px;
  position: absolute;
  top: 45px;
  right: 11%;
  left: 11%;
  background: rgba(var(--infra-rgb), 0.36);
  box-shadow: 0 0 15px rgba(var(--infra-rgb), 0.18);
}

.gateway-stage {
  min-height: 116px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  color: rgba(237, 239, 255, 0.78);
}

.gateway-stage > span {
  align-self: flex-start;
  color: rgba(224, 227, 251, 0.34);
  font-family: var(--font-geist-mono), monospace;
  font-size: 7px;
}

.gateway-stage svg {
  width: 44px;
  height: 44px;
  padding: 12px;
  border: 1px solid rgba(var(--infra-rgb), 0.38);
  border-radius: 50%;
  position: relative;
  z-index: 2;
  color: var(--infra-accent);
  background: #0b0d1a;
  box-shadow: 0 0 26px rgba(var(--infra-rgb), 0.12);
}

.gateway-stage strong {
  font-family: var(--font-geist-mono), monospace;
  font-size: 7px;
  font-weight: 500;
}

.gateway-live-grid {
  margin: 2px 22px 0;
  border-top: 1px solid rgba(164, 171, 220, 0.14);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.gateway-live-grid > div {
  min-width: 0;
  min-height: 64px;
  padding: 14px 12px;
  border-right: 1px solid rgba(164, 171, 220, 0.12);
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.gateway-live-grid > div:last-child {
  border-right: 0;
}

.gateway-live-grid span {
  color: rgba(224, 227, 251, 0.36);
  font-family: var(--font-geist-mono), monospace;
  font-size: 7px;
}

.gateway-live-grid strong {
  overflow: hidden;
  color: rgba(243, 244, 255, 0.76);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.infra-metrics {
  min-height: 100px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.infra-metrics > div {
  min-width: 0;
  padding: 22px 28px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.infra-metrics > div:last-child {
  border-right: 0;
}

.infra-metrics strong {
  color: #252047;
  font-family: var(--font-geist-mono), monospace;
  font-size: 12px;
  font-weight: 600;
}

.infra-metrics span {
  color: var(--muted);
  font-size: 11px;
}

.infra-feature-section,
.infra-workflow-section,
.infra-commercial-section {
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto;
}

.infra-feature-section {
  padding: 148px 0 154px;
}

.infra-section-heading {
  display: grid;
  grid-template-columns: 0.38fr 1fr;
  align-items: start;
  gap: 60px;
}

.infra-section-heading > div {
  max-width: 850px;
}

.infra-section-heading h2,
.infra-operation-heading h2,
.infra-workflow-heading h2,
.infra-commercial-copy h2,
.infra-cta-copy h2 {
  margin: 0;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 570;
}

.infra-section-heading p,
.infra-operation-heading p,
.infra-commercial-copy p {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.infra-feature-grid {
  margin-top: 76px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.infra-feature-grid article {
  min-height: 310px;
  padding: 28px 26px 30px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  transition: color 180ms ease, background 180ms ease;
}

.infra-feature-grid article:last-child {
  border-right: 0;
}

.infra-feature-grid article:hover {
  background: rgba(var(--infra-rgb), 0.08);
}

.infra-feature-index {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(65, 54, 153, 0.64);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
}

.infra-feature-index svg {
  color: rgba(53, 47, 109, 0.72);
}

.infra-feature-grid small {
  margin-top: auto;
  color: rgba(65, 54, 153, 0.52);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
}

.infra-feature-grid h3 {
  margin: 14px 0 0;
  font-size: 22px;
  font-weight: 590;
}

.infra-feature-grid p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.infra-operation-section {
  width: 100%;
  padding: 132px 0 144px;
  color: #f5f6ff;
  background: #080a14;
}

.infra-operation-heading,
.infra-operating-board {
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto;
}

.infra-operation-heading {
  display: grid;
  grid-template-columns: 0.34fr 0.92fr 0.56fr;
  align-items: end;
  gap: 56px;
}

.infra-operation-heading > span {
  align-self: start;
  color: rgba(var(--infra-rgb), 0.7);
}

.infra-operation-heading h2 {
  font-size: 48px;
}

.infra-operation-title-line {
  display: block;
}

.infra-operation-heading p {
  margin: 0;
  color: rgba(226, 229, 249, 0.56);
}

.infra-operating-board {
  min-height: 570px;
  margin-top: 78px;
  border: 1px solid rgba(var(--infra-rgb), 0.25);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  background-color: #050711;
  background-image:
    linear-gradient(rgba(var(--infra-rgb), 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--infra-rgb), 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  box-shadow: inset 0 0 90px rgba(var(--infra-rgb), 0.035);
}

.token-board-layout,
.gateway-board-layout {
  min-height: 520px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
}

.token-supply-map {
  min-height: 520px;
  border-right: 1px solid rgba(164, 171, 220, 0.14);
  position: relative;
  overflow: hidden;
}

.supply-orbit,
.supply-axis,
.supply-core,
.supply-node {
  position: absolute;
}

.supply-orbit {
  top: 50%;
  left: 50%;
  border: 1px solid rgba(var(--infra-rgb), 0.31);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.supply-orbit-a {
  width: 410px;
  height: 230px;
  animation: supply-orbit-a 11s linear infinite;
}

.supply-orbit-b {
  width: 230px;
  height: 410px;
  border-color: rgba(89, 217, 255, 0.28);
  animation: supply-orbit-b 13s linear infinite;
}

.supply-axis-x {
  right: 12%;
  left: 12%;
  top: 50%;
  height: 1px;
  background: rgba(var(--infra-rgb), 0.14);
}

.supply-axis-y {
  top: 12%;
  bottom: 12%;
  left: 50%;
  width: 1px;
  background: rgba(var(--infra-rgb), 0.14);
}

.supply-core {
  width: 126px;
  height: 126px;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(var(--infra-rgb), 0.64);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--infra-accent);
  background: #080b13;
  box-shadow:
    0 0 0 24px rgba(var(--infra-rgb), 0.035),
    0 0 60px rgba(var(--infra-rgb), 0.13);
  transform: translate(-50%, -50%);
}

.supply-core small,
.supply-node {
  font-family: var(--font-geist-mono), monospace;
  font-size: 7px;
}

.supply-node {
  min-width: 104px;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(var(--infra-rgb), 0.23);
  display: grid;
  place-items: center;
  color: rgba(235, 238, 255, 0.52);
  background: rgba(7, 9, 19, 0.84);
}

.supply-node::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  background: var(--infra-accent);
  box-shadow: 0 0 12px rgba(var(--infra-rgb), 0.78);
}

.supply-node.node-one { top: 16%; left: 12%; }
.supply-node.node-two { top: 17%; right: 10%; }
.supply-node.node-three { right: 10%; bottom: 16%; }
.supply-node.node-four { bottom: 15%; left: 12%; }
.supply-node.node-one::before,
.supply-node.node-four::before { left: -3px; }
.supply-node.node-two::before,
.supply-node.node-three::before { right: -3px; }

.token-api-panel {
  padding: 42px;
  display: flex;
  flex-direction: column;
}

.token-api-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--infra-accent);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
}

.token-api-panel pre {
  margin: 42px 0 auto;
  color: rgba(235, 238, 255, 0.72);
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  line-height: 2;
  white-space: pre-wrap;
}

.token-api-panel code span {
  color: var(--infra-secondary);
}

.token-api-status {
  min-height: 58px;
  border-top: 1px solid rgba(164, 171, 220, 0.14);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  font-family: var(--font-geist-mono), monospace;
}

.token-api-status span {
  color: rgba(225, 229, 250, 0.36);
  font-size: 7px;
}

.token-api-status strong {
  color: rgba(242, 244, 255, 0.78);
  font-size: 9px;
  font-weight: 500;
}

.gateway-board-pipeline,
.gateway-economics {
  min-height: 520px;
  padding: 38px;
}

.gateway-board-pipeline {
  border-right: 1px solid rgba(164, 171, 220, 0.14);
}

.gateway-board-label {
  min-height: 38px;
  color: rgba(var(--infra-rgb), 0.7);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
}

.gateway-ledger-row {
  min-height: 92px;
  border-top: 1px solid rgba(164, 171, 220, 0.13);
  display: grid;
  grid-template-columns: 34px 0.55fr 1fr 24px;
  align-items: center;
  gap: 18px;
}

.gateway-ledger-row > span,
.gateway-ledger-row small {
  color: rgba(225, 229, 250, 0.36);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
}

.gateway-ledger-row strong {
  color: rgba(243, 244, 255, 0.8);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-weight: 500;
}

.gateway-ledger-row svg {
  color: var(--infra-accent);
}

.gateway-economics {
  display: flex;
  flex-direction: column;
}

.economics-core {
  width: 214px;
  height: 214px;
  margin: 30px auto 42px;
  border: 1px solid rgba(var(--infra-rgb), 0.44);
  border-radius: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow:
    0 0 0 28px rgba(var(--infra-rgb), 0.025),
    0 0 65px rgba(var(--infra-rgb), 0.12);
}

.economics-core strong {
  font-size: 30px;
  font-weight: 600;
}

.economics-core small {
  color: var(--infra-accent);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
}

.economics-ring {
  border: 1px solid rgba(var(--infra-rgb), 0.22);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.economics-ring-a {
  width: 150px;
  height: 150px;
  animation: infra-ring-pulse 4s ease-in-out infinite;
}

.economics-ring-b {
  width: 270px;
  height: 270px;
  border-color: rgba(255, 147, 111, 0.18);
  animation: infra-ring-pulse 4s 1.2s ease-in-out infinite;
}

.economics-grid {
  margin-top: auto;
  border-top: 1px solid rgba(164, 171, 220, 0.14);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.economics-grid > div {
  min-height: 74px;
  padding: 17px 12px;
  border-right: 1px solid rgba(164, 171, 220, 0.12);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.economics-grid > div:last-child {
  border-right: 0;
}

.economics-grid span {
  color: rgba(225, 229, 250, 0.36);
  font-family: var(--font-geist-mono), monospace;
  font-size: 7px;
}

.economics-grid strong {
  color: rgba(243, 244, 255, 0.78);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  font-weight: 500;
}

.infra-workflow-section {
  padding: 148px 0 154px;
}

.infra-workflow-heading {
  display: grid;
  grid-template-columns: 0.38fr 1fr;
  gap: 60px;
}

.infra-workflow-grid {
  margin-top: 74px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.infra-workflow-grid.is-three {
  grid-template-columns: repeat(3, 1fr);
}

.infra-workflow-grid article {
  min-height: 280px;
  padding: 28px 26px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}

.infra-workflow-grid article:last-child {
  border-right: 0;
}

.infra-workflow-grid article > span {
  color: rgba(65, 54, 153, 0.58);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
}

.infra-workflow-grid small {
  margin-top: auto;
  color: rgba(65, 54, 153, 0.48);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
}

.infra-workflow-grid h3 {
  margin: 13px 0 0;
  font-size: 24px;
  font-weight: 580;
}

.infra-workflow-grid p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.infra-commercial-section {
  padding: 104px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: center;
  gap: 90px;
}

.infra-commercial-copy h2 {
  max-width: 650px;
  margin-top: 20px;
}

.infra-commercial-title-line {
  display: block;
}

.infra-commercial-panel {
  border: 1px solid rgba(var(--infra-rgb), 0.26);
  border-radius: 6px;
  color: #f5f6ff;
  background: #0a0c17;
  box-shadow: 0 24px 54px rgba(23, 27, 48, 0.14);
}

.infra-commercial-panel-head {
  min-height: 84px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(164, 171, 220, 0.14);
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--infra-accent);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
}

.infra-commercial-point {
  min-height: 68px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(164, 171, 220, 0.12);
  display: grid;
  grid-template-columns: 34px 1fr 18px;
  align-items: center;
  gap: 14px;
}

.infra-commercial-point:last-child {
  border-bottom: 0;
}

.infra-commercial-point span {
  color: rgba(225, 229, 250, 0.32);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
}

.infra-commercial-point strong {
  font-size: 13px;
  font-weight: 520;
}

.infra-commercial-point svg {
  color: var(--infra-accent);
}

.infra-cta-section {
  width: min(1440px, 100%);
  min-height: 430px;
  margin: 152px auto 0;
  padding: 72px max(32px, calc((100% - 1240px) / 2));
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #f7f8ff;
  background-color: #070914;
  background-image:
    linear-gradient(rgba(var(--infra-rgb), 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--infra-rgb), 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
}

.infra-cta-copy {
  max-width: 820px;
  position: relative;
  z-index: 2;
}

.infra-cta-copy > span {
  color: rgba(var(--infra-rgb), 0.78);
}

.infra-cta-copy h2 {
  margin-top: 18px;
}

.infra-cta-title-line {
  display: block;
}

.infra-cta-contact {
  color: rgba(241, 243, 255, 0.72);
  border-color: rgba(241, 243, 255, 0.24);
}

.infra-cta-contact:hover,
.infra-cta-contact:focus-visible {
  color: var(--infra-accent);
  border-color: var(--infra-accent);
}

.infra-cta-signal {
  width: 360px;
  height: 360px;
  border: 1px solid rgba(var(--infra-rgb), 0.32);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: max(20px, calc((100% - 1240px) / 2));
  display: grid;
  place-items: center;
  color: var(--infra-accent);
  box-shadow:
    0 0 0 54px rgba(var(--infra-rgb), 0.025),
    0 0 80px rgba(var(--infra-rgb), 0.09);
  transform: translateY(-50%);
}

.infra-cta-orbit {
  border: 1px solid rgba(var(--infra-rgb), 0.2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}

.infra-cta-orbit.orbit-a {
  width: 230px;
  height: 330px;
  transform: translate(-50%, -50%) rotate(36deg);
}

.infra-cta-orbit.orbit-b {
  width: 330px;
  height: 210px;
  border-color: rgba(89, 217, 255, 0.18);
  transform: translate(-50%, -50%) rotate(-18deg);
}

.infra-cta-status {
  position: absolute;
  right: max(32px, calc((100% - 1240px) / 2));
  bottom: 26px;
  left: max(32px, calc((100% - 1240px) / 2));
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: rgba(225, 229, 250, 0.4);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
}

.infra-cta-status span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(var(--infra-rgb), 0.72);
}

.infrastructure-page + .product-site-footer {
  margin-top: 0;
}

@keyframes infra-status-pulse {
  0%, 100% { opacity: 0.45; transform: scale(0.82); }
  50% { opacity: 1; transform: scale(1.18); }
}

@keyframes infra-orb-drift {
  0%, 100% { opacity: 0.2; transform: translateX(-50%) scale(0.94); }
  50% { opacity: 0.34; transform: translateX(-50%) scale(1.05); }
}

@keyframes supply-orbit-a {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes supply-orbit-b {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to { transform: translate(-50%, -50%) rotate(0deg); }
}

@keyframes infra-ring-pulse {
  0%, 100% { opacity: 0.35; transform: translate(-50%, -50%) scale(0.96); }
  50% { opacity: 0.85; transform: translate(-50%, -50%) scale(1.04); }
}

@media (max-width: 1320px) {
  .infrastructure-tokens .infra-hero-copy h1 {
    font-size: 48px;
  }

  .infrastructure-gateway .infra-hero-copy h1 {
    font-size: 46px;
  }
}

@media (max-width: 1180px) {
  .infra-hero,
  .infra-operation-heading,
  .infra-operating-board {
    width: calc(100% - 40px);
  }

  .infra-hero-layout {
    grid-template-columns: minmax(0, 0.84fr) minmax(450px, 1.16fr);
    gap: 48px;
  }

  .infra-hero-copy h1 {
    font-size: 52px;
  }

  .infrastructure-gateway .infra-hero-copy h1 {
    font-size: 44px;
  }

  .infrastructure-tokens .infra-hero-copy h1 {
    font-size: 44px;
  }

  .infra-feature-section,
  .infra-workflow-section,
  .infra-commercial-section {
    width: calc(100% - 64px);
  }

  .infra-operation-heading {
    grid-template-columns: 0.28fr 1fr;
  }

  .infra-operation-heading p {
    grid-column: 2;
  }

}

@media (max-width: 980px) {
  .infra-hero-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .infra-hero-copy {
    max-width: 760px;
  }

  .infra-hero-visual {
    width: 100%;
  }

  .infra-feature-grid,
  .infra-workflow-grid {
    grid-template-columns: 1fr 1fr;
  }

  .infra-workflow-grid.is-three {
    grid-template-columns: 1fr 1fr;
  }

  .infra-feature-grid article:nth-child(2),
  .infra-workflow-grid article:nth-child(2) {
    border-right: 0;
  }

  .infra-feature-grid article:nth-child(-n + 2),
  .infra-workflow-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .token-board-layout,
  .gateway-board-layout {
    grid-template-columns: 1fr;
  }

  .token-supply-map,
  .gateway-board-pipeline {
    border-right: 0;
    border-bottom: 1px solid rgba(164, 171, 220, 0.14);
  }

  .infra-commercial-section {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .infra-commercial-panel {
    width: min(100%, 650px);
  }

  .infra-cta-copy {
    max-width: 66%;
  }

  .infra-cta-copy h2 {
    font-size: 44px;
  }

  .infra-cta-signal {
    right: -100px;
    opacity: 0.68;
  }
}

@media (max-width: 820px) {
  .infra-hero-topline span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .infra-hero-layout {
    padding: 48px 24px;
  }

  .infra-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .infra-metrics > div:nth-child(2) {
    border-right: 0;
  }

  .infra-metrics > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .infra-section-heading,
  .infra-workflow-heading,
  .infra-operation-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .infra-operation-heading p {
    grid-column: auto;
  }

  .infra-section-heading h2,
  .infra-operation-heading h2,
  .infra-workflow-heading h2,
  .infra-commercial-copy h2 {
    font-size: 40px;
  }

  .infrastructure-gateway .infra-hero-copy h1 {
    font-size: 40px;
  }

  .infra-feature-section,
  .infra-workflow-section {
    padding: 110px 0;
  }

  .infra-operation-section {
    padding: 108px 0 118px;
  }

  .infra-operating-board {
    margin-top: 58px;
  }
}

@media (max-width: 560px) {
  .infra-hero,
  .infra-operation-heading,
  .infra-operating-board {
    width: calc(100% - 24px);
  }

  .infra-feature-section,
  .infra-workflow-section,
  .infra-commercial-section {
    width: calc(100% - 32px);
  }

  .infra-hero-topline {
    padding: 0 16px;
  }

  .infra-hero-topline span:last-child {
    display: none;
  }

  .infra-hero-layout {
    min-height: 0;
    padding: 42px 16px 20px;
    gap: 42px;
  }

  .infra-hero-copy h1 {
    margin-top: 20px;
    font-size: 42px;
  }

  .infrastructure-gateway .infra-hero-copy h1 {
    font-size: 30px;
  }

  .infrastructure-tokens .infra-hero-copy h1 {
    font-size: 34px;
  }

  .infra-title-line {
    display: inline;
  }

  .infra-title-line + .infra-title-line::before {
    content: " ";
  }

  .infrastructure-gateway .infra-title-line {
    display: block;
  }

  .infrastructure-tokens .infra-title-line {
    display: block;
  }

  .infrastructure-gateway .infra-title-line + .infra-title-line::before {
    content: "";
  }

  .infrastructure-tokens .infra-title-line + .infra-title-line::before {
    content: "";
  }

  .infra-statement {
    font-size: 18px;
  }

  .infra-actions,
  .infra-cta-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .infra-hero-visual {
    height: 390px;
  }

  .infra-visual-head {
    padding: 0 12px;
  }

  .token-quote-line {
    padding: 15px 12px;
  }

  .token-quote-line strong {
    font-size: 18px;
  }

  .token-route-table {
    padding: 0 12px;
  }

  .token-route-row {
    grid-template-columns: 1.2fr 0.8fr;
    font-size: 7px;
  }

  .token-route-row > span:nth-child(2) {
    display: none;
  }

  .token-routing-status {
    padding: 0 12px;
  }

  .gateway-run-id {
    min-height: 88px;
  }

  .gateway-run-id strong {
    font-size: 18px;
  }

  .gateway-flow {
    grid-template-columns: repeat(4, 1fr);
    padding: 0 10px;
  }

  .gateway-stage strong {
    font-size: 6px;
  }

  .gateway-live-grid {
    margin: 0 12px;
  }

  .gateway-live-grid > div {
    padding: 12px 7px;
  }

  .infra-metrics > div {
    padding: 18px 16px;
  }

  .infra-feature-grid,
  .infra-workflow-grid {
    grid-template-columns: 1fr;
  }

  .infra-workflow-grid.is-three {
    grid-template-columns: 1fr;
  }

  .infra-feature-grid article,
  .infra-feature-grid article:nth-child(2),
  .infra-workflow-grid article,
  .infra-workflow-grid article:nth-child(2) {
    min-height: 250px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .infra-feature-grid article:last-child,
  .infra-workflow-grid article:last-child {
    border-bottom: 0;
  }

  .infra-feature-grid {
    margin-top: 52px;
  }

  .infra-section-heading h2,
  .infra-operation-heading h2,
  .infra-workflow-heading h2,
  .infra-commercial-copy h2 {
    font-size: 36px;
  }

  .infra-operation-heading h2 {
    font-size: 32px;
  }

  .infra-commercial-copy h2 {
    font-size: 32px;
  }

  .infra-operating-board {
    min-height: 0;
  }

  .token-board-layout,
  .gateway-board-layout {
    min-height: 0;
  }

  .token-supply-map {
    min-height: 420px;
  }

  .supply-orbit-a {
    width: 300px;
    height: 180px;
  }

  .supply-orbit-b {
    width: 180px;
    height: 300px;
  }

  .supply-node {
    min-width: 84px;
    font-size: 6px;
  }

  .supply-node.node-one,
  .supply-node.node-four { left: 6%; }
  .supply-node.node-two,
  .supply-node.node-three { right: 6%; }

  .token-api-panel,
  .gateway-board-pipeline,
  .gateway-economics {
    min-height: 470px;
    padding: 26px 20px;
  }

  .gateway-ledger-row {
    grid-template-columns: 24px 0.52fr 1fr 18px;
    gap: 8px;
  }

  .gateway-ledger-row strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .infra-commercial-section {
    padding: 82px 0;
  }

  .infra-cta-section {
    min-height: 580px;
    margin-top: 110px;
    padding: 62px 24px 120px;
    align-items: flex-start;
  }

  .infra-cta-copy {
    max-width: 100%;
  }

  .infra-cta-copy h2 {
    font-size: 32px;
  }

  .infra-cta-signal {
    width: 280px;
    height: 280px;
    top: auto;
    right: -50px;
    bottom: -75px;
    opacity: 0.45;
    transform: none;
  }

  .infra-cta-status {
    left: 24px;
    right: 24px;
  }

  .infra-cta-status span:last-child {
    display: none;
  }
}

/* AI Gateway: security and advanced analytics */
.gateway-security-section,
.gateway-analytics-section {
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto;
  padding: 148px 0 154px;
}

.gateway-security-section {
  border-top: 1px solid var(--line);
}

.gateway-extra-heading h2 span {
  display: block;
}

.gateway-extra-heading h2 span:last-child {
  color: #269f80;
}

.gateway-security-layout {
  margin-top: 76px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
}

.gateway-security-console {
  min-height: 570px;
  border: 1px solid rgba(67, 210, 170, 0.27);
  border-radius: 6px 0 0 6px;
  position: relative;
  overflow: hidden;
  color: #f0f8f6;
  background-color: #060b10;
  background-image:
    linear-gradient(rgba(67, 210, 170, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(67, 210, 170, 0.065) 1px, transparent 1px);
  background-size: 56px 56px;
  box-shadow: inset 0 0 80px rgba(67, 210, 170, 0.035);
}

.gateway-security-field {
  height: 470px;
  position: relative;
  overflow: hidden;
}

.gateway-security-orbit,
.gateway-security-axis,
.gateway-security-core,
.gateway-security-node {
  position: absolute;
}

.gateway-security-orbit {
  border: 1px solid rgba(67, 210, 170, 0.25);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gateway-security-orbit.orbit-one {
  width: 380px;
  height: 250px;
  animation: gateway-security-orbit-a 12s linear infinite;
}

.gateway-security-orbit.orbit-two {
  width: 250px;
  height: 380px;
  border-color: rgba(88, 201, 255, 0.2);
  animation: gateway-security-orbit-b 14s linear infinite;
}

.gateway-security-axis.axis-x {
  height: 1px;
  right: 10%;
  left: 10%;
  top: 50%;
  background: rgba(67, 210, 170, 0.13);
}

.gateway-security-axis.axis-y {
  width: 1px;
  top: 10%;
  bottom: 10%;
  left: 50%;
  background: rgba(67, 210, 170, 0.13);
}

.gateway-security-core {
  width: 150px;
  height: 150px;
  border: 1px solid rgba(67, 210, 170, 0.58);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #43d2aa;
  background: #080e13;
  box-shadow:
    0 0 0 26px rgba(67, 210, 170, 0.025),
    0 0 62px rgba(67, 210, 170, 0.12);
  transform: translate(-50%, -50%);
}

.gateway-security-core small,
.gateway-security-core strong,
.gateway-security-node,
.gateway-security-status {
  font-family: var(--font-geist-mono), monospace;
}

.gateway-security-core small {
  color: rgba(225, 240, 236, 0.46);
  font-size: 6px;
}

.gateway-security-core strong {
  color: #eff8f5;
  font-size: 8px;
  font-weight: 500;
}

.gateway-security-node {
  min-width: 118px;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(67, 210, 170, 0.22);
  display: grid;
  place-items: center;
  color: rgba(228, 241, 238, 0.54);
  background: rgba(7, 13, 18, 0.9);
  font-size: 6px;
}

.gateway-security-node::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  background: #43d2aa;
  box-shadow: 0 0 11px rgba(67, 210, 170, 0.75);
}

.gateway-security-node.node-key { top: 15%; left: 9%; }
.gateway-security-node.node-vk { top: 17%; right: 9%; }
.gateway-security-node.node-policy { bottom: 16%; left: 9%; }
.gateway-security-node.node-audit { right: 9%; bottom: 15%; }
.gateway-security-node.node-key::before,
.gateway-security-node.node-policy::before { left: -3px; }
.gateway-security-node.node-vk::before,
.gateway-security-node.node-audit::before { right: -3px; }

.gateway-security-status {
  min-height: 51px;
  padding: 0 18px;
  border-top: 1px solid rgba(181, 213, 207, 0.13);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(221, 237, 233, 0.4);
  font-size: 7px;
}

.gateway-security-controls {
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0 6px 6px 0;
  background: rgba(255, 255, 255, 0.62);
}

.gateway-security-controls article {
  min-height: 142px;
  padding: 20px 20px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 25px 28px 1fr 18px;
  align-items: start;
  gap: 10px;
}

.gateway-security-controls article:last-child {
  border-bottom: 0;
}

.gateway-security-controls article > span {
  color: rgba(28, 127, 102, 0.56);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
}

.gateway-security-controls article > svg {
  color: #269f80;
}

.gateway-security-controls article > svg:last-child {
  align-self: center;
  color: #43b996;
}

.gateway-security-controls small {
  color: rgba(26, 116, 94, 0.54);
  font-family: var(--font-geist-mono), monospace;
  font-size: 7px;
}

.gateway-security-controls h3 {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 580;
}

.gateway-security-controls p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}

.gateway-analytics-section {
  border-top: 1px solid var(--line);
}

.gateway-analytics-console {
  min-height: 650px;
  margin-top: 76px;
  border: 1px solid rgba(39, 72, 66, 0.18);
  border-radius: 6px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 26px 64px rgba(24, 58, 51, 0.075);
}

.gateway-analytics-head {
  min-height: 48px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  color: rgba(43, 56, 59, 0.45);
  font-family: var(--font-geist-mono), monospace;
  font-size: 7px;
}

.gateway-analytics-head > span:first-child,
.gateway-analytics-head > span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.gateway-analytics-head > span:first-child i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(43, 56, 59, 0.18);
}

.gateway-analytics-head > span:last-child {
  justify-self: end;
  color: #249a79;
}

.gateway-analytics-head > span:last-child i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #43d2aa;
  box-shadow: 0 0 10px rgba(67, 210, 170, 0.6);
}

.gateway-analytics-head nav {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.gateway-analytics-head nav span,
.gateway-analytics-head nav strong {
  height: 48px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}

.gateway-analytics-head nav strong {
  border-bottom: 1px solid #269f80;
  color: #269f80;
}

.gateway-analytics-kpis {
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.gateway-analytics-kpis > div {
  min-height: 88px;
  padding: 14px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.gateway-analytics-kpis span {
  color: rgba(43, 56, 59, 0.5);
  font-size: 8px;
}

.gateway-analytics-kpis strong {
  font-size: 20px;
  font-weight: 570;
}

.gateway-analytics-kpis small {
  color: #249a79;
  font-family: var(--font-geist-mono), monospace;
  font-size: 6px;
}

.gateway-analytics-body {
  margin: 0 18px 18px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 12px;
}

.gateway-trend-panel,
.gateway-model-panel {
  min-height: 462px;
  padding: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.66);
}

.gateway-analytics-panel-title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(43, 56, 59, 0.58);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
}

.gateway-analytics-panel-title small {
  color: #269f80;
  font-size: 7px;
}

.gateway-trend-grid {
  height: 340px;
  margin-top: 28px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: flex-end;
  gap: 9px;
}

.gateway-trend-grid > span {
  flex: 1;
  max-height: 300px;
  position: relative;
  display: block;
  background: rgba(255, 121, 111, 0.6);
}

.gateway-trend-grid > span > i {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(67, 210, 170, 0.88);
}

.gateway-analytics-legend {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(43, 56, 59, 0.46);
  font-family: var(--font-geist-mono), monospace;
  font-size: 6px;
}

.gateway-analytics-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.gateway-analytics-legend i {
  width: 11px;
  height: 2px;
  background: var(--finops-coral, #ff796f);
}

.gateway-analytics-legend span:nth-child(2) i {
  background: #43d2aa;
}

.gateway-analytics-legend strong {
  margin-left: auto;
  color: #249a79;
  font-size: 7px;
  font-weight: 500;
}

.gateway-model-panel {
  display: flex;
  flex-direction: column;
}

.gateway-model-row {
  min-height: 64px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 24px 86px 1fr 38px;
  align-items: center;
  gap: 10px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 7px;
}

.gateway-model-row > span {
  color: rgba(29, 123, 99, 0.48);
}

.gateway-model-row strong {
  font-size: 8px;
  font-weight: 520;
}

.gateway-model-row > div {
  height: 8px;
  background: rgba(42, 67, 62, 0.08);
}

.gateway-model-row > div i {
  height: 100%;
  display: block;
  background: #43d2aa;
}

.gateway-model-row:nth-child(3) > div i { background: #58c9ff; }
.gateway-model-row:nth-child(4) > div i { background: #8374ff; }
.gateway-model-row:nth-child(5) > div i { background: #ffb74e; }
.gateway-model-row:nth-child(6) > div i { background: #ef77b4; }

.gateway-model-row small {
  justify-self: end;
  color: rgba(43, 56, 59, 0.48);
  font-size: 7px;
}

.gateway-model-recommendation {
  min-height: 54px;
  margin-top: auto;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 22px 1fr 18px;
  align-items: center;
  gap: 9px;
  color: #208f70;
  font-size: 9px;
}

@keyframes gateway-security-orbit-a {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes gateway-security-orbit-b {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to { transform: translate(-50%, -50%) rotate(0deg); }
}

@media (max-width: 1180px) {
  .gateway-security-section,
  .gateway-analytics-section {
    width: calc(100% - 64px);
  }

  .gateway-security-layout {
    grid-template-columns: 1fr;
  }

  .gateway-security-console {
    border-radius: 6px 6px 0 0;
  }

  .gateway-security-controls {
    border-left: 1px solid var(--line);
    border-radius: 0 0 6px 6px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .gateway-security-controls article:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .gateway-security-controls article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .gateway-analytics-body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .gateway-security-section,
  .gateway-analytics-section {
    padding: 110px 0;
  }

  .gateway-security-layout,
  .gateway-analytics-console {
    margin-top: 56px;
  }

  .gateway-security-controls {
    grid-template-columns: 1fr;
  }

  .gateway-security-controls article,
  .gateway-security-controls article:nth-child(odd),
  .gateway-security-controls article:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .gateway-security-controls article:last-child {
    border-bottom: 0;
  }

  .gateway-analytics-head {
    grid-template-columns: 1fr auto;
  }

  .gateway-analytics-head nav {
    display: none;
  }

  .gateway-analytics-kpis {
    grid-template-columns: 1fr 1fr;
  }

  .gateway-analytics-kpis > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .gateway-security-section,
  .gateway-analytics-section {
    width: calc(100% - 32px);
  }

  .gateway-extra-heading h2 {
    font-size: 36px;
  }

  .gateway-security-console {
    min-height: 520px;
  }

  .gateway-security-field {
    height: 420px;
  }

  .gateway-security-orbit.orbit-one {
    width: 300px;
    height: 190px;
  }

  .gateway-security-orbit.orbit-two {
    width: 190px;
    height: 300px;
  }

  .gateway-security-node {
    min-width: 92px;
    padding: 0 7px;
    font-size: 5px;
  }

  .gateway-security-node.node-key,
  .gateway-security-node.node-policy { left: 4%; }
  .gateway-security-node.node-vk,
  .gateway-security-node.node-audit { right: 4%; }

  .gateway-security-status {
    padding: 0 12px;
  }

  .gateway-security-status span:last-child {
    display: none;
  }

  .gateway-security-controls article {
    min-height: 154px;
    padding: 20px 14px;
    grid-template-columns: 22px 24px 1fr;
  }

  .gateway-security-controls article > svg:last-child {
    display: none;
  }

  .gateway-analytics-console {
    min-height: 0;
  }

  .gateway-analytics-kpis {
    padding: 10px;
    gap: 7px;
  }

  .gateway-analytics-kpis > div {
    min-height: 82px;
    padding: 11px;
  }

  .gateway-analytics-body {
    margin: 0 10px 10px;
  }

  .gateway-trend-panel,
  .gateway-model-panel {
    min-height: 390px;
    padding: 14px;
  }

  .gateway-trend-grid {
    height: 270px;
  }

  .gateway-analytics-legend strong {
    display: none;
  }

  .gateway-model-row {
    grid-template-columns: 20px 76px 1fr 34px;
    gap: 7px;
  }
}

/* Spectral Intelligence visual upgrade */
.spectral-console {
  isolation: isolate;
  background-color: #050812;
  background-image:
    linear-gradient(132deg, rgba(var(--infra-rgb), 0.075), transparent 29%, transparent 68%, rgba(111, 92, 255, 0.08)),
    linear-gradient(rgba(var(--infra-rgb), 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 217, 255, 0.05) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
  box-shadow:
    0 32px 74px rgba(12, 17, 35, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.025) inset,
    0 0 90px rgba(var(--infra-rgb), 0.055) inset;
}

.spectral-console::before,
.spectral-console::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.spectral-console::before {
  z-index: 0;
  inset: -80px;
  opacity: 0.5;
  background-image:
    repeating-linear-gradient(116deg, transparent 0 29px, rgba(89, 217, 255, 0.035) 30px, transparent 31px 62px),
    linear-gradient(90deg, transparent 49.85%, rgba(var(--infra-rgb), 0.14) 50%, transparent 50.15%);
  animation: spectral-grid-drift 22s linear infinite;
}

.spectral-console::after {
  z-index: 1;
  top: -35%;
  bottom: -35%;
  left: -42%;
  width: 36%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(226, 255, 247, 0.12), rgba(89, 217, 255, 0.24), transparent);
  transform: skewX(-17deg);
  animation: spectral-scan 8.5s ease-in-out infinite;
}

.spectral-console .infra-visual-head,
.spectral-console .token-spectral-field,
.spectral-console .token-spectral-ticker,
.spectral-console .gateway-intelligence-field,
.spectral-console .gateway-live-grid {
  position: relative;
  z-index: 3;
}

.spectral-console .infra-visual-head {
  color: rgba(229, 238, 255, 0.62);
  background: rgba(3, 6, 15, 0.46);
  backdrop-filter: blur(12px);
}

.token-spectral-field {
  height: 290px;
  overflow: hidden;
}

.token-spectral-field::before,
.token-spectral-field::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.token-spectral-field::before {
  width: 64%;
  height: 100%;
  top: 0;
  left: 18%;
  opacity: 0.46;
  background: linear-gradient(90deg, transparent, rgba(var(--infra-rgb), 0.08) 48%, rgba(89, 217, 255, 0.09) 52%, transparent);
  clip-path: polygon(44% 0, 56% 0, 100% 100%, 0 100%);
}

.token-spectral-field::after {
  height: 1px;
  right: 7%;
  bottom: 18px;
  left: 7%;
  background: linear-gradient(90deg, transparent, rgba(var(--infra-rgb), 0.52), rgba(89, 217, 255, 0.45), transparent);
  box-shadow: 0 -86px 32px rgba(var(--infra-rgb), 0.06);
}

.token-spectral-plane,
.token-spectral-beam,
.token-flow-pulse,
.token-source-node,
.token-prism-core,
.token-prism-face {
  position: absolute;
}

.token-spectral-plane {
  top: 49%;
  left: 50%;
  border: 1px solid rgba(var(--infra-rgb), 0.29);
  background: linear-gradient(135deg, rgba(var(--infra-rgb), 0.025), rgba(89, 217, 255, 0.015));
  box-shadow: 0 0 44px rgba(var(--infra-rgb), 0.04) inset;
}

.token-spectral-plane.plane-one {
  width: 390px;
  height: 150px;
  animation: token-plane-one 10s ease-in-out infinite;
}

.token-spectral-plane.plane-two {
  width: 300px;
  height: 206px;
  border-color: rgba(89, 217, 255, 0.24);
  animation: token-plane-two 13s ease-in-out infinite;
}

.token-spectral-plane.plane-three {
  width: 174px;
  height: 174px;
  border-color: rgba(133, 116, 255, 0.3);
  background: linear-gradient(145deg, rgba(133, 116, 255, 0.05), rgba(var(--infra-rgb), 0.02));
  animation: token-plane-three 8s ease-in-out infinite;
}

.token-spectral-beam {
  background: linear-gradient(90deg, transparent, rgba(var(--infra-rgb), 0.64), rgba(89, 217, 255, 0.48), transparent);
  box-shadow: 0 0 12px rgba(var(--infra-rgb), 0.26);
}

.token-spectral-beam.beam-horizontal {
  width: 86%;
  height: 1px;
  top: 49%;
  left: 7%;
}

.token-spectral-beam.beam-vertical {
  width: 1px;
  height: 86%;
  top: 7%;
  left: 50%;
  background: linear-gradient(180deg, transparent, rgba(89, 217, 255, 0.56), rgba(var(--infra-rgb), 0.5), transparent);
}

.token-flow-pulse,
.gateway-data-pulse,
.supply-data-pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  z-index: 4;
  background: #e8fff5;
  box-shadow:
    0 0 8px #fff,
    0 0 22px rgba(var(--infra-rgb), 0.9),
    0 0 36px rgba(89, 217, 255, 0.54);
}

.token-flow-pulse.pulse-one {
  top: calc(49% - 3px);
  left: 9%;
  animation: token-pulse-x 4.8s linear infinite;
}

.token-flow-pulse.pulse-two {
  top: 8%;
  left: calc(50% - 3px);
  background: #b9f8ff;
  animation: token-pulse-y 5.6s 1.1s linear infinite;
}

.token-flow-pulse.pulse-three {
  top: calc(49% - 3px);
  right: 9%;
  background: #a996ff;
  animation: token-pulse-x-reverse 6.2s 2.2s linear infinite;
}

.token-prism-core {
  width: 154px;
  height: 118px;
  top: 49%;
  left: 50%;
  z-index: 5;
  border: 1px solid rgba(var(--infra-rgb), 0.68);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #f5fff2;
  background:
    linear-gradient(140deg, rgba(var(--infra-rgb), 0.2), transparent 34%),
    linear-gradient(155deg, rgba(8, 17, 20, 0.98), rgba(7, 9, 19, 0.95));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.035) inset,
    0 22px 60px rgba(0, 0, 0, 0.4),
    0 0 54px rgba(var(--infra-rgb), 0.17);
  transform: translate(-50%, -50%);
  animation: spectral-prism-breathe 5.8s ease-in-out infinite;
}

.token-prism-core::before {
  content: "";
  width: 56%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10%;
  opacity: 0.7;
  background: linear-gradient(100deg, transparent, rgba(223, 255, 194, 0.16), transparent);
  transform: skewX(-17deg);
}

.token-prism-face {
  pointer-events: none;
}

.token-prism-face.face-back {
  z-index: -2;
  inset: -17px 18px 17px -18px;
  border: 1px solid rgba(89, 217, 255, 0.32);
  transform: skewY(-7deg);
}

.token-prism-face.face-front {
  z-index: -1;
  inset: 7px -13px -12px 13px;
  border-right: 1px solid rgba(var(--infra-rgb), 0.4);
  border-bottom: 1px solid rgba(var(--infra-rgb), 0.4);
  background: linear-gradient(135deg, transparent, rgba(var(--infra-rgb), 0.045));
  transform: skewY(5deg);
}

.token-prism-core small,
.token-prism-core em,
.token-source-node,
.token-spectral-ticker {
  font-family: var(--font-geist-mono), monospace;
}

.token-prism-core small,
.token-prism-core strong,
.token-prism-core em {
  position: relative;
  z-index: 2;
}

.token-prism-core small {
  color: rgba(224, 238, 242, 0.52);
  font-size: 6px;
}

.token-prism-core strong {
  color: #f7fff4;
  font-size: 23px;
  font-weight: 590;
}

.token-prism-core em {
  color: var(--infra-accent);
  font-size: 7px;
  font-style: normal;
}

.token-source-node {
  min-width: 120px;
  min-height: 38px;
  padding: 6px 10px;
  border: 1px solid rgba(189, 216, 229, 0.16);
  border-left-color: rgba(var(--infra-rgb), 0.56);
  display: grid;
  grid-template-columns: 9px 1fr;
  align-items: center;
  gap: 2px 6px;
  color: rgba(238, 245, 255, 0.72);
  background: rgba(5, 9, 18, 0.76);
  backdrop-filter: blur(10px);
  font-size: 6px;
}

.token-source-node i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  grid-row: 1 / 3;
  background: var(--infra-accent);
  box-shadow: 0 0 10px rgba(var(--infra-rgb), 0.86);
}

.token-source-node small {
  color: rgba(89, 217, 255, 0.56);
  font-size: 5px;
}

.token-source-node.source-1 { top: 22px; left: 18px; }
.token-source-node.source-2 { top: 25px; right: 18px; }
.token-source-node.source-3 { bottom: 24px; left: 28px; }
.token-source-node.source-4 { right: 28px; bottom: 21px; }

.token-spectral-ticker {
  height: 80px;
  border-top: 1px solid rgba(173, 193, 217, 0.14);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(4, 7, 15, 0.72);
  backdrop-filter: blur(14px);
}

.token-spectral-ticker > span {
  min-width: 0;
  padding: 13px 12px;
  border-right: 1px solid rgba(173, 193, 217, 0.11);
  display: grid;
  grid-template-columns: 18px 1fr;
  align-content: center;
  gap: 5px 7px;
}

.token-spectral-ticker > span:last-child {
  border-right: 0;
}

.token-spectral-ticker b {
  grid-row: 1 / 3;
  color: rgba(var(--infra-rgb), 0.54);
  font-size: 6px;
  font-weight: 500;
}

.token-spectral-ticker strong {
  overflow: hidden;
  color: rgba(242, 247, 255, 0.72);
  font-size: 6px;
  font-weight: 520;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.token-spectral-ticker small {
  overflow: hidden;
  color: rgba(198, 214, 226, 0.36);
  font-size: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gateway-control-visual::after {
  z-index: 1;
  top: -35%;
  right: auto;
  bottom: -35%;
  left: -42%;
  width: 36%;
  background: linear-gradient(90deg, transparent, rgba(208, 255, 242, 0.12), rgba(88, 201, 255, 0.2), transparent);
  transform: skewX(-17deg);
  animation: spectral-scan 8.5s 1.2s ease-in-out infinite;
}

.gateway-signal-orb {
  width: 276px;
  height: 276px;
  z-index: 1;
  top: 54px;
  opacity: 0.18;
  filter: saturate(1.35) contrast(1.16) hue-rotate(10deg);
  mix-blend-mode: screen;
  animation: gateway-energy-breathe 7s ease-in-out infinite;
}

.gateway-intelligence-field {
  height: 290px;
  overflow: hidden;
}

.gateway-intelligence-field::before {
  content: "";
  width: 58%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 21%;
  opacity: 0.48;
  background: linear-gradient(90deg, transparent, rgba(67, 210, 170, 0.07), rgba(88, 201, 255, 0.1), transparent);
  clip-path: polygon(46% 0, 54% 0, 100% 100%, 0 100%);
}

.gateway-spectrum-line,
.gateway-data-pulse,
.gateway-prism-core,
.gateway-prism-layer,
.gateway-signal-node {
  position: absolute;
}

.gateway-spectrum-line {
  top: 50%;
  left: 50%;
  border: 1px solid rgba(67, 210, 170, 0.22);
  background: linear-gradient(135deg, rgba(67, 210, 170, 0.018), rgba(88, 201, 255, 0.025));
}

.gateway-spectrum-line.line-one {
  width: 410px;
  height: 136px;
  animation: gateway-spectrum-one 11s ease-in-out infinite;
}

.gateway-spectrum-line.line-two {
  width: 310px;
  height: 202px;
  border-color: rgba(88, 201, 255, 0.2);
  animation: gateway-spectrum-two 14s ease-in-out infinite;
}

.gateway-spectrum-line.line-three {
  width: 190px;
  height: 190px;
  border-color: rgba(133, 116, 255, 0.28);
  animation: gateway-spectrum-three 9s ease-in-out infinite;
}

.gateway-data-pulse.pulse-one {
  top: calc(50% - 3px);
  left: 8%;
  animation: gateway-pulse-x 5s linear infinite;
}

.gateway-data-pulse.pulse-two {
  top: 8%;
  left: calc(50% - 3px);
  background: #b9f8ff;
  animation: gateway-pulse-y 5.8s 1.5s linear infinite;
}

.gateway-prism-core {
  width: 164px;
  height: 126px;
  top: 50%;
  left: 50%;
  z-index: 5;
  border: 1px solid rgba(67, 210, 170, 0.7);
  border-radius: 3px;
  clip-path: polygon(13% 0, 87% 0, 100% 17%, 100% 83%, 87% 100%, 13% 100%, 0 83%, 0 17%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #effff9;
  background:
    linear-gradient(138deg, rgba(67, 210, 170, 0.2), transparent 34%),
    linear-gradient(154deg, rgba(7, 18, 20, 0.98), rgba(7, 8, 18, 0.96));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 24px 64px rgba(0, 0, 0, 0.44),
    0 0 58px rgba(67, 210, 170, 0.2);
  transform: translate(-50%, -50%);
  animation: spectral-prism-breathe 5.4s ease-in-out infinite;
}

.gateway-prism-core::before {
  content: "";
  width: 54%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 14%;
  background: linear-gradient(100deg, transparent, rgba(208, 255, 243, 0.15), transparent);
  transform: skewX(-15deg);
}

.gateway-prism-layer {
  pointer-events: none;
}

.gateway-prism-layer.layer-back {
  z-index: -2;
  inset: -15px 18px 15px -18px;
  border: 1px solid rgba(88, 201, 255, 0.3);
  transform: skewY(-6deg);
}

.gateway-prism-layer.layer-front {
  z-index: -1;
  inset: 8px -14px -12px 14px;
  border-right: 1px solid rgba(67, 210, 170, 0.4);
  border-bottom: 1px solid rgba(67, 210, 170, 0.4);
  background: linear-gradient(135deg, transparent, rgba(67, 210, 170, 0.045));
  transform: skewY(5deg);
}

.gateway-prism-core small,
.gateway-prism-core strong,
.gateway-prism-core em {
  position: relative;
  z-index: 2;
}

.gateway-prism-core small,
.gateway-prism-core em,
.gateway-signal-node {
  font-family: var(--font-geist-mono), monospace;
}

.gateway-prism-core small {
  color: rgba(216, 237, 235, 0.48);
  font-size: 6px;
}

.gateway-prism-core strong {
  font-size: 22px;
  font-weight: 590;
}

.gateway-prism-core em {
  color: #58c9ff;
  font-size: 6px;
  font-style: normal;
}

.gateway-signal-node {
  width: 108px;
  min-height: 42px;
  padding: 0 9px;
  border: 1px solid rgba(195, 219, 225, 0.16);
  display: grid;
  grid-template-columns: 18px 18px 1fr;
  align-items: center;
  gap: 6px;
  color: rgba(234, 246, 248, 0.66);
  background: rgba(4, 9, 16, 0.76);
  backdrop-filter: blur(10px);
}

.gateway-signal-node > span {
  color: rgba(88, 201, 255, 0.5);
  font-size: 5px;
}

.gateway-signal-node svg {
  color: var(--infra-accent);
  filter: drop-shadow(0 0 7px rgba(67, 210, 170, 0.36));
}

.gateway-signal-node strong {
  font-size: 6px;
  font-weight: 520;
}

.gateway-signal-node.signal-1 { top: 25px; left: 19px; }
.gateway-signal-node.signal-2 { top: 29px; right: 19px; }
.gateway-signal-node.signal-3 { bottom: 26px; left: 29px; }
.gateway-signal-node.signal-4 { right: 29px; bottom: 22px; }

.gateway-live-grid {
  min-height: 80px;
  margin: 0 18px;
  background: rgba(4, 8, 15, 0.65);
  backdrop-filter: blur(14px);
}

.gateway-live-grid > div {
  min-height: 80px;
}

.infra-operation-section {
  background-color: #070a13;
  background-image:
    linear-gradient(120deg, rgba(var(--infra-rgb), 0.035), transparent 33%, transparent 74%, rgba(89, 217, 255, 0.028)),
    linear-gradient(rgba(var(--infra-rgb), 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 217, 255, 0.02) 1px, transparent 1px);
  background-size: auto, 84px 84px, 84px 84px;
}

.infra-operating-board,
.infra-commercial-panel,
.gateway-security-console {
  position: relative;
  isolation: isolate;
  background-color: #050812;
  background-image:
    linear-gradient(135deg, rgba(var(--infra-rgb), 0.055), transparent 29%, transparent 72%, rgba(89, 217, 255, 0.045)),
    linear-gradient(rgba(var(--infra-rgb), 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 217, 255, 0.042) 1px, transparent 1px);
  background-size: auto, 52px 52px, 52px 52px;
  box-shadow:
    0 30px 72px rgba(4, 8, 20, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.025) inset,
    0 0 92px rgba(var(--infra-rgb), 0.045) inset;
}

.infra-operating-board::after,
.infra-commercial-panel::after,
.gateway-security-console::after {
  content: "";
  height: 1px;
  position: absolute;
  z-index: 6;
  top: 0;
  right: 9%;
  left: 9%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--infra-secondary), var(--infra-accent), transparent);
  box-shadow: 0 0 16px rgba(var(--infra-rgb), 0.34);
}

.token-supply-map {
  background: linear-gradient(135deg, rgba(186, 244, 90, 0.018), transparent 44%, rgba(89, 217, 255, 0.025));
}

.supply-plane,
.supply-beam,
.supply-data-pulse,
.supply-core-shell {
  position: absolute;
}

.supply-plane {
  top: 50%;
  left: 50%;
  border: 1px solid rgba(var(--infra-rgb), 0.25);
  background: linear-gradient(135deg, rgba(var(--infra-rgb), 0.025), rgba(89, 217, 255, 0.015));
}

.supply-plane-a {
  width: 430px;
  height: 184px;
  animation: supply-plane-a 12s ease-in-out infinite;
}

.supply-plane-b {
  width: 338px;
  height: 260px;
  border-color: rgba(89, 217, 255, 0.23);
  animation: supply-plane-b 15s ease-in-out infinite;
}

.supply-plane-c {
  width: 218px;
  height: 218px;
  border-color: rgba(133, 116, 255, 0.28);
  animation: supply-plane-c 9s ease-in-out infinite;
}

.supply-beam {
  z-index: 2;
  background: linear-gradient(90deg, transparent, rgba(var(--infra-rgb), 0.56), rgba(89, 217, 255, 0.48), transparent);
  box-shadow: 0 0 14px rgba(var(--infra-rgb), 0.2);
}

.supply-beam-x {
  width: 84%;
  height: 1px;
  top: 50%;
  left: 8%;
}

.supply-beam-y {
  width: 1px;
  height: 82%;
  top: 9%;
  left: 50%;
  background: linear-gradient(180deg, transparent, rgba(89, 217, 255, 0.5), rgba(var(--infra-rgb), 0.52), transparent);
}

.supply-data-pulse.pulse-a {
  top: calc(50% - 3px);
  left: 9%;
  animation: supply-pulse-x 5.6s linear infinite;
}

.supply-data-pulse.pulse-b {
  top: 10%;
  left: calc(50% - 3px);
  background: #b8f8ff;
  animation: supply-pulse-y 6.4s 1.4s linear infinite;
}

.supply-data-pulse.pulse-c {
  top: calc(50% - 3px);
  right: 9%;
  background: #a894ff;
  animation: supply-pulse-x-reverse 6.8s 2.1s linear infinite;
}

.supply-core {
  width: 176px;
  height: 116px;
  border-radius: 3px;
  z-index: 4;
  gap: 6px;
  color: #f0ffe4;
  background:
    linear-gradient(138deg, rgba(var(--infra-rgb), 0.18), transparent 36%),
    rgba(6, 12, 17, 0.96);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.42),
    0 0 52px rgba(var(--infra-rgb), 0.17);
}

.supply-core-shell {
  z-index: -1;
  inset: -18px 20px 18px -20px;
  border: 1px solid rgba(89, 217, 255, 0.28);
  transform: skewY(-6deg);
}

.supply-core::before {
  content: "";
  width: 48%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 12%;
  background: linear-gradient(100deg, transparent, rgba(228, 255, 205, 0.14), transparent);
  transform: skewX(-16deg);
}

.supply-core > svg,
.supply-core > small,
.supply-core > strong {
  position: relative;
  z-index: 2;
}

.supply-core > svg {
  width: 24px;
  height: 24px;
}

.supply-core small {
  color: rgba(225, 239, 239, 0.48);
  font-size: 6px;
}

.supply-core strong {
  color: var(--infra-accent);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  font-weight: 520;
}

.supply-node {
  z-index: 5;
  border-left-color: rgba(var(--infra-rgb), 0.52);
  border-radius: 2px;
  background: rgba(5, 9, 17, 0.78);
  backdrop-filter: blur(10px);
}

.gateway-budget-engine {
  min-height: 324px;
  margin: 10px 0 14px;
  padding: 22px 0 0;
  border-top: 1px solid rgba(164, 171, 220, 0.12);
  display: flex;
  flex-direction: column;
}

.gateway-budget-copy {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 5px 16px;
  font-family: var(--font-geist-mono), monospace;
}

.gateway-budget-copy span,
.gateway-budget-copy small {
  color: rgba(225, 229, 250, 0.4);
  font-size: 7px;
}

.gateway-budget-copy strong {
  grid-row: 1 / 3;
  grid-column: 2;
  color: #f4fff9;
  font-size: 38px;
  font-weight: 560;
}

.gateway-budget-copy small {
  color: var(--infra-accent);
}

.gateway-budget-spectrum {
  height: 190px;
  margin-top: 19px;
  padding: 16px 10px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  gap: 7px;
  background-image:
    linear-gradient(rgba(164, 190, 208, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(164, 190, 208, 0.05) 1px, transparent 1px);
  background-size: 100% 38px, 42px 100%;
}

.gateway-budget-spectrum > span {
  flex: 1;
  position: relative;
  background: linear-gradient(180deg, #c9fff0, #43d2aa 34%, rgba(67, 210, 170, 0.14));
  box-shadow: 0 -4px 14px rgba(67, 210, 170, 0.18);
  transform-origin: bottom;
  animation: spectral-bar-wave 4.6s ease-in-out infinite;
}

.gateway-budget-spectrum > span:nth-child(3n + 2) {
  background: linear-gradient(180deg, #d9f8ff, #58c9ff 34%, rgba(88, 201, 255, 0.13));
  box-shadow: 0 -4px 14px rgba(88, 201, 255, 0.18);
  animation-delay: -1.3s;
}

.gateway-budget-spectrum > span:nth-child(3n) {
  background: linear-gradient(180deg, #e4dcff, #8374ff 34%, rgba(131, 116, 255, 0.13));
  box-shadow: 0 -4px 14px rgba(131, 116, 255, 0.18);
  animation-delay: -2.4s;
}

.gateway-budget-spectrum > span:nth-child(n + 9) {
  filter: saturate(0.72) brightness(0.86);
}

.gateway-budget-threshold {
  height: 1px;
  position: absolute;
  z-index: 3;
  top: 25%;
  right: 0;
  left: 0;
  border-top: 1px dashed rgba(255, 187, 91, 0.48);
  color: rgba(255, 194, 110, 0.7);
  font-family: var(--font-geist-mono), monospace;
  font-size: 6px;
  font-style: normal;
  text-align: right;
}

.gateway-budget-insight {
  min-height: 44px;
  margin-top: auto;
  border-top: 1px solid rgba(164, 171, 220, 0.12);
  display: grid;
  grid-template-columns: 20px 1fr auto;
  align-items: center;
  gap: 8px;
  color: var(--infra-accent);
  font-family: var(--font-geist-mono), monospace;
}

.gateway-budget-insight span {
  color: rgba(222, 232, 246, 0.42);
  font-size: 6px;
}

.gateway-budget-insight strong {
  color: #f0fff9;
  font-size: 7px;
  font-weight: 520;
}

.infra-commercial-panel {
  overflow: hidden;
}

.infra-commercial-panel-head,
.infra-commercial-point {
  position: relative;
  z-index: 2;
  background: rgba(4, 8, 16, 0.36);
  backdrop-filter: blur(8px);
}

.gateway-security-console::before {
  content: "";
  width: 28%;
  position: absolute;
  z-index: 1;
  top: -20%;
  bottom: -20%;
  left: -35%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(67, 210, 170, 0.14), rgba(88, 201, 255, 0.2), transparent);
  transform: skewX(-16deg);
  animation: spectral-scan 9s 2s ease-in-out infinite;
}

.gateway-security-console .infra-board-topline,
.gateway-security-field,
.gateway-security-status {
  position: relative;
  z-index: 2;
}

.gateway-security-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(67, 210, 170, 0.24);
  background: linear-gradient(135deg, rgba(67, 210, 170, 0.018), rgba(88, 201, 255, 0.018));
}

.gateway-security-layer.layer-one {
  width: 400px;
  height: 218px;
  animation: security-layer-one 12s ease-in-out infinite;
}

.gateway-security-layer.layer-two {
  width: 304px;
  height: 304px;
  border-color: rgba(88, 201, 255, 0.2);
  animation: security-layer-two 15s ease-in-out infinite;
}

.gateway-security-layer.layer-three {
  width: 224px;
  height: 164px;
  border-color: rgba(133, 116, 255, 0.28);
  animation: security-layer-three 9s ease-in-out infinite;
}

.gateway-security-axis.axis-x {
  background: linear-gradient(90deg, transparent, rgba(67, 210, 170, 0.44), rgba(88, 201, 255, 0.34), transparent);
}

.gateway-security-axis.axis-y {
  background: linear-gradient(180deg, transparent, rgba(88, 201, 255, 0.42), rgba(67, 210, 170, 0.38), transparent);
}

.gateway-security-core {
  width: 166px;
  height: 132px;
  border-radius: 3px;
  clip-path: polygon(13% 0, 87% 0, 100% 17%, 100% 83%, 87% 100%, 13% 100%, 0 83%, 0 17%);
  z-index: 4;
  background:
    linear-gradient(138deg, rgba(67, 210, 170, 0.18), transparent 36%),
    rgba(5, 14, 17, 0.97);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.4),
    0 0 56px rgba(67, 210, 170, 0.18);
  animation: spectral-prism-breathe 5.8s ease-in-out infinite;
}

.gateway-security-core::before {
  content: "";
  width: 48%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 14%;
  background: linear-gradient(100deg, transparent, rgba(215, 255, 243, 0.14), transparent);
  transform: skewX(-15deg);
}

.gateway-security-core > * {
  position: relative;
  z-index: 2;
}

.gateway-security-node {
  z-index: 4;
  border-left-color: rgba(67, 210, 170, 0.52);
  border-radius: 2px;
  background: rgba(4, 11, 16, 0.78);
  backdrop-filter: blur(10px);
}

.gateway-security-controls {
  background-color: rgba(248, 252, 253, 0.8);
  background-image:
    linear-gradient(rgba(67, 210, 170, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 201, 255, 0.022) 1px, transparent 1px);
  background-size: 52px 52px;
}

.gateway-analytics-console {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(50, 96, 89, 0.2);
  background-color: rgba(249, 252, 253, 0.94);
  background-image:
    linear-gradient(132deg, rgba(67, 210, 170, 0.035), transparent 30%, transparent 72%, rgba(131, 116, 255, 0.035)),
    linear-gradient(rgba(44, 88, 82, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 201, 255, 0.026) 1px, transparent 1px);
  background-size: auto, 54px 54px, 54px 54px;
  box-shadow:
    0 30px 76px rgba(18, 52, 49, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.7) inset;
}

.gateway-analytics-console::after {
  content: "";
  height: 1px;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 8%;
  left: 8%;
  background: linear-gradient(90deg, transparent, #58c9ff, #43d2aa, #8374ff, transparent);
  box-shadow: 0 0 15px rgba(67, 210, 170, 0.25);
}

.gateway-analytics-scan {
  width: 1px;
  position: absolute;
  z-index: 4;
  top: 48px;
  bottom: 0;
  left: -4%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(180deg, transparent, rgba(67, 210, 170, 0.7), rgba(88, 201, 255, 0.58), transparent);
  box-shadow: 0 0 20px rgba(67, 210, 170, 0.28);
  animation: analytics-scan 9s ease-in-out infinite;
}

.gateway-analytics-head,
.gateway-analytics-kpis,
.gateway-analytics-body {
  position: relative;
  z-index: 2;
}

.gateway-analytics-head {
  background: rgba(250, 253, 254, 0.72);
  backdrop-filter: blur(12px);
}

.gateway-analytics-kpis > div {
  position: relative;
  overflow: hidden;
  border-color: rgba(41, 91, 83, 0.13);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 10px 24px rgba(18, 64, 56, 0.025);
}

.gateway-analytics-kpis > div::after {
  content: "";
  width: 30%;
  height: 1px;
  position: absolute;
  right: 12px;
  bottom: 0;
  background: linear-gradient(90deg, transparent, #43d2aa);
}

.gateway-analytics-kpis > div:nth-child(2)::after,
.gateway-analytics-kpis > div:nth-child(5)::after {
  background: linear-gradient(90deg, transparent, #58c9ff);
}

.gateway-analytics-kpis > div:nth-child(3)::after {
  background: linear-gradient(90deg, transparent, #8374ff);
}

.gateway-trend-panel,
.gateway-model-panel {
  border-color: rgba(41, 91, 83, 0.13);
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(8px);
}

.gateway-trend-grid {
  padding: 18px 12px 0;
  overflow: hidden;
  gap: 10px;
  background-image:
    linear-gradient(rgba(41, 91, 83, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 201, 255, 0.045) 1px, transparent 1px);
  background-size: 100% 56px, 54px 100%;
}

.gateway-trend-grid > span {
  min-width: 6px;
  background: linear-gradient(180deg, rgba(255, 136, 112, 0.92), rgba(255, 167, 104, 0.28));
  box-shadow: 0 -7px 18px rgba(255, 121, 111, 0.12);
  transform: skewX(-4deg);
  transform-origin: bottom;
  animation: analytics-bar-breathe 5.2s ease-in-out infinite;
}

.gateway-trend-grid > span:nth-child(3n + 2) {
  animation-delay: -1.8s;
}

.gateway-trend-grid > span:nth-child(3n) {
  animation-delay: -3.2s;
}

.gateway-trend-grid > span::before {
  content: "";
  height: 2px;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  background: #ffd7c8;
  box-shadow: 0 0 9px rgba(255, 121, 111, 0.52);
}

.gateway-trend-grid > span > i {
  background: linear-gradient(180deg, #8cf2d5, #43d2aa 58%, rgba(67, 210, 170, 0.36));
  box-shadow: 0 -8px 18px rgba(67, 210, 170, 0.18);
}

.gateway-trend-grid > span > i::before {
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #c7fff0;
  box-shadow: 0 0 10px rgba(67, 210, 170, 0.55);
}

.gateway-model-row > div {
  height: 7px;
  overflow: hidden;
  background: rgba(34, 72, 67, 0.07);
}

.gateway-model-row > div i {
  background: linear-gradient(90deg, #43d2aa, #8ef3d7);
  box-shadow: 4px 0 12px rgba(67, 210, 170, 0.24);
}

.gateway-model-row:nth-child(3) > div i { background: linear-gradient(90deg, #58c9ff, #9ce5ff); }
.gateway-model-row:nth-child(4) > div i { background: linear-gradient(90deg, #8374ff, #b4a9ff); }
.gateway-model-row:nth-child(5) > div i { background: linear-gradient(90deg, #ffb74e, #ffd18d); }
.gateway-model-row:nth-child(6) > div i { background: linear-gradient(90deg, #ef77b4, #f7afd4); }

.infra-cta-section {
  isolation: isolate;
  background-color: #050812;
  background-image:
    linear-gradient(128deg, rgba(var(--infra-rgb), 0.075), transparent 28%, transparent 70%, rgba(89, 217, 255, 0.06)),
    linear-gradient(rgba(var(--infra-rgb), 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 217, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
}

.infra-cta-section::before {
  content: "";
  width: 26%;
  position: absolute;
  z-index: 0;
  top: -30%;
  bottom: -30%;
  left: -34%;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(var(--infra-rgb), 0.13), rgba(89, 217, 255, 0.18), transparent);
  transform: skewX(-16deg);
  animation: spectral-scan 9s 1.6s ease-in-out infinite;
}

.infra-cta-signal {
  width: 310px;
  height: 310px;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(var(--infra-rgb), 0.03), rgba(89, 217, 255, 0.025));
  transform: translateY(-50%) rotate(45deg);
  animation: cta-plane-breathe 7s ease-in-out infinite;
}

.infra-cta-signal > svg {
  transform: rotate(-45deg);
  filter: drop-shadow(0 0 13px rgba(var(--infra-rgb), 0.48));
}

.infra-cta-orbit {
  border-radius: 6px;
}

.infra-cta-orbit.orbit-a {
  width: 208px;
  height: 208px;
  transform: translate(-50%, -50%) rotate(18deg);
}

.infra-cta-orbit.orbit-b {
  width: 270px;
  height: 146px;
  transform: translate(-50%, -50%) rotate(-24deg);
}

@keyframes spectral-grid-drift {
  from { transform: translate3d(-18px, -12px, 0); }
  to { transform: translate3d(44px, 50px, 0); }
}

@keyframes spectral-scan {
  0%, 18% { left: -42%; opacity: 0; }
  29% { opacity: 0.75; }
  64% { opacity: 0.28; }
  74%, 100% { left: 112%; opacity: 0; }
}

@keyframes spectral-prism-breathe {
  0%, 100% { filter: brightness(0.92); }
  50% { filter: brightness(1.14); }
}

@keyframes token-plane-one {
  0%, 100% { transform: translate(-50%, -50%) rotate(-13deg) skewX(11deg); }
  50% { transform: translate(-50%, -50%) rotate(-8deg) skewX(7deg); }
}

@keyframes token-plane-two {
  0%, 100% { transform: translate(-50%, -50%) rotate(39deg) skewY(-7deg); }
  50% { transform: translate(-50%, -50%) rotate(34deg) skewY(-3deg); }
}

@keyframes token-plane-three {
  0%, 100% { transform: translate(-50%, -50%) rotate(45deg) scale(0.94); opacity: 0.52; }
  50% { transform: translate(-50%, -50%) rotate(54deg) scale(1.04); opacity: 0.86; }
}

@keyframes token-pulse-x {
  0% { transform: translateX(0); opacity: 0; }
  9%, 80% { opacity: 1; }
  100% { transform: translateX(430px); opacity: 0; }
}

@keyframes token-pulse-x-reverse {
  0% { transform: translateX(0); opacity: 0; }
  9%, 80% { opacity: 1; }
  100% { transform: translateX(-430px); opacity: 0; }
}

@keyframes token-pulse-y {
  0% { transform: translateY(0); opacity: 0; }
  9%, 80% { opacity: 1; }
  100% { transform: translateY(245px); opacity: 0; }
}

@keyframes gateway-energy-breathe {
  0%, 100% { opacity: 0.11; transform: translateX(-50%) scale(0.92); }
  50% { opacity: 0.22; transform: translateX(-50%) scale(1.04); }
}

@keyframes gateway-spectrum-one {
  0%, 100% { transform: translate(-50%, -50%) rotate(-12deg) skewX(8deg); }
  50% { transform: translate(-50%, -50%) rotate(-7deg) skewX(4deg); }
}

@keyframes gateway-spectrum-two {
  0%, 100% { transform: translate(-50%, -50%) rotate(38deg) skewY(-6deg); }
  50% { transform: translate(-50%, -50%) rotate(33deg) skewY(-2deg); }
}

@keyframes gateway-spectrum-three {
  0%, 100% { transform: translate(-50%, -50%) rotate(45deg) scale(0.93); opacity: 0.48; }
  50% { transform: translate(-50%, -50%) rotate(54deg) scale(1.04); opacity: 0.84; }
}

@keyframes gateway-pulse-x {
  0% { transform: translateX(0); opacity: 0; }
  10%, 80% { opacity: 1; }
  100% { transform: translateX(430px); opacity: 0; }
}

@keyframes gateway-pulse-y {
  0% { transform: translateY(0); opacity: 0; }
  10%, 80% { opacity: 1; }
  100% { transform: translateY(246px); opacity: 0; }
}

@keyframes supply-plane-a {
  0%, 100% { transform: translate(-50%, -50%) rotate(-14deg) skewX(10deg); }
  50% { transform: translate(-50%, -50%) rotate(-9deg) skewX(6deg); }
}

@keyframes supply-plane-b {
  0%, 100% { transform: translate(-50%, -50%) rotate(39deg) skewY(-6deg); }
  50% { transform: translate(-50%, -50%) rotate(34deg) skewY(-2deg); }
}

@keyframes supply-plane-c {
  0%, 100% { transform: translate(-50%, -50%) rotate(45deg) scale(0.94); opacity: 0.5; }
  50% { transform: translate(-50%, -50%) rotate(54deg) scale(1.04); opacity: 0.84; }
}

@keyframes supply-pulse-x {
  0% { transform: translateX(0); opacity: 0; }
  10%, 82% { opacity: 1; }
  100% { transform: translateX(510px); opacity: 0; }
}

@keyframes supply-pulse-x-reverse {
  0% { transform: translateX(0); opacity: 0; }
  10%, 82% { opacity: 1; }
  100% { transform: translateX(-510px); opacity: 0; }
}

@keyframes supply-pulse-y {
  0% { transform: translateY(0); opacity: 0; }
  10%, 82% { opacity: 1; }
  100% { transform: translateY(415px); opacity: 0; }
}

@keyframes spectral-bar-wave {
  0%, 100% { transform: scaleY(0.94); filter: brightness(0.9); }
  50% { transform: scaleY(1.04); filter: brightness(1.18); }
}

@keyframes security-layer-one {
  0%, 100% { transform: translate(-50%, -50%) rotate(-13deg) skewX(8deg); }
  50% { transform: translate(-50%, -50%) rotate(-8deg) skewX(4deg); }
}

@keyframes security-layer-two {
  0%, 100% { transform: translate(-50%, -50%) rotate(45deg) scale(0.94); }
  50% { transform: translate(-50%, -50%) rotate(52deg) scale(1.02); }
}

@keyframes security-layer-three {
  0%, 100% { transform: translate(-50%, -50%) rotate(22deg); opacity: 0.48; }
  50% { transform: translate(-50%, -50%) rotate(16deg); opacity: 0.82; }
}

@keyframes analytics-scan {
  0%, 18% { left: -4%; opacity: 0; }
  28% { opacity: 0.6; }
  68% { opacity: 0.28; }
  76%, 100% { left: 104%; opacity: 0; }
}

@keyframes analytics-bar-breathe {
  0%, 100% { filter: saturate(0.92) brightness(0.96); }
  50% { filter: saturate(1.12) brightness(1.06); }
}

@keyframes cta-plane-breathe {
  0%, 100% { filter: brightness(0.88); transform: translateY(-50%) rotate(45deg) scale(0.96); }
  50% { filter: brightness(1.14); transform: translateY(-50%) rotate(49deg) scale(1.02); }
}

@keyframes cta-plane-breathe-mobile {
  0%, 100% { filter: brightness(0.88); transform: rotate(45deg) scale(0.96); }
  50% { filter: brightness(1.14); transform: rotate(49deg) scale(1.02); }
}

@media (max-width: 980px) {
  .token-spectral-plane.plane-one,
  .gateway-spectrum-line.line-one {
    width: min(410px, 72vw);
  }

  .supply-plane-a {
    width: min(430px, 68vw);
  }
}

@media (max-width: 560px) {
  .infra-hero-visual {
    height: 410px;
  }

  .spectral-console .infra-visual-head span:last-child {
    display: none;
  }

  .token-spectral-field,
  .gateway-intelligence-field {
    height: 276px;
  }

  .token-spectral-plane.plane-one,
  .gateway-spectrum-line.line-one {
    width: 310px;
    height: 116px;
  }

  .token-spectral-plane.plane-two,
  .gateway-spectrum-line.line-two {
    width: 226px;
    height: 164px;
  }

  .token-spectral-plane.plane-three,
  .gateway-spectrum-line.line-three {
    width: 138px;
    height: 138px;
  }

  .token-prism-core,
  .gateway-prism-core {
    width: 126px;
    height: 100px;
  }

  .token-prism-core strong,
  .gateway-prism-core strong {
    font-size: 18px;
  }

  .token-source-node {
    min-width: 100px;
    min-height: 34px;
    padding: 5px 7px;
    font-size: 5px;
  }

  .token-source-node.source-1 { top: 18px; left: 10px; }
  .token-source-node.source-2 { top: 21px; right: 10px; }
  .token-source-node.source-3 { bottom: 20px; left: 14px; }
  .token-source-node.source-4 { right: 14px; bottom: 18px; }

  .token-spectral-ticker {
    height: 84px;
    grid-template-columns: 1fr 1fr;
  }

  .token-spectral-ticker > span {
    min-height: 42px;
    padding: 6px 9px;
  }

  .token-spectral-ticker > span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(173, 193, 217, 0.11);
  }

  .token-spectral-ticker > span:nth-child(2) {
    border-right: 0;
  }

  .gateway-signal-orb {
    width: 226px;
    height: 226px;
    top: 64px;
  }

  .gateway-signal-node {
    width: 92px;
    min-height: 36px;
    padding: 0 6px;
    grid-template-columns: 12px 15px 1fr;
    gap: 4px;
  }

  .gateway-signal-node svg {
    width: 14px;
    height: 14px;
  }

  .gateway-signal-node strong {
    font-size: 5px;
  }

  .gateway-signal-node.signal-1 { top: 20px; left: 10px; }
  .gateway-signal-node.signal-2 { top: 23px; right: 10px; }
  .gateway-signal-node.signal-3 { bottom: 21px; left: 14px; }
  .gateway-signal-node.signal-4 { right: 14px; bottom: 18px; }

  .gateway-live-grid {
    min-height: 84px;
    margin: 0;
  }

  .gateway-live-grid > div {
    min-height: 84px;
  }

  .supply-plane-a {
    width: 310px;
    height: 128px;
  }

  .supply-plane-b {
    width: 228px;
    height: 186px;
  }

  .supply-plane-c {
    width: 150px;
    height: 150px;
  }

  .supply-core {
    width: 142px;
    height: 102px;
  }

  .gateway-budget-engine {
    min-height: 312px;
  }

  .gateway-budget-spectrum {
    height: 180px;
    gap: 4px;
  }

  .gateway-budget-copy strong {
    font-size: 32px;
  }

  .gateway-budget-insight {
    grid-template-columns: 18px 1fr;
  }

  .gateway-budget-insight strong {
    display: none;
  }

  .gateway-security-layer.layer-one {
    width: 302px;
    height: 170px;
  }

  .gateway-security-layer.layer-two {
    width: 222px;
    height: 222px;
  }

  .gateway-security-layer.layer-three {
    width: 168px;
    height: 122px;
  }

  .gateway-security-core {
    width: 140px;
    height: 112px;
  }

  .gateway-trend-grid {
    padding-right: 6px;
    padding-left: 6px;
    gap: 5px;
  }

  .infra-cta-signal {
    width: 238px;
    height: 238px;
    transform: rotate(45deg);
    animation-name: cta-plane-breathe-mobile;
  }
}

@media (prefers-reduced-motion: reduce) {
  .spectral-console::before,
  .spectral-console::after,
  .token-spectral-plane,
  .token-flow-pulse,
  .token-prism-core,
  .gateway-signal-orb,
  .gateway-spectrum-line,
  .gateway-data-pulse,
  .gateway-prism-core,
  .supply-plane,
  .supply-data-pulse,
  .gateway-budget-spectrum > span,
  .gateway-security-console::before,
  .gateway-security-layer,
  .gateway-security-core,
  .gateway-analytics-scan,
  .gateway-trend-grid > span,
  .infra-cta-section::before,
  .infra-cta-signal {
    animation: none;
  }
}

/* AI Gateway: liquid glass control system */
.infrastructure-gateway {
  --gateway-cobalt: #526cff;
  --gateway-electric: #244cff;
  --gateway-lilac: #9b94ff;
  --gateway-pink: #f0a2dc;
  --gateway-ice: #dce8ff;
  --gateway-ink: #03040b;
}

.infrastructure-gateway .infra-eyebrow {
  border-color: rgba(82, 108, 255, 0.34);
  box-shadow: 0 0 24px rgba(82, 108, 255, 0.07);
}

.infrastructure-gateway .infra-primary-action {
  color: #fff;
  background: linear-gradient(135deg, #526cff, #806fff);
  box-shadow: 0 12px 34px rgba(82, 108, 255, 0.25);
}

.infrastructure-gateway .infra-primary-action:hover,
.infrastructure-gateway .infra-primary-action:focus-visible {
  color: #fff;
  background: #11152a;
}

.infrastructure-gateway .spectral-console,
.infrastructure-gateway .gateway-operating-board,
.infrastructure-gateway .infra-commercial-panel,
.infrastructure-gateway .gateway-security-console {
  border-color: rgba(116, 132, 255, 0.31);
  background-color: var(--gateway-ink);
  background-image:
    linear-gradient(132deg, rgba(36, 76, 255, 0.12), transparent 30%, transparent 68%, rgba(240, 162, 220, 0.085)),
    linear-gradient(rgba(102, 126, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(151, 165, 255, 0.045) 1px, transparent 1px);
  background-size: auto, 46px 46px, 46px 46px;
  box-shadow:
    0 34px 84px rgba(11, 18, 64, 0.24),
    0 0 0 1px rgba(223, 232, 255, 0.035) inset,
    0 0 100px rgba(50, 75, 255, 0.09) inset;
}

.infrastructure-gateway .spectral-console::before {
  opacity: 0.38;
  background-image:
    repeating-linear-gradient(116deg, transparent 0 31px, rgba(117, 139, 255, 0.04) 32px, transparent 33px 64px),
    linear-gradient(90deg, transparent 49.85%, rgba(240, 162, 220, 0.16) 50%, transparent 50.15%);
}

.infrastructure-gateway .gateway-control-visual::after {
  background: linear-gradient(90deg, transparent, rgba(107, 131, 255, 0.14), rgba(240, 162, 220, 0.25), rgba(220, 232, 255, 0.18), transparent);
}

.infrastructure-gateway .infra-visual-head,
.infrastructure-gateway .infra-board-topline {
  border-bottom-color: rgba(139, 154, 255, 0.15);
  color: rgba(225, 231, 255, 0.62);
  background: rgba(2, 3, 11, 0.56);
  backdrop-filter: blur(16px);
}

.gateway-signal-orb {
  width: 370px;
  height: 370px;
  z-index: 2;
  top: 10px;
  opacity: 0.9;
  filter: saturate(1.14) contrast(1.16) brightness(1.03);
  mix-blend-mode: screen;
  animation: gateway-liquid-float 7.4s ease-in-out infinite;
}

.infrastructure-gateway .gateway-intelligence-field::before {
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0.62;
  clip-path: none;
  background-image:
    linear-gradient(90deg, transparent 49.88%, rgba(148, 164, 255, 0.19) 50%, transparent 50.12%),
    linear-gradient(transparent 49.8%, rgba(240, 162, 220, 0.14) 50%, transparent 50.2%);
}

.infrastructure-gateway .gateway-spectrum-line {
  opacity: 0;
}

.infrastructure-gateway .gateway-data-pulse {
  width: 5px;
  height: 5px;
  background: var(--gateway-ice);
  box-shadow:
    0 0 8px #fff,
    0 0 22px rgba(82, 108, 255, 0.92),
    0 0 38px rgba(240, 162, 220, 0.56);
}

.infrastructure-gateway .gateway-data-pulse.pulse-two {
  background: #ffc8ec;
}

.infrastructure-gateway .gateway-prism-core {
  width: 102px;
  height: 70px;
  border: 0;
  border-radius: 2px;
  clip-path: none;
  gap: 3px;
  color: #fff;
  background: rgba(2, 3, 11, 0.3);
  box-shadow: none;
  backdrop-filter: blur(3px);
  animation: gateway-readout-breathe 5.8s ease-in-out infinite;
}

.infrastructure-gateway .gateway-prism-core::before {
  width: 1px;
  height: 86%;
  top: 7%;
  left: 0;
  background: linear-gradient(180deg, transparent, var(--gateway-pink), var(--gateway-cobalt), transparent);
  transform: none;
}

.infrastructure-gateway .gateway-prism-layer {
  display: none;
}

.infrastructure-gateway .gateway-prism-core small {
  color: rgba(226, 232, 255, 0.55);
  font-size: 5px;
}

.infrastructure-gateway .gateway-prism-core strong {
  font-size: 14px;
  font-weight: 610;
}

.infrastructure-gateway .gateway-prism-core em {
  color: #efb7e5;
  font-size: 5px;
}

.infrastructure-gateway .gateway-signal-node {
  width: 106px;
  min-height: 38px;
  border-color: rgba(130, 147, 255, 0.2);
  border-left-color: rgba(82, 108, 255, 0.74);
  color: rgba(238, 241, 255, 0.72);
  background: rgba(2, 3, 11, 0.62);
  box-shadow: 0 12px 32px rgba(3, 7, 28, 0.25);
  backdrop-filter: blur(14px);
}

.infrastructure-gateway .gateway-signal-node.signal-2,
.infrastructure-gateway .gateway-signal-node.signal-4 {
  border-left-color: rgba(240, 162, 220, 0.68);
}

.infrastructure-gateway .gateway-signal-node > span {
  color: rgba(170, 181, 255, 0.62);
}

.infrastructure-gateway .gateway-signal-node svg {
  color: #acb5ff;
  filter: drop-shadow(0 0 8px rgba(82, 108, 255, 0.62));
}

.infrastructure-gateway .gateway-live-grid {
  border-top-color: rgba(133, 149, 255, 0.15);
  background: rgba(2, 3, 11, 0.7);
}

.infrastructure-gateway .gateway-live-grid > div {
  border-right-color: rgba(133, 149, 255, 0.13);
}

.infrastructure-gateway .gateway-live-grid strong {
  color: rgba(238, 241, 255, 0.8);
}

.infrastructure-gateway .infra-operation-section {
  background-color: #050711;
  background-image:
    linear-gradient(125deg, rgba(36, 76, 255, 0.08), transparent 32%, transparent 72%, rgba(240, 162, 220, 0.045)),
    linear-gradient(rgba(100, 123, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(128, 145, 255, 0.024) 1px, transparent 1px);
  background-size: auto, 84px 84px, 84px 84px;
}

.infrastructure-gateway .infra-operation-heading > span,
.infrastructure-gateway .gateway-board-label,
.infrastructure-gateway .gateway-budget-copy small {
  color: rgba(157, 170, 255, 0.8);
}

.infrastructure-gateway .gateway-board-pipeline {
  border-right-color: rgba(137, 153, 255, 0.15);
  background: linear-gradient(145deg, rgba(46, 73, 226, 0.045), transparent 55%);
}

.infrastructure-gateway .gateway-ledger-row {
  border-top-color: rgba(137, 153, 255, 0.14);
}

.infrastructure-gateway .gateway-ledger-row::before {
  content: "";
  width: 1px;
  height: 34%;
  position: absolute;
  left: 0;
  opacity: 0;
  background: linear-gradient(180deg, var(--gateway-cobalt), var(--gateway-pink));
  transition: height 220ms ease, opacity 220ms ease;
}

.infrastructure-gateway .gateway-ledger-row {
  position: relative;
}

.infrastructure-gateway .gateway-ledger-row:hover::before {
  height: 72%;
  opacity: 1;
}

.infrastructure-gateway .gateway-ledger-row svg {
  color: #9ea9ff;
  filter: drop-shadow(0 0 7px rgba(82, 108, 255, 0.42));
}

.infrastructure-gateway .gateway-economics {
  background: linear-gradient(155deg, rgba(27, 47, 160, 0.06), transparent 54%, rgba(240, 162, 220, 0.03));
}

.infrastructure-gateway .gateway-budget-engine {
  border-top-color: rgba(137, 153, 255, 0.15);
}

.infrastructure-gateway .gateway-budget-copy strong {
  color: #f4f6ff;
  text-shadow: 0 0 24px rgba(130, 145, 255, 0.34);
}

.infrastructure-gateway .gateway-budget-spectrum {
  background-image:
    linear-gradient(rgba(131, 148, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(131, 148, 255, 0.055) 1px, transparent 1px);
}

.infrastructure-gateway .gateway-budget-spectrum > span {
  background: linear-gradient(180deg, #e5eaff, #526cff 34%, rgba(36, 76, 255, 0.11));
  box-shadow: 0 -5px 18px rgba(82, 108, 255, 0.28);
}

.infrastructure-gateway .gateway-budget-spectrum > span:nth-child(3n + 2) {
  background: linear-gradient(180deg, #ffe0f4, #f0a2dc 34%, rgba(240, 162, 220, 0.1));
  box-shadow: 0 -5px 18px rgba(240, 162, 220, 0.25);
}

.infrastructure-gateway .gateway-budget-spectrum > span:nth-child(3n) {
  background: linear-gradient(180deg, #eeeaff, #9b94ff 34%, rgba(155, 148, 255, 0.1));
  box-shadow: 0 -5px 18px rgba(155, 148, 255, 0.25);
}

.infrastructure-gateway .gateway-budget-threshold {
  border-top-color: rgba(240, 162, 220, 0.58);
  color: rgba(255, 188, 232, 0.8);
}

.infrastructure-gateway .gateway-budget-insight {
  border-top-color: rgba(137, 153, 255, 0.14);
  color: #aab4ff;
}

.infrastructure-gateway .gateway-budget-insight strong {
  color: #f5d8ef;
}

.infrastructure-gateway .economics-grid {
  border-top-color: rgba(137, 153, 255, 0.14);
}

.infrastructure-gateway .economics-grid > div {
  border-right-color: rgba(137, 153, 255, 0.12);
}

.gateway-security-field {
  isolation: isolate;
  background: #02040c;
}

.gateway-security-art {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 56%;
  opacity: 0.66;
  filter: saturate(1.16) contrast(1.16) brightness(0.82);
  mix-blend-mode: screen;
  animation: gateway-cube-art-breathe 8s ease-in-out infinite;
}

.gateway-security-veil {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 4, 12, 0.88), transparent 28%, transparent 72%, rgba(2, 4, 12, 0.88)),
    linear-gradient(180deg, rgba(2, 4, 12, 0.62), transparent 28%, rgba(2, 4, 12, 0.72));
}

.infrastructure-gateway .gateway-security-layer,
.infrastructure-gateway .gateway-security-axis {
  z-index: 3;
}

.infrastructure-gateway .gateway-security-layer {
  background: linear-gradient(135deg, rgba(82, 108, 255, 0.035), rgba(240, 162, 220, 0.022));
}

.infrastructure-gateway .gateway-security-layer.layer-one {
  width: 340px;
  height: 340px;
  border-color: rgba(97, 120, 255, 0.34);
  animation: gateway-cube-layer-one 13s ease-in-out infinite;
}

.infrastructure-gateway .gateway-security-layer.layer-two {
  width: 252px;
  height: 252px;
  border-color: rgba(240, 162, 220, 0.28);
  animation: gateway-cube-layer-two 15s ease-in-out infinite;
}

.infrastructure-gateway .gateway-security-layer.layer-three {
  width: 178px;
  height: 178px;
  border-color: rgba(220, 232, 255, 0.32);
  animation: gateway-cube-layer-three 9s ease-in-out infinite;
}

.infrastructure-gateway .gateway-security-axis.axis-x {
  background: linear-gradient(90deg, transparent, rgba(82, 108, 255, 0.62), rgba(240, 162, 220, 0.46), transparent);
}

.infrastructure-gateway .gateway-security-axis.axis-y {
  background: linear-gradient(180deg, transparent, rgba(155, 148, 255, 0.58), rgba(220, 232, 255, 0.42), transparent);
}

.infrastructure-gateway .gateway-security-core {
  width: 118px;
  height: 118px;
  border-color: rgba(211, 222, 255, 0.74);
  border-radius: 4px;
  clip-path: none;
  z-index: 5;
  color: #e7ecff;
  background:
    linear-gradient(145deg, rgba(161, 177, 255, 0.28), rgba(36, 76, 255, 0.11) 48%, rgba(240, 162, 220, 0.12)),
    rgba(3, 6, 20, 0.5);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1) inset,
    0 22px 62px rgba(8, 19, 78, 0.42),
    0 0 52px rgba(82, 108, 255, 0.42);
  backdrop-filter: blur(12px);
  transform: translate(-50%, -50%) rotate(45deg);
  animation: gateway-cube-core 6.6s ease-in-out infinite;
}

.infrastructure-gateway .gateway-security-core::before {
  width: 45%;
  left: 10%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.infrastructure-gateway .gateway-security-core > * {
  transform: rotate(-45deg);
}

.infrastructure-gateway .gateway-security-core svg {
  color: #dce4ff;
  filter: drop-shadow(0 0 10px rgba(129, 147, 255, 0.8));
}

.infrastructure-gateway .gateway-security-core small {
  color: rgba(228, 233, 255, 0.62);
}

.infrastructure-gateway .gateway-security-core strong {
  color: #fff;
}

.infrastructure-gateway .gateway-security-node {
  z-index: 6;
  border-color: rgba(129, 146, 255, 0.22);
  border-left-color: rgba(82, 108, 255, 0.72);
  color: rgba(235, 239, 255, 0.72);
  background: rgba(2, 4, 13, 0.66);
  box-shadow: 0 12px 32px rgba(2, 5, 24, 0.28);
}

.infrastructure-gateway .gateway-security-node::before {
  background: #96a6ff;
  box-shadow: 0 0 12px rgba(82, 108, 255, 0.9), 0 0 22px rgba(240, 162, 220, 0.4);
}

.infrastructure-gateway .gateway-security-status {
  border-top-color: rgba(139, 154, 255, 0.15);
  color: rgba(223, 229, 255, 0.48);
  background: rgba(2, 3, 11, 0.68);
  backdrop-filter: blur(14px);
}

.infrastructure-gateway .gateway-extra-heading h2 span:last-child {
  color: #526cff;
}

.infrastructure-gateway .gateway-security-controls {
  background-color: rgba(248, 249, 255, 0.86);
  background-image:
    linear-gradient(rgba(82, 108, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 162, 220, 0.025) 1px, transparent 1px);
}

.infrastructure-gateway .gateway-security-controls article > span,
.infrastructure-gateway .gateway-security-controls small {
  color: rgba(66, 82, 190, 0.62);
}

.infrastructure-gateway .gateway-security-controls article > svg {
  color: #526cff;
}

.infrastructure-gateway .gateway-security-controls article > svg:last-child {
  color: #8b83ed;
}

.infrastructure-gateway .gateway-analytics-console {
  border-color: rgba(82, 108, 255, 0.18);
  background-color: rgba(249, 250, 255, 0.95);
  background-image:
    linear-gradient(132deg, rgba(82, 108, 255, 0.055), transparent 31%, transparent 70%, rgba(240, 162, 220, 0.045)),
    linear-gradient(rgba(82, 108, 255, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(155, 148, 255, 0.03) 1px, transparent 1px);
  box-shadow:
    0 30px 78px rgba(32, 46, 130, 0.11),
    0 0 0 1px rgba(255, 255, 255, 0.76) inset;
}

.infrastructure-gateway .gateway-analytics-console::after {
  background: linear-gradient(90deg, transparent, #526cff, #9b94ff, #f0a2dc, #dce8ff, transparent);
  box-shadow: 0 0 18px rgba(82, 108, 255, 0.36);
}

.infrastructure-gateway .gateway-analytics-scan {
  background: linear-gradient(180deg, transparent, rgba(82, 108, 255, 0.78), rgba(240, 162, 220, 0.6), transparent);
  box-shadow: 0 0 22px rgba(82, 108, 255, 0.32);
}

.infrastructure-gateway .gateway-analytics-head > span:last-child,
.infrastructure-gateway .gateway-analytics-head nav strong,
.infrastructure-gateway .gateway-analytics-kpis small,
.infrastructure-gateway .gateway-analytics-panel-title small,
.infrastructure-gateway .gateway-model-recommendation {
  color: #4a5fe1;
}

.infrastructure-gateway .gateway-analytics-head nav strong {
  border-bottom-color: #526cff;
}

.infrastructure-gateway .gateway-analytics-head > span:last-child i {
  background: #7184ff;
  box-shadow: 0 0 11px rgba(82, 108, 255, 0.7);
}

.infrastructure-gateway .gateway-analytics-kpis > div {
  border-color: rgba(82, 108, 255, 0.12);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 12px 28px rgba(33, 47, 127, 0.035);
}

.infrastructure-gateway .gateway-analytics-kpis > div::after {
  background: linear-gradient(90deg, transparent, #526cff);
}

.infrastructure-gateway .gateway-analytics-kpis > div:nth-child(2)::after,
.infrastructure-gateway .gateway-analytics-kpis > div:nth-child(5)::after {
  background: linear-gradient(90deg, transparent, #f0a2dc);
}

.infrastructure-gateway .gateway-analytics-kpis > div:nth-child(3)::after {
  background: linear-gradient(90deg, transparent, #9b94ff);
}

.infrastructure-gateway .gateway-trend-panel,
.infrastructure-gateway .gateway-model-panel {
  border-color: rgba(82, 108, 255, 0.12);
  background: rgba(255, 255, 255, 0.62);
}

.infrastructure-gateway .gateway-trend-grid {
  background-image:
    linear-gradient(rgba(82, 108, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(155, 148, 255, 0.05) 1px, transparent 1px);
}

.infrastructure-gateway .gateway-trend-grid > span {
  background: linear-gradient(180deg, rgba(255, 200, 237, 0.96), rgba(240, 162, 220, 0.28));
  box-shadow: 0 -7px 18px rgba(240, 162, 220, 0.2);
}

.infrastructure-gateway .gateway-trend-grid > span::before {
  background: #fff0fa;
  box-shadow: 0 0 10px rgba(240, 162, 220, 0.62);
}

.infrastructure-gateway .gateway-trend-grid > span > i {
  background: linear-gradient(180deg, #dfe5ff, #526cff 58%, rgba(82, 108, 255, 0.3));
  box-shadow: 0 -8px 20px rgba(82, 108, 255, 0.24);
}

.infrastructure-gateway .gateway-trend-grid > span > i::before {
  background: #edf0ff;
  box-shadow: 0 0 11px rgba(82, 108, 255, 0.65);
}

.infrastructure-gateway .gateway-analytics-legend i {
  background: #f0a2dc;
}

.infrastructure-gateway .gateway-analytics-legend span:nth-child(2) i {
  background: #526cff;
}

.infrastructure-gateway .gateway-analytics-legend strong {
  color: #4a5fe1;
}

.infrastructure-gateway .gateway-model-row > span {
  color: rgba(66, 82, 190, 0.52);
}

.infrastructure-gateway .gateway-model-row > div {
  background: rgba(53, 67, 145, 0.075);
}

.infrastructure-gateway .gateway-model-row > div i {
  background: linear-gradient(90deg, #526cff, #9da8ff);
  box-shadow: 4px 0 13px rgba(82, 108, 255, 0.26);
}

.infrastructure-gateway .gateway-model-row:nth-child(3) > div i { background: linear-gradient(90deg, #9b94ff, #c2bdff); }
.infrastructure-gateway .gateway-model-row:nth-child(4) > div i { background: linear-gradient(90deg, #f0a2dc, #fac8ea); }
.infrastructure-gateway .gateway-model-row:nth-child(5) > div i { background: linear-gradient(90deg, #668dff, #b4ccff); }
.infrastructure-gateway .gateway-model-row:nth-child(6) > div i { background: linear-gradient(90deg, #dce8ff, #8d9eff); }

.infrastructure-gateway .infra-cta-section {
  background-color: #03040c;
  background-image:
    linear-gradient(128deg, rgba(36, 76, 255, 0.14), transparent 29%, transparent 68%, rgba(240, 162, 220, 0.09)),
    linear-gradient(rgba(100, 123, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(155, 148, 255, 0.045) 1px, transparent 1px);
}

.infrastructure-gateway .infra-cta-orbit.orbit-b {
  border-color: rgba(240, 162, 220, 0.28);
}

@keyframes gateway-liquid-float {
  0%, 100% { opacity: 0.84; transform: translateX(-50%) scale(0.96); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.025); }
}

@keyframes gateway-readout-breathe {
  0%, 100% { opacity: 0.78; transform: translate(-50%, -50%) scale(0.97); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.03); }
}

@keyframes gateway-cube-art-breathe {
  0%, 100% { opacity: 0.58; filter: saturate(1.08) contrast(1.12) brightness(0.78); }
  50% { opacity: 0.72; filter: saturate(1.22) contrast(1.18) brightness(0.9); }
}

@keyframes gateway-cube-layer-one {
  0%, 100% { opacity: 0.42; transform: translate(-50%, -50%) rotate(45deg) scale(0.94); }
  50% { opacity: 0.78; transform: translate(-50%, -50%) rotate(49deg) scale(1.02); }
}

@keyframes gateway-cube-layer-two {
  0%, 100% { opacity: 0.36; transform: translate(-50%, -50%) rotate(18deg) skewX(5deg); }
  50% { opacity: 0.7; transform: translate(-50%, -50%) rotate(13deg) skewX(2deg); }
}

@keyframes gateway-cube-layer-three {
  0%, 100% { opacity: 0.46; transform: translate(-50%, -50%) rotate(45deg) scale(0.92); }
  50% { opacity: 0.86; transform: translate(-50%, -50%) rotate(54deg) scale(1.04); }
}

@keyframes gateway-cube-core {
  0%, 100% { filter: brightness(0.9); transform: translate(-50%, -50%) rotate(45deg) scale(0.96); }
  50% { filter: brightness(1.16); transform: translate(-50%, -50%) rotate(49deg) scale(1.025); }
}

@media (max-width: 560px) {
  .gateway-signal-orb {
    width: 286px;
    height: 286px;
    top: 44px;
  }

  .infrastructure-gateway .gateway-prism-core {
    width: 84px;
    height: 60px;
  }

  .infrastructure-gateway .gateway-prism-core strong {
    font-size: 12px;
  }

  .infrastructure-gateway .gateway-signal-node {
    width: 88px;
    min-height: 34px;
  }

  .infrastructure-gateway .gateway-security-layer.layer-one {
    width: 268px;
    height: 268px;
  }

  .infrastructure-gateway .gateway-security-layer.layer-two {
    width: 206px;
    height: 206px;
  }

  .infrastructure-gateway .gateway-security-layer.layer-three {
    width: 152px;
    height: 152px;
  }

  .infrastructure-gateway .gateway-security-core {
    width: 102px;
    height: 102px;
  }

  .gateway-security-art {
    object-position: 50% 55%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gateway-security-art {
    animation: none;
  }
}

/* AI Tokens: kinetic spectral artifacts */
.infrastructure-tokens {
  --token-violet: #7657ff;
  --token-indigo: #3d42ff;
  --token-pink: #ff65c3;
  --token-cyan: #53d9ff;
  --token-lime: #c7ff62;
  --token-orange: #ff9b5f;
}

.infrastructure-tokens .token-market-visual,
.infrastructure-tokens .token-operating-board,
.infrastructure-tokens .infra-commercial-panel {
  border-color: rgba(123, 93, 255, 0.32);
  background-color: #04040d;
  background-image:
    linear-gradient(132deg, rgba(118, 87, 255, 0.12), transparent 31%, transparent 69%, rgba(255, 101, 195, 0.07)),
    linear-gradient(rgba(111, 90, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 217, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 46px 46px, 46px 46px;
  box-shadow:
    0 32px 82px rgba(19, 13, 62, 0.22),
    0 0 0 1px rgba(238, 233, 255, 0.03) inset,
    0 0 98px rgba(118, 87, 255, 0.075) inset;
}

.infrastructure-tokens .token-market-visual::after {
  background: linear-gradient(90deg, transparent, rgba(83, 217, 255, 0.16), rgba(255, 101, 195, 0.24), rgba(199, 255, 98, 0.13), transparent);
}

.token-orbit-art {
  width: 220px;
  height: 390px;
  position: absolute;
  z-index: 2;
  top: -50px;
  left: 50%;
  object-fit: contain;
  opacity: 0.88;
  filter: saturate(1.18) contrast(1.12) brightness(1.02);
  mix-blend-mode: screen;
  transform-origin: center;
  animation: token-orbit-art-motion 8.6s ease-in-out infinite;
}

.infrastructure-tokens .token-spectral-field::before {
  width: 100%;
  left: 0;
  opacity: 0.6;
  clip-path: none;
  background-image:
    linear-gradient(90deg, transparent 49.85%, rgba(83, 217, 255, 0.18) 50%, transparent 50.15%),
    linear-gradient(transparent 49.85%, rgba(255, 101, 195, 0.15) 50%, transparent 50.15%);
}

.infrastructure-tokens .token-spectral-field::after {
  background: linear-gradient(90deg, transparent, rgba(118, 87, 255, 0.58), rgba(255, 101, 195, 0.48), rgba(83, 217, 255, 0.42), transparent);
  box-shadow: 0 -86px 34px rgba(118, 87, 255, 0.08);
}

.infrastructure-tokens .token-spectral-plane {
  z-index: 1;
  border-radius: 50%;
  background: transparent;
}

.infrastructure-tokens .token-spectral-plane.plane-one {
  width: 340px;
  height: 236px;
  border-color: rgba(118, 87, 255, 0.34);
  animation: token-art-plane-one 12s ease-in-out infinite;
}

.infrastructure-tokens .token-spectral-plane.plane-two {
  width: 244px;
  height: 244px;
  border-color: rgba(83, 217, 255, 0.24);
  animation: token-art-plane-two 15s ease-in-out infinite;
}

.infrastructure-tokens .token-spectral-plane.plane-three {
  width: 166px;
  height: 166px;
  border-color: rgba(255, 101, 195, 0.25);
  animation: token-art-plane-three 9s ease-in-out infinite;
}

.infrastructure-tokens .token-spectral-beam.beam-horizontal {
  background: linear-gradient(90deg, transparent, rgba(118, 87, 255, 0.58), rgba(255, 101, 195, 0.5), transparent);
}

.infrastructure-tokens .token-spectral-beam.beam-vertical {
  background: linear-gradient(180deg, transparent, rgba(83, 217, 255, 0.52), rgba(199, 255, 98, 0.38), transparent);
}

.infrastructure-tokens .token-flow-pulse {
  background: #fff1fb;
  box-shadow:
    0 0 8px #fff,
    0 0 22px rgba(255, 101, 195, 0.88),
    0 0 36px rgba(118, 87, 255, 0.56);
}

.infrastructure-tokens .token-flow-pulse.pulse-two {
  background: #d9f7ff;
}

.infrastructure-tokens .token-flow-pulse.pulse-three {
  background: #e8ffbb;
}

.infrastructure-tokens .token-prism-core {
  width: 104px;
  height: 70px;
  border: 0;
  border-radius: 2px;
  gap: 3px;
  background: rgba(3, 3, 12, 0.28);
  box-shadow: none;
  backdrop-filter: blur(3px);
  animation: token-core-readout 6.4s ease-in-out infinite;
}

.infrastructure-tokens .token-prism-core::before {
  width: 1px;
  height: 86%;
  top: 7%;
  left: 0;
  background: linear-gradient(180deg, transparent, var(--token-pink), var(--token-violet), transparent);
  transform: none;
}

.infrastructure-tokens .token-prism-face {
  display: none;
}

.infrastructure-tokens .token-prism-core small {
  color: rgba(230, 232, 255, 0.56);
  font-size: 5px;
}

.infrastructure-tokens .token-prism-core strong {
  font-size: 14px;
  font-weight: 610;
}

.infrastructure-tokens .token-prism-core em {
  color: #f6a9dd;
  font-size: 5px;
}

.infrastructure-tokens .token-source-node {
  z-index: 6;
  border-color: rgba(128, 107, 255, 0.2);
  border-left-color: rgba(118, 87, 255, 0.72);
  color: rgba(239, 241, 255, 0.72);
  background: rgba(3, 3, 12, 0.64);
  box-shadow: 0 12px 30px rgba(13, 8, 43, 0.26);
  backdrop-filter: blur(14px);
}

.infrastructure-tokens .token-source-node.source-2,
.infrastructure-tokens .token-source-node.source-4 {
  border-left-color: rgba(255, 101, 195, 0.64);
}

.infrastructure-tokens .token-source-node i {
  background: #c8baff;
  box-shadow: 0 0 10px rgba(118, 87, 255, 0.9), 0 0 18px rgba(255, 101, 195, 0.38);
}

.infrastructure-tokens .token-source-node small {
  color: rgba(109, 223, 255, 0.65);
}

.infrastructure-tokens .token-spectral-ticker {
  border-top-color: rgba(129, 109, 255, 0.15);
  background: rgba(3, 3, 12, 0.74);
}

.infrastructure-tokens .token-spectral-ticker > span {
  border-right-color: rgba(129, 109, 255, 0.12);
}

.infrastructure-tokens .token-spectral-ticker b {
  color: rgba(177, 163, 255, 0.7);
}

.infrastructure-tokens .token-operating-board {
  background-image:
    linear-gradient(132deg, rgba(83, 217, 255, 0.08), transparent 31%, transparent 68%, rgba(255, 101, 195, 0.065)),
    linear-gradient(rgba(118, 87, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 217, 255, 0.04) 1px, transparent 1px);
}

.token-spectrum-art {
  width: 340px;
  height: 340px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  object-fit: contain;
  opacity: 0.84;
  filter: saturate(1.16) contrast(1.12) brightness(0.96);
  mix-blend-mode: screen;
  transform-origin: center;
  animation: token-spectrum-route 18s linear infinite;
}

.infrastructure-tokens .token-supply-map {
  background: linear-gradient(145deg, rgba(83, 217, 255, 0.03), transparent 46%, rgba(255, 101, 195, 0.035));
}

.infrastructure-tokens .supply-plane {
  z-index: 1;
  border-radius: 50%;
  background: transparent;
  opacity: 0.56;
}

.infrastructure-tokens .supply-plane-a {
  border-color: rgba(118, 87, 255, 0.34);
}

.infrastructure-tokens .supply-plane-b {
  border-color: rgba(83, 217, 255, 0.27);
}

.infrastructure-tokens .supply-plane-c {
  border-color: rgba(255, 101, 195, 0.26);
}

.infrastructure-tokens .supply-beam-x {
  background: linear-gradient(90deg, transparent, rgba(118, 87, 255, 0.6), rgba(255, 101, 195, 0.5), transparent);
}

.infrastructure-tokens .supply-beam-y {
  background: linear-gradient(180deg, transparent, rgba(83, 217, 255, 0.55), rgba(199, 255, 98, 0.4), transparent);
}

.infrastructure-tokens .supply-data-pulse {
  background: #fff1fb;
  box-shadow:
    0 0 8px #fff,
    0 0 22px rgba(118, 87, 255, 0.9),
    0 0 36px rgba(255, 101, 195, 0.54);
}

.infrastructure-tokens .supply-core {
  width: 96px;
  height: 74px;
  border: 0;
  border-radius: 2px;
  z-index: 5;
  gap: 3px;
  background: rgba(3, 3, 12, 0.28);
  box-shadow: none;
  backdrop-filter: blur(3px);
}

.infrastructure-tokens .supply-core-shell,
.infrastructure-tokens .supply-core::before {
  display: none;
}

.infrastructure-tokens .supply-core > svg {
  width: 18px;
  height: 18px;
  color: #c7d6ff;
  filter: drop-shadow(0 0 8px rgba(83, 217, 255, 0.72));
}

.infrastructure-tokens .supply-core strong {
  color: #f6a9dd;
  font-size: 6px;
}

.infrastructure-tokens .supply-node {
  z-index: 6;
  border-color: rgba(127, 106, 255, 0.22);
  border-left-color: rgba(118, 87, 255, 0.68);
  color: rgba(235, 239, 255, 0.64);
  background: rgba(3, 3, 12, 0.66);
}

.infrastructure-tokens .supply-node::before {
  background: #bdadff;
  box-shadow: 0 0 12px rgba(118, 87, 255, 0.9), 0 0 20px rgba(83, 217, 255, 0.42);
}

.infrastructure-tokens .token-api-title,
.infrastructure-tokens .token-api-panel code span {
  color: #9edfff;
}

.infrastructure-tokens .infra-commercial-panel {
  overflow: hidden;
}

.infrastructure-tokens .infra-commercial-panel-head {
  color: #b8adff;
  background: rgba(3, 3, 12, 0.68);
}

.token-distribution-visual {
  height: 238px;
  border-bottom: 1px solid rgba(129, 109, 255, 0.15);
  position: relative;
  z-index: 2;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 49.85%, rgba(83, 217, 255, 0.14) 50%, transparent 50.15%),
    linear-gradient(145deg, rgba(118, 87, 255, 0.055), transparent 52%, rgba(255, 101, 195, 0.04));
}

.token-distribution-visual::before,
.token-distribution-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.token-distribution-visual::before {
  width: 70%;
  height: 1px;
  right: 15%;
  bottom: 37px;
  background: linear-gradient(90deg, transparent, rgba(83, 217, 255, 0.56), rgba(255, 101, 195, 0.48), transparent);
  box-shadow: 0 -36px 34px rgba(118, 87, 255, 0.12);
}

.token-distribution-visual::after {
  width: 68%;
  height: 112px;
  right: 16%;
  bottom: -76px;
  border: 1px solid rgba(83, 217, 255, 0.16);
  border-radius: 50%;
  transform: perspective(260px) rotateX(68deg);
}

.token-distribution-art,
.token-distribution-reflection {
  width: 210px;
  height: 210px;
  position: absolute;
  left: 50%;
  object-fit: contain;
  mix-blend-mode: screen;
  transform-origin: center;
}

.token-distribution-art {
  z-index: 4;
  top: 4px;
  opacity: 0.92;
  filter: saturate(1.15) contrast(1.12) brightness(1.02);
  animation: token-distribution-float 7.2s ease-in-out infinite;
}

.token-distribution-reflection {
  z-index: 2;
  top: 142px;
  opacity: 0.18;
  filter: saturate(1.1) blur(2px) brightness(0.78);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 58%);
  animation: token-distribution-reflect 7.2s ease-in-out infinite;
}

.token-distribution-scan {
  width: 22%;
  position: absolute;
  z-index: 5;
  top: -35%;
  bottom: -35%;
  left: -30%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(205, 230, 255, 0.16), rgba(255, 101, 195, 0.19), transparent);
  transform: skewX(-14deg);
  animation: token-distribution-scan 7.8s ease-in-out infinite;
}

.token-distribution-label {
  position: absolute;
  z-index: 6;
  top: 18px;
  left: 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-family: var(--font-geist-mono), monospace;
}

.token-distribution-label small {
  color: rgba(160, 217, 255, 0.62);
  font-size: 5px;
}

.token-distribution-label strong {
  color: rgba(241, 239, 255, 0.76);
  font-size: 7px;
  font-weight: 520;
}

.infrastructure-tokens .infra-commercial-point {
  min-height: 58px;
  background: rgba(3, 3, 12, 0.58);
}

.infrastructure-tokens .infra-commercial-point svg {
  color: #b8adff;
}

@keyframes token-orbit-art-motion {
  0%, 100% {
    opacity: 0.78;
    filter: saturate(1.08) contrast(1.08) brightness(0.92);
    transform: translateX(-50%) rotate(-1.5deg) scale(0.96);
  }
  50% {
    opacity: 0.98;
    filter: saturate(1.26) contrast(1.14) brightness(1.08);
    transform: translateX(-50%) rotate(1.8deg) scale(1.035);
  }
}

@keyframes token-art-plane-one {
  0%, 100% { opacity: 0.38; transform: translate(-50%, -50%) rotate(-8deg) scale(0.96); }
  50% { opacity: 0.72; transform: translate(-50%, -50%) rotate(-2deg) scale(1.03); }
}

@keyframes token-art-plane-two {
  0%, 100% { opacity: 0.3; transform: translate(-50%, -50%) rotate(34deg) scale(0.94); }
  50% { opacity: 0.64; transform: translate(-50%, -50%) rotate(42deg) scale(1.03); }
}

@keyframes token-art-plane-three {
  0%, 100% { opacity: 0.34; transform: translate(-50%, -50%) rotate(0deg) scale(0.92); }
  50% { opacity: 0.74; transform: translate(-50%, -50%) rotate(9deg) scale(1.04); }
}

@keyframes token-core-readout {
  0%, 100% { opacity: 0.76; transform: translate(-50%, -50%) scale(0.97); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.03); }
}

@keyframes token-spectrum-route {
  0% {
    filter: saturate(1.08) contrast(1.1) brightness(0.9) hue-rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg) scale(0.96);
  }
  50% {
    filter: saturate(1.28) contrast(1.15) brightness(1.06) hue-rotate(14deg);
    transform: translate(-50%, -50%) rotate(180deg) scale(1.035);
  }
  100% {
    filter: saturate(1.08) contrast(1.1) brightness(0.9) hue-rotate(0deg);
    transform: translate(-50%, -50%) rotate(360deg) scale(0.96);
  }
}

@keyframes token-distribution-float {
  0%, 100% {
    filter: saturate(1.08) contrast(1.08) brightness(0.92);
    transform: translateX(-50%) translateY(7px) rotate(-2deg) scale(0.96);
  }
  50% {
    filter: saturate(1.24) contrast(1.14) brightness(1.08);
    transform: translateX(-50%) translateY(-8px) rotate(2.4deg) scale(1.025);
  }
}

@keyframes token-distribution-reflect {
  0%, 100% { opacity: 0.12; transform: translateX(-50%) translateY(-4px) scaleY(-0.34) scaleX(0.96); }
  50% { opacity: 0.22; transform: translateX(-50%) translateY(3px) scaleY(-0.38) scaleX(1.03); }
}

@keyframes token-distribution-scan {
  0%, 18% { left: -30%; opacity: 0; }
  29% { opacity: 0.72; }
  67% { opacity: 0.28; }
  77%, 100% { left: 112%; opacity: 0; }
}

@media (max-width: 560px) {
  .token-orbit-art {
    width: 184px;
    height: 328px;
    top: -24px;
  }

  .infrastructure-tokens .token-spectral-plane.plane-one {
    width: 286px;
    height: 194px;
  }

  .infrastructure-tokens .token-spectral-plane.plane-two {
    width: 206px;
    height: 206px;
  }

  .infrastructure-tokens .token-spectral-plane.plane-three {
    width: 140px;
    height: 140px;
  }

  .infrastructure-tokens .token-prism-core {
    width: 84px;
    height: 58px;
  }

  .infrastructure-tokens .token-prism-core strong {
    font-size: 12px;
  }

  .token-spectrum-art {
    width: 282px;
    height: 282px;
  }

  .token-distribution-visual {
    height: 218px;
  }

  .token-distribution-art,
  .token-distribution-reflection {
    width: 190px;
    height: 190px;
  }

  .token-distribution-reflection {
    top: 132px;
  }

  .token-distribution-label {
    top: 14px;
    left: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .token-orbit-art,
  .infrastructure-tokens .token-spectral-plane,
  .infrastructure-tokens .token-prism-core,
  .token-spectrum-art,
  .token-distribution-art,
  .token-distribution-reflection,
  .token-distribution-scan {
    animation: none;
  }
}

@supports (content-visibility: auto) {
  .infra-feature-section,
  .infra-operation-section,
  .infra-workflow-section,
  .infra-commercial-section,
  .gateway-security-section,
  .gateway-analytics-section,
  .infra-cta-section {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
  }
}
