:root {
  color-scheme: dark;
  --ink: #060f20;
  --ink-raised: #0a1b38;
  --ink-soft: #102543;
  --paper: #eaf2ff;
  --muted: #9fb4d6;
  --blue: #3d8bff;
  --cyan: #59c8ff;
  --line: rgba(61, 139, 255, 0.2);
  --line-strong: rgba(89, 200, 255, 0.38);
  --safe-top: max(20px, env(safe-area-inset-top));
  --safe-bottom: max(18px, env(safe-area-inset-bottom));
  --ease-flight: cubic-bezier(0.72, 0, 0.2, 1);
  --ease-cut: cubic-bezier(0.24, 0.74, 0.16, 1);
  font-family: "Segoe UI", Arial, sans-serif;
  background: var(--ink);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}

body {
  color: var(--paper);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

a {
  color: inherit;
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--paper);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: fixed;
  inset: var(--safe-top) 5vw auto;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.site-brand,
.header-login {
  pointer-events: auto;
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--paper);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
}

.site-brand img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
}

.header-login,
.offer-login,
.auth-close,
.auth-tabs button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.header-login {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0 8px 18px;
  color: var(--paper);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-left: 1px solid var(--line-strong);
}

.header-login svg,
.scene-action svg,
.auth-submit svg {
  width: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.scene-progress {
  position: fixed;
  top: 50%;
  right: 2vw;
  z-index: 38;
  transform: translateY(-50%);
}

.scene-progress::before,
.scene-progress::after {
  position: absolute;
  left: 50%;
  z-index: -1;
  width: 1px;
  content: "";
  transform: translateX(-50%);
}

.scene-progress::before {
  top: 10px;
  bottom: 10px;
  background: var(--line);
}

.scene-progress::after {
  top: 10px;
  height: calc((100% - 20px) * var(--story-progress, 0%) / 100%);
  background: var(--cyan);
  transition: height 0.8s var(--ease-cut);
}

.scene-progress ol {
  display: grid;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.scene-progress button {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  padding: 0;
  color: var(--muted);
  border: 0;
  background: var(--ink);
  cursor: pointer;
}

.scene-progress button span {
  font-family: Consolas, monospace;
  font-size: 10px;
  transition: color 0.25s ease, transform 0.25s ease;
}

.scene-progress button.is-active span {
  color: var(--cyan);
  transform: scale(1.25);
}

#story {
  position: fixed;
  inset: 0;
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
}

#story::before,
#story::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

#story::before {
  inset: 0 20vw;
  border-right: 1px solid rgba(159, 180, 214, 0.06);
  border-left: 1px solid rgba(159, 180, 214, 0.06);
  opacity: 0.6;
}

#story::after {
  inset: 12vh 6vw;
  border-right: 1px solid rgba(61, 139, 255, 0.08);
  border-left: 1px solid rgba(61, 139, 255, 0.08);
}

#ambient-field {
  position: absolute;
  inset: -12%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  translate: var(--ambient-camera-x, 0) var(--ambient-camera-y, 0);
  transition: translate 0.18s ease-out;
}

.ambient-orbit {
  position: absolute;
  display: block;
  border: 1px solid rgba(61, 139, 255, 0.1);
  border-radius: 50%;
}

.ambient-orbit::before,
.ambient-orbit::after {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(89, 200, 255, 0.5);
  background: var(--ink);
  content: "";
  transform: rotate(45deg);
}

.ambient-orbit--one {
  top: -58vw;
  left: -23vw;
  width: 108vw;
  height: 108vw;
  transform: rotate(-13deg) scaleY(0.46);
}

.ambient-orbit--one::before { top: 49%; right: -4px; }
.ambient-orbit--one::after { bottom: 13%; left: 17%; }

.ambient-orbit--two {
  right: -25vw;
  bottom: -58vw;
  width: 92vw;
  height: 92vw;
  border-color: rgba(159, 180, 214, 0.08);
  transform: rotate(19deg) scaleY(0.52);
}

.ambient-orbit--two::before { top: 18%; left: 11%; }
.ambient-orbit--two::after { right: 8%; bottom: 28%; }

.ambient-orbit--three {
  top: 24%;
  left: 17%;
  width: 66vw;
  height: 66vw;
  border-color: rgba(89, 200, 255, 0.055);
  transform: rotate(31deg) scaleY(0.35);
}

.ambient-orbit--three::before { top: 4%; left: 32%; }
.ambient-orbit--three::after { right: 20%; bottom: 2%; }

.ambient-star {
  position: absolute;
  width: 2px;
  height: 2px;
  background: rgba(159, 180, 214, 0.7);
}

.ambient-star::after {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(159, 180, 214, 0.14);
  content: "";
  transform: rotate(45deg);
}

.ambient-star--one { top: 18%; left: 26%; }
.ambient-star--two { top: 31%; right: 18%; }
.ambient-star--three { bottom: 22%; left: 15%; }
.ambient-star--four { right: 31%; bottom: 17%; }
.ambient-star--five { top: 56%; left: 54%; }
.ambient-star--six { top: 12%; right: 44%; }

.story-scene {
  position: absolute;
  inset: 0;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.55s ease, visibility 0s linear 0.55s;
  translate: var(--scene-camera-x, 0) var(--scene-camera-y, 0);
}

.story-scene.is-active,
body[data-scene="intro"] .scene-intro,
body[data-scene="servers"] .scene-servers,
body[data-scene="fracture"] .scene-fracture,
body[data-scene="benefits"] .scene-benefits,
body[data-scene="offer"] .scene-offer {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.scene-detail {
  position: absolute;
  inset: 0;
  z-index: 1;
  color: #7890b2;
  font-family: Consolas, monospace;
  pointer-events: none;
}

.intro-cartography {
  opacity: 0.88;
  transition: opacity 0.45s ease, transform 1s var(--ease-flight);
}

body[data-scene="servers"] .intro-cartography,
body[data-scene="benefits"] .intro-cartography,
body[data-scene="offer"] .intro-cartography {
  opacity: 0;
  transform: translateY(-30px);
}

.cartography-compass {
  position: absolute;
  top: 37vh;
  right: 7vw;
  width: 94px;
  height: 94px;
  border: 1px solid rgba(89, 200, 255, 0.22);
  border-radius: 50%;
}

.cartography-compass::before,
.cartography-compass::after {
  position: absolute;
  content: "";
}

.cartography-compass::before {
  top: 50%;
  right: -17px;
  left: -17px;
  height: 1px;
  background: rgba(61, 139, 255, 0.18);
}

.cartography-compass::after {
  top: -17px;
  bottom: -17px;
  left: 50%;
  width: 1px;
  background: rgba(61, 139, 255, 0.18);
}

.cartography-compass span,
.cartography-compass b {
  position: absolute;
  left: 50%;
  font-size: 9px;
  letter-spacing: 0.14em;
  transform: translateX(-50%);
}

.cartography-compass span {
  top: -30px;
  color: var(--cyan);
}

.cartography-compass b {
  top: 50%;
  color: rgba(234, 242, 255, 0.58);
  transform: translate(-50%, -50%);
}

.cartography-compass i {
  position: absolute;
  top: 16px;
  left: 45px;
  width: 3px;
  height: 29px;
  background: var(--cyan);
  transform: rotate(24deg);
  transform-origin: 50% 31px;
}

body[data-scene="intro"] .cartography-compass i {
  animation: compass-drift 7s ease-in-out infinite;
}

.cartography-readout {
  position: absolute;
  right: 7vw;
  bottom: 12vh;
  display: grid;
  gap: 5px;
  min-width: 170px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.cartography-readout small,
.servers-coordinate-readout small,
.offer-telemetry small {
  color: var(--cyan);
  font-size: 8px;
  letter-spacing: 0.16em;
}

.cartography-readout b {
  color: #7890b2;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.cartography-ruler {
  position: absolute;
  top: 66vh;
  right: 7vw;
  display: grid;
  width: 180px;
  grid-template-columns: auto repeat(4, 1fr) auto;
  align-items: end;
  gap: 0;
  font-size: 7px;
  letter-spacing: 0.08em;
}

.cartography-ruler i {
  height: 7px;
  border-right: 1px solid rgba(89, 200, 255, 0.3);
  border-bottom: 1px solid rgba(89, 200, 255, 0.3);
}

.intro-title {
  position: absolute;
  top: 8.5vh;
  right: 0;
  left: 0;
  z-index: 1;
  color: var(--paper);
  font-family: Arial Black, "Segoe UI Black", sans-serif;
  font-size: clamp(84px, 17.2vw, 290px);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.095em;
  text-align: center;
  text-indent: -0.06em;
  opacity: 0.98;
  transform: scaleX(1.02);
  transition: opacity 0.55s ease, transform 1.1s var(--ease-flight);
}

.intro-copy {
  position: absolute;
  bottom: 8vh;
  left: 7vw;
  z-index: 7;
  width: min(410px, 35vw);
}

.intro-copy h1,
.servers-context h2,
.benefits-heading h2,
.offer-heading h2 {
  margin: 0;
  font-family: Arial Black, "Segoe UI Black", sans-serif;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.intro-copy h1 {
  font-size: clamp(30px, 3.1vw, 54px);
  line-height: 0.98;
}

.intro-copy p,
.servers-context p,
.benefits-heading p,
.offer-heading p {
  color: var(--muted);
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1.55;
}

.intro-copy p {
  max-width: 360px;
  margin: 18px 0 0;
}

.intro-coordinate {
  position: absolute;
  top: calc(50% - 8px);
  left: 5vw;
  z-index: 6;
  margin: 0;
  color: var(--cyan);
  font-family: Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
}

.scene-action,
.auth-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-width: 194px;
  min-height: 54px;
  padding: 0 20px 0 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.035em;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: var(--blue);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.scene-action:hover,
.auth-submit:hover {
  color: var(--ink);
  background: var(--cyan);
}

.scene-action:active,
.auth-submit:active {
  transform: translateY(2px);
}

.scene-action:disabled,
.auth-submit:disabled {
  color: #8194b3;
  border-color: var(--line);
  background: var(--ink-soft);
  cursor: wait;
}

#start-button {
  position: absolute;
  right: 7vw;
  bottom: 9vh;
  z-index: 8;
}

#start-button,
#servers-next,
#benefits-next {
  display: none;
}

#planet-rig {
  position: absolute;
  z-index: 2;
  width: min(110vmin, 1000px);
  height: min(110vmin, 1000px);
  top: 54%;
  left: 50%;
  pointer-events: none;
  translate: var(--globe-camera-x, 0) var(--globe-camera-y, 0);
  transform: translate(-50%, -46%) scale(0.5);
  transform-origin: 50% 50%;
  transition:
    top 1.45s var(--ease-flight),
    left 1.45s var(--ease-flight),
    transform 1.45s var(--ease-flight),
    opacity 0.7s ease;
}

body.journey-active #planet-rig {
  transition: none;
}

body.scene-jump #planet-rig,
body.scene-jump .story-scene,
body.scene-jump #deep-space,
body.scene-jump .server-deck,
body.scene-jump .servers-context,
body.scene-jump .benefit-field,
body.scene-jump .benefit {
  transition: none !important;
}

#planet-rig::before {
  position: absolute;
  inset: 2%;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid rgba(89, 200, 255, 0.24);
  box-shadow: 0 44px 80px rgba(0, 5, 16, 0.58);
  content: "";
  opacity: var(--frame-opacity, 1);
}

.horizon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 200vw;
  height: 17vh;
  border-top: 1px solid rgba(89, 200, 255, 0.6);
  border-bottom: 1px solid rgba(89, 200, 255, 0.12);
  background: rgba(10, 27, 56, 0.5);
  opacity: var(--horizon-opacity, 1);
  transform: translate(-50%, -50%);
}

.horizon::before {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 9px;
  height: 9px;
  border: 1px solid var(--cyan);
  background: var(--ink);
  content: "";
  transform: rotate(45deg);
}

#globe-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

#globe-canvas.globe-fallback {
  border-radius: 50%;
  border: 1px solid var(--cyan);
  background: var(--ink-raised);
}

