:root {
  color-scheme: dark;
  --ink: #050b12;
  --ink-2: #07101d;
  --navy: #06111f;
  --navy-2: #0d233b;
  --panel: #111b27;
  --panel-2: #1d2a38;
  --paper: #f3f8fe;
  --paper-line: rgba(77, 148, 214, 0.08);
  --text: #eaf2ff;
  --muted: rgba(234, 242, 255, 0.55);
  --paper-text: #111821;
  --paper-muted: rgba(17, 24, 33, 0.52);
  --blue: #4da0f5;
  --blue-2: #77bdff;
  --line: rgba(77, 160, 245, 0.35);
  --container: 1360px;
  --serif: Lora, Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--text);
  font-family: var(--sans);
}

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

img,
svg {
  display: block;
  max-width: 100%;
}

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

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

.skip-link {
  position: fixed;
  left: -999px;
  top: 16px;
  z-index: 200;
  border-radius: 9px;
  background: var(--blue);
  color: #001326;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
}

.skip-link:focus {
  left: 16px;
  opacity: 1;
  pointer-events: auto;
}

.site {
  min-height: 100vh;
  overflow: hidden;
  background: var(--ink);
}

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

.section-dark {
  position: relative;
  background: var(--ink);
}

.light-surface {
  color: var(--paper-text);
  background:
    radial-gradient(circle, var(--paper-line) 1.1px, transparent 1.2px) 0 0 / 18px 18px,
    var(--paper);
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  height: 90px;
  border-bottom: 1px solid rgba(77, 160, 245, 0.5);
  background: rgba(5, 11, 18, 0.9);
}

.nav-wrap {
  width: min(var(--container), calc(100vw - 56px));
  height: 90px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--blue-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.28em;
}

.brand-logo {
  width: 54px;
  height: auto;
  filter: drop-shadow(0 0 14px rgba(77, 160, 245, 0.36));
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  color: rgba(234, 242, 255, 0.7);
  font-size: 12px;
  font-weight: 700;
}

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

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(116, 191, 255, 0.55);
  border-radius: 10px;
  background: linear-gradient(180deg, #68b4ff, #4da0f5);
  color: #06101d;
  padding: 0 22px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 36px rgba(77, 160, 245, 0.28);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 42px rgba(77, 160, 245, 0.35);
}

.nav-button {
  justify-self: end;
  min-width: 116px;
}

.hero,
.service-hero,
.legal-hero {
  padding-top: 90px;
}

.home-hero {
  min-height: 640px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 11, 18, 0.72), rgba(5, 11, 18, 0.48) 48%, rgba(5, 11, 18, 0.94)),
    radial-gradient(circle at 72% 35%, rgba(77, 160, 245, 0.16), transparent 34rem),
    var(--ink);
}

.hero-visual {
  position: absolute;
  inset: 90px 0 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0, rgba(5, 11, 18, 0.42) 72%, rgba(5, 11, 18, 0.98) 100%),
    repeating-linear-gradient(90deg, rgba(96, 148, 200, 0.06) 0 1px, transparent 1px 110px);
}

.hero-visual span {
  position: absolute;
  right: 19%;
  top: 32px;
  width: 310px;
  height: 360px;
  border: 1px solid rgba(116, 191, 255, 0.1);
  border-radius: 18px;
  background:
    repeating-linear-gradient(0deg, rgba(180, 214, 250, 0.045) 0 1px, transparent 1px 10px),
    linear-gradient(145deg, rgba(116, 191, 255, 0.12), rgba(5, 11, 18, 0.2));
  filter: blur(0.2px);
  transform: perspective(900px) rotateY(-22deg) rotateX(8deg);
}

.hero-visual span:nth-child(2) {
  right: 6%;
  top: 118px;
  width: 420px;
  height: 280px;
  opacity: 0.42;
}

.hero-visual span:nth-child(3) {
  right: 39%;
  top: 190px;
  width: 220px;
  height: 220px;
  opacity: 0.36;
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 160px;
}

h1,
h2 {
  font-family: var(--serif);
}

