:root {
  color-scheme: dark;
  --bg: #0a0f14;
  --panel: #111821;
  --panel-2: #0e151d;
  --line: rgba(88, 125, 55, 0.48);
  --line-soft: rgba(88, 125, 55, 0.28);
  --text: #dce2f0;
  --muted: rgba(220, 226, 240, 0.48);
  --muted-2: #919eba;
  --blue: #5daaff;
  --blue-light: #8fc4ff;
  --green: #64de02;
  --lime: #dfffc4;
  --violet: #8b62ff;
  --orange: #e6513a;
  --container: 1240px;
  --wide: 1482px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-padding-top: 96px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

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

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

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  border: 1px solid rgba(100, 222, 2, 0.75);
  border-radius: 10px;
  background: var(--blue-light);
  color: #03111c;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 101% 9%, rgba(93, 170, 255, 0.09), transparent 17rem),
    radial-gradient(circle at -8% 8%, rgba(93, 170, 255, 0.08), transparent 18rem),
    #0a0f14;
}

.container {
  width: min(var(--container), calc(100vw - 48px));
  margin: 0 auto;
}

.container-wide {
  width: min(var(--wide), calc(100vw - 48px));
  margin: 0 auto;
}

.section-dark {
  position: relative;
  isolation: isolate;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 79px;
  background: rgba(10, 15, 20, 0.05);
  border-bottom: 1px solid rgba(2, 52, 222, 0.34);
}

.nav-wrap {
  width: min(1265px, calc(100vw - 48px));
  height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.34em;
  color: #75b2ff;
}

.brand-logo {
  display: block;
  width: 50px;
  height: auto;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 14px rgba(93, 170, 255, 0.45));
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  flex: 1;
  font-size: 13px;
  font-weight: 500;
  color: rgba(220, 226, 240, 0.72);
}

.nav-links a {
  transition: color 160ms ease;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-links a,
.button,
.legal-links a,
.social-row a {
  transition:
    color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(100, 222, 2, 0.75);
  border-radius: 12px;
  background:
    radial-gradient(circle at 40% 16%, var(--blue-light), transparent 55%),
    linear-gradient(135deg, #69adff, #95caff);
  color: #03111c;
  font-size: 13.8px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  box-shadow: 0 0 28px rgba(93, 170, 255, 0.38);
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 34px rgba(93, 170, 255, 0.48);
}

.nav-button {
  width: 110px;
  min-height: 38px;
  font-size: 12px;
  border-radius: 10px;
}

.hero {
  height: 669px;
  padding-top: 79px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(9, 15, 22, 0.78), rgba(9, 15, 22, 0.3) 44%, rgba(9, 15, 22, 0.92)),
    radial-gradient(circle at 74% 16%, rgba(93, 170, 255, 0.13), transparent 24rem),
    radial-gradient(circle at 20% 18%, rgba(93, 170, 255, 0.13), transparent 18rem);
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0, rgba(10, 15, 20, 0.1) 62%, #0a0f14 100%);
}

.haze {
  position: absolute;
  width: 570px;
  height: 570px;
  border-radius: 50%;
  background: rgba(93, 170, 255, 0.15);
  filter: blur(16px);
}

.haze-left {
  left: -181px;
  top: 405px;
}

.haze-right {
  right: -285px;
  top: -123px;
}

.code-plane {
  position: absolute;
  border: 1px solid rgba(141, 180, 218, 0.08);
  border-radius: 20px;
  background:
    repeating-linear-gradient(0deg, rgba(160, 190, 220, 0.055) 0 1px, transparent 1px 9px),
    linear-gradient(135deg, rgba(160, 190, 220, 0.08), rgba(10, 15, 20, 0.04));
  box-shadow: inset 0 0 30px rgba(93, 170, 255, 0.04);
  transform: perspective(700px) rotateY(-18deg) rotateX(9deg);
}

.plane-a {
  width: 315px;
  height: 260px;
  left: 47%;
  top: 64px;
  opacity: 0.42;
}

.plane-b {
  width: 285px;
  height: 180px;
  left: 59%;
  top: 189px;
  opacity: 0.3;
}

.plane-c {
  width: 300px;
  height: 220px;
  left: 48%;
  top: 405px;
  opacity: 0.22;
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 108px;
}

.hero h1 {
  width: 674px;
  margin: 0;
  color: #dce2f0;
  font-size: 72.8px;
  font-weight: 800;
  letter-spacing: -0.46px;
  line-height: 68.43px;
  text-wrap: balance;
}

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

.hero p {
  width: 632px;
  margin: 32px 0 0;
  color: rgba(220, 226, 240, 0.5);
  font-size: 24px;
  line-height: 26px;
}

.hero-button {
  width: 182px;
  margin-top: 32px;
}

.section-heading h2,
.testimonials h2 {
  margin: 0;
  color: var(--blue);
  font-size: 76.8px;
  font-weight: 800;
  letter-spacing: -4.608px;
  line-height: 73.73px;
  text-wrap: balance;
}

.section-heading p {
  margin: 9px 0 0;
  color: rgba(220, 226, 240, 0.5);
  font-size: 15.4px;
  line-height: 26px;
}

.centered {
  text-align: center;
}

.centered p {
  width: 674px;
  max-width: 100%;
  margin: 18px auto 0;
  font-size: 16.3px;
  line-height: 28.4px;
}

.numbers {
  padding-top: 32px;
}

.numbers .container {
  min-height: 440px;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 284px;
  margin-top: 21px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--panel);
}