.globe-location-marker {
  --marker-depth: 0;
  position: absolute;
  top: var(--marker-y, 50%);
  left: var(--marker-x, 50%);
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: var(--paper);
  border: 0;
  background: transparent;
  opacity: var(--marker-depth);
  pointer-events: auto;
  transform: translate(-8px, -50%) scale(calc(0.78 + var(--marker-depth) * 0.22));
  transform-origin: left center;
  cursor: pointer;
}

.globe-location-marker span {
  display: block;
  width: 13px;
  height: 13px;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 6px rgba(61, 139, 255, 0.24);
}

.globe-location-marker b {
  display: none;
  padding: 5px 8px;
  color: var(--paper);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-left: 1px solid var(--cyan);
  background: rgba(6, 15, 32, 0.88);
  white-space: nowrap;
}

.globe-location-marker.selected {
  z-index: 9;
}

.globe-location-marker.selected span {
  background: var(--cyan);
}

.globe-location-marker.selected b {
  display: block;
}

body[data-scene="servers"] #planet-rig,
body[data-scene="fracture"] #planet-rig {
  top: 99%;
  left: 6vw;
  transform: translate(-31%, -62%) scale(1.02);
}

body[data-scene="benefits"] #planet-rig,
body[data-scene="offer"] #planet-rig {
  opacity: 0;
  transform: translate(-62%, 12%) scale(1.2);
}

body[data-scene="servers"] .intro-title {
  opacity: 0;
  transform: translateY(-18vh) scaleX(1.04);
}

.servers-context {
  position: absolute;
  top: 9.5vh;
  left: 9vw;
  z-index: 7;
  width: min(350px, 28vw);
  transform: translateX(-40px);
  transition: transform 0.9s var(--ease-cut) 0.45s;
}

.servers-cartography {
  opacity: 0;
  transform: translateX(-26px);
  transition: opacity 0.38s ease 0.12s, transform 0.7s var(--ease-cut) 0.12s;
}

body[data-scene="servers"] .servers-cartography {
  opacity: 1;
  transform: none;
}

.servers-coordinate-readout {
  position: absolute;
  top: 34vh;
  left: 9vw;
  display: grid;
  width: min(290px, 25vw);
  gap: 6px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.servers-coordinate-readout b {
  color: rgba(234, 242, 255, 0.8);
  font-size: clamp(11px, 1vw, 14px);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.servers-coordinate-readout span {
  font-size: 9px;
  letter-spacing: 0.06em;
}

.servers-bearing {
  position: absolute;
  bottom: 8vh;
  left: 9vw;
  display: grid;
  width: min(340px, 28vw);
  grid-template-columns: auto 1fr 1fr auto 1fr 1fr auto;
  align-items: center;
  gap: 7px;
  font-size: 8px;
}

.servers-bearing i {
  height: 1px;
  background: rgba(89, 200, 255, 0.24);
}

.servers-bearing b {
  color: var(--cyan);
  font-weight: 400;
}

.servers-bearing::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 1px;
  background: rgba(61, 139, 255, 0.12);
  content: "";
  transform: scaleX(0.18);
  transform-origin: left;
}

body[data-scene="servers"] .servers-bearing::after {
  animation: bearing-scan 4.8s ease-in-out infinite;
}

body[data-scene="servers"] .servers-context {
  transform: none;
}

.servers-context h2,
.benefits-heading h2,
.offer-heading h2 {
  font-size: clamp(48px, 6vw, 98px);
  line-height: 0.83;
}

.servers-context h2::after,
.benefits-heading h2::after,
.offer-heading h2::after {
  display: block;
  width: 54px;
  height: 5px;
  margin-top: 24px;
  background: var(--blue);
  content: "";
}

.servers-context p {
  margin: 20px 0 0;
}

.server-deck {
  position: absolute;
  top: 13vh;
  right: 5.5vw;
  z-index: 12;
  display: flex;
  width: min(490px, 38vw);
  height: min(72vh, 720px);
  flex-direction: column;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: rgba(6, 15, 32, 0.92);
  opacity: 0;
  transform: translateX(7vw);
  translate: var(--deck-camera-x, 0) var(--deck-camera-y, 0);
  transition: opacity 0.32s ease 0.08s, transform 0.5s var(--ease-cut) 0.08s;
}

body[data-scene="servers"] .server-deck {
  opacity: 1;
  transform: none;
}

.server-deck__header,
.server-deck__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
}

.server-deck__footer {
  justify-content: flex-end;
  min-height: 28px;
}

.server-deck__header h3 {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.server-deck__header p,
.server-deck__footer p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.server-list {
  min-height: 0;
  flex: 1;
  overflow: auto;
  border-top: 1px solid var(--line);
  scrollbar-color: var(--blue) transparent;
  scrollbar-width: thin;
}

.server-row {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 76px;
  grid-template-columns: 34px 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  color: var(--paper);
  text-align: left;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  transition: color 0.18s ease, padding 0.25s ease, background 0.18s ease;
}

.server-row::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--cyan);
  content: "";
  transform: scaleY(0);
  transition: transform 0.25s ease;
}

.server-row:hover,
.server-row.selected {
  padding-right: 12px;
  padding-left: 12px;
  background: var(--ink-raised);
}

.server-row.selected::before {
  transform: scaleY(1);
}

.server-index {
  color: #667e9f;
  font-family: Consolas, monospace;
  font-size: 10px;
}

.server-flag {
  display: grid;
  width: 30px;
  height: 24px;
  place-items: center;
  color: var(--cyan);
  font-family: Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
  border: 1px solid var(--line-strong);
}

.server-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.server-copy b {
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.server-copy small {
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.server-ping {
  font-family: Consolas, monospace;
  font-size: 11px;
  white-space: nowrap;
}

.server-ping.fast {
  color: #8fc9ff;
}

.server-ping.available {
  color: #8fc9ff;
}

.server-ping.medium {
  color: #c3d5ef;
}

.server-ping.slow,
.server-ping.unavailable {
  color: #7890b2;
}

.scene-action--compact {
  min-width: 138px;
  min-height: 45px;
  gap: 18px;
  padding: 0 15px 0 18px;
}

.catalog-empty {
  margin: 28px 0;
  color: var(--muted);
  line-height: 1.5;
}

#impact-layer {
  position: fixed;
  inset: 0;
  z-index: 60;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

#impact-layer,
.scene-fracture {
  display: none !important;
}

#route-jump {
  position: absolute;
  inset: 0;
  z-index: 34;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.route-ring {
  position: absolute;
  top: 61%;
  left: 31%;
  display: block;
  width: 24vmin;
  height: 24vmin;
  border: 1px solid rgba(89, 200, 255, 0.7);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2);
}

.route-ring--two {
  border-color: rgba(61, 139, 255, 0.52);
}

.route-ring--three {
  border-color: rgba(159, 180, 214, 0.3);
}

body.impacting #impact-layer,
body.impact-landed #impact-layer {
  visibility: visible;
  opacity: 1;
}

.impact-axis {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 4;
  width: 1px;
  background: var(--cyan);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
}

.impact-sword {
  position: absolute;
  top: -92vh;
  left: 50%;
  z-index: 9;
  width: clamp(74px, 8vw, 120px);
  height: 78vh;
  overflow: visible;
  transform: translateX(-50%);
}

.sword-edge {
  fill: var(--paper);
  stroke: var(--cyan);
  stroke-width: 2px;
}

.sword-core {
  fill: #b8d7f6;
}

.sword-guard,
.sword-pommel {
  fill: var(--blue);
  stroke: var(--paper);
  stroke-width: 2px;
}

.sword-grip {
  fill: var(--ink-soft);
  stroke: var(--paper);
  stroke-width: 2px;
}

body.impacting .impact-sword {
  animation: sword-drop 0.94s cubic-bezier(0.82, 0, 0.32, 1) forwards;
}

body.impact-landed .impact-axis {
  animation: impact-axis 0.48s ease-out forwards;
}

.impact-shard {
  position: absolute;
  inset: -2px;
  z-index: 3;
  background: var(--ink);
  transition: transform 0.82s var(--ease-cut), opacity 0.72s ease;
}

.impact-shard--one { clip-path: polygon(0 0, 50% 0, 46% 39%, 0 31%); }
.impact-shard--two { clip-path: polygon(50% 0, 100% 0, 100% 34%, 54% 42%); }
.impact-shard--three { clip-path: polygon(0 31%, 46% 39%, 50% 52%, 0 70%); }
.impact-shard--four { clip-path: polygon(54% 42%, 100% 34%, 100% 72%, 50% 52%); }
.impact-shard--five { clip-path: polygon(0 70%, 50% 52%, 46% 100%, 0 100%); }
.impact-shard--six { clip-path: polygon(50% 52%, 100% 72%, 100% 100%, 46% 100%); }

body.impact-landed .impact-shard--one { transform: translate(-24vw, -22vh) rotate(-6deg); opacity: 0; }
body.impact-landed .impact-shard--two { transform: translate(25vw, -20vh) rotate(7deg); opacity: 0; }
body.impact-landed .impact-shard--three { transform: translate(-32vw, 1vh) rotate(5deg); opacity: 0; }
body.impact-landed .impact-shard--four { transform: translate(34vw, 2vh) rotate(-5deg); opacity: 0; }
body.impact-landed .impact-shard--five { transform: translate(-25vw, 28vh) rotate(-8deg); opacity: 0; }
body.impact-landed .impact-shard--six { transform: translate(27vw, 30vh) rotate(8deg); opacity: 0; }

body[data-scene="fracture"] .scene-benefits {
  visibility: visible;
  opacity: 1;
}

.benefits-heading,
.offer-heading {
  position: absolute;
  top: 14vh;
  left: 7vw;
  z-index: 5;
  width: min(570px, 48vw);
}

.benefits-heading p,
.offer-heading p {
  margin: 20px 0 0;
}

.benefit-field {
  position: absolute;
  inset: 0;
}

.benefits-cartography {
  opacity: 0;
  transition: opacity 0.65s ease 0.2s;
}

body.benefits-revealed .benefits-cartography {
  opacity: 1;
}

.benefits-index {
  position: absolute;
  top: 40vh;
  left: 7vw;
  display: flex;
  align-items: flex-end;
  gap: 15px;
}

.benefits-index b {
  color: rgba(61, 139, 255, 0.1);
  font-size: clamp(90px, 13vw, 220px);
  line-height: 0.7;
  letter-spacing: -0.1em;
}

.benefits-index span {
  padding-bottom: 4px;
  color: rgba(159, 180, 214, 0.5);
  font-size: 8px;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.network-coordinate {
  position: absolute;
  color: rgba(159, 180, 214, 0.38);
  font-size: 8px;
  letter-spacing: 0.12em;
}

.network-coordinate::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border: 1px solid rgba(89, 200, 255, 0.55);
  content: "";
  transform: rotate(45deg);
}

.network-coordinate--one { top: 11vh; right: 28vw; }
.network-coordinate--two { right: 5vw; bottom: 8vh; }
.network-coordinate--three { bottom: 6vh; left: 31vw; }

.benefit-constellation {
  position: absolute;
  inset: 7vh 5vw 6vh;
  z-index: 6;
  width: calc(100% - 10vw);
  height: calc(100% - 13vh);
  overflow: visible;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease 0.12s;
}

.benefit-constellation path {
  fill: none;
  stroke: rgba(61, 139, 255, 0.34);
  stroke-width: 1;
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  vector-effect: non-scaling-stroke;
  transition: stroke-dashoffset 1.45s var(--ease-cut) 0.12s;
}

.benefit-constellation path:nth-of-type(2) {
  stroke: rgba(89, 200, 255, 0.2);
  transition-delay: 0.26s;
}

.benefit-constellation circle {
  fill: var(--ink);
  stroke: var(--cyan);
  stroke-width: 1.5;
  opacity: 0;
  transform: scale(0);
  transform-box: fill-box;
  transform-origin: center;
  vector-effect: non-scaling-stroke;
  transition: opacity 0.32s ease, transform 0.52s var(--ease-cut);
}

.benefit-constellation circle:nth-of-type(2) { transition-delay: 0.12s; }
.benefit-constellation circle:nth-of-type(3) { transition-delay: 0.2s; }
.benefit-constellation circle:nth-of-type(4) { transition-delay: 0.28s; }
.benefit-constellation circle:nth-of-type(5) { transition-delay: 0.36s; }