.hero h1 {
  max-width: 840px;
  margin: 0;
  color: #f1f6ff;
  font-size: clamp(58px, 5.4vw, 88px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.94;
}

.hero p {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(234, 242, 255, 0.58);
  font-size: 20px;
  line-height: 1.35;
}

.hero-button {
  min-width: 112px;
  min-height: 36px;
  margin-top: 28px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 11px;
}

.home-services {
  padding: 58px 0 120px;
}

.section-title.centered {
  text-align: center;
}

.section-title h2,
.service-entry h2,
.dashboard-section > .container > h2,
.testimonials-section h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(40px, 3.6vw, 62px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
}

.section-title p {
  margin: 14px auto 0;
  max-width: 520px;
  color: var(--paper-muted);
  font-size: 16px;
  line-height: 1.35;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 1060px;
  margin: 38px auto 82px;
}

.metric-card {
  position: relative;
  min-height: 170px;
  border: 1px solid rgba(77, 160, 245, 0.12);
  border-bottom: 6px solid var(--blue);
  border-radius: 18px;
  background: rgba(236, 246, 255, 0.78);
  padding: 26px 22px 24px;
  text-align: center;
  box-shadow: 0 18px 36px rgba(38, 113, 194, 0.1);
  overflow: hidden;
}

.metric-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(77, 160, 245, 0.16), transparent 48%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.metric-card:hover::before,
.metric-card.counted::before {
  opacity: 1;
}

.metric-card strong {
  position: relative;
  display: block;
  color: #3c8edb;
  font-family: var(--serif);
  font-size: clamp(45px, 4vw, 68px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.metric-card span {
  position: relative;
  display: block;
  margin-top: 15px;
  color: rgba(17, 24, 33, 0.55);
  font-size: 14px;
  font-weight: 600;
}

.service-entry {
  text-align: center;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1060px;
  margin: 42px auto 0;
}

.service-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 290px;
  overflow: hidden;
  border-radius: 16px;
  background: #06101d;
  padding: 34px;
  color: var(--text);
  text-align: left;
  box-shadow: 0 24px 50px rgba(6, 16, 29, 0.22);
  isolation: isolate;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 64% 36%, rgba(77, 160, 245, 0.32) 0 9px, transparent 10px),
    repeating-radial-gradient(circle at 64% 36%, transparent 0 42px, rgba(77, 160, 245, 0.16) 43px 45px, transparent 46px 70px),
    linear-gradient(135deg, rgba(77, 160, 245, 0.08), transparent 60%);
  transition: transform 500ms ease;
}

.growth-card::before {
  background:
    linear-gradient(110deg, transparent 0 44%, rgba(77, 160, 245, 0.16) 45% 46%, transparent 47%),
    repeating-linear-gradient(90deg, transparent 0 64px, rgba(77, 160, 245, 0.12) 65px 67px, transparent 68px 92px),
    radial-gradient(circle at 25% 55%, rgba(77, 160, 245, 0.18), transparent 7rem);
}

.service-card:hover::before {
  transform: scale(1.08);
}

.service-arrow {
  position: absolute;
  right: 24px;
  top: 24px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(234, 242, 255, 0.7);
  border-radius: 50%;
  color: var(--text);
  font-size: 24px;
  line-height: 1;
}

.service-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.service-card p {
  max-width: 520px;
  margin: 10px 0 0;
  color: rgba(234, 242, 255, 0.7);
  font-size: 15px;
  line-height: 1.35;
}

.dashboard-section {
  padding: 132px 0 130px;
}

.dashboard-section > .container > h2 {
  text-align: center;
  color: var(--text);
}

.dashboard-shell {
  max-width: 1060px;
  margin: 42px auto 22px;
  overflow: hidden;
  border: 1px solid rgba(77, 160, 245, 0.13);
  border-radius: 22px;
  background: #14212e;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.dashboard-topbar {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0 20px;
}

.window-dots {
  display: flex;
  gap: 8px;
}

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

.dashboard-topbar > span,
.dash-label {
  color: rgba(234, 242, 255, 0.48);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.dashboard-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  grid-template-rows: 182px 156px;
  gap: 14px;
  padding: 22px;
}

.dash-panel {
  min-width: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #22303e;
  padding: 20px;
}

.dash-panel strong {
  display: block;
  margin-top: 12px;
  color: #f3f8ff;
  font-family: Sora, var(--sans);
  font-size: 27px;
  line-height: 1;
}

.dash-panel small,
.status-row {
  color: var(--blue-2);
  font-size: 10px;
  font-weight: 700;
}

.dash-panel small {
  display: block;
  margin-top: 12px;
}

.status-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

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

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

.bar-chart,
.depth-chart {
  display: grid;
  align-items: end;
  height: 70px;
  margin-top: 16px;
  gap: 5px;
}

.bar-chart {
  grid-template-columns: repeat(12, 1fr);
}

.bar-chart b,
.depth-chart span,
.depth-chart em {
  display: block;
  height: 100%;
  border-radius: 2px 2px 0 0;
  background: #5ca9f7;
}

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

.depth-chart {
  grid-template-columns: repeat(5, 1fr) 4px repeat(5, 1fr);
}

.depth-chart .sell,
.depth-chart span:nth-child(-n + 5) {
  background: #b66755;
}

.depth-chart span:nth-child(n + 7) {
  background: #a84eb0;
}

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

.system {
  grid-row: span 1;
}

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

.stable {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 24px;
  border: 1px solid rgba(124, 232, 98, 0.25);
  border-radius: 999px;
  background: rgba(124, 232, 98, 0.12);
  padding: 0 10px;
  color: #9de968;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.monitor-row {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  border-radius: 9px;
  background: #111b27;
  padding: 12px;
}

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

.monitor-row b {
  font-size: 11px;
}

.monitor-row span {
  margin-top: 5px;
  color: rgba(234, 242, 255, 0.58);
  font-size: 9px;
}

.monitor-row em {
  color: var(--blue-2);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.volume {
  grid-column: span 2;
}

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

.book-lines {
  display: grid;
  gap: 8px;
  margin-top: 15px;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}

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

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

.book-lines .ask {
  color: #ef735d;
}

.book-lines em {
  font-style: normal;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1060px;
  margin: 0 auto 92px;
}

.support-grid article {
  min-height: 140px;
  border-radius: 12px;
  background: #111b27;
  padding: 22px;
}

.support-grid span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 7px;
  background: rgba(77, 160, 245, 0.18);
  color: var(--blue-2);
  font-size: 12px;
}

.support-grid h3 {
  margin: 28px 0 0;
  color: #f1f6ff;
  font-size: 15px;
  line-height: 1.25;
}

.infra-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 74px;
  max-width: 1060px;
  margin: 0 auto;
  align-items: start;
}

