:root {
  --navy-950: #030b16;
  --navy-900: #06172a;
  --navy-850: #092039;
  --navy-800: #0c2949;
  --cyan-500: #08b8d5;
  --cyan-400: #30d8f0;
  --cyan-300: #7deaff;
  --white: #f7fbff;
  --muted: #9db2c8;
  --line: rgba(87, 219, 244, 0.22);
  --glass: rgba(8, 31, 55, 0.72);
  --shadow-cyan: 0 0 36px rgba(8, 184, 213, 0.22);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container-gutter: clamp(1.1rem, 4vw, 3rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 1rem;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 15% 10%, rgba(8, 184, 213, 0.12), transparent 28rem),
    radial-gradient(circle at 85% 42%, rgba(29, 103, 175, 0.14), transparent 32rem),
    var(--navy-950);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  content: "";
  opacity: 0.3;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(48, 216, 240, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 216, 240, 0.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}
section[id] {
  scroll-margin-top: 24px;
}

.skip-link {
  position: fixed;
  z-index: 1100;
  top: 0.75rem;
  left: 50%;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--cyan-400);
  color: var(--navy-950);
  font-weight: 800;
  transform: translate(-50%, -160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translate(-50%, 0);
}

.floating-brand {
  position: fixed;
  z-index: 1030;
  top: clamp(0.85rem, 2.2vw, 1.65rem);
  left: clamp(0.85rem, 2.2vw, 1.65rem);
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0.62rem 1rem;
  border: 1px solid rgba(125, 234, 255, 0.24);
  border-radius: 999px;
  background: rgba(4, 20, 36, 0.7);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28), inset 0 0 20px rgba(8, 184, 213, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.brand-wordmark {
  letter-spacing: 0.15em;
  font-size: clamp(0.74rem, 1.4vw, 0.96rem);
  font-weight: 700;
  white-space: nowrap;
}

.brand-wordmark strong {
  display: inline-block;
  margin-left: 0.2rem;
  padding: 0.18rem 0.45rem;
  border-radius: 0.45rem;
  background: linear-gradient(135deg, var(--cyan-500), #087fa9);
  color: white;
  letter-spacing: 0.03em;
}
.floating-brand {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0.68rem 1rem;
  border: 1px solid rgba(125, 234, 255, 0.42);
  border-radius: 999px;
  background: rgba(247, 251, 255, 0.94);
  box-shadow:
    0 14px 44px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(8, 184, 213, 0.16);
}

.brand-logo {
  display: block;
  width: clamp(145px, 15vw, 205px);
  height: auto;
}
.floating-menu-button {
  position: fixed;
  z-index: 1046;
  top: clamp(0.85rem, 2.2vw, 1.65rem);
  right: clamp(0.85rem, 2.2vw, 1.65rem);
  display: grid;
  width: 54px;
  height: 54px;
  padding: 0;
  place-content: center;
  gap: 5px;
  border: 1px solid rgba(125, 234, 255, 0.28);
  border-radius: 50%;
  background: rgba(4, 20, 36, 0.78);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3), var(--shadow-cyan);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: border-color 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.floating-menu-button:hover,
.floating-menu-button:focus-visible {
  border-color: rgba(125, 234, 255, 0.8);
  background: rgba(8, 43, 72, 0.92);
  transform: scale(1.04);
}

.floating-menu-button span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: var(--white);
  box-shadow: 0 0 10px rgba(48, 216, 240, 0.7);
}

.tech-offcanvas {
  width: min(92vw, 430px) !important;
  border-left: 1px solid rgba(48, 216, 240, 0.24);
  background:
    linear-gradient(160deg, rgba(13, 46, 79, 0.98), rgba(3, 13, 25, 0.98)),
    var(--navy-900);
  color: var(--white);
  box-shadow: -24px 0 70px rgba(0, 0, 0, 0.5);
}

.tech-offcanvas::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.26;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, transparent 18%, rgba(48, 216, 240, 0.18) 18.4%, transparent 18.8%),
    linear-gradient(0deg, transparent 72%, rgba(48, 216, 240, 0.16) 72.4%, transparent 72.8%);
}

.tech-offcanvas .offcanvas-header,
.tech-offcanvas .offcanvas-body {
  position: relative;
  z-index: 1;
  padding: 1.5rem;
}

.menu-eyebrow,
.section-kicker {
  color: var(--cyan-400);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.menu-links {
  display: flex;
  flex-direction: column;
  margin-top: .5rem;
}

.menu-links a {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(157, 178, 200, 0.16);
  color: rgba(247, 251, 255, 0.9);
  font-size: clamp(1.2rem, 3vw, 1.65rem);
  font-weight: 650;
  transition: color 180ms ease, padding-left 180ms ease;
}

.menu-links a:hover,
.menu-links a:focus-visible {
  padding-left: 0.45rem;
  color: var(--cyan-300);
}

.menu-links span {
  color: var(--cyan-500);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.menu-contact {
  display: grid;
  gap: 0.6rem;
  padding: 1rem;
  border: 1px solid rgba(48, 216, 240, 0.18);
  border-radius: var(--radius-md);
  background: rgba(6, 23, 42, 0.56);
  color: var(--muted);
  font-size: 0.88rem;
}

.menu-contact p {
  color: var(--white);
  font-weight: 700;
}

.menu-contact a:hover {
  color: var(--cyan-300);
}

.video-hero {
  position: relative;
  min-height: 100svh;
  background: #010711;
}

.video-stage {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #010711;
}

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

.hero-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(2, 9, 18, 0.45), transparent 25%, transparent 68%, rgba(2, 9, 18, 0.86)),
    radial-gradient(circle at center, transparent 42%, rgba(0, 5, 12, 0.38) 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.26;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(48, 216, 240, 0.12) 12.2%, transparent 12.4% 86%, rgba(48, 216, 240, 0.1) 86.2%, transparent 86.4%),
    linear-gradient(0deg, transparent 0 9%, rgba(48, 216, 240, 0.08) 9.2%, transparent 9.4% 87%, rgba(48, 216, 240, 0.08) 87.2%, transparent 87.4%);
  mask-image: linear-gradient(to bottom, black, transparent 42%, transparent 78%, black);
}

.video-controls {
  position: absolute;
  z-index: 4;
  right: var(--container-gutter);
  bottom: clamp(4.8rem, 10vh, 7rem);
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.video-control {
  display: inline-flex;
  min-width: 46px;
  height: 46px;
  padding: 0 0.9rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid rgba(125, 234, 255, 0.32);
  border-radius: 999px;
  background: rgba(3, 17, 31, 0.72);
  color: var(--white);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.video-control:hover,
.video-control:focus-visible {
  border-color: var(--cyan-300);
  background: rgba(8, 54, 86, 0.88);
  transform: translateY(-2px);
}

.video-control-wide {
  min-width: 150px;
  font-size: 0.84rem;
  font-weight: 700;
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  bottom: 1.4rem;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  color: rgba(247, 251, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue i {
  color: var(--cyan-400);
  font-size: 1.15rem;
  animation: cueBounce 1.7s ease-in-out infinite;
}

@keyframes cueBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

.section-space {
  position: relative;
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.intro-section {
  min-height: 78vh;
  overflow: hidden;
  border-top: 1px solid rgba(48, 216, 240, 0.12);
  background:
    linear-gradient(120deg, rgba(6, 23, 42, 0.97), rgba(4, 14, 27, 0.96)),
    var(--navy-900);
}

.intro-section::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(90deg, transparent 8%, rgba(48, 216, 240, 0.08) 8.1%, transparent 8.25%),
    linear-gradient(0deg, transparent 62%, rgba(48, 216, 240, 0.07) 62.1%, transparent 62.25%);
  background-size: 280px 220px;
}

.circuit-glow {
  position: absolute;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(48, 216, 240, 0.16);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, transparent 0 34px, rgba(48, 216, 240, 0.08) 35px 36px),
    radial-gradient(circle, rgba(8, 184, 213, 0.13), transparent 67%);
  filter: blur(0.2px);
}

.circuit-glow-left {
  top: 8%;
  left: -210px;
}

.circuit-glow-right {
  right: -170px;
  bottom: -90px;
}

.display-title {
  max-width: 900px;
  margin: 1rem 0 1.35rem;
  font-size: clamp(2.35rem, 6.2vw, 5.9rem);
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.display-title span {
  display: block;
  margin-top: 0.2em;
  color: var(--cyan-400);
  text-shadow: 0 0 30px rgba(48, 216, 240, 0.18);
}

.section-lead {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.6vw, 1.25rem);
  line-height: 1.75;
}

.btn-tech,
.btn-outline-tech {
  --bs-btn-padding-x: 1.35rem;
  --bs-btn-padding-y: 0.82rem;
  --bs-btn-border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 750;
}

.btn-tech {
  border-color: transparent;
  background: linear-gradient(135deg, var(--cyan-500), #087fa9);
  color: white;
  box-shadow: 0 12px 34px rgba(8, 184, 213, 0.22);
}

.btn-tech:hover,
.btn-tech:focus-visible {
  border-color: transparent;
  background: linear-gradient(135deg, var(--cyan-400), #0794bd);
  color: white;
  transform: translateY(-1px);
}

.btn-outline-tech {
  border-color: rgba(125, 234, 255, 0.36);
  background: rgba(6, 23, 42, 0.38);
  color: var(--white);
}

.btn-outline-tech:hover,
.btn-outline-tech:focus-visible {
  border-color: var(--cyan-300);
  background: rgba(8, 54, 86, 0.72);
  color: white;
}

.glass-panel {
  border: 1px solid rgba(125, 234, 255, 0.22);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(10, 45, 76, 0.76), rgba(3, 17, 31, 0.74));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34), inset 0 0 26px rgba(48, 216, 240, 0.04);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.metrics-panel {
  position: relative;
  display: grid;
  padding: clamp(1rem, 3vw, 1.45rem);
  overflow: hidden;
}

.metrics-panel::before {
  position: absolute;
  top: -60%;
  left: -28%;
  width: 75%;
  height: 160%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(125, 234, 255, 0.1), transparent);
  transform: rotate(24deg);
}

.metric-item {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(88px, 0.42fr) 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 118px;
  padding: 1rem;
}

.metric-item + .metric-item {
  border-top: 1px solid rgba(125, 234, 255, 0.14);
}

.metric-item strong {
  color: var(--cyan-300);
  font-size: clamp(2.15rem, 5vw, 3.4rem);
  letter-spacing: -0.05em;
  line-height: 1;
  text-shadow: 0 0 24px rgba(48, 216, 240, 0.2);
}

.metric-item span {
  color: rgba(247, 251, 255, 0.88);
  font-size: 0.96rem;
  font-weight: 650;
}

.reveal-up {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 720ms ease var(--reveal-delay, 0ms),
    transform 720ms cubic-bezier(.2, .8, .2, 1) var(--reveal-delay, 0ms);
}

.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section-anchor {
  position: relative;
  min-height: 1px;
}

@media (max-width: 991.98px) {
  .video-hero,
  .video-stage {
    min-height: auto;
  }

  .video-stage {
    aspect-ratio: 16 / 9;
    margin-top: 0;
  }

  .hero-video {
    object-fit: contain;
  }

  .video-controls {
    right: 1rem;
    bottom: 1rem;
  }

  .scroll-cue {
    display: none;
  }

  .intro-section {
    min-height: auto;
  }

  .display-title {
    max-width: 760px;
  }
}
@media (max-width: 575.98px) {
  .floating-brand {
    min-height: 46px;
    padding: 0.55rem 0.72rem;
  }

  .brand-logo {
    width: clamp(126px, 38vw, 154px);
  }
}
@media (max-width: 575.98px) {
  .floating-brand {
    min-height: 42px;
    padding: 0.5rem 0.78rem;
  }

  .floating-menu-button {
    width: 46px;
    height: 46px;
  }

  .floating-menu-button span {
    width: 19px;
  }

  .video-stage {
    padding-top: 0;
    aspect-ratio: 16 / 9;
  }

  .video-controls {
    right: 0.65rem;
    bottom: 0.65rem;
    gap: 0.4rem;
  }

  .video-control {
    min-width: 40px;
    height: 40px;
    padding-inline: 0.72rem;
  }

  .video-control-wide {
    min-width: auto;
  }

  .video-control-wide span {
    display: none;
  }

  .section-space {
    padding: 4.5rem 0;
  }

  .display-title {
    font-size: clamp(2.15rem, 12vw, 3.4rem);
  }

  .section-lead {
    line-height: 1.65;
  }

  .btn-tech,
  .btn-outline-tech {
    width: 100%;
  }

  .metric-item {
    min-height: 96px;
    grid-template-columns: 92px 1fr;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-up {
    opacity: 1;
    transform: none;
  }
}
/* =========================================================
   SECCIÓN: EL PROBLEMA REAL / FALTA DE COORDINACIÓN
   ========================================================= */

.coordination-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid rgba(48, 216, 240, 0.1);
  border-bottom: 1px solid rgba(48, 216, 240, 0.1);
  background:
    radial-gradient(
      circle at 12% 42%,
      rgba(8, 184, 213, 0.12),
      transparent 30rem
    ),
    radial-gradient(
      circle at 88% 72%,
      rgba(20, 83, 150, 0.15),
      transparent 34rem
    ),
    linear-gradient(
      135deg,
      rgba(4, 15, 29, 0.98),
      rgba(7, 28, 49, 0.96)
    );
}

.coordination-section::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.32;
  background-image:
    linear-gradient(
      90deg,
      transparent 0 14%,
      rgba(48, 216, 240, 0.07) 14.1%,
      transparent 14.25%
    ),
    linear-gradient(
      0deg,
      transparent 0 72%,
      rgba(48, 216, 240, 0.06) 72.1%,
      transparent 72.25%
    );
  background-size: 310px 240px;
}

.coordination-section::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(3, 11, 22, 0.25),
      transparent 30%,
      transparent 70%,
      rgba(3, 11, 22, 0.24)
    );
}