body.benefits-revealed .benefit-constellation,
body[data-scene="offer"] .benefit-constellation {
  opacity: 1;
}

body.benefits-revealed .benefit-constellation path,
body[data-scene="offer"] .benefit-constellation path {
  stroke-dashoffset: 0;
}

body.benefits-revealed .benefit-constellation circle,
body[data-scene="offer"] .benefit-constellation circle {
  opacity: 1;
  transform: scale(1);
}

.benefit {
  position: absolute;
  z-index: 7;
  display: grid;
  width: min(310px, 23vw);
  grid-template-columns: 38px 1fr;
  gap: 16px;
  padding: 18px 4px 18px 0;
  border-top: 1px solid var(--line-strong);
  opacity: 0;
  transition: opacity 0.7s ease, transform 1s var(--ease-cut);
}

.benefit__index {
  color: var(--cyan);
  font-family: Consolas, monospace;
  font-size: 10px;
}

.benefit h3 {
  margin: 0 0 8px;
  font-size: clamp(15px, 1.28vw, 20px);
  letter-spacing: -0.02em;
}

.benefit p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(11px, 0.86vw, 13px);
  line-height: 1.48;
}

.benefit--speed { top: 16vh; right: 8vw; transform: translate(23vw, -16vh) rotate(5deg); }
.benefit--routing { top: 43vh; left: 38vw; transform: translateY(-35vh) rotate(-7deg); }
.benefit--privacy { right: 11vw; bottom: 15vh; transform: translate(25vw, 20vh) rotate(8deg); }
.benefit--devices { bottom: 12vh; left: 7vw; transform: translate(-24vw, 24vh) rotate(-8deg); }
.benefit--support { bottom: 10vh; left: 40vw; transform: translateY(24vh) rotate(4deg); }

body.benefits-revealed .benefit,
body[data-scene="offer"] .benefit {
  opacity: 1;
  transform: none;
}

body.benefits-revealed .benefit--routing { transition-delay: 0.06s; }
body.benefits-revealed .benefit--privacy { transition-delay: 0.13s; }
body.benefits-revealed .benefit--devices { transition-delay: 0.19s; }
body.benefits-revealed .benefit--support { transition-delay: 0.24s; }

#benefits-next {
  position: absolute;
  right: 7vw;
  bottom: 7vh;
  z-index: 9;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease 0.5s, transform 0.7s var(--ease-cut) 0.5s;
}

body.benefits-revealed #benefits-next {
  opacity: 1;
  transform: none;
}

.scene-offer {
  position: absolute;
  background: var(--ink);
}

.scene-offer::before {
  position: absolute;
  bottom: -38vmax;
  left: -27vmax;
  width: 66vmax;
  height: 66vmax;
  border: 1px solid rgba(61, 139, 255, 0.14);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.offer-heading {
  top: 17vh;
}

.offer-heading h2 {
  font-size: clamp(48px, 6.4vw, 104px);
}

.offer-route-map {
  position: absolute;
  top: 49vh;
  left: 7vw;
  z-index: 7;
  width: min(560px, 43vw);
  height: 145px;
  font-family: Consolas, monospace;
}

.offer-telemetry {
  top: auto;
  right: 7vw;
  bottom: 12vh;
  left: auto;
  display: grid;
  width: min(260px, 24vw);
  gap: 6px;
  padding: 13px 0 0;
  border-top: 1px solid var(--line);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.45s ease 0.22s, transform 0.7s var(--ease-cut) 0.22s;
}

body[data-scene="offer"] .offer-telemetry {
  opacity: 1;
  transform: none;
}

.offer-telemetry b {
  color: rgba(234, 242, 255, 0.84);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.offer-telemetry span {
  font-size: 9px;
  letter-spacing: 0.05em;
}

.route-signal {
  display: flex;
  height: 18px;
  align-items: flex-end;
  gap: 4px;
  margin-top: 2px;
}

.route-signal i {
  display: block;
  width: 3px;
  background: rgba(89, 200, 255, 0.68);
}

.route-signal i:nth-child(1) { height: 4px; }
.route-signal i:nth-child(2) { height: 8px; }
.route-signal i:nth-child(3) { height: 12px; }
.route-signal i:nth-child(4) { height: 17px; }

body[data-scene="offer"] .route-signal i {
  animation: signal-breathe 2.8s ease-in-out infinite;
}

body[data-scene="offer"] .route-signal i:nth-child(2) { animation-delay: 0.18s; }
body[data-scene="offer"] .route-signal i:nth-child(3) { animation-delay: 0.36s; }
body[data-scene="offer"] .route-signal i:nth-child(4) { animation-delay: 0.54s; }

.plan-list {
  counter-reset: plan-row;
}

.plan-line {
  position: relative;
  counter-increment: plan-row;
}

.plan-line::before {
  position: absolute;
  top: 9px;
  right: 0;
  color: rgba(159, 180, 214, 0.32);
  font-family: Consolas, monospace;
  font-size: 7px;
  content: "0" counter(plan-row);
}

.plan-line:hover::before,
.plan-line.best::before {
  right: 10px;
  color: var(--cyan);
}

.offer-route-map__code {
  position: absolute;
  top: -50px;
  left: -4px;
  color: rgba(159, 180, 214, 0.08);
  font-size: clamp(58px, 6.5vw, 108px);
  font-weight: 700;
  letter-spacing: -0.09em;
  line-height: 1;
  pointer-events: none;
}

.offer-route-map svg {
  position: absolute;
  inset: 6px 0 auto;
  width: 100%;
  height: 112px;
  overflow: visible;
}

.offer-route-map svg path {
  fill: none;
  stroke: rgba(89, 200, 255, 0.38);
  stroke-width: 1.2;
  stroke-dasharray: 7 8;
  stroke-dashoffset: 0;
  vector-effect: non-scaling-stroke;
}

body[data-scene="offer"] .offer-route-map svg path {
  animation: route-flow 2.4s linear infinite;
}

.offer-route-map__point {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: grid;
  max-width: 190px;
  gap: 3px;
  padding-left: 22px;
}

.offer-route-map__point::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 1px solid var(--cyan);
  background: var(--ink);
  content: "";
  transform: rotate(45deg);
}

.offer-route-map__point--start {
  left: 0;
}

.offer-route-map__point--end {
  right: 0;
  bottom: 17px;
}

.offer-route-map__point span,
.offer-route-map__point small {
  color: #7890b2;
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.offer-route-map__point b {
  overflow: hidden;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.plan-list {
  position: absolute;
  top: 15vh;
  right: 7vw;
  z-index: 8;
  width: min(510px, 39vw);
  border-top: 1px solid var(--line-strong);
}

.plan-line {
  display: flex;
  width: 100%;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px 0;
  color: var(--paper);
  text-align: left;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  transition: padding 0.25s ease, background 0.2s ease;
}

.plan-line:hover,
.plan-line.best {
  padding-right: 16px;
  padding-left: 16px;
  background: var(--ink-raised);
}

.plan-line.best {
  border-left: 3px solid var(--blue);
}

.plan-line span {
  display: grid;
  gap: 5px;
}

.plan-line b {
  font-size: 17px;
}

.plan-line small {
  color: var(--muted);
  font-size: 11px;
}

.plan-line strong {
  font-family: Consolas, monospace;
  font-size: clamp(16px, 1.5vw, 22px);
  font-weight: 500;
  white-space: nowrap;
}

.plan-loading {
  color: var(--muted);
}

.offer-actions {
  position: absolute;
  bottom: 13vh;
  left: 7vw;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 22px;
}

.offer-login {
  padding: 12px 0;
  color: var(--muted);
  font-size: 13px;
  border-bottom: 1px solid var(--line-strong);
}

.offer-login:hover {
  color: var(--paper);
  border-color: var(--cyan);
}

.offer-signature {
  position: absolute;
  bottom: var(--safe-bottom);
  left: 7vw;
  z-index: 9;
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  color: #758aaa;
  font-family: Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.offer-signature span,
.offer-signature strong {
  color: var(--paper);
  font-weight: 600;
}

.offer-signature i {
  color: var(--cyan);
  font-style: normal;
}

.legal-footer {
  position: absolute;
  right: 7vw;
  bottom: var(--safe-bottom);
  left: 7vw;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  color: #758aaa;
  font-size: 10px;
  letter-spacing: 0.06em;
}

.legal-footer a {
  text-decoration: none;
}

.legal-footer a:hover {
  color: var(--paper);
}

#auth-dialog {
  width: min(520px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  color: var(--paper);
  border: 1px solid var(--line-strong);
  background: var(--ink);
  box-shadow: 0 40px 100px rgba(0, 5, 16, 0.7);
}

#auth-dialog::backdrop {
  background: rgba(2, 8, 18, 0.84);
  backdrop-filter: blur(8px);
}

.auth-shell {
  max-height: calc(100dvh - 34px);
  padding: 30px;
  overflow-y: auto;
}

.auth-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.auth-brand {
  display: block;
  margin-bottom: 8px;
  color: var(--cyan);
  font-family: Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
}

.auth-header h2 {
  margin: 0;
  font-size: 30px;
  letter-spacing: -0.04em;
}

.auth-close {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--muted);
  border: 1px solid var(--line);
}

.auth-close svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.auth-tabs button {
  position: relative;
  padding: 12px;
  color: var(--muted);
  font-size: 13px;
}

.auth-tabs button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--cyan);
  content: "";
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.auth-tabs button.active {
  color: var(--paper);
}

.auth-tabs button.active::after {
  transform: scaleX(1);
}

.auth-form {
  display: grid;
  gap: 17px;
}

.auth-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.06em;
}

.auth-form input {
  width: 100%;
  height: 52px;
  padding: 0 14px;
  color: var(--paper);
  font-size: 15px;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  background: var(--ink-raised);
}

.auth-form input:focus {
  border-color: var(--cyan);
}

.form-message {
  min-height: 18px;
  margin: -4px 0 0;
  color: #ff9ea9;
  font-size: 12px;
}

.auth-submit {
  width: 100%;
  margin-top: 2px;
}

.scroll-cue {
  position: absolute;
  right: 7vw;
  bottom: 4vh;
  z-index: 36;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7890b2;
  font-family: Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.scroll-cue__mouse {
  position: relative;
  display: block;
  width: 18px;
  height: 28px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
}

.scroll-cue__mouse i {
  position: absolute;
  top: 5px;
  left: 7px;
  width: 2px;
  height: 6px;
  background: var(--cyan);
  animation: scroll-mark 1.6s ease-in-out infinite;
}

body[data-scene="offer"] .scroll-cue,
body.route-transition .scroll-cue {
  opacity: 0;
}

.auth-consent {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.auth-consent a {
  color: var(--paper);
}

.auth-status:empty {
  display: none;
}

.noscript-message {
  position: fixed;
  inset: auto 16px 16px;
  z-index: 200;
  padding: 14px;
  color: var(--paper);
  background: var(--ink-raised);
}

@keyframes sword-drop {
  0% { top: -92vh; }
  72% { top: 17vh; }
  84% { top: 12vh; }
  100% { top: 15vh; }
}

@keyframes impact-axis {
  0% { opacity: 0; transform: scaleY(0); }
  24% { opacity: 1; }
  100% { opacity: 0; transform: scaleY(1); }
}

@keyframes scroll-mark {
  0%, 100% { opacity: 0.35; transform: translateY(0); }
  45% { opacity: 1; transform: translateY(6px); }
}

@keyframes route-flow {
  to { stroke-dashoffset: -30; }
}

@keyframes compass-drift {
  0%, 100% { transform: rotate(18deg); }
  50% { transform: rotate(31deg); }
}

@keyframes bearing-scan {
  0%, 100% { transform: scaleX(0.12); }
  50% { transform: scaleX(1); }
}

@keyframes signal-breathe {
  0%, 100% { opacity: 0.38; transform: scaleY(0.62); }
  50% { opacity: 0.92; transform: scaleY(1); }
}

@media (max-width: 900px) {
  .site-header {
    inset: var(--safe-top) 20px auto;
  }

  .scene-progress {
    top: auto;
    right: 20px;
    bottom: calc(var(--safe-bottom) + 2px);
    left: 20px;
    transform: none;
  }

  .scene-progress ol {
    display: flex;
    justify-content: center;
    gap: 24px;
  }

  .scene-progress::before,
  .scene-progress::after {
    top: 50%;
    bottom: auto;
    left: calc(50% - 84px);
    height: 1px;
    transform: translateY(-50%);
  }

  .scene-progress::before {
    width: 168px;
  }

  .scene-progress::after {
    width: calc(168px * var(--story-progress, 0%) / 100%);
    transition: width 0.8s var(--ease-cut);
  }

  .intro-title {
    top: 13vh;
    font-size: clamp(72px, 22vw, 160px);
  }

  #planet-rig {
    top: 51%;
    width: min(106vw, 840px);
    height: min(106vw, 840px);
    transform: translate(-50%, -46%) scale(0.62);
  }

  .intro-copy {
    bottom: 16vh;
    left: 20px;
    width: min(58vw, 360px);
  }

  #start-button {
    right: 20px;
    bottom: 16vh;
  }

  .servers-context {
    top: 11vh;
    left: 20px;
    width: 47vw;
  }

  .servers-context h2,
  .benefits-heading h2,
  .offer-heading h2 {
    font-size: clamp(42px, 8vw, 68px);
  }

  body[data-scene="servers"] #planet-rig,
  body[data-scene="fracture"] #planet-rig {
    top: 62%;
    left: 0;
    transform: translate(-36%, -54%);
  }

  .server-deck {
    top: 12vh;
    right: 20px;
    width: 46vw;
    height: 72vh;
  }

  .benefit {
    width: min(320px, 34vw);
  }

  .benefit--routing { left: 34vw; }
  .benefit--support { left: 47vw; }

  .plan-list {
    right: 20px;
    width: 46vw;
  }

  .offer-route-map {
    left: 20px;
    width: 46vw;
  }

  .offer-heading,
  .benefits-heading {
    left: 20px;
  }

  .offer-actions {
    left: 20px;
  }

  .offer-signature {
    left: 20px;
  }

  .legal-footer {
    right: 20px;
    left: 20px;
    padding-right: 230px;
  }
}

