.network-main {
  color: #16202a;
  background: #ffffff;
}

.network-hero {
  padding-top: 54px;
  background: #f7f9fa;
  border-bottom: 1px solid #dbe2e7;
}

.network-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7a858e;
  font-size: 12px;
}

.network-breadcrumb a {
  color: inherit;
}

.network-breadcrumb strong {
  color: #3a4650;
  font-weight: 600;
}

.network-hero-grid {
  display: grid;
  grid-template-columns: minmax(390px, 0.82fr) minmax(600px, 1.18fr);
  gap: 62px;
  align-items: center;
  padding: 44px 0 52px;
}

.network-eyebrow,
.network-section-head > span,
.network-faq-layout > header > span,
.network-cta > .container > div > span {
  display: block;
  color: #3155d9;
  font-family: "Montserrat", "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.network-hero-copy h1 {
  max-width: 620px;
  margin: 20px 0 24px;
  color: #0c1420;
  font-size: 58px;
  line-height: 1.08;
  letter-spacing: 0;
}

.network-hero-copy h1 span {
  display: block;
}

.network-hero-copy > p {
  max-width: 590px;
  margin: 0;
  color: #53616c;
  font-size: 17px;
  line-height: 1.85;
}

.network-actions,
.network-cta-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}

.network-text-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  color: #17212b;
  font-size: 14px;
  font-weight: 700;
}

.network-text-action svg {
  width: 16px;
  height: 16px;
  transition: transform 0.16s ease;
}

.network-text-action:hover svg {
  transform: translateX(3px);
}

.network-map-hero {
  min-width: 0;
  margin: 0;
  padding: 0 0 14px;
  border-top: 1px solid #c8d1d8;
  border-bottom: 1px solid #c8d1d8;
}

.network-map-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 39px;
  color: #66747e;
  font-family: "Montserrat", "Inter", sans-serif;
  font-size: 9px;
  font-weight: 700;
}

.network-map-topline span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #078771;
}

.network-map-topline svg {
  width: 13px;
  height: 13px;
}

.network-map-hero img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.78 / 1;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.network-map-hero figcaption {
  margin-top: 10px;
  color: #7b8790;
  font-size: 10px;
  line-height: 1.5;
}

.network-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #c8d1d8;
}

.network-metrics > div {
  min-width: 0;
  padding: 24px 28px 28px 0;
  border-right: 1px solid #dbe2e7;
}

.network-metrics > div + div {
  padding-left: 28px;
}

.network-metrics > div:last-child {
  border-right: 0;
}

.network-metrics strong,
.network-metrics span {
  display: block;
}

.network-metrics strong {
  color: #111b25;
  font-family: "Manrope", "Noto Sans SC", sans-serif;
  font-size: 28px;
  line-height: 1.2;
}

.network-metrics span {
  margin-top: 7px;
  color: #6d7983;
  font-size: 12px;
}

.network-page-nav {
  position: sticky;
  top: 104px;
  z-index: 42;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #dde3e8;
  backdrop-filter: blur(16px);
}

.network-page-nav .container {
  display: flex;
  min-height: 58px;
}

.network-page-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 38px;
  color: #66727d;
  font-size: 13px;
  font-weight: 600;
}

.network-page-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: transparent;
  content: "";
}

.network-page-nav a.is-active {
  color: #101820;
}

.network-page-nav a.is-active::after {
  background: #3155d9;
}

.network-section {
  padding: 94px 0;
  background: #ffffff;
}

.network-section-soft {
  background: #f5f7f8;
  border-top: 1px solid #e0e5e9;
  border-bottom: 1px solid #e0e5e9;
}

.network-section-head {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 42px;
  margin-bottom: 48px;
}

.network-section-head h2,
.network-faq-layout h2,
.network-cta h2 {
  max-width: 820px;
  margin: 0;
  color: #101820;
  font-size: 40px;
  line-height: 1.23;
  letter-spacing: 0;
}

.network-section-head p {
  max-width: 780px;
  margin: 17px 0 0;
  color: #66727d;
  font-size: 16px;
  line-height: 1.8;
}

.network-region-list {
  border-top: 1px solid #bfc8cf;
  border-bottom: 1px solid #bfc8cf;
}

.network-region-list article {
  display: grid;
  grid-template-columns: 52px 235px minmax(0, 1fr) 24px;
  gap: 24px;
  align-items: center;
  min-height: 88px;
  border-bottom: 1px solid #d8dfe4;
}

