:root {
  --navy: #071320;
  --navy-2: #0b1d33;
  --blue: #1674ea;
  --cyan: #11b6d8;
  --slate: #64748b;
  --white: #ffffff;
  --text: #0d1726;
  --muted: #5f6b7a;
  --line: rgba(255,255,255,.12);
  --shadow: 0 20px 70px rgba(0,0,0,.18);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; }
button, input, textarea { font: inherit; }

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  background: rgba(5, 15, 27, .9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.nav-wrap {
  height: 78px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .035em;
  white-space: nowrap;
}

.brand-mark { width: 38px; }
.brand-mark svg { width: 100%; height: auto; }
.mark-c { fill: #fff; }
.mark-l { fill: var(--blue); }

.brand-text { font-family: "Space Grotesk", sans-serif; font-size: 1rem; }
.brand-text strong { color: var(--blue); }

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

.main-nav a {
  position: relative;
  color: rgba(255,255,255,.88);
  font-size: .79rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 28px 0 25px;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transition: .25s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after { transform: scaleX(1); }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 0 25px;
  border-radius: 3px;
  border: 1px solid transparent;
  font-size: .79rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  cursor: pointer;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: linear-gradient(135deg, #0d62d8, #1d82f2);
  color: #fff;
  box-shadow: 0 10px 24px rgba(17, 116, 234, .24);
}

.btn-outline {
  border-color: rgba(255,255,255,.5);
  color: #fff;
  background: rgba(255,255,255,.02);
}

.nav-cta { margin-left: 8px; min-height: 40px; padding: 0 19px; }

.menu-toggle {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 23px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 700px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.hero-bg { position: absolute; inset: 0; }
.skyline { width: 100%; height: 100%; object-fit: cover; }

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,15,27,.96) 0%, rgba(5,15,27,.78) 45%, rgba(5,15,27,.18) 78%, rgba(5,15,27,.55) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 88px;
}

.hero-copy { max-width: 680px; }

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.hero h1 {
  margin: 0;
  max-width: 670px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3rem, 5.4vw, 5.2rem);
  line-height: .99;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

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

.accent-line {
  width: 52px;
  height: 4px;
  margin: 28px 0 24px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.hero-text {
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 1.04rem;
}

.hero-actions { display: flex; gap: 14px; margin-top: 30px; }

.network-orbit {
  position: absolute;
  z-index: 2;
  right: 6vw;
  top: 115px;
  width: 430px;
  height: 430px;
}

.orbit {
  position: absolute;
  inset: 50%;
  border: 1px solid rgba(34, 149, 255, .4);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.orbit-1 { width: 100%; height: 100%; animation: spin 23s linear infinite; }
.orbit-2 { width: 78%; height: 78%; animation: spinReverse 17s linear infinite; }
.orbit-3 { width: 56%; height: 56%; animation: spin 13s linear infinite; }

.orbit-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 180px;
  height: 180px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(22,116,234,.3), rgba(5,15,27,.12) 70%);
  filter: drop-shadow(0 0 35px rgba(19,117,239,.35));
}
.orbit-logo svg { width: 150px; }

.node {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #36b6ff;
  box-shadow: 0 0 18px #36b6ff;
}
.n1 { top: 5%; left: 50%; }
.n2 { top: 24%; right: 2%; }
.n3 { bottom: 19%; right: 8%; }
.n4 { bottom: 0; left: 45%; }
.n5 { top: 31%; left: 1%; }
.n6 { bottom: 24%; left: 8%; }

@keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes spinReverse { to { transform: translate(-50%,-50%) rotate(-360deg); } }

.services-strip {
  position: relative;
  z-index: 3;
  background: #fff;
  box-shadow: 0 -12px 45px rgba(0,0,0,.08);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.service-card {
  padding: 42px 28px 38px;
  border-right: 1px solid #e5eaf0;
}
.service-card:first-child { border-left: 1px solid #e5eaf0; }

.icon-box {
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  color: var(--blue);
}
.icon-box svg { width: 100%; height: 100%; fill: currentColor; }

.service-card h2 {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.service-card p {
  min-height: 112px;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: .91rem;
}

.service-card a {
  color: var(--blue);
  font-size: .77rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mission-section {
  color: #fff;
  background:
    radial-gradient(circle at 72% 15%, rgba(22,116,234,.16), transparent 30%),
    linear-gradient(135deg, #071320, #0a1b31);
  padding: 86px 0;
}

.mission-grid {
  display: grid;
  grid-template-columns: .9fr 1.5fr;
  gap: 70px;
  align-items: center;
}

.section-kicker {
  width: 44px;
  height: 3px;
  margin-bottom: 20px;
  background: var(--blue);
}

.mission-copy h2,
.projects-panel h2,
.contact-copy h2 {
  margin: 0 0 18px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.08;
}

.mission-copy > p:last-child { color: rgba(255,255,255,.72); }

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.value {
  padding: 12px 25px 8px;
  text-align: center;
  border-left: 1px solid rgba(255,255,255,.13);
}

.value-icon {
  color: #2e9bff;
  font-size: 2.3rem;
  line-height: 1;
}

.value h3 {
  margin: 13px 0 10px;
  font-size: .84rem;
  text-transform: uppercase;
}

.value p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: .82rem;
}

.projects-section {
  padding: 90px 0;
  background: #f4f7fb;
}

.projects-panel {
  min-height: 280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  padding: 55px;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(7,19,32,.97), rgba(7,19,32,.8)),
    radial-gradient(circle at 80% 20%, #1674ea, transparent 35%);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.projects-panel > div:first-child { max-width: 700px; }
.projects-panel p:not(.eyebrow) { color: rgba(255,255,255,.72); }

.private-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.lock-dot {
  width: 11px; height: 11px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 15px var(--cyan);
}

.contact-section { padding: 95px 0; }

.contact-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  align-items: start;
}

.contact-copy p { color: var(--muted); }
.email-link { color: var(--blue); font-weight: 800; }

.contact-form {
  padding: 34px;
  background: #fff;
  border: 1px solid #e3e9f0;
  border-radius: 12px;
  box-shadow: 0 16px 50px rgba(17,39,70,.1);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  color: #243143;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d9e0e8;
  border-radius: 4px;
  padding: 13px 14px;
  color: var(--text);
  background: #fbfcfe;
  outline: none;
  transition: .2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(22,116,234,.1);
}

.form-note {
  margin: 14px 0 0;
  color: #7a8796;
  font-size: .76rem;
}

.site-footer {
  padding: 28px 0;
  background: #050d17;
  color: rgba(255,255,255,.65);
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.footer-brand { transform: scale(.9); transform-origin: left center; }
.footer-wrap p { margin: 0; font-size: .82rem; }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .main-nav, .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .main-nav.open {
    display: flex;
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 20px;
    background: #071320;
    border: 1px solid rgba(255,255,255,.1);
    box-shadow: var(--shadow);
  }
  .main-nav.open a { padding: 14px 0; }
  .main-nav.open a::after { bottom: 7px; }
  .network-orbit { opacity: .45; right: -120px; }
  .hero-bg::after { background: linear-gradient(90deg, rgba(5,15,27,.96), rgba(5,15,27,.82)); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card:nth-child(-n+2) { border-bottom: 1px solid #e5eaf0; }
  .mission-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .value:nth-child(3), .value:nth-child(4) { margin-top: 35px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand-text { font-size: .86rem; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 100px; }
  .hero h1 { font-size: clamp(2.55rem, 12vw, 4.2rem); }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 280px; }
  .network-orbit { width: 330px; height: 330px; top: 310px; right: -145px; opacity: .28; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card,
  .service-card:first-child { border-left: 0; border-right: 0; border-bottom: 1px solid #e5eaf0; }
  .service-card p { min-height: auto; }
  .values-grid { grid-template-columns: 1fr; }
  .value { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); padding: 28px 10px; }
  .value:first-child { border-top: 0; }
  .value:nth-child(3), .value:nth-child(4) { margin-top: 0; }
  .projects-panel { flex-direction: column; align-items: flex-start; padding: 36px 28px; }
  .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 25px 20px; }
  .footer-wrap { flex-direction: column; text-align: center; }
  .footer-brand { transform-origin: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* ===== HERO V2: photographic city, premium logo and clean network field ===== */
.hero {
  min-height: 720px;
  background: #06111f;
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-city {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  filter: saturate(.9) contrast(1.06) brightness(.82);
  transform: scale(1.015);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(3, 10, 19, .98) 0%,
      rgba(3, 10, 19, .91) 30%,
      rgba(3, 10, 19, .56) 56%,
      rgba(3, 10, 19, .13) 78%,
      rgba(3, 10, 19, .34) 100%),
    linear-gradient(180deg, rgba(2,8,15,.18), rgba(2,8,15,.15) 62%, rgba(2,8,15,.54));
}

.network-orbit {
  right: 5vw;
  top: 116px;
  width: 470px;
  height: 470px;
  opacity: 1;
  filter: drop-shadow(0 0 22px rgba(25,128,255,.15));
}

.orbit {
  border-color: rgba(43, 151, 255, .48);
  box-shadow: inset 0 0 18px rgba(22,116,234,.035);
}

.orbit-1 { width: 100%; height: 100%; }
.orbit-2 { width: 82%; height: 82%; }
.orbit-3 { width: 63%; height: 63%; }
.orbit-4 {
  width: 108%;
  height: 61%;
  transform: translate(-50%,-50%) rotate(29deg);
  border-color: rgba(43,151,255,.34);
  animation: orbitTilt 19s linear infinite;
}

@keyframes orbitTilt {
  to { transform: translate(-50%,-50%) rotate(389deg); }
}

.orbit-logo {
  width: 208px;
  height: 208px;
  background:
    radial-gradient(circle, rgba(19, 105, 238, .27) 0%, rgba(7, 25, 49, .13) 48%, transparent 72%);
  filter: drop-shadow(0 0 30px rgba(25,124,255,.42));
}

.orbit-logo svg { width: 178px; }

.node {
  width: 6px;
  height: 6px;
  background: #48b7ff;
  box-shadow: 0 0 9px #48b7ff, 0 0 22px rgba(43,151,255,.8);
}

.n7 { top: 15%; left: 20%; }
.n8 { right: 13%; bottom: 9%; }

.hero-copy {
  max-width: 700px;
  text-shadow: 0 2px 22px rgba(0,0,0,.38);
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(3rem, 5vw, 5rem);
}

.hero-text {
  max-width: 590px;
  color: rgba(255,255,255,.88);
}

@media (max-width: 1200px) {
  .network-orbit {
    right: -35px;
    width: 420px;
    height: 420px;
  }
}

@media (max-width: 1050px) {
  .network-orbit {
    right: -125px;
    opacity: .58;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(3,10,19,.98), rgba(3,10,19,.83) 74%, rgba(3,10,19,.63)),
      linear-gradient(180deg, rgba(2,8,15,.12), rgba(2,8,15,.55));
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: 760px;
  }

  .hero-city {
    object-position: 63% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(3,10,19,.96), rgba(3,10,19,.78)),
      linear-gradient(180deg, rgba(2,8,15,.1), rgba(2,8,15,.72));
  }

  .network-orbit {
    width: 340px;
    height: 340px;
    top: 360px;
    right: -150px;
    opacity: .36;
  }

  .orbit-logo {
    width: 145px;
    height: 145px;
  }

  .orbit-logo svg {
    width: 122px;
  }
}


/* ===== CURRENT LEGACY V3 — refined hero and premium motion ===== */

.site-header {
  background: rgba(4, 13, 24, .82);
  box-shadow: 0 10px 32px rgba(0,0,0,.16);
}

.hero-city {
  object-position: center 50%;
  filter: saturate(1.03) contrast(1.08) brightness(.93);
  transform: scale(1.01);
}

.hero-shade {
  background:
    linear-gradient(90deg,
      rgba(2,8,15,.99) 0%,
      rgba(2,8,15,.93) 27%,
      rgba(2,8,15,.63) 49%,
      rgba(2,8,15,.17) 76%,
      rgba(2,8,15,.28) 100%),
    linear-gradient(180deg, rgba(1,6,12,.16), transparent 50%, rgba(1,6,12,.48));
}

.network-orbit {
  right: 7vw;
  top: 137px;
  width: 405px;
  height: 405px;
  filter: drop-shadow(0 0 22px rgba(25,128,255,.18));
}

.orbit {
  border-width: 1px;
  border-color: rgba(59,161,255,.35);
  box-shadow: inset 0 0 16px rgba(22,116,234,.03);
}

.orbit-1 { animation-duration: 78s; }
.orbit-2 { animation-duration: 64s; }
.orbit-3 { animation-duration: 52s; }
.orbit-4 { animation-duration: 69s; opacity: .72; }

.orbit-logo {
  width: 188px;
  height: 188px;
  background:
    radial-gradient(circle at 44% 38%, rgba(255,255,255,.09), transparent 31%),
    radial-gradient(circle, rgba(23,116,244,.24), rgba(5,23,47,.07) 56%, transparent 73%);
  filter: drop-shadow(0 0 24px rgba(25,124,255,.42));
  animation: logoBreathe 6.5s ease-in-out infinite;
}

.orbit-logo::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.06);
  background: linear-gradient(145deg, rgba(255,255,255,.045), transparent 48%);
  pointer-events: none;
}

.orbit-logo svg {
  width: 160px;
  position: relative;
  z-index: 1;
}

@keyframes logoBreathe {
  0%,100% { transform: translate(-50%,-50%) scale(1); filter: drop-shadow(0 0 24px rgba(25,124,255,.36)); }
  50% { transform: translate(-50%,-50%) scale(1.018); filter: drop-shadow(0 0 33px rgba(25,124,255,.52)); }
}

.node {
  width: 5px;
  height: 5px;
  animation: nodePulse 3.8s ease-in-out infinite;
}

.n2,.n5,.n7 { animation-delay: .9s; }
.n3,.n6 { animation-delay: 1.8s; }
.n4,.n8 { animation-delay: 2.7s; }

@keyframes nodePulse {
  0%,100% { opacity: .52; transform: scale(.85); }
  50% { opacity: 1; transform: scale(1.35); }
}

.city-lights {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.city-lights span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 3px;
  height: 5px;
  border-radius: 1px;
  background: rgba(255,209,125,.95);
  box-shadow: 0 0 10px rgba(255,190,84,.85);
  animation: cityBlink 5.6s ease-in-out infinite;
  animation-delay: var(--d);
}

@keyframes cityBlink {
  0%, 16%, 100% { opacity: .15; }
  28%, 66% { opacity: .95; }
  80% { opacity: .38; }
}

.hero-copy {
  max-width: 760px;
}

.hero h1 {
  max-width: 760px;
  letter-spacing: -.035em;
}

.hero-text {
  max-width: 620px;
}

.service-card {
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  background: #fbfdff;
  box-shadow: 0 18px 45px rgba(14,44,82,.08);
}

.service-card:hover .icon-box {
  transform: translateY(-2px) scale(1.04);
}

.icon-box {
  transition: transform .25s ease;
}

.projects-panel {
  overflow: hidden;
  position: relative;
}

.projects-panel::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -150px;
  top: -210px;
  border: 1px solid rgba(67,163,255,.17);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(67,163,255,.025),
    0 0 0 110px rgba(67,163,255,.018);
  pointer-events: none;
}

.btn-primary {
  background: linear-gradient(135deg, #0d63d8, #238df6);
  box-shadow: 0 11px 27px rgba(17,116,234,.28);
}

.btn-primary:hover {
  box-shadow: 0 16px 34px rgba(17,116,234,.38);
}

@media (max-width: 1200px) {
  .network-orbit {
    right: -5px;
    width: 380px;
    height: 380px;
  }
}

@media (max-width: 1050px) {
  .network-orbit {
    right: -125px;
    opacity: .47;
  }
}

@media (max-width: 720px) {
  .hero-city {
    object-position: 63% 50%;
  }

  .network-orbit {
    width: 310px;
    height: 310px;
    top: 390px;
    right: -138px;
    opacity: .28;
  }

  .orbit-logo {
    width: 132px;
    height: 132px;
  }

  .orbit-logo svg {
    width: 112px;
  }

  .city-lights {
    opacity: .6;
  }
}


.site-header.scrolled {
  background: rgba(4, 13, 24, .95);
  border-bottom-color: rgba(75,161,255,.15);
}


/* =========================================================
   CURRENT LEGACY V4 — REAL BOSTON PHOTO + PREMIUM HOLOGRAM
   ========================================================= */

.hero {
  min-height: 720px;
  background: #020a13;
}

.hero-city {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 52%;
  filter: saturate(.9) contrast(1.08) brightness(.72);
  transform: scale(1.012);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(2,8,15,.995) 0%,
      rgba(2,8,15,.95) 24%,
      rgba(2,8,15,.79) 43%,
      rgba(2,8,15,.35) 65%,
      rgba(2,8,15,.17) 82%,
      rgba(2,8,15,.32) 100%),
    linear-gradient(180deg,
      rgba(1,6,12,.34) 0%,
      rgba(1,6,12,.04) 42%,
      rgba(1,6,12,.5) 100%);
}

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

.hero-copy {
  max-width: 740px;
}

.hero h1 {
  max-width: 740px;
  font-size: clamp(3rem, 4.85vw, 4.85rem);
  letter-spacing: -.036em;
}

.hero-text {
  max-width: 600px;
}

.hero-visual {
  position: absolute;
  z-index: 2;
  right: 4.5vw;
  top: 126px;
  width: 450px;
  height: 450px;
  pointer-events: none;
}

.holo-field {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  filter: drop-shadow(0 0 28px rgba(26,126,255,.18));
}

.holo-ring,
.holo-arc {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%,-50%);
}

.holo-ring {
  border: 1px solid rgba(74,169,255,.28);
}

.ring-a {
  width: 100%;
  height: 100%;
  animation: v4Spin 84s linear infinite;
}

.ring-b {
  width: 72%;
  height: 72%;
  border-color: rgba(91,182,255,.34);
  animation: v4SpinReverse 68s linear infinite;
}

.holo-arc {
  width: 106%;
  height: 61%;
  border: 1px solid transparent;
  border-top-color: rgba(81,175,255,.58);
  border-right-color: rgba(81,175,255,.22);
  transform: translate(-50%,-50%) rotate(18deg);
  animation: v4Arc 76s linear infinite;
}

.arc-b {
  width: 84%;
  height: 48%;
  border-top-color: rgba(105,198,255,.37);
  border-right-color: transparent;
  border-left-color: rgba(105,198,255,.18);
  transform: translate(-50%,-50%) rotate(-31deg);
  animation: v4ArcReverse 59s linear infinite;
}

@keyframes v4Spin {
  to { transform: translate(-50%,-50%) rotate(360deg); }
}

@keyframes v4SpinReverse {
  to { transform: translate(-50%,-50%) rotate(-360deg); }
}

@keyframes v4Arc {
  to { transform: translate(-50%,-50%) rotate(378deg); }
}

@keyframes v4ArcReverse {
  to { transform: translate(-50%,-50%) rotate(-391deg); }
}

.premium-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 214px;
  height: 214px;
  display: grid;
  place-items: center;
  transform: translate(-50%,-50%);
  animation: v4Breathe 7.5s ease-in-out infinite;
}

.premium-logo::before {
  content: "";
  position: absolute;
  inset: 19px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.075);
  background:
    linear-gradient(145deg, rgba(255,255,255,.07), transparent 42%),
    radial-gradient(circle at 45% 37%, rgba(255,255,255,.055), transparent 30%);
  box-shadow:
    inset 0 0 30px rgba(23,118,244,.08),
    0 0 45px rgba(18,111,239,.13);
}

.logo-halo {
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(23,123,255,.25) 0%, rgba(12,55,116,.13) 42%, transparent 70%);
  filter: blur(8px);
}

.premium-logo svg {
  position: relative;
  z-index: 2;
  width: 176px;
  height: auto;
}

@keyframes v4Breathe {
  0%,100% {
    transform: translate(-50%,-50%) scale(1);
    filter: drop-shadow(0 0 20px rgba(22,120,255,.33));
  }
  50% {
    transform: translate(-50%,-50%) scale(1.016);
    filter: drop-shadow(0 0 34px rgba(22,120,255,.52));
  }
}

.signal-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #69ccff;
  box-shadow:
    0 0 8px #69ccff,
    0 0 22px rgba(41,154,255,.78);
  animation: v4DotPulse 4.4s ease-in-out infinite;
}

