/* ==================================================================
   CONEXIA TECHNOLOGIES S.A. - ESTILOS PRINCIPALES (RELATIVOS)
   Versión responsive optimizada - disposición y estética mejoradas
   ================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

@font-face {
  font-family: 'Nexa Heavy';
  src: url('assets/fonts/Nexa-Heavy.woff2') format('woff2'),
       url('assets/fonts/Nexa-Heavy.woff') format('woff');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --c0: #020B1C;
  --c4: #061B3A;
  --c3: #0C4DA2;
  --c2: #00B7FF;
  --c1: #00E5FF;
  --cWhite: #FFFFFF;
  --glow: 0 0 1.5vw rgba(0, 183, 255, .22);
  --shadow: 0 2vw 4vw rgba(0, 0, 0, .48);
  --w0: rgba(255, 255, 255, .96);
  --w1: rgba(255, 255, 255, .86);
  --w2: rgba(255, 255, 255, .70);
  --w3: rgba(255, 255, 255, .55);
  --bg: #020B1C;
  --bg2: #061B3A;
  --max: 85%;
  --radius: 1.2vw;
  --radius2: 0.8vw;
  --sh1: 0 2vw 4vw rgba(0, 0, 0, .45);
  --sh2: 0 1vw 2vw rgba(0, 0, 0, .32);
  --hdrTop: 1.4vh;
  --hdrW: min(85%, calc(100% - 4vw));
  --ease: cubic-bezier(.2, .95, .2, 1);
  --glass: rgba(6, 27, 58, .72);
  --glass2: rgba(6, 27, 58, .56);
  --stroke: rgba(255, 255, 255, .08);
  --stroke2: rgba(0, 183, 255, .22);
  --ease-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --glow-cyan: 0 0 1.5vw rgba(0, 229, 255, 0.3);
  --glow-blue: 0 0 1.5vw rgba(0, 183, 255, 0.3);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  margin: 0;
  color: var(--w0);
  background-color: var(--bg);
  font-family: 'Nexa Heavy', 'Inter', ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  padding-top: 0;
  position: relative;
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6, p, span, a, button, li, 
.navLink, .btn, .pill, .lead, .muted, .accent, 
.heroNewTitle, .heroNewSubtitle, .section-header-center .h2, 
.featureCard h3, .productBody h3, .footerBrandName, 
.footerCol h4, .timeline-segment, .slide-caption h4, 
.slide-caption p, .textLink, .footerLine, .footerLinks a,
.footerContactList, .footerBottom, .carousel-btn,
.search-btn, .menuBtn, .socBtnHeader,
.mini-menu-item-horizontal, .video-menu-item-horizontal,
.slide-title, .slide-description, .btn-slide, .thumbnail-label,
.video-text h3, .btn-video {
  font-family: 'Nexa Heavy', 'Inter', system-ui, sans-serif;
}

h1, h2, h3, .h1, .h2, .h3, .heroNewTitle, .heroNewSubtitle, 
.section-header-center .h2, .featureCard h3, .productBody h3, 
.footerBrandName, .footerCol h4, .pill, .btn, .navLink,
.textLink, .mini-menu-item-horizontal, .video-menu-item-horizontal,
.slide-title, .btn-slide, .thumbnail-label, .btn-video {
  text-transform: uppercase;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/fondo_index.PNG');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -3;
  pointer-events: none;
  opacity: 0.35;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at 30% 20%, rgba(0, 229, 255, 0.08) 0%, rgba(0, 183, 255, 0.05) 25%, rgba(12, 77, 162, 0.08) 50%, rgba(6, 27, 58, 0.15) 75%, #020B1C 100%);
  z-index: -2;
  pointer-events: none;
}

body main {
  position: relative;
  z-index: 1;
  background: transparent;
}

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

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

button, input, textarea, select {
  font: inherit;
}

::selection {
  background: rgba(0, 229, 255, .35);
}

.container {
  width: min(var(--max), calc(100% - 6vw));
  margin: 0 auto;
  padding: 0 2vw;
}

.h1, .h2, .h3 {
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 0.98;
  margin: 0;
}

.h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.05;
  margin: 0;
}

.h3 {
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  margin: 0;
}

.lead {
  font-size: clamp(0.9rem, 1.4vw, 1.1rem);
  line-height: 1.6;
  color: var(--w2);
  margin-top: 1rem;
  max-width: 60ch;
  text-transform: none;
}

.muted { color: var(--w2); text-transform: none; }
.muted2 { color: var(--w3); text-transform: none; }

.accent {
  background: linear-gradient(90deg, var(--c1) 0%, var(--c2) 45%, var(--c3) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
}

.soluciones-text {
  background: linear-gradient(135deg, #00E5FF, #00B7FF, #33DDFF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  text-shadow: 0 0 1vw rgba(0, 229, 255, 0.4);
  letter-spacing: 0.06rem;
  -webkit-text-stroke: 1px rgba(0, 229, 255, 0.3);
}
.conectividad-text {
  color: #FFFFFF;
  font-weight: 800;
  text-shadow: 0 0.2vw 0.6vw rgba(0, 0, 0, 0.3);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}
.enfoque-text, .empresarial-text {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 800;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6vw;
  padding: 0.4vw 1.2vw;
  border: 1px solid var(--stroke);
  background: rgba(255, 255, 255, .06);
  border-radius: 999px;
  box-shadow: 0 0.8vw 1.2vw rgba(0, 0, 0, .22);
  color: var(--w1);
  font-weight: 600;
  letter-spacing: .02em;
  backdrop-filter: blur(4px);
  transition: all 0.3s var(--ease);
  font-size: clamp(0.75rem, 1.2vw, 0.9rem);
  text-transform: uppercase;
}
.pill .dot {
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 50%;
  background: var(--c1);
  box-shadow: 0 0 0 0.4vw rgba(0, 229, 255, .16);
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 0px rgba(0, 229, 255, 0.16); }
  50% { box-shadow: 0 0 0 0.8vw rgba(0, 229, 255, 0); }
}

.btnConocerMas {
  background: var(--c2);
  border: none;
  color: #031635;
  font-weight: 800;
  padding: 0.8vw 2.5vw;
  font-size: clamp(0.8rem, 1.3vw, 0.95rem);
  letter-spacing: 0.1vw;
  box-shadow: 0 0.4vw 1.2vw rgba(0, 183, 255, 0.35);
  transition: all 0.25s ease-out;
  border-radius: 3vw;
  margin-top: 2.5vw;
  text-transform: uppercase;
  cursor: pointer;
}
.btnConocerMas:hover {
  transform: translateY(-0.2vw);
  box-shadow: 0 0.8vw 1.8vw rgba(0, 183, 255, 0.5);
  background: var(--c1);
  color: #010A18;
}
.btnConocerMas:active { transform: translateY(0); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
  padding: 0.7vw 1.8vw;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background: rgba(255, 255, 255, .06);
  color: var(--w0);
  font-weight: 600;
  box-shadow: 0 0.6vw 1.2vw rgba(0, 0, 0, .25);
  transition: all 0.25s ease-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  backdrop-filter: blur(4px);
  font-size: clamp(0.7rem, 1.1vw, 0.85rem);
  text-transform: uppercase;
  transform: translateZ(0);
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transform: translate(-50%, -50%);
  transition: width 0.4s ease-out, height 0.4s ease-out;
}
.btn:hover::before {
  width: 12vw;
  height: 12vw;
}
.btn:hover {
  transform: translateY(-0.15vw);
  background: rgba(255, 255, 255, .10);
  border-color: rgba(255, 255, 255, .22);
  box-shadow: 0 0.8vw 1.8vw rgba(0, 0, 0, 0.3);
}
.btn:active { transform: translateY(0); }
.btnSmall { padding: 0.5vw 1.2vw; font-size: clamp(0.65rem, 1.0vw, 0.8rem); }
.btnPrimary {
  border-color: rgba(0, 229, 255, .35);
  background: linear-gradient(135deg, rgba(0, 229, 255, .92), rgba(0, 183, 255, .88), rgba(12, 77, 162, .86));
  color: #031635;
  box-shadow: 0 1vw 2.5vw rgba(0, 229, 255, .22);
}
.btnPrimary:hover {
  background: linear-gradient(135deg, rgba(0, 229, 255, 1), rgba(0, 183, 255, .94), rgba(12, 77, 162, .90));
  box-shadow: 0 1.2vw 3vw rgba(0, 229, 255, .28);
  color: #021428;
}
.btnOutline {
  background: transparent;
  border: 2px solid rgba(0, 229, 255, 0.6);
  color: var(--c1);
  box-shadow: none;
}
.btnOutline:hover {
  background: rgba(0, 229, 255, 0.1);
  border-color: var(--c1);
  transform: translateY(-0.15vw);
  box-shadow: 0 0.8vw 1.8vw rgba(0, 229, 255, 0.2);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 2vh;
  transform: translateX(-50%) translateY(1vh);
  padding: 1vh 2vw;
  border-radius: 2vw;
  background: rgba(10, 9, 20, .92);
  border: 1px solid rgba(255, 255, 255, .14);
  color: var(--w0);
  box-shadow: var(--sh2);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s var(--ease), transform .2s var(--ease);
  z-index: 90;
  max-width: min(80vw, 520px);
  text-align: center;
  font-weight: 600;
  backdrop-filter: blur(10px);
  font-size: clamp(0.75rem, 1.2vw, 0.875rem);
}
.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.toast.ok { border-left: 0.25vw solid #00E5FF; background: rgba(0, 229, 255, 0.15); }
.toast.warn { border-left: 0.25vw solid #FFB800; background: rgba(255, 184, 0, 0.15); }
.toast.err { border-left: 0.25vw solid #FF4444; background: rgba(255, 68, 68, 0.15); }

.scroll-top-btn {
  position: fixed;
  bottom: 5vh;
  right: 2vw;
  width: 3.2vw;
  height: 3.2vw;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 229, 255, 0.9), rgba(0, 183, 255, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #031635;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s var(--ease);
  z-index: 100;
  box-shadow: 0 0.3vw 1vw rgba(0, 0, 0, 0.3);
}
.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
}
.scroll-top-btn:hover {
  transform: translateY(-0.3vw) scale(1.1);
  box-shadow: 0 0.6vw 1.8vw rgba(0, 229, 255, 0.4);
}
.whatsapp-btn {
  position: fixed;
  bottom: 5vh;
  left: 2vw;
  width: 3.8vw;
  height: 3.8vw;
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
  background: white;
  border: 2px solid #25D366;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s var(--ease-bounce);
  z-index: 100;
  box-shadow: 0 0.3vw 1vw rgba(0, 0, 0, 0.3);
  animation: pulse-wa 2s infinite;
  padding: 0;
  overflow: hidden;
}
.whatsapp-btn img {
  width: 2.2vw;
  height: 2.2vw;
  min-width: 26px;
  min-height: 26px;
  object-fit: contain;
  display: block;
  border-radius: 50%;
}
.whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0.6vw 1.8vw rgba(37, 211, 102, 0.5);
  border-color: #128C7E;
}
@keyframes pulse-wa {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 1.5vw rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  pointer-events: none;
  background: transparent;
}
.headerBar {
  pointer-events: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1vw;
  padding: 1.2vh 3vw;
  background: rgba(2, 11, 28, 0.4);
  backdrop-filter: blur(1vw);
  position: relative;
  border-bottom: 1px solid rgba(0, 183, 255, 0.15);
  transition: all 0.3s var(--ease);
}
.headerBar:hover {
  background: rgba(2, 11, 28, 0.6);
  border-bottom-color: rgba(0, 183, 255, 0.25);
}
.brand {
  display: flex;
  align-items: center;
  pointer-events: auto;
  flex-shrink: 0;
}
.brandLogo {
  height: 5vh;
  max-height: 55px;
  width: auto;
  max-width: 40vw;
  object-fit: contain;
  display: block;
  transition: transform 0.3s var(--ease);
}
.brandLogo:hover {
  transform: scale(1.02);
}
.navWrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.navLinks {
  display: flex;
  align-items: center;
  gap: 3.5vw;
}
.navLink {
  position: relative;
  padding: 0.5vw 0;
  color: #00B7FF;
  font-weight: 600;
  transition: color .2s var(--ease);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  text-transform: uppercase;
}
.navLink:hover {
  color: #00E5FF;
  text-shadow: 0 0 0.5vw rgba(0, 229, 255, 0.5);
}
.navLink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.15vw;
  background: linear-gradient(90deg, #00B7FF, #00E5FF);
  transition: width 0.3s var(--ease);
  border-radius: 0.1vw;
}
.navLink:hover::after {
  width: 100%;
}
.headerActions {
  display: flex;
  align-items: center;
  gap: 1vw;
  pointer-events: auto;
  margin-left: auto;
}
.headerSocial {
  display: flex;
  align-items: center;
  gap: 0.8vw;
}
.headerSocial .socBtnHeader {
  width: 2.3vw;
  height: 2.3vw;
  min-width: 32px;
  min-height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 183, 255, 0.15);
  border: 1px solid rgba(0, 183, 255, 0.3);
  transition: all 0.3s var(--ease-bounce);
  color: #00B7FF;
}
.headerSocial .socBtnHeader:hover {
  background: rgba(0, 183, 255, 0.3);
  transform: scale(1.1);
  color: #00E5FF;
  border-color: #00E5FF;
  box-shadow: var(--glow-cyan);
}
.headerSocial .socBtnHeader svg {
  width: 1.2vw;
  height: 1.2vw;
  min-width: 14px;
  min-height: 14px;
  fill: currentColor;
}
.search-btn {
  width: 2.5vw;
  height: 2.5vw;
  min-width: 36px;
  min-height: 36px;
  border-radius: 50%;
  background: rgba(0, 183, 255, 0.15);
  border: 1px solid rgba(0, 183, 255, 0.3);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s var(--ease-bounce);
  color: #00B7FF;
}
.search-btn:hover {
  background: rgba(0, 183, 255, 0.3);
  transform: scale(1.05);
  color: #00E5FF;
  border-color: #00E5FF;
  box-shadow: var(--glow-cyan);
}
.search-btn svg {
  width: 1.1vw;
  height: 1.1vw;
  stroke-width: 2;
}
.menuBtn {
  width: 2.5vw;
  height: 2.5vw;
  min-width: 36px;
  min-height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(0, 183, 255, 0.3);
  background: rgba(0, 183, 255, 0.15);
  backdrop-filter: blur(0.6vw);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s var(--ease-bounce);
  pointer-events: auto;
}
.menuBtn:hover {
  background: rgba(0, 183, 255, 0.3);
  transform: scale(1.05);
  border-color: #00E5FF;
  box-shadow: var(--glow-cyan);
}
.menuIcon {
  width: 1.3vw;
  height: 1.2vh;
  position: relative;
  display: block;
}
.menuIcon span {
  position: absolute;
  left: 0;
  right: 0;
  height: 0.15vw;
  border-radius: 0.2vw;
  background: linear-gradient(90deg, #00B7FF, #00E5FF);
  transition: all 0.3s var(--ease-bounce);
}
.menuIcon span:nth-child(1) { top: 0; }
.menuIcon span:nth-child(2) { top: 0.5vh; width: 70%; }
.menuIcon span:nth-child(3) { bottom: 0; }
body.navOpen .menuIcon span:nth-child(1) { transform: rotate(45deg); top: 0.5vh; width: 100%; }
body.navOpen .menuIcon span:nth-child(2) { opacity: 0; transform: scale(0); }
body.navOpen .menuIcon span:nth-child(3) { transform: rotate(-45deg); bottom: 0.5vh; width: 100%; }

.navDropdown {
  position: fixed;
  right: 2vw;
  top: 8vh;
  width: 22vw;
  max-width: 280px;
  padding: 0;
  display: block;
  z-index: 10006;
  pointer-events: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-2vh) scale(0.95);
  transition: all 0.4s var(--ease-bounce);
}
body.navOpen .navDropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.navDropdown .panel {
  width: 100%;
  border-radius: 1.5vw;
  border: 1px solid rgba(0, 183, 255, 0.3);
  background: rgba(10, 9, 20, 0.95);
  backdrop-filter: blur(1.5vw);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.navDropdown .items {
  display: grid;
  gap: 1vh;
  padding: 1.5vw;
}
.navDropdown a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vh 1.5vw;
  border-radius: 1vw;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--w1);
  transition: all 0.3s var(--ease);
  font-size: 0.9rem;
  text-transform: uppercase;
  text-align: center;
}
.navDropdown a:hover {
  transform: translateX(0.3vw) translateY(-0.15vw);
  border-color: rgba(0, 229, 255, 0.5);
  background: linear-gradient(135deg, rgba(0, 183, 255, 0.15), rgba(0, 229, 255, 0.08));
  color: var(--c1);
}
.navDropdown .cta {
  padding: 0 1.5vw 1.5vw 1.5vw;
}
.navDropdown .cta .btn {
  width: 100%;
  justify-content: center;
  padding: 0.8vw;
  font-size: 0.9rem;
}
.navDropdown .items a small {
  display: none !important;
}
.navDropdown .items a span {
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 920px) {
  .navLinks { display: none; }
  .navWrapper { display: none; }
  .menuBtn { display: flex; }
  .brandLogo { height: 4vh; }
  .headerBar { padding: 1vh 3vw; }
  .navDropdown { top: 6vh; right: 3vw; width: 60vw; max-width: 260px; }
  .headerSocial .socBtnHeader { width: 3vw; height: 3vw; min-width: 32px; min-height: 32px; }
  .search-btn { width: 3vw; height: 3vw; min-width: 32px; }
}
@media (max-width: 600px) {
  .headerSocial { display: none; }
}

/* ========== HERO SECTION (INDEX) ========== */
.heroNew {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.heroNewContainer {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body[data-page="index"] .heroNewImageWrapper {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
  margin-top: 10vh;
}
body[data-page="index"] .heroNewImage {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, black 0%, black 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 85%, transparent 100%);
}
body[data-page="index"] .heroNewImage img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.5s var(--ease);
}
body[data-page="index"] .heroNewImage:hover img {
  transform: scale(1.02);
}
body[data-page="index"] .heroNewTextOverlay {
  position: absolute;
  top: calc(45% - 8vh);
  left: calc(10% - 2vw);
  transform: translateY(-50%);
  z-index: 10;
  width: 50%;
  max-width: 700px;
  min-width: 320px;
  text-align: left;
  margin: 0;
  animation: fadeInUp 0.8s var(--ease-bounce);
  padding: 0;
  background: transparent;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(2vw); }
  to { opacity: 1; transform: translateY(-50%); }
}
body[data-page="index"] .heroNewTitle {
  font-size: clamp(2.2rem, 4.2vw, 4.2rem);
  text-align: left;
  margin-bottom: 0;
  line-height: 1.1;
}
body[data-page="index"] .heroNewSubtitle {
  font-size: clamp(0.85rem, 1.4vw, 1.2rem);
  text-align: left;
  margin: 1.5vw 0 0;
  max-width: 100%;
  line-height: 1.4;
}
body[data-page="index"] .heroNewActions {
  margin-top: 1.8vw;
  text-align: left;
}
.heroNewTitle {
  font-size: clamp(2.2rem, 4.8vw, 4.2rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5vw;
  text-shadow: 0 0.3vw 2vw rgba(0, 0, 0, 0.8);
}
.heroNewSubtitle {
  font-size: clamp(0.85rem, 1.6vw, 1.3rem);
  font-weight: 500;
  color: var(--w0);
  max-width: 85%;
  margin: 0 auto;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  body[data-page="index"] .heroNewTextOverlay { left: calc(5% - 1.5vw); top: calc(43% - 6vh); width: 55%; }
}
@media (max-width: 768px) {
  body[data-page="index"] .heroNewImageWrapper { margin-top: 8vh; }
  body[data-page="index"] .heroNewTextOverlay { position: relative; top: auto; left: auto; transform: none; width: 85%; margin: -20vh auto 0; text-align: center; background: transparent; }
  body[data-page="index"] .heroNewTitle { text-align: center; font-size: clamp(1.8rem, 4vw, 2.8rem); }
  body[data-page="index"] .heroNewSubtitle { text-align: center; margin: 1.5vw auto 0; }
  body[data-page="index"] .heroNewActions { text-align: center; margin-top: 1.5vw; }
  .btnConocerMas { padding: 0.6vw 2vw; font-size: 0.75rem; margin-top: 2vw; }
}
@media (max-width: 480px) {
  body[data-page="index"] .heroNewImageWrapper { margin-top: 7vh; }
  body[data-page="index"] .heroNewTextOverlay { margin-top: -15vh; }
  .btnConocerMas { padding: 0.5vw 1.5vw; font-size: 0.7rem; }
}

body[data-page="servicios"] .heroNewImageWrapper {
  position: relative;
  margin: 10vh auto 0;
  width: 81%;
  max-width: 1300px;
  min-width: 300px;
}
body[data-page="servicios"] .heroNewImage {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, black 0%, black 10%, transparent 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 10%, transparent 60%, transparent 100%);
}
body[data-page="servicios"] .heroNewTextOverlay {
  position: relative;
  margin-top: -30vh;
  padding-bottom: 6vh;
  z-index: 10;
  width: 62%;
  max-width: 1000px;
  min-width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
body[data-page="productos"] .heroNewImageWrapper { display: none; }
body[data-page="productos"] .heroNewTextOverlay {
  position: relative;
  margin-top: 0;
  padding: 8vh 0;
  z-index: 10;
  width: 62%;
  max-width: 1000px;
  min-width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
body[data-page="contacto"] .heroNewImageWrapper { display: none; }
body[data-page="contacto"] .heroNewTextOverlay {
  position: relative;
  margin-top: 0;
  padding: 8vh 0;
  z-index: 10;
  width: 62%;
  max-width: 1000px;
  min-width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ========== FEATURES GRID ========== */
.featuresGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5vw, 2.2vw, 2.5vw);
  margin: 6vh 0 5vh;
}
.featureCard {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1.8vw;
  padding: clamp(2vh, 2.2vw, 3vh) clamp(1.5vw, 2vw, 2vw);
  transition: transform 0.3s ease-out, background 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out;
  text-align: center;
  backdrop-filter: blur(0.8vw);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
  will-change: transform;
}
.featureCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 183, 255, 0.08), transparent);
  transition: left 0.5s ease-out;
  z-index: 0;
  pointer-events: none;
}
.featureCard:hover::before { left: 100%; }
.featureCard::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 0.15vw;
  background: linear-gradient(90deg, transparent, var(--c2), var(--c1), var(--c2), transparent);
  border-radius: 0.1vw;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.featureCard:hover::after { opacity: 1; }