/* Elementos decorativos con parallax */

.coordination-halo {
  position: absolute;
  z-index: -1;
  width: clamp(260px, 34vw, 540px);
  aspect-ratio: 1;
  border: 1px solid rgba(48, 216, 240, 0.12);
  border-radius: 50%;
  pointer-events: none;
  background:
    repeating-radial-gradient(
      circle,
      transparent 0 42px,
      rgba(48, 216, 240, 0.05) 43px 44px
    ),
    radial-gradient(
      circle,
      rgba(8, 184, 213, 0.1),
      transparent 68%
    );
}

.coordination-halo-one {
  top: 8%;
  left: -14%;
}

.coordination-halo-two {
  right: -18%;
  bottom: -20%;
}

/* Imagen principal */

.coordination-visual {
  position: relative;
}

.coordination-image-frame {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(125, 234, 255, 0.28);
  border-radius: var(--radius-lg);
  background: var(--navy-900);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.46),
    0 0 42px rgba(8, 184, 213, 0.1),
    inset 0 0 26px rgba(48, 216, 240, 0.05);
  transform: perspective(1200px) rotateY(1.5deg);
  transform-origin: center;
  transition:
    border-color 350ms ease,
    box-shadow 350ms ease,
    transform 550ms cubic-bezier(.2, .8, .2, 1);
}

.coordination-image-frame:hover {
  border-color: rgba(125, 234, 255, 0.58);
  box-shadow:
    0 38px 100px rgba(0, 0, 0, 0.5),
    0 0 54px rgba(8, 184, 213, 0.16),
    inset 0 0 30px rgba(48, 216, 240, 0.07);
  transform:
    perspective(1200px)
    rotateY(0deg)
    translateY(-4px);
}

.coordination-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 900ms cubic-bezier(.2, .8, .2, 1);
}

.coordination-image-frame:hover .coordination-image {
  transform: scale(1.065);
}

/* Oscurecimiento para integrar la imagen con la paleta */

.image-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(2, 9, 18, 0.64),
      transparent 42%
    ),
    radial-gradient(
      circle at center,
      transparent 46%,
      rgba(1, 7, 14, 0.34) 100%
    );
}

/* Línea de escaneo */

.image-scan {
  position: absolute;
  top: -18%;
  left: 0;
  width: 100%;
  height: 18%;
  pointer-events: none;
  opacity: 0.58;
  background:
    linear-gradient(
      to bottom,
      transparent,
      rgba(48, 216, 240, 0.12),
      rgba(125, 234, 255, 0.42),
      transparent
    );
  filter: blur(0.4px);
  animation: coordinationScan 6.5s ease-in-out infinite;
}

@keyframes coordinationScan {
  0%,
  18% {
    transform: translateY(-120%);
    opacity: 0;
  }

  26% {
    opacity: 0.55;
  }

  72% {
    opacity: 0.45;
  }

  82%,
  100% {
    transform: translateY(720%);
    opacity: 0;
  }
}

/* Esquinas tecnológicas */

.image-corner {
  position: absolute;
  width: 52px;
  height: 52px;
  pointer-events: none;
}

.image-corner-top {
  top: 18px;
  left: 18px;
  border-top: 2px solid var(--cyan-400);
  border-left: 2px solid var(--cyan-400);
  border-radius: 10px 0 0;
  filter: drop-shadow(0 0 8px rgba(48, 216, 240, 0.45));
}

.image-corner-bottom {
  right: 18px;
  bottom: 18px;
  border-right: 2px solid var(--cyan-400);
  border-bottom: 2px solid var(--cyan-400);
  border-radius: 0 0 10px;
  filter: drop-shadow(0 0 8px rgba(48, 216, 240, 0.45));
}

/* Tarjeta inferior de la imagen */

.visual-caption {
  position: relative;
  z-index: 3;
  display: flex;
  max-width: calc(100% - 2.5rem);
  margin: -3.2rem auto 0;
  padding: 1rem 1.15rem;
  align-items: center;
  gap: 0.9rem;
  color: rgba(247, 251, 255, 0.86);
  font-size: 0.9rem;
  line-height: 1.55;
}

.visual-caption-icon {
  display: grid;
  width: 46px;
  min-width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(125, 234, 255, 0.3);
  border-radius: 14px;
  background:
    linear-gradient(
      145deg,
      rgba(8, 184, 213, 0.22),
      rgba(4, 20, 36, 0.7)
    );
  color: var(--cyan-300);
  font-size: 1.2rem;
  box-shadow:
    inset 0 0 18px rgba(48, 216, 240, 0.06),
    0 0 18px rgba(8, 184, 213, 0.1);
}

/* Título de sección */

.section-title {
  max-width: 760px;
  margin: 0.9rem 0 1.3rem;
  color: var(--white);
  font-size: clamp(2.2rem, 4.7vw, 4.7rem);
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-wrap: balance;
}

.section-title span {
  display: block;
  margin-top: 0.14em;
  color: var(--cyan-400);
  text-shadow: 0 0 30px rgba(48, 216, 240, 0.17);
}

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

/* Tarjetas de problemas */

.pain-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.pain-card {
  position: relative;
  display: flex;
  min-height: 150px;
  padding: 1.15rem;
  align-items: flex-start;
  gap: 0.95rem;
  overflow: hidden;
  border: 1px solid rgba(125, 234, 255, 0.14);
  border-radius: var(--radius-md);
  background:
    linear-gradient(
      145deg,
      rgba(10, 45, 76, 0.56),
      rgba(3, 17, 31, 0.64)
    );
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.2),
    inset 0 0 22px rgba(48, 216, 240, 0.025);
  transition:
    border-color 250ms ease,
    background-color 250ms ease,
    transform 250ms ease,
    box-shadow 250ms ease;
}

.pain-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 44%;
  height: 1px;
  content: "";
  background:
    linear-gradient(
      90deg,
      var(--cyan-400),
      transparent
    );
  opacity: 0.55;
}

.pain-card:hover {
  border-color: rgba(125, 234, 255, 0.38);
  background:
    linear-gradient(
      145deg,
      rgba(11, 58, 94, 0.68),
      rgba(4, 23, 41, 0.78)
    );
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.28),
    0 0 24px rgba(8, 184, 213, 0.08);
  transform: translateY(-4px);
}

.pain-card > i {
  display: grid;
  width: 42px;
  min-width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(125, 234, 255, 0.26);
  border-radius: 13px;
  background: rgba(8, 184, 213, 0.1);
  color: var(--cyan-300);
  font-size: 1.05rem;
  box-shadow: inset 0 0 15px rgba(48, 216, 240, 0.06);
}

.pain-card h3 {
  margin: 0 0 0.35rem;
  color: var(--white);
  font-size: 1rem;
  font-weight: 750;
}

.pain-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

/* Enlace hacia la siguiente sección */

.coordination-cta {
  display: flex;
}

.text-link {
  display: inline-flex;
  padding: 0.7rem 0;
  align-items: center;
  gap: 0.65rem;
  color: var(--cyan-300);
  font-size: 0.94rem;
  font-weight: 750;
  transition:
    color 180ms ease,
    gap 180ms ease;
}

.text-link i {
  font-size: 1rem;
  transition: transform 180ms ease;
}

.text-link:hover,
.text-link:focus-visible {
  gap: 0.9rem;
  color: var(--white);
}

.text-link:hover i,
.text-link:focus-visible i {
  transform: translate(3px, 3px);
}

/* =========================================================
   RESPONSIVO
   ========================================================= */

@media (max-width: 991.98px) {
  .coordination-image-frame {
    max-width: 760px;
    margin-inline: auto;
    transform: none;
  }

  .coordination-image-frame:hover {
    transform: translateY(-3px);
  }

  .coordination-visual {
    max-width: 760px;
    margin-inline: auto;
  }

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

  .pain-card {
    min-height: 138px;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: clamp(2.15rem, 9.5vw, 3.5rem);
  }

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

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

  .visual-caption {
    max-width: calc(100% - 1.5rem);
    margin-top: -2.1rem;
  }

  .coordination-halo {
    opacity: 0.65;
  }
}

@media (max-width: 575.98px) {
  .coordination-image-frame {
    aspect-ratio: 4 / 3;
    border-radius: 20px;
  }

  .coordination-image {
    object-position: center;
  }

  .image-corner {
    width: 38px;
    height: 38px;
  }

  .image-corner-top {
    top: 12px;
    left: 12px;
  }

  .image-corner-bottom {
    right: 12px;
    bottom: 12px;
  }

  .visual-caption {
    max-width: calc(100% - 1rem);
    margin-top: -1.25rem;
    padding: 0.9rem;
    border-radius: 16px;
    font-size: 0.82rem;
  }

  .visual-caption-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .section-title {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .pain-card {
    padding: 1rem;
  }

  .text-link {
    align-items: flex-start;
    line-height: 1.45;
  }
}

/* =========================================================
   SECCIÓN: PLATAFORMA INTEGRADA
   ========================================================= */

.unified-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(48, 216, 240, 0.1);
  background:
    radial-gradient(
      circle at 78% 38%,
      rgba(8, 184, 213, 0.15),
      transparent 31rem
    ),
    radial-gradient(
      circle at 14% 82%,
      rgba(24, 89, 161, 0.13),
      transparent 34rem
    ),
    linear-gradient(
      125deg,
      rgba(6, 23, 42, 0.98),
      rgba(3, 13, 25, 0.98)
    );
}