@media (max-width: 640px) {
  #story::before {
    inset: 0 50vw 0 0;
    border-right: 1px solid rgba(159, 180, 214, 0.06);
    border-left: 0;
  }

  #story::after {
    inset: 10vh 20px;
  }

  .site-brand span {
    font-size: 13px;
  }

  .header-login span {
    display: none;
  }

  .header-login {
    padding-left: 12px;
  }

  .intro-title {
    top: 15.5vh;
    font-size: 20.5vw;
    letter-spacing: -0.085em;
  }

  #planet-rig {
    top: 48.5%;
    width: 122vw;
    height: 122vw;
    transform: translate(-50%, -48%) scale(0.64);
  }

  .horizon {
    height: 12vh;
  }

  .intro-copy {
    right: 20px;
    bottom: 18.5vh;
    width: auto;
  }

  .intro-copy h1 {
    font-size: clamp(26px, 8.6vw, 38px);
  }

  .intro-copy p {
    max-width: 270px;
    margin-top: 10px;
    font-size: 12px;
  }

  .intro-coordinate {
    display: none;
  }

  #start-button {
    right: 20px;
    bottom: 9vh;
    left: 20px;
    width: calc(100% - 40px);
  }

  body[data-scene="servers"] #planet-rig,
  body[data-scene="fracture"] #planet-rig {
    top: 51%;
    left: 0;
    transform: translate(-32%, -73%);
  }

  .servers-context {
    top: 8.5vh;
    left: 28px;
    width: 56vw;
  }

  .servers-context h2 {
    font-size: 11.6vw;
  }

  .servers-context h2::after {
    width: 34px;
    height: 3px;
    margin-top: 12px;
  }

  .servers-context p {
    display: none;
  }

  .server-deck {
    top: auto;
    right: 20px;
    bottom: 9vh;
    left: 20px;
    width: auto;
    height: 46vh;
    padding: 0;
    background: rgba(6, 15, 32, 0.96);
    transform: translateY(34vh);
  }

  body[data-scene="servers"] .server-deck {
    transform: none;
  }

  .server-deck__header,
  .server-deck__footer {
    padding: 10px 0;
  }

  .server-row {
    min-height: 54px;
    grid-template-columns: 23px 28px minmax(0, 1fr) auto;
    gap: 8px;
    padding: 6px 0;
  }

  .server-flag {
    width: 25px;
    height: 20px;
    font-size: 8px;
  }

  .server-copy b {
    font-size: 12px;
  }

  .server-copy small {
    font-size: 9px;
  }

  .server-deck__footer p {
    max-width: 132px;
    font-size: 9px;
  }

  .server-deck__footer {
    min-height: 16px;
    padding: 4px 0;
  }

  .scene-action--compact {
    min-width: 116px;
    min-height: 40px;
  }

  .globe-location-marker b {
    font-size: 8px;
  }

  .benefits-heading {
    top: 10.5vh;
    left: 20px;
    width: calc(100% - 40px);
  }

  .benefits-heading h2 {
    font-size: 10.8vw;
  }

  .benefits-heading h2::after {
    width: 36px;
    height: 3px;
    margin-top: 12px;
  }

  .benefits-heading p {
    margin-top: 9px;
    font-size: 11px;
  }

  .benefit-field {
    top: 30vh;
    right: 20px;
    bottom: 17vh;
    left: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 0 14px;
  }

  .benefit-constellation {
    inset: -12px -8px;
    width: calc(100% + 16px);
    height: calc(100% + 24px);
    opacity: 0;
  }

  .benefit {
    position: relative;
    inset: auto;
    display: grid;
    width: auto;
    min-width: 0;
    grid-template-columns: 24px 1fr;
    gap: 6px;
    padding: 9px 0;
  }

  .benefit--routing {
    grid-row: span 2;
  }

  .benefit--support {
    grid-column: 2;
  }

  .benefit h3 {
    margin-bottom: 4px;
    font-size: 12px;
  }

  .benefit p {
    font-size: 9.5px;
    line-height: 1.34;
  }

  .benefit__index {
    font-size: 8px;
  }

  #benefits-next {
    right: 20px;
    bottom: 9vh;
    left: 20px;
    width: calc(100% - 40px);
  }

  .offer-heading {
    top: 10.5vh;
    left: 20px;
    width: calc(100% - 40px);
  }

  .offer-heading h2 {
    font-size: 10.8vw;
  }

  .offer-heading h2::after {
    width: 36px;
    height: 3px;
    margin-top: 12px;
  }

  .offer-heading p {
    max-width: 330px;
    margin-top: 10px;
    font-size: 11px;
  }

  .plan-list {
    top: 36vh;
    right: 20px;
    left: 20px;
    width: auto;
  }

  .offer-route-map {
    top: 27vh;
    right: 20px;
    left: 20px;
    width: auto;
    height: 58px;
  }

  .offer-route-map__code {
    display: none;
  }

  .offer-route-map svg {
    top: -18px;
    height: 58px;
  }

  .offer-route-map__point {
    bottom: 0;
    max-width: 43%;
    gap: 1px;
    padding-left: 15px;
  }

  .offer-route-map__point--end {
    bottom: 4px;
  }

  .offer-route-map__point::before {
    width: 7px;
    height: 7px;
  }

  .offer-route-map__point small {
    display: none;
  }

  .offer-route-map__point span {
    font-size: 7px;
  }

  .offer-route-map__point b {
    font-size: 10px;
  }

  .plan-line {
    min-height: 67px;
  }

  .plan-line b {
    font-size: 14px;
  }

  .plan-line small {
    font-size: 9px;
  }

  .offer-actions {
    right: 20px;
    bottom: 10vh;
    left: 20px;
    display: grid;
    gap: 7px;
  }

  .offer-actions .scene-action {
    width: 100%;
  }

  .offer-login {
    justify-self: center;
    padding: 6px 0;
    font-size: 11px;
  }

  .legal-footer {
    display: none;
  }

  .offer-signature {
    right: 20px;
    left: 20px;
  }

  .auth-shell {
    padding: 22px 18px;
  }

  .scroll-cue {
    right: auto;
    bottom: 3.4vh;
    left: 20px;
  }

  .auth-header {
    margin-bottom: 18px;
  }

  .auth-header h2 {
    font-size: 25px;
  }

  .auth-tabs {
    margin-bottom: 20px;
  }

  .auth-form {
    gap: 13px;
  }

  .auth-form input {
    height: 48px;
  }
}

