.location-hero{
  padding-top:72px;
  padding-bottom:78px;
  border-bottom:1px solid var(--color-border);
  overflow-x:clip;
}
.location-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(460px,1.14fr);
  align-items:center;
  gap:clamp(36px,6vw,76px);
}
.location-hero-copy h1{
  max-width:620px;
  margin-top:20px;
  margin-bottom:24px;
  font-size:clamp(52px,5vw,68px);
}
.location-hero-copy .lead{
  margin-bottom:26px;
}
.location-hero-copy .button-row{
  margin-bottom:22px;
}
.route-overview{
  position:relative;
  min-height:480px;
  padding:24px;
  overflow:hidden;
  background:
    radial-gradient(circle at 72% 34%,var(--color-accent-faint),transparent 34%),
    var(--color-panel);
  box-shadow:var(--shadow-deep),var(--shadow-inset);
}
.route-overview::after{
  position:absolute;
  right:-18%;
  bottom:-42%;
  width:72%;
  aspect-ratio:1;
  border:1px solid var(--color-border);
  border-radius:var(--radius-pill);
  content:"";
}
.route-overview-head,
.route-overview-foot{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:var(--color-muted);
  font-family:var(--font-mono);
  font-size:11px;
  letter-spacing:.08em;
}
.route-overview-foot{
  justify-content:flex-start;
  flex-wrap:wrap;
}
.route-overview-foot span{
  display:inline-flex;
  min-height:30px;
  align-items:center;
  padding:4px 11px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-pill);
  background:var(--color-panel-raised);
}
.route-stage{
  position:relative;
  height:360px;
  margin-top:18px;
}
.route-stage svg{
  width:100%;
  height:100%;
  color:var(--color-accent);
}
.route-grid-line{
  fill:none;
  stroke:var(--color-border);
  stroke-width:1;
  stroke-dasharray:4 9;
}
.route-halo{
  fill:none;
  stroke:var(--color-accent);
  stroke-width:14;
  stroke-linecap:round;
  opacity:.16;
}
.route-main{
  fill:none;
  stroke:var(--color-accent);
  stroke-width:4;
  stroke-linecap:round;
}
.route-branch{
  fill:none;
  stroke:var(--color-border-strong);
  stroke-width:2;
  stroke-linecap:round;
}
.route-point{
  fill:var(--color-panel-raised);
  stroke:var(--color-border-strong);
  stroke-width:3;
}
.route-point-accent{
  fill:var(--color-accent);
  stroke:var(--color-panel);
  filter:drop-shadow(0 0 8px var(--color-accent));
}
.region-tag{
  position:absolute;
  z-index:3;
  display:inline-flex;
  min-height:30px;
  align-items:center;
  padding:4px 12px;
  border:1px solid var(--color-border-strong);
  border-radius:var(--radius-pill);
  background:var(--color-panel-raised);
  color:var(--color-text);
  box-shadow:var(--shadow-mid);
  font-size:11px;
}
.region-tag-apac{
  left:5%;
  bottom:24%;
}
.region-tag-na{
  top:14%;
  right:16%;
}
.region-tag-eu{
  top:30%;
  left:38%;
}
.region-tag-other{
  right:4%;
  bottom:15%;
}
.locations-content{
  position:relative;
}
.locations-content>.wrap{
  padding-top:34px;
}
.locations-content .toc-tabs{
  top:12px;
}
.section-heading{
  max-width:820px;
  margin-bottom:36px;
}
.section-heading h2{
  margin-bottom:18px;
}
.route-list-section{
  padding-top:56px;
}
.route-list-section .table-scroll{
  box-shadow:var(--shadow-mid);
}
.location-table th:first-child,
.location-table td:first-child{
  min-width:150px;
}
.location-table th:nth-child(2),
.location-table td:nth-child(2){
  min-width:150px;
}
.location-table th:nth-child(3),
.location-table td:nth-child(3){
  min-width:150px;
}
.location-table th:last-child,
.location-table td:last-child{
  min-width:180px;
}
.route-types-section,
.device-section,
.connection-section{
  border-top:1px solid var(--color-border);
}
.route-type-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.route-type-card{
  position:relative;
  min-height:100%;
  overflow:hidden;
}
.route-type-card::after{
  position:absolute;
  right:-42px;
  bottom:-42px;
  width:110px;
  height:110px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-pill);
  content:"";
}
.route-type-card h3{
  margin-bottom:18px;
  font-size:25px;
}
.route-type-card p{
  position:relative;
  z-index:1;
}
.route-type-label{
  display:inline-flex;
  min-height:28px;
  align-items:center;
  margin-bottom:24px;
  padding:4px 10px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-pill);
  color:var(--color-accent);
  font-family:var(--font-mono);
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
}
.cost-note{
  display:grid;
  grid-template-columns:minmax(200px,.55fr) minmax(0,1.45fr);
  gap:36px;
  margin-top:24px;
  padding:clamp(24px,4vw,40px);
  background:var(--color-panel-raised);
}
.cost-note h3,
.cost-note p{
  margin-bottom:0;
}
.usage-list{
  display:grid;
  border-top:1px solid var(--color-border);
}
.usage-row{
  display:grid;
  grid-template-columns:120px minmax(0,1fr);
  gap:30px;
  padding-top:30px;
  padding-bottom:30px;
  border-bottom:1px solid var(--color-border);
}
.usage-row h3{
  margin-bottom:12px;
  font-size:24px;
}
.usage-row p{
  max-width:860px;
  margin-bottom:0;
}
.usage-index{
  display:flex;
  width:76px;
  height:76px;
  align-items:center;
  justify-content:center;
  border:1px solid var(--color-border-strong);
  border-radius:var(--radius-pill);
  background:var(--color-panel);
  color:var(--color-accent);
  box-shadow:var(--shadow-inset);
  font-family:var(--font-mono);
  font-size:13px;
  font-weight:700;
}
.decision-section{
  position:relative;
}
.decision-flow{
  position:relative;
  display:grid;
  gap:16px;
  max-width:960px;
}
.decision-flow::before{
  position:absolute;
  top:42px;
  bottom:42px;
  left:32px;
  width:1px;
  background:var(--color-border-strong);
  content:"";
}
.decision-step{
  position:relative;
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:24px;
  padding:24px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-lg);
  background:var(--color-panel);
  box-shadow:var(--shadow-inset);
}
.decision-marker{
  position:relative;
  z-index:2;
  display:grid;
  width:64px;
  height:64px;
  place-items:center;
  border:1px solid var(--color-accent);
  border-radius:var(--radius-pill);
  background:var(--color-panel-raised);
  color:var(--color-accent);
  font-family:var(--font-mono);
  font-weight:700;
}
.decision-step h3{
  margin-bottom:10px;
  font-size:22px;
}
.decision-step p{
  margin-bottom:0;
}
.device-panel{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);
  align-items:center;
  gap:48px;
  padding:clamp(28px,5vw,56px);
  background:
    radial-gradient(circle at 100% 0,var(--color-accent-faint),transparent 40%),
    var(--color-panel);
  box-shadow:var(--shadow-deep),var(--shadow-inset);
}
.device-panel h2{
  margin-bottom:18px;
}
.device-panel .btn{
  margin-top:10px;
}
.device-route-visual{
  position:relative;
  display:grid;
  gap:12px;
  min-height:350px;
  align-content:center;
}
.device-route-visual span{
  position:relative;
  z-index:2;
  display:flex;
  width:62%;
  min-height:42px;
  align-items:center;
  padding:8px 14px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-md);
  background:var(--color-panel-raised);
  color:var(--color-muted);
  box-shadow:var(--shadow-mid);
  font-family:var(--font-mono);
  font-size:11px;
}
.device-route-visual span::after{
  position:absolute;
  top:50%;
  left:100%;
  width:58%;
  height:1px;
  background:var(--color-border-strong);
  content:"";
}
.device-route-visual i{
  position:absolute;
  top:15%;
  right:16%;
  bottom:15%;
  width:3px;
  border-radius:var(--radius-pill);
  background:var(--color-accent);
  box-shadow:0 0 20px var(--color-accent);
}
.device-route-visual strong{
  position:absolute;
  right:0;
  bottom:5%;
  color:var(--color-accent);
  font-family:var(--font-mono);
  font-size:11px;
  letter-spacing:.1em;
}
.check-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.check-card{
  min-height:100%;
}
.check-card h3{
  margin-bottom:14px;
  font-size:22px;
}
.check-card .article-link{
  display:inline-flex;
  min-height:32px;
  align-items:center;
}
.coverage-note{
  display:grid;
  grid-template-columns:minmax(220px,.55fr) minmax(0,1.45fr);
  gap:42px;
  margin-top:52px;
  padding:clamp(28px,5vw,52px);
  border:1px solid var(--color-border);
  border-radius:var(--radius-xl);
  background:var(--color-panel-raised);
  box-shadow:var(--shadow-deep),var(--shadow-inset);
}
.coverage-note h2{
  font-size:clamp(30px,4vw,44px);
}
.coverage-note .button-row{
  margin-top:24px;
}
@media(max-width:1000px){
  .location-hero-grid{
    grid-template-columns:1fr;
  }
  .route-overview{
    width:100%;
    max-width:760px;
    margin-inline:auto;
  }
  .route-type-grid{
    grid-template-columns:1fr;
  }
  .device-panel{
    grid-template-columns:1fr;
  }
  .device-route-visual{
    max-width:520px;
    width:100%;
  }
}
@media(max-width:768px){
  .location-hero{
    padding-top:54px;
    padding-bottom:58px;
  }
  .location-hero-copy h1{
    font-size:clamp(28px,9vw,40px);
  }
  .route-overview{
    min-height:390px;
    padding:18px;
  }
  .route-stage{
    height:290px;
  }
  .cost-note,
  .coverage-note{
    grid-template-columns:1fr;
    gap:18px;
  }
  .usage-row{
    grid-template-columns:76px minmax(0,1fr);
    gap:18px;
  }
  .usage-index{
    width:62px;
    height:62px;
  }
  .decision-step{
    grid-template-columns:52px minmax(0,1fr);
    gap:16px;
    padding:18px;
  }
  .decision-marker{
    width:52px;
    height:52px;
  }
  .decision-flow::before{
    left:43px;
  }
}
@media(max-width:560px){
  .route-overview{
    min-height:340px;
    padding:14px;
  }
  .route-stage{
    height:250px;
  }
  .region-tag{
    min-height:26px;
    padding:3px 8px;
    font-size:9px;
  }
  .route-overview-foot{
    gap:7px;
  }
  .route-overview-foot span{
    min-height:26px;
    padding:3px 8px;
    font-size:9px;
  }
  .usage-row{
    grid-template-columns:1fr;
  }
  .usage-index{
    width:auto;
    height:auto;
    min-height:32px;
    justify-self:start;
    padding:4px 14px;
    border-radius:var(--radius-pill);
  }
  .decision-step{
    grid-template-columns:1fr;
  }
  .decision-flow::before{
    display:none;
  }
  .device-route-visual{
    min-height:310px;
  }
  .device-route-visual span{
    width:64%;
    font-size:10px;
  }
  .check-grid{
    grid-template-columns:1fr;
  }
}