.dot-1 { left: 7%; top: 42%; animation-delay: .2s; }
.dot-2 { left: 22%; top: 13%; animation-delay: 1.1s; }
.dot-3 { right: 15%; top: 14%; animation-delay: 2.2s; }
.dot-4 { right: 4%; top: 53%; animation-delay: .8s; }
.dot-5 { right: 22%; bottom: 6%; animation-delay: 1.7s; }
.dot-6 { left: 14%; bottom: 20%; animation-delay: 2.8s; }

@keyframes v4DotPulse {
  0%,100% { opacity: .38; transform: scale(.78); }
  50% { opacity: 1; transform: scale(1.35); }
}

.particle-field {
  position: absolute;
  inset: -8%;
}

.particle-field span {
  position: absolute;
  left: var(--px);
  top: var(--py);
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgba(125,205,255,.75);
  box-shadow: 0 0 10px rgba(65,163,255,.75);
  animation: v4Particle 7s ease-in-out infinite;
  animation-delay: var(--delay);
}

@keyframes v4Particle {
  0%,100% { opacity: .12; transform: translateY(4px) scale(.7); }
  50% { opacity: .72; transform: translateY(-7px) scale(1.15); }
}

.city-lights {
  opacity: .7;
}

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s ease;
}

.service-card:hover::after {
  transform: scaleX(1);
}

