:root {
  --container: 1120px;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
}

html,
body {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.hero-title {
  word-spacing: -0.18em;
  white-space: nowrap;
}

.hero h1 > [data-i18n="heroAccent"] {
  display: inline-block;
  font-size: 0.82em;
  white-space: nowrap;
}

.container {
  position: relative;
  z-index: 1;
  width: min(100%, calc(var(--container) + 48px));
  margin: 0 auto;
  padding: 0 24px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 52px;
  border-bottom: 1px solid var(--app-border);
  background: var(--app-panel-head);
}

.header-inner {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 18px;
}

.window-dots {
  width: 47px;
  height: 11px;
  display: inline-block;
  flex: 0 0 47px;
  margin-right: 14px;
  background:
    radial-gradient(circle at 5.5px 50%, #ff5f57 0 5px, transparent 5.5px),
    radial-gradient(circle at 23.5px 50%, #febc2e 0 5px, transparent 5.5px),
    radial-gradient(circle at 41.5px 50%, #28c840 0 5px, transparent 5.5px);
}

.window-dots > span {
  display: none;
}

.brand-link {
  display: inline-flex;
  align-items: center;
}

.header-command {
  height: 14px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding-right: 4px;
  border-right: 7px solid var(--app-accent);
  color: var(--app-accent);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 14px;
  white-space: nowrap;
  animation: header-command-caret-blink 1s steps(1, end) infinite;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}

.header-nav a {
  padding: 8px 0;
  color: var(--app-text-secondary);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.2;
  transition: color var(--app-transition-fast) var(--app-ease);
}

.header-nav a:hover {
  color: var(--app-accent);
}

.header-nav a:focus-visible {
  outline: 2px solid var(--app-accent);
  outline-offset: 4px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 0;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  color: var(--app-text-faint);
  font-size: 11px;
}

.language-switcher::before {
  content: "--lang=";
  margin-right: 2px;
  color: var(--app-text-faint);
}

.language-switcher button {
  padding: 4px 6px;
  background: transparent;
  color: var(--app-text-muted);
  transition: color var(--app-transition-fast) var(--app-ease);
}

.language-switcher button:hover,
.language-switcher button.active {
  color: var(--app-accent);
}

.language-switcher button:focus-visible,
.button:focus-visible,
.faq-list summary:focus-visible {
  outline: 2px solid var(--app-accent);
  outline-offset: 3px;
}

.button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid var(--app-accent);
  background: transparent;
  color: var(--app-accent);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition:
    border-color var(--app-transition-fast) var(--app-ease),
    background var(--app-transition-fast) var(--app-ease),
    color var(--app-transition-fast) var(--app-ease),
    transform var(--app-transition-fast) var(--app-ease);
}

.button::before {
  content: "[";
  color: var(--app-text-muted);
}

.button::after {
  content: "]";
  color: var(--app-text-muted);
}

.button:hover {
  border-color: var(--app-accent-bright);
  background: var(--app-accent-tint);
  color: var(--app-accent-bright);
}

.button:active {
  transform: scale(0.98);
}

.button-primary {
  background: var(--app-accent-tint);
}

.button-primary:hover {
  background: var(--app-accent);
  color: #031521;
}

.button-primary:hover::before,
.button-primary:hover::after {
  color: #031521;
}

.button-small {
  min-height: 34px;
  gap: 7px;
  padding: 0 12px;
  font-size: 12.5px;
}

.button-large {
  min-height: 48px;
  padding: 10px 18px;
  font-size: 13px;
}

.hero {
  padding: 86px 0 62px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 64px;
  align-items: center;
}

.command-line {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 22px;
  color: var(--app-text-secondary);
  font-size: 12px;
}

.prompt {
  color: var(--app-accent);
  font-weight: 700;
}

.caret {
  width: 7px;
  height: 14px;
  display: inline-block;
  background: var(--app-accent);
  animation: caret-blink 1s steps(1, end) infinite;
}

.hero h1 {
  max-width: 690px;
  margin: 0 0 22px;
  color: var(--app-text);
  font-size: clamp(2.65rem, 5.3vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.01;
}

.hero h1 span {
  color: var(--app-accent);
}

.hero h1 .hero-title {
  color: var(--app-text);
}

.hero-description {
  max-width: 610px;
  margin: 0 0 30px;
  color: var(--app-text-secondary);
  font-size: 13px;
  line-height: 1.75;
}

.hero-description::before {
  content: "// ";
  color: var(--app-text-faint);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-actions .button {
  flex: 0 0 auto;
}

.hero-actions .button[hidden] {
  display: none;
}

.hero-metrics {
  max-width: 610px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
  border-top: 1px solid var(--app-border);
  border-left: 1px solid var(--app-border);
}

.hero-metrics > div {
  min-width: 0;
  padding: 14px 16px;
  border-right: 1px solid var(--app-border);
  border-bottom: 1px solid var(--app-border);
}

.hero-metrics strong,
.hero-metrics span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-metrics strong {
  color: var(--app-accent);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hero-metrics span {
  margin-top: 3px;
  color: var(--app-text-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-metrics span::before {
  content: "// ";
  color: var(--app-text-faint);
}

.connection-window {
  width: 100%;
  max-width: 420px;
  justify-self: end;
  overflow: hidden;
  border: 1px solid var(--app-border-strong);
  background: var(--app-panel);
}

.window-head {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 13px;
  border-bottom: 1px solid var(--app-border);
  background: var(--app-panel-head);
}

.window-head .window-dots {
  margin-right: auto;
}

.connection-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--app-accent);
  font-size: 9px;
  white-space: nowrap;
}

.connection-status i {
  width: 6px;
  height: 6px;
  display: inline-block;
  background: var(--app-accent);
  box-shadow: 0 0 8px rgba(91, 188, 248, 0.75);
}

.window-body {
  min-height: 454px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 18px 20px;
  background: linear-gradient(
    180deg,
    rgba(91, 188, 248, 0.025),
    transparent 220px
  );
}

.cube-stage {
  position: relative;
  width: 100%;
  height: 240px;
  display: grid;
  place-items: center;
  perspective: 800px;
}

.cube {
  position: relative;
  width: 140px;
  height: 140px;
  transform-style: preserve-3d;
  animation: cube-spin 18s linear infinite;
}

.cube .face {
  position: absolute;
  inset: 0;
  border: 1px solid #5bbcf8;
  background: linear-gradient(
    135deg,
    rgba(91, 188, 248, 0.04),
    rgba(91, 188, 248, 0.1)
  );
  box-shadow:
    inset 0 0 30px rgba(91, 188, 248, 0.06),
    0 0 24px rgba(91, 188, 248, 0.12);
}

.cube .face::before {
  content: "";
  position: absolute;
  inset: 8px;
  background:
    linear-gradient(to right, rgba(91, 188, 248, 0.35) 1px, transparent 1px) 0
      0 / 16px 16px,
    linear-gradient(to bottom, rgba(91, 188, 248, 0.35) 1px, transparent 1px) 0
      0 / 16px 16px;
  opacity: 0.35;
}

.cube .face::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  background: #5bbcf8;
  box-shadow: 0 0 8px #5bbcf8;
}

.cube .f-front {
  transform: translateZ(70px);
}

.cube .f-back {
  transform: rotateY(180deg) translateZ(70px);
}

.cube .f-right {
  transform: rotateY(90deg) translateZ(70px);
}

.cube .f-left {
  transform: rotateY(-90deg) translateZ(70px);
}

.cube .f-top {
  transform: rotateX(90deg) translateZ(70px);
}

.cube .f-bottom {
  transform: rotateX(-90deg) translateZ(70px);
}

.cube-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(91, 188, 248, 0.16) 0%,
    transparent 60%
  );
  filter: blur(20px);
  pointer-events: none;
}

.route-line {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--app-border);
  background: var(--app-elevated);
  color: var(--app-text);
  font-size: 10px;
}

.route-endpoint {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.route-endpoint-to {
  color: var(--app-accent);
  text-align: right;
}

.route-flow {
  position: relative;
  min-width: 0;
  height: 19px;
  overflow: hidden;
  pointer-events: none;
}

.route-flow::before,
.route-flow::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  border-top: 1px solid rgba(91, 188, 248, 0.12);
}

.route-flow::before {
  top: 6px;
}

.route-flow::after {
  bottom: 6px;
}

.data-packet {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 3px;
  height: 3px;
  display: block;
  background: var(--app-accent);
  box-shadow: 0 0 4px rgba(91, 188, 248, 0.85);
  animation-duration: 3.3s;
  animation-delay: var(--delay);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  will-change: left, opacity, transform;
}

.data-packet-forward {
  top: 4.5px;
  animation-name: data-packet-forward;
}

.data-packet-return {
  bottom: 4.5px;
  animation-name: data-packet-return;
}

.section-fit-hidden {
  display: none !important;
}

.connection-log {
  display: grid;
  gap: 7px;
  color: var(--app-text-muted);
  font-size: 9px;
}

.connection-log > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
}

.log-status {
  color: var(--app-accent);
  white-space: nowrap;
}

.log-status::before {
  content: "[ ";
}

.log-status::after {
  content: " ]";
}

.log-message {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  overflow: hidden;
  color: var(--app-text-muted);
}

.log-message > span {
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.log-message::after {
  content: "";
  min-width: 10px;
  flex: 1 1 auto;
  border-bottom: 1px dotted var(--app-text-faint);
  opacity: 0.7;
}

.connection-log em {
  color: var(--app-text-faint);
  font-style: normal;
  white-space: nowrap;
}

.connection-window.animation-ready .connection-log > div {
  opacity: 0;
  transform: translateY(5px);
}

.connection-window.animation-ready.is-active .connection-log > div {
  animation: log-line-in 320ms var(--app-ease) forwards;
}

.connection-window.animation-ready.is-active
  .connection-log
  > div:nth-child(1) {
  animation-delay: 150ms;
}

.connection-window.animation-ready.is-active
  .connection-log
  > div:nth-child(2) {
  animation-delay: 380ms;
}

.connection-window.animation-ready.is-active
  .connection-log
  > div:nth-child(3) {
  animation-delay: 610ms;
}

.connection-window.animation-ready.is-active
  .connection-log
  > div:nth-child(4) {
  animation-delay: 840ms;
}

.connection-window.animation-ready.is-active
  .connection-log
  > div:nth-child(5) {
  animation-delay: 1070ms;
}

.content-section {
  scroll-margin-top: 72px;
  padding: 58px 0;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--app-accent);
  font-size: 11px;
  font-weight: 700;
}

.eyebrow::before {
  content: ">_";
}

.section-heading h2 {
  margin: 8px 0 0;
  color: var(--app-text);
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.section-meta {
  flex: 0 0 auto;
  color: var(--app-text-muted);
  font-size: 10px;
}

.section-meta::before {
  content: "// ";
  color: var(--app-text-faint);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--app-border);
  border-left: 1px solid var(--app-border);
}

.feature-card {
  min-width: 0;
  min-height: 164px;
  padding: 20px;
  border-right: 1px solid var(--app-border);
  border-bottom: 1px solid var(--app-border);
  background: var(--app-panel);
  transition: background var(--app-transition-fast) var(--app-ease);
}

.feature-card:hover {
  background: var(--app-elevated);
}

.feature-card h3 {
  margin: 0 0 8px;
  color: var(--app-text);
  font-size: 14px;
  font-weight: 700;
}

.feature-card h3::before {
  content: "> ";
  color: var(--app-accent);
}

.feature-card p,
.steps p,
.faq-list p {
  margin: 0;
  color: var(--app-text-secondary);
  font-size: 11px;
  line-height: 1.7;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border: 1px solid var(--app-border);
  list-style: none;
}

.steps li {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  padding: 22px;
  border-right: 1px solid var(--app-border);
  background: var(--app-panel);
}

.steps li:last-child {
  border-right: 0;
}

.steps li > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--app-accent-border);
  background: var(--app-accent-tint);
  color: var(--app-accent);
  font-size: 11px;
  font-weight: 800;
}