@media (max-height: 700px) and (min-width: 641px) {
  .site-header {
    --safe-top: 12px;
  }

  .server-deck {
    top: 10vh;
    height: 78vh;
  }

  .server-row {
    min-height: 60px;
  }

  .benefits-heading,
  .offer-heading {
    top: 11vh;
  }

  .plan-list {
    top: 11vh;
  }

  .plan-line {
    min-height: 70px;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  .benefits-heading {
    top: 10vh;
    width: min(560px, 70vw);
  }

  .benefit-field {
    top: 31vh;
    right: 20px;
    bottom: 11vh;
    left: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0 22px;
  }

  .benefit {
    position: relative;
    inset: auto;
    width: auto;
    min-width: 0;
    align-self: start;
  }

  .benefit--speed,
  .benefit--routing,
  .benefit--privacy,
  .benefit--devices,
  .benefit--support {
    inset: auto;
  }

  .benefit--devices {
    grid-column: 2;
  }

  .benefit--support {
    grid-column: 3;
  }

  .benefit-constellation {
    inset: 25vh 2vw 7vh;
    width: calc(100% - 4vw);
    height: calc(100% - 32vh);
  }
}

@media (max-width: 640px) {
  html,
  body {
    height: 100dvh;
    min-height: 100dvh;
    overscroll-behavior: none;
  }

  .site-header {
    inset: calc(var(--safe-top) - 2px) 16px auto;
  }

  .site-brand {
    gap: 8px;
  }

  .site-brand img {
    width: 32px;
    height: 32px;
    border-radius: 7px;
  }

  .site-brand span {
    font-size: 12px;
  }

  .header-login {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    padding: 0;
    border: 1px solid var(--line-strong);
    background: rgba(6, 15, 32, 0.72);
  }

  .header-login svg {
    width: 21px;
  }

  .scene-progress {
    right: auto;
    bottom: calc(var(--safe-bottom) + 2px);
    left: 50%;
    width: 208px;
    padding: 4px 9px;
    isolation: isolate;
    background: rgba(6, 15, 32, 0.84);
    transform: translateX(-50%);
  }

  .scene-progress ol {
    gap: 21px;
  }

  .scene-progress button {
    width: 30px;
    height: 30px;
  }

  #story::after {
    inset: 74px 16px 74px;
  }

  .ambient-orbit--one {
    top: -30vh;
    left: -82vw;
    width: 185vw;
    height: 185vw;
  }

  .ambient-orbit--two {
    right: -92vw;
    bottom: -34vh;
    width: 180vw;
    height: 180vw;
  }

  .intro-title {
    top: 15dvh;
    font-size: clamp(68px, 20.5vw, 94px);
  }

  .intro-copy {
    right: 16px;
    bottom: calc(var(--safe-bottom) + 112px);
    left: 16px;
  }

  .intro-copy h1 {
    font-size: clamp(27px, 8.5vw, 37px);
  }

  .intro-copy p {
    max-width: 300px;
    font-size: 11.5px;
  }

  .cartography-compass {
    top: 32dvh;
    right: 18px;
    transform: scale(0.72);
    transform-origin: top right;
  }

  .cartography-readout {
    top: 31dvh;
    right: auto;
    bottom: auto;
    left: 16px;
    min-width: 132px;
    opacity: 0.62;
  }

  .cartography-readout small {
    font-size: 7px;
  }

  .cartography-readout b {
    font-size: 8px;
  }

  .cartography-ruler {
    display: none;
  }

  .servers-context {
    top: max(76px, 9.5dvh);
    left: 16px;
  }

  .servers-coordinate-readout {
    top: 21dvh;
    right: 16px;
    left: auto;
    width: 52vw;
    gap: 4px;
    padding: 9px 0;
    text-align: right;
  }

  .servers-coordinate-readout b {
    font-size: 10px;
  }

  .servers-coordinate-readout span {
    font-size: 7px;
  }

  .servers-bearing {
    display: none;
  }

  .server-deck {
    right: 16px;
    bottom: calc(var(--safe-bottom) + 66px);
    left: 16px;
    height: min(47dvh, 430px);
    padding: 0 13px;
    border: 1px solid var(--line-strong);
    background: rgba(6, 15, 32, 0.95);
  }

  .server-deck__header {
    min-height: 48px;
  }

  .server-deck__header p {
    max-width: 58%;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .server-row {
    min-height: 57px;
    grid-template-columns: 22px 28px minmax(0, 1fr) auto;
    touch-action: manipulation;
  }

  .server-list {
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .benefits-heading {
    top: max(78px, 10.5dvh);
    left: 16px;
    width: calc(100% - 32px);
  }

  .benefits-heading h2 {
    font-size: clamp(36px, 10.2vw, 46px);
  }

  .benefits-index {
    top: 18dvh;
    right: 16px;
    left: auto;
  }

  .benefits-index b {
    font-size: 82px;
  }

  .benefits-index span,
  .network-coordinate {
    display: none;
  }

  .benefit-field {
    top: 27dvh;
    right: 16px;
    bottom: calc(var(--safe-bottom) + 65px);
    left: 32px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, minmax(0, 1fr));
    gap: 2px;
  }

  .benefit-field::before {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: -17px;
    width: 1px;
    background: rgba(89, 200, 255, 0.38);
    content: "";
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 1s var(--ease-cut) 0.14s;
  }

  body.benefits-revealed .benefit-field::before {
    transform: scaleY(1);
  }

  .benefit-constellation {
    display: none;
  }

  .benefit,
  .benefit--speed,
  .benefit--routing,
  .benefit--privacy,
  .benefit--devices,
  .benefit--support {
    position: relative;
    inset: auto;
    width: auto;
    min-width: 0;
    grid-row: auto;
    grid-column: auto;
    grid-template-columns: 25px minmax(0, 1fr);
    align-content: center;
    gap: 8px;
    padding: 7px 0;
  }

  .benefit::before {
    position: absolute;
    top: 50%;
    left: -21px;
    width: 7px;
    height: 7px;
    border: 1px solid var(--cyan);
    background: var(--ink);
    content: "";
    opacity: 0;
    transform: translateY(-50%) rotate(45deg) scale(0);
    transition: opacity 0.28s ease, transform 0.5s var(--ease-cut);
  }

  body.benefits-revealed .benefit::before {
    opacity: 1;
    transform: translateY(-50%) rotate(45deg) scale(1);
  }

  .benefit h3 {
    margin-bottom: 3px;
    font-size: clamp(12px, 3.5vw, 14px);
  }

  .benefit p {
    font-size: clamp(9px, 2.65vw, 10.5px);
    line-height: 1.32;
  }

  .offer-heading {
    top: max(76px, 9.5dvh);
    left: 16px;
    width: calc(100% - 32px);
  }

  .offer-heading h2 {
    font-size: clamp(35px, 10vw, 45px);
  }

  .offer-route-map {
    top: 26dvh;
    right: 16px;
    left: 16px;
  }

  .offer-telemetry {
    display: none;
  }

  .plan-list {
    top: 35dvh;
    right: 16px;
    left: 16px;
    max-height: 39dvh;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }

  .plan-line {
    min-height: clamp(54px, 7.4dvh, 65px);
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .plan-line:hover,
  .plan-line.best {
    padding-right: 10px;
    padding-left: 10px;
  }

  .plan-line b {
    font-size: 13px;
  }

  .plan-line strong {
    font-size: 15px;
  }

  .offer-actions {
    right: 16px;
    bottom: calc(var(--safe-bottom) + 65px);
    left: 16px;
  }

  .scroll-cue {
    right: auto;
    bottom: calc(var(--safe-bottom) + 53px);
    left: 50%;
    transform: translateX(-50%);
  }

  .scroll-cue__mouse {
    width: 17px;
    height: 27px;
  }

  #auth-dialog {
    width: 100vw;
    max-width: none;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    border: 0;
  }

  .auth-shell {
    min-height: 100dvh;
    max-height: 100dvh;
    padding: calc(var(--safe-top) + 12px) 18px calc(var(--safe-bottom) + 18px);
  }
}

@media (max-width: 640px) and (max-height: 740px) {
  .scroll-cue {
    display: none;
  }

  .intro-title {
    top: 13.5dvh;
  }

  .intro-copy {
    bottom: calc(var(--safe-bottom) + 78px);
  }

  .intro-copy p,
  .benefits-heading p,
  .offer-heading p {
    display: none;
  }

  .server-deck {
    height: 46dvh;
  }

  .benefit-field {
    top: 24dvh;
  }

  .offer-route-map {
    top: 23.5dvh;
  }

  .plan-list {
    top: 31.5dvh;
    max-height: 39dvh;
  }

  .plan-line {
    min-height: 52px;
  }
}

@media (max-width: 370px) {
  .intro-copy h1 {
    font-size: 25px;
  }

  .servers-context h2 {
    font-size: 40px;
  }

  .server-deck {
    right: 12px;
    left: 12px;
    padding: 0 10px;
  }

  .server-row {
    grid-template-columns: 18px 24px minmax(0, 1fr) auto;
    gap: 7px;
  }

  .server-copy small {
    display: none;
  }

  .benefit-field {
    right: 12px;
  }

  .benefit p {
    font-size: 8.8px;
  }

  .plan-line strong {
    font-size: 13px;
  }
}

@media (max-width: 950px) and (max-height: 520px) and (orientation: landscape) {
  .scene-progress {
    display: none;
  }

  .scroll-cue {
    right: 16px;
    bottom: 10px;
    left: auto;
    transform: none;
  }

  .site-header {
    inset: 12px 16px auto;
  }

  .intro-title {
    top: 12vh;
    font-size: 25vh;
  }

  #planet-rig {
    top: 53%;
    width: 106vh;
    height: 106vh;
  }

  .intro-copy {
    bottom: 10vh;
    left: 16px;
    width: 38vw;
  }

  .intro-copy h1 {
    font-size: 6.8vh;
  }

  .intro-copy p {
    display: none;
  }

  .cartography-readout,
  .cartography-ruler,
  .servers-bearing,
  .network-coordinate,
  .offer-telemetry {
    display: none;
  }

  .cartography-compass {
    top: 49vh;
    right: 44vw;
    transform: scale(0.62);
  }

  .servers-coordinate-readout {
    top: 57vh;
    left: 16px;
    width: 31vw;
  }

  .benefits-index {
    top: 62vh;
    left: 16px;
  }

  .benefits-index b {
    font-size: 21vh;
  }

  .servers-context {
    top: 22vh;
    left: 16px;
    width: 34vw;
  }

  .servers-context h2 {
    font-size: 11vh;
  }

  body[data-scene="servers"] #planet-rig,
  body[data-scene="fracture"] #planet-rig {
    top: 108%;
    left: 8%;
    transform: translate(-32%, -62%);
  }

  .server-deck {
    top: 13vh;
    right: 16px;
    bottom: auto;
    left: auto;
    width: 52vw;
    height: 75vh;
  }

  .benefits-heading {
    top: 17vh;
    left: 16px;
    width: 34vw;
  }

  .benefits-heading h2 {
    font-size: 9.5vh;
  }

  .benefits-heading p {
    display: none;
  }

  .benefit-field {
    top: 12vh;
    right: 16px;
    bottom: 8vh;
    left: 38vw;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
  }

  .benefit {
    padding: 6px 0;
  }

  .benefit h3 {
    font-size: 11px;
  }

  .benefit p {
    font-size: 8px;
  }

  .offer-heading {
    top: 16vh;
    left: 16px;
    width: 39vw;
  }

  .offer-heading h2 {
    font-size: 10vh;
  }

  .offer-heading p {
    display: none;
  }

  .offer-route-map {
    top: 51vh;
    left: 16px;
    width: 36vw;
  }

  .plan-list {
    top: 12vh;
    right: 16px;
    left: auto;
    width: 52vw;
    max-height: 73vh;
  }

  .plan-line {
    min-height: 15vh;
  }

  .offer-actions {
    right: auto;
    bottom: 8vh;
    left: 16px;
    width: 36vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  pointer-events: auto;
}

.header-cta,
.header-login {
  min-height: 42px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.045em;
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 15px 0 18px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: var(--blue);
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.header-cta:hover {
  color: var(--ink);
  background: var(--cyan);
}

.header-cta:active {
  transform: translateY(1px);
}

.header-cta svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.header-login {
  min-width: 56px;
  justify-content: center;
  padding: 0;
  border-left: 0;
  border-bottom: 1px solid var(--line-strong);
}

.header-login:hover {
  color: var(--cyan);
  border-color: var(--cyan);
}

.scene-progress {
  right: 1.25vw;
  width: 128px;
}

.scene-progress::before,
.scene-progress::after {
  right: 14px;
  left: auto;
  transform: none;
}

.scene-progress ol {
  gap: 22px;
}

.scene-progress button {
  display: grid;
  width: 128px;
  height: 38px;
  grid-template-columns: minmax(0, 1fr) 28px;
  align-items: center;
  gap: 10px;
  text-align: right;
  background: transparent;
}

.scene-progress button span {
  grid-column: 2;
  grid-row: 1;
}

.scene-progress button b {
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  color: #7890b2;
  font-family: Consolas, monospace;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.25s ease, transform 0.25s ease;
}

.scene-progress button:hover b,
.scene-progress button.is-active b {
  color: var(--paper);
  transform: translateX(-3px);
}

.intro-copy {
  bottom: 4.5vh;
  width: min(490px, 39vw);
}

.intro-copy h1 {
  font-size: clamp(30px, 2.9vw, 50px);
}

.intro-copy .intro-lead {
  max-width: 430px;
  margin-top: 12px;
}

.intro-conversion {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 17px;
}

#hero-connect {
  min-width: 222px;
  min-height: 50px;
}

.intro-price {
  display: grid;
  gap: 2px;
  margin: 0;
  color: var(--paper);
  font-family: Consolas, monospace;
}

.intro-price strong {
  font-size: 16px;
  font-weight: 600;
}

.intro-price span {
  color: #7890b2;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intro-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 0;
  margin: 14px 0 0;
  padding: 11px 0 0;
  color: #c6d5eb;
  border-top: 1px solid var(--line);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.025em;
  list-style: none;
}

.intro-trust li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.intro-trust li + li::before {
  margin: 0 9px;
  color: var(--cyan);
  content: "·";
}

.intro-practical {
  max-width: 470px;
  margin: 8px 0 0;
  color: #7890b2;
  font-family: Consolas, monospace;
  font-size: 8.5px;
  line-height: 1.55;
  letter-spacing: 0.035em;
}

.servers-context {
  width: min(390px, 31vw);
}

.servers-context p {
  max-width: 310px;
  color: #afc2df;
  font-size: clamp(12px, 0.9vw, 14px);
  line-height: 1.6;
}

.server-deck {
  height: min(76vh, 760px);
}

.server-deck__footer {
  min-height: 106px;
  align-items: center;
  padding: 14px 0 0;
}

.server-selection {
  display: grid;
  min-width: 0;
  gap: 3px;
  padding-right: 18px;
}

.server-selection small {
  color: var(--cyan);
  font-family: Consolas, monospace;
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.server-selection b {
  overflow: hidden;
  color: var(--paper);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.server-selection p {
  margin: 1px 0 0;
  color: #8ea4c5;
  font-size: 10px;
  line-height: 1.35;
}

#server-connect {
  min-width: 238px;
  max-width: 58%;
  flex: 0 0 auto;
}

#server-connect span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#server-connect b {
  font: inherit;
}

.server-ping {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  min-width: 74px;
}

