.home-hero {
  min-height: calc(100svh - var(--header-height));
  display: flex;
  align-items: center;
  overflow-x: clip;
  border-bottom: 1px solid var(--color-border);
  background:
    radial-gradient(circle at 25% 48%, var(--color-accent-shadow), var(--color-transparent) 33%),
    var(--color-bg);
}

.home-hero-inner {
  min-height: calc(100svh - var(--header-height));
  padding-top: 42px;
  padding-bottom: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 44px;
  align-items: center;
}

.hero-globe-shell {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-globe {
  width: min(100%, 620px);
  height: auto;
  overflow: visible;
}

.home-globe-halo {
  opacity: .95;
}

.home-globe-orbit {
  fill: none;
  stroke: var(--color-border);
  stroke-width: 1;
  stroke-dasharray: 4 10;
}

.home-globe-outline,
.home-globe-grid {
  fill: none;
  stroke: var(--color-globe-line);
  stroke-width: 1.25;
  opacity: .72;
}

.home-globe-grid {
  opacity: .34;
}

.home-continent-line {
  fill: none;
  stroke: var(--color-globe-line);
  stroke-width: 1.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .22;
}

.home-meridian {
  transform-box: fill-box;
  transform-origin: center;
  animation: home-meridian-shift 24s linear infinite;
}

.home-meridian-two {
  animation-delay: -12s;
}

.home-route {
  fill: none;
  stroke: var(--color-accent);
  stroke-width: 2;
  stroke-linecap: round;
  filter: url("#home-route-glow");
  opacity: .94;
}

.home-route-delay {
  opacity: .75;
}

.home-route-late {
  opacity: .58;
}

.home-city-ring {
  fill: none;
  stroke: var(--color-globe-line);
  stroke-width: 1;
  opacity: .5;
  transform-box: fill-box;
  transform-origin: center;
  animation: home-city-pulse 3.8s ease-in-out infinite;
}

.home-city-dot,
.home-route-packet {
  fill: var(--color-accent);
  filter: drop-shadow(0 0 7px var(--color-accent));
}

.home-city-label {
  fill: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .08em;
}

.home-route-packet-one {
  offset-path: path("M405 242Q306 126 174 253");
  animation: home-packet-travel 7.5s linear infinite;
}

.home-route-packet-two {
  offset-path: path("M382 354Q340 211 262 225");
  animation: home-packet-travel 6.8s linear -2.4s infinite;
}

.home-route-packet-three {
  offset-path: path("M394 293Q288 198 174 253");
  animation: home-packet-travel 8.2s linear -4.1s infinite;
}

.home-hero-copy {
  min-width: 0;
  position: relative;
  z-index: 2;
}

.hero-status {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .08em;
}

.hero-status .status-dot {
  flex-shrink: 0;
}

.home-hero-copy h1 {
  margin-bottom: 24px;
}

.home-hero-description {
  max-width: 620px;
  margin-bottom: 15px;
  color: var(--color-text-muted);
  font-size: 17px;
}

.home-trust-line {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  color: var(--color-text-muted);
  font-size: 13px;
}

.hero-platforms {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
}

.hero-platform {
  min-width: 0;
  min-height: 34px;
  padding: 7px 9px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-small);
  background: var(--color-panel);
  color: var(--color-text-muted);
  font-size: 11px;
  line-height: 1;
}

.hero-platform svg {
  width: 18px;
  height: 18px;
  color: var(--color-text);
}

.hero-flags {
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
}

.hero-flag-item {
  min-width: 0;
  min-height: 34px;
  padding: 7px 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-small);
  background: var(--color-panel-raised);
  color: var(--color-text-muted);
  font-size: 11px;
  line-height: 1;
}

.hero-flag-item svg {
  width: 28px;
  height: 19px;
  flex: 0 0 auto;
}

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

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

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

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

.home-section-alt {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background: var(--color-panel);
}

.feature-stage {
  min-width: 0;
}

.feature-detail[hidden] {
  display: none;
}

.feature-detail.is-active {
  animation: feature-panel-in 260ms ease both;
}

.feature-label {
  margin-bottom: 9px;
  color: var(--color-accent);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
}

.route-notes {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.route-notes article {
  min-width: 0;
  padding: 24px;
  display: flex;
  gap: 16px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-medium);
  background: var(--color-panel-raised);
}

.route-notes h3 {
  font-size: 19px;
}

.route-notes p {
  margin-bottom: 0;
  color: var(--color-text-muted);
  font-size: 14px;
}

.server-status-shell {
  margin-top: 24px;
  padding: 26px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-medium);
  background: var(--color-panel-raised);
}

.server-status-heading {
  margin-bottom: 18px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.server-status-heading h3 {
  margin-bottom: 0;
  font-size: 21px;
}

.server-status-heading > p {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--color-text-muted);
  font-size: 13px;
}

.server-status {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.srv-row {
  min-width: 0;
  min-height: 48px;
  padding: 9px 12px;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto auto auto;
  gap: 9px;
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-small);
  background: var(--color-panel);
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 11px;
}

