:root {
  --font-body: "Segoe UI", Arial, sans-serif;
  --font-display: "Arial Narrow", "Segoe UI", Arial, sans-serif;
  --ink: #06122e;
  --ink-soft: #10275a;
  --blue: #1155ff;
  --cyan: #0bc8f6;
  --orange: #ff6a00;
  --cream: #f4f6fb;
  --white: #ffffff;
  --line: #dbe2ef;
  --muted: #64718a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(100% - 64px, 1360px);
  height: 92px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.brand img,
.footer-brand img {
  display: block;
  width: 190px;
  height: auto;
  filter: none;
}

.site-header nav {
  display: flex;
  gap: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 650;
}

.site-header nav a,
.footer-links a {
  transition: color 180ms ease;
}

.site-header nav a:hover,
.footer-links a:hover {
  color: var(--orange);
}

.site-header > .button {
  justify-self: end;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-height: 54px;
  padding: 0 22px;
  background: var(--orange);
  color: white;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
  background: #ff7c1c;
  transform: translateY(-2px);
}

.button span {
  font-size: 18px;
}

.button-small {
  min-height: 42px;
  gap: 20px;
  padding-inline: 17px;
}

.hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  padding: 195px max(32px, calc((100vw - 1360px) / 2)) 54px;
  background:
    linear-gradient(90deg, rgba(6, 18, 46, .99) 0%, rgba(6, 18, 46, .96) 28%, rgba(6, 18, 46, .68) 43%, rgba(6, 18, 46, .12) 72%),
    linear-gradient(0deg, rgba(6, 18, 46, .28), rgba(6, 18, 46, .05)),
    url("world-network-map.png") center / cover no-repeat,
    #06122e;
  color: white;
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 80px 80px;
  content: "";
  mask-image: linear-gradient(to right, black, transparent 65%);
}

.hero-copy {
  position: relative;
  z-index: 5;
  width: min(650px, 52vw);
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  color: #94b6ff;
}

.pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(255, 106, 0, .16);
}

h1,
h2,
h3 {
  font-family: var(--font-display), Arial, sans-serif;
  letter-spacing: -0.045em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(62px, 6.5vw, 102px);
  font-weight: 580;
  line-height: 0.93;
}

.hero h1 em {
  color: var(--orange);
  font-style: normal;
}

.hero-copy > p {
  width: min(530px, 100%);
  margin: 32px 0 0;
  color: #b9c6de;
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #e3e9f5;
  font-size: 13px;
  font-weight: 750;
}

.text-link span {
  color: var(--orange);
  font-size: 18px;
}

.network-visual {
  position: absolute;
  right: -2%;
  top: 132px;
  width: 65vw;
  height: 610px;
}

.network-grid {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(87, 159, 255, .3);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle at center, transparent 0 65px, rgba(63, 141, 255, .18) 66px 67px),
    linear-gradient(rgba(40, 109, 255, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(40, 109, 255, .12) 1px, transparent 1px);
  background-size: auto, 45px 45px, 45px 45px;
  box-shadow: inset 0 0 120px rgba(0, 25, 85, .6);
}

.node {
  position: absolute;
  z-index: 2;
  width: 17px;
  height: 17px;
  border: 4px solid white;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 8px rgba(255, 106, 0, .15), 0 0 34px var(--orange);
}

.node-a { left: 22%; top: 24%; }
.node-b { left: 63%; top: 21%; }
.node-c { left: 70%; top: 66%; }
.node-d { left: 34%; top: 70%; }

.route {
  position: absolute;
  z-index: 1;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, var(--orange), #31d7ff);
  box-shadow: 0 0 12px #258cff;
}

.route-a { left: 23%; top: 26%; width: 42%; transform: rotate(-3deg); }
.route-b { left: 64%; top: 23%; width: 45%; transform: rotate(92deg); }
.route-c { left: 34%; top: 72%; width: 39%; transform: rotate(-10deg); }

.network-label {
  position: absolute;
  z-index: 3;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(5, 20, 52, .8);
  color: #bcd2ff;
  font: 800 9px var(--font-body);
  letter-spacing: .16em;
}

.label-a { left: 17%; top: 18%; }
.label-b { left: 65%; top: 14%; }
.label-c { left: 73%; top: 71%; }

.capacity-card {
  position: absolute;
  z-index: 4;
  right: 12%;
  bottom: 15%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 190px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(5, 18, 48, .9);
  box-shadow: 0 18px 50px rgba(0,0,0,.3);
  transform: none;
}

.capacity-card span {
  color: #8295b8;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.capacity-card strong {
  color: white;
  font-size: 12px;
}

.capacity-card i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #4af08b;
  box-shadow: 0 0 10px #4af08b;
}

.hero-foot {
  position: absolute;
  z-index: 5;
  right: max(32px, calc((100vw - 1360px) / 2));
  bottom: 52px;
  left: max(32px, calc((100vw - 1360px) / 2));
  display: flex;
  justify-content: space-between;
  padding-top: 19px;
  border-top: 1px solid rgba(255,255,255,.17);
  color: #8190ad;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(63, 134, 255, .18);
  border-radius: 50%;
}