.server-ping svg {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.server-ping.special,
.server-ping.manual {
  color: #a9bddb;
}

.benefit-constellation path {
  stroke: rgba(61, 139, 255, 0.22);
}

.benefit-constellation path:nth-of-type(2) {
  stroke: rgba(89, 200, 255, 0.14);
}

.benefit-constellation circle {
  stroke: rgba(89, 200, 255, 0.72);
}

.benefit h3 {
  font-size: clamp(16px, 1.34vw, 21px);
}

.benefit p {
  color: #b9c9e1;
  font-size: clamp(12.5px, 0.94vw, 14px);
  line-height: 1.62;
}

@media (max-width: 900px) {
  .scene-progress {
    right: 16px;
    bottom: calc(var(--safe-bottom) + 2px);
    left: 16px;
    width: auto;
    padding: 4px 8px;
    background: rgba(6, 15, 32, 0.88);
    transform: none;
  }

  .scene-progress ol {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }

  .scene-progress::before,
  .scene-progress::after {
    top: 18px;
    right: auto;
    bottom: auto;
    left: 12.5%;
    height: 1px;
    transform: none;
  }

  .scene-progress::before {
    width: 75%;
  }

  .scene-progress::after {
    width: calc(75% * var(--story-progress, 0%) / 100%);
  }

  .scene-progress button {
    width: 100%;
    height: 44px;
    grid-template-columns: 1fr;
    grid-template-rows: 20px 13px;
    gap: 1px;
    place-items: center;
    text-align: center;
  }

  .scene-progress button span,
  .scene-progress button b {
    grid-column: 1;
  }

  .scene-progress button span {
    grid-row: 1;
    padding: 0 5px;
    background: var(--ink);
  }

  .scene-progress button b {
    grid-row: 2;
    max-width: 100%;
    font-size: 7px;
  }

  .scene-progress button:hover b,
  .scene-progress button.is-active b {
    transform: none;
  }
}

@media (max-width: 640px) {
  .site-header {
    right: 14px;
    left: 14px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-cta,
  .header-login {
    min-height: 36px;
    font-size: 10px;
  }

  .header-cta {
    gap: 8px;
    padding: 0 10px 0 12px;
  }

  .header-cta svg {
    width: 17px;
  }

  .header-login {
    display: flex;
    width: auto;
    height: 36px;
    padding: 0 6px;
    border: 0;
    border-bottom: 1px solid var(--line-strong);
    background: transparent;
  }

  .header-login span {
    display: inline;
  }

  .scene-progress {
    right: 12px;
    bottom: calc(var(--safe-bottom) + 1px);
    left: 12px;
    width: auto;
    padding: 3px 5px;
  }

  .scene-progress button {
    height: 43px;
  }

  .intro-title {
    top: 13.5dvh;
    font-size: clamp(64px, 18vw, 82px);
  }

  #planet-rig {
    top: 43.5%;
    width: 112vw;
    height: 112vw;
    transform: translate(-50%, -48%) scale(0.64);
  }

  .intro-copy {
    right: 16px;
    bottom: calc(var(--safe-bottom) + 73px);
    left: 16px;
    width: auto;
  }

  .intro-copy h1 {
    max-width: 358px;
    font-size: clamp(25px, 7.2vw, 29px);
    line-height: 1;
  }

  .intro-copy .intro-lead {
    max-width: 340px;
    margin-top: 7px;
    font-size: 10.5px;
    line-height: 1.42;
  }

  .intro-conversion {
    gap: 11px;
    margin-top: 11px;
  }

  #hero-connect {
    min-width: 0;
    min-height: 44px;
    flex: 1;
    gap: 12px;
    padding: 0 12px 0 14px;
    font-size: 11px;
  }

  #hero-connect svg {
    width: 23px;
  }

  .intro-price {
    min-width: 78px;
  }

  .intro-price strong {
    font-size: 13px;
  }

  .intro-price span {
    font-size: 7.5px;
  }

  .intro-trust {
    gap: 5px 0;
    margin-top: 9px;
    padding-top: 8px;
    font-size: 8.5px;
  }

  .intro-trust li + li::before {
    margin: 0 6px;
  }

  .intro-practical {
    margin-top: 5px;
    font-size: 7.5px;
    line-height: 1.4;
  }

  .scroll-cue {
    display: none;
  }

  .servers-context {
    width: calc(100% - 32px);
  }

  .servers-context p {
    display: block;
    max-width: 300px;
    margin-top: 10px;
    font-size: 9.5px;
    line-height: 1.45;
  }

  .server-deck {
    bottom: calc(var(--safe-bottom) + 59px);
    height: min(53dvh, 470px);
  }

  .server-deck__footer {
    min-height: 100px;
    flex-direction: column;
    align-items: stretch;
    gap: 9px;
    padding: 9px 0 10px;
  }

  .server-selection {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: baseline;
    gap: 3px 8px;
    padding-right: 0;
  }

  .server-selection small {
    font-size: 7px;
  }

  .server-selection b {
    font-size: 11px;
  }

  .server-selection p {
    display: none;
  }

  #server-connect {
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 42px;
  }

  .server-ping {
    min-width: 62px;
    font-size: 8px;
  }

  .benefits-heading p {
    color: #b9c9e1;
    font-size: 12px;
    line-height: 1.5;
  }

  .benefit-field {
    top: 29dvh;
    bottom: calc(var(--safe-bottom) + 59px);
  }

  .benefit {
    grid-template-columns: 25px minmax(0, 1fr);
    padding: 8px 0;
  }

  .benefit h3 {
    margin-bottom: 4px;
    font-size: clamp(13px, 3.6vw, 15px);
  }

  .benefit p {
    color: #bdcce2;
    font-size: clamp(10.5px, 2.9vw, 12px);
    line-height: 1.5;
  }

  .benefit-field::before {
    background: rgba(89, 200, 255, 0.24);
  }
}

@media (max-width: 640px) and (max-height: 740px) {
  .intro-copy {
    bottom: calc(var(--safe-bottom) + 61px);
  }

  .intro-copy .intro-lead,
  .intro-copy .intro-price {
    display: grid;
  }

  .intro-practical {
    display: none;
  }

  .intro-trust {
    font-size: 8px;
  }

  .server-deck {
    height: 51dvh;
  }

  .benefit-field {
    top: 25dvh;
  }
}

@media (max-width: 370px) {
  .site-brand span {
    display: none;
  }

  .header-cta {
    padding-right: 9px;
    padding-left: 10px;
  }

  .intro-copy h1 {
    font-size: 24px;
  }

  .intro-trust {
    font-size: 7.6px;
  }

  .benefit p {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #ambient-field {
    opacity: 0.48;
  }

  #planet-rig,
  .story-scene,
  .server-deck,
  .servers-context,
  .benefit,
  .benefit-constellation path,
  .benefit-constellation circle {
    transition: none !important;
  }

  body[data-scene="servers"] .server-deck,
  body[data-scene="servers"] .servers-context,
  body[data-scene="benefits"] .benefit {
    opacity: 1;
    transform: none;
  }
}

#deep-space {
  position: absolute;
  inset: -12%;
  z-index: 1;
  overflow: hidden;
  background:
    radial-gradient(circle at 66% 31%, rgba(41, 78, 128, 0.12), transparent 22%),
    radial-gradient(ellipse at 28% 72%, rgba(25, 54, 98, 0.16), transparent 31%),
    radial-gradient(ellipse at 50% 55%, #071227 0%, #040a16 56%, #02060d 100%);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(7vw, 0, 0) scale(1.04);
  transform-origin: center;
  will-change: opacity, transform;
}

#planet-rig {
  backface-visibility: hidden;
  will-change: left, top, transform, opacity;
}

#deep-space::before,
#deep-space::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

#deep-space::before {
  inset: 6% -10%;
  background:
    linear-gradient(116deg, transparent 28%, rgba(83, 126, 179, 0.028) 42%, transparent 56%),
    radial-gradient(ellipse at center, rgba(90, 131, 181, 0.045), transparent 63%);
  filter: blur(18px);
  transform: rotate(-8deg);
}

#deep-space::after {
  inset: 0;
  background: radial-gradient(circle at center, transparent 36%, rgba(1, 4, 10, 0.7) 100%);
}

body[data-scene="benefits"] #deep-space,
body[data-scene="offer"] #deep-space {
  opacity: 1;
  transform: none;
}

.space-nebula {
  position: absolute;
  top: 21%;
  left: 16%;
  width: 68%;
  height: 54%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(61, 139, 255, 0.055), rgba(89, 200, 255, 0.018) 38%, transparent 70%);
  filter: blur(34px);
  transform: rotate(-14deg);
}

#space-stars {
  position: absolute;
  inset: 0;
}

.space-star {
  position: absolute;
  top: var(--star-y);
  left: var(--star-x);
  display: block;
  width: var(--star-size);
  height: var(--star-size);
  border-radius: 50%;
  background: rgba(203, 224, 255, var(--star-alpha));
  box-shadow: 0 0 7px rgba(89, 200, 255, 0.18);
}

.space-star--bright {
  animation: space-drift 7s ease-in-out var(--star-delay) infinite alternate;
}

.space-star--bright::before,
.space-star--bright::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(214, 233, 255, 0.28);
  content: "";
  transform: translate(-50%, -50%);
}

.space-star--bright::before {
  width: 11px;
  height: 1px;
}

.space-star--bright::after {
  width: 1px;
  height: 11px;
}

.space-axis {
  position: absolute;
  z-index: 1;
  display: block;
  width: 74vw;
  height: 32vw;
  border: 1px solid rgba(105, 145, 199, 0.045);
  border-radius: 50%;
}

.space-axis--one {
  top: 22%;
  left: 18%;
  transform: rotate(-12deg);
}

.space-axis--two {
  right: -8%;
  bottom: -12%;
  transform: rotate(18deg) scale(0.76);
}

.benefits-sky {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.025);
  transition: opacity 0.8s ease, transform 1.4s var(--ease-flight);
}

body.route-transition .benefits-sky,
body[data-scene="benefits"] .benefits-sky {
  opacity: 1;
  transform: none;
}

#benefit-background-stars {
  position: absolute;
  inset: 0;
}

.benefit-background-star {
  position: absolute;
  top: var(--background-star-y);
  left: var(--background-star-x);
  width: var(--background-star-size);
  height: var(--background-star-size);
  border-radius: 50%;
  background: rgba(203, 228, 255, var(--background-star-alpha));
  box-shadow: 0 0 8px rgba(89, 200, 255, 0.2);
}

.benefit-background-star--bright {
  animation: benefits-star-breathe 6.5s ease-in-out var(--background-star-delay) infinite alternate;
}

.benefit-background-star--bright::before,
.benefit-background-star--bright::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(205, 232, 255, 0.22);
  content: "";
  transform: translate(-50%, -50%);
}

.benefit-background-star--bright::before {
  width: 9px;
  height: 1px;
}

.benefit-background-star--bright::after {
  width: 1px;
  height: 9px;
}

