:root {
  color-scheme: dark;
  --bg: #06111f;
  --bg-strong: #020713;
  --surface: #0d1c31;
  --surface-2: #10243d;
  --line: rgba(177, 203, 231, 0.2);
  --text: #f5f8fb;
  --muted: #b8c7d8;
  --blue: #20a7e8;
  --cyan: #5ad7ff;
  --green: #70e042;
  --white: #ffffff;
  --shadow: 0 20px 80px rgba(0, 0, 0, 0.34);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg-strong);
  color: var(--text);
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

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

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

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

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  width: auto;
  height: auto;
  clip: auto;
  margin: 12px;
  padding: 10px 14px;
  z-index: 1000;
  background: var(--white);
  color: #07111e;
  border-radius: 6px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 12px 0 0;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(2, 7, 19, 0.82);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16px);
}

.topbar {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 10px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--cyan);
  font-weight: 700;
  font-size: 0.92rem;
}

.nav-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.96);
  color: #0a1524;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;
}

.brand img {
  width: 210px;
  height: auto;
  max-height: 54px;
}

.brand strong {
  display: block;
  color: #25a8ee;
  font-size: 1.58rem;
  line-height: 1;
  letter-spacing: 0;
}

.brand small {
  display: block;
  color: #778392;
  font-size: 0.75rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  font-weight: 700;
  font-size: 0.96rem;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: 6px;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(32, 167, 232, 0.1);
  color: #04679b;
}

.nav-cta {
  color: #04679b;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 6px;
  background: #edf5fb;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: #091525;
}

.hero {
  position: relative;
  min-height: 790px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 168px 0 82px;
}

.hero-media,
.hero-media img,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  transform: scale(1.02);
  animation: heroBackgroundDrift 24s ease-in-out infinite alternate;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(2, 7, 19, 0.88), rgba(2, 7, 19, 0.58) 46%, rgba(2, 7, 19, 0.84)),
    linear-gradient(0deg, #020713 0%, rgba(2, 7, 19, 0) 34%);
}

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

.hero-visual-system::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.38;
  background:
    linear-gradient(rgba(90, 215, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 215, 255, 0.08) 1px, transparent 1px);
  background-size: 86px 86px;
  transform: translate3d(0, 0, 0);
  animation: heroGridGlide 18s linear infinite;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 86%, transparent);
}

.hero-visual-system::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.44;
  background:
    radial-gradient(circle at 18% 34%, rgba(90, 215, 255, 0.18), transparent 10%),
    radial-gradient(circle at 62% 44%, rgba(90, 215, 255, 0.14), transparent 9%),
    radial-gradient(circle at 82% 24%, rgba(112, 224, 66, 0.12), transparent 8%);
  animation: heroPulse 8s ease-in-out infinite alternate;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(90, 215, 255, 0.13);
  border-radius: 50%;
  transform-origin: center;
}

.orbit-one {
  width: 720px;
  height: 720px;
  right: 4%;
  top: 15%;
  animation: heroOrbit 36s linear infinite;
}

.orbit-two {
  width: 480px;
  height: 480px;
  left: -120px;
  top: 18%;
  border-color: rgba(112, 224, 66, 0.1);
  animation: heroOrbit 28s linear infinite reverse;
}

.hero-scanline {
  position: absolute;
  left: 0;
  right: 0;
  top: -12%;
  height: 18%;
  opacity: 0.18;
  background: linear-gradient(180deg, transparent, rgba(90, 215, 255, 0.22), transparent);
  animation: heroScan 9s ease-in-out infinite;
}

.hero-node {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: rgba(90, 215, 255, 0.76);
  box-shadow: 0 0 0 7px rgba(90, 215, 255, 0.08), 0 0 30px rgba(90, 215, 255, 0.58);
}

.node-one {
  left: 9%;
  top: 36%;
  animation: heroNodeFloat 7s ease-in-out infinite;
}

.node-two {
  left: 58%;
  top: 48%;
  animation: heroNodeFloat 9s ease-in-out infinite reverse;
}