.orbit-one { right: -12vw; top: -24vw; width: 65vw; height: 65vw; }
.orbit-two { right: -4vw; top: -14vw; width: 46vw; height: 46vw; }

.section-pad {
  padding: 120px max(32px, calc((100vw - 1240px) / 2));
}

.statement {
  display: grid;
  grid-template-columns: 1fr 3fr;
  column-gap: 80px;
  align-items: start;
  background: white;
}

.statement h2 {
  grid-column: 2;
  max-width: 930px;
  margin: -10px 0 0;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 560;
  line-height: 1.05;
}

.statement h2 span {
  color: var(--orange);
}

.statement-copy {
  grid-column: 2;
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.service-suite {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 4%, rgba(17, 85, 255, .24), transparent 28%),
    var(--ink);
  color: white;
}

.service-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 90px;
  align-items: end;
  margin-bottom: 62px;
}

.service-intro h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 4.4vw, 68px);
  font-weight: 580;
  line-height: 1.05;
}

.service-intro-copy {
  color: #a8b7d2;
  font-size: 14px;
  line-height: 1.8;
}

.service-intro-copy p {
  margin: 0;
}

.service-intro-copy p + p {
  margin-top: 16px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid rgba(255,255,255,.14);
  border-left: 1px solid rgba(255,255,255,.14);
}

.service-card {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  min-height: 355px;
  padding: 30px;
  border-right: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.035);
  transition: background 180ms ease, transform 180ms ease;
}

.service-card:nth-child(n + 4) {
  grid-column: span 3;
  min-height: 330px;
}

.service-card:hover {
  z-index: 2;
  background: rgba(17, 85, 255, .14);
  transform: translateY(-5px);
}

.service-meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #7293d3;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.service-meta small {
  padding: 7px 9px;
  border: 1px solid rgba(255,255,255,.15);
  color: #94a9ce;
  font-size: 8px;
}

.service-card h3 {
  max-width: 310px;
  margin: 46px 0 18px;
  font-size: 28px;
  font-weight: 620;
  line-height: 1.1;
}

.service-card p {
  margin: 0;
  color: #9aabc9;
  font-size: 13px;
  line-height: 1.75;
}

.service-card a {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 26px;
  color: #dce6f8;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .02em;
}

.service-card a span {
  color: var(--orange);
  font-size: 17px;
}

.assurance-bar {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  margin-top: 34px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.045);
}

.assurance-lead,
.assurance-item {
  min-height: 120px;
  padding: 27px;
}

.assurance-lead {
  display: flex;
  align-items: center;
  gap: 20px;
}

.assurance-lead small {
  display: block;
  margin-bottom: 6px;
  color: #7893c6;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.assurance-lead strong {
  font: 620 17px var(--font-display);
}

.assurance-status {
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #4af08b;
  box-shadow: 0 0 0 7px rgba(74,240,139,.1), 0 0 20px rgba(74,240,139,.6);
}

.assurance-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(255,255,255,.13);
}

.assurance-item strong {
  margin-bottom: 7px;
  color: var(--orange);
  font: 650 19px var(--font-display);
}

.assurance-item span {
  color: #8fa1c0;
  font-size: 10px;
  line-height: 1.55;
}

.solutions {
  background: var(--cream);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, .7fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 58px;
}

.section-heading h2,
.why h2,
.contact h2 {
  margin: 0;
  font-size: clamp(42px, 4.4vw, 68px);
  font-weight: 580;
  line-height: 1.05;
}

.section-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.audience-card {
  min-height: 390px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.audience-card:hover {
  z-index: 2;
  transform: translateY(-7px);
  box-shadow: 0 24px 70px rgba(6, 18, 46, .11);
}

.card-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 20px 0 30px;
  border: 1px solid #c9d4e7;
  border-radius: 50%;
}

.card-mark span {
  width: 17px;
  height: 17px;
  border: 4px solid var(--blue);
  border-radius: 50%;
  box-shadow: 7px -7px 0 -3px var(--orange);
}

.audience-card h3 {
  margin: 0 0 14px;
  font-size: 21px;
  font-weight: 650;
}

.audience-card p {
  min-height: 72px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.audience-card a {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #e6eaf2;
  color: var(--blue);
  font-size: 11px;
  font-weight: 850;
}

.why {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 760px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--ink);
  color: white;
}

.why-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 760px;
  overflow: hidden;
  border-right: 1px solid rgba(255,255,255,.12);
  background: radial-gradient(circle, #133171 0%, #081b43 38%, #06122e 72%);
}

.why-visual::after {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(64, 135, 255, .35) 1px, transparent 1px);
  background-size: 25px 25px;
  content: "";
  mask-image: radial-gradient(circle, black, transparent 72%);
}

.why-visual img {
  position: relative;
  z-index: 3;
  width: min(54%, 370px);
  filter: drop-shadow(0 25px 55px rgba(0,0,0,.38));
}

.signal {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(63, 145, 255, .3);
  border-radius: 50%;
}

.signal-one { width: 310px; height: 310px; }
.signal-two { width: 470px; height: 470px; }
.signal-three { width: 650px; height: 650px; }