.steps h3 {
  margin: 1px 0 7px;
  color: var(--app-text);
  font-size: 13px;
}

.platforms {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--app-border);
  border-left: 1px solid var(--app-border);
}

.platform {
  min-width: 0;
  min-height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 15px;
  border-right: 1px solid var(--app-border);
  border-bottom: 1px solid var(--app-border);
  background: var(--app-panel);
}

.platform strong {
  overflow: hidden;
  color: var(--app-text);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.platform strong::before {
  content: "$ ";
  color: var(--app-accent);
}

.platform span {
  color: var(--app-accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.platform-experimental {
  opacity: 0.58;
}

.platform-experimental span {
  color: var(--app-warning);
}

.inline-note {
  margin: 14px 0 0;
  padding: 12px 14px;
  line-height: 1.65;
}

.infrastructure-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--app-accent-border);
  background: var(--app-panel);
}

.infrastructure-grid-desktop {
  display: none;
}

.infrastructure-grid > div {
  min-width: 0;
  padding: 20px 18px;
  border-right: 1px solid var(--app-border);
  border-bottom: 1px solid var(--app-border);
}

.infrastructure-grid > div:nth-child(4n) {
  border-right: 0;
}

.infrastructure-grid > div:nth-last-child(-n + 4) {
  border-bottom: 0;
}

.infrastructure-grid strong,
.infrastructure-grid span {
  display: block;
}

.infrastructure-grid strong {
  margin-bottom: 8px;
  color: var(--app-accent);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.infrastructure-grid span {
  color: var(--app-text-muted);
  font-size: 9px;
  line-height: 1.55;
  text-transform: uppercase;
}

.infrastructure-grid span::before {
  content: "// ";
  color: var(--app-text-faint);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--app-border);
  border-left: 1px solid var(--app-border);
  background: var(--app-panel);
}

.faq-list details {
  min-width: 0;
  border-right: 1px solid var(--app-border);
  border-bottom: 1px solid var(--app-border);
}

.faq-list details:nth-child(2n) {
  border-right: 0;
}

.faq-list details:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.faq-list summary {
  position: relative;
  padding: 17px 50px 17px 18px;
  color: var(--app-text);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  transition:
    background var(--app-transition-fast) var(--app-ease),
    color var(--app-transition-fast) var(--app-ease);
}

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

.faq-list summary::before {
  content: "$ ";
  color: var(--app-accent);
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  color: var(--app-accent);
  font-size: 18px;
  transform: translateY(-50%);
}

.faq-list details[open] summary {
  background: var(--app-accent-tint);
  color: var(--app-accent-bright);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  max-width: none;
  padding: 10px 42px 18px 38px;
}

@keyframes caret-blink {
  0%,
  48% {
    opacity: 1;
  }

  49%,
  100% {
    opacity: 0;
  }
}

@keyframes header-command-caret-blink {
  0%,
  48% {
    border-right-color: var(--app-accent);
  }

  49%,
  100% {
    border-right-color: transparent;
  }
}

@keyframes cube-spin {
  from {
    transform: rotateX(-22deg) rotateY(0deg);
  }

  to {
    transform: rotateX(-22deg) rotateY(360deg);
  }
}

@keyframes data-packet-forward {
  0% {
    left: 0;
    opacity: 0;
    transform: translateX(-100%);
  }

  8% {
    opacity: 0.45;
  }

  50% {
    opacity: 1;
  }

  92% {
    opacity: 0.45;
  }

  100% {
    left: 100%;
    opacity: 0;
    transform: translateX(0);
  }
}

@keyframes data-packet-return {
  0% {
    left: 100%;
    opacity: 0;
    transform: translateX(0);
  }

  8% {
    opacity: 0.45;
  }

  50% {
    opacity: 1;
  }

  92% {
    opacity: 0.45;
  }

  100% {
    left: 0;
    opacity: 0;
    transform: translateX(-100%);
  }
}

@keyframes log-line-in {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

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

@media (max-width: 900px) {
  .header-nav {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .hero {
    padding-top: 64px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .connection-window {
    max-width: 470px;
    justify-self: start;
  }

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

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

  .steps li {
    border-right: 0;
    border-bottom: 1px solid var(--app-border);
  }

  .steps li:last-child {
    border-bottom: 0;
  }

  .platforms,
  .infrastructure-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .platform-desktop-only,
  .faq-desktop-only {
    display: none;
  }

  .faq-list details:nth-child(7),
  .faq-list details:nth-child(8) {
    border-bottom: 0;
  }

  .infrastructure-grid > div {
    border-right: 1px solid var(--app-border);
    border-bottom: 1px solid var(--app-border);
  }

  .infrastructure-grid > div:nth-child(2n) {
    border-right: 0;
  }

  .infrastructure-grid > div:nth-last-child(-n + 4) {
    border-bottom: 1px solid var(--app-border);
  }

  .infrastructure-grid > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 600px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .site-header .window-dots {
    display: none;
  }

  .header-actions {
    gap: 7px;
  }

  .language-switcher::before {
    content: "";
  }

  .button-small {
    padding-right: 9px;
    padding-left: 9px;
  }

  .hero {
    padding: 52px 0 38px;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 12.2vw, 3.4rem);
    letter-spacing: -0.045em;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hero-actions .button {
    width: 100%;
    min-width: 0;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 10px;
    white-space: nowrap;
  }

  .platforms .platform-desktop-only:nth-child(-n + 12) {
    display: flex;
  }

  .infrastructure-grid-mobile {
    display: none;
  }

  .infrastructure-grid-desktop {
    display: grid;
  }

  .faq-list .faq-desktop-only:nth-child(-n + 12) {
    display: block;
  }

  .faq-list summary {
    padding: 10px 42px 10px 14px;
    font-size: 11px;
  }

  #heroSupportLink {
    display: none !important;
  }

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

  .hero-metrics > div:nth-child(2) {
    display: none;
  }

  .connection-window {
    display: none;
  }

  .content-section {
    padding: 42px 0;
  }

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

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

  .feature-card {
    min-height: 0;
  }

  #advantages .feature-card:nth-child(n + 6) {
    display: none;
  }

  .platform {
    min-height: 70px;
    padding: 12px;
  }

  .platform strong {
    font-size: 11px;
  }

  .infrastructure-grid > div {
    padding: 15px 10px;
  }

  .infrastructure-grid strong {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .infrastructure-grid span {
    font-size: 7.5px;
    line-height: 1.45;
  }

  .faq-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .faq-list details {
    border-right: 0;
    border-bottom: 1px solid var(--app-border);
  }

  .faq-list details:nth-child(7),
  .faq-list details:nth-child(8) {
    border-bottom: 1px solid var(--app-border);
  }

  .faq-list details:nth-child(12) {
    border-bottom: 0;
  }

  .faq-list p {
    padding-right: 18px;
    padding-left: 28px;
  }
}

@media (max-width: 480px) {
  .cube-stage {
    height: 200px;
  }

  .cube {
    width: 110px;
    height: 110px;
  }

  .cube .f-front {
    transform: translateZ(55px);
  }

  .cube .f-back {
    transform: rotateY(180deg) translateZ(55px);
  }

  .cube .f-right {
    transform: rotateY(90deg) translateZ(55px);
  }

  .cube .f-left {
    transform: rotateY(-90deg) translateZ(55px);
  }

  .cube .f-top {
    transform: rotateX(90deg) translateZ(55px);
  }

  .cube .f-bottom {
    transform: rotateX(-90deg) translateZ(55px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .caret,
  .header-command,
  .cube,
  .connection-window.is-active .connection-log > div {
    animation: none;
  }

  .cube {
    transform: rotateX(-22deg) rotateY(34deg);
  }

  .data-packet {
    display: none;
  }

  .connection-window.animation-ready .connection-log > div {
    opacity: 1;
    transform: none;
  }

  .button,
  .language-switcher button,
  .faq-list summary,
  .feature-card {
    transition: none;
  }
}

@media (min-width: 901px) {
  .hero {
    min-height: calc(100vh - 52px);
    min-height: calc(100svh - 52px);
    display: flex;
    align-items: center;
  }

  .hero-grid {
    align-items: end;
  }

  .hero-actions {
    width: 100%;
    max-width: 610px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-actions .button {
    width: 100%;
    min-width: 0;
    padding-right: 10px;
    padding-left: 10px;
  }

  #connection,
  .header-nav a[href="#connection"] {
    display: none;
  }

  .infrastructure-grid-mobile {
    display: none;
  }

  .infrastructure-grid-desktop {
    display: grid;
  }

  html.desktop-section-paging {
    scroll-behavior: auto;
    overscroll-behavior-y: none;
  }

  html.desktop-section-paging body {
    overscroll-behavior-y: none;
  }

  html.desktop-section-paging :is(.hero, #advantages, #platforms, #network, #faq) {
    height: calc(100vh - 52px);
    height: calc(100svh - 52px);
    min-height: calc(100vh - 52px);
    min-height: calc(100svh - 52px);
    display: flex;
    align-items: center;
    overflow: hidden;
    scroll-margin-top: 52px;
  }

  html.desktop-section-paging :is(.hero, #advantages, #platforms, #network, #faq) > .container {
    max-height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    overscroll-behavior: contain;
  }

  html.desktop-section-paging :is(.hero, #advantages, #platforms, #network, #faq) > .container::-webkit-scrollbar {
    display: none;
  }

  html.desktop-section-paging #faq > .container {
    overflow-y: hidden;
    overscroll-behavior: none;
  }
}

@media (max-width: 600px) {
  html.mobile-section-paging {
    scroll-behavior: auto;
    overscroll-behavior-y: none;
    touch-action: pan-x;
  }

  html.mobile-section-paging body {
    overscroll-behavior-y: none;
    touch-action: pan-x;
  }

  html.mobile-section-paging :is(.hero, #advantages, #platforms, #connection, #network, #faq) {
    height: calc(100vh - 52px);
    height: calc(100svh - 52px);
    min-height: calc(100vh - 52px);
    min-height: calc(100svh - 52px);
    display: flex;
    align-items: center;
    overflow: hidden;
    scroll-margin-top: 52px;
  }

  html.mobile-section-paging :is(.hero, #advantages, #platforms, #connection, #network, #faq) > .container {
    max-height: 100%;
    scrollbar-width: none;
  }

  html.mobile-section-paging :is(.hero, #connection) > .container {
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  html.mobile-section-paging :is(#advantages, #platforms, #network, #faq) > .container {
    overflow-y: hidden;
    overscroll-behavior: none;
  }

  html.mobile-section-paging :is(.hero, #advantages, #platforms, #connection, #network, #faq) > .container::-webkit-scrollbar {
    display: none;
  }
}