.node-three {
  right: 12%;
  top: 24%;
  background: rgba(112, 224, 66, 0.72);
  box-shadow: 0 0 0 7px rgba(112, 224, 66, 0.08), 0 0 30px rgba(112, 224, 66, 0.42);
  animation: heroNodeFloat 8s ease-in-out infinite;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(300px, 430px);
  gap: 56px;
  align-items: center;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(2.6rem, 5vw, 5.15rem);
  line-height: 1.02;
  letter-spacing: 0;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: 0;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.24rem;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.hero-lead {
  max-width: 680px;
  color: #dce8f5;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  margin-bottom: 34px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
}

.button.primary {
  background: var(--blue);
  color: #02101b;
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
}

.hero-identity {
  position: relative;
  align-self: end;
  min-height: 600px;
  display: grid;
  align-content: end;
  justify-items: center;
  gap: 14px;
}

.hero-identity::before {
  content: "";
  position: absolute;
  inset: auto 4% 94px;
  height: 62%;
  border-radius: 50%;
  filter: blur(0.2px);
}

.avatar-frame {
  position: relative;
  z-index: 1;
  width: min(400px, 100%);
  margin-bottom: -16px;
}

.avatar-frame img {
  width: 100%;
  filter: drop-shadow(0 34px 44px rgba(0, 0, 0, 0.46));
  animation: heroAvatarFloat 6.5s ease-in-out infinite;
}

.hero-panel {
  position: relative;
  z-index: 1;
  width: min(390px, 100%);
  display: grid;
  gap: 12px;
}

.hero-panel div {
  position: relative;
  overflow: hidden;
  background: rgba(13, 28, 49, 0.78);
  border: 1px solid rgba(177, 203, 231, 0.18);
  border-radius: 8px;
  padding: 18px;
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, border-color 180ms ease;
}

.hero-panel div::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(110deg, transparent, rgba(90, 215, 255, 0.22), transparent);
  transform: translateX(-110%);
  animation: heroCardSheen 7s ease-in-out infinite;
}

.hero-panel div:nth-child(2)::before {
  animation-delay: 1.3s;
}

.hero-panel div:hover {
  transform: translateY(-3px);
  border-color: rgba(90, 215, 255, 0.46);
}

.hero-panel strong {
  position: relative;
  display: block;
  color: var(--cyan);
  font-size: 2.1rem;
  line-height: 1;
}

.hero-panel span {
  position: relative;
  display: block;
  color: var(--muted);
  font-weight: 700;
}

@keyframes heroBackgroundDrift {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.055) translate3d(-18px, 10px, 0);
  }
}

@keyframes heroGridGlide {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 86px 86px, 86px 86px;
  }
}

@keyframes heroPulse {
  from {
    opacity: 0.28;
    transform: scale(1);
  }
  to {
    opacity: 0.54;
    transform: scale(1.025);
  }
}

@keyframes heroOrbit {
  from {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.035);
  }
  to {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes heroScan {
  0%,
  18% {
    transform: translateY(-30%);
    opacity: 0;
  }
  45% {
    opacity: 0.2;
  }
  78%,
  100% {
    transform: translateY(720%);
    opacity: 0;
  }
}

@keyframes heroNodeFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  50% {
    transform: translate3d(18px, -22px, 0) rotate(45deg);
  }
}

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

@keyframes heroCardSheen {
  0%,
  42% {
    opacity: 0;
    transform: translateX(-110%);
  }
  52% {
    opacity: 1;
  }
  68%,
  100% {
    opacity: 0;
    transform: translateX(110%);
  }
}

.intro-band {
  background: #0b1b2f;
  border-block: 1px solid var(--line);
  padding: 44px 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: center;
}

.intro-grid h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  margin-bottom: 0;
}

.intro-grid p {
  color: var(--muted);
  font-size: 1.1rem;
  margin-bottom: 0;
}

.section {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background: var(--bg-strong);
}

.section.muted {
  background: var(--bg);
}

#capacidades {
  background:
    linear-gradient(150deg, rgba(90, 215, 255, 0.08), transparent 34%),
    linear-gradient(330deg, rgba(112, 224, 66, 0.06), transparent 32%),
    var(--bg);
}