.unified-section::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.38;
  background-image:
    linear-gradient(
      rgba(48, 216, 240, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(48, 216, 240, 0.035) 1px,
      transparent 1px
    );
  background-size: 62px 62px;
  mask-image:
    radial-gradient(
      circle at 68% 45%,
      black,
      transparent 76%
    );
}

.unified-section::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: min(90%, 1180px);
  height: 1px;
  content: "";
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(48, 216, 240, 0.58),
      transparent
    );
  transform: translateX(-50%);
  box-shadow: 0 0 22px rgba(48, 216, 240, 0.26);
}

/* Círculos decorativos */

.unified-orbit {
  position: absolute;
  z-index: -1;
  width: clamp(300px, 38vw, 590px);
  aspect-ratio: 1;
  border: 1px solid rgba(48, 216, 240, 0.1);
  border-radius: 50%;
  pointer-events: none;
  background:
    repeating-radial-gradient(
      circle,
      transparent 0 48px,
      rgba(48, 216, 240, 0.055) 49px 50px
    ),
    conic-gradient(
      from 130deg,
      transparent,
      rgba(48, 216, 240, 0.08),
      transparent 45%
    );
}

.unified-orbit-one {
  top: 12%;
  right: -17%;
}

.unified-orbit-two {
  bottom: -24%;
  left: -16%;
}

/* Encabezado */

.unified-title {
  max-width: 850px;
}

.unified-intro {
  max-width: 820px;
}

/* =========================================================
   RED DE SOLUCIONES
   ========================================================= */

.unified-network {
  position: relative;
  display: grid;
  gap: 0.85rem;
}

.network-line {
  position: absolute;
  z-index: 0;
  top: 42px;
  bottom: 42px;
  left: 27px;
  width: 1px;
  overflow: hidden;
  background:
    linear-gradient(
      to bottom,
      rgba(48, 216, 240, 0.08),
      rgba(48, 216, 240, 0.55),
      rgba(48, 216, 240, 0.08)
    );
}

.network-line span {
  position: absolute;
  top: -15%;
  left: -1px;
  width: 3px;
  height: 23%;
  border-radius: 999px;
  background:
    linear-gradient(
      to bottom,
      transparent,
      var(--cyan-300),
      transparent
    );
  box-shadow: 0 0 12px rgba(48, 216, 240, 0.7);
  animation: networkFlow 3.8s linear infinite;
}

@keyframes networkFlow {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(570%);
  }
}

.network-item {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 56px 1fr;
  min-height: 126px;
  padding: 1.1rem 1.15rem;
  align-items: flex-start;
  gap: 1rem;
  overflow: hidden;
  border: 1px solid rgba(125, 234, 255, 0.14);
  border-radius: var(--radius-md);
  background:
    linear-gradient(
      135deg,
      rgba(10, 45, 76, 0.54),
      rgba(3, 17, 31, 0.69)
    );
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.22),
    inset 0 0 24px rgba(48, 216, 240, 0.025);
  transition:
    border-color 250ms ease,
    transform 250ms ease,
    box-shadow 250ms ease;
}

.network-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 1px;
  content: "";
  opacity: 0.6;
  background:
    linear-gradient(
      90deg,
      var(--cyan-400),
      transparent
    );
}

.network-item::after {
  position: absolute;
  top: -90%;
  left: -35%;
  width: 34%;
  height: 260%;
  content: "";
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(125, 234, 255, 0.08),
      transparent
    );
  transform: rotate(24deg);
  transition:
    left 650ms ease,
    opacity 250ms ease;
}

.network-item:hover {
  border-color: rgba(125, 234, 255, 0.4);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.3),
    0 0 28px rgba(8, 184, 213, 0.08);
  transform: translateX(6px);
}

.network-item:hover::after {
  left: 110%;
  opacity: 1;
}

.network-icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(125, 234, 255, 0.32);
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(8, 184, 213, 0.26),
      rgba(4, 20, 36, 0.9)
    );
  color: var(--cyan-300);
  font-size: 1.3rem;
  box-shadow:
    0 0 24px rgba(8, 184, 213, 0.13),
    inset 0 0 18px rgba(48, 216, 240, 0.08);
}

.network-icon::after {
  position: absolute;
  inset: -5px;
  content: "";
  border: 1px solid rgba(48, 216, 240, 0.1);
  border-radius: 50%;
}

.network-content {
  position: relative;
  padding-right: 2rem;
}

.network-number {
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(125, 234, 255, 0.28);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.network-item h3 {
  margin: 0 0 0.4rem;
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 760;
}

.network-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Resumen inferior */

.unified-summary {
  display: flex;
  padding: 1.15rem;
  align-items: center;
  gap: 1rem;
  border-radius: var(--radius-md);
}

.unified-summary-icon {
  display: grid;
  width: 52px;
  min-width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 16px;
  background:
    linear-gradient(
      145deg,
      var(--cyan-500),
      #087fa9
    );
  color: var(--white);
  font-size: 1.25rem;
  box-shadow: 0 10px 30px rgba(8, 184, 213, 0.22);
}

.unified-summary strong {
  display: block;
  margin-bottom: 0.28rem;
  color: var(--white);
  font-size: 0.98rem;
}

.unified-summary p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

/* =========================================================
   IMAGEN
   ========================================================= */

.unified-visual {
  position: relative;
  max-width: 720px;
  margin-left: auto;
}

.unified-image-frame {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(125, 234, 255, 0.28);
  border-radius: var(--radius-lg);
  background: var(--navy-900);
  box-shadow:
    0 40px 105px rgba(0, 0, 0, 0.5),
    0 0 50px rgba(8, 184, 213, 0.12),
    inset 0 0 32px rgba(48, 216, 240, 0.04);
  transform:
    perspective(1300px)
    rotateY(-2.5deg)
    rotateX(0.5deg);
  transform-origin: center;
  transition:
    border-color 350ms ease,
    box-shadow 350ms ease,
    transform 550ms cubic-bezier(.2, .8, .2, 1);
}

.unified-image-frame:hover {
  border-color: rgba(125, 234, 255, 0.58);
  box-shadow:
    0 44px 110px rgba(0, 0, 0, 0.55),
    0 0 62px rgba(8, 184, 213, 0.17);
  transform:
    perspective(1300px)
    rotateY(0)
    rotateX(0)
    translateY(-4px);
}

.unified-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 1s cubic-bezier(.2, .8, .2, 1);
}

.unified-image-frame:hover .unified-image {
  transform: scale(1.065);
}

.unified-image-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(2, 9, 18, 0.72),
      transparent 48%
    ),
    radial-gradient(
      circle at center,
      transparent 45%,
      rgba(1, 7, 14, 0.3) 100%
    );
}

/* Puntos de conexión */

.connection-point {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid var(--cyan-300);
  border-radius: 50%;
  background: var(--navy-900);
  box-shadow:
    0 0 0 5px rgba(48, 216, 240, 0.08),
    0 0 18px rgba(48, 216, 240, 0.7);
}

.connection-point::before {
  position: absolute;
  top: 50%;
  width: clamp(45px, 7vw, 100px);
  height: 1px;
  content: "";
  background:
    linear-gradient(
      90deg,
      rgba(48, 216, 240, 0.7),
      transparent
    );
}

.connection-point span {
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--cyan-300);
  animation: connectionPulse 2s ease-in-out infinite;
}

.connection-point-one {
  top: 22%;
  left: 9%;
}

.connection-point-two {
  top: 41%;
  right: 8%;
}

.connection-point-two::before {
  right: 100%;
  background:
    linear-gradient(
      270deg,
      rgba(48, 216, 240, 0.7),
      transparent
    );
}

.connection-point-three {
  right: 20%;
  bottom: 22%;
}

.connection-point-three::before {
  right: 100%;
  background:
    linear-gradient(
      270deg,
      rgba(48, 216, 240, 0.7),
      transparent
    );
}

@keyframes connectionPulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.7);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Tarjeta superpuesta */

.access-status-card {
  position: absolute;
  z-index: 3;
  right: 1.25rem;
  bottom: 1.25rem;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  min-width: min(360px, calc(100% - 2.5rem));
  padding: 0.9rem 1rem;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid rgba(125, 234, 255, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(
      145deg,
      rgba(8, 42, 70, 0.88),
      rgba(3, 17, 31, 0.91)
    );
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.4),
    0 0 30px rgba(8, 184, 213, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.access-status-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background:
    linear-gradient(
      145deg,
      var(--cyan-500),
      #087fa9
    );
  color: var(--white);
  font-size: 1.25rem;
  box-shadow: 0 0 24px rgba(8, 184, 213, 0.27);
}

.access-status-card span {
  display: block;
  color: var(--cyan-300);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.access-status-card strong {
  display: block;
  margin-top: 0.12rem;
  color: var(--white);
  font-size: 0.9rem;
}

.status-pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #40f1b5;
  box-shadow: 0 0 0 0 rgba(64, 241, 181, 0.55);
  animation: statusPulse 2s infinite;
}

@keyframes statusPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(64, 241, 181, 0.5);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(64, 241, 181, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(64, 241, 181, 0);
  }
}

.live-indicator {
  position: absolute;
  z-index: 3;
  top: 1.2rem;
  left: 1.2rem;
  display: inline-flex;
  padding: 0.55rem 0.78rem;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(125, 234, 255, 0.22);
  border-radius: 999px;
  background: rgba(3, 17, 31, 0.72);
  color: rgba(247, 251, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 700;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.live-indicator span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan-300);
  box-shadow: 0 0 14px rgba(48, 216, 240, 0.8);
}

.unified-caption {
  max-width: 560px;
  margin: 1rem 0 0 auto;
  color: rgba(157, 178, 200, 0.86);
  font-size: 0.83rem;
  line-height: 1.55;
  text-align: right;
}

/* =========================================================
   RESPONSIVO
   ========================================================= */

@media (max-width: 991.98px) {
  .unified-visual {
    max-width: 780px;
    margin-inline: auto;
  }

  .unified-image-frame {
    transform: none;
  }

  .unified-image-frame:hover {
    transform: translateY(-3px);
  }

  .unified-caption {
    margin-inline: auto;
    text-align: center;
  }

  .unified-network {
    max-width: 780px;
    margin-inline: auto;
  }

  .unified-summary {
    max-width: 780px;
    margin-inline: auto;
  }
}

@media (max-width: 767.98px) {
  .network-item {
    grid-template-columns: 50px 1fr;
    min-height: auto;
  }

  .network-icon {
    width: 50px;
    height: 50px;
  }

  .network-line {
    left: 24px;
  }

  .access-status-card {
    right: 0.85rem;
    bottom: 0.85rem;
    min-width: calc(100% - 1.7rem);
  }

  .connection-point::before {
    width: 45px;
  }
}