.featureCard:hover {
  transform: translateY(-0.5vh);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 183, 255, 0.3);
  box-shadow: 0 1.5vh 3.5vh rgba(0, 0, 0, 0.3);
}
.featureIcon {
  width: 4.5vw;
  height: 4.5vw;
  min-width: 45px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.2vw;
  background: rgba(0, 229, 255, 0.12);
  border: 1px solid rgba(0, 229, 255, 0.25);
  margin: 0 auto 2vh;
  font-size: 2vw;
  transition: transform 0.25s ease-out, background 0.25s ease-out, border-color 0.25s ease-out;
}
.featureCard:hover .featureIcon {
  transform: scale(1.05);
  background: rgba(0, 229, 255, 0.2);
  border-color: rgba(0, 229, 255, 0.5);
  box-shadow: 0 0 1vw rgba(0, 229, 255, 0.2);
}
.featureCard h3 {
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  margin: 0 0 1vh;
  color: var(--w0);
  transition: color 0.3s ease;
  text-transform: uppercase;
  font-weight: 700;
}
.featureCard:hover h3 { color: var(--c1); }
.featureCard h3 small {
  display: block;
  font-size: clamp(0.65rem, 1.1vw, 0.75rem);
  color: var(--w2);
  font-weight: normal;
  margin-top: 0.3vh;
  text-transform: none;
}
.featureCard p {
  color: var(--w2);
  line-height: 1.5;
  font-size: clamp(0.7rem, 1.1vw, 0.85rem);
  margin-bottom: 1.5vh;
  text-transform: none;
}
.textLink {
  color: var(--c1);
  font-weight: 600;
  text-decoration: none;
  transition: gap 0.25s ease-out, color 0.2s ease-out;
  display: inline-flex;
  gap: 0.4vw;
  font-size: clamp(0.7rem, 1.1vw, 0.85rem);
  text-transform: uppercase;
}
.textLink:hover { 
  gap: 0.8vw;
  color: #00E5FF;
  text-shadow: 0 0 0.3vw rgba(0, 229, 255, 0.4);
}
@media (max-width: 1100px) {
  .featuresGrid { grid-template-columns: repeat(2, 1fr); gap: 2vw; }
}
@media (max-width: 768px) {
  .featuresGrid { grid-template-columns: 1fr; gap: 3vh; margin: 5vh 0; }
  .featureCard { padding: 2.5vh 4vw; }
  .featureIcon { width: 12vw; height: 12vw; min-width: 50px; min-height: 50px; font-size: 6vw; margin: 0 auto 1.5vh; }
}