#capacidades::before {
  inset: 0;
  opacity: 0.34;
  background:
    linear-gradient(rgba(90, 215, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 215, 255, 0.09) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, #000, transparent 82%);
}

#capacidades::after {
  right: -70px;
  bottom: 52px;
  width: 440px;
  height: 260px;
  border: 1px solid rgba(90, 215, 255, 0.14);
  transform: skewX(-20deg);
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 26px);
}

.section > .container,
.intro-band > .container {
  position: relative;
  z-index: 1;
}

.section::before,
.section::after,
.intro-band::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

#servicios {
  background:
    linear-gradient(135deg, rgba(32, 167, 232, 0.08), transparent 32%),
    linear-gradient(315deg, rgba(112, 224, 66, 0.05), transparent 36%),
    var(--bg-strong);
}

#servicios::before {
  inset: 0;
  opacity: 0.42;
  background:
    linear-gradient(rgba(90, 215, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 215, 255, 0.07) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

#servicios::after {
  right: -120px;
  top: 90px;
  width: 520px;
  height: 360px;
  border: 1px solid rgba(90, 215, 255, 0.12);
  transform: skewX(-18deg);
  background:
    linear-gradient(135deg, rgba(90, 215, 255, 0.08), transparent 42%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 22px);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow),
.about-copy p,
.contact-grid p {
  color: var(--muted);
  font-size: 1.08rem;
}

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

.service-carousel {
  --service-card-width: 380px;
  --service-gap: 22px;
  overflow: hidden;
  padding: 4px;
  margin: -4px;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.service-grid {
  display: flex;
  gap: var(--service-gap);
  width: max-content;
  animation: serviceCarousel 42s linear infinite;
}

.service-carousel:hover .service-grid {
  animation-play-state: paused;
}

.service-card {
  position: relative;
  overflow: hidden;
  flex: 0 0 var(--service-card-width);
  min-height: 262px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent 42%),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background:
    linear-gradient(90deg, rgba(90, 215, 255, 0.2), transparent 34%),
    linear-gradient(rgba(90, 215, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 215, 255, 0.08) 1px, transparent 1px);
  background-size: auto, 34px 34px, 34px 34px;
  transition: opacity 180ms ease;
}

.service-card h3,
.service-card p,
.service-card .icon,
.service-card .service-visual {
  position: relative;
  z-index: 1;
}

.service-visual {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(177, 203, 231, 0.16);
  border-radius: 8px;
  margin-bottom: 22px;
  opacity: 0.88;
  filter: saturate(0.92);
  transition: transform 180ms ease, opacity 180ms ease, filter 180ms ease;
}

.service-card:hover .service-visual {
  transform: scale(1.025);
  opacity: 1;
  filter: saturate(1.05);
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(90, 215, 255, 0.48);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.service-card:hover::before {
  opacity: 1;
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  border-radius: 8px;
  background: rgba(32, 167, 232, 0.14);
  color: var(--cyan);
  font-weight: 900;
}

.service-card p,
.solution-grid p,
.process-grid p,
.timeline p {
  color: var(--muted);
  margin-bottom: 0;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 44px;
  align-items: start;
}

.skill-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.skill-cloud span {
  padding: 9px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #edf7ff;
  font-weight: 800;
}

.capability-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(13, 28, 49, 0.86);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.capability-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(120deg, rgba(90, 215, 255, 0.12), transparent 46%);
  transition: opacity 180ms ease;
}

.capability-panel::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.capability-panel:hover::before {
  opacity: 1;
}

.capability-panel > * {
  position: relative;
  z-index: 1;
}

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

.capability-panel h2 {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.45rem, 2vw, 1.8rem);
}

.skill-cloud.expanded {
  margin-top: 28px;
}

.tool-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.tool-list span {
  min-width: 86px;
  padding: 16px 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(245, 248, 251, 0.58);
  font-weight: 900;
  text-align: center;
}