@media (max-width: 1240px) {
  .hero-visual {
    right: -25px;
    width: 410px;
    height: 410px;
  }
}

@media (max-width: 1050px) {
  .hero-city {
    object-position: 58% 50%;
  }

  .hero-visual {
    right: -125px;
    opacity: .54;
  }

  .hero-shade {
    background:
      linear-gradient(90deg,
        rgba(2,8,15,.99),
        rgba(2,8,15,.9) 56%,
        rgba(2,8,15,.67)),
      linear-gradient(180deg, rgba(1,6,12,.2), rgba(1,6,12,.58));
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: 780px;
  }

  .hero-city {
    object-position: 62% 50%;
    filter: saturate(.84) contrast(1.05) brightness(.62);
  }

  .hero-visual {
    width: 310px;
    height: 310px;
    right: -142px;
    top: 398px;
    opacity: .31;
  }

  .premium-logo {
    width: 148px;
    height: 148px;
  }

  .premium-logo svg {
    width: 122px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(2,8,15,.97), rgba(2,8,15,.78)),
      linear-gradient(180deg, rgba(1,6,12,.15), rgba(1,6,12,.72));
  }
}


/* =========================================================
   CURRENT LEGACY V5 — INTEGRATED PREMIUM CL HERO MARK
   ========================================================= */