@media (max-width: 575.98px) {
  .unified-image-frame {
    aspect-ratio: 4 / 3;
    border-radius: 20px;
  }

  .unified-image {
    object-position: center;
  }

  .connection-point {
    display: none;
  }

  .live-indicator {
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.45rem 0.65rem;
    font-size: 0.65rem;
  }

  .access-status-card {
    grid-template-columns: 40px 1fr auto;
    padding: 0.75rem;
    gap: 0.65rem;
    border-radius: 15px;
  }

  .access-status-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .access-status-card strong {
    font-size: 0.78rem;
  }

  .access-status-card span {
    font-size: 0.58rem;
  }

  .network-item {
    padding: 1rem;
  }

  .network-content {
    padding-right: 0;
  }

  .network-number {
    display: none;
  }

  .unified-summary {
    align-items: flex-start;
  }

  .unified-caption {
    padding-inline: 0.5rem;
    font-size: 0.78rem;
  }
}

/* =========================================================
   SECCIÓN: DETECCIÓN, MONITOREO Y RESPUESTA
   ========================================================= */

.response-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(48, 216, 240, 0.1);
  background:
    radial-gradient(
      circle at 18% 38%,
      rgba(8, 184, 213, 0.14),
      transparent 31rem
    ),
    radial-gradient(
      circle at 88% 76%,
      rgba(23, 83, 155, 0.14),
      transparent 36rem
    ),
    linear-gradient(
      132deg,
      rgba(3, 13, 25, 0.99),
      rgba(7, 29, 51, 0.97)
    );
}

.response-section::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.3;
  background-image:
    linear-gradient(
      90deg,
      transparent 0 17%,
      rgba(48, 216, 240, 0.06) 17.1%,
      transparent 17.25%
    ),
    linear-gradient(
      0deg,
      transparent 0 62%,
      rgba(48, 216, 240, 0.06) 62.1%,
      transparent 62.25%
    );
  background-size: 340px 260px;
}

.response-section::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: min(90%, 1160px);
  height: 1px;
  content: "";
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(48, 216, 240, 0.52),
      transparent
    );
  transform: translateX(-50%);
  box-shadow: 0 0 24px rgba(48, 216, 240, 0.2);
}

/* Decoración de fondo */

.response-glow {
  position: absolute;
  z-index: -1;
  width: clamp(280px, 36vw, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(48, 216, 240, 0.1);
  border-radius: 50%;
  pointer-events: none;
  background:
    repeating-radial-gradient(
      circle,
      transparent 0 44px,
      rgba(48, 216, 240, 0.05) 45px 46px
    ),
    radial-gradient(
      circle,
      rgba(8, 184, 213, 0.1),
      transparent 68%
    );
}

.response-glow-one {
  top: 7%;
  left: -17%;
}

.response-glow-two {
  right: -18%;
  bottom: -21%;
}

/* =========================================================
   IMAGEN
   ========================================================= */

.response-visual {
  position: relative;
  max-width: 740px;
}

.response-image-frame {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(125, 234, 255, 0.28);
  border-radius: var(--radius-lg);
  background: var(--navy-900);
  box-shadow:
    0 38px 105px rgba(0, 0, 0, 0.52),
    0 0 54px rgba(8, 184, 213, 0.12),
    inset 0 0 28px rgba(48, 216, 240, 0.04);
  transform:
    perspective(1300px)
    rotateY(2deg)
    rotateX(0.4deg);
  transition:
    border-color 350ms ease,
    box-shadow 350ms ease,
    transform 550ms cubic-bezier(.2, .8, .2, 1);
}

.response-image-frame:hover {
  border-color: rgba(125, 234, 255, 0.58);
  box-shadow:
    0 44px 112px rgba(0, 0, 0, 0.56),
    0 0 64px rgba(8, 184, 213, 0.17);
  transform:
    perspective(1300px)
    rotateY(0)
    rotateX(0)
    translateY(-4px);
}

.response-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 1s cubic-bezier(.2, .8, .2, 1);
}

.response-image-frame:hover .response-image {
  transform: scale(1.06);
}

.response-image-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(2, 9, 18, 0.74),
      transparent 48%
    ),
    radial-gradient(
      circle at center,
      transparent 43%,
      rgba(1, 7, 14, 0.35) 100%
    );
}

.response-grid-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(
      rgba(48, 216, 240, 0.12) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(48, 216, 240, 0.12) 1px,
      transparent 1px
    );
  background-size: 68px 68px;
  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      black 30%,
      black 70%,
      transparent
    );
}

/* Cajas de detección */

.detection-box {
  position: absolute;
  width: clamp(54px, 8vw, 94px);
  height: clamp(80px, 12vw, 142px);
  border: 1px solid rgba(125, 234, 255, 0.75);
  border-radius: 5px;
  pointer-events: none;
  box-shadow:
    0 0 15px rgba(48, 216, 240, 0.22),
    inset 0 0 14px rgba(48, 216, 240, 0.05);
}

.detection-box::before,
.detection-box::after {
  position: absolute;
  width: 18px;
  height: 18px;
  content: "";
}

.detection-box::before {
  top: -2px;
  left: -2px;
  border-top: 2px solid var(--cyan-300);
  border-left: 2px solid var(--cyan-300);
}

.detection-box::after {
  right: -2px;
  bottom: -2px;
  border-right: 2px solid var(--cyan-300);
  border-bottom: 2px solid var(--cyan-300);
}

.detection-box span {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan-300);
  box-shadow: 0 0 14px rgba(48, 216, 240, 0.9);
  animation: detectionPulse 2s ease-in-out infinite;
}

.detection-box-person {
  top: 29%;
  left: 19%;
}

.detection-box-vehicle {
  top: 38%;
  right: 18%;
  width: clamp(90px, 14vw, 160px);
  height: clamp(58px, 8vw, 92px);
}

@keyframes detectionPulse {
  0%,
  100% {
    opacity: 0.4;
    transform: scale(0.72);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Badge superior */

.monitoring-badge {
  position: absolute;
  z-index: 3;
  top: 1.2rem;
  left: 1.2rem;
  display: flex;
  padding: 0.72rem 0.9rem;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid rgba(125, 234, 255, 0.23);
  border-radius: 16px;
  background: rgba(3, 17, 31, 0.78);
  box-shadow:
    0 15px 40px rgba(0, 0, 0, 0.34),
    0 0 22px rgba(8, 184, 213, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.monitoring-badge-dot {
  width: 10px;
  min-width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #40f1b5;
  box-shadow: 0 0 0 0 rgba(64, 241, 181, 0.5);
  animation: monitoringPulse 2s infinite;
}

.monitoring-badge small,
.monitoring-badge strong {
  display: block;
}

.monitoring-badge small {
  margin-bottom: 0.1rem;
  color: var(--cyan-300);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.monitoring-badge strong {
  color: var(--white);
  font-size: 0.8rem;
}

@keyframes monitoringPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(64, 241, 181, 0.5);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(64, 241, 181, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(64, 241, 181, 0);
  }
}

/* Alerta verificada */

.verified-alert-card {
  position: absolute;
  z-index: 3;
  right: 1.2rem;
  bottom: 1.2rem;
  display: flex;
  min-width: min(310px, calc(100% - 2.4rem));
  padding: 0.85rem 1rem;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid rgba(125, 234, 255, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(
      145deg,
      rgba(8, 42, 70, 0.88),
      rgba(3, 17, 31, 0.92)
    );
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(8, 184, 213, 0.11);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.verified-alert-icon {
  display: grid;
  width: 46px;
  min-width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background:
    linear-gradient(
      145deg,
      var(--cyan-500),
      #087fa9
    );
  color: var(--white);
  font-size: 1.15rem;
  box-shadow: 0 0 22px rgba(8, 184, 213, 0.25);
}

.verified-alert-card span,
.verified-alert-card strong {
  display: block;
}

.verified-alert-card span {
  margin-bottom: 0.1rem;
  color: var(--cyan-300);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.verified-alert-card strong {
  color: var(--white);
  font-size: 0.86rem;
}

.response-caption {
  max-width: 600px;
  margin: 1rem auto 0;
  color: rgba(157, 178, 200, 0.84);
  font-size: 0.83rem;
  line-height: 1.55;
  text-align: center;
}

/* =========================================================
   CONTENIDO Y PROCESO
   ========================================================= */

.response-title {
  max-width: 790px;
}

.response-lead {
  max-width: 700px;
}

.response-process {
  position: relative;
  display: grid;
  gap: 0.82rem;
}

.response-process::before {
  position: absolute;
  top: 38px;
  bottom: 38px;
  left: 24px;
  width: 1px;
  content: "";
  background:
    linear-gradient(
      to bottom,
      rgba(48, 216, 240, 0.06),
      rgba(48, 216, 240, 0.55),
      rgba(48, 216, 240, 0.06)
    );
}

.response-step {
  position: relative;
  display: grid;
  grid-template-columns: 48px 50px 1fr;
  min-height: 124px;
  padding: 1rem 1.05rem;
  align-items: flex-start;
  gap: 0.85rem;
  border: 1px solid rgba(125, 234, 255, 0.14);
  border-radius: var(--radius-md);
  background:
    linear-gradient(
      145deg,
      rgba(10, 45, 76, 0.52),
      rgba(3, 17, 31, 0.68)
    );
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.21),
    inset 0 0 22px rgba(48, 216, 240, 0.025);
  transition:
    border-color 250ms ease,
    transform 250ms ease,
    box-shadow 250ms ease;
}

.response-step:hover {
  border-color: rgba(125, 234, 255, 0.38);
  box-shadow:
    0 23px 54px rgba(0, 0, 0, 0.29),
    0 0 24px rgba(8, 184, 213, 0.08);
  transform: translateX(5px);
}

.response-step-number {
  position: relative;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(125, 234, 255, 0.25);
  border-radius: 50%;
  background: var(--navy-900);
  color: var(--cyan-300);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  box-shadow:
    0 0 18px rgba(8, 184, 213, 0.1),
    inset 0 0 14px rgba(48, 216, 240, 0.05);
}

.response-step-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 15px;
  background:
    linear-gradient(
      145deg,
      rgba(8, 184, 213, 0.23),
      rgba(4, 20, 36, 0.8)
    );
  color: var(--cyan-300);
  font-size: 1.15rem;
}

.response-step-content h3 {
  margin: 0 0 0.35rem;
  color: var(--white);
  font-size: 1.02rem;
  font-weight: 760;
}

.response-step-content p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

/* Beneficios pequeños */

.response-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.response-benefit {
  display: flex;
  min-height: 76px;
  padding: 0.85rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid rgba(125, 234, 255, 0.13);
  border-radius: 15px;
  background: rgba(5, 25, 44, 0.56);
  color: rgba(247, 251, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
}

.response-benefit i {
  color: var(--cyan-300);
  font-size: 1rem;
}

/* =========================================================
   RESPONSIVO
   ========================================================= */

@media (max-width: 991.98px) {
  .response-visual {
    max-width: 780px;
    margin-inline: auto;
  }

  .response-image-frame {
    transform: none;
  }

  .response-image-frame:hover {
    transform: translateY(-3px);
  }

  .response-process,
  .response-benefits {
    max-width: 780px;
    margin-inline: auto;
  }
}

@media (max-width: 767.98px) {
  .response-benefits {
    grid-template-columns: 1fr;
  }

  .response-benefit {
    min-height: 60px;
  }

  .response-step {
    grid-template-columns: 44px 1fr;
  }

  .response-step-number {
    width: 44px;
    height: 44px;
  }

  .response-step-icon {
    display: none;
  }

  .response-process::before {
    left: 22px;
  }

  .detection-box {
    opacity: 0.72;
  }
}

@media (max-width: 575.98px) {
  .response-image-frame {
    aspect-ratio: 4 / 3;
    border-radius: 20px;
  }

  .monitoring-badge {
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.6rem 0.7rem;
  }

  .monitoring-badge strong {
    font-size: 0.7rem;
  }

  .monitoring-badge small {
    font-size: 0.54rem;
  }

  .verified-alert-card {
    right: 0.75rem;
    bottom: 0.75rem;
    min-width: calc(100% - 1.5rem);
    padding: 0.7rem;
  }

  .verified-alert-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .verified-alert-card strong {
    font-size: 0.76rem;
  }

  .verified-alert-card span {
    font-size: 0.54rem;
  }

  .detection-box {
    display: none;
  }

  .response-step {
    min-height: auto;
    padding: 0.95rem;
  }

  .response-step-content h3 {
    font-size: 0.95rem;
  }

  .response-step-content p {
    font-size: 0.84rem;
  }

  .response-caption {
    padding-inline: 0.5rem;
    font-size: 0.78rem;
  }
}

/* =========================================================
   SECCIÓN: ADMINISTRACIÓN INTELIGENTE
   ========================================================= */

.administration-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(48, 216, 240, 0.1);
  background:
    radial-gradient(
      circle at 84% 34%,
      rgba(8, 184, 213, 0.14),
      transparent 32rem
    ),
    radial-gradient(
      circle at 12% 76%,
      rgba(30, 89, 157, 0.14),
      transparent 36rem
    ),
    linear-gradient(
      128deg,
      rgba(7, 29, 51, 0.98),
      rgba(3, 13, 25, 0.99)
    );
}

.administration-section::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.27;
  background-image:
    linear-gradient(
      rgba(48, 216, 240, 0.04) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(48, 216, 240, 0.04) 1px,
      transparent 1px
    );
  background-size: 72px 72px;
  mask-image:
    radial-gradient(
      circle at 72% 48%,
      black,
      transparent 78%
    );
}

.administration-section::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: min(90%, 1160px);
  height: 1px;
  content: "";
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(48, 216, 240, 0.5),
      transparent
    );
  box-shadow: 0 0 22px rgba(48, 216, 240, 0.2);
  transform: translateX(-50%);
}

/* Decoración de fondo */

.administration-glow {
  position: absolute;
  z-index: -1;
  width: clamp(300px, 38vw, 580px);
  aspect-ratio: 1;
  border: 1px solid rgba(48, 216, 240, 0.1);
  border-radius: 50%;
  pointer-events: none;
  background:
    repeating-radial-gradient(
      circle,
      transparent 0 46px,
      rgba(48, 216, 240, 0.05) 47px 48px
    ),
    conic-gradient(
      from 120deg,
      transparent,
      rgba(48, 216, 240, 0.08),
      transparent 46%
    );
}

.administration-glow-one {
  top: 8%;
  right: -18%;
}

.administration-glow-two {
  bottom: -24%;
  left: -17%;
}

.administration-title {
  max-width: 820px;
}

.administration-lead {
  max-width: 720px;
}

/* =========================================================
   MÓDULOS
   ========================================================= */

.administration-modules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.administration-module {
  position: relative;
  display: flex;
  min-height: 166px;
  padding: 1.15rem;
  align-items: flex-start;
  gap: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(125, 234, 255, 0.14);
  border-radius: var(--radius-md);
  background:
    linear-gradient(
      145deg,
      rgba(10, 45, 76, 0.54),
      rgba(3, 17, 31, 0.67)
    );
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.21),
    inset 0 0 22px rgba(48, 216, 240, 0.025);
  transition:
    border-color 250ms ease,
    transform 250ms ease,
    box-shadow 250ms ease;
}

.administration-module::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 1px;
  content: "";
  opacity: 0.58;
  background:
    linear-gradient(
      90deg,
      var(--cyan-400),
      transparent
    );
}

