.nodes-hero {
  position: relative;
  overflow: hidden;
  padding-top: 68px;
  padding-bottom: 72px;
  border-bottom: 1px solid var(--color-border);
  background:
    radial-gradient(circle at 78% 46%, var(--color-glow-soft), transparent 30%),
    linear-gradient(180deg, var(--color-bg), var(--color-panel));
}

.nodes-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--color-border-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--color-border-soft) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  opacity: .22;
  pointer-events: none;
}

.nodes-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .85fr);
  align-items: center;
  gap: 64px;
}

.nodes-hero-copy {
  position: relative;
  z-index: 2;
}

.nodes-hero-copy h1 {
  max-width: 720px;
  margin-top: 20px;
}

.nodes-hero-copy h1 .no-break {
  color: var(--color-accent);
  text-shadow: 0 0 24px var(--color-glow-soft);
}

.nodes-hero-lead {
  max-width: 680px;
  margin-top: 22px;
  font-size: 17px;
}

.nodes-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.nodes-hero-facts {
  display: grid;
  gap: 9px;
  margin-top: 28px;
}

.nodes-hero-facts li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-text-muted);
  font-size: 13px;
}

.nodes-route-board {
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 60px -34px var(--color-shadow), 0 0 38px var(--color-glow-faint);
}

.nodes-route-canvas {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, var(--color-glow-soft), transparent 32%),
    var(--color-panel);
}

.nodes-route-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--color-border-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--color-border-soft) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .42;
}

.nodes-route-core {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  width: 116px;
  height: 116px;
  place-content: center;
  gap: 3px;
  border: 1px solid var(--color-accent-dark);
  border-radius: var(--radius-round);
  background: var(--color-panel-raised);
  box-shadow:
    0 0 0 8px var(--color-glow-faint),
    0 0 32px var(--color-glow-medium),
    0 0 72px var(--color-glow-soft);
  text-align: center;
  transform: translate(-50%, -50%);
}

.nodes-route-core strong {
  font-family: var(--font-display);
  font-size: 14px;
}

.nodes-route-core small {
  font-family: var(--font-mono);
  font-size: 10px;
}

.nodes-core-dot {
  width: 9px;
  height: 9px;
  justify-self: center;
  margin-bottom: 5px;
  border-radius: var(--radius-round);
  background: var(--color-accent);
  box-shadow: 0 0 16px var(--color-glow-strong);
}

.nodes-zone {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding-inline: 13px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-panel-raised);
  color: var(--color-text);
  font-family: var(--font-mono);
  font-size: 12px;
  box-shadow: 0 12px 24px -18px var(--color-shadow);
}

.nodes-zone::before {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: var(--radius-round);
  background: var(--color-accent);
  box-shadow: 0 0 10px var(--color-glow-strong);
  content: "";
}

.nodes-zone-apac {
  top: 18%;
  left: 8%;
}

.nodes-zone-na {
  top: 17%;
  right: 8%;
}

.nodes-zone-eu {
  right: 10%;
  bottom: 17%;
}

.nodes-zone-other {
  bottom: 18%;
  left: 7%;
}

.nodes-route-line {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 38%;
  height: 1px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-border));
  box-shadow: 0 0 8px var(--color-glow-medium);
  transform-origin: left center;
}

.nodes-route-line-a {
  transform: rotate(212deg);
}

.nodes-route-line-b {
  transform: rotate(326deg);
}

.nodes-route-line-c {
  transform: rotate(34deg);
}

.nodes-route-line-d {
  transform: rotate(146deg);
}

.nodes-board-foot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--color-border);
  background: var(--color-panel-raised);
}

.nodes-board-foot span {
  min-height: 46px;
  display: grid;
  place-items: center;
  border-left: 1px solid var(--color-border);
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 11px;
}

.nodes-board-foot span:first-child {
  border-left: 0;
}

.nodes-summary {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-panel);
}

.nodes-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nodes-summary-grid article {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 170px;
  padding-top: 28px;
  padding-right: 28px;
  padding-bottom: 28px;
  padding-left: 28px;
  border-left: 1px solid var(--color-border);
}

.nodes-summary-grid article:first-child {
  border-left: 0;
}

.nodes-summary-value {
  color: var(--color-accent);
  font-family: var(--font-mono);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.nodes-summary-value [data-counter] {
  min-width: 0;
  text-align: left;
}

.nodes-summary-text {
  font-size: 24px;
}

.nodes-summary-grid h2 {
  font-size: 20px;
}

.nodes-summary-grid p {
  font-size: 13px;
}

.nodes-table-note {
  margin-top: 22px;
}

.nodes-type-section,
.nodes-workflow-section,
.nodes-decisions {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background: var(--color-panel);
}

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

.nodes-type-card {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 16px;
  padding: 26px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-panel-raised);
  box-shadow: 0 24px 48px -38px var(--color-shadow);
}

.nodes-type-card:hover {
  border-color: var(--color-accent-dark);
}

.nodes-type-head {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-accent-dark);
  font-size: 12px;
  letter-spacing: .05em;
}

.nodes-type-card h3 {
  font-size: 25px;
}

.nodes-type-card p {
  font-size: 14px;
}

.nodes-type-facts {
  display: grid;
  margin: 2px 0 0;
  border-top: 1px solid var(--color-border);
}

.nodes-type-facts div {
  display: grid;
  grid-template-columns: minmax(82px, .65fr) minmax(0, 1fr);
  gap: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-border-soft);
}

.nodes-type-facts dt,
.nodes-type-facts dd {
  margin: 0;
  font-size: 12px;
}

.nodes-type-facts dt {
  color: var(--color-text-faint);
  font-family: var(--font-mono);
}

.nodes-type-facts dd {
  color: var(--color-text);
}