.hero-visual {
  right: 4.3vw;
  top: 124px;
}

.holo-field {
  perspective: 900px;
}

.premium-logo {
  width: 230px;
  height: 230px;
  isolation: isolate;
  animation: v5LogoFloat 8.5s ease-in-out infinite;
}

.logo-environment-glow {
  position: absolute;
  inset: -54px;
  border-radius: 50%;
  background:
    radial-gradient(circle,
      rgba(29,132,255,.25) 0%,
      rgba(11,72,157,.14) 34%,
      rgba(2,18,40,.04) 58%,
      transparent 74%);
  filter: blur(14px);
  opacity: .9;
}

.logo-glass-disc {
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  border: 1px solid rgba(165,220,255,.09);
  background:
    radial-gradient(circle at 38% 30%, rgba(255,255,255,.085), transparent 28%),
    radial-gradient(circle at 50% 55%, rgba(22,109,238,.09), rgba(4,18,39,.025) 62%, transparent 74%);
  box-shadow:
    inset 0 0 28px rgba(51,153,255,.07),
    0 0 32px rgba(12,87,201,.08);
  backdrop-filter: blur(1px);
}

.logo-glass-disc::before {
  content: "";
  position: absolute;
  inset: 21px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.045);
}

.premium-cl {
  position: relative;
  z-index: 4;
  width: 190px;
  transform: translateZ(20px);
  filter:
    drop-shadow(0 12px 18px rgba(0,0,0,.44))
    drop-shadow(0 0 18px rgba(28,129,255,.22));
}