.administration-module::after {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 38%;
  height: 270%;
  content: "";
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(125, 234, 255, 0.08),
      transparent
    );
  transform: rotate(24deg);
  transition:
    left 650ms ease,
    opacity 250ms ease;
}

.administration-module:hover {
  border-color: rgba(125, 234, 255, 0.38);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.29),
    0 0 25px rgba(8, 184, 213, 0.08);
  transform: translateY(-4px);
}

.administration-module:hover::after {
  left: 115%;
  opacity: 1;
}

.administration-module-icon {
  display: grid;
  width: 46px;
  min-width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(125, 234, 255, 0.27);
  border-radius: 14px;
  background:
    linear-gradient(
      145deg,
      rgba(8, 184, 213, 0.22),
      rgba(4, 20, 36, 0.78)
    );
  color: var(--cyan-300);
  font-size: 1.1rem;
  box-shadow: inset 0 0 16px rgba(48, 216, 240, 0.06);
}

.administration-module h3 {
  margin: 0 0 0.4rem;
  color: var(--white);
  font-size: 1rem;
  font-weight: 760;
}

.administration-module p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.58;
}

/* =========================================================
   BENEFICIOS ADMINISTRATIVOS
   ========================================================= */

.administration-outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.administration-outcome {
  display: flex;
  min-height: 94px;
  padding: 0.9rem;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid rgba(125, 234, 255, 0.13);
  border-radius: 16px;
  background: rgba(5, 25, 44, 0.58);
}

.administration-outcome > i {
  color: var(--cyan-300);
  font-size: 1.15rem;
}

.administration-outcome strong,
.administration-outcome span {
  display: block;
}

.administration-outcome strong {
  margin-bottom: 0.18rem;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 750;
}

.administration-outcome span {
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.4;
}

/* =========================================================
   IMAGEN Y DASHBOARD
   ========================================================= */

.administration-visual {
  position: relative;
  max-width: 740px;
  margin-left: auto;
}

.administration-image-frame {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(125, 234, 255, 0.28);
  border-radius: var(--radius-lg);
  background: var(--navy-900);
  box-shadow:
    0 40px 108px rgba(0, 0, 0, 0.52),
    0 0 52px rgba(8, 184, 213, 0.12),
    inset 0 0 30px rgba(48, 216, 240, 0.04);
  transform:
    perspective(1300px)
    rotateY(-2deg)
    rotateX(0.4deg);
  transition:
    border-color 350ms ease,
    box-shadow 350ms ease,
    transform 550ms cubic-bezier(.2, .8, .2, 1);
}

.administration-image-frame:hover {
  border-color: rgba(125, 234, 255, 0.58);
  box-shadow:
    0 46px 116px rgba(0, 0, 0, 0.56),
    0 0 64px rgba(8, 184, 213, 0.17);
  transform:
    perspective(1300px)
    rotateY(0)
    rotateX(0)
    translateY(-4px);
}

.administration-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 1s cubic-bezier(.2, .8, .2, 1);
}

.administration-image-frame:hover .administration-image {
  transform: scale(1.06);
}

.administration-image-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(2, 9, 18, 0.78),
      transparent 51%
    ),
    radial-gradient(
      circle at center,
      transparent 44%,
      rgba(1, 7, 14, 0.32) 100%
    );
}

.administration-grid-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.15;
  background-image:
    linear-gradient(
      rgba(48, 216, 240, 0.12) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(48, 216, 240, 0.12) 1px,
      transparent 1px
    );
  background-size: 64px 64px;
  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      black 24%,
      black 76%,
      transparent
    );
}

/* Estado superior */

.administration-status {
  position: absolute;
  z-index: 4;
  top: 1.15rem;
  left: 1.15rem;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  min-width: min(330px, calc(100% - 2.3rem));
  padding: 0.75rem 0.85rem;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid rgba(125, 234, 255, 0.24);
  border-radius: 16px;
  background: rgba(3, 17, 31, 0.8);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.36),
    0 0 24px rgba(8, 184, 213, 0.09);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.administration-status-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background:
    linear-gradient(
      145deg,
      var(--cyan-500),
      #087fa9
    );
  color: var(--white);
  font-size: 1rem;
}

.administration-status span,
.administration-status strong {
  display: block;
}

.administration-status > div:nth-child(2) span {
  margin-bottom: 0.1rem;
  color: var(--cyan-300);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.administration-status strong {
  color: var(--white);
  font-size: 0.8rem;
}

.administration-status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #40f1b5;
  box-shadow: 0 0 0 0 rgba(64, 241, 181, 0.5);
  animation: administrationStatusPulse 2s infinite;
}

@keyframes administrationStatusPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(64, 241, 181, 0.5);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(64, 241, 181, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(64, 241, 181, 0);
  }
}

/* Tarjetas pequeñas flotantes */

.dashboard-card {
  position: absolute;
  z-index: 3;
  display: flex;
  min-width: 142px;
  padding: 0.65rem 0.75rem;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid rgba(125, 234, 255, 0.21);
  border-radius: 14px;
  background: rgba(4, 22, 39, 0.81);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.32),
    0 0 20px rgba(8, 184, 213, 0.07);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  animation: dashboardFloat 4.5s ease-in-out infinite;
}

.dashboard-card-icon {
  display: grid;
  width: 34px;
  min-width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  background: rgba(8, 184, 213, 0.15);
  color: var(--cyan-300);
  font-size: 0.88rem;
}

.dashboard-card span,
.dashboard-card strong {
  display: block;
}