.infra-copy h3 {
  margin: 0 0 28px;
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: -0.03em;
}

.infra-list {
  display: grid;
  gap: 0;
}

.infra-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  border-bottom: 1px solid rgba(234, 242, 255, 0.08);
  padding: 21px 0;
}

.infra-list span {
  color: var(--blue);
  font-family: Sora, var(--sans);
  font-size: 24px;
  font-weight: 800;
}

.infra-list h4 {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.3;
}

.infra-list p {
  margin: 7px 0 0;
  color: rgba(234, 242, 255, 0.42);
  font-size: 12px;
  line-height: 1.55;
}

.technology-visuals {
  display: grid;
  gap: 16px;
}

.laptop-card,
.mesh-card {
  overflow: hidden;
  border: 1px solid rgba(77, 160, 245, 0.2);
  border-radius: 14px;
  background: #14212e;
}

.laptop-card {
  display: grid;
  place-items: center;
  height: 250px;
}

.laptop-card img {
  width: min(68%, 360px);
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.mesh-card {
  position: relative;
  height: 260px;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 52%, rgba(77, 160, 245, 0.35), transparent 18%),
    #111b27;
}

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

.mesh-top span,
.mesh-tags span,
.floating-pill span {
  color: rgba(234, 242, 255, 0.44);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.mesh-top b {
  border-radius: 999px;
  background: rgba(90, 215, 71, 0.16);
  padding: 8px 12px;
  color: #9de968;
  font-size: 8px;
  text-transform: uppercase;
}

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

.mesh-core {
  position: absolute;
  left: 50%;
  top: 52%;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle, #d5ecff 0 16%, rgba(77, 160, 245, 0.88) 17% 45%, transparent 46%),
    repeating-radial-gradient(circle, transparent 0 24px, rgba(118, 223, 87, 0.28) 25px 26px, transparent 27px 44px);
  color: white;
  text-align: center;
  font-size: 6px;
  font-weight: 900;
  text-transform: uppercase;
}

.node {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #9de968;
  box-shadow: 0 0 16px rgba(157, 233, 104, 0.9);
}

.n1 { left: 22%; top: 30%; }
.n2 { left: 74%; top: 28%; }
.n3 { left: 18%; top: 66%; }
.n4 { left: 80%; top: 65%; }
.n5 { left: 37%; top: 82%; }
.n6 { left: 63%; top: 83%; }

.route {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 32%;
  height: 1px;
  background: linear-gradient(90deg, var(--blue), rgba(157, 233, 104, 0.45));
  transform-origin: left center;
}

.r1 { transform: rotate(210deg); }
.r2 { transform: rotate(330deg); }
.r3 { transform: rotate(154deg); }
.r4 { transform: rotate(25deg); }
.r5 { transform: rotate(105deg); }
.r6 { transform: rotate(74deg); }

.floating-pill {
  position: absolute;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(77, 160, 245, 0.18);
  border-radius: 8px;
  background: rgba(7, 16, 29, 0.82);
  padding: 10px 12px;
}

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

.p1 { left: 3%; top: 15%; }
.p2 { right: 3%; top: 17%; }
.p3 { right: 6%; bottom: 9%; }

.mesh-tags {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.mesh-tags span {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  padding: 7px 10px;
}

.network-section {
  padding: 72px 0 82px;
}

.network-block {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  text-align: center;
}

.network-block + .network-block {
  margin-top: 44px;
}

.network-block h2 {
  margin: 0 0 18px;
  color: #111821;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 700;
}

.logo-marquee {
  display: flex;
  overflow: hidden;
  gap: 14px;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.logo-track {
  display: flex;
  flex: 0 0 auto;
  gap: 14px;
  min-width: max-content;
  animation: marquee-left 42s linear infinite;
}

.chain-marquee .logo-track {
  animation-name: marquee-right;
  animation-duration: 28s;
}

.logo-marquee:hover .logo-track,
.partner-marquee:hover .partner-track {
  animation-play-state: paused;
}

.logo-track span,
.partner-track span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 136px;
  height: 48px;
  border-radius: 999px;
  background: #050b12;
  color: #f3f8ff;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(5, 11, 18, 0.12);
}

.logo-track img,
.partner-track img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 5px;
}

.chain-block .logo-track span {
  min-width: 128px;
}

.testimonials-section {
  padding: 128px 0 122px;
  background:
    radial-gradient(circle at 58% 0, rgba(77, 160, 245, 0.15), transparent 35rem),
    linear-gradient(145deg, var(--ink), #0d2239);
}

.testimonials-section h2 {
  color: #f1f6ff;
  text-align: center;
}

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

.micro-cta {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-top: 28px;
}

.micro-cta a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: var(--blue);
  color: #06101d;
  padding: 0 22px;
  font-size: 10px;
  font-weight: 900;
}

.micro-cta p {
  margin: 0;
  color: var(--blue-2);
  font-size: 12px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1060px;
  margin: 54px auto 0;
}

.testimonial-grid article {
  min-height: 230px;
  border: 1px solid rgba(77, 160, 245, 0.13);
  border-radius: 13px;
  background: rgba(35, 49, 64, 0.92);
  padding: 24px;
}

.testimonial-grid span {
  display: inline-flex;
  min-height: 23px;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(234, 242, 255, 0.7);
  padding: 0 10px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.testimonial-grid p {
  margin: 25px 0 0;
  color: rgba(234, 242, 255, 0.67);
  font-size: 12px;
  line-height: 1.65;
}

.testimonial-grid b {
  display: block;
  margin-top: 24px;
  color: #f1f6ff;
  font-size: 12px;
}

.cta-panel {
  max-width: 1000px;
  margin: 40px auto 0;
  border-radius: 16px;
  background: rgba(35, 49, 64, 0.92);
  padding: 38px 32px;
  text-align: center;
}

.cta-panel h3 {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cta-panel p {
  margin: 10px auto 0;
  max-width: 650px;
  color: rgba(234, 242, 255, 0.52);
  font-size: 13px;
}

.cta-panel .button {
  min-height: 36px;
  margin-top: 22px;
  border-radius: 8px;
  font-size: 10px;
  text-transform: none;
}

.service-hero {
  min-height: 575px;
  background: var(--ink);
}

.service-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: end;
  min-height: 575px;
  padding: 118px 0 88px;
}

.eyebrow-blue {
  grid-column: 1 / -1;
  margin: 0 0 -26px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #f1f6ff;
  font-family: var(--serif);
  font-size: clamp(62px, 6vw, 96px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.service-hero .button {
  min-width: 132px;
}

.service-detail,
.growth-detail {
  padding: 150px 0 140px;
}

.service-matrix,
.growth-layer-grid,
.capital-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: clamp(70px, 8vw, 160px);
}

.service-matrix {
  row-gap: 150px;
}

.service-statement h2,
.asset-spectrum h2,
.growth-layer-grid h2,
.market-section h2,
.capital-section h2,
.page-cta h2,
.sla-copy h2,
.legal-hero h1 {
  margin: 0;
  color: #111821;
  font-family: var(--serif);
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.service-statement h2 span,
.asset-spectrum h2 span,
.growth-layer-grid h2 span,
.market-section h2 span,
.capital-section h2 span {
  color: #3d8ed8;
}

.number-list {
  display: grid;
  gap: 36px;
}

.number-list article {
  border-bottom: 1px solid rgba(17, 24, 33, 0.08);
  padding-bottom: 28px;
}

.number-list span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}

.number-list h3 {
  margin: 0;
  color: #111821;
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.number-list p {
  margin: 10px 0 0;
  color: rgba(17, 24, 33, 0.48);
  font-size: 15px;
  line-height: 1.55;
}

.asset-spectrum {
  grid-column: 1 / -1;
}

.asset-tags {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 52px;
}

.asset-tags span {
  display: grid;
  place-items: center;
  min-height: 112px;
  border: 2px solid rgba(61, 142, 216, 0.72);
  color: #3d8ed8;
  font-family: var(--serif);
  font-size: 35px;
  font-weight: 700;
}

.asset-tags span:last-child {
  border-color: rgba(17, 24, 33, 0.14);
  color: rgba(17, 24, 33, 0.48);
}

.sla-section {
  padding: 160px 0;
  background:
    radial-gradient(circle at 18% 100%, rgba(77, 160, 245, 0.2), transparent 32rem),
    linear-gradient(135deg, #07101d, #112a45);
}

.sla-layout {
  display: grid;
  grid-template-columns: 0.52fr 1fr;
  gap: 96px;
  align-items: center;
}

.sla-copy h2 {
  color: #f1f6ff;
  max-width: 380px;
}

.sla-copy .button {
  margin-top: 56px;
  min-width: 270px;
  min-height: 44px;
  border-radius: 0;
}

.sla-copy p {
  margin: 18px 0 0;
  color: var(--blue-2);
  font-size: 14px;
}

.sla-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sla-grid article {
  min-height: 222px;
  border: 3px solid var(--blue);
  background: rgba(7, 16, 29, 0.5);
  padding: 28px;
}

.sla-grid strong {
  display: block;
  color: var(--blue);
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.sla-grid h3 {
  margin: 14px 0 0;
  color: #f1f6ff;
  font-family: var(--serif);
  font-size: 25px;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.sla-grid p {
  margin: 13px 0 0;
  color: rgba(234, 242, 255, 0.48);
  font-size: 13px;
}

.growth-detail {
  padding-bottom: 0;
}

.growth-layer-grid,
.capital-section {
  align-items: start;
}

.market-section {
  padding: 130px 0 90px;
}

.market-section h2 {
  max-width: 770px;
}

.region-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 72px;
  color: #111821;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
}

.region-row i {
  width: 46px;
  height: 1px;
  background: rgba(17, 24, 33, 0.18);
}

.globe-art {
  display: grid;
  place-items: center;
  margin: 92px auto 0;
  width: min(100%, 900px);
}

.globe-art img {
  width: min(100%, 840px);
  height: auto;
  clip-path: ellipse(42% 49% at 50% 52%);
  mix-blend-mode: multiply;
}

.capital-section {
  padding: 0 0 130px;
}

.network-pills-block {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0 0 130px;
  text-align: center;
}

.network-pills-block h2 {
  margin: 0 0 20px;
  color: #111821;
  font-family: var(--serif);
  font-size: 22px;
}

.partner-marquee {
  display: flex;
  gap: 16px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 5%, black 95%, transparent);
}

.partner-track {
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  min-width: max-content;
  animation: marquee-left 34s linear infinite;
}

.partner-track span {
  min-width: 190px;
  height: 57px;
}

.partner-track b {
  display: grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #122236;
  color: var(--blue-2);
  font-size: 9px;
}

.page-cta {
  padding: 140px 0 150px;
}

.page-cta .container {
  max-width: 1360px;
}

.page-cta h2 {
  max-width: 730px;
}

.page-cta p {
  margin: 24px 0 0;
  color: var(--paper-muted);
  font-size: 15px;
}

.page-cta .button {
  min-height: 38px;
  margin-top: 28px;
  border-radius: 7px;
  font-size: 10px;
}

.site-footer {
  background: var(--ink);
  border-top: 1px solid rgba(77, 160, 245, 0.35);
}

.footer-main {
  padding: 48px 0 44px;
}

.footer-brand {
  margin-bottom: 20px;
}

.footer-main p,
.footer-main > a:not(.brand),
.footer-bottom {
  color: rgba(234, 242, 255, 0.48);
  font-size: 12px;
}

.footer-main p {
  margin: 0 0 14px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  gap: 30px;
  border-top: 1px solid rgba(234, 242, 255, 0.07);
  padding: 22px 0 34px;
}

.footer-bottom p {
  margin: 0;
}

.legal-links {
  display: flex;
  gap: 20px;
}

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

.social-row a {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #0f1a27;
  color: var(--blue-2);
  font-size: 11px;
  font-weight: 900;
}

.legal-site {
  background: var(--ink);
}

.legal-main {
  padding-bottom: 90px;
}

.legal-hero {
  min-height: 360px;
  display: grid;
  align-items: end;
  padding-bottom: 70px;
}

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

.legal-hero h1 {
  color: #f1f6ff;
}

.legal-hero p:not(.legal-kicker) {
  color: var(--muted);
}

.legal-content {
  padding: 70px 0;
}

.legal-card {
  max-width: 920px;
  border: 1px solid rgba(77, 160, 245, 0.16);
  border-radius: 18px;
  background: #101a26;
  padding: 44px;
}

.legal-card h2 {
  margin: 36px 0 12px;
  font-family: var(--serif);
  font-size: 28px;
}

.legal-card p {
  color: rgba(234, 242, 255, 0.68);
  font-size: 15px;
  line-height: 1.8;
}

.legal-card a {
  color: var(--blue-2);
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.is-visible {
  animation: reveal-rise 700ms ease both;
}

@keyframes reveal-rise {
  from {
    opacity: 0.01;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes marquee-left {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-100% - 14px)); }
}

@keyframes marquee-right {
  from { transform: translateX(calc(-100% - 14px)); }
  to { transform: translateX(0); }
}

@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;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .nav-wrap {
    grid-template-columns: auto 1fr auto;
  }

  .service-hero-inner,
  .service-matrix,
  .growth-layer-grid,
  .capital-section,
  .sla-layout,
  .infra-grid {
    grid-template-columns: 1fr;
  }

  .service-hero-inner {
    align-items: start;
  }

  .service-hero .button {
    justify-self: start;
  }

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

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

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

  .asset-tags {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 68px;
  }

  .container,
  .nav-wrap {
    width: min(100% - 32px, var(--container));
  }

  .site-header,
  .nav-wrap {
    height: 66px;
  }

  .nav-wrap {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }

  .nav-links {
    display: none;
  }

  .brand {
    gap: 7px;
    font-size: 8px;
    letter-spacing: 0.22em;
  }

  .brand-logo {
    width: 35px;
  }

  .nav-button {
    min-width: 86px;
    min-height: 32px;
    padding: 0 12px;
    font-size: 10px;
  }

  .hero,
  .service-hero,
  .legal-hero {
    padding-top: 66px;
  }

  .home-hero {
    min-height: 500px;
  }

  .hero-visual {
    inset: 66px 0 0;
  }

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

  .hero h1,
  .service-hero h1 {
    font-size: clamp(40px, 12vw, 56px);
    line-height: 0.98;
    letter-spacing: -0.04em;
  }

  .hero p {
    max-width: 310px;
    margin-top: 18px;
    font-size: 14px;
  }

  .home-services {
    padding: 44px 0 72px;
  }

  .metrics-grid,
  .service-card-grid,
  .support-grid,
  .testimonial-grid,
  .sla-grid {
    grid-template-columns: 1fr;
  }

  .metrics-grid {
    gap: 10px;
    margin: 24px auto 58px;
  }

  .metric-card {
    min-height: 126px;
  }

  .metric-card strong {
    font-size: 44px;
  }

  .service-card {
    min-height: 220px;
    padding: 24px;
  }

  .dashboard-section {
    padding: 72px 0;
  }

  .dashboard-body {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .dash-panel {
    min-height: 170px;
  }

  .support-grid {
    margin-bottom: 54px;
  }

  .support-grid article {
    min-height: 118px;
  }

  .infra-grid {
    gap: 32px;
  }

  .laptop-card {
    height: 190px;
  }

  .mesh-card {
    height: 285px;
  }

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

  .network-section {
    padding: 48px 0 56px;
  }

  .logo-track span,
  .partner-track span {
    min-width: 126px;
    height: 44px;
    padding: 0 12px;
    font-size: 10px;
  }

  .testimonials-section {
    padding: 70px 0;
  }

  .cta-panel {
    padding: 28px 18px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .social-row {
    margin-left: 0;
  }

  .service-hero {
    min-height: 470px;
  }

  .service-hero-inner {
    min-height: 470px;
    gap: 24px;
    padding: 86px 0 50px;
  }

  .eyebrow-blue {
    margin-bottom: 0;
  }

  .service-detail,
  .growth-detail {
    padding: 70px 0;
  }

  .service-matrix {
    row-gap: 58px;
  }

  .service-statement h2,
  .asset-spectrum h2,
  .growth-layer-grid h2,
  .market-section h2,
  .capital-section h2,
  .page-cta h2,
  .sla-copy h2,
  .legal-hero h1 {
    font-size: clamp(36px, 10.5vw, 48px);
    line-height: 1.04;
  }

  .number-list {
    gap: 24px;
  }

  .number-list h3 {
    font-size: 21px;
  }

  .asset-tags {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 30px;
  }

  .asset-tags span {
    min-height: 72px;
    font-size: 24px;
  }

  .sla-section {
    padding: 72px 0;
  }

  .sla-copy .button {
    width: 100%;
    min-width: 0;
  }

  .sla-grid article {
    min-height: 170px;
    padding: 22px;
  }

  .market-section {
    padding: 66px 0;
  }

  .region-row {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
    font-size: 15px;
  }

  .region-row i {
    display: none;
  }

  .region-row span {
    border: 1px solid rgba(61, 142, 216, 0.55);
    padding: 8px 10px;
  }

  .globe-art {
    margin-top: 50px;
  }

  .capital-section {
    gap: 42px;
    padding-bottom: 70px;
  }

  .network-pills-block {
    padding-bottom: 70px;
  }

  .page-cta {
    padding: 70px 0;
  }

  .legal-card {
    padding: 28px;
  }
}