.nodes-use-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.nodes-use-card {
  grid-column: span 2;
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 13px;
  padding: 24px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-panel);
}

.nodes-use-card:nth-child(4),
.nodes-use-card:nth-child(5) {
  grid-column: span 3;
}

.nodes-use-card:hover {
  border-color: var(--color-accent-dark);
  background: var(--color-panel-raised);
}

.nodes-use-label {
  justify-self: start;
  padding: 3px 9px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  color: var(--color-accent-dark);
  font-family: var(--font-mono);
  font-size: 11px;
}

.nodes-use-card h3 {
  font-size: 21px;
}

.nodes-use-card p {
  font-size: 14px;
}

.nodes-workflow-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  align-items: start;
  gap: 54px;
}

.nodes-workflow {
  display: grid;
  gap: 0;
  padding: 0;
  list-style: none;
  counter-reset: workflow;
}

.nodes-workflow li {
  position: relative;
  min-height: 118px;
  padding: 4px 0 28px 58px;
  counter-increment: workflow;
}

.nodes-workflow li::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--color-accent-dark);
  border-radius: var(--radius);
  background: var(--color-panel-raised);
  color: var(--color-accent);
  content: counter(workflow);
  font-family: var(--font-mono);
  font-size: 12px;
  box-shadow: 0 0 16px var(--color-glow-faint);
}

.nodes-workflow li:not(:last-child)::after {
  position: absolute;
  top: 39px;
  bottom: 5px;
  left: 16px;
  width: 1px;
  background: var(--color-border);
  content: "";
}

.nodes-workflow h3 {
  margin-bottom: 7px;
  font-size: 19px;
}

.nodes-workflow p {
  font-size: 14px;
}

.nodes-check-panel {
  position: sticky;
  top: calc(var(--nav-height) + 22px);
  overflow: hidden;
}

.nodes-check-body {
  display: grid;
}

.nodes-check-body > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 18px;
  border-bottom: 1px solid var(--color-border-soft);
}

.nodes-check-body > div:last-child {
  border-bottom: 0;
}

.nodes-check-body .status-dot {
  margin-top: 8px;
}

.nodes-check-body p {
  display: grid;
  gap: 2px;
  font-size: 13px;
}

.nodes-platform-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--color-border);
  border-left: 1px solid var(--color-border);
}

.nodes-platform-notes article {
  display: grid;
  align-content: start;
  gap: 11px;
  padding: 26px;
  border-right: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background: var(--color-panel);
}

.nodes-platform-notes h3 {
  font-size: 21px;
}

.nodes-platform-notes p {
  font-size: 14px;
}

.nodes-account-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 24px;
  margin-top: 22px;
}

.nodes-account-note .callout-title {
  grid-column: 1;
}

.nodes-account-note > p:not(.callout-title) {
  grid-column: 1;
}

.nodes-account-note .btn {
  grid-column: 2;
  grid-row: 1 / span 2;
}

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

.nodes-decision-grid .card {
  display: grid;
  align-content: start;
  gap: 12px;
}

.nodes-decision-grid h3 {
  font-size: 20px;
}

.nodes-decision-grid p {
  font-size: 14px;
}

@media (max-width: 1060px) {
  .nodes-hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .nodes-route-board {
    max-width: 720px;
  }

  .nodes-type-grid {
    grid-template-columns: 1fr;
  }

  .nodes-workflow-grid {
    grid-template-columns: 1fr;
  }

  .nodes-check-panel {
    position: static;
  }
}

@media (max-width: 768px) {
  .nodes-hero {
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .nodes-summary-grid {
    grid-template-columns: 1fr;
  }

  .nodes-summary-grid article {
    min-height: 0;
    padding-top: 22px;
    padding-bottom: 22px;
    border-top: 1px solid var(--color-border);
    border-left: 0;
  }

  .nodes-summary-grid article:first-child {
    border-top: 0;
  }

  .nodes-use-grid {
    grid-template-columns: 1fr;
  }

  .nodes-use-card,
  .nodes-use-card:nth-child(4),
  .nodes-use-card:nth-child(5) {
    grid-column: auto;
  }

  .nodes-platform-notes,
  .nodes-decision-grid {
    grid-template-columns: 1fr;
  }

  .nodes-account-note {
    grid-template-columns: 1fr;
  }

  .nodes-account-note .callout-title,
  .nodes-account-note > p:not(.callout-title),
  .nodes-account-note .btn {
    grid-column: auto;
    grid-row: auto;
  }

  .nodes-account-note .btn {
    justify-self: start;
  }
}

@media (max-width: 540px) {
  .nodes-hero-actions .btn {
    width: 100%;
  }

  .nodes-route-canvas {
    min-height: 330px;
  }

  .nodes-zone {
    min-height: 30px;
    padding-inline: 9px;
    font-size: 10px;
  }

  .nodes-route-core {
    width: 98px;
    height: 98px;
  }

  .nodes-zone-apac {
    top: 14%;
    left: 5%;
  }

  .nodes-zone-na {
    top: 14%;
    right: 5%;
  }

  .nodes-zone-eu {
    right: 5%;
    bottom: 14%;
  }

  .nodes-zone-other {
    bottom: 14%;
    left: 5%;
  }

  .nodes-board-foot {
    grid-template-columns: 1fr;
  }

  .nodes-board-foot span {
    border-top: 1px solid var(--color-border);
    border-left: 0;
  }

  .nodes-board-foot span:first-child {
    border-top: 0;
  }

  .nodes-type-card,
  .nodes-use-card,
  .nodes-platform-notes article {
    padding: 20px;
  }

  .nodes-type-facts div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .nodes-workflow li {
    padding-left: 50px;
  }
}