.nodes-hero {
  position: relative;
  overflow: clip;
  padding-top: 58px;
  padding-bottom: 92px;
}

.nodes-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(480px, 1.06fr);
  gap: 68px;
  align-items: center;
}

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

.nodes-hero-copy .badge {
  margin-bottom: 22px;
}

.nodes-hero-lede {
  max-width: 610px;
  margin: 26px 0 0;
  color: var(--color-muted);
  font-size: 18px;
}

.nodes-hero-lede strong {
  color: var(--color-text);
}

.nodes-hero-copy .button-row {
  margin-top: 30px;
}

.nodes-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.nodes-trust li {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-round);
  background: var(--color-panel);
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 650;
}

.nodes-route-board {
  position: relative;
  min-height: 464px;
  overflow: visible;
  padding: 24px;
  transform: rotate(-1deg);
}

.nodes-board-glow {
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  top: -72px;
  right: -96px;
  border-radius: var(--radius-round);
  background: radial-gradient(circle, rgb(var(--rgb-accent) / .12), rgb(var(--rgb-accent) / 0) 68%);
  pointer-events: none;
}

.nodes-board-head,
.nodes-board-foot {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
}

.nodes-board-head {
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-muted);
}

.nodes-board-state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--color-accent);
}

.nodes-board-state i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: var(--radius-round);
  background: var(--color-accent);
  box-shadow: 0 0 0 4px rgb(var(--rgb-accent) / .12);
}

.nodes-route-map {
  position: absolute;
  z-index: 1;
  inset: 72px 18px 54px;
  width: calc(100% - 36px);
  height: calc(100% - 126px);
}

.nodes-route-line,
.nodes-route-branch,
.nodes-route-line-muted {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nodes-route-line-muted {
  stroke: rgb(var(--rgb-text) / .08);
  stroke-width: 9;
}

.nodes-route-line {
  stroke: var(--color-accent);
  stroke-width: 2.5;
}

.nodes-route-branch {
  stroke: var(--color-border);
  stroke-width: 2;
  stroke-dasharray: 7 8;
}

.nodes-map-point {
  fill: var(--color-accent);
}

.nodes-map-ring {
  fill: var(--color-panel);
  stroke: rgb(var(--rgb-accent) / .26);
  stroke-width: 4;
}

.nodes-region-label {
  position: absolute;
  z-index: 2;
  min-width: 118px;
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  column-gap: 8px;
  align-items: center;
  padding: 10px 11px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-small);
  background: var(--color-panel);
  box-shadow: var(--shadow-menu);
}

.nodes-region-label .status-dot {
  grid-row: 1 / 3;
}

.nodes-region-label strong,
.nodes-region-label small {
  display: block;
  line-height: 1.3;
}

.nodes-region-label strong {
  font-size: 13px;
}

.nodes-region-label small {
  margin-top: 3px;
  color: var(--color-muted);
  font-size: 10px;
}

.nodes-label-asia {
  left: 30px;
  top: 204px;
}

.nodes-label-america {
  right: 22px;
  top: 142px;
}

.nodes-label-europe {
  right: 100px;
  top: 80px;
}

.nodes-label-other {
  right: 78px;
  bottom: 70px;
}

.nodes-board-foot {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--color-border);
}

.nodes-board-foot span {
  padding: 6px 9px;
  border-radius: var(--radius-small);
  background: var(--color-panel-soft);
  color: var(--color-muted);
}

.route-table td:first-child,
.route-table td:nth-child(2) {
  font-weight: 600;
}

.nodes-type-grid {
  display: grid;
  gap: 16px;
}

.nodes-type-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 24px;
  padding: 30px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-panel);
  box-shadow: 0 2px 6px rgb(var(--rgb-text) / .05);
}

.nodes-type-card p {
  max-width: 940px;
  color: var(--color-muted);
}

.nodes-type-card p:last-child {
  margin-bottom: 0;
}

.nodes-type-switch {
  width: 62px;
  height: 84px;
  display: grid;
  place-items: end center;
  padding: 10px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-panel-soft);
  box-shadow: inset 0 3px 7px rgb(var(--rgb-text) / .13);
}

.nodes-type-switch span {
  width: 100%;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-small);
  background: var(--color-accent);
  color: var(--color-white);
  font: 900 22px/1 var(--font-display);
  box-shadow: 0 0 0 5px rgb(var(--rgb-accent) / .1);
}

.nodes-type-switch.is-off {
  place-items: start center;
}

.nodes-type-switch.is-off span {
  background: var(--color-panel);
  color: var(--color-muted);
  box-shadow: inset 0 2px 4px rgb(var(--rgb-text) / .1);
}

.nodes-type-label {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--color-accent);
  font: 700 12px/1 var(--font-mono);
  letter-spacing: .05em;
}

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