.benefits-background-constellations {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.background-constellation {
  opacity: 0.42;
}

.background-constellation path {
  fill: none;
  stroke: rgba(103, 155, 211, 0.25);
  stroke-width: 0.8;
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
  vector-effect: non-scaling-stroke;
  transition: stroke-dashoffset 1.25s cubic-bezier(0.22, 0.78, 0.2, 1);
}

.background-constellation circle {
  fill: #bfe6ff;
  opacity: 0;
  transform: scale(0);
  transform-box: fill-box;
  transform-origin: center;
  filter: drop-shadow(0 0 5px rgba(89, 200, 255, 0.55));
  transition: opacity 0.35s ease, transform 0.6s var(--ease-cut);
}

.background-constellation--northeast {
  opacity: 0.34;
}

.background-constellation--south {
  opacity: 0.28;
}

body.benefits-revealed .background-constellation path {
  stroke-dashoffset: 0;
}

body.benefits-revealed .background-constellation circle {
  opacity: 0.72;
  transform: scale(1);
}

.benefits-deep-orbit {
  position: absolute;
  border: 1px solid rgba(97, 151, 210, 0.075);
  border-radius: 50%;
}

.benefits-deep-orbit--one {
  top: 8%;
  right: -18%;
  width: 62vw;
  height: 28vw;
  transform: rotate(-17deg);
}

.benefits-deep-orbit--two {
  bottom: -18%;
  left: -12%;
  width: 48vw;
  height: 22vw;
  transform: rotate(12deg);
}

@keyframes benefits-star-breathe {
  from { opacity: 0.38; transform: scale(0.76); }
  to { opacity: 1; transform: scale(1.18); }
}

@keyframes space-drift {
  from {
    opacity: 0.42;
    transform: translate3d(0, var(--star-start), 0) scale(0.82);
  }
  to {
    opacity: 1;
    transform: translate3d(var(--star-x-shift), var(--star-end), 0) scale(1);
  }
}

@media (min-width: 901px), (min-width: 641px) and (orientation: landscape) {
  .scene-progress {
    top: calc(var(--safe-top) - 7px);
    right: auto;
    bottom: auto;
    left: 50%;
    display: block;
    width: min(38vw, 520px);
    padding: 0;
    background: transparent;
    transform: translateX(-50%);
  }

  .scene-progress ol {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }

  .scene-progress::before,
  .scene-progress::after {
    top: 13px;
    right: auto;
    bottom: auto;
    left: 12.5%;
    height: 1px;
    transform: none;
  }

  .scene-progress::before {
    width: 75%;
  }

  .scene-progress::after {
    width: calc(75% * var(--story-progress, 0%) / 100%);
    background: var(--cyan);
    transition: width 0.42s var(--ease-cut);
  }

  .scene-progress button {
    display: grid;
    width: 100%;
    height: 48px;
    grid-template-columns: 1fr;
    grid-template-rows: 26px 17px;
    gap: 0;
    place-items: center;
    padding: 0;
    text-align: center;
    background: transparent;
  }

  .scene-progress button span {
    position: relative;
    z-index: 1;
    grid-row: 1;
    grid-column: 1;
    min-width: 28px;
    padding: 7px 5px 5px;
    background: var(--ink);
  }

  .scene-progress button b {
    grid-row: 2;
    grid-column: 1;
    max-width: 100%;
    color: #7187a7;
    font-size: 7.5px;
    text-align: center;
    transform: none;
  }

  .scene-progress button:hover b,
  .scene-progress button.is-active b {
    color: var(--paper);
    transform: none;
  }
}

.server-deck {
  height: min(76vh, 760px);
}

.server-list {
  border-bottom: 1px solid var(--line-strong);
}

.scene-benefits {
  background: transparent;
  transform-origin: center bottom;
}

.benefits-heading {
  top: 12vh;
  z-index: 9;
  width: min(510px, 42vw);
}

.benefits-heading h2 {
  font-size: clamp(46px, 5.3vw, 88px);
  transition: opacity 0.45s ease, transform 0.65s var(--ease-cut);
}

.benefits-heading h2::after {
  width: 84px;
  height: 2px;
  margin-top: 22px;
  background: linear-gradient(90deg, var(--cyan), transparent);
}

.benefits-interaction-hint {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 14px 0 0;
  color: #8198ba;
  font-family: Consolas, monospace;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: opacity 0.45s ease, transform 0.65s var(--ease-cut);
}

.benefits-interaction-hint span {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(89, 200, 255, 0.58);
  border-radius: 50%;
}

.benefits-interaction-hint span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--paper);
  content: "";
  transform: translate(-50%, -50%);
}

.benefits-cartography {
  display: none;
}

.benefit-field {
  inset: 7vh 5vw 5vh;
  z-index: 5;
  transform-origin: var(--benefit-focus-x, 50%) var(--benefit-focus-y, 50%);
  transition: transform 1.05s cubic-bezier(0.18, 0.74, 0.16, 1), filter 0.55s ease;
  will-change: transform;
}

.benefit-field::before {
  display: none;
}

.benefit-constellation {
  inset: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: drop-shadow(0 0 8px rgba(61, 139, 255, 0.12));
  transition: none;
}

.benefit-constellation path {
  stroke: rgba(107, 161, 224, 0.34);
  stroke-width: 1;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  transition: stroke-dashoffset 0.74s cubic-bezier(0.22, 0.78, 0.2, 1);
}

.benefit-constellation path:nth-of-type(2) {
  stroke: rgba(89, 200, 255, 0.22);
  transition-delay: 0.07s;
}

.benefit-constellation path:nth-of-type(3) {
  stroke: rgba(122, 166, 222, 0.2);
  transition-delay: 0.13s;
}

.benefit-constellation path:nth-of-type(4) {
  stroke: rgba(89, 200, 255, 0.17);
  transition-delay: 0.19s;
}

.benefit-constellation path:nth-of-type(5) {
  stroke: rgba(133, 174, 224, 0.15);
  transition-delay: 0.25s;
}

.benefit-constellation circle {
  fill: #071225;
  stroke: #a9d9ff;
  stroke-width: 1.25;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s ease, transform 0.36s var(--ease-cut);
}

.benefit-constellation circle:nth-of-type(1) { transition-delay: 0.08s; }
.benefit-constellation circle:nth-of-type(2) { transition-delay: 0.16s; }
.benefit-constellation circle:nth-of-type(3) { transition-delay: 0.24s; }
.benefit-constellation circle:nth-of-type(4) { transition-delay: 0.32s; }
.benefit-constellation circle:nth-of-type(5) { transition-delay: 0.4s; }

body.benefits-revealed .benefit-constellation path {
  stroke-dashoffset: 0;
}

body.benefits-revealed .benefit-constellation circle {
  opacity: 1;
  transform: scale(1);
}

.benefit,
.benefit--speed,
.benefit--routing,
.benefit--privacy,
.benefit--devices,
.benefit--support {
  position: absolute;
  right: auto;
  bottom: auto;
  z-index: 7;
  display: grid;
  width: min(270px, 23vw);
  min-height: 48px;
  grid-template-columns: 18px 27px minmax(0, 1fr);
  grid-template-areas: "star index title";
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  cursor: pointer;
  touch-action: manipulation;
  text-align: left;
  transform: translate(0, -50%) scale(0.82);
  transform-origin: left center;
  transition: opacity 0.32s ease, transform 0.5s var(--ease-cut);
}

.benefit--speed,
.benefit--routing,
.benefit--privacy {
  grid-template-columns: minmax(0, 1fr) 27px 18px;
  grid-template-areas: "title index star";
  text-align: right;
  transform: translate(-100%, -50%) scale(0.82);
  transform-origin: right center;
}

.benefit--speed { top: 18%; left: calc(66.5% + 9px); }
.benefit--routing { top: 42.6%; left: calc(78.6% + 9px); }
.benefit--privacy { top: 73%; left: calc(61% + 9px); }
.benefit--devices { top: 68%; left: calc(33% - 9px); }
.benefit--support { top: 36%; left: calc(42% - 9px); }

.benefit__star {
  position: relative;
  grid-area: star;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
}

.benefit__star::before,
.benefit__star::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(203, 230, 255, 0.36);
  content: "";
  transform: translate(-50%, -50%);
}

.benefit__star::before {
  width: 18px;
  height: 1px;
}

.benefit__star::after {
  width: 1px;
  height: 18px;
}

.benefit__star i {
  width: 6px;
  height: 6px;
  border: 1px solid #b9e0ff;
  border-radius: 50%;
  background: #eaf6ff;
  box-shadow: 0 0 12px rgba(89, 200, 255, 0.48);
}

.benefit::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px dashed rgba(89, 200, 255, 0.34);
  border-radius: 50%;
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translate(-6px, -50%) scale(0.7);
  transition: opacity 0.25s ease, transform 0.45s var(--ease-cut);
}

.benefit::before {
  display: none;
}

.benefit--speed::after,
.benefit--routing::after,
.benefit--privacy::after {
  right: 0;
  left: auto;
  transform: translate(6px, -50%) scale(0.7);
}

.benefit:hover::after,
.benefit:focus-visible::after,
.benefit.is-selected::after {
  opacity: 1;
  transform: translate(-6px, -50%) scale(1);
}

.benefit--speed:hover::after,
.benefit--speed:focus-visible::after,
.benefit--speed.is-selected::after,
.benefit--routing:hover::after,
.benefit--routing:focus-visible::after,
.benefit--routing.is-selected::after,
.benefit--privacy:hover::after,
.benefit--privacy:focus-visible::after,
.benefit--privacy.is-selected::after {
  transform: translate(6px, -50%) scale(1);
}

.benefit--speed .benefit__star i {
  width: 8px;
  height: 8px;
  box-shadow: 0 0 16px rgba(145, 213, 255, 0.72);
}

.benefit--routing .benefit__star i {
  border-radius: 1px;
  background: #b8dcff;
  transform: rotate(45deg);
}

.benefit--privacy .benefit__star i {
  width: 9px;
  height: 9px;
  border: 2px solid #a5d7ff;
  background: #071225;
  box-shadow: 0 0 0 3px rgba(89, 200, 255, 0.1), 0 0 15px rgba(89, 200, 255, 0.34);
}

.benefit--devices .benefit__star i {
  width: 5px;
  height: 5px;
  box-shadow:
    -6px 4px 0 -1px #a9d9ff,
    6px 4px 0 -1px #a9d9ff,
    0 0 12px rgba(89, 200, 255, 0.44);
}

.benefit--support .benefit__star i {
  animation: support-star-pulse 1.9s ease-in-out infinite;
}

@keyframes support-star-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(89, 200, 255, 0.3), 0 0 10px rgba(89, 200, 255, 0.38);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(89, 200, 255, 0), 0 0 17px rgba(89, 200, 255, 0.62);
  }
}

.benefit__index {
  grid-area: index;
  color: #7897bd;
  font-size: 8px;
}

.benefit h3 {
  grid-area: title;
  margin: 0;
  color: #e7f1ff;
  font-size: clamp(13px, 1.1vw, 17px);
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -0.015em;
  text-shadow: 0 2px 14px rgba(2, 8, 18, 0.9);
}

body.benefits-revealed .benefit {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
}

body.benefits-revealed .benefit--speed,
body.benefits-revealed .benefit--routing,
body.benefits-revealed .benefit--privacy {
  transform: translate(-100%, -50%) scale(1);
}

body.benefits-revealed .benefit--speed { transition-delay: 0.1s; }
body.benefits-revealed .benefit--routing { transition-delay: 0.18s; }
body.benefits-revealed .benefit--privacy { transition-delay: 0.26s; }
body.benefits-revealed .benefit--devices { transition-delay: 0.34s; }
body.benefits-revealed .benefit--support { transition-delay: 0.42s; }

body.benefit-inspecting .benefit-field {
  z-index: 10;
  filter: saturate(1.12);
  transform:
    translate(
      calc(50% - var(--benefit-focus-x)),
      calc(50% - var(--benefit-focus-y))
    )
    scale(1.64);
}

body.benefit-inspecting .benefits-heading {
  pointer-events: none;
}

body.benefit-inspecting .benefits-heading h2,
body.benefit-inspecting .benefits-interaction-hint {
  opacity: 0.1;
  transform: translateX(-22px);
}

body.benefit-inspecting .benefit:not(.is-selected) {
  opacity: 0.25;
  pointer-events: auto;
}

body.benefit-inspecting .benefit:not(.is-selected):hover,
body.benefit-inspecting .benefit:not(.is-selected):focus-visible {
  opacity: 0.82;
}

body.benefit-inspecting .benefit.is-selected {
  z-index: 12;
  opacity: 1;
}

body.benefit-inspecting .benefit-constellation {
  opacity: 0.26;
}

.benefit-focus {
  position: absolute;
  bottom: 9vh;
  left: 7vw;
  z-index: 18;
  display: grid;
  width: min(390px, 31vw);
  grid-template-columns: 82px minmax(0, 1fr);
  grid-template-areas:
    "visual index"
    "visual title"
    "visual copy";
  gap: 4px 18px;
  padding: 18px 42px 18px 0;
  border-top: 1px solid rgba(89, 200, 255, 0.48);
  border-bottom: 1px solid rgba(89, 200, 255, 0.2);
  background: linear-gradient(90deg, rgba(4, 10, 22, 0.92), rgba(4, 10, 22, 0.34));
  opacity: 0;
  pointer-events: none;
  transform: translateY(24px);
  transition: opacity 0.38s ease, transform 0.72s var(--ease-cut);
}

.benefit-focus.is-active {
  opacity: 1;
  pointer-events: none;
  transform: none;
}

.benefit-focus__close {
  position: absolute;
  top: 12px;
  right: 0;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  padding: 0;
  color: #8198ba;
  border: 0;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
}

.benefit-focus__close:hover {
  color: var(--paper);
}

.benefit-focus__close svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
}

.benefit-focus__visual {
  grid-area: visual;
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border: 1px solid rgba(89, 200, 255, 0.18);
  border-radius: 50%;
}