.why-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 8vw;
}

.section-kicker.light {
  color: #86aaff;
}

.why h2 {
  max-width: 590px;
  margin-bottom: 54px;
}

.benefit {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.14);
}

.benefit h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 650;
}

.benefit p {
  margin: 0;
  color: #94a3bf;
  font-size: 13px;
  line-height: 1.65;
}

.process {
  background: white;
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.steps::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 33.333%;
  height: 3px;
  background: var(--orange);
  content: "";
}

.step {
  position: relative;
  min-height: 250px;
  padding: 36px 52px 20px 0;
}

.step:not(:last-child) {
  border-right: 1px solid var(--line);
}

.step:not(:first-child) {
  padding-left: 52px;
}

.step-dot {
  width: 9px;
  height: 9px;
  margin: 10px 0 22px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255,106,0,.12);
}

.step h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 650;
}

.step p {
  max-width: 300px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.contact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(125deg, #0d3480, #06122e 72%);
  color: white;
  text-align: center;
}

.contact::before,
.contact::after {
  position: absolute;
  border: 1px solid rgba(69, 138, 255, .26);
  border-radius: 50%;
  content: "";
}

.contact::before { width: 720px; height: 720px; top: -340px; left: -280px; }
.contact::after { width: 520px; height: 520px; right: -180px; bottom: -310px; }

.contact h2,
.contact p,
.contact .button,
.contact small,
.contact .section-kicker {
  position: relative;
  z-index: 2;
}

.contact > p {
  max-width: 610px;
  margin: 24px auto 35px;
  color: #aab9d5;
  font-size: 16px;
  line-height: 1.75;
}

.button-light {
  min-width: 235px;
  background: white;
  color: var(--ink);
}

.button-light:hover {
  background: #eff3fb;
}

.contact small {
  margin-top: 22px;
  color: #7183a5;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 48px max(32px, calc((100vw - 1240px) / 2)) 28px;
  background: #040d22;
  color: #71809e;
  font-size: 11px;
}

.footer-brand img {
  width: 176px;
}

.footer-links {
  display: flex;
  gap: 24px;
  color: #b8c2d4;
}

.domain-link {
  color: #b8c2d4;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .04em;
}

.domain-link:hover {
  color: var(--orange);
}

.copyright {
  grid-column: 1 / -1;
  margin: 16px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1);
}

@media (max-width: 1000px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    min-height: 760px;
    background-position: center, center, 62% center;
  }

  .hero-copy {
    width: 68vw;
  }

  .network-visual {
    right: -28%;
    width: 88vw;
    opacity: .72;
  }

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

  .service-intro {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .service-card,
  .service-card:nth-child(n + 4) {
    grid-column: span 3;
  }

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

  .assurance-item:nth-child(2) {
    border-left: 1px solid rgba(255,255,255,.13);
  }

  .assurance-item:nth-child(3) {
    border-top: 1px solid rgba(255,255,255,.13);
    border-left: 0;
  }

  .assurance-item:nth-child(4) {
    border-top: 1px solid rgba(255,255,255,.13);
  }

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

  .why-visual {
    min-height: 540px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .why-copy {
    padding: 90px 8vw;
  }
}

@media (max-width: 700px) {
  .site-header {
    width: calc(100% - 36px);
    height: 76px;
  }

  .brand img {
    width: 145px;
  }

  .button-small {
    min-height: 38px;
    padding-inline: 13px;
    font-size: 10px;
  }

  .button-small span {
    display: none;
  }

  .hero {
    min-height: 760px;
    padding: 160px 20px 45px;
    background-position: center, center, 64% center;
  }

  .hero::before {
    mask-image: none;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(54px, 16vw, 74px);
  }

  .hero-copy > p {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
  }

  .hero-actions .button {
    align-self: flex-start;
  }

  .network-visual {
    right: -72%;
    top: 330px;
    width: 190vw;
    height: 460px;
    opacity: .46;
  }

  .hero-foot {
    right: 20px;
    left: 20px;
  }

  .hero-foot span:last-child {
    display: none;
  }

  .section-pad {
    padding: 80px 20px;
  }

  .statement {
    display: block;
  }

  .statement h2 {
    margin-top: 0;
  }

  .section-heading {
    display: block;
    margin-bottom: 38px;
  }

  .section-heading > p {
    margin-top: 22px;
  }

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

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

  .service-card,
  .service-card:nth-child(n + 4) {
    grid-column: auto;
    min-height: 325px;
  }

  .assurance-bar {
    grid-template-columns: 1fr;
  }

  .assurance-item,
  .assurance-item:nth-child(2),
  .assurance-item:nth-child(3),
  .assurance-item:nth-child(4) {
    border-top: 1px solid rgba(255,255,255,.13);
    border-left: 0;
  }

  .audience-card {
    min-height: 340px;
  }

  .why {
    padding: 0;
  }

  .why-visual {
    min-height: 420px;
  }

  .why-copy {
    padding: 75px 20px;
  }

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

  .steps::before {
    width: 100%;
  }

  .step,
  .step:not(:first-child) {
    min-height: 0;
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  footer {
    grid-template-columns: 1fr;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
  }
}