.dashboard-card span {
  color: var(--cyan-300);
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-card strong {
  color: var(--white);
  font-size: 0.72rem;
}

.dashboard-card-residents {
  top: 34%;
  left: 6%;
}

.dashboard-card-access {
  top: 31%;
  right: 6%;
  animation-delay: -1.5s;
}

.dashboard-card-reports {
  right: 10%;
  bottom: 27%;
  animation-delay: -3s;
}

@keyframes dashboardFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

/* Tarjeta inferior */

.administration-main-card {
  position: absolute;
  z-index: 4;
  right: 1.15rem;
  bottom: 1.15rem;
  display: flex;
  min-width: min(380px, calc(100% - 2.3rem));
  padding: 0.88rem 1rem;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid rgba(125, 234, 255, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(
      145deg,
      rgba(8, 42, 70, 0.9),
      rgba(3, 17, 31, 0.93)
    );
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.43),
    0 0 30px rgba(8, 184, 213, 0.11);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.administration-main-icon {
  display: grid;
  width: 46px;
  min-width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background:
    linear-gradient(
      145deg,
      var(--cyan-500),
      #087fa9
    );
  color: var(--white);
  font-size: 1.15rem;
  box-shadow: 0 0 22px rgba(8, 184, 213, 0.25);
}

.administration-main-card span,
.administration-main-card strong {
  display: block;
}

.administration-main-card span {
  margin-bottom: 0.12rem;
  color: var(--cyan-300);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.administration-main-card strong {
  color: var(--white);
  font-size: 0.82rem;
}

.administration-caption {
  max-width: 590px;
  margin: 1rem 0 0 auto;
  color: rgba(157, 178, 200, 0.84);
  font-size: 0.83rem;
  line-height: 1.55;
  text-align: right;
}

/* =========================================================
   RESPONSIVO
   ========================================================= */

@media (max-width: 1199.98px) {
  .administration-modules {
    grid-template-columns: 1fr;
  }

  .administration-module {
    min-height: auto;
  }

  .administration-outcomes {
    grid-template-columns: 1fr;
  }

  .administration-outcome {
    min-height: 72px;
  }
}

@media (max-width: 991.98px) {
  .administration-visual {
    max-width: 780px;
    margin-inline: auto;
  }

  .administration-image-frame {
    transform: none;
  }

  .administration-image-frame:hover {
    transform: translateY(-3px);
  }

  .administration-caption {
    margin-inline: auto;
    text-align: center;
  }

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

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

@media (max-width: 767.98px) {
  .administration-modules {
    grid-template-columns: 1fr;
  }

  .administration-outcomes {
    grid-template-columns: 1fr;
  }

  .administration-outcome {
    min-height: 68px;
  }

  .dashboard-card {
    transform: scale(0.9);
    transform-origin: center;
  }
}

@media (max-width: 575.98px) {
  .administration-image-frame {
    aspect-ratio: 4 / 3;
    border-radius: 20px;
  }

  .administration-status {
    top: 0.7rem;
    left: 0.7rem;
    min-width: calc(100% - 1.4rem);
    grid-template-columns: 38px 1fr auto;
    padding: 0.65rem;
  }

  .administration-status-icon {
    width: 38px;
    height: 38px;
  }

  .administration-status strong {
    font-size: 0.7rem;
  }

  .dashboard-card {
    display: none;
  }

  .administration-main-card {
    right: 0.7rem;
    bottom: 0.7rem;
    min-width: calc(100% - 1.4rem);
    padding: 0.7rem;
  }

  .administration-main-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .administration-main-card strong {
    font-size: 0.72rem;
  }

  .administration-main-card span {
    font-size: 0.5rem;
  }

  .administration-caption {
    padding-inline: 0.5rem;
    font-size: 0.78rem;
  }

  .administration-module {
    padding: 1rem;
  }
}

/* =========================================================
   SECCIÓN: SMART LOCKERS Y PAQUETERÍA
   ========================================================= */

.lockers-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(48, 216, 240, 0.1);
  background:
    radial-gradient(
      circle at 20% 42%,
      rgba(8, 184, 213, 0.14),
      transparent 32rem
    ),
    radial-gradient(
      circle at 88% 82%,
      rgba(24, 86, 156, 0.13),
      transparent 36rem
    ),
    linear-gradient(
      132deg,
      rgba(3, 13, 25, 0.99),
      rgba(7, 29, 51, 0.97)
    );
}

.lockers-section::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.27;
  background-image:
    linear-gradient(
      rgba(48, 216, 240, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(48, 216, 240, 0.035) 1px,
      transparent 1px
    );
  background-size: 68px 68px;
  mask-image:
    radial-gradient(
      circle at 30% 50%,
      black,
      transparent 78%
    );
}

.lockers-section::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: min(90%, 1160px);
  height: 1px;
  content: "";
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(48, 216, 240, 0.5),
      transparent
    );
  box-shadow: 0 0 22px rgba(48, 216, 240, 0.2);
  transform: translateX(-50%);
}

/* Decoración */

.lockers-glow {
  position: absolute;
  z-index: -1;
  width: clamp(290px, 38vw, 580px);
  aspect-ratio: 1;
  border: 1px solid rgba(48, 216, 240, 0.1);
  border-radius: 50%;
  pointer-events: none;
  background:
    repeating-radial-gradient(
      circle,
      transparent 0 46px,
      rgba(48, 216, 240, 0.05) 47px 48px
    ),
    conic-gradient(
      from 90deg,
      transparent,
      rgba(48, 216, 240, 0.08),
      transparent 46%
    );
}

.lockers-glow-one {
  top: 9%;
  left: -18%;
}

.lockers-glow-two {
  right: -17%;
  bottom: -25%;
}

.lockers-title {
  max-width: 850px;
}

.lockers-intro {
  max-width: 810px;
}

.lockers-content-title {
  max-width: 720px;
  margin: 0.9rem 0 1.2rem;
  color: var(--white);
  font-size: clamp(1.8rem, 3.5vw, 3.2rem);
  font-weight: 760;
  letter-spacing: -0.04em;
  line-height: 1.08;
  text-wrap: balance;
}

.lockers-copy {
  max-width: 700px;
}

/* =========================================================
   IMAGEN
   ========================================================= */

.lockers-visual {
  position: relative;
  max-width: 740px;
}

.lockers-image-frame {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(125, 234, 255, 0.28);
  border-radius: var(--radius-lg);
  background: var(--navy-900);
  box-shadow:
    0 40px 108px rgba(0, 0, 0, 0.52),
    0 0 54px rgba(8, 184, 213, 0.12),
    inset 0 0 30px rgba(48, 216, 240, 0.04);
  transform:
    perspective(1300px)
    rotateY(2deg)
    rotateX(0.4deg);
  transition:
    border-color 350ms ease,
    box-shadow 350ms ease,
    transform 550ms cubic-bezier(.2, .8, .2, 1);
}

.lockers-image-frame:hover {
  border-color: rgba(125, 234, 255, 0.58);
  box-shadow:
    0 46px 116px rgba(0, 0, 0, 0.56),
    0 0 64px rgba(8, 184, 213, 0.17);
  transform:
    perspective(1300px)
    rotateY(0)
    rotateX(0)
    translateY(-4px);
}

.lockers-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 1s cubic-bezier(.2, .8, .2, 1);
}

.lockers-image-frame:hover .lockers-image {
  transform: scale(1.06);
}

.lockers-image-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(2, 9, 18, 0.78),
      transparent 51%
    ),
    radial-gradient(
      circle at center,
      transparent 43%,
      rgba(1, 7, 14, 0.32) 100%
    );
}

.lockers-grid-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.14;
  background-image:
    linear-gradient(
      rgba(48, 216, 240, 0.12) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(48, 216, 240, 0.12) 1px,
      transparent 1px
    );
  background-size: 60px 60px;
  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      black 25%,
      black 75%,
      transparent
    );
}

/* Estado superior */

.locker-status {
  position: absolute;
  z-index: 4;
  top: 1.15rem;
  left: 1.15rem;
  display: flex;
  padding: 0.7rem 0.9rem;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid rgba(125, 234, 255, 0.24);
  border-radius: 16px;
  background: rgba(3, 17, 31, 0.8);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.36),
    0 0 24px rgba(8, 184, 213, 0.09);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.locker-status-dot {
  width: 10px;
  min-width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #40f1b5;
  box-shadow: 0 0 0 0 rgba(64, 241, 181, 0.5);
  animation: lockerStatusPulse 2s infinite;
}

.locker-status small,
.locker-status strong {
  display: block;
}

.locker-status small {
  margin-bottom: 0.08rem;
  color: var(--cyan-300);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.locker-status strong {
  color: var(--white);
  font-size: 0.78rem;
}

@keyframes lockerStatusPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(64, 241, 181, 0.5);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(64, 241, 181, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(64, 241, 181, 0);
  }
}

/* Notificación inferior */

.package-notification {
  position: absolute;
  z-index: 4;
  right: 1.15rem;
  bottom: 1.15rem;
  display: grid;
  grid-template-columns: 46px 1fr auto;
  min-width: min(360px, calc(100% - 2.3rem));
  padding: 0.85rem 1rem;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid rgba(125, 234, 255, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(
      145deg,
      rgba(8, 42, 70, 0.9),
      rgba(3, 17, 31, 0.93)
    );
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.43),
    0 0 30px rgba(8, 184, 213, 0.11);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.package-notification-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background:
    linear-gradient(
      145deg,
      var(--cyan-500),
      #087fa9
    );
  color: var(--white);
  font-size: 1.08rem;
  box-shadow: 0 0 22px rgba(8, 184, 213, 0.25);
}

.package-notification span,
.package-notification strong {
  display: block;
}

.package-notification span {
  margin-bottom: 0.1rem;
  color: var(--cyan-300);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.package-notification strong {
  color: var(--white);
  font-size: 0.84rem;
}

.package-check {
  color: #40f1b5;
  font-size: 1.05rem;
  filter: drop-shadow(0 0 8px rgba(64, 241, 181, 0.4));
}

/* Indicador de compartimento */

.locker-compartment-marker {
  position: absolute;
  z-index: 3;
  top: 34%;
  right: 24%;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(125, 234, 255, 0.76);
  border-radius: 7px;
  box-shadow:
    0 0 18px rgba(48, 216, 240, 0.3),
    inset 0 0 14px rgba(48, 216, 240, 0.06);
}

.locker-compartment-marker::before,
.locker-compartment-marker::after {
  position: absolute;
  width: 18px;
  height: 18px;
  content: "";
}

.locker-compartment-marker::before {
  top: -2px;
  left: -2px;
  border-top: 2px solid var(--cyan-300);
  border-left: 2px solid var(--cyan-300);
}

.locker-compartment-marker::after {
  right: -2px;
  bottom: -2px;
  border-right: 2px solid var(--cyan-300);
  border-bottom: 2px solid var(--cyan-300);
}

.locker-compartment-marker span {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan-300);
  box-shadow: 0 0 14px rgba(48, 216, 240, 0.85);
  animation: compartmentPulse 2s ease-in-out infinite;
}

@keyframes compartmentPulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.75);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

.lockers-caption {
  max-width: 600px;
  margin: 1rem auto 0;
  color: rgba(157, 178, 200, 0.84);
  font-size: 0.83rem;
  line-height: 1.55;
  text-align: center;
}

/* =========================================================
   FLUJO DE ENTREGA
   ========================================================= */

.locker-flow {
  position: relative;
  display: grid;
  gap: 0.82rem;
}

.locker-flow::before {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 23px;
  width: 1px;
  content: "";
  background:
    linear-gradient(
      to bottom,
      rgba(48, 216, 240, 0.06),
      rgba(48, 216, 240, 0.52),
      rgba(48, 216, 240, 0.06)
    );
}

.locker-flow-step {
  position: relative;
  display: grid;
  grid-template-columns: 46px 48px 1fr;
  min-height: 118px;
  padding: 1rem 1.05rem;
  align-items: flex-start;
  gap: 0.85rem;
  border: 1px solid rgba(125, 234, 255, 0.14);
  border-radius: var(--radius-md);
  background:
    linear-gradient(
      145deg,
      rgba(10, 45, 76, 0.52),
      rgba(3, 17, 31, 0.68)
    );
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.21),
    inset 0 0 22px rgba(48, 216, 240, 0.025);
  transition:
    border-color 250ms ease,
    transform 250ms ease,
    box-shadow 250ms ease;
}

.locker-flow-step:hover {
  border-color: rgba(125, 234, 255, 0.38);
  box-shadow:
    0 23px 54px rgba(0, 0, 0, 0.29),
    0 0 24px rgba(8, 184, 213, 0.08);
  transform: translateX(5px);
}

.locker-flow-number {
  position: relative;
  z-index: 2;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(125, 234, 255, 0.25);
  border-radius: 50%;
  background: var(--navy-900);
  color: var(--cyan-300);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  box-shadow:
    0 0 18px rgba(8, 184, 213, 0.1),
    inset 0 0 14px rgba(48, 216, 240, 0.05);
}

.locker-flow-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background:
    linear-gradient(
      145deg,
      rgba(8, 184, 213, 0.22),
      rgba(4, 20, 36, 0.8)
    );
  color: var(--cyan-300);
  font-size: 1.05rem;
}

.locker-flow-content h4 {
  margin: 0 0 0.35rem;
  color: var(--white);
  font-size: 1rem;
  font-weight: 760;
}

.locker-flow-content p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.58;
}

/* =========================================================
   BENEFICIOS
   ========================================================= */