.metric-card {
  position: relative;
  min-width: 0;
  padding: 74px 30px 30px;
  border-right: 1px solid var(--line-soft);
}

.metric-card:last-child {
  border-right: 0;
}

.metric-card strong {
  display: block;
  color: #eaf4ff;
  font-family: Sora, Inter, sans-serif;
  font-size: 80px;
  font-weight: 800;
  letter-spacing: -6.4px;
  line-height: 68.8px;
  font-variant-numeric: tabular-nums;
}

.metric-card span {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: rgba(220, 226, 240, 0.48);
  font-size: 13.8px;
  font-weight: 500;
  letter-spacing: 0.46em;
  line-height: 20px;
  text-transform: uppercase;
}

.services {
  padding-top: 111px;
}

.services .container {
  min-height: 456px;
}

.service-model {
  margin-top: 32px;
}

.wide-card {
  border: 1px solid var(--line-soft);
  border-radius: 22px;
  background: var(--panel);
  padding: 28px 32px;
  text-align: center;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.15);
}

.service-model > .wide-card {
  height: 114px;
}

.split-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}

.split-cards .wide-card {
  height: 145px;
}

.wide-card h3 {
  margin: 0;
  color: var(--blue);
  font-size: 18.6px;
  line-height: 28px;
}

.split-cards h3 {
  color: var(--text);
}

.wide-card p {
  margin: 14px auto 0;
  max-width: 760px;
  color: rgba(220, 226, 240, 0.42);
  font-size: 15px;
  line-height: 23px;
}

.capabilities {
  padding-top: 111px;
  min-height: 536px;
}

.large-subtitle {
  width: min(992px, calc(100vw - 48px));
  margin: 0 auto 32px;
  color: var(--text);
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  line-height: 49px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.capability-card {
  position: relative;
  height: 262px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 22px;
  background: var(--panel);
  padding: 28px 25px;
}

.capability-card h4 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--text);
  font-size: 24px;
  line-height: 29px;
}

.capability-card p {
  position: relative;
  z-index: 2;
  max-width: 94%;
  margin: 32px 0 0;
  color: rgba(220, 226, 240, 0.72);
  font-size: 16px;
  line-height: 27px;
}

.arrow-icon {
  position: absolute;
  left: 31px;
  bottom: 27px;
  color: var(--blue);
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
}

.capability-card::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: -35px;
  width: 165px;
  height: 165px;
  opacity: 0.42;
  color: #243750;
  background: currentColor;
}

.capability-card.bolt::after {
  clip-path: polygon(55% 0, 100% 0, 62% 48%, 100% 48%, 36% 100%, 47% 58%, 5% 58%);
}

.capability-card.ring::after {
  border-radius: 50%;
  box-shadow: inset 0 0 0 35px #0a0f14, inset 0 0 0 70px currentColor;
}

.capability-card.list::after {
  right: -12px;
  width: 150px;
  background:
    linear-gradient(currentColor 0 16px, transparent 16px 40px) 0 0 / 130px 40px,
    linear-gradient(90deg, currentColor 0 40px, transparent 40px);
}

.capability-card.shield::after {
  clip-path: polygon(50% 0, 100% 24%, 92% 72%, 50% 100%, 8% 72%, 0 24%);
}

.assessment-button {
  width: 282px;
  margin: 32px auto 0;
  display: flex;
}

.dashboard {
  padding-top: 37px;
}

.dashboard .container {
  position: relative;
}

.dashboard .container::after,
.infrastructure::after {
  content: "";
  position: absolute;
  right: -440px;
  top: 178px;
  width: 840px;
  height: 840px;
  border: 120px solid rgba(93, 170, 255, 0.04);
  border-radius: 50%;
  z-index: -1;
}

.dashboard-title {
  min-height: 114px;
}

.dashboard-title p {
  margin-top: 18px;
  font-size: 14.4px;
  line-height: 21.9px;
}

.dashboard-shell {
  height: 655px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    radial-gradient(circle at 52% 40%, rgba(2, 52, 222, 0.16), transparent 30%),
    var(--panel);
}