.cl-c-main,
.cl-c-edge,
.cl-l-main,
.cl-l-edge,
.cl-l-inner,
.cl-glass-sweep,
.cl-highlight {
  transform-box: fill-box;
  transform-origin: center;
}

.cl-c-main,
.cl-c-edge {
  animation: v5CDepth 8.5s ease-in-out infinite;
}

.cl-l-main,
.cl-l-edge,
.cl-l-inner {
  animation: v5LDepth 8.5s ease-in-out infinite;
}

.cl-glass-sweep {
  animation: v5SweepOpacity 6.8s ease-in-out infinite;
}

.logo-scan-line {
  position: absolute;
  z-index: 5;
  left: 30px;
  right: 30px;
  top: 51%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(132,225,255,.05) 15%,
    rgba(132,225,255,.8) 50%,
    rgba(132,225,255,.05) 85%,
    transparent
  );
  box-shadow: 0 0 12px rgba(76,191,255,.42);
  opacity: .28;
  animation: v5Scan 7.5s ease-in-out infinite;
}

.logo-reflection {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 68%;
  width: 170px;
  height: 55px;
  transform: translateX(-50%) perspective(240px) rotateX(68deg);
  border-radius: 50%;
  background:
    radial-gradient(ellipse, rgba(22,118,244,.18), transparent 68%);
  filter: blur(7px);
  opacity: .65;
}

@keyframes v5LogoFloat {
  0%,100% {
    transform: translate(-50%,-50%) translateY(0) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: translate(-50%,-50%) translateY(-4px) rotateX(1.2deg) rotateY(-1.5deg);
  }
}

@keyframes v5CDepth {
  0%,100% { transform: translateX(0); }
  50% { transform: translateX(-.8px); }
}

@keyframes v5LDepth {
  0%,100% { transform: translateX(0); }
  50% { transform: translateX(.9px); }
}

@keyframes v5SweepOpacity {
  0%,100% { opacity: .42; }
  50% { opacity: .72; }
}

@keyframes v5Scan {
  0%,12%,100% { transform: translateY(-46px); opacity: 0; }
  24% { opacity: .12; }
  50% { transform: translateY(0); opacity: .34; }
  76% { opacity: .1; }
  88% { transform: translateY(48px); opacity: 0; }
}

.holo-ring {
  opacity: .72;
}

.ring-a {
  border-color: rgba(79,176,255,.26);
}

.ring-b {
  border-color: rgba(100,194,255,.31);
}

.holo-arc {
  opacity: .65;
}

.signal-dot {
  width: 5px;
  height: 5px;
}

.hero-city {
  filter: saturate(.92) contrast(1.09) brightness(.7);
}

.hero-shade {
  background:
    linear-gradient(90deg,
      rgba(2,8,15,.995) 0%,
      rgba(2,8,15,.95) 24%,
      rgba(2,8,15,.78) 43%,
      rgba(2,8,15,.31) 65%,
      rgba(2,8,15,.13) 82%,
      rgba(2,8,15,.28) 100%),
    linear-gradient(180deg,
      rgba(1,6,12,.3) 0%,
      rgba(1,6,12,.02) 42%,
      rgba(1,6,12,.48) 100%);
}

@media (max-width: 1240px) {
  .premium-logo {
    width: 210px;
    height: 210px;
  }

  .premium-cl {
    width: 174px;
  }
}

@media (max-width: 720px) {
  .premium-logo {
    width: 150px;
    height: 150px;
  }

  .premium-cl {
    width: 124px;
  }

  .logo-reflection {
    width: 116px;
    height: 38px;
  }

  .logo-scan-line {
    left: 18px;
    right: 18px;
  }
}


/* =========================================================
   CURRENT LEGACY V6 — CRISP VECTOR CL MARK
   ========================================================= */

/* Remove any browser-blurring effects from the logo itself. */
.premium-logo {
  width: 236px;
  height: 236px;
  animation: v6LogoFloat 9s ease-in-out infinite;
  filter: none !important;
  transform-style: preserve-3d;
}

.premium-cl {
  width: 198px;
  height: auto;
  overflow: visible;
  filter: none !important;
  transform: translateZ(0);
  backface-visibility: hidden;
  image-rendering: auto;
}

.logo-environment-glow {
  inset: -48px;
  filter: blur(18px);
  opacity: .58;
}

.logo-glass-disc {
  inset: 15px;
  backdrop-filter: none;
  background:
    radial-gradient(circle at 40% 32%, rgba(255,255,255,.055), transparent 27%),
    radial-gradient(circle, rgba(18,108,237,.075), rgba(4,18,39,.025) 62%, transparent 73%);
  border-color: rgba(165,220,255,.065);
}

.logo-scan-line {
  opacity: .18;
}

.cl-c-main,
.cl-c-highlight,
.cl-l-main,
.cl-l-face,
.cl-l-highlight,
.cl-edge,
.cl-shadow-c,
.cl-shadow-l {
  vector-effect: non-scaling-stroke;
}

.cl-c-main,
.cl-c-highlight,
.cl-l-main,
.cl-l-face,
.cl-l-highlight {
  transform: none !important;
  animation: none !important;
}

@keyframes v6LogoFloat {
  0%,100% {
    transform: translate(-50%,-50%) translateY(0);
  }
  50% {
    transform: translate(-50%,-50%) translateY(-3px);
  }
}

@media (max-width: 1240px) {
  .premium-logo {
    width: 216px;
    height: 216px;
  }

  .premium-cl {
    width: 182px;
  }
}

@media (max-width: 720px) {
  .premium-logo {
    width: 154px;
    height: 154px;
  }

  .premium-cl {
    width: 130px;
  }
}


/* =========================================================
   CURRENT LEGACY V7 — FULL BELOW-THE-FOLD EXPERIENCE
   ========================================================= */

.services-strip {
  padding: 92px 0 0;
  box-shadow: none;
  background: #f8fafc;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 44px;
}

.section-heading h2 {
  margin: 0;
  max-width: 720px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.2rem, 3.8vw, 4rem);
  line-height: 1.04;
  letter-spacing: -.035em;
}