.locker-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.locker-benefit {
  display: flex;
  min-height: 92px;
  padding: 0.9rem;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid rgba(125, 234, 255, 0.13);
  border-radius: 16px;
  background: rgba(5, 25, 44, 0.58);
  transition:
    border-color 220ms ease,
    transform 220ms ease,
    background-color 220ms ease;
}

.locker-benefit:hover {
  border-color: rgba(125, 234, 255, 0.32);
  background: rgba(7, 37, 62, 0.7);
  transform: translateY(-3px);
}

.locker-benefit > i {
  color: var(--cyan-300);
  font-size: 1.15rem;
}

.locker-benefit strong,
.locker-benefit span {
  display: block;
}

.locker-benefit strong {
  margin-bottom: 0.18rem;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 750;
}

.locker-benefit span {
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.4;
}

/* =========================================================
   RESPONSIVO
   ========================================================= */

@media (max-width: 991.98px) {
  .lockers-visual {
    max-width: 780px;
    margin-inline: auto;
  }

  .lockers-image-frame {
    transform: none;
  }

  .lockers-image-frame:hover {
    transform: translateY(-3px);
  }

  .locker-flow,
  .locker-benefits {
    max-width: 780px;
    margin-inline: auto;
  }
}

@media (max-width: 767.98px) {
  .locker-benefits {
    grid-template-columns: 1fr;
  }

  .locker-benefit {
    min-height: 70px;
  }

  .locker-flow-step {
    grid-template-columns: 44px 1fr;
  }

  .locker-flow-number {
    width: 44px;
    height: 44px;
  }

  .locker-flow-icon {
    display: none;
  }

  .locker-flow::before {
    left: 22px;
  }

  .locker-compartment-marker {
    opacity: 0.75;
  }
}

@media (max-width: 575.98px) {
  .lockers-image-frame {
    aspect-ratio: 4 / 3;
    border-radius: 20px;
  }

  .locker-status {
    top: 0.7rem;
    left: 0.7rem;
    padding: 0.6rem 0.7rem;
  }

  .locker-status strong {
    font-size: 0.7rem;
  }

  .package-notification {
    right: 0.7rem;
    bottom: 0.7rem;
    min-width: calc(100% - 1.4rem);
    grid-template-columns: 40px 1fr auto;
    padding: 0.7rem;
  }

  .package-notification-icon {
    width: 40px;
    height: 40px;
  }

  .package-notification strong {
    font-size: 0.74rem;
  }

  .package-notification span {
    font-size: 0.5rem;
  }

  .locker-compartment-marker {
    display: none;
  }

  .locker-flow-step {
    min-height: auto;
    padding: 0.95rem;
  }

  .lockers-content-title {
    font-size: clamp(1.7rem, 8.8vw, 2.5rem);
  }

  .lockers-caption {
    padding-inline: 0.5rem;
    font-size: 0.78rem;
  }
}

/* =========================================================
   SECCIÓN: ATENCIÓN HUMANA
   ========================================================= */

.human-section,
.contact-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(48, 216, 240, 0.1);
}

.human-section {
  background:
    radial-gradient(
      circle at 82% 38%,
      rgba(8, 184, 213, 0.15),
      transparent 32rem
    ),
    radial-gradient(
      circle at 12% 80%,
      rgba(29, 89, 157, 0.13),
      transparent 36rem
    ),
    linear-gradient(
      128deg,
      rgba(7, 29, 51, 0.98),
      rgba(3, 13, 25, 0.99)
    );
}

.human-section::before,
.contact-section::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.25;
  background-image:
    linear-gradient(
      rgba(48, 216, 240, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(48, 216, 240, 0.035) 1px,
      transparent 1px
    );
  background-size: 68px 68px;
}

.human-glow,
.contact-glow {
  position: absolute;
  z-index: -1;
  width: clamp(290px, 38vw, 580px);
  aspect-ratio: 1;
  border: 1px solid rgba(48, 216, 240, 0.1);
  border-radius: 50%;
  pointer-events: none;
  background:
    repeating-radial-gradient(
      circle,
      transparent 0 46px,
      rgba(48, 216, 240, 0.05) 47px 48px
    ),
    radial-gradient(
      circle,
      rgba(8, 184, 213, 0.1),
      transparent 68%
    );
}

.human-glow-one {
  top: 8%;
  right: -18%;
}

.human-glow-two {
  bottom: -24%;
  left: -17%;
}

.human-title,
.contact-title {
  max-width: 840px;
}

.human-lead,
.contact-lead {
  max-width: 720px;
}

/* Funcionalidades humanas */

.human-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.human-feature {
  position: relative;
  display: flex;
  min-height: 160px;
  padding: 1.15rem;
  align-items: flex-start;
  gap: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(125, 234, 255, 0.14);
  border-radius: var(--radius-md);
  background:
    linear-gradient(
      145deg,
      rgba(10, 45, 76, 0.54),
      rgba(3, 17, 31, 0.68)
    );
  transition:
    border-color 250ms ease,
    transform 250ms ease,
    box-shadow 250ms ease;
}

.human-feature::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 38%;
  height: 1px;
  content: "";
  background:
    linear-gradient(
      90deg,
      var(--cyan-400),
      transparent
    );
}

.human-feature:hover {
  border-color: rgba(125, 234, 255, 0.38);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.29),
    0 0 25px rgba(8, 184, 213, 0.08);
  transform: translateY(-4px);
}

.human-feature-icon {
  display: grid;
  width: 46px;
  min-width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(125, 234, 255, 0.27);
  border-radius: 14px;
  background:
    linear-gradient(
      145deg,
      rgba(8, 184, 213, 0.22),
      rgba(4, 20, 36, 0.78)
    );
  color: var(--cyan-300);
  font-size: 1.1rem;
}

.human-feature h3 {
  margin: 0 0 0.4rem;
  color: var(--white);
  font-size: 1rem;
  font-weight: 760;
}

.human-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.58;
}

.human-message {
  display: flex;
  padding: 1.15rem;
  align-items: center;
  gap: 1rem;
  border-radius: var(--radius-md);
}

.human-message-icon {
  display: grid;
  width: 52px;
  min-width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 16px;
  background:
    linear-gradient(
      145deg,
      var(--cyan-500),
      #087fa9
    );
  color: white;
  font-size: 1.2rem;
}

.human-message strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--white);
}

.human-message p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

/* Imagen humana */

.human-visual {
  max-width: 740px;
  margin-left: auto;
}

.human-image-frame {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(125, 234, 255, 0.28);
  border-radius: var(--radius-lg);
  background: var(--navy-900);
  box-shadow:
    0 40px 108px rgba(0, 0, 0, 0.52),
    0 0 54px rgba(8, 184, 213, 0.12);
  transform:
    perspective(1300px)
    rotateY(-2deg);
  transition:
    border-color 350ms ease,
    box-shadow 350ms ease,
    transform 550ms ease;
}

.human-image-frame:hover {
  border-color: rgba(125, 234, 255, 0.58);
  transform:
    perspective(1300px)
    rotateY(0)
    translateY(-4px);
}

.human-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 1s ease;
}

.human-image-frame:hover .human-image {
  transform: scale(1.06);
}

.human-image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(2, 9, 18, 0.78),
      transparent 52%
    ),
    radial-gradient(
      circle at center,
      transparent 43%,
      rgba(1, 7, 14, 0.3) 100%
    );
}

.human-grid-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image:
    linear-gradient(
      rgba(48, 216, 240, 0.12) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(48, 216, 240, 0.12) 1px,
      transparent 1px
    );
  background-size: 64px 64px;
}

.human-connection-status,
.human-support-card {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(125, 234, 255, 0.25);
  background: rgba(3, 17, 31, 0.84);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.human-connection-status {
  top: 1.15rem;
  left: 1.15rem;
  display: flex;
  padding: 0.7rem 0.9rem;
  align-items: center;
  gap: 0.7rem;
  border-radius: 16px;
}

.human-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #40f1b5;
  box-shadow: 0 0 0 0 rgba(64, 241, 181, 0.5);
  animation: humanStatusPulse 2s infinite;
}

@keyframes humanStatusPulse {
  70% {
    box-shadow: 0 0 0 10px rgba(64, 241, 181, 0);
  }
}

.human-connection-status small,
.human-connection-status strong {
  display: block;
}

.human-connection-status small {
  color: var(--cyan-300);
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
}

.human-connection-status strong {
  color: var(--white);
  font-size: 0.78rem;
}

.human-support-card {
  right: 1.15rem;
  bottom: 1.15rem;
  display: grid;
  grid-template-columns: 46px 1fr auto;
  min-width: min(360px, calc(100% - 2.3rem));
  padding: 0.85rem 1rem;
  align-items: center;
  gap: 0.8rem;
  border-radius: 18px;
}

.human-support-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background:
    linear-gradient(
      145deg,
      var(--cyan-500),
      #087fa9
    );
  color: white;
}

.human-support-card span,
.human-support-card strong {
  display: block;
}

.human-support-card span {
  color: var(--cyan-300);
  font-size: 0.56rem;
  font-weight: 800;
  text-transform: uppercase;
}

.human-support-card strong {
  color: var(--white);
  font-size: 0.82rem;
}

.human-support-check {
  color: #40f1b5;
}

.human-signal {
  position: absolute;
  border: 1px solid rgba(48, 216, 240, 0.24);
  border-radius: 50%;
  animation: humanSignal 3s ease-out infinite;
}

.human-signal-one {
  top: 35%;
  left: 35%;
  width: 70px;
  height: 70px;
}

.human-signal-two {
  top: 30%;
  left: 30%;
  width: 120px;
  height: 120px;
  animation-delay: 1s;
}

@keyframes humanSignal {
  from {
    opacity: 0.7;
    transform: scale(0.6);
  }

  to {
    opacity: 0;
    transform: scale(1.35);
  }
}

.human-caption {
  max-width: 600px;
  margin: 1rem auto 0;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.55;
  text-align: center;
}

/* =========================================================
   CONTACTO
   ========================================================= */

.contact-section {
  background:
    radial-gradient(
      circle at 20% 34%,
      rgba(8, 184, 213, 0.16),
      transparent 33rem
    ),
    radial-gradient(
      circle at 90% 84%,
      rgba(24, 86, 156, 0.15),
      transparent 38rem
    ),
    linear-gradient(
      132deg,
      rgba(3, 13, 25, 1),
      rgba(7, 29, 51, 0.98)
    );
}

.contact-glow-one {
  top: 5%;
  left: -18%;
}

.contact-glow-two {
  right: -17%;
  bottom: -28%;
}

.contact-options {
  display: grid;
  gap: 0.85rem;
}

.contact-option {
  display: flex;
  padding: 1rem;
  align-items: center;
  gap: 0.9rem;
  border: 1px solid rgba(125, 234, 255, 0.14);
  border-radius: var(--radius-md);
  background:
    linear-gradient(
      145deg,
      rgba(10, 45, 76, 0.52),
      rgba(3, 17, 31, 0.68)
    );
  transition:
    border-color 220ms ease,
    transform 220ms ease;
}

.contact-option:hover {
  border-color: rgba(125, 234, 255, 0.4);
  transform: translateX(5px);
}

.contact-option-icon {
  display: grid;
  width: 48px;
  min-width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  background: rgba(8, 184, 213, 0.18);
  color: var(--cyan-300);
  font-size: 1.1rem;
}

.contact-option span,
.contact-option strong {
  display: block;
}