/* ========== SECTION HEADER ========== */
.section-header-center {
  text-align: center;
  margin: 8vh 0 5vh;
  position: relative;
}
.section-header-center .h2 {
  font-size: clamp(2.2rem, 4.2vw, 3.6rem);
  margin-bottom: 2vh;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.1;
}
.section-header-center .h2::after {
  content: "";
  position: absolute;
  bottom: -1vh;
  left: 50%;
  transform: translateX(-50%);
  width: 5vw;
  height: 0.2vw;
  background: linear-gradient(90deg, var(--c2), var(--c1));
  border-radius: 0.2vw;
}
.section-header-center .section-subtitle {
  font-size: clamp(0.85rem, 1.4vw, 1rem);
  color: var(--w2);
  max-width: 800px;
  margin: 2.5vh auto 0;
  line-height: 1.6;
  text-transform: none;
}

/* ========== CAROUSEL DE SERVICIOS (optimizado) ========== */
.carouselSection {
  padding: 5vh 0 8vh;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-container {
  position: relative;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding: 2vh 0;
  overflow: hidden;
}
.carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.carousel-track-container {
  overflow: visible;
  width: 100%;
  margin: 0 auto;
  mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
}
.carousel-track {
  display: flex;
  gap: 2vw;
  transition: transform 0.6s var(--ease-smooth);
  will-change: transform;
  align-items: center;
}
.carousel-slide {
  flex: 0 0 auto;
  width: clamp(18rem, 28vw, 24rem);
  cursor: pointer;
  border-radius: 1.5vw;
  filter: blur(0.1vw) brightness(0.75);
  transform: scale(0.94);
  opacity: 0.7;
  transition: all 0.4s ease-out;
  will-change: transform, filter, opacity;
}
.carousel-slide.active {
  filter: blur(0) brightness(1);
  transform: scale(1.04);
  opacity: 1;
  box-shadow: 0 2vh 4vh rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.carousel-slide:hover:not(.active) {
  filter: blur(0.05vw) brightness(0.85);
  transform: scale(0.96);
}
.slide-inner {
  position: relative;
  border-radius: 1.5vw;
  overflow: hidden;
}
.carousel-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 1.5vw;
  box-shadow: 0 0.8vw 1.5vw rgba(0, 0, 0, 0.2);
  transition: all 0.5s var(--ease-bounce);
}
.carousel-slide.active img {
  box-shadow: 0 2.5vh 5vh rgba(0, 0, 0, 0.5);
}
.slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5vh;
  background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
  color: white;
  border-radius: 0 0 1.5vw 1.5vw;
  transition: all 0.4s var(--ease);
}
.carousel-slide.active .slide-caption {
  padding: 2vh;
  background: linear-gradient(to top, rgba(0,0,0,0.95), transparent);
}
.slide-caption h4 {
  margin: 0 0 0.4vh;
  font-size: clamp(0.9rem, 1.4vw, 1.2rem);
  text-transform: uppercase;
  font-weight: 700;
}
.carousel-slide.active .slide-caption h4 {
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  font-weight: 800;
}
.slide-caption p {
  margin: 0;
  font-size: clamp(0.7rem, 1vw, 0.85rem);
  opacity: 0.8;
  text-transform: none;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 25;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(1vw);
  border: 1.5px solid rgba(0, 207, 255, 0.6);
  border-radius: 50%;
  width: clamp(2.5rem, 3.5vw, 3rem);
  height: clamp(2.5rem, 3.5vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00cfff;
  cursor: pointer;
  transition: all 0.3s var(--ease-bounce);
}
.carousel-btn:hover {
  background: rgba(0, 207, 255, 0.3);
  border-color: #00cfff;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 0 1.5vw rgba(0, 207, 255, 0.5);
}
.prev-btn { left: 1vw; }
.next-btn { right: 1vw; }
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 1vw;
  margin-top: 3vh;
  z-index: 15;
}
.carousel-dot {
  width: clamp(0.5rem, 1vw, 0.7rem);
  height: clamp(0.5rem, 1vw, 0.7rem);
  border-radius: 50%;
  background: rgba(0, 207, 255, 0.3);
  border: 1px solid rgba(0, 207, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s var(--ease-bounce);
}
.carousel-dot.active {
  width: clamp(1.2rem, 1.8vw, 1.6rem);
  background: #00cfff;
  box-shadow: 0 0 0.8vw #00cfff;
  border-radius: 1vw;
}
@media (max-width: 1200px) {
  .carousel-slide { width: clamp(16rem, 26vw, 22rem); }
  .carousel-track-container {
    mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
  }
}
@media (max-width: 768px) {
  .carouselSection { padding: 4vh 0 6vh; }
  .carousel-slide { width: clamp(12rem, 55vw, 16rem); }
  .carousel-slide.active { transform: scale(1.02); }
  .carousel-btn { width: 2rem; height: 2rem; }
  .prev-btn { left: 0.5vw; }
  .next-btn { right: 0.5vw; }
  .carousel-track-container { mask-image: none; -webkit-mask-image: none; }
  .carousel-dots { gap: 2vw; margin-top: 2vh; }
  .carousel-dot.active { width: 1.2rem; }
}
@media (max-width: 480px) {
  .carousel-slide { width: 11rem; }
  .carousel-btn { width: 1.8rem; height: 1.8rem; }
  .slide-caption { padding: 1vh; }
  .carousel-slide.active .slide-caption { padding: 1.2vh; }
}

/* ========== CARRUSEL INFINITO DE LOGOS ========== */
.infinite-carousel-section {
  padding: 8vh 0;
  background: rgba(6, 27, 58, 0.3);
  backdrop-filter: blur(0.8vw);
  border-top: 1px solid rgba(0, 183, 255, 0.2);
  border-bottom: 1px solid rgba(0, 183, 255, 0.2);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.infinite-carousel-section::before,
.infinite-carousel-section::after {
  content: "";
  position: absolute;
  top: 0;
  width: 8vw;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.infinite-carousel-section::before {
  left: 0;
  background: linear-gradient(to right, rgba(6, 27, 58, 0.9), transparent);
}
.infinite-carousel-section::after {
  right: 0;
  background: linear-gradient(to left, rgba(6, 27, 58, 0.9), transparent);
}
.infinite-carousel-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
.infinite-carousel-track {
  display: flex;
  gap: 4vw;
  animation: scrollLogos 25s linear infinite;
  width: fit-content;
}
.infinite-carousel-track:hover { animation-play-state: paused; }
@keyframes scrollLogos {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 12vw;
  padding: 1.5vh;
  transition: all 0.3s var(--ease);
}
.logo-item a {
  display: block;
  transition: transform 0.3s var(--ease-bounce);
}
.logo-item:hover a { transform: scale(1.08); }
.logo-item img {
  max-height: 7vh;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: all 0.3s var(--ease);
}
.logo-item:hover img {
  opacity: 1;
  filter: brightness(0) invert(1) drop-shadow(0 0 0.8vw rgba(0, 229, 255, 0.5));
}
body[data-page="servicios"] .logo-item img { max-height: 9vh; }
.logo-item img { max-height: 10vh !important; }
@media (max-width: 1200px) {
  .infinite-carousel-wrapper {
    mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
  }
  .infinite-carousel-section::before, .infinite-carousel-section::after { width: 5vw; }
  .logo-item { min-width: 13vw; }
  .logo-item img { max-height: 9vh !important; }
  .infinite-carousel-track { gap: 3vw; animation-duration: 22s; }
}
@media (max-width: 768px) {
  .infinite-carousel-section { padding: 6vh 0; }
  .infinite-carousel-wrapper {
    mask-image: linear-gradient(to right, transparent 0%, black 0%, black 100%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 0%, black 100%, transparent 100%);
  }
  .infinite-carousel-section::before, .infinite-carousel-section::after { width: 10vw; }
  .logo-item { min-width: 25vw; padding: 1vh; }
  .logo-item img { max-height: 6vh !important; }
  body[data-page="servicios"] .logo-item img { max-height: 5vh; }
  .infinite-carousel-track { gap: 4vw; animation-duration: 18s; }
}
@media (max-width: 480px) {
  .infinite-carousel-section { padding: 4vh 0; }
  .logo-item { min-width: 30vw; padding: 0.8vh; }
  .logo-item img { max-height: 5vh !important; }
  .infinite-carousel-track { gap: 5vw; animation-duration: 14s; }
}

/* ========== PRODUCT GRID ========== */
.productGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
  margin: 6vh 0;
}
.productCard {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1.8vw;
  overflow: hidden;
  transition: all 0.4s var(--ease-bounce);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  cursor: pointer;
  height: auto;
  display: flex;
  flex-direction: column;
}
.productCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 183, 255, 0), rgba(0, 229, 255, 0.08));
  opacity: 0;
  transition: opacity 0.4s var(--ease);
  z-index: 1;
  pointer-events: none;
}
.productCard:hover::before { opacity: 1; }
.productCard:hover {
  transform: translateY(-0.8vh);
  border-color: rgba(0, 183, 255, 0.5);
  box-shadow: 0 2.5vh 5vh rgba(0, 0, 0, 0.4);
}
.productMedia {
  position: relative;
  width: 100%;
  flex: 1;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 30, 60, 0.3));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 40vh;
}
.productMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease-bounce);
  display: block;
}
.productCard:hover .productMedia img { transform: scale(1.05); }
.productOverlay {
  padding: 2.5vh 1.5vw 2vh;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5));
  text-align: center;
  z-index: 2;
  border-top: 1px solid rgba(0, 183, 255, 0.2);
}
.productCard:hover .productOverlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 183, 255, 0.35));
  border-top-color: rgba(0, 229, 255, 0.5);
}
.productOverlay h3 {
  font-size: 1.15rem;
  margin-bottom: 1.5vh;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1vw;
  font-weight: 800;
  text-shadow: 0 0.2vh 0.3vw rgba(0, 0, 0, 0.5);
}
.productOverlay .btnSmall {
  margin-top: 0;
  width: auto;
  display: inline-flex;
  padding: 0.7vh 1.8vw;
  font-size: 0.75rem;
  background: linear-gradient(135deg, rgba(0, 229, 255, 0.95), rgba(0, 183, 255, 0.95));
  border: none;
  color: #031635;
  transition: all 0.3s var(--ease);
  font-weight: 700;
  letter-spacing: 0.03vw;
}
.productOverlay .btnSmall:hover {
  background: linear-gradient(135deg, #00E5FF, #00B7FF);
  transform: scale(1.05);
  box-shadow: 0 0 1.2vw rgba(0, 229, 255, 0.5);
}
@media (max-width: 1400px) {
  .productMedia { min-height: 35vh; }
}
@media (max-width: 1200px) {
  .productGrid { grid-template-columns: repeat(3, 1fr); gap: 2vw; }
  .productMedia { min-height: 30vh; }
  .productOverlay h3 { font-size: 1rem; margin-bottom: 1vh; }
  .productOverlay { padding: 2vh 1.5vw 1.5vh; }
  .productOverlay .btnSmall { padding: 0.5vh 1.5vw; font-size: 0.7rem; }
}
@media (max-width: 900px) {
  .productGrid { grid-template-columns: repeat(2, 1fr); gap: 3vw; }
  .productMedia { min-height: 28vh; }
}
@media (max-width: 600px) {
  .productGrid { grid-template-columns: 1fr; gap: 3vh; }
  .productMedia { min-height: 35vh; }
  .productOverlay h3 { font-size: 1.1rem; }
  .productOverlay .btnSmall { padding: 0.7vh 2vw; font-size: 0.7rem; }
}

/* ========== GLASS, PAD, FOOTER ========== */
.glass {
  background: rgba(6, 27, 58, 0.6);
  backdrop-filter: blur(0.8vw);
  border-radius: 1.8vw;
  border: 1px solid rgba(0, 183, 255, 0.2);
  transition: all 0.3s var(--ease);
}
.glass:hover {
  border-color: rgba(0, 183, 255, 0.4);
  background: rgba(6, 27, 58, 0.7);
}
.pad {
  padding: clamp(2vh, 3vw, 4vh);
}
.footer {
  margin-top: 8vh;
  border-top: 1px solid rgba(255, 255, 255, .09);
  background: rgba(10, 9, 20, 0.95);
  backdrop-filter: blur(1vw);
  position: relative;
  z-index: 10;
  width: 100%;
  clear: both;
}
.footerInner {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 3vw;
  padding: 6vh 0;
}
.footerBrandRow {
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-bottom: 1.5vh;
}
.footerBrandRow img {
  width: 3vw;
  height: 3vw;
  min-width: 40px;
  min-height: 40px;
  object-fit: contain;
  transition: transform 0.3s var(--ease);
}
.footerBrandRow img:hover { transform: scale(1.05); }
.footerBrandName {
  font-weight: 800;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  background: linear-gradient(135deg, #fff, var(--c1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
.footerTag {
  color: rgba(255, 255, 255, .70);
  font-size: clamp(0.7rem, 1.1vw, 0.85rem);
  margin-top: 0.3vh;
  text-transform: none;
}
.footerCol h4 {
  margin: 0 0 1.5vh;
  font-size: clamp(0.8rem, 1.2vw, 0.95rem);
  letter-spacing: 0.1vw;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .80);
  position: relative;
  display: inline-block;
  font-weight: 700;
}
.footerCol h4::after {
  content: "";
  position: absolute;
  bottom: -0.5vh;
  left: 0;
  width: 2.5vw;
  height: 0.15vw;
  background: linear-gradient(90deg, var(--c2), var(--c1));
  border-radius: 0.1vw;
}
.footerLinks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8vh;
}
.footerLinks a {
  color: rgba(255, 255, 255, .78);
  transition: all 0.3s var(--ease);
  font-size: clamp(0.75rem, 1.2vw, 0.85rem);
  display: inline-block;
  text-transform: uppercase;
}
.footerLinks a:hover { 
  color: rgba(0, 229, 255, .95);
  transform: translateX(0.3vw);
}
.footerContactList {
  display: flex;
  flex-direction: column;
  gap: 0.8vh;
  margin-bottom: 1.5vh;
}
.footerLine {
  display: flex;
  gap: 1vw;
  align-items: baseline;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(0.7rem, 1.1vw, 0.85rem);
  transition: all 0.3s var(--ease);
  text-transform: none;
}
.footerLine:hover {
  color: rgba(0, 229, 255, 0.9);
  transform: translateX(0.3vw);
}
.footerKey {
  min-width: 5vw;
  color: rgba(255, 255, 255, .55);
  font-size: clamp(0.65rem, 1vw, 0.75rem);
  text-transform: uppercase;
}
.footerBottom {
  padding: 2vh 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .55);
  font-size: clamp(0.65rem, 1vw, 0.75rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1vw;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  .footerInner { grid-template-columns: 1fr; gap: 4vh; padding: 5vh 0; text-align: center; }
  .footerBrandRow { justify-content: center; }
  .footerCol h4 { text-align: center; display: block; }
  .footerCol h4::after { left: 50%; transform: translateX(-50%); width: 6vw; }
  .footerLinks { align-items: center; }
  .footerContactList { align-items: center; }
  .footerLine { justify-content: center; }
  .footerBottom { flex-direction: column; gap: 1vh; text-align: center; }
}

/* ========== SEARCH MODAL ========== */
.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 11, 28, 0.98);
  backdrop-filter: blur(2vw);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s var(--ease);
}
.search-modal.active {
  opacity: 1;
  visibility: visible;
}
.search-modal-content {
  width: 90%;
  max-width: 50rem;
  padding: 4vh 3vw;
  animation: modalFadeIn 0.4s var(--ease-bounce);
}
@keyframes modalFadeIn {
  from { opacity: 0; transform: translateY(-5vh) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.search-modal-header {
  text-align: center;
  margin-bottom: 4vh;
}
.search-modal-header h3 {
  font-size: clamp(1.3rem, 2.8vw, 1.8rem);
  margin-bottom: 1.5vh;
  background: linear-gradient(135deg, #00E5FF, #00B7FF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
.search-modal-header p {
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(0.75rem, 1.2vw, 0.9rem);
  text-transform: none;
}
.search-input-wrapper {
  position: relative;
  margin-bottom: 4vh;
}
.search-modal-input {
  width: 100%;
  padding: 1.2vh 2vw;
  font-size: clamp(0.9rem, 1.4vw, 1.1rem);
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(0, 183, 255, 0.3);
  border-radius: 5vw;
  color: white;
  outline: none;
  transition: all 0.3s var(--ease);
  padding-right: 6vw;
  text-transform: none;
}
.search-modal-input:focus {
  border-color: #00E5FF;
  box-shadow: 0 0 2vw rgba(0, 229, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
}
.search-clear {
  position: absolute;
  right: 2vw;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  display: none;
  padding: 0.5vh;
  transition: color 0.3s ease;
  font-size: 1.2rem;
}
.search-clear.visible { display: block; }
.search-clear:hover { color: #00E5FF; }
.search-loading {
  text-align: center;
  padding: 5vh;
  color: #00B7FF;
  display: none;
}
.search-loading.active { display: block; }
.search-loading svg { animation: spin 1s linear infinite; }
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.search-stats {
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 2vh;
  display: none;
}
.search-stats.active { display: block; }
.search-results {
  max-height: 40vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1.2vh;
}
.search-results::-webkit-scrollbar {
  width: 0.6vw;
}
.search-results::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.3vw;
}
.search-results::-webkit-scrollbar-thumb {
  background: #00B7FF;
  border-radius: 0.3vw;
}
.search-result-item {
  padding: 1.5vh 2vw;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1.2vw;
  cursor: pointer;
  transition: all 0.3s var(--ease-bounce);
  border: 1px solid rgba(0, 183, 255, 0.1);
}
.search-result-item:hover {
  background: rgba(0, 183, 255, 0.15);
  transform: translateX(0.6vw);
  border-color: rgba(0, 229, 255, 0.4);
  box-shadow: var(--glow-blue);
}
.search-result-item a { display: block; color: white; text-decoration: none; }
.search-result-item h4 {
  margin: 0 0 0.8vh;
  font-size: clamp(0.9rem, 1.4vw, 1.1rem);
  color: #00B7FF;
  display: flex;
  align-items: center;
  gap: 0.8vw;
  flex-wrap: wrap;
  text-transform: uppercase;
}
.search-result-badge {
  display: inline-block;
  padding: 0.2vh 1vw;
  background: rgba(0, 183, 255, 0.2);
  border-radius: 2vw;
  font-size: 0.7rem;
  color: #00E5FF;
  text-transform: uppercase;
}
.search-result-item p {
  margin: 0;
  font-size: clamp(0.7rem, 1.1vw, 0.85rem);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  text-transform: none;
}
.search-result-highlight {
  background: rgba(0, 229, 255, 0.3);
  color: #00E5FF;
  padding: 0 0.2vw;
  border-radius: 0.2vw;
}
.search-no-results {
  text-align: center;
  padding: 8vh;
  color: rgba(255, 255, 255, 0.6);
}
.search-modal-close {
  position: absolute;
  top: 4vh;
  right: 4vw;
  width: 3.5vw;
  height: 3.5vw;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(0, 183, 255, 0.3);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s var(--ease-bounce);
  color: #00B7FF;
  font-size: 1.5rem;
}
.search-modal-close:hover {
  background: rgba(0, 183, 255, 0.2);
  transform: rotate(90deg);
  border-color: #00E5FF;
  box-shadow: var(--glow-cyan);
}
@media (max-width: 768px) {
  .search-modal-input { font-size: 0.9rem; padding: 1vh 3vw; }
  .search-modal-close { top: 2vh; right: 4vw; width: 8vw; height: 8vw; }
  .search-modal-content { padding: 3vh 4vw; }
  .search-result-item { padding: 1.2vh 3vw; }
  .search-result-item h4 { font-size: 0.9rem; }
}

body.modal-open { overflow: hidden; }

.reveal, [data-animate] {
  opacity: 1;
  transform: none;
}
.js .reveal, .js [data-animate] {
  opacity: 0;
  transform: translateY(1.5vh);
  transition: opacity .5s var(--ease-smooth), transform .5s var(--ease-smooth);
}
.js .reveal.in, .js [data-animate].in {
  opacity: 1;
  transform: translateY(0);
}
.delay1 { transition-delay: .06s; }
.delay2 { transition-delay: .12s; }
.delay3 { transition-delay: .18s; }
.delay4 { transition-delay: .24s; }

.skip {
  position: absolute;
  left: 1vw;
  top: 1vh;
  padding: 0.8vh 1.2vw;
  border-radius: 1vw;
  background: rgba(10, 9, 20, .92);
  border: 1px solid rgba(255, 255, 255, .16);
  color: var(--w0);
  transform: translateY(-140%);
  transition: transform .2s var(--ease);
  z-index: 80;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.skip:focus {
  transform: translateY(0);
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .featureCard, .reveal, .logo-item, .productCard, .carousel-slide, .socBtn {
    transition: none !important;
    animation: none !important;
  }
  .infinite-carousel-track { animation: none; }
  .whatsapp-btn { animation: none; }
  .btn::before, .featureCard::before, .productCard::before { display: none; }
}

/* ========== PRODUCTOS PAGE (HERO CAROUSEL) ========== */
.hero-carousel-container {
  position: relative;
  width: 100%;
  overflow: visible;
  margin-top: 10vh;
  z-index: 1;
}
body[data-page="productos"] .hero-carousel-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/new/fondo blanco.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}
.hero-carousel-slides {
  position: relative;
  width: 100%;
  z-index: 2;
  overflow: visible;
}
.hero-carousel-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  width: 100%;
  overflow: visible;
}
body[data-page="productos"] .product-mini-menu-horizontal {
  top: 12% !important;
  left: 3vw;
}
body[data-page="productos"] .hero-carousel-slide {
  padding-top: 15vh !important;
  padding-bottom: 8vh !important;
}
@media (max-width: 768px) {
  body[data-page="productos"] .hero-carousel-slide { padding-top: 12vh !important; }
  body[data-page="productos"] .product-mini-menu-horizontal { top: 8% !important; }
}
@media (max-width: 480px) {
  body[data-page="productos"] .hero-carousel-slide { padding-top: 10vh !important; }
  body[data-page="productos"] .product-mini-menu-horizontal { top: 6% !important; }
}
.hero-carousel-slide {
  flex: 0 0 100%;
  position: relative;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 5vw;
  padding: 8vh 7vw;
  min-height: 85vh;
  width: 100%;
  overflow: visible;
}
.slide-info {
  flex: 1;
  max-width: 50%;
  text-align: left;
  padding-right: 3vw;
  margin-left: 5%;
}
.slide-title {
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 800;
  margin-bottom: 2vh;
  background: linear-gradient(135deg, #00E5FF, #00B7FF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
  letter-spacing: 0.06vw;
}
.slide-description {
  font-size: clamp(0.9rem, 1.3vw, 1.05rem);
  color: var(--c2);
  line-height: 1.6;
  margin-bottom: 4vh;
  text-transform: none;
  font-weight: 500;
}
.slide-buttons {
  display: flex;
  gap: 2vw;
  flex-wrap: wrap;
}
.btn-slide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1vh 2.2vw;
  border-radius: 3vw;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06vw;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn-primary-slide {
  background: linear-gradient(135deg, #00E5FF, #00B7FF);
  border: none;
  color: #031635;
  box-shadow: 0 0.3vw 1.2vw rgba(0, 229, 255, 0.3);
}
.btn-primary-slide:hover {
  transform: translateY(-0.2vh);
  box-shadow: 0 0.6vw 2vw rgba(0, 229, 255, 0.5);
  background: linear-gradient(135deg, #00F0FF, #00C8FF);
}
.btn-secondary-slide {
  background: transparent;
  border: 2px solid rgba(0, 183, 255, 0.6);
  color: #00B7FF;
}
.slide-image-wrapper {
  flex: 1;
  max-width: 45%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 5%;
  overflow: visible;
}
.product-mini-menu-horizontal {
  position: absolute;
  top: 22%;
  left: 3vw;
  transform: translateY(-50%);
  z-index: 30;
  background: transparent;
  padding: 0;
  pointer-events: auto;
}
.mini-menu-list-horizontal {
  display: flex;
  gap: 3.5vw;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mini-menu-item-horizontal {
  padding: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.25s ease;
  text-transform: uppercase;
  letter-spacing: 0.15vw;
  background: transparent;
  border: none;
  position: relative;
}
.mini-menu-item-horizontal:hover { color: #00E5FF; }
.mini-menu-item-horizontal.active-mini-horizontal {
  color: #00E5FF;
  font-weight: 700;
  text-shadow: 0 0 0.6vw rgba(0, 229, 255, 0.5);
}
.mini-menu-item-horizontal.active-mini-horizontal::after {
  content: "";
  position: absolute;
  bottom: -0.6vh;
  left: 0;
  width: 100%;
  height: 0.15vw;
  background: linear-gradient(90deg, #00B7FF, #00E5FF);
  border-radius: 0.1vw;
}
.thumbnails-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2vh;
  margin-bottom: 2vh;
  min-height: 12vh;
}
.hero-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 25;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(0.8vw);
  border: 1.5px solid rgba(0, 183, 255, 0.6);
  color: #00B7FF;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.8rem;
  font-weight: 300;
  width: 3vw;
  height: 8vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1vw;
}
.hero-prev-btn { left: 2vw; }
.hero-next-btn { right: 2vw; }
.thumbnail-carousel {
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: thin;
  scroll-behavior: smooth;
  padding: 1vh 0;
  text-align: center;
  margin-left: 6vw;
  margin-right: 6vw;
}
.thumbnail-track {
  display: inline-flex;
  gap: 2vw;
  align-items: center;
  justify-content: center;
}
.thumbnail-item {
  position: relative;
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
  width: auto;
  min-width: 5.5vw;
  max-width: 8vw;
  cursor: pointer;
  transition: all 0.2s ease-out;
  opacity: 0.7;
  flex-shrink: 0;
}
.thumbnail-img {
  width: 5vw !important;
  height: 5vw !important;
  object-fit: contain !important;
}
.thumbnail-label {
  display: block;
  font-size: 0.7rem !important;
  font-weight: 700;
  text-align: center;
  padding: 0.6vh 0.2vw;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  max-width: 8vw;
  white-space: normal;
}
@media (max-width: 768px) {
  .hero-carousel-btn { width: 6vw; height: 6vh; font-size: 1.2rem; }
  .thumbnail-item { min-width: 12vw; }
  .thumbnail-img { width: 10vw !important; height: 10vw !important; }
  .thumbnail-label { font-size: 0.6rem !important; max-width: 15vw; }
}
body[data-page="productos"] .slide-title {
  background: linear-gradient(135deg, #00B7FF, #0C4DA2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
body[data-page="productos"] .slide-description { color: var(--c2); }
body[data-page="productos"] .btn-slide.btn-primary-slide {
  background: linear-gradient(135deg, #00B7FF, #0C4DA2);
  color: white;
}
body[data-page="productos"] .mini-menu-item-horizontal { color: rgba(0, 0, 0, 0.7); }
body[data-page="productos"] .mini-menu-item-horizontal.active-mini-horizontal { color: #00B7FF; }

/* ========== VIDEOS SECTION ========== */
.videos-section {
  padding: 10vh 0;
  background: linear-gradient(180deg, rgba(2, 11, 28, 0.98) 0%, rgba(6, 27, 58, 0.99) 100%);
  position: relative;
  border-top: 1px solid rgba(0, 183, 255, 0.2);
  border-bottom: 1px solid rgba(0, 183, 255, 0.2);
  margin: 6vh 0;
}
/* CENTRADO DEL ENCABEZADO DE VIDEOS */
.videos-section .section-header {
  text-align: center !important;
}
.videos-section .section-header .pill {
  margin: 0 auto 2vh;
  width: fit-content;
}
.videos-section .section-header h2,
.videos-section .section-header p {
  text-align: center;
}
.video-mini-menu-horizontal {
  text-align: center;
  margin-bottom: 6vh;
  padding: 0 2vw;
}
.video-menu-list-horizontal {
  display: flex;
  justify-content: center;
  gap: 4vw;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.video-menu-item-horizontal {
  padding: 0.8vh 0;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.25s ease;
  text-transform: uppercase;
  letter-spacing: 0.15vw;
  position: relative;
}
.video-menu-item-horizontal:hover { color: #00E5FF; }
.video-menu-item-horizontal.active-video-horizontal {
  color: #00E5FF;
  font-weight: 700;
  text-shadow: 0 0 0.6vw rgba(0, 229, 255, 0.5);
}
.video-menu-item-horizontal.active-video-horizontal::after {
  content: "";
  position: absolute;
  bottom: -0.6vh;
  left: 0;
  width: 100%;
  height: 0.15vw;
  background: linear-gradient(90deg, #00B7FF, #00E5FF);
}
.video-carousel-container {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 5vw;
}
.video-carousel-wrapper { overflow: hidden; }
.video-carousel-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}
.video-slide {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
  padding: 6vh 4vw;
}
.video-slide.video-left { flex-direction: row; }
.video-slide.video-right { flex-direction: row-reverse; }
.video-content { flex: 1; max-width: 55%; }
.video-player {
  position: relative;
  width: 100%;
  border-radius: 1.8vw;
  overflow: hidden;
  background: #000;
  box-shadow: 0 2.5vh 5vh rgba(0, 0, 0, 0.5);
}
.video-player video { width: 100%; height: auto; display: block; }
.video-text { flex: 1; max-width: 40%; }
.video-text h3 {
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 800;
  margin-bottom: 2vh;
  background: linear-gradient(135deg, #00E5FF, #00B7FF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
.video-text p {
  font-size: clamp(0.85rem, 1.2vw, 1rem);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin-bottom: 2.5vh;
}
.btn-video {
  display: inline-flex;
  align-items: center;
  gap: 1vw;
  padding: 1.2vh 2.5vw;
  background: linear-gradient(135deg, #00B7FF, #0C4DA2);
  border-radius: 5vw;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.1vw;
  box-shadow: 0 0.4vw 1.2vw rgba(0, 183, 255, 0.3);
}
.video-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.5vw;
  height: 3.5vw;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(0.8vw);
  border: 1.5px solid rgba(0, 183, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 25;
  color: #00B7FF;
}
.video-prev-btn { left: 0; }
.video-next-btn { right: 0; }
.video-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 1.2vw;
  margin-top: 5vh;
}
.video-dot {
  width: 0.8vw;
  height: 0.8vw;
  border-radius: 50%;
  background: rgba(0, 183, 255, 0.3);
  border: 1px solid rgba(0, 183, 255, 0.5);
  cursor: pointer;
}
.video-dot.active {
  width: 2.5vw;
  background: linear-gradient(90deg, #00B7FF, #00E5FF);
  border-radius: 1vw;
}
@media (max-width: 1200px) {
  .video-carousel-container { padding: 0 4vw; }
  .video-slide { gap: 4vw; }
  .video-text h3 { font-size: 1.7rem; }
}
@media (max-width: 992px) {
  .video-slide { flex-direction: column !important; padding: 4vh 3vw; text-align: center; }
  .video-content, .video-text { max-width: 100%; text-align: center; }
  .video-menu-list-horizontal { gap: 3vw; }
}
@media (max-width: 768px) {
  .videos-section { padding: 6vh 0; }
  .video-slide { padding: 3vh 2vw; gap: 3vh; }
  .video-text h3 { font-size: 1.5rem; }
  .btn-video { padding: 1vh 4vw; font-size: 0.75rem; }
  .video-carousel-container { padding: 0 3vw; }
  .video-carousel-btn { width: 8vw; height: 8vw; }
}

/* ========== MINI CARRUSEL DE IMÁGENES POR PRODUCTO ========== */
.product-image-carousel {
  position: relative;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  overflow: visible;
}
.product-image-container {
  position: relative;
  width: 100%;
  overflow: visible;
  border-radius: 1.8vw;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-product-image {
  width: 100%;
  height: auto;
  max-height: 65vh;
  object-fit: contain;
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 1.8vw;
}
.product-thumbnails {
  display: flex;
  justify-content: center;
  gap: 1vw;
  margin-top: 2vh;
  flex-wrap: wrap;
}
.product-thumb {
  width: 5vw;
  height: 5vw;
  min-width: 45px;
  min-height: 45px;
  border-radius: 1vw;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid rgba(0, 183, 255, 0.3);
  transition: all 0.3s ease;
}
.mini-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(0.8vw);
  border: 2px solid rgba(0, 229, 255, 0.8);
  color: #00E5FF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 20;
  font-size: 2rem;
  font-weight: bold;
  font-family: monospace;
}
.mini-prev-btn { left: -2vw; }
.mini-next-btn { right: -2vw; }
@media (max-width: 1200px) {
  .mini-prev-btn { left: -1.5vw; }
  .mini-next-btn { right: -1.5vw; }
  .mini-carousel-btn { width: 3.2vw; height: 3.2vw; font-size: 1.8rem; }
}
@media (max-width: 768px) {
  .product-thumb { width: 8vw; height: 8vw; min-width: 40px; min-height: 40px; }
  .mini-prev-btn { left: -3vw; }
  .mini-next-btn { right: -3vw; }
  .mini-carousel-btn { width: 7vw; height: 7vw; font-size: 1.2rem; }
}

/* ========== UTILIDADES Y ANIMACIONES ========== */
.timeline-wrapper {
  margin-top: 2vh;
  margin-bottom: 4vh;
  padding: 0 2vw;
  overflow-x: auto;
  text-align: center;
  cursor: grab;
}
.timeline-scroll { min-width: fit-content; display: inline-block; }
.timeline-line { display: flex; gap: 2.5vw; }
.timeline-segment {
  position: relative;
  height: 0.5vw;
  width: 3.5vw !important;
  flex-shrink: 0;
  cursor: pointer;
  background: rgba(0, 183, 255, 0.15);
  border-radius: 0.5vw;
}
.timeline-segment.active-segment {
  background: linear-gradient(90deg, #00B7FF, #00E5FF);
  box-shadow: 0 0 1vw rgba(0, 229, 255, 0.6);
}

/* TAMAÑOS DE FUENTE GLOBALES (ajustados para mejor jerarquía) */
h1, .h1, .heroNewTitle { font-size: clamp(2.6rem, 5vw, 4.8rem) !important; font-weight: 900 !important; }
h2, .h2, .heroNewSubtitle, .section-header-center .h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem) !important; font-weight: 800 !important; }
h3, .h3, .featureCard h3, .productBody h3, .footerCol h4 { font-size: clamp(1.2rem, 2vw, 1.5rem) !important; font-weight: 800 !important; }
.slide-caption h4 { font-size: clamp(0.9rem, 1.4vw, 1.2rem) !important; }
.carousel-slide.active .slide-caption h4 { font-size: clamp(1rem, 1.6vw, 1.3rem) !important; }
.lead, .heroNewSubtitle, .section-subtitle { font-size: clamp(0.85rem, 1.6vw, 1.2rem) !important; font-weight: 600 !important; }
.featureCard p, .productBody p { font-size: clamp(0.75rem, 1.3vw, 0.95rem) !important; }
.navLink { font-size: clamp(1rem, 1.5vw, 1.3rem) !important; }
.btn, .btnConocerMas, .btn-slide, .btn-video { font-size: clamp(0.75rem, 1.3vw, 0.95rem) !important; }
.pill { font-size: clamp(0.75rem, 1.3vw, 0.95rem) !important; }
.footerBrandName { font-size: clamp(1rem, 1.6vw, 1.2rem) !important; }
.footerLinks a, .footerLine, .footerTag { font-size: clamp(0.75rem, 1.3vw, 0.9rem) !important; }
.productOverlay h3 { font-size: 1.2rem !important; }
.textLink { font-size: clamp(0.75rem, 1.3vw, 0.9rem) !important; }
.slide-title { font-size: clamp(1.8rem, 3.4vw, 2.8rem) !important; }
.slide-description { font-size: clamp(0.9rem, 1.5vw, 1.1rem) !important; }
.mini-menu-item-horizontal, .video-menu-item-horizontal { font-size: 1rem !important; }
.thumbnail-label { font-size: 0.7rem !important; }
.soluciones-text, .conectividad-text { font-size: clamp(2rem, 4vw, 4rem) !important; }
.enfoque-text, .empresarial-text { font-size: clamp(2rem, 4vw, 3.5rem) !important; }
.section-subtitle { font-size: clamp(0.8rem, 1.1vw, 1rem) !important; }

/* Botón de estadísticas */
.btnOutline[href="estadisticas.html"] {
  border-color: rgba(0, 229, 255, 0.5);
  transition: all 0.3s ease;
}
.btnOutline[href="estadisticas.html"]:hover {
  background: rgba(0, 229, 255, 0.1);
  transform: translateY(-0.15vw);
}