.home-hero {
  position: relative;
  padding-top: 34px;
  padding-bottom: 32px;
  overflow-x: clip;
}

.home-hero::before {
  position: absolute;
  top: -280px;
  left: -240px;
  width: 660px;
  height: 660px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, var(--color-teal-glow), transparent 70%);
  pointer-events: none;
}

.home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  align-items: center;
  gap: 42px;
}

.home-hero__copy {
  padding-top: 8px;
  padding-bottom: 8px;
}

.home-eyebrow {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
  padding: 5px 14px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  background: var(--color-panel);
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 750;
}

.home-eyebrow__dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--color-success);
  box-shadow: 0 0 0 4px var(--color-teal-glow);
}

.home-hero h1 {
  max-width: 680px;
  font-size: clamp(50px, 5vw, 68px);
}

.home-hero h1 .no-break {
  background: linear-gradient(98deg, var(--color-accent-light), var(--color-accent-dark));
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.home-hero__lede {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.72;
}

.home-hero__lede strong {
  color: var(--color-text);
  font-weight: 800;
}

.home-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.home-trust li {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 7px;
  padding: 5px 11px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  background: var(--color-white);
  box-shadow: var(--shadow-low);
  color: var(--color-text);
  font-size: 12px;
  font-weight: 720;
}

.home-trust__dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--color-success);
}

.home-trust li:nth-child(2) .home-trust__dot {
  background: var(--color-accent);
}

.home-trust li:nth-child(3) .home-trust__dot {
  background: var(--color-warning);
}

.home-trust li:nth-child(4) .home-trust__dot {
  background: var(--color-teal);
}

.home-platforms,
.home-flags {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  margin-top: 14px;
}

.home-mini-label {
  padding-top: 5px;
  color: var(--color-text-muted);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: .06em;
}

.home-platforms__list,
.home-flags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.home-platform-chip,
.home-flag-chip {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  gap: 6px;
  padding: 4px 9px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  background: var(--color-panel);
  color: var(--color-text-muted);
  font-size: 11px;
  font-weight: 730;
}

.home-platform-chip svg {
  flex: 0 0 18px;
  color: var(--color-accent-dark);
}

.home-flag-chip svg {
  flex: 0 0 25px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 0 0 1px var(--color-border);
}

.flag-white {
  fill: var(--color-white);
}

.flag-red {
  fill: var(--color-flag-red);
}

.flag-blue {
  fill: var(--color-flag-blue);
}

.flag-navy {
  fill: var(--color-flag-navy);
}

.home-hero__visual {
  min-height: 590px;
}

.home-poster {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, var(--color-accent), var(--color-accent-dark));
  box-shadow: var(--shadow-mid);
  color: var(--color-white);
}

.home-poster::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(var(--color-accent-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--color-accent-soft) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: .7;
  pointer-events: none;
}

.home-poster::after {
  position: absolute;
  right: -150px;
  bottom: -180px;
  width: 430px;
  height: 430px;
  content: "";
  border: 1px solid var(--color-accent-light);
  border-radius: 50%;
  box-shadow:
    0 0 0 50px var(--color-accent-soft),
    0 0 0 100px var(--color-accent-soft);
  opacity: .42;
}

.home-poster__letters {
  position: absolute;
  top: -40px;
  right: -22px;
  color: var(--color-accent-light);
  font-family: var(--font-display);
  font-size: 190px;
  font-weight: 820;
  letter-spacing: -.1em;
  line-height: 1;
  opacity: .26;
}

.home-poster__topline {
  position: absolute;
  top: 26px;
  right: 28px;
  left: 28px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  color: var(--color-panel-strong);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.home-poster__branches {
  position: absolute;
  inset: 74px auto auto 0;
  width: 100%;
  height: auto;
}

.poster-under {
  fill: none;
  stroke: var(--color-accent-light);
  stroke-linecap: round;
  stroke-width: 12;
  opacity: .22;
}

.poster-line {
  fill: none;
  stroke-linecap: round;
  stroke-width: 3;
}

.poster-line--direct {
  stroke: var(--color-direct);
}

.poster-line--relay {
  stroke: var(--color-relay);
}

.poster-line--dedicated {
  stroke: var(--color-panel);
}

.poster-hub {
  fill: var(--color-white);
  stroke: var(--color-accent-light);
  stroke-width: 5;
}

.poster-bolt {
  fill: var(--color-accent);
}

.poster-node {
  stroke: var(--color-white);
  stroke-width: 3;
}

.poster-node--direct {
  fill: var(--color-direct);
}

.poster-node--relay {
  fill: var(--color-relay);
}

.poster-node--dedicated {
  fill: var(--color-dedicated);
}

.home-poster__node {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  border: 1px solid var(--color-accent-light);
  border-radius: var(--radius-pill);
  background: var(--color-white);
  box-shadow: var(--shadow-mid);
  color: var(--color-text);
  font-size: 13px;
  font-weight: 800;
}

.home-poster__node--tokyo {
  top: 104px;
  right: 34px;
}

.home-poster__node--hongkong {
  top: 223px;
  right: 20px;
}

.home-poster__node--singapore {
  right: 28px;
  bottom: 91px;
}

.home-poster__node--zurich {
  top: 145px;
  right: 147px;
}

.home-poster__node--sydney {
  right: 142px;
  bottom: 53px;
}

.home-poster__node--la {
  top: 281px;
  right: 118px;
}

.poster-node-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
}