.network-region-list article:last-child {
  border-bottom: 0;
}

.network-region-list article > span {
  color: #3155d9;
  font-family: "Montserrat", "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.network-region-list h3,
.network-region-list p {
  margin: 0;
}

.network-region-list h3 {
  color: #111b25;
  font-size: 17px;
}

.network-region-list small {
  display: block;
  margin-top: 2px;
  color: #8a949d;
  font-size: 10px;
}

.network-region-list p {
  color: #65717b;
  font-size: 14px;
}

.network-region-list article > svg {
  width: 16px;
  height: 16px;
  color: #9aa4ad;
}

.network-coverage-note {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-top: 30px;
  padding: 22px 26px;
  background: #f2f5f7;
  border-left: 3px solid #0b8b78;
}

.network-coverage-note > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #0b8b78;
}

.network-coverage-note svg {
  width: 17px;
  height: 17px;
}

.network-coverage-note strong {
  color: #17212b;
  font-size: 14px;
}

.network-coverage-note p {
  margin: 5px 0 0;
  color: #68747e;
  font-size: 13px;
  line-height: 1.7;
}

.network-resource-table-wrap {
  overflow-x: auto;
  border-top: 1px solid #bfc8cf;
  border-bottom: 1px solid #bfc8cf;
}

.network-resource-table {
  min-width: 980px;
}

.network-resource-head,
.network-resource-row {
  display: grid;
  grid-template-columns: 1.04fr 1.18fr 1.18fr 1fr;
}

.network-resource-head {
  min-height: 48px;
  align-items: center;
  color: #727e88;
  font-size: 10px;
  font-weight: 700;
}

.network-resource-head span,
.network-resource-row > * {
  min-width: 0;
  padding-right: 28px;
}

.network-resource-head span + span,
.network-resource-row > * + * {
  padding-left: 28px;
  border-left: 1px solid #d8dfe4;
}

.network-resource-row {
  min-height: 126px;
  align-items: center;
  border-top: 1px solid #d8dfe4;
}

.network-resource-row p {
  margin: 0;
  color: #5e6b75;
  font-size: 13px;
  line-height: 1.7;
}

.network-resource-name {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.network-resource-name > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #3155d9;
  background: #edf1ff;
  border-radius: 4px;
}

.network-resource-name svg {
  width: 17px;
  height: 17px;
}

.network-resource-name h3 {
  margin: 0;
  color: #101820;
  font-size: 15px;
  line-height: 1.4;
}

.network-resource-name a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: #3155d9;
  font-size: 11px;
  font-weight: 700;
}

.network-resource-name a svg {
  width: 12px;
  height: 12px;
}

.network-route-line {
  display: grid;
  grid-template-columns: 1fr 28px 1fr 28px 1fr 28px 1fr 28px 1fr;
  align-items: center;
  padding: 26px 0;
  border-top: 1px solid #bfc8cf;
  border-bottom: 1px solid #bfc8cf;
}

.network-route-step {
  min-width: 0;
}

.network-route-step span,
.network-route-step strong,
.network-route-step small {
  display: block;
}

.network-route-step span {
  color: #0b8b78;
  font-family: "Montserrat", "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.network-route-step strong {
  margin-top: 8px;
  color: #111b25;
  font-size: 14px;
}

.network-route-step small {
  margin-top: 3px;
  overflow-wrap: anywhere;
  color: #79848d;
  font-size: 10px;
}

.network-route-line > i {
  display: grid;
  place-items: center;
  color: #a0aab2;
}

.network-route-line > i svg {
  width: 15px;
  height: 15px;
}

.network-developer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: 64px;
  margin-top: 54px;
  align-items: stretch;
}

.network-code {
  overflow: hidden;
  color: #dbe6ee;
  background: #101c27;
  border: 1px solid #2b3b47;
  border-radius: 6px;
}

.network-code-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 52px;
  padding: 0 22px;
  border-bottom: 1px solid #2b3b47;
}

.network-code-head span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #bcd0df;
  font-size: 12px;
  font-weight: 700;
}

.network-code-head svg {
  width: 15px;
  height: 15px;
  color: #42d0b5;
}

.network-code-head small {
  color: #6f8596;
  font-family: "Montserrat", "Inter", sans-serif;
  font-size: 8px;
  font-weight: 700;
}

.network-code pre {
  min-height: 324px;
  margin: 0;
  padding: 26px 28px;
  overflow: auto;
  white-space: pre;
}

.network-code code {
  color: #dbe6ee;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  line-height: 1.85;
}