.contact-option span {
  margin-bottom: 0.15rem;
  color: var(--cyan-300);
  font-size: 0.64rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-option strong {
  overflow-wrap: anywhere;
  color: var(--white);
  font-size: 0.9rem;
}

.contact-assurance {
  display: flex;
  padding: 1rem;
  align-items: flex-start;
  gap: 0.8rem;
  border-radius: var(--radius-md);
}

.contact-assurance i {
  color: var(--cyan-300);
  font-size: 1.1rem;
}

.contact-assurance p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

/* Formulario */

.contact-form-panel {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.contact-form-heading {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.contact-form-heading span {
  color: var(--cyan-300);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-form-heading h3 {
  margin: 0.25rem 0 0;
  color: var(--white);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.contact-form-heading-icon {
  display: grid;
  width: 54px;
  min-width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 17px;
  background:
    linear-gradient(
      145deg,
      var(--cyan-500),
      #087fa9
    );
  color: white;
  font-size: 1.2rem;
}

.form-label {
  color: rgba(247, 251, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 700;
}

.tech-input {
  min-height: 50px;
  border: 1px solid rgba(125, 234, 255, 0.16);
  border-radius: 14px;
  background: rgba(3, 17, 31, 0.72);
  color: var(--white);
  box-shadow: none;
}

textarea.tech-input {
  min-height: 140px;
  resize: vertical;
}

.tech-input:focus {
  border-color: var(--cyan-400);
  background: rgba(4, 24, 42, 0.9);
  color: var(--white);
  box-shadow:
    0 0 0 0.2rem rgba(8, 184, 213, 0.12),
    0 0 24px rgba(8, 184, 213, 0.08);
}

.tech-input::placeholder {
  color: rgba(157, 178, 200, 0.56);
}

select.tech-input {
  cursor: pointer;
}

select.tech-input option {
  background: var(--navy-900);
  color: var(--white);
}

.contact-consent {
  color: var(--muted);
  font-size: 0.8rem;
}

.contact-consent .form-check-input {
  border-color: rgba(125, 234, 255, 0.3);
  background-color: rgba(3, 17, 31, 0.8);
}

.contact-consent .form-check-input:checked {
  border-color: var(--cyan-500);
  background-color: var(--cyan-500);
}

.contact-submit {
  display: inline-flex;
  min-width: 240px;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.form-status {
  display: none;
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  font-size: 0.86rem;
  line-height: 1.5;
}

.form-status.is-success {
  display: block;
  border: 1px solid rgba(64, 241, 181, 0.32);
  background: rgba(64, 241, 181, 0.1);
  color: #9fffdc;
}

.form-status.is-error {
  display: block;
  border: 1px solid rgba(255, 111, 111, 0.34);
  background: rgba(255, 111, 111, 0.1);
  color: #ffc1c1;
}

/* Responsivo */

@media (max-width: 991.98px) {
  .human-visual {
    max-width: 780px;
    margin-inline: auto;
  }

  .human-image-frame {
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .human-features {
    grid-template-columns: 1fr;
  }

  .human-feature {
    min-height: auto;
  }

  .contact-submit {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .human-image-frame {
    aspect-ratio: 4 / 3;
    border-radius: 20px;
  }

  .human-connection-status {
    top: 0.7rem;
    left: 0.7rem;
  }

  .human-support-card {
    right: 0.7rem;
    bottom: 0.7rem;
    min-width: calc(100% - 1.4rem);
    grid-template-columns: 40px 1fr auto;
    padding: 0.7rem;
  }

  .human-support-icon {
    width: 40px;
    height: 40px;
  }

  .human-signal {
    display: none;
  }

  .human-message {
    align-items: flex-start;
  }

  .contact-form-panel {
    border-radius: 20px;
  }

  .contact-form-heading-icon {
    width: 46px;
    min-width: 46px;
    height: 46px;
  }
}

/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid rgba(48, 216, 240, 0.16);
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(8, 184, 213, 0.12),
      transparent 26rem
    ),
    radial-gradient(
      circle at 88% 84%,
      rgba(23, 83, 155, 0.13),
      transparent 30rem
    ),
    linear-gradient(
      145deg,
      #06172a,
      #020a14 72%
    );
}

.site-footer::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.24;
  background-image:
    linear-gradient(
      rgba(48, 216, 240, 0.04) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(48, 216, 240, 0.04) 1px,
      transparent 1px
    );
  background-size: 64px 64px;
  mask-image:
    linear-gradient(
      to bottom,
      black,
      transparent 88%
    );
}

.site-footer::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: min(90%, 1180px);
  height: 1px;
  content: "";
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(48, 216, 240, 0.7),
      transparent
    );
  box-shadow: 0 0 30px rgba(48, 216, 240, 0.28);
  transform: translateX(-50%);
}

/* Decoración */

.footer-glow {
  position: absolute;
  z-index: -1;
  width: 430px;
  aspect-ratio: 1;
  border: 1px solid rgba(48, 216, 240, 0.08);
  border-radius: 50%;
  pointer-events: none;
  background:
    repeating-radial-gradient(
      circle,
      transparent 0 44px,
      rgba(48, 216, 240, 0.04) 45px 46px
    ),
    radial-gradient(
      circle,
      rgba(8, 184, 213, 0.07),
      transparent 68%
    );
}

.footer-glow-one {
  top: -220px;
  left: -200px;
}

.footer-glow-two {
  right: -220px;
  bottom: -240px;
}

/* Área principal */

.footer-main {
  padding: clamp(4.5rem, 8vw, 7rem) 0 3.25rem;
}

.footer-brand {
  display: inline-flex;
  transition:
    transform 220ms ease,
    filter 220ms ease;
}

.footer-brand:hover,
.footer-brand:focus-visible {
  filter: drop-shadow(0 0 15px rgba(48, 216, 240, 0.2));
  transform: translateY(-2px);
}

.footer-logo-container {
  display: inline-flex;
  padding: 0.65rem 0.9rem;
  align-items: center;
  border: 1px solid rgba(125, 234, 255, 0.25);
  border-radius: 16px;
  background: rgba(247, 251, 255, 0.94);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.25),
    0 0 30px rgba(8, 184, 213, 0.08);
}

.footer-logo {
  display: block;
  width: clamp(170px, 17vw, 230px);
  height: auto;
}

.footer-description {
  max-width: 470px;
  margin: 1.4rem 0 1.2rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.75;
}

.footer-slogan {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: rgba(247, 251, 255, 0.9);
  font-size: 0.84rem;
  font-weight: 750;
  letter-spacing: 0.03em;
}

.footer-slogan span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan-400);
  box-shadow:
    0 0 0 5px rgba(48, 216, 240, 0.07),
    0 0 16px rgba(48, 216, 240, 0.65);
}

/* Encabezados */

.footer-heading {
  margin: 0 0 1.25rem;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-heading::after {
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 0.65rem;
  border-radius: 999px;
  content: "";
  background:
    linear-gradient(
      90deg,
      var(--cyan-400),
      transparent
    );
  box-shadow: 0 0 12px rgba(48, 216, 240, 0.35);
}

/* Enlaces */

.footer-links {
  display: grid;
  gap: 0.75rem;
}

.footer-links a {
  position: relative;
  width: fit-content;
  padding-left: 0;
  color: var(--muted);
  font-size: 0.86rem;
  transition:
    color 180ms ease,
    padding-left 180ms ease;
}

.footer-links a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background: var(--cyan-400);
  transform: translateY(-50%);
  transition: width 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  padding-left: 15px;
  color: var(--cyan-300);
}

.footer-links a:hover::before,
.footer-links a:focus-visible::before {
  width: 8px;
}

/* Contacto */

.footer-contact {
  display: grid;
  gap: 0.85rem;
}

.footer-contact > a {
  display: flex;
  padding: 0.75rem;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid transparent;
  border-radius: 14px;
  transition:
    border-color 200ms ease,
    background-color 200ms ease,
    transform 200ms ease;
}

.footer-contact > a:hover,
.footer-contact > a:focus-visible {
  border-color: rgba(125, 234, 255, 0.18);
  background: rgba(8, 43, 72, 0.42);
  transform: translateX(3px);
}

.footer-contact-icon {
  display: grid;
  width: 40px;
  min-width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(125, 234, 255, 0.2);
  border-radius: 12px;
  background: rgba(8, 184, 213, 0.11);
  color: var(--cyan-300);
  font-size: 0.92rem;
}

.footer-contact small,
.footer-contact strong {
  display: block;
}

.footer-contact small {
  margin-bottom: 0.12rem;
  color: var(--cyan-300);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-contact strong {
  overflow-wrap: anywhere;
  color: rgba(247, 251, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 650;
}

/* Barra inferior */

.footer-bottom {
  display: flex;
  min-height: 82px;
  padding: 1.25rem 0;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid rgba(125, 234, 255, 0.1);
}

.footer-bottom p {
  margin: 0;
  color: rgba(157, 178, 200, 0.75);
  font-size: 0.76rem;
}

.footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-back-top {
  display: inline-flex;
  padding: 0.55rem 0.75rem;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(125, 234, 255, 0.17);
  border-radius: 999px;
  color: rgba(247, 251, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 700;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.footer-back-top:hover,
.footer-back-top:focus-visible {
  border-color: rgba(125, 234, 255, 0.48);
  color: var(--cyan-300);
  transform: translateY(-2px);
}

/* Crédito discreto */

.footer-development {
  position: relative;
  border-top: 1px solid rgba(125, 234, 255, 0.06);
  background: rgba(1, 7, 14, 0.72);
}

.footer-development p {
  margin: 0;
  padding: 0.75rem 0;
  color: rgba(157, 178, 200, 0.5);
  font-size: 0.65rem;
  letter-spacing: 0.025em;
  text-align: center;
}

.footer-development a {
  color: rgba(157, 178, 200, 0.7);
  font-weight: 650;
  transition: color 180ms ease;
}

.footer-development a:hover,
.footer-development a:focus-visible {
  color: var(--cyan-300);
}

/* =========================================================
   RESPONSIVO
   ========================================================= */

@media (max-width: 991.98px) {
  .footer-main {
    padding-top: 4.5rem;
  }

  .footer-description {
    max-width: 600px;
  }
}

@media (max-width: 767.98px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .footer-bottom-right {
    width: 100%;
  }

  .footer-back-top {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .footer-main {
    padding: 4rem 0 2.5rem;
  }

  .footer-logo-container {
    padding: 0.55rem 0.75rem;
    border-radius: 14px;
  }

  .footer-logo {
    width: 175px;
  }

  .footer-description {
    font-size: 0.88rem;
  }

  .footer-heading {
    margin-top: 0.5rem;
  }

  .footer-contact > a {
    padding-inline: 0;
  }

  .footer-bottom {
    min-height: auto;
    padding: 1.5rem 0;
  }

  .footer-development p {
    padding-inline: 1rem;
  }
}

.offcanvas-brand-block {
  display: grid;
  justify-items: start;
  gap: 0.65rem;
}

.menu-logo-surface {
  display: inline-flex;
  padding: 0.55rem 0.75rem;
  align-items: center;
  border: 1px solid rgba(125, 234, 255, 0.38);
  border-radius: 13px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(230, 243, 247, 0.96)
    );
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.26),
    0 0 22px rgba(8, 184, 213, 0.1);
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.menu-logo-surface:hover,
.menu-logo-surface:focus-visible {
  border-color: rgba(125, 234, 255, 0.8);
  transform: translateY(-1px);
}

.menu-brand-logo {
  display: block;
  width: clamp(180px, 18vw, 225px);
  height: auto;
  filter:
    saturate(1.08)
    contrast(1.12);
}