.dashboard-topbar {
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line-soft);
  padding: 28px 18px 0;
  background: rgba(17, 24, 33, 0.7);
}

.window-dots {
  display: flex;
  align-items: center;
  gap: 12px;
}

.window-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ad4eb5;
}

.window-dots span:nth-child(2) {
  background: #a143a1;
}

.window-dots span:nth-child(3) {
  background: #c46352;
}

.dashboard-topbar > span {
  color: rgba(220, 226, 240, 0.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.44em;
  text-transform: uppercase;
}

.dashboard-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 288px 238px;
  gap: 16px;
  height: 584px;
  padding: 18px;
}

.dash-panel {
  overflow: hidden;
  border-radius: 18px;
  background: #202b37;
  padding: 24px;
}

.dash-label {
  color: rgba(220, 226, 240, 0.48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.48em;
  line-height: 16px;
  text-transform: uppercase;
}

.dash-panel strong {
  display: block;
  margin-top: 14px;
  color: var(--text);
  font-family: Sora, Inter, sans-serif;
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -1.8px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.dash-panel small {
  display: block;
  margin-top: 20px;
  color: var(--blue);
  font-size: 10.8px;
  font-weight: 700;
}

.status-row {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  color: var(--blue);
  font-size: 11px;
}

.status-row i,
.system-head i,
.monitor-row i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}

.status-row span {
  margin-left: auto;
}

.bar-chart {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 5px;
  align-items: end;
  height: 93px;
  margin-top: 25px;
}

.bar-chart b {
  display: block;
  height: 100%;
  border-radius: 3px 3px 0 0;
  background: #5b88c7;
}

.bar-chart.even b:nth-child(1) { height: 82%; }
.bar-chart.even b:nth-child(2) { height: 88%; }
.bar-chart.even b:nth-child(3) { height: 79%; }
.bar-chart.even b:nth-child(4) { height: 86%; }
.bar-chart.even b:nth-child(5) { height: 83%; }
.bar-chart.even b:nth-child(6) { height: 90%; }
.bar-chart.even b:nth-child(7) { height: 85%; }
.bar-chart.even b:nth-child(8) { height: 93%; }
.bar-chart.even b:nth-child(9) { height: 87%; }
.bar-chart.even b:nth-child(10) { height: 84%; }
.bar-chart.even b:nth-child(11) { height: 89%; }
.bar-chart.even b:nth-child(12) { height: 81%; }

.depth-chart {
  display: grid;
  grid-template-columns: repeat(5, 1fr) 4px repeat(5, 1fr);
  gap: 8px;
  align-items: end;
  height: 92px;
  margin-top: 34px;
}

.depth-chart span,
.depth-chart em {
  display: block;
  height: 100%;
  border-radius: 2px 2px 0 0;
  background: #7e4389;
}

.depth-chart .sell {
  background: #995a4d;
}

.depth-chart em {
  width: 4px;
  background: var(--blue);
}

.depth-chart span:nth-child(1) { height: 72%; }
.depth-chart span:nth-child(2) { height: 84%; }
.depth-chart span:nth-child(3) { height: 78%; }
.depth-chart span:nth-child(4) { height: 88%; }
.depth-chart span:nth-child(5) { height: 81%; }
.depth-chart em { height: 95%; }
.depth-chart span:nth-child(7) { height: 86%; }
.depth-chart span:nth-child(8) { height: 76%; }
.depth-chart span:nth-child(9) { height: 91%; }
.depth-chart span:nth-child(10) { height: 83%; }
.depth-chart span:nth-child(11) { height: 73%; }

.system-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.stable {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 28px;
  margin-top: 32px;
  border: 1px solid rgba(100, 222, 2, 0.28);
  border-radius: 999px;
  background: rgba(100, 222, 2, 0.14);
  padding: 0 14px;
  color: #a9f071;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stable i,
.monitor-row i {
  background: #8ef24b;
}

.system p {
  margin: -8px 0 17px;
  color: rgba(220, 226, 240, 0.58);
  text-align: right;
  font-size: 9.6px;
}

.monitor-row {
  display: grid;
  grid-template-columns: 12px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  margin-top: 8px;
  border-radius: 10px;
  background: #111821;
  padding: 14px;
}

.monitor-row b,
.monitor-row span,
.monitor-row em {
  display: block;
  font-style: normal;
}

.monitor-row b {
  color: var(--text);
  font-size: 12.5px;
}

.monitor-row span {
  margin-top: 11px;
  color: rgba(220, 226, 240, 0.68);
  font-size: 9.8px;
}

.monitor-row em {
  color: var(--blue);
  font-size: 9.2px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.volume {
  grid-column: 1 / span 2;
}

.volume .bar-chart {
  grid-template-columns: repeat(16, 1fr);
  height: 54px;
  margin-top: 27px;
}

.volume-bars b:nth-child(1) { height: 72%; }
.volume-bars b:nth-child(2) { height: 83%; }
.volume-bars b:nth-child(3) { height: 79%; }
.volume-bars b:nth-child(4) { height: 88%; }
.volume-bars b:nth-child(5) { height: 76%; }
.volume-bars b:nth-child(6) { height: 92%; }
.volume-bars b:nth-child(7) { height: 81%; }
.volume-bars b:nth-child(8) { height: 96%; }
.volume-bars b:nth-child(9) { height: 86%; }
.volume-bars b:nth-child(10) { height: 75%; }
.volume-bars b:nth-child(11) { height: 90%; }
.volume-bars b:nth-child(12) { height: 82%; }
.volume-bars b:nth-child(13) { height: 99%; }
.volume-bars b:nth-child(14) { height: 87%; }
.volume-bars b:nth-child(15) { height: 78%; }
.volume-bars b:nth-child(16) { height: 93%; }

.book-lines {
  display: grid;
  gap: 9px;
  margin-top: 17px;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.book-lines span {
  display: flex;
  justify-content: space-between;
  color: #af6faf;
}

.book-lines .mid {
  color: var(--blue);
}

.book-lines .ask {
  color: var(--orange);
}

.book-lines b,
.book-lines em {
  font-style: normal;
  font-weight: 600;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.support-card {
  min-height: 256px;
  border: 1px solid var(--line-soft);
  border-radius: 22px;
  background: var(--panel);
  padding: 24px;
}

.support-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(93, 170, 255, 0.36);
  border-radius: 10px;
  background: rgba(0, 81, 255, 0.16);
  color: var(--blue);
}

.support-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.support-card h3 {
  margin: 29px 0 8px;
  color: var(--text);
  font-size: 19px;
  line-height: 25px;
}

.support-card p {
  margin: 0;
  color: rgba(220, 226, 240, 0.43);
  font-size: 15.6px;
  line-height: 26.5px;
}

.infrastructure {
  padding: 148px 0 0;
}

.infra-grid {
  display: grid;
  grid-template-columns: 562px 634px;
  gap: 44px;
  min-height: 866px;
}

.eyebrow {
  margin: 0 0 17px;
  color: var(--text);
  font-family: Sora, Inter, sans-serif;
  font-size: 18.9px;
  font-weight: 800;
  line-height: 28.7px;
  text-transform: uppercase;
}

.tech-list {
  display: grid;
  gap: 18px;
  padding-top: 11px;
}

.tech-item {
  display: grid;
  grid-template-columns: 57px 1fr;
  min-height: 152px;
  border: 1px solid var(--line-soft);
  border-radius: 22px;
  background: var(--panel);
  padding: 28px;
}

.tech-item > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--blue);
  color: #071522;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.tech-item h3 {
  margin: 0;
  color: var(--text);
  font-size: 20px;
  line-height: 27px;
}

.tech-item p {
  margin: 3px 0 0;
  color: rgba(220, 226, 240, 0.42);
  font-size: 15px;
  line-height: 23px;
}

.technology-visuals {
  padding-top: 46px;
}

.laptop-card {
  display: grid;
  place-items: center;
  height: 371px;
  border: 1px solid var(--line-soft);
  border-radius: 28px;
  background: var(--panel);
  padding: 0;
  overflow: hidden;
}

.technology-image {
  display: block;
  width: min(116%, 730px);
  max-width: none;
  height: auto;
  transform: translateY(-34px);
}

.mesh-card {
  position: relative;
  height: 340px;
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid rgba(141, 118, 255, 0.3);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 52%, rgba(93, 170, 255, 0.38), transparent 18%),
    radial-gradient(circle at 55% 35%, rgba(2, 52, 222, 0.28), transparent 48%),
    #111821;
  padding: 28px 19px 16px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
}

.mesh-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mesh-top span,
.floating-pill span,
.mesh-tags span {
  color: rgba(223, 255, 196, 0.45);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.46em;
  text-transform: uppercase;
}

.mesh-top b {
  display: inline-flex;
  align-items: center;
  height: 29px;
  border: 1px solid rgba(100, 222, 2, 0.26);
  border-radius: 999px;
  background: rgba(100, 222, 2, 0.17);
  padding: 0 15px;
  color: #9ce761;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mesh-map {
  position: relative;
  height: 224px;
}

.mesh-core {
  position: absolute;
  left: 50%;
  top: 48%;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(100, 222, 2, 0.28);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle, #bfe0ff 0 17%, rgba(93,170,255,0.78) 18% 42%, transparent 43%),
    repeating-radial-gradient(circle, transparent 0 24px, rgba(100,222,2,0.24) 25px 26px, transparent 27px 43px);
  color: rgba(255,255,255,0.9);
  text-align: center;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 10px;
  text-transform: uppercase;
  box-shadow: 0 0 34px rgba(93, 170, 255, 0.42);
}

.node {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #b8f08b;
  box-shadow: 0 0 15px rgba(184, 240, 139, 0.6);
}

.n1 { left: 21%; top: 30%; }
.n2 { right: 23%; top: 28%; }
.n3 { left: 20%; top: 74%; }
.n4 { right: 35%; top: 74%; }
.n5 { left: 34%; top: 89%; }
.n6 { right: 18%; top: 93%; }

.route {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 190px;
  border-top: 2px dashed rgba(93, 170, 255, 0.55);
  transform-origin: left center;
}

.r1 { transform: rotate(201deg); }
.r2 { transform: rotate(-27deg); }
.r3 { transform: rotate(154deg); }
.r4 { transform: rotate(64deg); }
.r5 { transform: rotate(118deg); }
.r6 { transform: rotate(47deg); }

.floating-pill {
  position: absolute;
  display: grid;
  gap: 4px;
  width: 108px;
  height: 59px;
  border: 1px solid rgba(223, 255, 196, 0.28);
  border-radius: 14px;
  background: linear-gradient(180deg, #1c2842, #0c1222);
  padding: 10px 12px;
}

.floating-pill b {
  color: var(--text);
  font-size: 14px;
}

.p1 { left: 0; top: 33px; }
.p2 { right: 16px; top: 53px; }
.p3 { right: 78px; bottom: 10px; }

.mesh-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mesh-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(223, 255, 196, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  padding: 0 12px;
  letter-spacing: 0.32em;
}

.network {
  padding: 38px 0 0;
}

.network-container {
  display: grid;
  gap: 95px;
  min-height: 882px;
}

.logo-cloud h2,
.chain-cloud h2 {
  margin: 0 0 16px;
  color: var(--text);
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 29px;
  text-transform: uppercase;
}

.exchange-grid,
.chain-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 16px;
}

.exchange-grid span,
.chain-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 154px;
  height: 77px;
  border-radius: 999px;
  background: var(--panel);
  color: #b8c9e5;
  font-size: 16px;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px rgba(56, 86, 26, 0.08);
}

