:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --bg: #050814;
  --text: #edf7ff;
  --muted: #8aa3bc;
  --subtle: #5a7390;
  --line: #1a2f4a;
  --line-bright: #2a5078;
  --cyan: #16d8ff;
  --blue: #3d7dff;
  --violet: #8b4dff;
  --green: #5ee6aa;
  --amber: #ffc76c;
  --red: #ff727d;
  --brand: linear-gradient(135deg, #16d8ff 0%, #2377ff 52%, #9a42ff 100%);
  --card: linear-gradient(180deg, rgba(17, 27, 41, 0.92), rgba(9, 15, 24, 0.92));
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: var(--bg); color: var(--text); }
body {
  min-width: 320px;
  background:
    radial-gradient(circle at 82% 6%, rgba(139, 77, 255, 0.14), transparent 28rem),
    radial-gradient(circle at 8% 42%, rgba(22, 216, 255, 0.08), transparent 24rem),
    var(--bg);
}
a { color: inherit; }

.eyebrow {
  margin: 0;
  color: var(--subtle);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.public-home { overflow: hidden; }

.public-nav {
  width: min(1480px, calc(100% - 40px));
  height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(26, 47, 74, 0.85);
}

.public-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.public-brand svg { width: 36px; height: 44px; flex-shrink: 0; }
.public-brand span { display: grid; gap: 2px; }
.public-brand strong { font-size: 15px; letter-spacing: -0.02em; }
.public-brand small {
  color: var(--subtle);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.public-nav nav { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.public-nav nav a,
.public-footer a,
.text-link {
  color: var(--muted);
  font-size: 11px;
  text-decoration: none;
}
.public-nav nav a:hover,
.public-footer a:hover,
.text-link:hover { color: var(--cyan); }

.public-nav-actions,
.public-hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.primary,
.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.primary {
  border: 1px solid #17d9f5;
  background: var(--brand);
  box-shadow: 0 0 20px rgba(18, 220, 255, 0.16);
}
.secondary {
  border: 1px solid #29435d;
  background: #0b1928;
  color: #bdd0df;
}

.gxap-live-hero {
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 28px;
}

.gxap-live-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 28px;
}

.gxap-live-heading h1 {
  margin: 10px 0;
  max-width: 900px;
  font-size: clamp(36px, 4.6vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 630;
}

.gxap-live-heading h1 span {
  color: transparent;
  background: var(--brand);
  background-clip: text;
}

.gxap-live-heading > div:first-child > p:last-child {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.gxap-live-heading em { color: #d7ebf8; font-style: normal; }

.gxap-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}

.gxap-kpis article {
  min-height: 92px;
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(11, 27, 44, 0.96), rgba(7, 17, 29, 0.96));
}

.gxap-kpis span {
  display: block;
  color: var(--subtle);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.gxap-kpis strong {
  display: block;
  margin: 9px 0 4px;
  color: var(--cyan);
  font-size: 22px;
  letter-spacing: -0.03em;
}

.gxap-kpis small {
  display: block;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.4;
}

.gxap-command {
  overflow: hidden;
  border: 1px solid var(--line-bright);
  border-radius: 12px;
  background: rgba(6, 14, 26, 0.94);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.gxap-command-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px 14px;
  border-bottom: 1px solid #132b42;
}

.gxap-command-header h2 {
  margin: 4px 0 6px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.gxap-command-header p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.gxap-command-status {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--subtle);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gxap-command-status i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 9px var(--cyan);
}

.gxap-stage {
  --lane: #12dcff;
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(300px, 1fr) minmax(280px, 0.95fr);
  gap: 14px;
  min-height: 580px;
  padding: 20px 18px 28px;
  background:
    radial-gradient(circle at 50% 48%, color-mix(in srgb, var(--lane) 16%, transparent), transparent 30%),
    linear-gradient(rgba(18, 220, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 220, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
  transition: background 500ms ease;
}

.gxap-lanes {
  position: relative;
  z-index: 2;
  display: grid;
  align-self: stretch;
  align-content: center;
  gap: 8px;
}

.gxap-lane {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px 12px 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(8, 18, 32, 0.92);
  color: inherit;
  text-align: left;
  cursor: pointer;
  font: inherit;
}

.gxap-lane[aria-selected="true"] {
  border-color: color-mix(in srgb, var(--lane) 70%, #24547b);
  box-shadow: 0 0 22px color-mix(in srgb, var(--lane) 18%, transparent);
  background: color-mix(in srgb, var(--lane) 8%, #081420);
}

.gxap-lane > i {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--lane) 55%, transparent);
  border-radius: 50%;
  color: var(--lane);
  font-size: 10px;
  font-weight: 800;
  font-style: normal;
}

.gxap-lane strong {
  display: block;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.gxap-lane small {
  display: block;
  margin-top: 3px;
  color: var(--subtle);
  font-size: 9px;
  line-height: 1.3;
}
.gxap-lane-gate {
  position: relative;
  z-index: 1;
  color: var(--lane);
  font-size: 8px;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lane-stream {
  position: absolute;
  right: 10px;
  bottom: 5px;
  left: 46px;
  display: flex;
  justify-content: space-between;
  height: 4px;
}

.lane-stream i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--lane) 55%, transparent);
  opacity: 0.35;
  animation: stream 2.2s linear infinite;
}

.gxap-lane .lane-stream i:nth-child(2) { animation-delay: 0.2s; }
.gxap-lane .lane-stream i:nth-child(3) { animation-delay: 0.4s; }
.gxap-lane .lane-stream i:nth-child(4) { animation-delay: 0.6s; }
.gxap-lane .lane-stream i:nth-child(5) { animation-delay: 0.8s; }
.gxap-lane .lane-stream i:nth-child(6) { animation-delay: 1s; }

.gxap-lane[aria-selected="true"] .lane-stream i {
  background: var(--lane);
  box-shadow: 0 0 8px var(--lane);
  opacity: 1;
  animation-duration: 1.15s;
}

.gxap-flow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.gxap-flow-in,
.gxap-flow-out { --flow: color-mix(in srgb, var(--lane) 70%, #12dcff); }

.gxap-flow-pipe {
  fill: none;
  stroke: color-mix(in srgb, var(--flow) 22%, transparent);
  stroke-width: 7;
}

.gxap-flow-dash {
  fill: none;
  stroke: color-mix(in srgb, var(--flow) 45%, transparent);
  stroke-width: 1.4;
  stroke-dasharray: 14 22;
  animation: flow-dash 2.2s linear infinite;
}

.gxap-flow-packet {
  fill: #fff;
  opacity: 0.18;
  filter: drop-shadow(0 0 6px var(--flow));
}

.gxap-flow-in.is-live .gxap-flow-dash,
.gxap-flow-out .gxap-flow-dash {
  stroke: var(--flow);
  filter: drop-shadow(0 0 4px var(--flow));
}

.gxap-flow-in.is-live .gxap-flow-packet,
.gxap-flow-out .gxap-flow-packet { opacity: 1; }

.gxap-core {
  position: relative;
  z-index: 2;
  align-self: stretch;
  height: 100%;
  text-align: center;
}

.gxap-core-visual {
  position: absolute;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  transition: top 400ms ease;
}

.gxap-core-meta {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 1;
}

.gxap-genome-wrap {
  position: relative;
  width: min(100%, 248px);
  margin: 0 auto;
  padding: 12px 10px 10px;
  border: 1px solid color-mix(in srgb, var(--lane) 42%, #1d4e68);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 40%, color-mix(in srgb, var(--lane) 14%, transparent), transparent 62%),
    linear-gradient(180deg, rgba(8, 20, 34, 0.96), rgba(5, 12, 22, 0.98));
  box-shadow:
    inset 0 0 36px color-mix(in srgb, var(--lane) 10%, transparent),
    0 0 28px color-mix(in srgb, var(--lane) 12%, transparent);
  overflow: hidden;
}

.gxap-genome-scan {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    color-mix(in srgb, var(--lane) 22%, transparent) 48%,
    color-mix(in srgb, var(--lane) 38%, transparent) 50%,
    color-mix(in srgb, var(--lane) 22%, transparent) 52%,
    transparent 100%
  );
  transform: translateX(-120%);
  animation: genome-scan 4.2s ease-in-out infinite;
  pointer-events: none;
  z-index: 4;
}

.gxap-genome-ingest {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  overflow: hidden;
}

.gxap-ingest-particle {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lane);
  box-shadow: 0 0 10px var(--lane);
  animation: ingest-lock 1.1s ease-in forwards;
}

.gxap-genome-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 3px;
}

.gxap-genome-block {
  display: grid;
  grid-template-rows: auto repeat(16, 1fr);
  gap: 2px;
  padding: 2px;
  border-radius: 4px;
  transition: background 400ms ease, box-shadow 400ms ease;
}

.gxap-genome-block.is-active {
  background: color-mix(in srgb, var(--block-color) 12%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--block-color) 45%, transparent);
}

.gxap-genome-block-label {
  display: block;
  margin-bottom: 1px;
  color: var(--block-color);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: center;
  opacity: 0.92;
}

.gxap-genome-slot {
  display: block;
  height: 5px;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.03);
  transition: background 300ms ease, box-shadow 300ms ease, transform 300ms ease;
}

.gxap-genome-slot.is-lit {
  background: color-mix(in srgb, var(--block-color) calc(var(--slot-fill) * 100%), transparent);
  border-color: color-mix(in srgb, var(--block-color) 55%, transparent);
  box-shadow: 0 0 6px color-mix(in srgb, var(--block-color) calc(var(--slot-fill) * 55%), transparent);
}

.gxap-genome-block.is-active .gxap-genome-slot.is-lit {
  box-shadow: 0 0 8px color-mix(in srgb, var(--block-color) calc(var(--slot-fill) * 70%), transparent);
}

.gxap-genome-slot.is-ingest {
  animation: slot-lock 0.55s ease-out;
}

.gxap-genome-caption {
  position: relative;
  z-index: 2;
  margin: 8px 0 0;
  color: var(--subtle);
  font-size: 7px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gxap-stage.is-ping .gxap-genome-wrap {
  animation: genome-pulse 0.7s ease-out;
}

.gxap-core-title {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.gxap-core-sub {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.04em;
}

.gxap-core-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  max-width: 100%;
}

.gxap-core-flow li {
  display: grid;
  gap: 1px;
  min-width: 72px;
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(6, 14, 24, 0.82);
  text-align: center;
}

.gxap-core-flow li b {
  color: #d5e8f6;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.gxap-core-flow li small {
  color: var(--subtle);
  font-size: 7px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gxap-core-flow li.active {
  border-color: #17d9f5;
  box-shadow: 0 0 12px rgba(18, 220, 255, 0.18);
}

.gxap-core-flow li.active b { color: var(--cyan); }

.gxap-core-meta > small {
  display: block;
  margin-top: 8px;
  color: var(--subtle);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gxap-gate {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  gap: 10px;
  box-sizing: border-box;
  padding: 18px 18px 14px 22px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--lane) 42%, #1d4e68);
  border-radius: 10px;
  background: linear-gradient(160deg, color-mix(in srgb, var(--lane) 10%, rgba(10, 28, 44, 0.96)), rgba(7, 14, 26, 0.96));
  box-shadow: inset 0 0 40px color-mix(in srgb, var(--lane) 8%, transparent);
  transition: border-color 400ms ease, background 400ms ease;
}

.gxap-gate.is-fresh { animation: look-in 0.7s ease-out; }

.gxap-gate-dock {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  display: grid;
  align-content: center;
  gap: 14px;
  width: 10px;
}

.gxap-gate-dock i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--lane) 40%, transparent);
  box-shadow: 0 0 8px color-mix(in srgb, var(--lane) 30%, transparent);
  animation: dock-pulse 1.6s ease-in-out infinite;
}

.gxap-gate-dock i:nth-child(2) { animation-delay: 0.25s; }
.gxap-gate-dock i:nth-child(3) { animation-delay: 0.5s; }

.gxap-gate.is-fresh .gxap-gate-dock i {
  background: var(--lane);
  box-shadow: 0 0 12px var(--lane);
}

.gxap-gate-question {
  margin: 0;
  color: #d5e8f6;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.gxap-gate strong {
  color: var(--lane);
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1.15;
  transition: color 400ms ease;
}

.gxap-gate-body > p:last-of-type {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.gxap-gate-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 2px;
}

.gxap-gate-meta div {
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #071320;
}

.gxap-gate-meta span {
  display: block;
  color: var(--subtle);
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gxap-gate-meta b {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.35;
}

.gxap-gate-body {
  display: grid;
  gap: 8px;
}

.gxap-decisions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: auto;
}

.gxap-decision {
  padding: 8px 6px;
  border-radius: 8px;
  border: 1px solid;
  text-align: center;
}

.gxap-decision.allow { border-color: rgba(94, 230, 170, 0.5); background: rgba(94, 230, 170, 0.08); color: var(--green); }
.gxap-decision.deny { border-color: rgba(255, 114, 125, 0.5); background: rgba(255, 114, 125, 0.08); color: var(--red); }
.gxap-decision.confirm { border-color: rgba(255, 199, 108, 0.5); background: rgba(255, 199, 108, 0.08); color: var(--amber); }

.gxap-decision strong {
  display: block;
  font-size: 10px;
  letter-spacing: 0.06em;
}

.gxap-decision small {
  display: block;
  margin-top: 2px;
  font-size: 7px;
  color: var(--muted);
  line-height: 1.25;
}

.gxap-focus-bar {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-top: 1px solid #132b42;
  background: rgba(5, 12, 22, 0.86);
}

.gxap-focus-bar span {
  color: var(--subtle);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gxap-focus-bar strong { font-size: 13px; }
.gxap-focus-bar small { color: var(--muted); font-size: 10px; }

.public-proof {
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto 8px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.public-proof > div {
  min-height: 124px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 22px 28px;
  border-left: 1px solid var(--line);
}

.public-proof > div:first-child { border-left: 0; }

.public-proof span {
  color: var(--subtle);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.public-proof strong {
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 650;
  color: #edf7ff;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.public-proof small {
  color: var(--muted);
  font-size: 9px;
  line-height: 1.4;
}

@keyframes flow-dash {
  to { stroke-dashoffset: -36; }
}

@keyframes stream {
  0% { opacity: 0.2; transform: translateX(0); }
  50% { opacity: 1; }
  100% { opacity: 0.2; transform: translateX(4px); }
}

@keyframes genome-scan {
  0% { transform: translateX(-120%); opacity: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  100% { transform: translateX(120%); opacity: 0; }
}

@keyframes ingest-lock {
  0% { opacity: 0; transform: scale(0.35); }
  20% { opacity: 1; transform: scale(1.15); }
  100% { opacity: 0; transform: scale(0.15); }
}

@keyframes slot-lock {
  0% { transform: scaleY(0.4); filter: brightness(2); }
  100% { transform: scaleY(1); filter: brightness(1); }
}

@keyframes genome-pulse {
  0% { box-shadow: inset 0 0 36px color-mix(in srgb, var(--lane) 10%, transparent), 0 0 28px color-mix(in srgb, var(--lane) 12%, transparent); }
  40% { box-shadow: inset 0 0 48px color-mix(in srgb, var(--lane) 18%, transparent), 0 0 40px color-mix(in srgb, var(--lane) 28%, transparent); }
  100% { box-shadow: inset 0 0 36px color-mix(in srgb, var(--lane) 10%, transparent), 0 0 28px color-mix(in srgb, var(--lane) 12%, transparent); }
}

@keyframes look-in {
  from { opacity: 0.6; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes dock-pulse {
  0%, 100% { opacity: 0.45; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.15); }
}

.public-section {
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0;
}

.public-section-header {
  max-width: 760px;
  margin-bottom: 28px;
}

.public-section-header h2 {
  margin: 8px 0 0;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.public-section-header p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

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

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

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

.public-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(8, 16, 28, 0.72);
}

.public-card h3 {
  margin: 0 0 8px;
  font-size: 14px;
  letter-spacing: -0.02em;
}

.public-card p,
.public-card li {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.public-card ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.public-card .code {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  color: var(--cyan);
}

.domain-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
}

.domain-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--brand);
}

.domain-card .question {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.35;
  color: #f7fbff;
  font-weight: 700;
}

.domain-card .artifact {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  color: var(--subtle);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.domain-card .artifact span {
  display: block;
  margin-top: 4px;
  color: #b8c5d2;
  text-transform: none;
  letter-spacing: 0;
  font-size: 11px;
}

.spine-row {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.spine-step {
  min-height: 130px;
  padding: 12px 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #08111a;
  position: relative;
}

.spine-step::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  width: 8px;
  height: 2px;
  background: var(--cyan);
  transform: translateY(-50%);
}

.spine-step:last-child::after { display: none; }

.spine-step .num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 9px;
  font-weight: 800;
  background: #133a58;
  color: #78dcff;
  border: 1px solid #245f83;
}

.spine-step .engine {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 800;
  color: var(--cyan);
}

.spine-step .verb {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
}

.spine-step p {
  margin: 6px 0 0;
  font-size: 9px;
  line-height: 1.35;
  color: var(--muted);
}

.spine-step.policy {
  border-color: #5a5370;
  background: linear-gradient(180deg, #171524, #0c0b14);
}

.spine-step.policy .engine { color: #d5b8ff; }

.boundary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.boundary-grid .public-card.yes { border-color: #2a5078; }
.boundary-grid .public-card.no { border-color: #4a3050; }

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

.eco-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(8, 16, 28, 0.72);
  text-decoration: none;
  transition: border-color 0.15s ease;
}

.eco-card:hover { border-color: var(--line-bright); }
.eco-card.current { border-color: #2e6a96; box-shadow: 0 0 24px rgba(22, 216, 255, 0.08); }

.eco-card h3 { margin: 0 0 6px; font-size: 15px; }
.eco-card .tagline { color: var(--cyan); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 800; }
.eco-card p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

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

.audience-card .role {
  font-size: 16px;
  font-weight: 800;
  color: #f5f9fd;
}

.audience-card .aud {
  margin-top: 4px;
  font-size: 9px;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

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

.pricing-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(8, 16, 28, 0.72);
}

.pricing-card.featured {
  border-color: #2e6a96;
  box-shadow: 0 0 28px rgba(22, 216, 255, 0.1);
}

.pricing-card h3 { margin: 0; font-size: 16px; }
.pricing-card .price {
  margin: 10px 0 0;
  font-size: 24px;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.pricing-card .price small {
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
}

.pricing-card ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(26, 47, 74, 0.6);
  font-size: 12px;
  color: var(--muted);
  line-height: 1.45;
}

.pricing-card li:last-child { border-bottom: 0; }

.pricing-card .primary,
.pricing-card .secondary {
  width: 100%;
  margin-top: 18px;
}

.public-final-cta {
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto 56px;
  padding: 32px;
  border: 1px solid var(--line-bright);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(24, 93, 134, 0.22), rgba(11, 20, 30, 0.5));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.public-final-cta h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -0.04em;
  max-width: 640px;
}

.public-final-cta p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  max-width: 640px;
}

.public-footer {
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto 40px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 11px;
  color: var(--subtle);
}

.public-footer .links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.quote-block {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 3px solid var(--cyan);
  background: linear-gradient(90deg, rgba(23, 80, 126, 0.28), transparent);
  font-size: 15px;
  line-height: 1.5;
  color: #edf8ff;
  max-width: 820px;
}

@media (prefers-reduced-motion: reduce) {
  .lane-stream i,
  .gxap-flow-dash,
  .gxap-flow-packet,
  .gxap-genome-scan,
  .gxap-gate-dock i,
  .gxap-ingest-particle {
    animation: none !important;
  }
}

@media (max-width: 1100px) {
  .gxap-kpis,
  .public-grid-4,
  .audience-grid,
  .public-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .public-grid-5,
  .spine-row,
  .ecosystem-grid,
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .spine-step::after { display: none; }
  .gxap-live-heading { flex-direction: column; align-items: flex-start; }
  .gxap-command-header { flex-direction: column; }
  .gxap-stage {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .gxap-flow { display: none; }
  .public-proof > div { border-left: 0; border-top: 1px solid var(--line); }
  .public-proof > div:nth-child(odd) { border-right: 1px solid var(--line); }
  .gxap-focus-bar { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .public-nav nav { display: none; }
  .public-grid-3,
  .public-grid-4,
  .public-grid-5,
  .gxap-kpis,
  .boundary-grid,
  .ecosystem-grid,
  .audience-grid,
  .pricing-grid,
  .public-proof,
  .spine-row { grid-template-columns: 1fr; }
  .public-proof > div { border-right: 0 !important; }
  .gxap-decisions { grid-template-columns: 1fr; }
}