.benefit-focus__visual > span {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px dashed rgba(89, 200, 255, 0.34);
  border-radius: 50%;
  animation: focus-star-orbit 8s linear infinite;
}

.benefit-focus__visual > span::before,
.benefit-focus__visual > span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(204, 231, 255, 0.34);
  content: "";
  transform: translate(-50%, -50%);
}

.benefit-focus__visual > span::before {
  width: 58px;
  height: 1px;
}

.benefit-focus__visual > span::after {
  width: 1px;
  height: 58px;
}

.benefit-focus__visual i {
  width: 10px;
  height: 10px;
  border: 1px solid #c6e8ff;
  border-radius: 50%;
  background: #edf8ff;
  box-shadow: 0 0 20px rgba(89, 200, 255, 0.7);
}

.benefit-focus[data-kind="routing"] .benefit-focus__visual i {
  border-radius: 1px;
  transform: rotate(45deg);
}

.benefit-focus[data-kind="privacy"] .benefit-focus__visual i {
  width: 15px;
  height: 15px;
  border: 3px solid #b9e2ff;
  background: #071225;
}

.benefit-focus[data-kind="devices"] .benefit-focus__visual i {
  width: 8px;
  height: 8px;
  box-shadow:
    -12px 8px 0 -1px #b9e2ff,
    12px 8px 0 -1px #b9e2ff,
    0 0 20px rgba(89, 200, 255, 0.58);
}

.benefit-focus[data-kind="support"] .benefit-focus__visual i {
  animation: support-star-pulse 1.4s ease-in-out infinite;
}

@keyframes focus-star-orbit {
  to { transform: rotate(360deg); }
}

.benefit-focus small {
  grid-area: index;
  color: var(--cyan);
  font-family: Consolas, monospace;
  font-size: 8px;
  letter-spacing: 0.14em;
}

.benefit-focus h3 {
  grid-area: title;
  margin: 1px 0 4px;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.08;
}

.benefit-focus p {
  grid-area: copy;
  margin: 0;
  color: #b8c9e0;
  font-size: 12px;
  line-height: 1.52;
}

body[data-scene="benefits"] #planet-rig {
  left: -72%;
  opacity: 0;
  transform: translate(-50%, -58%) scale(1.34);
}

.scene-offer {
  background: transparent;
}

.scene-offer::before {
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(3, 8, 17, 0.16), rgba(3, 8, 17, 0.08) 48%, rgba(3, 8, 17, 0.5));
}

body[data-scene="offer"] #planet-rig {
  top: 118%;
  left: 44%;
  opacity: 0.92;
  transform: translate(-50%, -50%) scale(1.38);
}

body[data-scene="offer"] #deep-space {
  transform: translate3d(0, -13vh, 0) scale(1.07);
}

body[data-scene="offer"] #planet-rig::after {
  opacity: 0.66;
}

body[data-scene="benefits"] #planet-rig .horizon,
body[data-scene="offer"] #planet-rig .horizon {
  opacity: 0;
}

body[data-scene="offer"] #planet-rig::before {
  border-color: transparent;
  box-shadow: 0 24px 90px rgba(0, 4, 12, 0.72);
}

.scene-offer .offer-heading,
.scene-offer .offer-route-map,
.scene-offer .plan-list,
.scene-offer .offer-actions,
.scene-offer .offer-telemetry,
.scene-offer .offer-signature,
.scene-offer .legal-footer {
  text-shadow: 0 2px 18px rgba(2, 7, 15, 0.95);
}

.scene-offer .plan-list {
  border-top-color: rgba(126, 175, 229, 0.42);
  background: linear-gradient(90deg, rgba(5, 13, 28, 0.2), rgba(5, 13, 28, 0.72));
  backdrop-filter: blur(5px);
}

.scene-offer .plan-line {
  border-bottom-color: rgba(112, 157, 211, 0.2);
}

.scene-offer .plan-line:hover,
.scene-offer .plan-line.best,
.scene-offer .plan-line.selected {
  background: rgba(11, 29, 56, 0.78);
}

.scene-offer .plan-line.selected {
  padding-right: 16px;
  padding-left: 16px;
  border-left: 3px solid var(--cyan);
}

@media (min-width: 901px) {
  .scene-offer .offer-route-map {
    display: none;
  }
}

@media (max-width: 900px) {
  .benefits-heading {
    top: max(74px, 10dvh);
    left: 5vw;
    width: 54vw;
  }

  .benefits-heading h2 {
    font-size: clamp(38px, 7.5vw, 66px);
  }

  .benefit-field {
    inset: 9vh 3vw 7vh;
  }

  body[data-scene="offer"] #planet-rig {
    top: 108%;
    left: 46%;
    transform: translate(-50%, -50%) scale(1.28);
  }

  body[data-scene="offer"] #deep-space {
    transform: translate3d(0, -8vh, 0) scale(1.07);
  }
}

@media (max-width: 640px) {
  #benefit-background-stars {
    opacity: 0.78;
  }

  .background-constellation {
    opacity: 0.28;
  }

  .background-constellation--northeast,
  .background-constellation--south {
    opacity: 0.2;
  }

  .benefits-deep-orbit {
    opacity: 0.62;
  }

  .servers-context h2 {
    display: inline-block;
    margin-left: -12px;
    padding: 9px 22px 11px 12px;
    color: #f3f8ff;
    background: linear-gradient(90deg, rgba(2, 7, 16, 0.94), rgba(3, 10, 23, 0.76) 72%, transparent);
    text-shadow: 0 2px 18px rgba(0, 3, 10, 0.98), 0 0 24px rgba(89, 200, 255, 0.2);
    backdrop-filter: blur(5px);
  }

  .benefits-heading .benefits-interaction-hint {
    display: flex;
    margin-top: 10px;
    color: #b8cbe4;
    font-size: 8px;
    text-shadow: 0 2px 12px rgba(1, 5, 13, 0.96);
  }

  .server-deck {
    height: min(59dvh, 520px);
  }

  .benefits-heading {
    top: max(76px, 10.5dvh);
    left: 16px;
    width: calc(100% - 32px);
  }

  .benefits-heading h2 {
    font-size: clamp(34px, 9.8vw, 44px);
  }

  .benefits-heading h2::after {
    width: 58px;
    margin-top: 14px;
  }

  .benefit-field {
    top: 22dvh;
    right: 11px;
    bottom: calc(var(--safe-bottom) + 58px);
    left: 11px;
    display: block;
  }

  .benefit-constellation {
    display: block;
  }

  .benefit,
  .benefit--speed,
  .benefit--routing,
  .benefit--privacy,
  .benefit--devices,
  .benefit--support {
    position: absolute;
    width: min(43vw, 172px);
    min-height: 44px;
    grid-template-columns: 13px 19px minmax(0, 1fr);
    grid-template-areas: "star index title";
    gap: 4px;
    padding: 0;
    text-align: left;
    transform: translate(0, -50%) scale(0.84);
    transform-origin: left center;
  }

  .benefit--speed { left: calc(66.5% + 6.5px); }
  .benefit--routing { left: calc(78.6% + 6.5px); }
  .benefit--privacy { left: calc(61% + 6.5px); }
  .benefit--devices { left: calc(33% - 6.5px); }
  .benefit--support { left: calc(42% - 6.5px); }

  .benefit--speed,
  .benefit--routing,
  .benefit--privacy {
    grid-template-columns: minmax(0, 1fr) 19px 13px;
    grid-template-areas: "title index star";
    text-align: right;
    transform: translate(-100%, -50%) scale(0.84);
    transform-origin: right center;
  }

  .benefit__star {
    width: 13px;
    height: 13px;
  }

  .benefit__star::before {
    width: 13px;
  }

  .benefit__star::after {
    height: 13px;
  }

  .benefit__star i {
    width: 5px;
    height: 5px;
  }

  .benefit h3 {
    margin: 0;
    font-size: clamp(9px, 2.75vw, 11px);
    line-height: 1.1;
  }

  .benefit__index {
    font-size: 6.5px;
  }

  .benefit::after {
    width: 23px;
    height: 23px;
    transform: translate(-5px, -50%) scale(0.7);
  }

  .benefit--speed::after,
  .benefit--routing::after,
  .benefit--privacy::after {
    transform: translate(5px, -50%) scale(0.7);
  }

  .benefit:hover::after,
  .benefit:focus-visible::after,
  .benefit.is-selected::after {
    transform: translate(-5px, -50%) scale(1);
  }

  .benefit--speed:hover::after,
  .benefit--speed:focus-visible::after,
  .benefit--speed.is-selected::after,
  .benefit--routing:hover::after,
  .benefit--routing:focus-visible::after,
  .benefit--routing.is-selected::after,
  .benefit--privacy:hover::after,
  .benefit--privacy:focus-visible::after,
  .benefit--privacy.is-selected::after {
    transform: translate(5px, -50%) scale(1);
  }

  body.benefits-revealed .benefit {
    transform: translate(0, -50%) scale(1);
  }

  body.benefits-revealed .benefit--speed,
  body.benefits-revealed .benefit--routing,
  body.benefits-revealed .benefit--privacy {
    transform: translate(-100%, -50%) scale(1);
  }

  body.benefit-inspecting .benefit-field {
    transform:
      translate(
        calc(50% - var(--benefit-focus-x)),
        calc(48% - var(--benefit-focus-y))
      )
      scale(1.3);
  }

  .benefit-focus {
    right: 16px;
    bottom: calc(var(--safe-bottom) + 63px);
    left: 16px;
    width: auto;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 3px 12px;
    padding: 12px 34px 12px 0;
    background: linear-gradient(90deg, rgba(4, 10, 22, 0.96), rgba(4, 10, 22, 0.72));
  }

  .benefit-focus__visual {
    width: 58px;
    height: 58px;
  }

  .benefit-focus__visual > span {
    width: 32px;
    height: 32px;
  }

  .benefit-focus__visual > span::before {
    width: 43px;
  }

  .benefit-focus__visual > span::after {
    height: 43px;
  }

  .benefit-focus h3 {
    font-size: 15px;
  }

  .benefit-focus p {
    font-size: 9.5px;
    line-height: 1.36;
  }

  body[data-scene="offer"] #planet-rig {
    top: 96%;
    left: 50%;
    width: 112vw;
    height: 112vw;
    opacity: 0.86;
    transform: translate(-50%, -48%) scale(1.08);
  }

  body[data-scene="offer"] #deep-space {
    transform: translate3d(0, -5vh, 0) scale(1.07);
  }

  .scene-offer .plan-list {
    background: linear-gradient(90deg, rgba(5, 13, 28, 0.34), rgba(5, 13, 28, 0.76));
  }
}

@media (max-width: 640px) and (max-height: 740px) {
  .benefit-field {
    top: 27dvh;
  }
}

@media (min-width: 641px) and (max-width: 950px) and (max-height: 520px) and (orientation: landscape) {
  .scene-progress {
    top: 8px;
    width: min(36vw, 390px);
  }

  .scene-progress button {
    height: 42px;
    grid-template-rows: 23px 14px;
  }

  .scene-progress button span {
    padding-top: 5px;
  }

  .scene-progress button b {
    font-size: 6.5px;
  }

  body[data-scene="offer"] #planet-rig {
    top: 112%;
    left: 43%;
    transform: translate(-50%, -50%) scale(1.34);
  }

  body[data-scene="offer"] #deep-space {
    transform: translate3d(0, -13vh, 0) scale(1.07);
  }
}

@media (prefers-reduced-motion: reduce) {
  #deep-space,
  .space-star,
  .benefits-sky,
  .benefit,
  .benefit-constellation path,
  .benefit-constellation circle,
  .background-constellation path,
  .background-constellation circle {
    animation: none !important;
    transition: none !important;
  }

  .benefit--support .benefit__star i,
  .benefit-focus__visual > span,
  .benefit-focus[data-kind="support"] .benefit-focus__visual i,
  .benefit-background-star--bright {
    animation: none !important;
  }

  body.benefit-inspecting .benefit-field {
    transform: none;
  }

  body[data-scene="benefits"] .benefit,
  body[data-scene="offer"] .benefit {
    opacity: 1;
  }
}

@media (max-width: 640px), (max-width: 950px) and (max-height: 520px) and (orientation: landscape) {
  .servers-coordinate-readout {
    display: none;
  }
}