.poster-node-dot--direct {
  background: var(--color-direct);
}

.poster-node-dot--relay {
  background: var(--color-relay);
}

.poster-node-dot--dedicated {
  background: var(--color-dedicated);
}

.home-poster__legend {
  position: absolute;
  bottom: 23px;
  left: 26px;
  z-index: 3;
  display: flex;
  gap: 15px;
  color: var(--color-panel);
  font-size: 11px;
  font-weight: 760;
}

.home-poster__legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.home-fact-band {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background: var(--color-panel-strong);
}

.home-fact-band__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-fact-band__inner span {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-right: 1px solid var(--color-border);
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 730;
  text-align: center;
}

.home-fact-band__inner span:first-child {
  border-left: 1px solid var(--color-border);
}

.home-fact-band__inner strong {
  color: var(--color-accent-dark);
  font-size: 18px;
  font-weight: 820;
}

.home-feature-mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-feature-card {
  grid-column: span 1;
  min-height: 360px;
}

.home-feature-card--wide {
  grid-column: span 2;
}

.home-feature-card:nth-child(2),
.home-feature-card:nth-child(4),
.home-feature-card:nth-child(6) {
  background: var(--color-panel-strong);
}

.home-feature-card p {
  line-height: 1.82;
}

.feature-branch__under {
  fill: none;
  stroke: var(--color-white);
  stroke-linecap: round;
  stroke-width: 9;
}

.feature-branch__direct,
.feature-branch__relay,
.feature-branch__dedicated {
  fill: none;
  stroke-linecap: round;
  stroke-width: 3;
}

.feature-branch__direct {
  stroke: var(--color-direct);
}

.feature-branch__relay {
  stroke: var(--color-relay);
}

.feature-branch__dedicated {
  stroke: var(--color-dedicated);
}

.feature-branch__hub {
  fill: var(--color-accent);
}

.feature-branch__direct-dot {
  fill: var(--color-direct);
}

.feature-branch__relay-dot {
  fill: var(--color-relay);
}

.feature-branch__dedicated-dot {
  fill: var(--color-dedicated);
}

.home-method {
  display: grid;
  grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr);
  gap: 34px;
  margin-top: 20px;
  padding: 30px;
}

.home-method p {
  color: var(--color-text-muted);
  line-height: 1.82;
}

.home-network-section {
  background: var(--color-panel);
}

.home-network-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.home-network-notes article {
  padding: 24px;
}

.home-network-notes h3 {
  font-size: 21px;
}

.home-network-notes p {
  margin-top: 12px;
  color: var(--color-text-muted);
  line-height: 1.78;
}

.home-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 24px;
  color: var(--color-accent-dark);
  font-weight: 820;
}

.home-text-link:hover {
  text-decoration: underline;
  text-decoration-thickness: .1em;
  text-underline-offset: .2em;
}

.home-price-note {
  min-height: 122px;
  margin: 18px 0 0;
  color: var(--color-text-muted);
  line-height: 1.75;
}

.home-pack-note {
  display: grid;
  grid-template-columns: minmax(250px, .75fr) minmax(0, 1.25fr);
  gap: 34px;
  margin-top: 20px;
  padding: 30px;
}

.home-pack-note h3 {
  margin-top: 12px;
}

.home-pack-note p {
  color: var(--color-text-muted);
  line-height: 1.82;
}

.home-faq-section {
  background: var(--color-panel-strong);
}

.home-faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 54px;
}

.home-faq-layout .section-head {
  position: sticky;
  top: calc(var(--header-height) + 22px);
  margin-bottom: 0;
}

.home-faq-layout .home-text-link {
  margin-top: 10px;
}

.home-section-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.home-section-row .home-text-link {
  flex: 0 0 auto;
  margin-bottom: 38px;
}