.exchange-grid span:nth-child(3n + 1) {
  min-width: 170px;
}

.exchange-grid span:nth-child(6n + 4) {
  min-width: 150px;
}

.exchange-grid img,
.chain-grid img {
  display: block;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 7px;
  object-fit: contain;
}

.chain-grid img {
  border-radius: 50%;
}

.chain-grid span {
  min-width: 150px;
  height: 82px;
}

.chain-grid span:nth-child(2) {
  min-width: 176px;
}

.testimonials {
  padding-top: 120px;
}

.testimonials-container {
  display: grid;
  gap: 56px;
}

.testimonials h2 {
  width: 798px;
  max-width: 100%;
  margin: 0 auto;
  color: var(--text);
  text-align: center;
  line-height: 97px;
  letter-spacing: -0.61px;
}

.testimonials h2 span {
  color: var(--blue);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.testimonial-card {
  position: relative;
  min-height: 382px;
  border: 1px solid var(--line-soft);
  border-radius: 22px;
  background: var(--panel);
  padding: 28px;
}

.testimonial-card q {
  position: absolute;
  top: 20px;
  right: 24px;
  color: rgba(220, 226, 240, 0.08);
  font-family: Georgia, serif;
  font-size: 64px;
  line-height: 1;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(220, 226, 240, 0.12);
  border-radius: 999px;
  background: rgba(220, 226, 240, 0.16);
  padding: 0 14px;
  color: rgba(255,255,255,0.8);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.testimonial-card p {
  margin: 22px 0 0;
  color: rgba(220, 226, 240, 0.45);
  font-size: 15px;
  line-height: 27px;
}

.person {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.person > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid rgba(74, 200, 222, 0.32);
  border-radius: 50%;
  background: rgba(74, 200, 222, 0.1);
  color: #4ac8de;
  font-size: 10px;
  font-weight: 700;
}

.person b,
.person small {
  display: block;
}

.person b {
  color: var(--text);
  font-size: 12px;
  line-height: 16px;
}

.person small {
  color: rgba(220, 226, 240, 0.38);
  font-size: 9px;
  line-height: 13px;
}

.cta-panel {
  display: grid;
  justify-items: center;
  min-height: 264px;
  margin-top: 148px;
  border: 1px solid var(--line-soft);
  border-radius: 30px;
  background: var(--panel);
  padding: 44px 52px;
  text-align: center;
}

.cta-panel h3 {
  margin: 0;
  color: var(--text);
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  text-transform: uppercase;
}

.cta-panel p {
  width: 520px;
  max-width: 100%;
  margin: 8px 0 0;
  color: rgba(220, 226, 240, 0.45);
  font-size: 15px;
  line-height: 27px;
}

.cta-panel .button {
  width: 257px;
  margin-top: 32px;
}

.site-footer {
  min-height: 314px;
  border-top: 1px solid var(--line-soft);
  background: rgba(10, 15, 20, 0.8);
}

.footer-main {
  height: 187px;
  padding-top: 44px;
}

.footer-brand {
  height: 26px;
  align-items: center;
  transform: scale(0.68);
  transform-origin: left center;
}

.footer-main p {
  margin: 14px 0 0;
  color: rgba(220, 226, 240, 0.52);
  font-size: 12px;
}

.footer-main a:not(.brand) {
  display: inline-block;
  margin-top: 16px;
  color: var(--muted-2);
  font-size: 11.8px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  gap: 18px;
  height: 69px;
  border-top: 1px solid var(--line-soft);
}

.footer-bottom p {
  margin: 0;
  color: var(--muted-2);
  font-size: 10.9px;
}

.legal-links {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 10px;
  color: var(--muted-2);
  font-size: 10.9px;
  font-weight: 700;
}

.legal-links a {
  line-height: 28px;
}

.legal-links a:hover {
  color: var(--blue-light);
}

.social-row {
  display: flex;
  gap: 10px;
}

.social-row a {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: var(--panel);
  color: #9dc7ff;
  font-size: 12px;
  font-weight: 800;
}

.legal-site {
  background:
    radial-gradient(circle at 82% 9%, rgba(93, 170, 255, 0.12), transparent 28rem),
    radial-gradient(circle at 2% 28%, rgba(93, 170, 255, 0.08), transparent 22rem),
    var(--bg);
}

.legal-main {
  padding-top: 79px;
}

.legal-hero {
  padding: 112px 0 58px;
}

.legal-kicker {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.legal-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--text);
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(48px, 7vw, 84px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -2px;
}

.legal-hero p:last-child {
  margin: 18px 0 0;
  color: rgba(220, 226, 240, 0.5);
  font-size: 15px;
}

.legal-content {
  padding-bottom: 128px;
}

.legal-card {
  max-width: 920px;
  border: 1px solid var(--line-soft);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 0%, rgba(93, 170, 255, 0.08), transparent 20rem),
    var(--panel);
  padding: 56px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.legal-card p {
  margin: 0;
  color: rgba(220, 226, 240, 0.66);
  font-size: 16px;
  line-height: 1.85;
}

.legal-card p + p {
  margin-top: 16px;
}

.legal-card h2 {
  margin: 36px 0 10px;
  color: var(--text);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  text-wrap: balance;
}

.legal-card a {
  color: var(--blue-light);
  font-weight: 700;
}

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

@media (max-width: 1180px) {
  .nav-wrap {
    gap: 28px;
  }

  .nav-links {
    gap: 22px;
  }

  .hero h1,
  .section-heading h2,
  .testimonials h2 {
    font-size: clamp(44px, 7vw, 72px);
    line-height: 0.98;
    letter-spacing: -2px;
  }

  .metrics-grid,
  .support-grid,
  .testimonial-grid,
  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
  }

  .metric-card {
    min-height: 220px;
    border-bottom: 1px solid var(--line-soft);
  }

  .metric-card:nth-child(2) {
    border-right: 0;
  }

  .infra-grid {
    grid-template-columns: 1fr;
  }

  .technology-visuals {
    padding-top: 0;
  }

  .dashboard-body {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    height: auto;
  }

  .dashboard-shell {
    height: auto;
  }

  .system,
  .book {
    min-height: 288px;
  }
}

@media (max-width: 760px) {
  .container,
  .container-wide,
  .nav-wrap {
    width: min(100% - 32px, var(--container));
  }

  .site-header {
    height: auto;
    min-height: 68px;
    background: rgba(10, 15, 20, 0.76);
    backdrop-filter: blur(14px);
  }

  .nav-wrap {
    height: 68px;
    min-height: 68px;
    flex-wrap: nowrap;
    gap: 12px;
  }

  .nav-links {
    display: none;
  }

  .brand {
    gap: 8px;
    font-size: 9px;
    letter-spacing: 0.28em;
  }

  .brand-logo {
    width: 38px;
  }

  .nav-button {
    width: 98px;
    min-height: 36px;
    border-radius: 9px;
    font-size: 11px;
  }

  .hero {
    height: auto;
    min-height: 520px;
    padding-top: 68px;
  }

  .haze {
    opacity: 0.72;
  }

  .haze-left {
    left: -260px;
    top: 250px;
  }

  .haze-right {
    right: -360px;
    top: -170px;
  }

  .plane-a {
    left: 44%;
    top: 96px;
    width: 230px;
    height: 190px;
  }

  .plane-b,
  .plane-c {
    display: none;
  }

  .hero-inner {
    padding-top: 74px;
  }

  .hero h1,
  .hero p {
    width: 100%;
  }

  .hero h1 {
    max-width: 340px;
    font-size: clamp(36px, 11vw, 43px);
    line-height: 0.93;
    letter-spacing: -1px;
  }

  .hero p {
    max-width: 320px;
    margin-top: 22px;
    font-size: 15.5px;
    line-height: 20px;
  }

  .hero-button {
    width: 156px;
    min-height: 44px;
    margin-top: 22px;
  }

  .numbers,
  .services,
  .capabilities,
  .dashboard,
  .infrastructure,
  .network,
  .testimonials {
    padding-top: 56px;
  }

  .numbers .container,
  .services .container,
  .network-container,
  .infra-grid {
    min-height: 0;
  }

  .metrics-grid,
  .support-grid,
  .testimonial-grid,
  .capability-grid,
  .split-cards,
  .dashboard-body {
    grid-template-columns: 1fr;
  }

  .metric-card {
    min-height: 132px;
    border-right: 0;
    padding: 26px 18px 18px;
  }

  .metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
    border-radius: 22px;
  }

  .metric-card:nth-child(odd) {
    border-right: 1px solid var(--line-soft);
  }

  .metric-card:nth-child(3),
  .metric-card:nth-child(4) {
    border-bottom: 0;
  }

  .metric-card strong {
    font-size: 43px;
    letter-spacing: -2.6px;
    line-height: 0.95;
  }

  .metric-card span {
    left: 18px;
    right: 14px;
    bottom: 18px;
    font-size: 8.8px;
    letter-spacing: 0.34em;
    line-height: 13px;
  }

  .section-heading h2,
  .testimonials h2,
  .dashboard-title h2 {
    max-width: 100%;
    font-size: clamp(34px, 10.5vw, 46px);
    line-height: 1.04;
    letter-spacing: -1.2px;
    text-align: left;
    overflow-wrap: anywhere;
  }

  .section-heading p,
  .centered p,
  .dashboard-title p {
    font-size: 13px;
    line-height: 20px;
  }

  .centered,
  .testimonials h2,
  .large-subtitle {
    text-align: left;
  }

  .centered p {
    margin-left: 0;
  }

  .service-model {
    margin-top: 22px;
  }

  .service-model > .wide-card,
  .split-cards .wide-card {
    height: auto;
    min-height: 0;
    padding: 20px 18px;
  }

  .wide-card {
    border-radius: 16px;
    text-align: left;
  }

  .wide-card h3 {
    font-size: 15px;
    line-height: 21px;
  }

  .wide-card p {
    margin-top: 8px;
    font-size: 12.8px;
    line-height: 19px;
  }

  .large-subtitle {
    width: 100%;
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 29px;
  }

  .capability-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .capability-card,
  .support-card,
  .testimonial-card {
    min-height: 230px;
  }

  .capability-card {
    height: auto;
    min-height: 178px;
    border-radius: 16px;
    padding: 18px;
  }

  .capability-card h4 {
    font-size: 18px;
    line-height: 23px;
  }

  .capability-card p {
    max-width: 92%;
    margin-top: 16px;
    font-size: 13px;
    line-height: 20px;
  }

  .capability-card::after {
    right: -42px;
    bottom: -48px;
    width: 140px;
    height: 140px;
  }

  .arrow-icon {
    left: 18px;
    bottom: 16px;
    font-size: 30px;
  }

  .assessment-button {
    width: 100%;
    min-height: 44px;
    margin-top: 14px;
  }

  .dashboard {
    padding-top: 50px;
  }

  .dashboard-title {
    min-height: 0;
  }

  .dashboard-shell {
    margin-top: 18px;
    border-radius: 22px;
  }

  .dashboard-topbar {
    height: 48px;
    padding: 18px 16px 0;
  }

  .dashboard-topbar > span {
    display: none;
  }

  .dashboard-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 10px;
  }

  .dash-panel {
    min-height: 190px;
    border-radius: 14px;
    padding: 15px;
  }

  .dash-label {
    font-size: 8px;
    letter-spacing: 0.34em;
    line-height: 13px;
  }

  .dash-panel strong {
    margin-top: 10px;
    font-size: 25px;
    letter-spacing: -1.2px;
  }

  .dash-panel small {
    margin-top: 14px;
    font-size: 9.5px;
  }

  .status-row {
    margin-top: 12px;
    font-size: 9.8px;
  }

  .bar-chart,
  .depth-chart {
    height: 70px;
    margin-top: 18px;
    gap: 4px;
  }

  .system,
  .volume,
  .book {
    grid-column: 1 / -1;
  }

  .system,
  .book {
    min-height: 220px;
  }

  .volume {
    min-height: 182px;
  }

  .system-head {
    align-items: flex-start;
  }

  .stable {
    height: 24px;
    margin-top: 4px;
    padding: 0 11px;
    font-size: 8.5px;
  }

  .system p {
    margin: 6px 0 12px;
    text-align: left;
  }

  .monitor-row {
    grid-template-columns: 10px 1fr;
    min-height: 58px;
    padding: 12px;
  }

  .monitor-row em {
    grid-column: 2;
    margin-top: 2px;
    font-size: 8.5px;
  }

  .book-lines {
    gap: 7px;
    font-size: 10px;
  }

  .volume {
    grid-column: 1 / -1;
  }

  .support-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .support-card {
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 14px;
    min-height: 0;
    border-radius: 16px;
    padding: 18px;
  }

  .support-icon {
    width: 42px;
    height: 42px;
  }

  .support-icon svg {
    width: 21px;
    height: 21px;
  }

  .support-card h3 {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 20px;
  }

  .support-card p {
    grid-column: 2;
    font-size: 12.8px;
    line-height: 20px;
  }

  .infrastructure {
    padding-top: 62px;
  }

  .eyebrow {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 22px;
  }

  .tech-list {
    gap: 10px;
    padding-top: 0;
  }

  .tech-item {
    grid-template-columns: 38px 1fr;
    min-height: 0;
    border-radius: 16px;
    padding: 16px;
  }

  .tech-item > span {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }

  .tech-item h3 {
    font-size: 14px;
    line-height: 19px;
  }

  .tech-item p {
    font-size: 12px;
    line-height: 17px;
  }

  .laptop-card {
    height: 205px;
    border-radius: 18px;
    background:
      url("assets/technology-image-wrap.png") center 45% / 118% auto no-repeat,
      var(--panel);
    overflow: hidden;
  }

  .technology-image {
    width: 118%;
    transform: translateY(-10px);
  }

  .mesh-card {
    height: 320px;
    margin-top: 10px;
    border-radius: 16px;
    padding: 18px 12px 12px;
    overflow: hidden;
  }

  .mesh-map {
    transform: scale(0.75);
    transform-origin: center top;
  }

  .mesh-top span,
  .floating-pill span,
  .mesh-tags span {
    letter-spacing: 0.28em;
  }

  .mesh-tags {
    gap: 8px;
    margin-top: -22px;
  }

  .mesh-tags span {
    min-height: 26px;
    padding: 0 10px;
    font-size: 7.5px;
  }

  .network {
    padding-top: 42px;
  }

  .network-container {
    gap: 54px;
  }

  .logo-cloud h2,
  .chain-cloud h2 {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
  }

  .exchange-grid,
  .chain-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    justify-content: stretch;
  }

  .exchange-grid span,
  .chain-grid span {
    min-width: 0;
    height: 44px;
    gap: 7px;
    border-radius: 14px;
    font-size: 10px;
    padding: 0 8px;
  }

  .exchange-grid span:nth-child(3n + 1),
  .exchange-grid span:nth-child(6n + 4),
  .chain-grid span,
  .chain-grid span:nth-child(2) {
    min-width: 0;
  }

  .exchange-grid img,
  .chain-grid img {
    width: 20px;
    height: 20px;
    border-radius: 5px;
  }

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

  .testimonials {
    padding-top: 72px;
  }

  .testimonials-container {
    gap: 28px;
  }

  .testimonial-grid {
    gap: 10px;
  }

  .testimonial-card {
    min-height: 0;
    border-radius: 16px;
    padding: 18px;
  }

  .testimonial-card p {
    margin-top: 14px;
    font-size: 12.7px;
    line-height: 20px;
  }

  .testimonial-card q {
    top: 12px;
    right: 16px;
    font-size: 42px;
  }

  .tag {
    min-height: 23px;
    padding: 0 10px;
    font-size: 7.5px;
    letter-spacing: 0.28em;
  }

  .person {
    position: static;
    margin-top: 18px;
  }

  .person b {
    font-size: 11.5px;
  }

  .person small {
    font-size: 8.5px;
  }

  .cta-panel {
    min-height: 0;
    margin-top: 44px;
    border-radius: 18px;
    padding: 28px 18px;
  }

  .cta-panel h3 {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .cta-panel p {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    line-height: 19px;
  }

  .cta-panel .button {
    width: min(257px, 100%);
    min-height: 44px;
    margin-top: 22px;
    white-space: normal;
  }

  .site-footer {
    min-height: 0;
  }

  .footer-main {
    height: auto;
    padding: 30px 0 24px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    padding: 18px 0 22px;
  }

  .legal-links {
    margin-left: 0;
  }

  .legal-hero {
    padding: 72px 0 36px;
  }

  .legal-card {
    padding: 28px;
    border-radius: 22px;
  }

  .legal-card p {
    font-size: 14px;
    line-height: 1.7;
  }

  .legal-card h2 {
    font-size: 19px;
  }
}
