.nodes-hero{
  position:relative;
  padding-top:58px;
  padding-bottom:74px;
  overflow-x:clip;
  max-width:100%;
}
.nodes-hero::before{
  content:"";
  position:absolute;
  inset:-120px 0 0;
  background:linear-gradient(180deg,var(--alpha-green-07),var(--alpha-green-04) 58%,var(--alpha-bg-00));
  pointer-events:none;
}
.nodes-hero-layout{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,46fr) minmax(0,54fr);
  gap:52px;
  align-items:center;
}
.nodes-hero-copy{
  position:relative;
  z-index:2;
  min-width:0;
}
.nodes-hero-copy h1{
  max-width:680px;
  margin:24px 0 0;
}
.nodes-lead{
  max-width:620px;
  margin:24px 0 0;
  font-size:18px;
  line-height:1.75;
}
.nodes-lead strong{
  color:var(--color-text);
}
.nodes-hero-actions{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:28px;
  flex-wrap:wrap;
}
.nodes-facts{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:24px;
  flex-wrap:wrap;
}
.nodes-facts span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:6px 13px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-pill);
  background:var(--color-panel);
  color:var(--color-muted);
  box-shadow:var(--highlight);
  font-size:13px;
  font-weight:750;
}
.nodes-facts b{
  margin-right:5px;
  color:var(--color-accent-dark);
  font-family:var(--font-mono);
}
.nodes-map-panel{
  position:relative;
  min-width:0;
  height:520px;
  border-radius:var(--radius-xl);
  background:linear-gradient(155deg,var(--color-deep-start),var(--color-deep-end));
  box-shadow:var(--shadow-panel),inset 0 1px 0 var(--alpha-white-10);
  overflow:hidden;
  color:var(--color-white);
}
.nodes-map-panel::before{
  content:"";
  position:absolute;
  top:-150px;
  right:-100px;
  width:440px;
  height:440px;
  border-radius:50%;
  background:radial-gradient(circle,var(--alpha-green-22),var(--alpha-green-08) 42%,var(--alpha-green-00) 72%);
}
.nodes-map-panel::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(ellipse at 48% 58%,var(--alpha-green-10),var(--alpha-green-00) 56%);
  pointer-events:none;
}
.nodes-map-svg{
  position:absolute;
  inset:26px 0 0;
  z-index:2;
  width:100%;
  height:calc(100% - 26px);
}
.map-land{
  fill:var(--alpha-white-08);
  stroke:var(--alpha-white-18);
  stroke-width:1;
}
.map-route{
  fill:none;
  stroke:var(--alpha-green-55);
  stroke-width:2;
  stroke-linecap:round;
  stroke-dasharray:7 8;
}
.map-point{
  fill:var(--color-white);
  stroke:var(--color-deep-mid);
  stroke-width:5;
}
.map-point-accent{
  fill:var(--color-accent);
  stroke:var(--alpha-green-28);
  stroke-width:10;
}
.map-orbit{
  position:absolute;
  z-index:1;
  border:1px solid var(--alpha-white-08);
  border-radius:50%;
}
.map-orbit-outer{
  width:470px;
  height:470px;
  left:82px;
  top:24px;
}
.map-orbit-inner{
  width:328px;
  height:328px;
  left:154px;
  top:95px;
}
.map-card{
  position:absolute;
  z-index:4;
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:9px;
  min-width:188px;
  padding:13px 15px;
  border:1px solid var(--alpha-white-10);
  border-radius:var(--radius-md);
  background:var(--alpha-white-95);
  color:var(--color-text);
  box-shadow:var(--shadow-card);
}
.map-card .status-dot{
  grid-row:1 / 3;
  align-self:center;
}
.map-card strong{
  font-size:13px;
}
.map-card small{
  color:var(--color-muted);
  font-size:11px;
}
.map-card-asia{
  top:40px;
  left:30px;
}
.map-card-europe{
  top:194px;
  right:24px;
}
.map-card-america{
  bottom:34px;
  left:54px;
}
.map-caption{
  position:absolute;
  right:24px;
  bottom:20px;
  z-index:4;
  color:var(--alpha-white-62);
  font-size:11px;
  letter-spacing:.08em;
}
.section-heading{
  min-width:0;
}
.nodes-section-heading{
  max-width:820px;
  margin-bottom:42px;
}
.nodes-section-heading h2{
  margin:18px 0 14px;
}
.nodes-section-heading p{
  margin-bottom:0;
  font-size:17px;
  line-height:1.8;
}
.server-groups{
  gap:32px;
}
.server-group{
  display:grid;
  grid-template-columns:minmax(230px,31fr) minmax(0,69fr);
  gap:24px;
  padding:26px;
}
.server-group-copy{
  min-width:0;
  padding:8px 8px 8px 4px;
}
.region-mark{
  display:block;
  margin-bottom:12px;
  color:var(--color-accent-dark);
  font:750 11px/1.4 var(--font-mono);
  letter-spacing:.08em;
}
.server-group-title{
  margin-bottom:12px;
}
.server-group-copy p{
  margin-bottom:0;
  line-height:1.75;
}
.server-group .table-scroll{
  align-self:start;
  box-shadow:var(--highlight);
}
.server-table{
  min-width:680px;
}
.server-table th:last-child,
.server-table td:last-child{
  min-width:160px;
}
.route-tag{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  max-width:100%;
  padding:4px 10px;
  border-radius:var(--radius-pill);
  background:var(--color-panel-soft);
  color:var(--color-muted);
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
  overflow:hidden;
}
.route-tag::before{
  content:"";
  width:7px;
  height:7px;
  margin-right:6px;
  border-radius:50%;
  background:var(--color-warn);
  flex-shrink:0;
}
.route-tag.route-premium{
  background:var(--alpha-green-16);
  color:var(--color-accent-dark);
}
.route-tag.route-premium::before{
  background:var(--color-accent-dark);
}
.route-tag.route-direct::before{
  background:var(--color-success);
}
.route-explainer{
  background:var(--color-panel);
}
.route-type-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.route-type-card{
  display:flex;
  min-width:0;
  padding:28px;
  flex-direction:column;
  border:1px solid var(--color-border);
  border-radius:var(--radius-xl);
  background:var(--color-panel-soft);
  box-shadow:var(--highlight),var(--shadow-accent);
  transform-style:preserve-3d;
}
.route-type-featured{
  border-color:var(--color-accent-dark);
  background:linear-gradient(180deg,var(--color-panel),var(--color-panel-soft));
}
.route-type-top{
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:22px;
}
.route-type-top h3{
  margin:5px 0 0;
}
.route-type-icon{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border-radius:50%;
  background:var(--color-accent);
  color:var(--color-deep-start);
  flex-shrink:0;
  box-shadow:0 12px 24px -8px var(--alpha-green-50);
}
.route-type-icon svg{
  width:25px;
  height:25px;
}
.route-type-card p{
  line-height:1.8;
}
.route-use{
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid var(--color-border);
  color:var(--color-text);
  font-size:13px;
  font-weight:750;
}
.selection-layout{
  display:grid;
  grid-template-columns:minmax(0,38fr) minmax(0,62fr);
  gap:64px;
  align-items:start;
}
.selection-intro{
  position:sticky;
  top:96px;
}
.selection-intro h2{
  margin:18px 0;
}
.selection-intro > p{
  font-size:17px;
  line-height:1.8;
}
.selection-list{
  position:relative;
  display:grid;
  gap:20px;
}
.selection-list::before{
  content:"";
  position:absolute;
  top:22px;
  bottom:22px;
  left:22px;
  width:1px;
  background:var(--color-border);
}
.selection-item{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  gap:18px;
  min-width:0;
  padding:24px;
  border-radius:var(--radius-xl);
  background:var(--color-panel-soft);
  box-shadow:var(--highlight),var(--shadow-accent);
}
.selection-node{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:50%;
  background:var(--color-accent);
  color:var(--color-deep-start);
  box-shadow:0 10px 20px -8px var(--alpha-green-55);
}
.selection-node svg{
  width:22px;
  height:22px;
}
.selection-item h3{
  margin-bottom:10px;
  font-size:23px;
}
.selection-item p{
  margin-bottom:0;
  line-height:1.8;
}
.switching-panel{
  padding:38px;
  border-radius:var(--radius-xl);
  background:var(--color-panel-soft);
  box-shadow:var(--highlight),var(--shadow-accent);
}
.switching-copy{
  max-width:780px;
  margin-bottom:32px;
}
.switching-copy h2{
  margin:18px 0 14px;
}
.switching-copy p{
  margin-bottom:0;
  font-size:17px;
  line-height:1.8;
}
.switching-steps{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.switching-steps article{
  min-width:0;
  padding:24px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-md);
  background:var(--color-panel);
  box-shadow:var(--highlight);
}
.switching-steps h3{
  margin:9px 0 10px;
  font-size:22px;
}
.switching-steps p{
  margin-bottom:0;
  line-height:1.8;
}
.step-label{
  color:var(--color-accent-dark);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
}
.coverage-grid{
  display:grid;
  grid-template-columns:minmax(0,60fr) minmax(300px,40fr);
  gap:48px;
  align-items:start;
}
.coverage-copy h2{
  margin:18px 0;
}
.coverage-copy p{
  font-size:16px;
  line-height:1.9;
}
.coverage-card{
  padding:28px;
}
.coverage-card h3{
  margin:12px 0 22px;
}
.coverage-list{
  display:grid;
  gap:13px;
  margin:0 0 26px;
  padding:0;
  list-style:none;
}
.coverage-list li{
  padding-bottom:12px;
  border-bottom:1px solid var(--color-border);
  color:var(--color-muted);
}
.coverage-list strong{
  color:var(--color-text);
}
.coverage-card .btn{
  width:100%;
}
.faq-layout{
  display:grid;
  grid-template-columns:minmax(0,34fr) minmax(0,66fr);
  gap:54px;
  align-items:start;
}
.faq-intro h2{
  margin:18px 0;
}
.faq-intro p{
  font-size:16px;
  line-height:1.8;
}
.nodes-cta{
  padding-top:36px;
  padding-bottom:36px;
  overflow-x:clip;
}
.nodes-cta-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:36px;
  align-items:center;
  padding:40px;
  border-radius:var(--radius-xl);
  background:linear-gradient(145deg,var(--color-deep-start),var(--color-deep-end));
  box-shadow:var(--shadow-panel);
}
.nodes-cta h2{
  margin:8px 0 10px;
  color:var(--color-white);
}
.nodes-cta p{
  margin-bottom:0;
  color:var(--alpha-white-72);
}
.nodes-cta-kicker{
  color:var(--color-accent);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
}
.nodes-cta-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.nodes-cta-secondary{
  border-color:var(--alpha-white-26);
  background:var(--alpha-white-10);
  color:var(--color-white);
}
.nodes-cta-secondary:hover{
  border-color:var(--color-white);
}