.network-route-points {
  margin: 0;
  border-top: 1px solid #bfc8cf;
  border-bottom: 1px solid #bfc8cf;
}

.network-route-points > div {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 24px;
  min-height: 82px;
  align-items: center;
  border-bottom: 1px solid #d8dfe4;
}

.network-route-points > div:last-child {
  border-bottom: 0;
}

.network-route-points dt,
.network-route-points dd {
  margin: 0;
}

.network-route-points dt {
  color: #101820;
  font-size: 13px;
  font-weight: 700;
}

.network-route-points dd {
  color: #66727c;
  font-size: 13px;
  line-height: 1.65;
}

.network-section-dark {
  color: #ffffff;
  background: #101b26;
}

.network-section-dark .network-section-head > span {
  color: #42d0b5;
}

.network-section-dark .network-section-head h2 {
  color: #ffffff;
}

.network-section-dark .network-section-head p {
  color: #adbbc6;
}

.network-quality-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #43515d;
  border-bottom: 1px solid #43515d;
}

.network-quality-list article {
  min-width: 0;
  min-height: 222px;
  padding: 28px 24px;
  border-right: 1px solid #364753;
}

.network-quality-list article:last-child {
  border-right: 0;
}

.network-quality-list article > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #42d0b5;
  background: #152b32;
  border-radius: 4px;
}

.network-quality-list svg {
  width: 17px;
  height: 17px;
}

.network-quality-list small {
  display: block;
  margin-top: 26px;
  color: #728695;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.network-quality-list h3 {
  margin: 8px 0 10px;
  color: #ffffff;
  font-size: 16px;
}

.network-quality-list p {
  margin: 0;
  color: #9eafbb;
  font-size: 12px;
  line-height: 1.7;
}

.network-bandwidth {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
  gap: 70px;
  align-items: end;
  margin-top: 58px;
}

.network-bandwidth h3 {
  margin: 0;
  color: #ffffff;
  font-size: 25px;
}

.network-bandwidth p {
  max-width: 690px;
  margin: 14px 0 0;
  color: #aab9c4;
  font-size: 14px;
  line-height: 1.8;
}

.network-bandwidth dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid #43515d;
  border-bottom: 1px solid #43515d;
}

.network-bandwidth dl > div {
  min-width: 0;
  padding: 20px 18px;
  border-right: 1px solid #364753;
}

.network-bandwidth dl > div:last-child {
  border-right: 0;
}

.network-bandwidth dt {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.network-bandwidth dd {
  margin: 6px 0 0;
  color: #899ba8;
  font-size: 10px;
  line-height: 1.5;
}

.network-faq-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 88px;
}

.network-faq-layout h2 {
  margin-top: 16px;
  font-size: 32px;
}

.network-faq-list {
  border-top: 1px solid #bfc8cf;
}

.network-faq-list details {
  border-bottom: 1px solid #d8dfe4;
}

.network-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
  color: #17212b;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.network-faq-list summary::-webkit-details-marker {
  display: none;
}

.network-faq-list summary svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: #3155d9;
  transition: transform 0.16s ease;
}

.network-faq-list details[open] summary svg {
  transform: rotate(45deg);
}

.network-faq-list details p {
  max-width: 790px;
  margin: -5px 44px 24px 0;
  color: #66727d;
  font-size: 14px;
  line-height: 1.8;
}

.network-cta {
  padding: 74px 0;
  background: #eef2f5;
  border-top: 1px solid #d9e0e5;
}

.network-cta .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 70px;
  align-items: center;
}

.network-cta h2 {
  margin-top: 14px;
  font-size: 34px;
}

.network-cta p {
  max-width: 760px;
  margin: 14px 0 0;
  color: #66727d;
  font-size: 15px;
  line-height: 1.75;
}

.network-cta-actions {
  margin-top: 0;
}

body.locale-en .network-hero-copy h1 {
  font-size: 50px;
}

body.locale-en .network-hero-grid {
  grid-template-columns: minmax(500px, 0.95fr) minmax(550px, 1.05fr);
  gap: 50px;
}

body.locale-en .network-resource-row {
  min-height: 140px;
}

@media (max-width: 1120px) {
  .network-hero-grid {
    grid-template-columns: minmax(340px, 0.85fr) minmax(520px, 1.15fr);
    gap: 38px;
  }

  .network-hero-copy h1,
  body.locale-en .network-hero-copy h1 {
    font-size: 48px;
  }

  .network-developer-grid {
    gap: 40px;
  }
}

