/* ==========================================================================
   DISEÑO CREATIVO PREMIUM - TRES GATOS COMUNICACIÓN DIGITAL (EDICIÓN TOTAL)
   ========================================================================== */

:root {
    --font-creative: 'Plus Jakarta Sans', sans-serif;
    --dark-space: #060608;
    --card-surface: rgba(255, 255, 255, 0.02);
    --border-glass: rgba(255, 255, 255, 0.06);
    --grad-neon: linear-gradient(135deg, #00f2fe 0%, #6366f1 50%, #a855f7 100%);
    --neon-blue: #00f2fe;
    --neon-purple: #a855f7;
    --neon-green: #25d366;
    --blanco: #ffffff;
    --negro: #000000;
}

* {
    margin: 0; padding: 0;
    box-sizing: border-box;
    font-family: var(--font-creative);
}

body {
    background-color: var(--dark-space);
    color: var(--blanco);
    overflow-x: hidden !important; 
    max-width: 100vw !important;
    line-height: 1.6;
    transition: background-color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#network-canvas {
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    z-index: -1; pointer-events: none;
}

.container {
    width: 90%; max-width: 1200px;
    margin: 0 auto; padding: 4.2rem 0;
}

/* AURORAS INTERNAS */
.background-glow {
    position: fixed;
    top: -40%; left: -40%; width: 180%; height: 180%;
    background: radial-gradient(circle at 15% 25%, rgba(0, 242, 254, 0.14) 0%, transparent 45%),
                radial-gradient(circle at 85% 75%, rgba(168, 85, 247, 0.14) 0%, transparent 45%);
    z-index: -2; 
    filter: blur(140px);
    pointer-events: none;
    transition: background 0.6s ease;
}

/* PORTAL */
.portal-viewport { position: relative; width: 100vw; height: 100vh; overflow: hidden; }
.portal-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; z-index: 500; background: var(--dark-space); will-change: transform; }
.portal-bg-brand-watermark { position: absolute; width: 85vw; max-width: 1050px; height: auto; display: flex; justify-content: center; align-items: center; z-index: 1; opacity: 0.075; filter: brightness(1.5) contrast(1.2) blur(1px) drop-shadow(0 0 40px rgba(168, 85, 247, 0.4)); pointer-events: none; will-change: transform, opacity; }
.portal-bg-brand-watermark img { width: 100%; height: auto; object-fit: contain; }
.portal-totem-frame { background: #111113; padding: 20px 20px 50px 20px; border-radius: 40px 40px 15px 15px; width: 340px; box-shadow: 0 50px 100px rgba(0,0,0,0.9); border: 1px solid rgba(255,255,255,0.06); transform-style: preserve-3d; will-change: transform; position: relative; z-index: 10; animation: auraLed 4s infinite ease-in-out; }
.portal-screen { width: 100%; height: 460px; border-radius: 20px; overflow: hidden; position: relative; background: #000; }
.portal-screen-content { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.scanline-effect { position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(to right, transparent, var(--neon-blue), transparent); box-shadow: 0 0 10px var(--neon-blue); z-index: 4; opacity: 0.7; animation: barridoSoftware 3.5s infinite linear; pointer-events: none; }
.portal-intro-text { position: absolute; bottom: 6%; text-align: center; max-width: 750px; padding: 0 2rem; z-index: 15; transition: opacity 0.4s ease; }
.portal-title { font-size: 2.5rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 0.8rem; color: #ffffff; }
.portal-subtitle { color: rgba(255,255,255,0.45); font-size: 1.05rem; }

/* NAVBAR SYSTEM ISOMETRÍA Y GRAN TAMANO */
.navbar { position: fixed; top: 1.5rem; left: 5%; width: 90%; background: rgba(6, 6, 8, 0.6); backdrop-filter: blur(25px); border: 1px solid var(--border-glass); padding: 0 3.5rem; height: 85px; border-radius: 100px; display: flex; justify-content: space-between; align-items: center; z-index: 1000; opacity: 0; transform: translateY(-20px); overflow: visible; }
.logo-left-container { position: relative; width: 168px; height: 102px; display: flex; justify-content: center; align-items: center; overflow: visible !important; }

.navbar-bouncing-dots {
    display: flex; gap: 18px; align-items: center; justify-content: center;
    position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 2400;
}
.navbar-bouncing-dots .nav-dot {
    width: 20px; height: 20px; background-color: #ffffff; border-radius: 50%; display: inline-block;
    box-shadow: 0 0 20px rgba(255,255,255,0.8); will-change: transform, opacity;
}

.logo-neon-prominent { 
    height: 150px !important; width: auto !important; object-fit: contain; position: absolute; left: 0; top: 50%; 
    transform: translateY(-44%) scale(0.7) !important; 
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), height 0.4s ease !important; 
    cursor: pointer !important; pointer-events: auto !important; z-index: 2500 !important;
    opacity: 0; 
    filter: none; 
}

.nav-menu { display: flex; gap: 2.5rem; align-items: center; }
.nav-link-elastic { position: relative; color: rgba(255, 255, 255, 0.65) !important; text-decoration: none; font-weight: 600; font-size: 0.95rem; padding: 0.4rem 0; transition: color 0.35s ease; }
.nav-link-elastic::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, var(--neon-blue), var(--neon-purple)); box-shadow: 0 2px 10px var(--neon-blue); transform: scaleX(0); transform-origin: center center; transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.nav-link-elastic:hover { color: var(--neon-blue) !important; }
.nav-link-elastic:hover::after { transform: scaleX(1); }
.btn-navbar-glow { background: var(--grad-neon); color: var(--blanco); text-decoration: none; padding: 0.7rem 1.6rem; border-radius: 50px; font-weight: 700; font-size: 0.9rem; box-shadow: 0 8px 25px rgba(99, 102, 241, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.btn-navbar-glow:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0, 242, 254, 0.6); }
.menu-toggle { display: none; flex-direction: column; gap: 6px; background: none; border: none; cursor: pointer; }
.menu-toggle .bar { width: 25px; height: 2px; background-color: var(--blanco); transition: 0.3s ease; }

/* ==========================================================================
   HERO GEOMETRÍA ORIGINAL BLINDADA CON PADDING DE CONTENCIÓN (ANTI-CORTES)
   ========================================================================== */
.hero-advanced { 
    height: 100vh; 
    min-height: 780px !important; /* Retiene el cilindro 3D suspendido sin mutilaciones en la base */
    display: flex; 
    align-items: center; 
    padding-top: 7rem; 
    padding-bottom: 3rem; /* Colchón de seguridad para el giro de las tarjetas */
    overflow: hidden !important; 
    max-width: 100vw !important; 
}
.hero-wrapper { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; gap: 2.5rem; }
.hero-text { text-align: center; max-width: 1100px; width: 100%; padding: 0 2rem; }
.main-title { font-size: clamp(2.6rem, 5.8vw, 5.2rem); font-weight: 900; letter-spacing: -3px; margin-bottom: 1.2rem; line-height: 1.05; }
.gradient-text { background: var(--grad-neon); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.main-subtitle { font-size: 1.25rem; color: rgba(255, 255, 255, 0.65); margin: 0 auto 2rem auto; max-width: 800px; line-height: 1.5; }
.btn-gradient-trigger { display: inline-block !important; padding: 1.1rem 2.8rem !important; color: var(--blanco) !important; text-decoration: none !important; font-weight: 700 !important; font-size: 1rem !important; border-radius: 50px !important; background: var(--grad-neon) !important; box-shadow: 0 15px 35px rgba(168, 85, 247, 0.3) !important; transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease !important; cursor: pointer !important; position: relative !important; z-index: 500 !important; }
.btn-gradient-trigger:hover { transform: translateY(-3px) scale(1.02) !important; box-shadow: 0 20px 45px rgba(0, 242, 254, 0.5) !important; }

/* CARRUSEL ORIGINAL */
.carousel-stage { width: 100vw !important; max-width: 100vw !important; height: 460px; display: flex; justify-content: center; align-items: center; perspective: 2500px; overflow: hidden !important; }
.carousel-3d-wrapper { position: relative; width: 480px; height: 310px; transform-style: preserve-3d; will-change: transform; cursor: grab; }
.carousel-3d-wrapper:active { cursor: grabbing; }
.carousel-card { position: absolute; top: 0; left: 0; width: 480px !important; height: 310px !important; background: #000000; border: 3px solid #13141a; border-radius: 28px; box-shadow: 0 0 40px rgba(0, 242, 254, 0.35); padding: 2rem 2.2rem; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 1.5rem; align-items: center; transform-origin: center center; backface-visibility: hidden !important; -webkit-backface-visibility: hidden !important; }
.carousel-card:hover { border-color: var(--neon-blue); box-shadow: 0 0 60px rgba(0, 242, 254, 0.65); }
.card-inner-glow { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(0, 242, 254, 0.05) 0%, transparent 24px); pointer-events: none; border-radius: 24px; }
.card-text-content { display: flex; flex-direction: column; text-align: left; }
.card-tag { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; background: var(--grad-neon); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 0.4rem; }
.carousel-card h3 { font-size: 1.55rem; font-weight: 800; line-height: 1.2; color: var(--blanco); margin-bottom: 0.5rem; letter-spacing: -0.5px; }
.carousel-card p { font-size: 0.9rem; color: rgba(255, 255, 255, 0.5); font-weight: 400; line-height: 1.45; }
.card-sample-preview { width: 100%; height: 100%; max-height: 230px; border-radius: 18px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.08); position: relative; background: #000; }
.card-sample-preview img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
.carousel-card:hover .card-sample-preview img { transform: scale(1.08); }

/* AISLAMIENTO EXCLUSIVO ANTI-TAPADO ¿QUIÉNES SOMOS? */
.nosotros-section { 
    background: radial-gradient(circle at 10% 20%, rgba(99, 102, 241, 0.03) 0%, transparent 50%); 
    border-top: 1px solid var(--border-glass); border-bottom: 1px solid var(--border-glass); 
    width: 100vw; margin-top: 0 !important; padding: 7.5rem 0 5rem 0 !important; 
}
.container-nosotros-fixed { width: 90%; max-width: 1200px; margin: 0 auto; }
.nosotros-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 4.5rem; align-items: center; }
.nosotros-texto h2 { font-size: clamp(2.5rem, 5vw, 3.8rem); font-weight: 900; letter-spacing: -2px; margin-bottom: 1.8rem; color: #ffffff; }
.p-wow-large { font-size: 1.35rem !important; font-weight: 500 !important; color: rgba(255, 255, 255, 0.9); margin-bottom: 1.8rem; line-height: 1.65; }
.nosotros-texto .destacado { font-size: 1.32rem !important; font-weight: 600; color: var(--blanco); border-left: 4px solid var(--neon-blue); padding-left: 1.8rem; line-height: 1.5; }
.screen-border { background: #111113; padding: 14px; border-radius: 32px; border: 1px solid rgba(168, 85, 247, 0.25); box-shadow: 0 40px 80px rgba(0,0,0,0.65), 0 0 30px rgba(168, 85, 247, 0.1); }
.product-img-nosotros { width: 100%; height: auto; max-height: 400px; object-fit: cover; border-radius: 18px; display: block; }

/* SERVICIOS CMS CONSOLA */
.portfolio-section { padding: 4.5rem 0; position: relative; width: 100vw; }
.container-services-fixed { width: 90%; max-width: 1200px; margin: 0 auto; }
.section-header-wow { text-align: center !important; width: 100% !important; max-width: 950px !important; margin: 0 auto 4.5rem auto !important; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; }
.tag-wow-label { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; color: var(--neon-blue); letter-spacing: 3px; display: inline-block; margin-bottom: 1rem; }
.creative-title-wow { font-size: clamp(2.5rem, 5.2vw, 3.8rem) !important; font-weight: 900 !important; letter-spacing: -2px !important; margin-bottom: 1.2rem !important; color: #ffffff !important; line-height: 1.1 !important; text-align: center !important; }
.creative-subtitle-wow { font-size: 1.2rem !important; color: rgba(255, 255, 255, 0.5) !important; max-width: 700px !important; text-align: center !important; line-height: 1.5; }

.console-wrapper { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 4rem; align-items: center; background: rgba(255, 255, 255, 0.01); border: 1px solid var(--border-glass); border-radius: 40px; padding: 3.5rem; backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px); box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.01), 0 30px 70px rgba(0,0,0,0.5); margin-top: 2rem; }
.console-panel-left { display: flex; flex-direction: column; gap: 1.2rem; }
.console-tab-item { display: flex; align-items: center; justify-content: space-between; padding: 1.8rem 2rem; background: rgba(255, 255, 255, 0.01); border: 1px solid var(--border-glass); border-radius: 20px; cursor: pointer; position: relative; overflow: hidden; transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1); }
.console-tab-item:hover { border-color: rgba(0, 242, 254, 0.3); transform: translateX(10px); background: rgba(255, 255, 255, 0.03); }
.console-tab-item.active { background: rgba(6, 6, 8, 0.8); border-color: rgba(168, 85, 247, 0.4); box-shadow: 0 10px 40px rgba(99, 102, 241, 0.15), inset 0 0 20px rgba(255, 255, 255, 0.03); }
.tab-indicator-line { position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--grad-neon); transform: scaleY(0); transition: transform 0.4s ease; z-index: 2; }
.console-tab-item.active .tab-indicator-line { transform: scaleY(1); }
.tab-content-text { position: relative; z-index: 2; }
.tab-content-text h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 0.3rem; color: var(--blanco); transition: all 0.3s ease; }
.console-tab-item.active .tab-content-text h3 { background: var(--grad-neon); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.tab-content-text p { font-size: 0.95rem; color: rgba(255, 255, 255, 0.5); }
.tab-icon-arrow { font-size: 1.3rem; color: rgba(255, 255, 255, 0.2); transition: all 0.4s ease; position: relative; z-index: 2; }
.console-tab-item.active .tab-icon-arrow { color: var(--neon-blue); transform: translateX(5px); }
.console-panel-right { display: flex; justify-content: center; align-items: center; width: 100%; }
.hardware-frame-container { width: 100%; max-width: 420px; perspective: 1000px; }
.totem-frame-border { background: #0f0f15; border: 12px solid #1a1a24; border-radius: 36px; padding: 1rem; box-shadow: 0 40px 80px rgba(0,0,0,0.7), 0 0 50px rgba(99, 102, 241, 0.1); position: relative; }
.totem-camera-sensor { width: 8px; height: 8px; background: #222; border-radius: 50%; margin: 0 auto 0.8rem auto; border: 1px solid rgba(255,255,255,0.1); box-shadow: inset 0 0 3px #00f2fe; }
.totem-screen-display { background: #060608; border-radius: 18px; height: 480px; position: relative; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.03); }
.screen-scanlines { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06)); background-size: 100% 4px, 6px 100%; z-index: 10; pointer-events: none; opacity: 0.4; }
.screen-view-card { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; opacity: 0; transform: scale(0.95) translateY(10px); pointer-events: none; transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1); z-index: 1; }
.screen-view-card.active { opacity: 1; transform: scale(1) translateY(0); pointer-events: auto; z-index: 5; }
.view-badge, .view-badge-green, .view-badge-purple { align-self: flex-start; font-size: 0.75rem; font-weight: 800; letter-spacing: 2px; padding: 0.4rem 0.9rem; border-radius: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
.view-badge { background: rgba(0, 242, 254, 0.1); color: var(--neon-blue); border: 1px solid rgba(0, 242, 254, 0.2); }
.view-badge-green { background: rgba(37, 211, 102, 0.1); color: var(--neon-green); border: 1px solid rgba(37, 211, 102, 0.2); }
.view-badge-purple { background: rgba(168, 85, 247, 0.1); color: var(--neon-purple); border: 1px solid rgba(168, 85, 247, 0.2); }
.view-visual-demo { height: 160px; width: 100%; background: rgba(255,255,255,0.02); border-radius: 14px; border: 1px solid rgba(255,255,255,0.05); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.isometric-box-totem { width: 45px; height: 110px; background: linear-gradient(135deg, #1e1e2f, #0b0b11); border: 2px solid var(--neon-blue); border-radius: 6px; position: relative; transform: rotateX(20deg) rotateY(-20deg); box-shadow: 0 20px 30px rgba(0, 242, 254, 0.15); }
.totem-led-pulse { position: absolute; top: 10px; left: 5px; right: 5px; bottom: 10px; background: var(--grad-neon); opacity: 0.7; border-radius: 3px; animation: pulseLedScreen 2s infinite alternate; }
@keyframes pulseLedScreen { 0% { opacity: 0.4; filter: brightness(0.8); } 100% { opacity: 0.9; filter: brightness(1.3) drop-shadow(0 0 8px #00f2fe); } }
.floating-spec-tag { position: absolute; bottom: 12px; right: 12px; font-size: 0.7rem; color: var(--neon-blue); background: rgba(6,6,8,0.8); padding: 0.2rem 0.5rem; border-radius: 4px; border: 1px solid rgba(0, 242, 254, 0.3); }
.live-signal-badge { position: absolute; top: 12px; right: 12px; font-size: 0.65rem; font-weight: 700; color: var(--neon-green); display: flex; align-items: center; gap: 4px; }
.live-signal-badge span { width: 6px; height: 6px; background: var(--neon-green); border-radius: 50%; animation: pulseSignal 1s infinite; }
@keyframes pulseSignal { 0% { transform: scale(0.8); opacity: 0.5; } 50% { transform: scale(1.3); opacity: 1; } 100% { transform: scale(0.8); opacity: 0.5; } }
.cloud-center-hub { width: 40px; height: 40px; background: rgba(37, 211, 102, 0.2); border-radius: 50%; border: 1px solid var(--neon-green); position: relative; }
.pulse-ring-cloud { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; border: 1px solid rgba(37, 211, 102, 0.4); border-radius: 50%; animation: rippleCloud 2.5s infinite linear; }
@keyframes rippleCloud { 0% { transform: scale(0.6); opacity: 1; } 100% { transform: scale(1.8); opacity: 0; } }
.revenue-chart-bar-container { display: flex; gap: 12px; align-items: flex-end; height: 80px; }
.chart-bar-fill { width: 14px; height: var(--h); background: var(--grad-neon); border-radius: 4px; animation: growBars 1.5s ease-out; }
@keyframes growBars { 0% { height: 0; } 100% { height: var(--h); } }
.revenue-counter-box { position: absolute; top: 15px; left: 15px; font-weight: 800; font-size: 1.1rem; color: #fff; text-shadow: 0 0 10px rgba(168, 85, 247, 0.6); }
.radar-scan-circle { width: 90px; height: 90px; border: 1px dashed rgba(0, 242, 254, 0.4); border-radius: 50%; position: relative; animation: spinRadar 6s linear infinite; }
.radar-scan-circle::before { content: ''; position: absolute; top: 0; left: 0; width: 50%; height: 50%; background: linear-gradient(135deg, rgba(0, 242, 254, 0.3), transparent); transform-origin: bottom right; }
@keyframes spinRadar { 100% { transform: rotate(360deg); } }
.face-target-box { position: absolute; width: 35px; height: 35px; border: 2px solid var(--neon-blue); border-style: solid none none solid; animation: twitchTarget 3s infinite alternate; }
@keyframes twitchTarget { 0% { transform: translate(-10px, -5px); } 100% { transform: translate(15px, 10px); } }
.view-info-text h4 { font-size: 1.05rem; font-weight: 700; color: var(--blanco); margin-bottom: 0.5rem; }
.view-info-text p { font-size: 0.85rem; color: rgba(255, 255, 255, 0.6); line-height: 1.5; }

/* SECCIÓN MÉTRICAS COMPACTADA */
.metricas-section { padding: 4rem 0 0.5rem 0 !important; background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.01), transparent); border-top: 1px solid var(--border-glass); width: 100vw; }
.container-metrics-fixed { width: 90%; max-width: 1200px; margin: 0 auto; padding: 0; }
.metricas-grid-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 3.5rem; text-align: center; }
.metrica-item { background: var(--card-surface); border: 1px solid var(--border-glass); padding: 4rem 2rem; border-radius: 32px; backdrop-filter: blur(10px); }
.contador-neon { font-size: 4.5rem; font-weight: 900; line-height: 1; margin-bottom: 0.6rem; display: inline-block; letter-spacing: -2px; text-shadow: 0 0 35px rgba(0, 242, 254, 0.35); }
.contador-inline { display: flex; justify-content: center; align-items: baseline; }
.contador-neon-sign { font-size: 2.8rem; font-weight: 900; color: var(--neon-blue); margin-left: 2px; }
.metrica-item p.gradient-text { font-size: 1.35rem; font-weight: 800; margin-bottom: 0.6rem; letter-spacing: -0.5px; }
.sub-metrica { font-size: 0.95rem; color: rgba(255,255,255,0.45); display: block; line-height: 1.4; }

/* SECCIÓN CLIENTES CORREGIDA */
.clientes-section { padding: 7.5rem 0 3.5rem 0 !important; overflow: hidden; width: 100vw; }
.section-header-wow-marquee { text-align: center !important; width: 100% !important; max-width: 950px !important; margin: 0 auto 5.8rem auto !important; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; }
.marquee-double-axis-wrapper { display: flex; flex-direction: column; gap: 2.2rem; width: 100%; margin-top: 0; }
.logos-ticker-container { position: relative; width: 100%; overflow: hidden; display: flex; mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent); -webkit-mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent); }
.ticker-track { display: flex; gap: 3.5rem; width: max-content; will-change: transform; }
.ticker-to-left { animation: marqueeFlowLeft 42s linear infinite !important; }
.ticker-to-right { animation: marqueeFlowRight 42s linear infinite !important; }
.logos-ticker-container:hover .ticker-track { animation-play-state: paused; }
.logo-cliente-wrapper { background: rgba(255, 255, 255, 0.02); border: 1px solid var(--border-glass); padding: 2rem; border-radius: 32px; display: flex; justify-content: center; align-items: center; width: 280px; height: 160px; flex-shrink: 0; overflow: hidden; position: relative; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease; cursor: pointer; }
.logo-cliente-wrapper:hover { transform: scale(1.06) translateY(-4px); border-color: transparent; background: linear-gradient(#0c0c0f, #0c0c0f) padding-box, linear-gradient(135deg, var(--neon-blue) 0%, var(--neon-purple) 100%) border-box; box-shadow: 0 25px 45px rgba(168, 85, 247, 0.18), 0 0 30px rgba(0, 242, 254, 0.3); }
.logo-cliente-img { width: 100%; height: 100%; object-fit: contain; display: block; transform: scale(1.4); }

@keyframes marqueeFlowLeft { 0% { transform: translateX(0); } 100% { transform: translateX(calc(-50% - 1.75rem)); } }
@keyframes marqueeFlowRight { 0% { transform: translateX(calc(-50% - 1.75rem)); } 100% { transform: translateX(0); } }

/* REMAISTERO GIGA VOLUMEN VENTAJAS */
.ventajas-section { background: radial-gradient(circle at 50% 50%, rgba(99, 102, 241, 0.02) 0%, transparent 70%); border-top: 1px solid var(--border-glass); padding: 6.5rem 0; width: 100vw; }
.ventajas-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 5.5rem; align-items: center; }
.ventajas-cards-container { display: flex; flex-direction: column; gap: 2.8rem; }
.ventaja-item-wow { display: flex; gap: 2.2rem; background: linear-gradient(135deg, rgba(255,255,255,0.01) 0%, rgba(255,255,255,0.03) 100%); border: 2px solid rgba(255,255,255,0.05); padding: 3.5rem 3rem; border-radius: 36px; transition: border-color 0.4s, box-shadow 0.4s, transform 0.4s; cursor: pointer; will-change: transform; }
.ventaja-icon-glow { font-size: 3rem; line-height: 1; text-shadow: 0 0 25px var(--neon-blue); }
.ventaja-text-wrap h4 { font-size: 1.6rem; font-weight: 800; margin-bottom: 0.6rem; color: #ffffff; letter-spacing: -0.5px; }
.ventaja-text-wrap p { color: rgba(255,255,255,0.55); font-size: 1.08rem; line-height: 1.6; }
.ventaja-item-wow:hover { border-color: var(--neon-purple); box-shadow: 0 30px 60px rgba(0,0,0,0.65), inset 0 0 25px rgba(168, 85, 247, 0.2); transform: translateY(-5px) scale(1.015); }
.ventajas-frase h3 { font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 900; line-height: 1.4; text-align: center; letter-spacing: -1px; font-style: italic; }

.contacto-section { padding: 5rem 0 8rem 0; text-align: center; }
.contacto-wrapper { max-width: 850px; margin: 0 auto; padding: 3rem 2rem; background: radial-gradient(circle at center, rgba(99, 102, 241, 0.05) 0%, transparent 70%); }
.contacto-wrapper h2 { font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 900; line-height: 1.3; margin-bottom: 1rem; letter-spacing: -1px; }
.contacto-wrapper p { color: rgba(255, 255, 255, 0.5); font-size: 1.15rem; }

/* BOTÓN WHATSAPP */
.whatsapp-btn-floating { position: fixed; bottom: 2rem; right: 2rem; width: 60px; height: 60px; background-color: var(--neon-green); border-radius: 50%; display: flex; justify-content: center; align-items: center; z-index: 2000; box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3); text-decoration: none; transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease, background-color 0.3s ease; animation: respiracionProfunda 4.5s infinite ease-in-out; }
.whatsapp-icon-svg { width: 28px; height: 28px; fill: var(--blanco); transition: transform 0.3s ease; }
.whatsapp-tooltip-floating { position: absolute; right: 75px; background: rgba(6, 6, 8, 0.85); backdrop-filter: blur(10px); border: 1px solid var(--border-glass); color: var(--blanco); padding: 0.5rem 1rem; border-radius: 12px; font-size: 0.85rem; font-weight: 700; white-space: nowrap; opacity: 0; visibility: hidden; transform: translateX(15px); transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease; pointer-events: none; }
.whatsapp-btn-floating:hover { transform: scale(1.08); background-color: #20ba56; box-shadow: 0 15px 35px rgba(37, 211, 102, 0.5); animation-play-state: paused; }
.whatsapp-btn-floating:hover .whatsapp-icon-svg { transform: rotate(10deg) scale(1.05); }
.whatsapp-btn-floating:hover .whatsapp-tooltip-floating { opacity: 1; visibility: visible; transform: translateX(0); }

/* ==========================================================================
   MÓDULO DE DEFENSA FOOTER COMPRIMIDO (EXCLUSIVO 1 SOLA LÍNEA SIN AGOTAR ESPACIO)
   ========================================================================== */
.footer-advanced {
    background: #040406;
    border-top: 1px solid var(--border-glass);
    padding: 2.5rem 0 1.8rem 0; /* Espaciado extra-reducido anti-baches */
    width: 100vw;
    position: relative;
    overflow: hidden;
}

.footer-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-top-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 2rem;
}

.footer-brand-block {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.footer-logo-neon {
    height: 48px; /* Reducido para encajar milimétricamente en la línea */
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(0, 242, 254, 0.3));
}

.footer-social-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-social-wrap span {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.4);
}

.social-links-row {
    display: flex;
    gap: 1rem;
}

.footer-icon-svg {
    width: 17px;
    height: 17px;
    fill: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.footer-icon-svg:hover {
    fill: var(--neon-blue);
    transform: scale(1.15);
}

/* Enlaces adaptados al menú oficial de Tres Gatos */
.footer-links-block {
    display: flex;
    gap: 2.2rem;
    flex-wrap: wrap;
}

.footer-link-item {
    font-size: 0.9rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link-item:hover {
    color: var(--neon-blue);
}

.footer-separator-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--border-glass), transparent);
    margin-bottom: 1.5rem;
}

/* LA FILA MAESTRA DE UNA SOLA LÍNEA HORIZONTAL SIN DESPERDICIOS */
.footer-bottom-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
    gap: 1rem;
}

.info-contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem; /* Fuente optimizada comprimida */
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap; /* Evita que salte de línea */
}

.info-contact-item a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-contact-item a:hover {
    color: var(--neon-blue);
}

.info-icon {
    font-size: 0.95rem;
    color: var(--neon-blue);
}

.footer-copyright-legal {
    text-align: center;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.02);
    padding-top: 1.2rem;
}

/* RESPONSIVIDAD ADAPTATIVA DE CONTROL TOTAL */
@media (max-width: 1024px) {
    .console-wrapper { grid-template-columns: 1fr; gap: 3rem; padding: 2rem; }
    .totem-screen-display { height: 440px; }
    .footer-top-grid { flex-direction: column; text-align: center; gap: 1.5rem; }
    .footer-brand-block { flex-direction: column; gap: 1rem; }
    .footer-links-block { justify-content: center; gap: 1.5rem; }
    .footer-bottom-info-row { flex-direction: column; gap: 0.8rem; align-items: center; text-align: center; }
    .info-contact-item { white-space: normal; }
}

@media (max-width: 992px) {
    .hero-advanced { height: auto !important; min-height: auto !important; padding-top: 8rem; }
}

@media (max-width: 768px) {
    .hero-advanced { height: auto !important; min-height: auto !important; padding-top: 8rem !important; }
    .carousel-stage { height: 350px; }
}

@media (max-width: 480px) {
    .console-tab-item { padding: 1.2rem; }
    .console-tab-text h3 { font-size: 1.1rem; }
    .totem-screen-display { height: 490px; }
}