@media (max-width:1180px){
  .nodes-hero-layout{
    grid-template-columns:1fr;
  }
  .nodes-hero-copy{
    max-width:760px;
  }
  .nodes-map-panel{
    max-width:780px;
    width:100%;
    margin-inline:auto;
  }
  .server-group{
    grid-template-columns:1fr;
  }
  .server-group-copy{
    max-width:720px;
  }
  .route-type-grid{
    grid-template-columns:1fr;
  }
  .selection-layout{
    grid-template-columns:1fr;
  }
  .selection-intro{
    position:static;
    max-width:820px;
  }
}
@media (max-width:900px){
  .coverage-grid,
  .faq-layout{
    grid-template-columns:1fr;
  }
  .coverage-card{
    max-width:620px;
  }
}
@media (max-width:768px){
  .nodes-hero{
    padding-top:38px;
    padding-bottom:56px;
  }
  .nodes-hero-layout{
    gap:42px;
  }
  .nodes-map-panel{
    height:auto;
    aspect-ratio:4/3;
  }
  .nodes-map-svg{
    inset:0;
    height:100%;
  }
  .map-orbit{
    display:none;
  }
  .map-card{
    min-width:0;
    width:calc(50% - 20px);
    padding:10px 11px;
  }
  .map-card small{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .map-card-asia{
    top:16px;
    left:14px;
  }
  .map-card-europe{
    top:16px;
    right:14px;
  }
  .map-card-america{
    left:14px;
    bottom:16px;
  }
  .map-caption{
    right:14px;
    bottom:16px;
  }
  .switching-panel{
    padding:24px;
  }
  .switching-steps{
    grid-template-columns:1fr;
  }
  .nodes-cta-inner{
    grid-template-columns:1fr;
    padding:28px;
  }
}
@media (max-width:640px){
  .nodes-hero-actions{
    align-items:stretch;
    flex-direction:column;
  }
  .nodes-hero-actions .btn{
    width:100%;
  }
  .nodes-facts{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .nodes-facts span{
    justify-content:center;
    min-width:0;
    text-align:center;
  }
  .nodes-map-panel{
    min-height:300px;
  }
  .map-card{
    width:calc(50% - 18px);
  }
  .map-card .status-dot{
    display:none;
  }
  .map-card{
    grid-template-columns:1fr;
  }
  .map-caption{
    display:none;
  }
  .server-group{
    padding:18px;
  }
  .route-type-card{
    padding:22px;
    transform:none;
  }
  .selection-item{
    grid-template-columns:40px minmax(0,1fr);
    gap:14px;
    padding:20px;
  }
  .selection-node{
    width:40px;
    height:40px;
  }
  .selection-list::before{
    left:20px;
  }
  .coverage-card{
    padding:22px;
  }
  .nodes-cta-actions{
    align-items:stretch;
    flex-direction:column;
  }
  .nodes-cta-actions .btn{
    width:100%;
  }
}
@media (max-width:380px){
  .nodes-facts{
    grid-template-columns:1fr;
  }
  .map-card{
    width:calc(100% - 28px);
  }
  .map-card-europe{
    top:auto;
    right:14px;
    bottom:16px;
  }
  .map-card-america{
    display:none;
  }
}