.tool-list span:hover, .skill-cloud span:hover
{
    background: rgb(0 193 255) !important;
    color: #b3edff !important;
}

.client-history {
  margin-top: 58px;
  overflow: hidden;
}

.client-strip {
  display: flex;
  gap: 0;
  margin-top: 26px;
  border-top: 1px solid rgba(177, 203, 231, 0.18);
  padding-top: 30px;
  width: max-content;
  animation: clientsCarousel 36s linear infinite;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.client-history:hover .client-strip {
  animation-play-state: paused;
}

.client-strip span {
  flex: 0 0 176px;
  min-height: 72px;
  display: grid;
  place-items: center;
  padding: 12px;
  border-right: 1px solid rgba(177, 203, 231, 0.18);
  color: rgba(245, 248, 251, 0.46);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.client-strip span:last-child {
  border-right: 0;
}

.client-strip img {
  width: min(138px, 100%);
  max-height: 58px;
  object-fit: contain;
  opacity: 0.42;
  filter: grayscale(1);
  transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease;
}

@keyframes serviceCarousel {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc((var(--service-card-width) + var(--service-gap)) * -7), 0, 0);
  }
}

@keyframes clientsCarousel {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-1232px, 0, 0);
  }
}

.client-strip span:hover img {
  opacity: 0.86;
  filter: grayscale(0);
  transform: translateY(-2px);
}

.about-more {
  padding-top: 28px;
}

.about-more .container {
  max-width: 1060px;
}

.about-more h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.about-more p {
  color: var(--muted);
  font-size: 1.12rem;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline article {
  padding: 24px;
  border-radius: 8px;
  background: var(--surface);
  border: 1px solid var(--line);
}

.timeline span {
  color: var(--green);
  font-weight: 900;
  font-size: 0.88rem;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

#proceso {
  background:
    linear-gradient(135deg, transparent 0 38%, rgba(32, 167, 232, 0.08) 38% 48%, transparent 48%),
    linear-gradient(225deg, rgba(90, 215, 255, 0.07), transparent 36%),
    var(--bg-strong);
}

#proceso::before {
  inset: 0;
  opacity: 0.5;
  background:
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(90, 215, 255, 0.06) 31px 32px),
    repeating-linear-gradient(90deg, transparent 0 31px, rgba(90, 215, 255, 0.06) 31px 32px);
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
}

#proceso::after {
  left: 8%;
  right: 8%;
  top: 52%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(90, 215, 255, 0.42), rgba(112, 224, 66, 0.32), transparent);
}

.process-grid div {
  position: relative;
  min-height: 252px;
  padding: 26px 22px 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 48%),
    var(--surface);
  border: 1px solid rgba(177, 203, 231, 0.2);
  border-radius: 8px;
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.process-grid div::before {
  content: "";
  position: absolute;
  left: 22px;
  top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: var(--cyan);
  box-shadow: 0 0 0 6px rgba(90, 215, 255, 0.08), 0 0 28px rgba(90, 215, 255, 0.55);
  transform: rotate(45deg);
}

.process-grid div::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(90, 215, 255, 0.16), transparent 38%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 18px);
  transition: opacity 180ms ease;
}

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

.process-grid div:hover {
  transform: translateY(-8px);
  border-color: rgba(90, 215, 255, 0.5);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.process-grid div:hover::after {
  opacity: 1;
}

.process-grid strong {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--green);
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 28px;
}


.process-grid span {
  position: relative;
  z-index: 1;
  display: block;
  font-weight: 900;
  font-size: 1.08rem;
  margin-bottom: 10px;
}

.process-grid p {
  position: relative;
  z-index: 1;
}

.solution-grid article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.solution-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.solution-grid h3,
.solution-grid p {
  padding-inline: 22px;
}

.solution-grid h3 {
  margin-top: 22px;
}

.solution-grid p {
  padding-bottom: 24px;
}

.contact-cta {
  padding: 96px 0;
  background:
    linear-gradient(90deg, rgba(2, 7, 19, 0.86), rgba(2, 7, 19, 0.7)),
    url("../img/contact-open-synergy-nexus.png") center / cover;
}

