.nodes-hero{
  position:relative;
  padding-top:72px;
  padding-bottom:86px;
  overflow-x:clip;
  max-width:100%;
}
.nodes-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent,var(--accent-06));
  pointer-events:none;
}
.nodes-hero-inner{
  position:relative;
}
.nodes-hero-copy{
  max-width:850px;
  margin-inline:auto;
  text-align:center;
}
.nodes-hero-copy h1{
  max-width:780px;
  margin-inline:auto;
}
.nodes-hero-copy .lead{
  max-width:800px;
  margin-inline:auto;
}
.nodes-hero-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
  margin:28px 0 18px;
}
.nodes-hero-actions .btn{
  min-height:54px;
  padding-inline:26px;
  font-size:17px;
}
.coverage-console{
  max-width:940px;
  margin:54px auto 0;
  overflow:hidden;
  border:1px solid var(--win-border);
  border-radius:var(--r-lg);
  background:var(--win);
  color:var(--win-text);
  box-shadow:0 1px 0 var(--white-08) inset,0 38px 80px -30px var(--accent-24);
}
.coverage-console-body{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  gap:40px;
  min-height:250px;
  padding:42px 54px;
  overflow:hidden;
}
.coverage-console-body::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  height:5px;
  background:linear-gradient(90deg,var(--accent),var(--accent-2));
}
.coverage-stat{
  position:relative;
  z-index:2;
  min-width:0;
}
.coverage-stat-label{
  display:block;
  margin-bottom:12px;
  color:var(--accent-2);
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:750;
  letter-spacing:.08em;
}
.coverage-stat strong{
  display:block;
  color:var(--win-text);
  font-family:var(--font-display);
  font-size:clamp(30px,4vw,46px);
  font-weight:900;
  line-height:1.1;
}
.coverage-stat p{
  margin:14px 0 0;
  color:var(--win-muted);
}
.coverage-divider{
  width:1px;
  height:110px;
  background:var(--win-border);
}
.coverage-route{
  position:absolute;
  right:18px;
  bottom:8px;
  z-index:1;
  max-width:42%;
  color:var(--accent-2);
  opacity:.18;
}
.region-jump{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:48px;
}
.region-jump a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:8px 18px;
  border:1px solid var(--border);
  border-radius:var(--r-pill);
  background:var(--bg-panel);
  color:var(--text-muted);
  box-shadow:0 1px 0 var(--white) inset;
  font-weight:750;
}
.region-jump a:hover{
  border-color:var(--accent);
  color:var(--accent);
}
.region-block{
  margin-top:54px;
}
.region-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  margin-bottom:18px;
}
.region-heading h3{
  margin-bottom:0;
}
.region-heading p{
  max-width:600px;
  margin-bottom:0;
  color:var(--text-muted);
  text-align:right;
}
.region-code{
  display:block;
  margin-bottom:5px;
  color:var(--accent);
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:800;
  letter-spacing:.1em;
}
.route-label{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:4px 10px;
  border:1px solid var(--accent-20);
  border-radius:var(--r-pill);
  background:var(--accent-10);
  color:var(--accent-dark);
  font-family:var(--font-mono);
  font-size:11px;
  font-weight:750;
  white-space:nowrap;
}
.support-mark{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:26px;
  color:var(--success);
  font-weight:750;
}
.support-mark::before{
  content:"";
  width:8px;
  height:8px;
  flex-shrink:0;
  border-radius:50%;
  background:var(--success);
  box-shadow:0 0 0 3px var(--success-12);
}
.route-types{
  background:var(--accent-06);
}
.route-type-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.route-type-card{
  min-width:0;
  padding:30px;
  border:1px solid var(--border);
  border-radius:var(--r-lg);
  background:var(--bg-panel);
  box-shadow:0 1px 0 var(--white) inset,var(--shadow-soft);
}
.route-type-card.route-type-featured{
  border-color:var(--accent);
  background:linear-gradient(180deg,var(--bg-panel),var(--accent-06));
  box-shadow:0 1px 0 var(--white) inset,0 28px 62px -28px var(--accent-30);
}
.route-type-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:26px;
}
.route-index{
  color:var(--accent);
  font-family:var(--font-mono);
  font-size:13px;
  font-weight:850;
  letter-spacing:.08em;
}
.route-type-card h3{
  font-size:26px;
}
.route-type-card p{
  color:var(--text-muted);
}
.route-type-card p:last-child{
  margin-bottom:0;
}
.cost-note{
  display:grid;
  grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);
  align-items:center;
  gap:40px;
  margin-top:28px;
}
.cost-note h3{
  margin-bottom:0;
}
.cost-note p{
  margin-bottom:0;
  color:var(--text-muted);
}
.cost-note-label{
  display:block;
  margin-bottom:8px;
  color:var(--accent);
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
}
.use-case-list{
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:var(--r-lg);
  background:var(--bg-panel);
  box-shadow:0 1px 0 var(--white) inset,var(--shadow-soft);
}
.use-case{
  display:grid;
  grid-template-columns:minmax(190px,.5fr) minmax(0,1.5fr);
  gap:40px;
  padding:34px;
  border-top:1px solid var(--border);
}
.use-case:first-child{
  border-top:0;
}
.use-case:nth-child(even){
  background:var(--bg-panel-2);
}
.use-case-label{
  min-width:0;
}
.use-case-label h3{
  margin-bottom:0;
}
.use-case-mark{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  margin-bottom:12px;
  padding:4px 9px;
  border-radius:var(--r-sm);
  background:var(--accent);
  color:var(--white);
  font-family:var(--font-mono);
  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
}
.use-case-copy{
  min-width:0;
}
.use-case-copy p{
  color:var(--text-muted);
}
.use-case-copy p:last-child{
  margin-bottom:0;
}
.selection-process{
  background:var(--accent-06);
}
.process-layout{
  display:grid;
  grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);
  gap:64px;
  align-items:start;
}
.process-intro{
  position:sticky;
  top:calc(var(--nav-h) + 28px);
}
.process-intro p{
  color:var(--text-muted);
}
.process-steps{
  display:grid;
  gap:14px;
  margin:0;
  padding:0;
  list-style:none;
  counter-reset:route-step;
}
.process-steps li{
  position:relative;
  min-height:118px;
  padding:24px 24px 24px 76px;
  counter-increment:route-step;
  border:1px solid var(--border);
  border-radius:var(--r-md);
  background:var(--bg-panel);
  box-shadow:0 1px 0 var(--white) inset;
}
.process-steps li::before{
  content:counter(route-step);
  position:absolute;
  top:24px;
  left:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:var(--accent);
  color:var(--white);
  font-family:var(--font-mono);
  font-size:13px;
  font-weight:850;
}
.process-steps strong{
  display:block;
  margin-bottom:7px;
  color:var(--text);
  font-size:18px;
}
.process-steps p{
  margin-bottom:0;
  color:var(--text-muted);
}
.service-notes{
  padding-bottom:36px;
}
.note-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.note-card{
  min-width:0;
  padding:26px;
  border:1px solid var(--border);
  border-radius:var(--r-md);
  background:var(--bg-panel);
  box-shadow:0 1px 0 var(--white) inset,var(--shadow-soft);
}
.note-key{
  display:block;
  margin-bottom:15px;
  color:var(--accent);
  font-family:var(--font-mono);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
}
.note-card h3{
  font-size:21px;
}
.note-card p{
  margin-bottom:0;
  color:var(--text-muted);
}
.nodes-footer-actions{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:32px;
  margin-top:48px;
  padding:34px;
  border:1px solid var(--win-border);
  border-radius:var(--r-lg);
  background:var(--win);
  color:var(--win-text);
  box-shadow:0 30px 70px -30px var(--accent-30);
}
.nodes-footer-actions h3{
  color:var(--win-text);
}
.nodes-footer-actions p{
  max-width:650px;
  margin-bottom:0;
  color:var(--win-muted);
}
.nodes-footer-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:10px;
}
@media (max-width:980px){
  .route-type-grid,
  .note-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .route-type-featured{
    grid-column:1 / -1;
  }
  .nodes-footer-actions{
    grid-template-columns:1fr;
  }
  .nodes-footer-links{
    justify-content:flex-start;
  }
}
@media (max-width:768px){
  .nodes-hero{
    padding-top:52px;
    padding-bottom:64px;
  }
  .nodes-hero-actions .btn{
    min-height:48px;
    padding-inline:20px;
    font-size:15px;
  }
  .coverage-console-body{
    grid-template-columns:1fr;
    gap:28px;
    padding:32px 24px 38px;
  }
  .coverage-divider{
    width:100%;
    height:1px;
  }
  .coverage-route{
    display:none;
  }
  .region-heading{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }
  .region-heading p{
    text-align:left;
  }
  .route-type-grid,
  .note-grid{
    grid-template-columns:1fr;
  }
  .route-type-featured{
    grid-column:auto;
  }
  .cost-note,
  .use-case,
  .process-layout{
    grid-template-columns:1fr;
  }
  .use-case{
    gap:18px;
  }
  .process-layout{
    gap:32px;
  }
  .process-intro{
    position:static;
  }
}
@media (max-width:640px){
  .nodes-hero{
    padding-top:40px;
    padding-bottom:54px;
  }
  .nodes-hero-actions{
    align-items:stretch;
    flex-direction:column;
  }
  .nodes-hero-actions .btn{
    width:100%;
  }
  .coverage-console{
    margin-top:38px;
  }
  .coverage-console-body{
    padding:28px 18px 34px;
  }
  .region-jump{
    justify-content:flex-start;
    flex-wrap:nowrap;
    margin-bottom:38px;
    overflow-x:auto;
    scrollbar-width:thin;
    -webkit-overflow-scrolling:touch;
  }
  .region-jump a{
    min-width:max-content;
  }
  .region-block{
    margin-top:42px;
  }
  .route-type-card,
  .note-card{
    padding:22px;
  }
  .cost-note{
    padding:22px;
  }
  .use-case{
    padding:24px 20px;
  }
  .process-steps li{
    padding:22px 18px 22px 66px;
  }
  .process-steps li::before{
    top:22px;
    left:18px;
  }
  .nodes-footer-actions{
    padding:24px;
  }
  .nodes-footer-links{
    align-items:stretch;
    flex-direction:column;
  }
  .nodes-footer-links .btn{
    width:100%;
  }
}