.section-heading > p {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: .98rem;
}

.service-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #fff;
  border: 1px solid #e3e9f0;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(18,45,80,.08);
}

.service-card,
.service-card:first-child {
  min-height: 410px;
  padding: 34px 28px 30px;
  border: 0;
  border-right: 1px solid #e4e9ef;
}

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

.service-number {
  margin-bottom: 25px;
  color: #a4afbc;
  font-family: "Space Grotesk", sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
}

.service-card h3 {
  margin: 0 0 14px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.14rem;
  line-height: 1.2;
}

.service-card p {
  min-height: 126px;
  margin: 0 0 21px;
  color: var(--muted);
  font-size: .89rem;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 22px;
}

.service-tags span {
  padding: 5px 9px;
  border: 1px solid #dfe6ee;
  border-radius: 999px;
  color: #5f6d7d;
  background: #f8fafc;
  font-size: .66rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.service-card a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--blue);
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.proof-section {
  padding: 105px 0;
  background:
    linear-gradient(180deg, #f8fafc, #ffffff);
}

.proof-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.proof-copy h2,
.capabilities-copy h2 {
  margin: 0 0 20px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.2rem, 3.5vw, 3.8rem);
  line-height: 1.04;
  letter-spacing: -.035em;
}

.proof-copy p,
.capabilities-copy p {
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.proof-visual {
  min-height: 470px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 50%, rgba(22,116,234,.16), transparent 42%),
    linear-gradient(145deg, #071320, #0b1d33);
  box-shadow: 0 25px 70px rgba(11,35,64,.18);
  overflow: hidden;
}

.system-map {
  position: relative;
  width: 420px;
  height: 420px;
}

.system-core,
.system-node {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.system-core {
  left: 50%;
  top: 50%;
  width: 130px;
  height: 130px;
  transform: translate(-50%,-50%);
  background:
    radial-gradient(circle at 38% 30%, rgba(255,255,255,.12), transparent 28%),
    linear-gradient(145deg, rgba(30,132,255,.28), rgba(7,27,52,.8));
  border: 1px solid rgba(98,192,255,.28);
  box-shadow: 0 0 45px rgba(22,116,234,.25);
  z-index: 3;
}

.mini-mark {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.system-core small {
  margin-top: -30px;
  color: rgba(255,255,255,.58);
  font-size: .64rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.system-node {
  width: 96px;
  height: 96px;
  border: 1px solid rgba(111,195,255,.22);
  background: rgba(8,29,54,.86);
  box-shadow: 0 14px 32px rgba(0,0,0,.22);
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  z-index: 2;
  animation: systemFloat 7s ease-in-out infinite;
}

.node-security { left: 34px; top: 70px; }
.node-software { right: 24px; top: 55px; animation-delay: 1.1s; }
.node-media { left: 42px; bottom: 45px; animation-delay: 2.1s; }
.node-support { right: 30px; bottom: 54px; animation-delay: 3.1s; }

.system-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 145px;
  height: 1px;
  background: linear-gradient(90deg, rgba(72,178,255,.08), rgba(72,178,255,.72));
  transform-origin: left center;
  z-index: 1;
}

.line-1 { transform: rotate(215deg); }
.line-2 { transform: rotate(320deg); }
.line-3 { transform: rotate(145deg); }
.line-4 { transform: rotate(40deg); }

@keyframes systemFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.mission-section {
  padding: 100px 0;
}

.process-section {
  padding: 105px 0;
  background: #f7f9fc;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #dce4ec;
}

.process-step {
  position: relative;
  padding: 38px 28px 24px;
  border-right: 1px solid #dce4ec;
}

.process-step:last-child {
  border-right: 0;
}

.process-step::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  transition: width .35s ease;
}

.process-step:hover::before {
  width: 100%;
}

.step-index {
  color: #9aa6b5;
  font-family: "Space Grotesk", sans-serif;
  font-size: .68rem;
  letter-spacing: .14em;
}

.step-icon {
  margin: 25px 0 20px;
  color: var(--blue);
  font-size: 2rem;
  line-height: 1;
}

.process-step h3 {
  margin: 0 0 11px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.12rem;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
}

.capabilities-section {
  padding: 105px 0;
  color: #fff;
  background:
    radial-gradient(circle at 12% 15%, rgba(22,116,234,.13), transparent 30%),
    linear-gradient(135deg, #071320, #0a1a2e);
}

.capabilities-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
  align-items: start;
}

.capabilities-copy p {
  color: rgba(255,255,255,.65);
}

.capability-list {
  border-top: 1px solid rgba(255,255,255,.13);
}

.capability-item {
  display: grid;
  grid-template-columns: 50px 1fr 1.3fr;
  gap: 20px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,.13);
  transition: padding-left .25s ease, background .25s ease;
}

.capability-item:hover {
  padding-left: 12px;
  background: linear-gradient(90deg, rgba(22,116,234,.08), transparent);
}

.capability-item span {
  color: #58bbff;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.capability-item strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
}

.capability-item small {
  color: rgba(255,255,255,.55);
  font-size: .78rem;
}

.projects-section {
  padding: 100px 0;
}

.cta-band {
  padding: 0 0 100px;
  background: #f4f7fb;
}

.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 46px 50px;
  color: #fff;
  border-radius: 16px;
  background:
    radial-gradient(circle at 82% 35%, rgba(36,139,255,.24), transparent 35%),
    linear-gradient(135deg, #071320, #0b1f38);
  box-shadow: 0 24px 65px rgba(9,32,61,.18);
}

.cta-band h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.contact-details {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.contact-details a,
.contact-details div {
  display: grid;
  gap: 3px;
}

.contact-details span {
  color: #8a97a7;
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.contact-details strong {
  color: var(--text);
  font-size: .94rem;
}

@media (max-width: 1050px) {
  .section-heading,
  .proof-grid,
  .capabilities-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

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

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

  .service-card:nth-child(-n+2) {
    border-bottom: 1px solid #e4e9ef;
  }

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

  .process-step:nth-child(2) {
    border-right: 0;
  }

  .process-step:nth-child(-n+2) {
    border-bottom: 1px solid #dce4ec;
  }
}

@media (max-width: 720px) {
  .services-strip,
  .proof-section,
  .mission-section,
  .process-section,
  .capabilities-section,
  .projects-section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .section-heading {
    margin-bottom: 30px;
  }

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

  .service-card,
  .service-card:first-child,
  .process-step {
    border-right: 0;
    border-bottom: 1px solid #e4e9ef;
  }

  .service-card {
    min-height: auto;
  }

  .service-card p {
    min-height: auto;
  }

  .proof-visual {
    min-height: 360px;
  }

  .system-map {
    width: 330px;
    height: 330px;
    transform: scale(.86);
  }

  .capability-item {
    grid-template-columns: 42px 1fr;
  }

  .capability-item small {
    grid-column: 2;
  }

  .cta-band {
    padding-bottom: 76px;
  }

  .cta-band-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 34px 26px;
  }
}


/* =========================================================
   CURRENT LEGACY V8 — PRECISION POLISH PASS
   ========================================================= */

/* Slightly tighter section rhythm */
.services-strip {
  padding-top: 84px;
}

.proof-section,
.mission-section,
.process-section,
.capabilities-section,
.projects-section,
.contact-section {
  padding-top: 92px;
  padding-bottom: 92px;
}

/* Service-card density refinement */
.service-card,
.service-card:first-child {
  min-height: 390px;
  padding: 32px 27px 28px;
}

.service-card p {
  min-height: 108px;
  line-height: 1.58;
}

.service-tags {
  margin-bottom: 18px;
}

.service-card:hover {
  transform: translateY(-4px);
}

/* Process heading and spacing refinement */
.process-section .section-heading h2 {
  max-width: 680px;
  font-size: clamp(2.05rem, 3.3vw, 3.55rem);
  line-height: 1.055;
}

.process-section .section-heading {
  margin-bottom: 34px;
}

.process-step {
  padding-top: 34px;
  padding-bottom: 28px;
}

.step-icon {
  margin-top: 21px;
}

/* More technical connected-services topology */
.system-core::before,
.system-core::after {
  content: "";
  position: absolute;
  inset: -17px;
  border: 1px solid rgba(74,173,255,.16);
  border-radius: 50%;
  animation: coreRing 8s linear infinite;
}

.system-core::after {
  inset: -34px;
  border-style: dashed;
  opacity: .55;
  animation-duration: 14s;
  animation-direction: reverse;
}

@keyframes coreRing {
  to { transform: rotate(360deg); }
}

.system-node {
  grid-template-rows: auto auto;
  align-content: center;
  gap: 4px;
}

.node-status {
  position: absolute;
  right: 11px;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4bc5ff;
  box-shadow: 0 0 12px rgba(75,197,255,.9);
  animation: statusPulse 2.8s ease-in-out infinite;
}

.node-glyph {
  color: #4dbaff;
  font-size: .95rem;
  line-height: 1;
}

@keyframes statusPulse {
  0%,100% { opacity: .4; transform: scale(.82); }
  50% { opacity: 1; transform: scale(1.2); }
}

.system-line {
  overflow: visible;
}

.packet {
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #59c4ff;
  box-shadow: 0 0 12px rgba(73,187,255,.95);
  animation: packetTravel 3.6s linear infinite;
}

.line-2 .packet { animation-delay: .9s; }
.line-3 .packet { animation-delay: 1.8s; }
.line-4 .packet { animation-delay: 2.7s; }

@keyframes packetTravel {
  0% { left: 2%; opacity: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  100% { left: 96%; opacity: 0; }
}

/* Contact section top-space correction */
.contact-section {
  padding-top: 76px;
}

.contact-grid {
  gap: 68px;
}

.contact-copy h2 {
  max-width: 520px;
}

.contact-form {
  box-shadow: 0 18px 48px rgba(17,39,70,.085);
}

/* Projects/CTA vertical rhythm */
.projects-section {
  padding-bottom: 78px;
}

.cta-band {
  padding-bottom: 86px;
}

/* Footer redesign */
.site-footer {
  position: relative;
  overflow: hidden;
  padding: 68px 0 24px;
  background:
    radial-gradient(circle at 15% 0%, rgba(22,116,234,.12), transparent 28%),
    #040c16;
  color: rgba(255,255,255,.68);
}

.footer-watermark {
  position: absolute;
  right: -30px;
  bottom: -120px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(255,255,255,.025);
  pointer-events: none;
}

.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.5fr .75fr .95fr 1fr;
  gap: 54px;
  padding-bottom: 48px;
}

.footer-brand-block {
  max-width: 330px;
}

.footer-brand {
  transform: none;
}

.footer-slogan {
  margin: 20px 0 0;
  color: rgba(255,255,255,.58);
  font-size: .9rem;
  line-height: 1.7;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.footer-column a,
.footer-column span {
  color: rgba(255,255,255,.58);
  font-size: .82rem;
  transition: color .2s ease, transform .2s ease;
}

.footer-column a:hover {
  color: #61c8ff;
  transform: translateX(3px);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,.42);
  font-size: .74rem;
}

/* Subtle capability interaction refinement */
.capability-item:hover {
  padding-left: 10px;
}

.capability-item strong {
  transition: color .22s ease;
}

.capability-item:hover strong {
  color: #60c8ff;
}

/* Improve anchor landings beneath sticky nav */
section[id] {
  scroll-margin-top: 92px;
}

@media (max-width: 1050px) {
  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .footer-brand-block {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .proof-section,
  .mission-section,
  .process-section,
  .capabilities-section,
  .projects-section,
  .contact-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-section {
    padding-top: 58px;
  }

  .process-section .section-heading h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-watermark {
    font-size: 12rem;
    bottom: -65px;
  }
}


.proof-visual:not(.topology-active) .packet,
.proof-visual:not(.topology-active) .node-status,
.proof-visual:not(.topology-active) .system-core::before,
.proof-visual:not(.topology-active) .system-core::after {
  animation-play-state: paused;
}


/* =========================================================
   CURRENT LEGACY V10 — LAUNCH CANDIDATE
   ========================================================= */

/* Final section-transition smoothing */
.services-strip,
.process-section,
.projects-section {
  background:
    linear-gradient(180deg, rgba(245,248,252,.96), #ffffff 18%, #ffffff 82%, rgba(245,248,252,.96));
}

.proof-section,
.contact-section {
  background:
    linear-gradient(180deg, #ffffff, #f9fbfd 48%, #ffffff);
}

.mission-section,
.capabilities-section {
  position: relative;
}

.mission-section::before,
.capabilities-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 8%, rgba(34,139,255,.08), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.015), transparent 30%, rgba(0,0,0,.03));
}

/* Sticky navigation refinement */
.site-header {
  transition:
    height .28s ease,
    background .28s ease,
    box-shadow .28s ease,
    border-color .28s ease;
}

.nav-wrap,
.brand-mark,
.brand-text,
.main-nav a,
.nav-cta {
  transition:
    height .28s ease,
    width .28s ease,
    font-size .28s ease,
    padding .28s ease,
    transform .28s ease;
}

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

.site-header.scrolled .brand-mark {
  width: 33px;
}

.site-header.scrolled .brand-text {
  font-size: .92rem;
}

.site-header.scrolled .main-nav a {
  padding-top: 21px;
  padding-bottom: 20px;
}

.site-header.scrolled .main-nav a::after {
  bottom: 12px;
}

.site-header.scrolled .nav-cta {
  min-height: 36px;
  padding-inline: 17px;
}

/* Premium button treatment */
.magnetic-btn {
  position: relative;
  gap: 10px;
  overflow: hidden;
  isolation: isolate;
}

.magnetic-btn span,
.magnetic-btn i {
  position: relative;
  z-index: 2;
  font-style: normal;
}

.magnetic-btn i {
  transform: translateX(0);
  transition: transform .24s ease;
}

.magnetic-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(115deg, transparent 10%, rgba(255,255,255,.2) 45%, transparent 78%);
  transform: translateX(-135%);
  transition: transform .62s ease;
}

.magnetic-btn:hover::before {
  transform: translateX(135%);
}

.magnetic-btn:hover i {
  transform: translateX(4px);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow:
    0 18px 38px rgba(17,116,234,.38),
    0 0 0 1px rgba(114,205,255,.18);
}

.btn-outline:hover {
  border-color: rgba(111,202,255,.72);
  background: rgba(41,141,255,.09);
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

/* Service-card final micro-interactions */
.service-card {
  will-change: transform;
}

.service-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 54px rgba(14,44,82,.11);
}

.service-card:hover .icon-box {
  transform: translateY(-3px) scale(1.06);
}

.service-card a span {
  display: inline-block;
  transition: transform .22s ease;
}

.service-card:hover a span {
  transform: translateX(4px);
}

.service-card:hover .service-number {
  color: var(--blue);
}

/* Contact form floating labels */
.contact-form {
  position: relative;
  overflow: hidden;
}

.contact-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.floating-field {
  position: relative;
  display: block;
  margin-bottom: 18px;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-weight: 400 !important;
}

.floating-field input,
.floating-field textarea {
  min-height: 56px;
  padding: 22px 14px 9px;
  background: #fbfcfe;
}

.floating-field textarea {
  min-height: 150px;
  padding-top: 25px;
}

.floating-field span {
  position: absolute;
  left: 14px;
  top: 17px;
  color: #697789;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  pointer-events: none;
  transform-origin: left top;
  transition:
    transform .2s ease,
    color .2s ease,
    top .2s ease;
}

.floating-field input:focus + span,
.floating-field input:not(:placeholder-shown) + span,
.floating-field textarea:focus + span,
.floating-field textarea:not(:placeholder-shown) + span {
  top: 8px;
  transform: scale(.78);
  color: var(--blue);
}

.floating-field input:focus,
.floating-field textarea:focus {
  border-color: var(--blue);
  box-shadow:
    0 0 0 3px rgba(22,116,234,.09),
    0 10px 28px rgba(22,116,234,.07);
  background: #fff;
}

/* Hero orbital packet */
.hero-orbit-packet {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -4px;
  border-radius: 50%;
  background: #8ee5ff;
  box-shadow:
    0 0 9px #79dcff,
    0 0 22px rgba(50,167,255,.9);
  transform-origin: 0 0;
  animation: orbitPacket 11s linear infinite;
  z-index: 6;
}

@keyframes orbitPacket {
  0% {
    transform: rotate(0deg) translateX(205px) scale(.72);
    opacity: 0;
  }
  8% { opacity: 1; }
  48% { transform: rotate(172deg) translateX(205px) scale(1); }
  92% { opacity: 1; }
  100% {
    transform: rotate(360deg) translateX(205px) scale(.72);
    opacity: 0;
  }
}

/* Make topology feel like a live network */
.system-core {
  animation: coreBreath 5.4s ease-in-out infinite;
}

@keyframes coreBreath {
  0%,100% {
    box-shadow:
      0 0 38px rgba(22,116,234,.22),
      inset 0 0 22px rgba(40,147,255,.06);
  }
  50% {
    box-shadow:
      0 0 56px rgba(22,116,234,.37),
      inset 0 0 28px rgba(40,147,255,.1);
  }
}

.system-line {
  transition: background .22s ease, filter .22s ease;
}

.system-line.packet-active {
  background: linear-gradient(90deg, rgba(72,178,255,.12), rgba(108,212,255,.95));
  filter: drop-shadow(0 0 6px rgba(67,181,255,.55));
}

.system-node.packet-hit {
  border-color: rgba(93,202,255,.72);
  box-shadow:
    0 0 0 6px rgba(62,174,255,.07),
    0 0 28px rgba(62,174,255,.35),
    0 14px 32px rgba(0,0,0,.22);
}

/* Better focus visibility */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(77,188,255,.45);
  outline-offset: 3px;
}

/* Launch-candidate reduced-motion fallback */
@media (prefers-reduced-motion: reduce) {
  .hero-orbit-packet,
  .system-core,
  .packet,
  .node-status,
  .service-card,
  .magnetic-btn::before {
    animation: none !important;
    transition: none !important;
  }
}

/* Mobile refinement */
@media (max-width: 720px) {
  .site-header.scrolled .nav-wrap {
    height: 68px;
  }

  .hero-orbit-packet {
    animation: none;
    display: none;
  }

  .service-card:hover {
    transform: none;
  }

  .magnetic-btn i {
    display: none;
  }
}
