.nodes-hero{
  position:relative;
  border-bottom:1px solid var(--color-border);
  background:var(--color-bg);
}
.nodes-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(var(--color-grid) 1px,transparent 1.4px);
  background-size:24px 24px;
  opacity:.28;
  pointer-events:none;
}
.nodes-hero-layout{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  gap:clamp(42px,7vw,96px);
  align-items:center;
  min-height:620px;
  padding-top:74px;
  padding-bottom:86px;
}
.nodes-hero-copy{
  min-width:0;
}
.nodes-hero-copy h1{
  margin-top:22px;
  font-size:clamp(52px,5vw,72px);
}
.nodes-title-gradient{
  background:linear-gradient(105deg,var(--color-text),var(--color-teal),var(--color-teal-soft));
  color:transparent;
  background-clip:text;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}
.nodes-hero-lead{
  max-width:700px;
  margin-top:22px;
  color:var(--color-muted);
  font-size:18px;
}
.nodes-hero-lead strong{
  color:var(--color-text);
}
.nodes-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}
.nodes-fact-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.nodes-fact-row span{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  padding:5px 13px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-pill);
  background:var(--color-bg);
  color:var(--color-muted);
  font-size:13px;
  font-weight:700;
  box-shadow:var(--shadow-chip);
}
.nodes-index-panel{
  position:relative;
  min-width:0;
  padding:28px;
  overflow:hidden;
  box-shadow:var(--shadow-card);
}
.nodes-index-panel::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(var(--color-grid) 1px,transparent 1.4px);
  background-size:18px 18px;
  opacity:.46;
  pointer-events:none;
}
.nodes-index-head,
.region-matrix,
.route-type-strip{
  position:relative;
}
.nodes-index-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  padding-bottom:20px;
  border-bottom:1px solid var(--color-border);
}
.nodes-index-head>p:last-child{
  color:var(--color-muted);
  font-size:14px;
  font-weight:700;
}
.region-matrix{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:22px;
}
.region-cell{
  min-width:0;
  padding:19px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-md);
  background:var(--color-bg);
  box-shadow:var(--shadow-chip);
}
.region-cell-wide{
  grid-column:span 2;
}
.region-cell span{
  display:block;
  font-family:var(--font-display);
  font-size:20px;
  font-weight:800;
}
.region-cell small{
  display:block;
  margin-top:5px;
  color:var(--color-muted);
  line-height:1.55;
}
.route-type-strip{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}
.route-type-strip span{
  padding:5px 11px;
  border-radius:var(--radius-pill);
  background:var(--color-panel-strong);
  color:var(--color-teal);
  font-family:var(--font-mono);
  font-size:11px;
  font-weight:800;
}
.nodes-section-heading{
  max-width:820px;
  margin-bottom:34px;
}
.nodes-section-heading h2{
  margin-top:10px;
}
.nodes-section-heading>p:last-child{
  margin-top:16px;
  color:var(--color-muted);
  font-size:17px;
}
.nodes-directory{
  background:var(--color-bg);
}
.nodes-table th,
.nodes-table td{
  vertical-align:middle;
}
.nodes-table td:first-child{
  white-space:nowrap;
}
.line-tag{
  display:inline-flex;
  min-height:28px;
  align-items:center;
  padding:3px 10px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-pill);
  background:var(--color-panel);
  color:var(--color-teal);
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}
.line-premium{
  background:var(--color-panel-strong);
  color:var(--color-text);
}
.line-direct{
  background:var(--color-bg);
  color:var(--color-muted);
}
.nodes-table-note{
  margin-top:22px;
  color:var(--color-muted);
}
.route-types-section{
  background:var(--color-panel);
}
.route-type-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.route-type-card{
  padding:30px;
  transform-style:preserve-3d;
}
.route-type-mark{
  display:inline-flex;
  min-height:31px;
  align-items:center;
  padding:4px 11px;
  border-radius:var(--radius-pill);
  background:var(--color-panel-strong);
  color:var(--color-teal);
  font-family:var(--font-mono);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
}
.route-type-card h3{
  margin-top:22px;
}
.route-type-card p{
  margin-top:16px;
  color:var(--color-muted);
}
.cost-explainer{
  display:grid;
  grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);
  gap:44px;
  margin-top:28px;
  padding:34px;
}
.cost-explainer h3{
  margin-top:10px;
}
.cost-explainer-copy{
  display:grid;
  gap:16px;
  color:var(--color-muted);
}
.usage-section{
  background:var(--color-bg);
}
.usage-ledger{
  border-top:1px solid var(--color-border);
}
.usage-row{
  display:grid;
  grid-template-columns:120px minmax(0,1fr);
  gap:38px;
  padding-top:34px;
  padding-bottom:34px;
  border-bottom:1px solid var(--color-border);
}
.usage-label{
  display:flex;
  align-items:flex-start;
}
.usage-label span{
  display:grid;
  width:76px;
  height:76px;
  place-items:center;
  border-radius:var(--radius-lg);
  background:var(--color-text);
  color:var(--color-white);
  font-family:var(--font-display);
  font-size:17px;
  font-weight:800;
  box-shadow:var(--shadow-chip);
}
.usage-row h3{
  font-size:25px;
}
.usage-row p{
  max-width:900px;
  margin-top:12px;
  color:var(--color-muted);
}
.route-method-section{
  background:var(--color-panel-strong);
}
.route-method-layout{
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
  gap:clamp(40px,7vw,92px);
}
.route-method-intro{
  align-self:start;
}
.route-method-intro h2{
  margin-top:10px;
}
.route-method-intro>p:last-child{
  margin-top:16px;
  color:var(--color-muted);
}
.route-method-steps{
  display:grid;
  gap:14px;
}
.route-method-steps article{
  position:relative;
  min-width:0;
  padding:24px 24px 24px 62px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-md);
  background:var(--color-bg);
  box-shadow:var(--shadow-chip);
}
.method-dot{
  position:absolute;
  top:30px;
  left:27px;
  width:12px;
  height:12px;
  border:3px solid var(--color-teal-soft);
  border-radius:50%;
  background:var(--color-text);
}
.route-method-steps h3{
  font-size:21px;
}
.route-method-steps p{
  margin-top:8px;
  color:var(--color-muted);
}
.coverage-section{
  background:var(--color-bg);
}
.coverage-panel{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);
  gap:56px;
  align-items:center;
  padding:clamp(30px,5vw,58px);
  border:1px solid var(--color-border);
  border-radius:var(--radius-lg);
  background:var(--color-panel);
  box-shadow:var(--shadow-card);
}
.coverage-copy h2{
  margin-top:10px;
}
.coverage-copy>p:not(.eyebrow){
  margin-top:16px;
  color:var(--color-muted);
}
.coverage-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-content:center;
}
.coverage-badges span{
  display:inline-flex;
  min-height:44px;
  align-items:center;
  padding:8px 16px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-pill);
  background:var(--color-bg);
  color:var(--color-text);
  font-weight:750;
  box-shadow:var(--shadow-chip);
}
.nodes-faq-section{
  background:var(--color-panel);
}
.nodes-faq-layout{
  display:grid;
  grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);
  gap:clamp(40px,7vw,88px);
  align-items:start;
}
.nodes-faq-heading h2{
  margin-top:10px;
}
.nodes-faq-heading>p:not(.eyebrow){
  margin-top:16px;
  color:var(--color-muted);
}
.text-link{
  display:inline-flex;
  min-height:40px;
  align-items:center;
  margin-top:20px;
  color:var(--color-accent-dark);
  font-weight:800;
}
.nodes-action-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:36px;
  align-items:center;
  padding:36px;
  border-radius:var(--radius-lg);
  background:var(--color-text);
  color:var(--color-white);
  box-shadow:var(--shadow-card);
}
.nodes-action-panel h2{
  margin-top:8px;
  color:var(--color-white);
  font-size:clamp(28px,3vw,40px);
}
.nodes-action-panel p:not(.eyebrow){
  margin-top:10px;
  color:var(--color-panel-strong);
}
.nodes-action-panel .eyebrow{
  color:var(--color-teal-soft);
}
.nodes-action-buttons{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:12px;
}
.nodes-action-secondary{
  border-color:var(--color-panel-strong);
  background:transparent;
  color:var(--color-white);
}
.nodes-action-secondary:hover{
  background:var(--color-teal);
}
@media (max-width:980px){
  .nodes-hero-layout{
    grid-template-columns:1fr;
    min-height:0;
  }
  .nodes-index-panel{
    width:100%;
  }
  .route-type-grid{
    grid-template-columns:1fr;
  }
  .route-method-layout,
  .nodes-faq-layout{
    grid-template-columns:1fr;
  }
  .coverage-panel{
    grid-template-columns:1fr;
  }
}
@media (max-width:768px){
  .nodes-hero-layout{
    gap:46px;
    padding-top:52px;
    padding-bottom:64px;
  }
  .nodes-hero-copy h1{
    font-size:clamp(34px,10vw,40px);
  }
  .nodes-hero-lead{
    font-size:16px;
  }
  .nodes-hero-actions{
    flex-direction:column;
  }
  .cost-explainer{
    grid-template-columns:1fr;
    gap:24px;
  }
  .usage-row{
    grid-template-columns:72px minmax(0,1fr);
    gap:20px;
  }
  .usage-label span{
    width:60px;
    height:60px;
    border-radius:var(--radius-md);
  }
  .nodes-action-panel{
    grid-template-columns:1fr;
  }
  .nodes-action-buttons{
    justify-content:flex-start;
  }
}
@media (max-width:640px){
  .nodes-index-panel{
    padding:20px;
  }
  .region-matrix{
    grid-template-columns:1fr;
  }
  .region-cell-wide{
    grid-column:auto;
  }
  .nodes-fact-row{
    display:grid;
    grid-template-columns:1fr;
  }
  .nodes-fact-row span{
    justify-content:center;
  }
  .route-type-card{
    padding:24px 20px;
  }
  .cost-explainer{
    padding:24px 20px;
  }
  .usage-row{
    grid-template-columns:1fr;
    gap:16px;
  }
  .usage-label span{
    width:auto;
    height:auto;
    min-height:38px;
    padding:6px 14px;
    border-radius:var(--radius-pill);
  }
  .route-method-steps article{
    padding:22px 20px 22px 52px;
  }
  .method-dot{
    left:21px;
  }
  .coverage-panel{
    gap:30px;
    padding:26px 20px;
  }
  .nodes-action-panel{
    padding:28px 20px;
  }
}