.nodes-cost-note h3 {
  font-size: 22px;
}

.nodes-cost-note p {
  color: var(--color-muted);
}

.nodes-cost-note p:last-child {
  margin-bottom: 0;
}

.nodes-use-list {
  display: grid;
  gap: 12px;
}

.nodes-use-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 24px;
  padding: 28px;
  border-bottom: 1px solid var(--color-border);
  background: var(--color-panel);
}

.nodes-use-item:first-child {
  border-radius: var(--radius) var(--radius) 0 0;
}

.nodes-use-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 var(--radius) var(--radius);
}

.nodes-use-mark {
  min-height: 46px;
  display: grid;
  place-items: center;
  align-self: start;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-small);
  background: var(--color-panel-soft);
  color: var(--color-accent);
  font: 800 12px/1 var(--font-mono);
  letter-spacing: .06em;
}

.nodes-use-item h3 {
  font-size: 22px;
}

.nodes-use-item p {
  max-width: 950px;
  color: var(--color-muted);
}

.nodes-use-item p:last-child {
  margin-bottom: 0;
}

.nodes-verification-grid {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 64px;
  align-items: start;
}

.nodes-verification-lede {
  color: var(--color-muted);
  font-size: 18px;
}

.nodes-checklist {
  display: grid;
  gap: 12px;
}

.nodes-checklist article {
  position: relative;
  min-width: 0;
  padding: 24px 24px 24px 54px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-panel);
}

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

.nodes-checklist p {
  margin-bottom: 0;
  color: var(--color-muted);
}

.nodes-check-dot {
  position: absolute;
  top: 30px;
  left: 24px;
  width: 10px;
  height: 10px;
  border-radius: var(--radius-round);
  background: var(--color-accent);
  box-shadow: 0 0 0 5px rgb(var(--rgb-accent) / .12);
}

.nodes-start-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 34px;
}

.nodes-start-panel h3 {
  font-size: 22px;
}

.nodes-start-panel p {
  margin-bottom: 0;
  color: var(--color-muted);
}

.nodes-start-panel .button-row {
  justify-content: flex-end;
}

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

  .nodes-route-board {
    width: 100%;
    max-width: 680px;
    transform: none;
  }

  .nodes-board-glow {
    display: none;
  }

  .nodes-verification-grid {
    gap: 38px;
  }
}

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

  .nodes-route-board {
    min-height: 390px;
    overflow: hidden;
    padding: 20px;
  }

  .nodes-route-map {
    inset: 68px 4px 50px;
    width: calc(100% - 8px);
    height: calc(100% - 118px);
  }

  .nodes-label-europe {
    right: 24px;
  }

  .nodes-label-other {
    right: 22px;
    bottom: 62px;
  }

  .nodes-board-foot {
    left: 20px;
    right: 20px;
    bottom: 18px;
    overflow-x: auto;
  }

  .nodes-board-foot span {
    flex: 0 0 auto;
  }

  .nodes-type-card,
  .nodes-use-item {
    grid-template-columns: 1fr;
  }

  .nodes-type-switch {
    width: 54px;
    height: 68px;
  }

  .nodes-type-switch span {
    height: 34px;
    font-size: 18px;
  }

  .nodes-use-mark {
    width: 88px;
  }

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

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

  .nodes-start-panel .button-row {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .nodes-hero-lede {
    font-size: 16px;
  }

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

  .nodes-trust li {
    justify-content: center;
    text-align: center;
  }

  .nodes-route-board {
    min-height: 350px;
  }

  .nodes-board-head > span:first-child {
    display: none;
  }

  .nodes-board-head {
    justify-content: flex-end;
  }

  .nodes-region-label {
    min-width: 104px;
    padding: 8px;
  }

  .nodes-label-asia {
    left: 12px;
    top: 178px;
  }

  .nodes-label-america {
    right: 10px;
    top: 128px;
  }

  .nodes-label-europe {
    right: 16px;
    top: 72px;
  }

  .nodes-label-other {
    right: 12px;
    bottom: 58px;
  }

  .nodes-region-label small {
    display: none;
  }

  .nodes-type-card,
  .nodes-use-item {
    padding: 22px;
  }

  .nodes-checklist article {
    padding: 22px 20px 22px 48px;
  }

  .nodes-check-dot {
    top: 28px;
    left: 20px;
  }

  .nodes-start-panel .button-row {
    align-items: stretch;
  }

  .nodes-start-panel .button {
    width: 100%;
  }
}

@media (max-width: 370px) {
  .nodes-trust {
    grid-template-columns: 1fr;
  }

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

  .nodes-label-europe {
    display: none;
  }

  .nodes-board-foot span:last-child {
    display: none;
  }
}