@media (max-width: 960px) {
  .network-hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  body.locale-en .network-hero-grid {
    grid-template-columns: 1fr;
  }

  .network-map-hero {
    max-width: 780px;
  }

  .network-section-head,
  .network-faq-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .network-region-list article {
    grid-template-columns: 42px 200px minmax(0, 1fr) 20px;
  }

  .network-developer-grid,
  .network-bandwidth {
    grid-template-columns: 1fr;
  }

  .network-quality-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .network-quality-list article {
    border-bottom: 1px solid #364753;
  }

  .network-quality-list article:nth-child(2n) {
    border-right: 0;
  }

  .network-quality-list article:last-child {
    border-bottom: 0;
  }

  .network-cta .container {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .network-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .network-hero {
    padding-top: 32px;
  }

  .network-hero-grid {
    padding: 34px 0 42px;
  }

  .network-hero-copy h1,
  body.locale-en .network-hero-copy h1 {
    margin-top: 16px;
    font-size: 39px;
    line-height: 1.12;
  }

  .network-hero-copy > p {
    font-size: 15px;
    line-height: 1.75;
  }

  .network-actions,
  .network-cta-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .network-map-topline {
    min-height: 36px;
  }

  .network-map-topline span:last-child {
    font-size: 8px;
  }

  .network-map-hero figcaption {
    font-size: 9px;
  }

  .network-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .network-metrics > div {
    padding: 20px 16px 22px 0;
  }

  .network-metrics > div + div {
    padding-left: 16px;
  }

  .network-metrics > div:nth-child(2) {
    border-right: 0;
  }

  .network-metrics > div:nth-child(-n + 2) {
    border-bottom: 1px solid #dbe2e7;
  }

  .network-metrics > div:nth-child(3) {
    padding-left: 0;
  }

  .network-metrics strong {
    font-size: 22px;
  }

  .network-page-nav {
    top: 72px;
    overflow-x: auto;
  }

  .network-page-nav .container {
    width: max-content;
    min-width: calc(100% - 32px);
  }

  .network-page-nav a {
    margin-right: 28px;
    white-space: nowrap;
  }

  .network-section {
    padding: 70px 0;
  }

  .network-section-head {
    margin-bottom: 34px;
  }

  .network-section-head h2,
  .network-faq-layout h2 {
    font-size: 31px;
  }

  .network-section-head p {
    font-size: 14px;
  }

  .network-region-list article {
    grid-template-columns: 34px minmax(0, 1fr) 18px;
    gap: 14px;
    padding: 20px 0;
  }

  .network-region-list article > div {
    grid-column: 2;
  }

  .network-region-list article > p {
    grid-column: 2;
  }

  .network-region-list article > svg {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .network-coverage-note {
    grid-template-columns: 26px minmax(0, 1fr);
    padding: 19px 18px;
  }

  .network-coverage-note > span {
    width: 26px;
    height: 26px;
  }

  .network-resource-table-wrap {
    width: calc(100% + 24px);
    margin-right: -24px;
  }

  .network-resource-table {
    min-width: 900px;
  }

  .network-route-line {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  .network-route-step {
    padding: 18px 0;
    border-bottom: 1px solid #d8dfe4;
  }

  .network-route-step:last-of-type {
    border-bottom: 0;
  }

  .network-route-line > i {
    display: none;
  }

  .network-developer-grid {
    gap: 34px;
    margin-top: 38px;
  }

  .network-code pre {
    min-height: 0;
    padding: 22px 20px;
  }

  .network-code code {
    font-size: 10px;
  }

  .network-route-points > div {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 16px;
  }

  .network-quality-list {
    grid-template-columns: 1fr;
  }

  .network-quality-list article {
    min-height: 0;
    border-right: 0;
  }

  .network-bandwidth {
    gap: 34px;
    margin-top: 44px;
  }

  .network-bandwidth dl {
    grid-template-columns: 1fr;
  }

  .network-bandwidth dl > div {
    border-right: 0;
    border-bottom: 1px solid #364753;
  }

  .network-bandwidth dl > div:last-child {
    border-bottom: 0;
  }

  .network-faq-list summary {
    min-height: 62px;
    padding: 12px 0;
    font-size: 14px;
    line-height: 1.55;
  }

  .network-faq-list details p {
    margin-right: 28px;
  }

  .network-cta {
    padding: 60px 0;
  }

  .network-cta h2 {
    font-size: 29px;
  }
}