.home-article-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-article-grid .article-card__title {
  font-size: 19px;
}

.home-cta-section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.home-promo {
  margin-top: 0;
}

@media (max-width: 1120px) {
  .home-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr);
    gap: 28px;
  }

  .home-hero__visual,
  .home-poster {
    min-height: 550px;
  }

  .home-feature-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-feature-card--wide {
    grid-column: span 2;
  }

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

@media (max-width: 900px) {
  .home-hero__grid {
    grid-template-columns: 1fr;
  }

  .home-hero__visual {
    min-height: 480px;
  }

  .home-poster {
    min-height: 480px;
  }

  .home-poster__branches {
    inset: 26px auto auto 0;
  }

  .home-poster__node--tokyo {
    top: 76px;
  }

  .home-poster__node--zurich {
    top: 115px;
  }

  .home-poster__node--hongkong {
    top: 194px;
  }

  .home-poster__node--la {
    top: 248px;
  }

  .home-fact-band__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-fact-band__inner span:nth-child(3) {
    border-left: 1px solid var(--color-border);
  }

  .home-method,
  .home-pack-note,
  .home-faq-layout {
    grid-template-columns: 1fr;
  }

  .home-faq-layout .section-head {
    position: static;
  }
}

@media (max-width: 768px) {
  .home-hero {
    padding-top: 24px;
  }

  .home-hero h1 {
    font-size: clamp(32px, 9vw, 40px);
  }

  .home-hero__lede {
    font-size: 16px;
  }

  .home-hero__visual {
    min-height: 430px;
  }

  .home-poster {
    min-height: 430px;
  }

  .home-poster__letters {
    display: none;
  }

  .home-poster__branches {
    inset: 6px auto auto -36px;
    width: calc(100% + 40px);
  }

  .home-poster__node--tokyo {
    top: 72px;
    right: 18px;
  }

  .home-poster__node--zurich {
    top: 116px;
    right: 110px;
  }

  .home-poster__node--hongkong {
    top: 184px;
    right: 12px;
  }

  .home-poster__node--la {
    top: 235px;
    right: 92px;
  }

  .home-poster__node--singapore {
    right: 16px;
    bottom: 65px;
  }

  .home-poster__node--sydney {
    right: 116px;
    bottom: 30px;
  }

  .home-network-notes {
    grid-template-columns: 1fr;
  }

  .home-section-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .home-section-row .home-text-link {
    margin-top: -20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 640px) {
  .home-hero__copy {
    padding-top: 0;
  }

  .home-hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-platforms,
  .home-flags {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .home-mini-label {
    padding-top: 0;
  }

  .home-platform-chip,
  .home-flag-chip {
    min-height: 32px;
  }

  .home-hero__visual {
    min-height: 390px;
  }

  .home-poster {
    min-height: 390px;
    border-radius: var(--radius-lg);
  }

  .home-poster__topline {
    right: 20px;
    left: 20px;
  }

  .home-poster__branches {
    top: -4px;
    left: -80px;
    width: 570px;
    max-width: none;
  }

  .home-poster__node {
    min-height: 32px;
    padding: 5px 10px;
    font-size: 12px;
  }

  .home-poster__node--tokyo {
    top: 66px;
    right: 12px;
  }

  .home-poster__node--zurich {
    top: 108px;
    right: 94px;
  }

  .home-poster__node--hongkong {
    top: 169px;
    right: 10px;
  }

  .home-poster__node--la {
    top: 218px;
    right: 70px;
  }

  .home-poster__node--singapore {
    right: 12px;
    bottom: 58px;
  }

  .home-poster__node--sydney {
    right: 91px;
    bottom: 24px;
  }

  .home-poster__legend {
    left: 18px;
    gap: 10px;
  }

  .home-fact-band__inner span {
    min-height: 64px;
    flex-direction: column;
    gap: 0;
    padding: 8px;
  }

  .home-feature-mosaic {
    grid-template-columns: 1fr;
  }

  .home-feature-card,
  .home-feature-card--wide {
    grid-column: auto;
    min-height: 0;
  }

  .home-method,
  .home-pack-note {
    gap: 18px;
    padding: 23px;
  }

  .home-price-note {
    min-height: 0;
  }

  .home-article-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 400px) {
  .home-hero__actions {
    grid-template-columns: 1fr;
  }

  .home-hero__visual,
  .home-poster {
    min-height: 370px;
  }

  .home-poster__node--zurich,
  .home-poster__node--sydney {
    display: none;
  }

  .home-poster__node--la {
    right: 45px;
  }

  .home-poster__legend {
    font-size: 10px;
  }
}