.regions-hero{
  padding:var(--md-space-4) 0 var(--md-space-6);
  overflow:hidden;
  border-bottom:1px solid var(--md-line)
}
.regions-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(20rem,.65fr);
  gap:var(--md-space-5);
  align-items:end;
  padding-top:var(--md-space-5)
}
.regions-hero__copy,
.regions-hero__panel,
.regions-section__head>*,
.selection-grid>*,
.featured-regions>*,
.secondary-regions>*,
.migration-grid>*,
.regions-final__card>*{
  min-width:0
}
.regions-hero__copy h1{
  max-width:14ch;
  margin-bottom:var(--md-space-3)
}
.regions-hero__copy>p:not(.md-kicker){
  max-width:760px
}
.regions-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:var(--md-space-2);
  margin-top:var(--md-space-4)
}
.regions-hero__panel{
  padding:var(--md-space-3);
  border:1px solid var(--md-ink);
  border-radius:var(--md-radius-3);
  color:#e7ead8;
  background:var(--md-ink);
  box-shadow:var(--md-shadow-2)
}
.regions-hero__panel-head{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:var(--md-space-2);
  padding-bottom:var(--md-space-3);
  border-bottom:1px solid #353a26
}
.regions-hero__panel-head .md-mono{
  color:var(--md-accent);
  font-size:var(--md-fs-0);
  letter-spacing:.08em
}
.regions-hero__facts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin:0
}
.regions-hero__facts div{
  min-width:0;
  padding:var(--md-space-3) var(--md-space-2);
  border-bottom:1px solid #353a26
}
.regions-hero__facts div:nth-child(odd){
  border-right:1px solid #353a26
}
.regions-hero__facts dt{
  color:#909980;
  font:600 var(--md-fs-0)/1.4 var(--md-font-mono);
  letter-spacing:.08em;
  text-transform:uppercase
}
.regions-hero__facts dd{
  margin:var(--md-space-1) 0 0;
  color:var(--md-white);
  font-weight:650
}
.regions-hero__panel>p{
  margin-top:var(--md-space-3);
  color:#b9c0a7;
  font-size:var(--md-fs-1)
}
.regions-section{
  padding:var(--md-space-6) 0;
  border-bottom:1px solid var(--md-line)
}
.regions-section--surface{
  background:var(--md-surface)
}
.regions-section--dark{
  color:#dfe4cc;
  background:var(--md-ink);
  border-bottom-color:#353a26
}
.regions-section__head{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(18rem,.65fr);
  gap:var(--md-space-5);
  align-items:end;
  margin-bottom:var(--md-space-4)
}
.regions-section__head h2{
  margin-bottom:0
}
.regions-section__head>p{
  margin-bottom:0;
  color:var(--md-muted)
}
.regions-section__head--dark h2{
  color:var(--md-white)
}
.regions-section__head--dark>p{
  color:#b9c0a7
}
.region-summary-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  border-top:1px solid var(--md-line-strong);
  border-bottom:1px solid var(--md-line-strong)
}
.region-summary{
  min-width:0;
  padding:var(--md-space-3);
  border-right:1px solid var(--md-line)
}
.region-summary:last-child{
  border-right:0
}
.region-summary__code{
  display:block;
  margin-bottom:var(--md-space-4);
  color:var(--md-primary);
  font-size:var(--md-fs-0);
  letter-spacing:.08em
}
.region-summary h3{
  margin-bottom:var(--md-space-2)
}
.region-summary p{
  color:var(--md-muted);
  font-size:var(--md-fs-1)
}
.regions-note{
  margin-top:var(--md-space-4)
}
.selection-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--md-space-3)
}
.selection-card{
  padding:var(--md-space-4)
}
.selection-card__icon{
  display:grid;
  width:44px;
  height:44px;
  place-items:center;
  margin-bottom:var(--md-space-3);
  border:1px solid var(--md-line-strong);
  border-radius:var(--md-radius-2);
  color:var(--md-primary);
  background:var(--md-accent-soft)
}
.selection-card__icon svg{
  width:22px;
  height:22px
}
.selection-card p,
.selection-card li{
  color:var(--md-muted)
}
.selection-card ul{
  margin-bottom:0
}
.selection-card li+li{
  margin-top:var(--md-space-1)
}
.region-matrix-wrap{
  box-shadow:var(--md-shadow-1)
}
.region-matrix{
  min-width:860px
}
.region-matrix th:not(:first-child),
.region-matrix td:not(:first-child){
  text-align:center
}
.region-matrix tbody th{
  min-width:180px;
  background:var(--md-paper-solid)
}
.matrix-spec{
  display:block;
  margin-top:.35rem;
  color:var(--md-muted);
  font-size:var(--md-fs-0);
  font-weight:500
}
.stock-status{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  color:var(--md-ink);
  font:650 var(--md-fs-1)/1.3 var(--md-font-mono);
  white-space:nowrap
}
.stock-status>span{
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-radius:50%
}
.stock-status--ready>span{
  background:var(--md-accent);
  box-shadow:0 0 0 3px var(--md-accent-soft)
}
.stock-status--empty{
  color:var(--md-muted)
}
.stock-status--empty>span{
  border:1px solid var(--md-line-strong);
  background:transparent
}
.matrix-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--md-space-4);
  margin-top:var(--md-space-3)
}
.matrix-foot p{
  max-width:780px;
  margin-bottom:0;
  color:var(--md-muted)
}
.latency-meta-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-bottom:var(--md-space-3);
  border-top:1px solid #4f5642;
  border-bottom:1px solid #4f5642
}
.latency-meta-grid div{
  min-width:0;
  padding:var(--md-space-2);
  border-right:1px solid #4f5642
}
.latency-meta-grid div:last-child{
  border-right:0
}
.latency-meta-grid span{
  display:block;
  color:#909980;
  font:600 var(--md-fs-0)/1.4 var(--md-font-mono);
  letter-spacing:.07em;
  text-transform:uppercase
}
.latency-meta-grid strong{
  display:block;
  margin-top:.4rem;
  color:var(--md-white);
  font-size:var(--md-fs-1)
}
.latency-wrap{
  border-color:#4f5642;
  background:#171b0b
}
.latency-table{
  min-width:980px
}
.latency-table th{
  color:#aeb69b;
  background:#171b0b;
  border-color:#353a26
}
.latency-table td{
  color:#dfe4cc;
  border-color:#353a26
}
.latency-table tbody th{
  color:var(--md-white)
}
.latency-table td[data-numeric]{
  color:var(--md-accent)
}
.latency-guidance{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--md-space-4);
  margin-top:var(--md-space-3);
  color:#aeb69b
}
.latency-guidance p{
  margin-bottom:0
}
.latency-guidance strong{
  color:var(--md-white)
}
.featured-regions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid var(--md-line-strong);
  border-bottom:1px solid var(--md-line-strong)
}
.featured-region{
  min-width:0;
  padding:var(--md-space-4) var(--md-space-3);
  border-right:1px solid var(--md-line)
}
.featured-region:last-child{
  border-right:0
}
.featured-region__head,
.secondary-regions__head{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:var(--md-space-2);
  margin-bottom:var(--md-space-4)
}
.featured-region__index{
  color:var(--md-primary);
  font-size:var(--md-fs-0);
  letter-spacing:.08em
}
.featured-region h3{
  min-height:2.7em
}
.featured-region p,
.featured-region li{
  color:var(--md-muted)
}
.featured-region ul{
  margin-bottom:var(--md-space-3)
}
.featured-region li+li{
  margin-top:var(--md-space-1)
}
.secondary-regions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--md-space-3)
}
.secondary-regions .c-card{
  padding:var(--md-space-4)
}
.secondary-regions__head h3{
  margin-bottom:0
}
.secondary-regions p{
  color:var(--md-muted)
}
.backup-checklist{
  margin-top:var(--md-space-4);
  padding:var(--md-space-4);
  border:1px solid var(--md-line-strong);
  border-radius:var(--md-radius-2);
  background:var(--md-paper-solid)
}
.backup-checklist ol{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--md-space-2) var(--md-space-4);
  margin-bottom:0
}
.backup-checklist li{
  min-width:0;
  color:var(--md-muted)
}
.backup-checklist li::marker{
  color:var(--md-primary);
  font-family:var(--md-font-mono);
  font-weight:650
}
.migration-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid var(--md-ink);
  border-bottom:1px solid var(--md-line-strong)
}
.migration-grid article{
  min-width:0;
  padding:var(--md-space-3);
  border-right:1px solid var(--md-line)
}
.migration-grid article:last-child{
  border-right:0
}
.migration-grid__number{
  display:block;
  margin-bottom:var(--md-space-5);
  color:var(--md-primary);
  font:600 var(--md-fs-0)/1 var(--md-font-mono);
  letter-spacing:.08em
}
.migration-grid p{
  color:var(--md-muted)
}
.regions-final{
  padding:var(--md-space-6) 0 var(--md-space-7)
}
.regions-final__card{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(17rem,.6fr);
  gap:var(--md-space-5);
  align-items:center;
  padding:var(--md-space-5);
  border:1px solid var(--md-ink);
  border-radius:var(--md-radius-3);
  color:#dfe4cc;
  background:var(--md-ink);
  box-shadow:var(--md-shadow-2)
}
.regions-final__card h2{
  color:var(--md-white)
}
.regions-final__card p{
  max-width:760px;
  color:#b9c0a7
}
.regions-final__payment{
  padding-top:var(--md-space-2);
  border-top:1px solid #353a26
}
.regions-final__payment strong{
  color:var(--md-accent)
}
.regions-final__actions{
  display:grid;
  justify-items:start;
  gap:var(--md-space-3)
}
.regions-final__actions .c-text-link{
  color:var(--md-accent);
  background-image:linear-gradient(var(--md-accent),var(--md-accent))
}
@media (max-width:1020px){
  .region-summary-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .region-summary{
    border-bottom:1px solid var(--md-line)
  }
  .region-summary:nth-child(2n){
    border-right:0
  }
  .region-summary:last-child{
    grid-column:1/-1;
    border-bottom:0
  }
  .featured-regions{
    grid-template-columns:1fr
  }
  .featured-region{
    border-right:0;
    border-bottom:1px solid var(--md-line)
  }
  .featured-region:last-child{
    border-bottom:0
  }
  .featured-region h3{
    min-height:0
  }
  .migration-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .migration-grid article:nth-child(2){
    border-right:0
  }
  .migration-grid article:nth-child(-n+2){
    border-bottom:1px solid var(--md-line)
  }
}
@media (max-width:768px){
  .regions-hero__grid,
  .regions-section__head,
  .regions-final__card{
    grid-template-columns:1fr;
    gap:var(--md-space-4)
  }
  .regions-hero__grid{
    padding-top:var(--md-space-4)
  }
  .regions-hero__copy h1{
    max-width:16ch
  }
  .selection-grid,
  .secondary-regions,
  .latency-guidance{
    grid-template-columns:1fr
  }
  .latency-meta-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .latency-meta-grid div:nth-child(2){
    border-right:0
  }
  .latency-meta-grid div:nth-child(-n+2){
    border-bottom:1px solid #4f5642
  }
  .backup-checklist ol{
    grid-template-columns:1fr
  }
  .matrix-foot{
    align-items:flex-start;
    flex-direction:column
  }
  .regions-final__card{
    padding:var(--md-space-4)
  }
}
@media (max-width:390px){
  .regions-hero{
    padding-top:var(--md-space-3)
  }
  .regions-hero__actions,
  .regions-hero__actions .c-btn,
  .matrix-foot .c-btn,
  .regions-final__actions,
  .regions-final__actions .c-btn{
    width:100%
  }
  .regions-hero__facts,
  .region-summary-grid,
  .latency-meta-grid,
  .migration-grid{
    grid-template-columns:1fr
  }
  .regions-hero__facts div:nth-child(odd),
  .region-summary,
  .latency-meta-grid div,
  .migration-grid article{
    border-right:0
  }
  .region-summary:last-child{
    grid-column:auto
  }
  .region-summary:not(:last-child),
  .latency-meta-grid div:not(:last-child),
  .migration-grid article:not(:last-child){
    border-bottom:1px solid var(--md-line)
  }
  .latency-meta-grid div:not(:last-child){
    border-bottom-color:#4f5642
  }
  .migration-grid article:nth-child(3){
    border-bottom:1px solid var(--md-line)
  }
  .region-summary__code,
  .migration-grid__number{
    margin-bottom:var(--md-space-3)
  }
  .selection-card,
  .secondary-regions .c-card,
  .backup-checklist,
  .featured-region{
    padding:var(--md-space-3)
  }
  .regions-final__card{
    padding:var(--md-space-3)
  }
}