.map-section {
  background: var(--bg-strong);
  border-top: 1px solid rgba(177, 203, 231, 0.14);
  border-bottom: 1px solid rgba(177, 203, 231, 0.14);
}

.map-section iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
  filter: grayscale(1) contrast(0.96);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.72fr);
  gap: 48px;
  align-items: start;
}

.contact-list {
  display: grid;
  gap: 8px;
  color: var(--cyan);
  font-weight: 800;
  margin-top: 28px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid rgba(177, 203, 231, 0.28);
  border-radius: 8px;
  background: rgba(13, 28, 49, 0.86);
  backdrop-filter: blur(14px);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: #dce8f5;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(177, 203, 231, 0.22);
  border-radius: 6px;
  background: #071322;
  color: var(--white);
  padding: 12px;
  font: inherit;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer {
  background: #020713;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.75fr 0.75fr 0.95fr;
  gap: 40px;
  padding: 62px 0;
}

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

.footer-brand img {
  width: 230px;
  max-height: none;
}

.footer-grid h2 {
  font-size: 1.05rem;
  margin-bottom: 16px;
}

.footer-grid p,
.footer-grid a {
  display: block;
  color: var(--muted);
  margin-bottom: 10px;
}

.footer-contact {
  display: grid;
  gap: 14px;
}

.footer-contact p {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--white);
  margin: 0;
}


.footer-contact a {
  color: var(--white);
  margin: 0;
}

.footer-icon {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  margin-top: 2px;
}

.footer-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.footer-bottom {
  border-top: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
  padding: 18px 20px;
}

.status-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
  background:
    linear-gradient(135deg, rgba(2, 7, 19, 0.9), rgba(6, 17, 31, 0.86)),
    url("../img/hero-open-synergy-nexus.png") center / cover;
}

.status-card {
  width: min(680px, 100%);
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(13, 28, 49, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.status-card img {
  width: 230px;
  margin-bottom: 32px;
}

.status-card h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
}

.status-card p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.status-card a:not(.button) {
  color: var(--cyan);
  font-weight: 800;
}

.privacy-hero {
  padding: 180px 0 72px;
  background:
    linear-gradient(135deg, rgba(2, 7, 19, 0.92), rgba(6, 17, 31, 0.82)),
    url("../img/hero-open-synergy-nexus.png") center / cover;
}

.privacy-content {
  padding: 72px 0;
  background: var(--bg-strong);
}

.privacy-document {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(24px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.privacy-document h2 {
  margin-top: 34px;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.privacy-document h2:first-child {
  margin-top: 0;
}

.privacy-document p,
.privacy-document li {
  color: var(--muted);
}

.privacy-document ul {
  padding-left: 22px;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    inset: 102px 20px auto;
    display: none;
    grid-template-columns: 1fr;
    padding: 16px;
    background: var(--white);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  body.nav-open .nav-links {
    display: grid;
  }

  .hero-grid,
  .intro-grid,
  .about-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .service-carousel {
    --service-card-width: 340px;
  }

  .capability-grid,
  .client-strip {
    grid-template-columns: 1fr;
  }

  .client-strip span {
    border-right: 0;
    border-bottom: 1px solid rgba(177, 203, 231, 0.18);
  }

  .client-strip span:last-child {
    border-bottom: 0;
  }

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

  .process-grid div {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 680px) {
  .container,
  .topbar,
  .nav-shell {
    width: min(100% - 24px, 1180px);
  }

  .topbar {
    display: none;
  }

  .site-header {
    padding-top: 10px;
  }

  .nav-shell {
    min-height: 66px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 174px;
  }

  .hero {
    min-height: 760px;
    padding-top: 112px;
  }

  .hero-identity {
    display: none;
  }

  .hero-actions {
    display: grid;
  }

  .section,
  .contact-cta {
    padding: 64px 0;
  }

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

  .service-carousel {
    --service-card-width: calc(100vw - 64px);
  }

  .process-grid div {
    min-height: auto;
    border-right: 0;
  }
}

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