.srv-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: var(--radius-pill);
  background: var(--color-success);
  box-shadow: 0 0 10px var(--color-success);
  animation: server-dot-pulse 2.6s ease-in-out infinite;
}

.srv-flag {
  width: 26px;
  height: 18px;
  display: block;
  overflow: hidden;
  border-radius: 3px;
}

.srv-name {
  min-width: 0;
  overflow: hidden;
  color: var(--color-text);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.srv-type {
  max-width: 100%;
  padding: 3px 7px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  color: var(--color-text-muted);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.srv-ms,
.srv-bw {
  color: var(--color-text-muted);
  white-space: nowrap;
}

.section-text-link {
  min-height: 36px;
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  color: var(--color-accent);
  font-weight: 750;
}

.client-note {
  margin: 26px 0 0;
  padding: 22px 24px;
  border-left: 3px solid var(--color-accent);
  border-radius: 0 var(--radius-medium) var(--radius-medium) 0;
  background: var(--color-panel-raised);
  color: var(--color-text-muted);
}

.client-note p:last-child {
  margin-bottom: 0;
}

.traffic-pack-panel {
  margin-top: 20px;
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-medium);
  background: var(--color-panel-raised);
}

.traffic-pack-panel h3 {
  margin-bottom: 8px;
}

.traffic-pack-panel p:last-child {
  margin-bottom: 0;
  color: var(--color-text-muted);
}

.plan-guidance {
  max-width: 920px;
  margin-top: 30px;
}

.plan-guidance p {
  color: var(--color-text-muted);
}

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

.home-faq-heading {
  position: sticky;
  top: var(--toc-offset);
  margin-bottom: 0;
}

.selection-ledger {
  border-top: 1px solid var(--color-border);
}

.selection-ledger article {
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 26px;
  border-bottom: 1px solid var(--color-border);
}

.selection-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--color-accent);
  border-radius: var(--radius-pill);
  color: var(--color-accent);
  box-shadow: 0 0 18px var(--color-accent-shadow);
  font-family: var(--font-mono);
  font-size: 12px;
}

.selection-ledger h3 {
  margin-bottom: 8px;
}

.selection-ledger p {
  max-width: 930px;
  margin-bottom: 0;
  color: var(--color-text-muted);
}

.journal-heading {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.journal-heading > div {
  max-width: 760px;
}

.journal-heading .section-text-link {
  margin-top: 0;
  flex: 0 0 auto;
}

@keyframes home-meridian-shift {
  0%,
  100% {
    transform: scaleX(1);
  }

  50% {
    transform: scaleX(.18);
  }
}

@keyframes home-city-pulse {
  0%,
  100% {
    opacity: .5;
    transform: scale(1);
  }

  50% {
    opacity: .16;
    transform: scale(1.55);
  }
}

@keyframes home-packet-travel {
  0% {
    opacity: 0;
    offset-distance: 0%;
  }

  12%,
  88% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    offset-distance: 100%;
  }
}

@keyframes feature-panel-in {
  from {
    opacity: .55;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes server-dot-pulse {
  0%,
  100% {
    opacity: .55;
    transform: scale(.9);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

@media (max-width: 1120px) {
  .home-hero-inner {
    gap: 20px;
  }

  .hero-platforms,
  .hero-flags {
    flex-wrap: wrap;
  }

  .home-globe {
    width: min(100%, 520px);
  }

  .server-status {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .home-hero-inner {
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  }

  .home-city-label {
    font-size: 9px;
  }

  .home-faq-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .home-faq-heading {
    min-width: 0;
    max-width: 100%;
    position: static;
  }

  .home-faq-heading .no-break {
    white-space: normal;
  }

  .home-faq-heading > * {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 768px) {
  .home-hero {
    min-height: auto;
  }

  .home-hero-inner {
    min-height: auto;
    padding-top: 26px;
    padding-bottom: 44px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-globe-shell {
    order: -1;
  }

  .home-globe {
    width: min(82vw, 330px);
  }

  .home-city-label {
    display: none;
  }

  .home-meridian,
  .home-city-ring,
  .home-route-packet {
    animation: none;
  }

  .home-route-packet {
    display: none;
  }

  .home-hero-copy h1 {
    margin-bottom: 20px;
  }

  .home-hero-description {
    font-size: 16px;
  }

  .hero-platforms,
  .hero-flags {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  .hero-platform,
  .hero-flag-item {
    min-width: max-content;
  }

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

  .server-status-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .traffic-pack-panel {
    grid-template-columns: 1fr;
  }

  .selection-ledger article {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
  }

  .journal-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .home-globe {
    width: min(86vw, 290px);
  }

  .hero-status {
    font-size: 11px;
  }

  .home-trust-line {
    gap: 5px 8px;
  }

  .route-notes article,
  .server-status-shell,
  .traffic-pack-panel {
    padding: 20px;
  }

  .srv-row {
    grid-template-columns: auto auto minmax(0, 1fr) auto;
  }

  .srv-type,
  .srv-bw {
    display: none;
  }

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

  .selection-mark {
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-meridian,
  .home-city-ring,
  .home-route-packet,
  .srv-dot,
  .feature-detail.is-active {
    animation: none;
  }

  .home-route-packet {
    display: none;
  }
}