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

        :root {
            --primary: #00d4ff;
            --secondary: #0099cc;
            --dark: #0a0a0f;
            --darker: #050508;
            --light: #e0e0e0;
            --accent: #ff6b35;
            --gold: #ffd700;
            --glass: rgba(255, 255, 255, 0.05);
            --success: #00ff88;
            --danger: #ff4757;
        }

        /* PRELOADER �?" Inversiones Katho (sin vídeo, sin botón saltar) */
        .preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(ellipse 85% 65% at 50% 38%, #16161f 0%, #0c0c10 48%, #060608 100%);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.55s ease, visibility 0.55s ease;
            cursor: default;
        }

        body:has(#preloader:not(.hidden)) #cursor {
            opacity: 0 !important;
            visibility: hidden;
        }

        .preloader.hidden {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }

        .loader-content {
            text-align: center;
            max-width: 22rem;
            padding: 2rem 1.5rem;
            animation: loader-content-in 0.95s ease-out both;
        }

        @keyframes loader-content-in {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .loader-logo-wrap {
            display: inline-block;
            margin-bottom: 1.6rem;
            padding: 2px;
            border-radius: 50%;
            background: linear-gradient(155deg, rgba(198, 175, 128, 0.55), rgba(95, 92, 86, 0.4));
        }

        .loader-logo-img {
            width: 86px;
            height: 86px;
            border-radius: 50%;
            border: none;
            box-shadow: none;
            margin: 0;
            object-fit: cover;
            display: block;
        }

        .loader-brand-name {
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: clamp(1.55rem, 4.2vw, 1.95rem);
            font-weight: 500;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            color: rgba(248, 246, 240, 0.96);
            margin-bottom: 0.45rem;
            line-height: 1.4;
        }

        .loader-brand-name .loader-brand-eirl {
            display: block;
            font-size: 0.7em;
            letter-spacing: 0.38em;
            font-weight: 400;
            color: rgba(188, 182, 170, 0.75);
            margin-top: 0.4rem;
        }

        .loader-tagline {
            font-family: 'Inter', sans-serif;
            font-size: 0.78rem;
            font-weight: 300;
            letter-spacing: 0.1em;
            color: rgba(168, 165, 158, 0.82);
            margin-bottom: 1.65rem;
        }

        .loader-rule {
            width: 2.75rem;
            height: 1px;
            margin: 0 auto 1.5rem;
            background: linear-gradient(90deg, transparent, rgba(176, 158, 118, 0.55), transparent);
        }

        .loader-bar {
            width: min(11rem, 72vw);
            height: 1px;
            background: rgba(255, 255, 255, 0.07);
            margin: 0 auto;
            overflow: hidden;
            position: relative;
        }

        .loader-progress {
            width: 0%;
            height: 100%;
            background: linear-gradient(90deg, rgba(168, 148, 108, 0.85), rgba(82, 132, 148, 0.7));
            animation: loading 2s cubic-bezier(0.45, 0, 0.22, 1) forwards;
        }

        @keyframes loading {
            to { width: 100%; }
        }

        /* CURSOR PERSONALIZADO - CORREGIDO */
        .cursor {
            width: 20px;
            height: 20px;
            border: 2px solid var(--primary);
            border-radius: 50%;
            position: fixed;
            pointer-events: none;
            z-index: 99999;
            transition: transform 0.1s;
            mix-blend-mode: difference;
            top: 0;
            left: 0;
        }


        body {
            font-family: 'Inter', sans-serif;
            background: var(--darker);
            color: var(--light);
            overflow-x: hidden;
            cursor: none;
        }

        /* NAVBAR */
        nav {
            position: fixed;
            top: 0;
            width: 100%;
            padding: 0.65rem 5% 0.55rem;
            display: flex;
            flex-direction: column;
            align-items: stretch;
            gap: 0;
            z-index: 1000;
            background: rgba(10, 10, 15, 0.3);
            backdrop-filter: blur(20px);
            border-bottom: 1px solid rgba(0, 212, 255, 0.2);
            transition: all 0.3s;
        }

        nav.scrolled {
            padding: 0.5rem 5% 0.45rem;
            background: rgba(10, 10, 15, 0.95);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 15px;
            text-decoration: none;
            transition: all 0.3s;
        }

        .logo:hover {
            transform: scale(1.02);
        }

        .logo-img {
            width: 65px;
            height: 65px;
            border-radius: 50%;
            border: 2px solid var(--primary);
            object-fit: cover;
            box-shadow: 0 0 20px rgba(0, 212, 255, 0.4);
            transition: all 0.3s;
            animation: float-navbar-logo 3s ease-in-out infinite;
        }

        .logo:hover .logo-img {
            box-shadow: 0 0 35px rgba(0, 212, 255, 0.8);
            transform: scale(1.05);
        }

        @keyframes float-navbar-logo {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-5px); }
        }

        .logo-text {
            font-family: 'Orbitron', sans-serif;
            font-size: 1.4rem;
            font-weight: 900;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            letter-spacing: 2px;
            position: relative;
        }

        .logo-text::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--primary);
            transition: width 0.3s;
        }

        .logo:hover .logo-text::after {
            width: 100%;
        }

        .logo-text span {
            color: var(--accent);
            -webkit-text-fill-color: var(--accent);
        }

        .nav-links {
            display: flex;
            gap: 2.5rem;
            list-style: none;
            align-items: center;
        }

        .nav-links a {
            color: var(--light);
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s;
            position: relative;
            padding: 0.5rem 0;
        }

        .nav-links a::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background: linear-gradient(90deg, var(--primary), var(--accent));
            transition: width 0.3s;
        }

        .nav-links a:hover {
            color: var(--primary);
            text-shadow: 0 0 10px var(--primary);
            transform: translateY(-2px);
        }

        .nav-links a:hover::before {
            width: 100%;
        }

        /* BOT�"N TIENDA EN NAVBAR */
        .nav-shop-btn {
            position: relative;
            background: linear-gradient(135deg, var(--gold), #ffaa00);
            color: #000 !important;
            padding: 0.8rem 1.5rem !important;
            border-radius: 50px;
            font-weight: 700 !important;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            box-shadow: 0 5px 20px rgba(255, 215, 0, 0.3);
            transition: all 0.3s !important;
            cursor: pointer;
            text-decoration: none;
        }

        .nav-shop-btn::before {
            display: none !important;
        }

        .nav-shop-btn:hover {
            transform: translateY(-3px) scale(1.05) !important;
            box-shadow: 0 10px 30px rgba(255, 215, 0, 0.5);
        }

        /* BOT�"N CARRITO EN NAVBAR - NUEVO */
        .nav-cart-btn {
            position: relative;
            background: linear-gradient(135deg, var(--success), #00cc6a);
            color: #000 !important;
            padding: 0.8rem 1.5rem !important;
            border-radius: 50px;
            font-weight: 700 !important;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            box-shadow: 0 5px 20px rgba(0, 255, 136, 0.3);
            transition: all 0.3s !important;
            cursor: pointer;
            text-decoration: none;
            border: none;
            font-family: inherit;
            font-size: 0.95rem;
        }

        .nav-cart-btn::before {
            display: none !important;
        }

        .nav-cart-btn:hover {
            transform: translateY(-3px) scale(1.05) !important;
            box-shadow: 0 10px 30px rgba(0, 255, 136, 0.5);
        }

        .nav-cart-btn .cart-icon {
            font-size: 1.2rem;
        }

        .cart-count {
            position: absolute;
            top: -8px;
            right: -8px;
            background: var(--danger);
            color: #fff;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            display: none;
            align-items: center;
            justify-content: center;
            font-size: 0.75rem;
            font-weight: 700;
            animation: pulse-cart 2s infinite;
            cursor: pointer;
            z-index: 10;
        }

        .cart-count.active {
            display: flex;
        }

        @keyframes pulse-cart {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.1); }
        }

        /* Sedes Lima (principal) / Huancayo (catálogo web y taller físico) */
        .branch-toggle {
            display: flex;
            flex-wrap: wrap;
            gap: 0.65rem;
            justify-content: center;
        }
        .branch-btn {
            font-family: inherit;
            cursor: pointer;
            border-radius: 50px;
            padding: 0.55rem 1.25rem 0.55rem;
            font-size: 0.82rem;
            font-weight: 700;
            border: 2px solid rgba(0, 212, 255, 0.35);
            background: rgba(255, 255, 255, 0.04);
            color: var(--light);
            transition: all 0.25s ease;
            text-align: center;
            line-height: 1.15;
            max-width: 200px;
        }
        .branch-btn:hover {
            border-color: var(--primary);
            color: #fff;
            transform: translateY(-2px);
        }
        .branch-btn.branch-active:not(.branch-huancayo-pill) {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: #050508;
            border-color: transparent;
            box-shadow: 0 6px 24px rgba(0, 212, 255, 0.35);
        }
        .branch-btn.branch-huancayo-pill {
            border-color: rgba(255, 215, 0, 0.9);
            background: rgba(255, 215, 0, 0.1);
            color: var(--gold);
            box-shadow: 0 0 26px rgba(255, 215, 0, 0.2);
            animation: branch-glow-soft 3s ease-in-out infinite;
        }
        body.branch-huancayo .branch-btn.branch-huancayo-pill.branch-active {
            background: linear-gradient(135deg, var(--gold), #ff9800);
            color: #0a0a0f;
            border-color: #fff8c9;
            box-shadow: 0 8px 30px rgba(255, 215, 0, 0.5);
            animation: none;
        }
        @keyframes branch-glow-soft {
            0%, 100% { box-shadow: 0 0 18px rgba(255, 215, 0, 0.2); }
            50% { box-shadow: 0 0 32px rgba(255, 215, 0, 0.4); }
        }
        .branch-pill-caption {
            display: block;
            font-size: 0.62rem;
            font-weight: 600;
            letter-spacing: 0.04em;
            opacity: 0.92;
            margin-top: 0.2rem;
            text-transform: none;
            font-family: 'Inter', sans-serif;
            font-weight: 500;
        }

        body.branch-lima li.nav-only-huancayo,
        body.branch-lima button.nav-only-huancayo {
            display: none !important;
        }

        nav .nav-top-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            gap: 1rem;
        }

        .branch-nav-strip {
            width: 100%;
            margin-top: 0.65rem;
            padding-top: 0.62rem;
            border-top: 1px solid rgba(0, 212, 255, 0.18);
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 0.7rem 1rem;
            row-gap: 0.55rem;
        }

        .branch-nav-strip-intro {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            font-size: 0.76rem;
            font-weight: 600;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            color: rgba(203, 240, 255, 0.88);
            text-shadow: 0 0 12px rgba(0, 212, 255, 0.2);
            max-width: 100%;
            justify-content: center;
        }

        .branch-nav-strip-intro .branch-katho-icon {
            font-size: 1.05rem;
            animation: branch-katho-nod 3s ease-in-out infinite;
        }

        @keyframes branch-katho-nod {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-2px); }
        }

        .branch-toggle--nav {
            margin-bottom: 0;
            gap: 0.55rem;
        }

        .branch-toggle--nav .branch-btn {
            padding: 0.48rem 1.05rem;
            font-size: 0.78rem;
        }

        .branch-toggle-katho {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0.5rem;
        }

        .branch-only-lima,
        .branch-only-huancayo {
            display: none !important;
        }

        body.branch-lima .branch-only-lima {
            display: block !important;
        }

        body.branch-huancayo .branch-only-huancayo {
            display: block !important;
        }

        body.branch-huancayo .branch-only-huancayo.hero-shop-wrap {
            display: contents !important;
        }

        body.branch-lima .contact-item.branch-only-huancayo {
            display: none !important;
        }
        body.branch-huancayo .contact-item.branch-only-lima {
            display: none !important;
        }
        body.branch-huancayo .contact-item.branch-only-huancayo {
            display: flex !important;
        }
        body.branch-lima .contact-item.branch-only-lima {
            display: flex !important;
        }

        /* MODAL DE TIENDA - CORREGIDO */
        .shop-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(5, 5, 8, 0.98);
            backdrop-filter: blur(20px);
            z-index: 9000;
            overflow-y: auto;
            opacity: 0;
            transition: opacity 0.3s;
            pointer-events: auto;
        }

        .shop-modal.active {
            display: block;
            opacity: 1;
        }

        .shop-container {
            min-height: 100vh;
            padding: 100px 5% 50px;
            position: relative;
            z-index: 9001;
        }

        .shop-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 3rem;
            padding-bottom: 2rem;
            border-bottom: 2px solid rgba(0, 212, 255, 0.2);
            position: sticky;
            top: 0;
            background: rgba(5, 5, 8, 0.95);
            z-index: 9002;
            backdrop-filter: blur(10px);
        }

        .shop-title {
            font-family: 'Orbitron', sans-serif;
            font-size: 2.5rem;
            background: linear-gradient(135deg, var(--gold), #ffaa00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .close-shop {
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.1);
            border: 2px solid var(--primary);
            border-radius: 50%;
            color: var(--primary);
            font-size: 1.5rem;
            cursor: pointer;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9003;
            position: relative;
        }

        .close-shop:hover {
            background: var(--primary);
            color: var(--dark);
            transform: rotate(90deg);
        }

        /* FILTROS DE TIENDA */
        .shop-filters {
            display: flex;
            gap: 1rem;
            margin-bottom: 3rem;
            flex-wrap: wrap;
        }

        .filter-btn {
            padding: 0.8rem 1.5rem;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(0, 212, 255, 0.3);
            border-radius: 50px;
            color: var(--light);
            cursor: pointer;
            transition: all 0.3s;
            font-family: inherit;
            font-size: 0.9rem;
        }

        .filter-btn:hover, .filter-btn.active {
            background: var(--primary);
            color: var(--dark);
            border-color: var(--primary);
            transform: translateY(-2px);
        }

        /* GRID DE PRODUCTOS */
        .products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .product-card {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(0, 212, 255, 0.2);
            border-radius: 20px;
            overflow: hidden;
            transition: all 0.4s;
            position: relative;
        }

        .product-card:hover {
            transform: translateY(-10px);
            border-color: var(--primary);
            box-shadow: 0 20px 40px rgba(0, 212, 255, 0.2);
        }

        .product-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: linear-gradient(135deg, var(--gold), #ffaa00);
            color: #000;
            padding: 0.4rem 1rem;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 700;
            z-index: 2;
        }

        .product-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            background: linear-gradient(135deg, #1a1a2e, #16213e);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 4rem;
        }

        .product-info {
            padding: 1.5rem;
        }

        .product-category {
            color: var(--primary);
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 0.5rem;
        }

        .product-name {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
            color: #fff;
        }

        .product-description {
            color: rgba(224, 224, 224, 0.7);
            font-size: 0.9rem;
            margin-bottom: 1rem;
            line-height: 1.5;
        }

        .product-price-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .product-price {
            font-family: 'Orbitron', sans-serif;
            font-size: 1.5rem;
            color: var(--gold);
            font-weight: 700;
        }

        .product-original-price {
            text-decoration: line-through;
            color: rgba(224, 224, 224, 0.4);
            font-size: 1rem;
            margin-right: 0.5rem;
        }

        .add-to-cart {
            width: 45px;
            height: 45px;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            border: none;
            border-radius: 12px;
            color: var(--dark);
            font-size: 1.3rem;
            cursor: pointer;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .add-to-cart:hover {
            transform: scale(1.1);
            box-shadow: 0 5px 20px rgba(0, 212, 255, 0.4);
        }

        /* CARRITO LATERAL - CORREGIDO */
        .cart-sidebar {
            position: fixed;
            top: 0;
            right: -450px;
            width: 450px;
            max-width: 100%;
            height: 100%;
            background: var(--darker);
            border-left: 2px solid var(--primary);
            z-index: 9500;
            transition: right 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            display: flex;
            flex-direction: column;
            pointer-events: auto;
        }

        .cart-sidebar.active {
            right: 0;
        }

        .cart-header {
            padding: 2rem;
            border-bottom: 1px solid rgba(0, 212, 255, 0.2);
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: var(--darker);
        }

        .cart-title {
            font-family: 'Orbitron', sans-serif;
            font-size: 1.5rem;
            color: var(--primary);
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .close-cart {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(0, 212, 255, 0.3);
            border-radius: 10px;
            color: var(--light);
            cursor: pointer;
            transition: all 0.3s;
            font-size: 1.2rem;
        }

        .close-cart:hover {
            background: var(--danger);
            border-color: var(--danger);
            color: #fff;
        }

        .cart-items {
            flex: 1;
            overflow-y: auto;
            padding: 1.5rem;
        }

        .cart-item {
            display: flex;
            gap: 1rem;
            padding: 1.5rem;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 15px;
            margin-bottom: 1rem;
            border: 1px solid rgba(0, 212, 255, 0.1);
            transition: all 0.3s;
        }

        .cart-item:hover {
            border-color: var(--primary);
            transform: translateX(-5px);
        }

        .cart-item-image {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #1a1a2e, #16213e);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            flex-shrink: 0;
        }

        .cart-item-details {
            flex: 1;
        }

        .cart-item-name {
            font-weight: 600;
            margin-bottom: 0.3rem;
            color: #fff;
        }

        .cart-item-price {
            color: var(--gold);
            font-family: 'Orbitron', sans-serif;
            font-weight: 700;
        }

        .cart-item-quantity {
            display: flex;
            align-items: center;
            gap: 0.8rem;
            margin-top: 0.5rem;
        }

        .qty-btn {
            width: 30px;
            height: 30px;
            background: rgba(0, 212, 255, 0.1);
            border: 1px solid var(--primary);
            border-radius: 8px;
            color: var(--primary);
            cursor: pointer;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .qty-btn:hover {
            background: var(--primary);
            color: var(--dark);
        }

        .qty-value {
            font-weight: 600;
            min-width: 30px;
            text-align: center;
        }

        .remove-item {
            background: none;
            border: none;
            color: var(--danger);
            cursor: pointer;
            font-size: 1.2rem;
            transition: all 0.3s;
            padding: 0.5rem;
        }

        .remove-item:hover {
            transform: scale(1.2);
        }

        .cart-empty {
            text-align: center;
            padding: 3rem;
            color: rgba(224, 224, 224, 0.5);
        }

        .cart-empty-icon {
            font-size: 4rem;
            margin-bottom: 1rem;
            opacity: 0.5;
        }

        /* CART FOOTER Y CHECKOUT - CORREGIDO */
        .cart-footer {
            padding: 2rem;
            border-top: 2px solid rgba(0, 212, 255, 0.3);
            background: rgba(0, 0, 0, 0.5);
            position: relative;
            z-index: 9600;
        }

        .cart-total {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1.5rem;
            font-size: 1.2rem;
        }

        .cart-total-amount {
            font-family: 'Orbitron', sans-serif;
            font-size: 1.8rem;
            color: var(--gold);
            font-weight: 700;
        }

        .checkout-btn {
            width: 100%;
            padding: 1.2rem;
            background: linear-gradient(135deg, var(--success), #00cc6a);
            border: none;
            border-radius: 15px;
            color: #000;
            font-weight: 700;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            position: relative;
            z-index: 9601;
        }

        .checkout-btn:hover:not(:disabled) {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(0, 255, 136, 0.4);
        }

        .checkout-btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
            background: rgba(255, 255, 255, 0.1);
            color: rgba(255, 255, 255, 0.5);
        }

        /* OVERLAY - CORREGIDO */
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: 9400;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s;
            pointer-events: auto;
        }

        .overlay.active {
            opacity: 1;
            visibility: visible;
        }

        /* NOTIFICACI�"N - CORREGIDO */
        .notification {
            position: fixed;
            top: 100px;
            right: -400px;
            background: linear-gradient(135deg, var(--success), #00cc6a);
            color: #000;
            padding: 1.2rem 2rem;
            border-radius: 15px;
            font-weight: 600;
            z-index: 99997;
            transition: right 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 10px 30px rgba(0, 255, 136, 0.3);
            display: flex;
            align-items: center;
            gap: 0.8rem;
            pointer-events: none;
        }

        .notification.show {
            right: 20px;
        }

        /* HERO CON VIDEO DE FONDO */
        .hero {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 11rem 5% 5rem;
            position: relative;
            overflow: hidden;
        }

        .hero-video-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            overflow: hidden;
        }

        .hero-video-container video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            transform: translate(-50%, -50%);
            object-fit: cover;
            filter: brightness(0.7);
        }

        .hero-video-container .hero-bg-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            filter: brightness(0.7);
            pointer-events: none;
            user-select: none;
        }

        .hero-video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: 
                linear-gradient(135deg, rgba(5, 5, 8, 0.9) 0%, rgba(10, 10, 15, 0.8) 50%, rgba(5, 5, 8, 0.95) 100%),
                radial-gradient(circle at 20% 50%, rgba(0, 212, 255, 0.2) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(255, 107, 53, 0.15) 0%, transparent 50%);
            z-index: 1;
        }

        .hero-vignette {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(ellipse at center, transparent 0%, rgba(5, 5, 8, 0.7) 100%);
            z-index: 2;
            pointer-events: none;
        }

        .hero-orb {
            position: absolute;
            border-radius: 50%;
            filter: blur(100px);
            z-index: 3;
            animation: float-orb 20s infinite ease-in-out;
            pointer-events: none;
        }

        .hero-orb-1 {
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(0, 212, 255, 0.4) 0%, transparent 70%);
            top: -200px;
            right: -200px;
        }

        .hero-orb-2 {
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(255, 107, 53, 0.3) 0%, transparent 70%);
            bottom: -150px;
            left: -150px;
            animation-delay: -10s;
        }

        @keyframes float-orb {
            0%, 100% { transform: translate(0, 0) scale(1); }
            25% { transform: translate(80px, -60px) scale(1.15); }
            50% { transform: translate(-40px, 40px) scale(0.9); }
            75% { transform: translate(60px, 80px) scale(1.1); }
        }

        .hero-content {
            text-align: center;
            max-width: 900px;
            position: relative;
            z-index: 4;
        }

        .hero-badge {
            display: inline-block;
            padding: 0.8rem 2rem;
            background: rgba(0, 212, 255, 0.15);
            border: 1px solid var(--primary);
            border-radius: 50px;
            color: var(--primary);
            font-size: 0.9rem;
            margin-bottom: 2rem;
            animation: pulse-badge 2s infinite;
            backdrop-filter: blur(10px);
            text-transform: uppercase;
            letter-spacing: 3px;
            font-weight: 600;
        }

        @keyframes pulse-badge {
            0%, 100% { box-shadow: 0 0 0 0 rgba(0, 212, 255, 0.4); transform: scale(1); }
            50% { box-shadow: 0 0 30px 10px rgba(0, 212, 255, 0.2); transform: scale(1.02); }
        }

        .hero h1 {
            font-family: 'Orbitron', sans-serif;
            font-size: clamp(2.5rem, 6vw, 5rem);
            font-weight: 900;
            line-height: 1.1;
            margin-bottom: 1.5rem;
            background: linear-gradient(135deg, #fff 0%, var(--primary) 50%, var(--secondary) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            min-height: 1.2em;
            text-shadow: 0 0 60px rgba(0, 212, 255, 0.4);
            animation: text-glow 3s ease-in-out infinite;
        }

        @keyframes text-glow {
            0%, 100% { filter: brightness(1); }
            50% { filter: brightness(1.2); }
        }

        .typing-cursor {
            display: inline-block;
            width: 3px;
            height: 1em;
            background: var(--primary);
            margin-left: 5px;
            animation: blink 0.8s infinite;
            box-shadow: 0 0 10px var(--primary);
        }

        @keyframes blink {
            0%, 50% { opacity: 1; }
            51%, 100% { opacity: 0; }
        }

        .hero p {
            font-size: 1.3rem;
            color: rgba(224, 224, 224, 0.95);
            margin-bottom: 3rem;
            line-height: 1.6;
            text-shadow: 0 2px 20px rgba(0, 0, 0, 0.9);
            animation: fade-in-up 1s ease-out 0.5s both;
        }

        @keyframes fade-in-up {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .hero-buttons {
            display: flex;
            gap: 1.5rem;
            justify-content: center;
            flex-wrap: wrap;
            animation: fade-in-up 1s ease-out 1s both;
        }

        .btn {
            padding: 1.2rem 3rem;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 1.1rem;
            position: relative;
            overflow: hidden;
            border: none;
            cursor: pointer;
            font-family: inherit;
        }

        .btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
            transition: left 0.6s;
        }

        .btn:hover::before {
            left: 100%;
        }

        .btn-primary {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: var(--dark);
            box-shadow: 0 10px 30px rgba(0, 212, 255, 0.4);
        }

        .btn-primary:hover {
            transform: translateY(-5px) scale(1.08);
            box-shadow: 0 20px 60px rgba(0, 212, 255, 0.6);
        }

        .btn-secondary {
            background: rgba(255, 255, 255, 0.1);
            color: var(--light);
            border: 2px solid rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(10px);
        }

        .btn-secondary:hover {
            border-color: var(--primary);
            color: var(--primary);
            transform: translateY(-5px) scale(1.08);
            background: rgba(0, 212, 255, 0.1);
        }

        /* SECCI�"N ESPECIAL MÁQUINA ACF */
        .acf-showcase {
            padding: 6rem 5%;
            background: linear-gradient(135deg, var(--darker) 0%, #0d0d15 50%, var(--darker) 100%);
            position: relative;
            overflow: hidden;
        }

        .acf-showcase::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, transparent, var(--gold), transparent);
            box-shadow: 0 0 20px var(--gold);
        }

        .acf-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }

        .acf-content {
            position: relative;
            z-index: 2;
        }

        .acf-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.6rem 1.5rem;
            background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 170, 0, 0.1));
            border: 1px solid var(--gold);
            border-radius: 50px;
            color: var(--gold);
            font-size: 0.85rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            animation: pulse-gold 2s infinite;
        }

        @keyframes pulse-gold {
            0%, 100% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.4); }
            50% { box-shadow: 0 0 20px 5px rgba(255, 215, 0, 0.2); }
        }

        .acf-content h2 {
            font-family: 'Orbitron', sans-serif;
            font-size: 3rem;
            font-weight: 900;
            margin-bottom: 1.5rem;
            line-height: 1.2;
            background: linear-gradient(135deg, #fff 0%, var(--gold) 50%, #ffaa00 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 0 0 40px rgba(255, 215, 0, 0.3);
        }

        .acf-content p {
            font-size: 1.2rem;
            color: rgba(224, 224, 224, 0.9);
            line-height: 1.8;
            margin-bottom: 2rem;
        }

        .acf-features {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            margin-bottom: 2rem;
        }

        .acf-feature-item {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 1rem;
            background: rgba(255, 215, 0, 0.05);
            border: 1px solid rgba(255, 215, 0, 0.2);
            border-radius: 12px;
            transition: all 0.3s;
        }

        .acf-feature-item:hover {
            background: rgba(255, 215, 0, 0.1);
            transform: translateX(10px);
            border-color: var(--gold);
        }

        .acf-feature-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, var(--gold), #ffaa00);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            flex-shrink: 0;
        }

        .acf-feature-text {
            color: #fff;
            font-weight: 500;
        }

        .acf-cta {
            display: inline-flex;
            align-items: center;
            gap: 0.8rem;
            padding: 1.2rem 2.5rem;
            background: linear-gradient(135deg, var(--gold), #ffaa00);
            color: #000;
            font-weight: 700;
            font-size: 1.1rem;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.4s;
            box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
        }

        .acf-cta:hover {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 20px 50px rgba(255, 215, 0, 0.5);
        }

        .acf-visual {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1.5rem;
        }

        .acf-video-wrapper {
            position: relative;
            width: 100%;
            max-width: 500px;
            border-radius: 20px;
            overflow: hidden;
            border: 3px solid var(--gold);
            box-shadow: 0 0 40px rgba(255, 215, 0, 0.3), 0 20px 60px rgba(0, 0, 0, 0.5);
            transition: all 0.4s;
        }

        .acf-video-wrapper:hover {
            transform: scale(1.02);
            box-shadow: 0 0 60px rgba(255, 215, 0, 0.5), 0 30px 80px rgba(0, 0, 0, 0.6);
        }

        .acf-video-wrapper video {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 17px;
        }

        .acf-video-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(0, 0, 0, 0.8);
            padding: 0.5rem 1rem;
            border-radius: 20px;
            border: 1px solid var(--gold);
            color: var(--gold);
            font-size: 0.8rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 0.3rem;
            backdrop-filter: blur(10px);
        }

        .acf-image-wrapper {
            position: relative;
            width: 100%;
            max-width: 500px;
            border-radius: 20px;
            overflow: hidden;
            border: 2px solid rgba(255, 215, 0, 0.5);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
            transition: all 0.4s;
        }

        .acf-image-wrapper:hover {
            transform: translateY(-5px);
            border-color: var(--gold);
            box-shadow: 0 25px 60px rgba(255, 215, 0, 0.2);
        }

        .acf-image-wrapper img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.5s;
        }

        .acf-image-wrapper:hover img {
            transform: scale(1.05);
        }

        .acf-image-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
            padding: 2rem 1.5rem 1.5rem;
            color: var(--gold);
            font-weight: 600;
            text-align: center;
        }

        /* Partículas doradas de fondo */
        .acf-particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            pointer-events: none;
        }

        .particle {
            position: absolute;
            width: 4px;
            height: 4px;
            background: var(--gold);
            border-radius: 50%;
            opacity: 0.3;
            animation: float-particle 15s infinite;
        }

        @keyframes float-particle {
            0%, 100% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
            10% { opacity: 0.3; }
            90% { opacity: 0.3; }
            100% { transform: translateY(-100vh) rotate(720deg); opacity: 0; }
        }

        /* SERVICIOS */
        .services {
            padding: 6rem 5%;
            background: var(--dark);
            position: relative;
        }

        .section-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .section-header h2 {
            font-family: 'Orbitron', sans-serif;
            font-size: 2.5rem;
            margin-bottom: 1rem;
            color: #fff;
            position: relative;
            display: inline-block;
        }

        .section-header h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: linear-gradient(90deg, var(--primary), var(--accent));
            border-radius: 3px;
            animation: expand-line 2s ease-out;
        }

        @keyframes expand-line {
            from { width: 0; }
            to { width: 80px; }
        }

        .section-header p {
            color: rgba(224, 224, 224, 0.7);
            font-size: 1.1rem;
            margin-top: 1.5rem;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            max-width: 1400px;
            margin: 0 auto;
            perspective: 1000px;
        }

        .service-card {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(0, 212, 255, 0.2);
            border-radius: 20px;
            overflow: hidden;
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transform-style: preserve-3d;
            backdrop-filter: blur(10px);
        }

        /* SERVICIO DESTACADO - MÁQUINA ACF */
        .service-card.featured {
            border: 2px solid var(--gold);
            box-shadow: 0 0 30px rgba(255, 215, 0, 0.2);
            position: relative;
        }

        .service-card.featured::before {
            content: '⭐ EXCLUSIVO EN HUANCAYO';
            position: absolute;
            top: 15px;
            right: -35px;
            background: linear-gradient(135deg, var(--gold), #ffaa00);
            color: #000;
            padding: 0.5rem 3rem;
            font-size: 0.75rem;
            font-weight: 700;
            transform: rotate(45deg);
            z-index: 10;
            box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
            letter-spacing: 1px;
        }

        .service-card.featured:hover {
            box-shadow: 0 30px 60px rgba(255, 215, 0, 0.3);
            border-color: var(--gold);
        }

        .service-card.featured .service-icon {
            background: linear-gradient(135deg, var(--gold), #ffaa00);
            box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
        }

        .service-card.featured:hover .service-icon {
            box-shadow: 0 12px 35px rgba(255, 215, 0, 0.6);
        }

        .service-card:hover {
            transform: translateY(-15px) rotateX(5deg) scale(1.02);
            border-color: var(--primary);
            box-shadow: 0 30px 60px rgba(0, 212, 255, 0.25);
        }

        .image-hover-container {
            position: relative;
            width: 100%;
            height: 200px;
            overflow: hidden;
        }

        .image-hover-container .service-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.5s ease;
        }

        .image-hover-container .default-image {
            opacity: 1;
            transform: scale(1);
        }

        .image-hover-container .hover-image {
            opacity: 0;
            transform: scale(1.2);
        }

        .service-card:hover .default-image {
            opacity: 0;
            transform: scale(1.2);
        }

        .service-card:hover .hover-image {
            opacity: 1;
            transform: scale(1);
        }

        /* Slider automatico de fallas TV (estable en celular y PC) */
        .image-hover-container.tv-slider .tv-slide {
            opacity: 0;
            transform: scale(1.01);
            transition: opacity 0.95s ease-in-out, transform 1.4s ease-out;
            will-change: opacity, transform;
        }

        .image-hover-container.tv-slider .tv-slide.is-active {
            opacity: 1;
            transform: scale(1);
        }

        .service-content {
            padding: 1.5rem;
            transform: translateZ(20px);
        }

        .service-icon {
            width: 55px;
            height: 55px;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            margin-bottom: 1rem;
            box-shadow: 0 8px 25px rgba(0, 212, 255, 0.4);
            transition: all 0.3s;
        }

        .service-card:hover .service-icon {
            transform: scale(1.15) rotate(10deg);
            box-shadow: 0 12px 35px rgba(0, 212, 255, 0.6);
        }

        .service-card h3 {
            font-size: 1.3rem;
            margin-bottom: 0.8rem;
            color: #fff;
        }

        .service-card.featured h3 {
            background: linear-gradient(135deg, #fff, var(--gold));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .service-card p {
            color: rgba(224, 224, 224, 0.7);
            line-height: 1.6;
            font-size: 0.95rem;
        }

        .service-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin-top: 1rem;
        }

        .tag {
            padding: 0.4rem 1rem;
            background: rgba(0, 212, 255, 0.1);
            border: 1px solid rgba(0, 212, 255, 0.3);
            border-radius: 20px;
            font-size: 0.8rem;
            color: var(--primary);
            transition: all 0.3s;
            cursor: pointer;
        }

        .tag:hover {
            background: var(--primary);
            color: var(--dark);
            transform: scale(1.1) translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 212, 255, 0.3);
        }

        .service-card.featured .tag {
            background: rgba(255, 215, 0, 0.1);
            border-color: rgba(255, 215, 0, 0.3);
            color: var(--gold);
        }

        .service-card.featured .tag:hover {
            background: var(--gold);
            color: #000;
            box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
        }

        /* MARCAS */
        .brands {
            padding: 4rem 5%;
            background: var(--darker);
            text-align: center;
            overflow: hidden;
        }

        .brands-track {
            display: flex;
            gap: 5rem;
            animation: scroll-brands 25s linear infinite;
            width: max-content;
        }

        .brands-track:hover {
            animation-play-state: paused;
        }

        @keyframes scroll-brands {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        .brand-item {
            font-family: 'Orbitron', sans-serif;
            font-size: 2rem;
            color: rgba(255, 255, 255, 0.25);
            transition: all 0.4s;
            white-space: nowrap;
            cursor: pointer;
        }

        .brand-item:hover {
            color: var(--primary);
            transform: scale(1.3) translateY(-5px);
            text-shadow: 0 0 30px var(--primary);
        }

        /* WHY US */
        .why-us {
            padding: 6rem 5%;
            background: var(--dark);
            position: relative;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 3rem;
            max-width: 1000px;
            margin: 0 auto;
        }

        .feature {
            text-align: center;
            padding: 2.5rem;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 25px;
            border: 1px solid rgba(0, 212, 255, 0.1);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            backdrop-filter: blur(10px);
        }

        .feature:hover {
            transform: translateY(-10px) scale(1.05);
            border-color: var(--primary);
            box-shadow: 0 20px 40px rgba(0, 212, 255, 0.15);
        }

        .feature-number {
            font-family: 'Orbitron', sans-serif;
            font-size: 4.5rem;
            font-weight: 900;
            background: linear-gradient(135deg, var(--primary), var(--accent));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 1rem;
            transition: all 0.3s;
        }

        .feature:hover .feature-number {
            transform: scale(1.2);
            text-shadow: 0 0 30px rgba(0, 212, 255, 0.5);
        }

        .feature h3 {
            font-size: 1.3rem;
            margin-bottom: 0.5rem;
            color: #fff;
        }

        .feature p {
            color: rgba(224, 224, 224, 0.7);
        }

        /* MAPA SECTION */
        .map-section {
            padding: 6rem 5%;
            background: linear-gradient(135deg, var(--darker) 0%, var(--dark) 100%);
            position: relative;
        }

        .map-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--primary), transparent);
        }

        .map-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1.5fr;
            gap: 3rem;
            align-items: center;
        }

        .map-info {
            padding: 2rem;
        }

        .map-info h2 {
            font-family: 'Orbitron', sans-serif;
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            color: #fff;
        }

        .map-info p {
            color: rgba(224, 224, 224, 0.8);
            margin-bottom: 2rem;
            line-height: 1.6;
            font-size: 1.1rem;
        }

        .map-details {
            display: flex;
            flex-direction: column;
            gap: 1.2rem;
        }

        .map-detail-item {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 1rem;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 15px;
            border: 1px solid rgba(0, 212, 255, 0.1);
            transition: all 0.3s;
        }

        .map-detail-item:hover {
            border-color: var(--primary);
            transform: translateX(10px);
            box-shadow: 0 5px 20px rgba(0, 212, 255, 0.1);
        }

        .map-detail-icon {
            width: 45px;
            height: 45px;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            flex-shrink: 0;
        }

        .map-detail-text strong {
            color: #fff;
            display: block;
            margin-bottom: 0.2rem;
        }

        .map-detail-text span {
            color: rgba(224, 224, 224, 0.7);
            font-size: 0.95rem;
        }

        .map-wrapper {
            position: relative;
            border-radius: 25px;
            overflow: hidden;
            border: 2px solid rgba(0, 212, 255, 0.2);
            box-shadow: 0 20px 60px rgba(0, 212, 255, 0.15);
            transition: all 0.4s;
        }

        .map-wrapper:hover {
            border-color: var(--primary);
            box-shadow: 0 25px 80px rgba(0, 212, 255, 0.25);
            transform: translateY(-5px);
        }

        .map-wrapper iframe {
            width: 100%;
            height: 450px;
            border: none;
            filter: grayscale(30%) contrast(1.1);
            transition: all 0.3s;
        }

        .map-wrapper:hover iframe {
            filter: grayscale(0%) contrast(1.2);
        }

        .map-overlay {
            position: absolute;
            top: 20px;
            right: 20px;
            background: rgba(10, 10, 15, 0.9);
            padding: 1rem 1.5rem;
            border-radius: 15px;
            border: 1px solid rgba(0, 212, 255, 0.3);
            backdrop-filter: blur(10px);
            z-index: 10;
        }

        .map-overlay-text {
            color: var(--primary);
            font-weight: 600;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        /* GALERÍA SEDE HUANCAYO */
        .huancayo-gallery {
            padding: 0 5% 5.5rem;
            background: linear-gradient(135deg, var(--darker) 0%, var(--dark) 100%);
        }

        .huancayo-gallery-grid {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 1.5rem;
        }

        .huancayo-gallery-card {
            position: relative;
            border-radius: 22px;
            overflow: hidden;
            border: 1px solid rgba(0, 212, 255, 0.28);
            background: rgba(255, 255, 255, 0.04);
            box-shadow: 0 12px 34px rgba(0, 0, 0, 0.35);
            transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
        }

        .huancayo-gallery-card:hover {
            transform: translateY(-6px);
            border-color: rgba(0, 212, 255, 0.7);
            box-shadow: 0 20px 44px rgba(0, 212, 255, 0.18);
        }

        .huancayo-gallery-card img {
            width: 100%;
            aspect-ratio: 16 / 10;
            object-fit: cover;
            display: block;
            filter: saturate(1.04) contrast(1.04);
            transition: transform 0.45s ease;
        }

        .huancayo-gallery-card:hover img {
            transform: scale(1.035);
        }

        .huancayo-gallery-caption {
            position: absolute;
            left: 14px;
            right: 14px;
            bottom: 14px;
            padding: 0.85rem 1rem;
            border-radius: 12px;
            background: rgba(7, 10, 16, 0.78);
            border: 1px solid rgba(0, 212, 255, 0.24);
            color: #eaf9ff;
            font-size: 0.9rem;
            line-height: 1.35;
            backdrop-filter: blur(8px);
        }

        /* CONTACTO */
        .contact {
            padding: 6rem 5%;
            background: var(--dark);
            position: relative;
        }

        .contact::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--primary), transparent);
        }

        .contact-container {
            max-width: 1000px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: start;
        }

        .contact-info h2 {
            font-family: 'Orbitron', sans-serif;
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            color: #fff;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1.5rem;
            padding: 1.2rem;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 15px;
            border: 1px solid rgba(0, 212, 255, 0.1);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            backdrop-filter: blur(10px);
        }

        .contact-item:hover {
            border-color: var(--primary);
            transform: translateX(15px) scale(1.02);
            box-shadow: 0 10px 30px rgba(0, 212, 255, 0.15);
        }

        .contact-icon {
            width: 55px;
            height: 55px;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            transition: all 0.5s;
        }

        .contact-item:hover .contact-icon {
            transform: rotate(360deg) scale(1.1);
            box-shadow: 0 0 20px rgba(0, 212, 255, 0.5);
        }

        .contact-form {
            background: rgba(255, 255, 255, 0.05);
            padding: 2.5rem;
            border-radius: 25px;
            border: 1px solid rgba(0, 212, 255, 0.1);
            backdrop-filter: blur(10px);
            transition: all 0.3s;
        }

        .contact-form:hover {
            border-color: rgba(0, 212, 255, 0.3);
            box-shadow: 0 20px 40px rgba(0, 212, 255, 0.1);
        }

        .form-group {
            margin-bottom: 1.5rem;
            position: relative;
        }

        .form-group label {
            display: block;
            margin-bottom: 0.5rem;
            color: rgba(224, 224, 224, 0.8);
            font-size: 0.9rem;
            transition: all 0.3s;
        }

        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 1rem;
            background: rgba(0, 0, 0, 0.3);
            border: 1px solid rgba(0, 212, 255, 0.2);
            border-radius: 12px;
            color: #fff;
            font-family: inherit;
            transition: all 0.3s;
        }

        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1), 0 0 25px rgba(0, 212, 255, 0.3);
            transform: scale(1.02);
        }

        .form-group textarea {
            resize: vertical;
            min-height: 120px;
        }

        /* FOOTER */
        footer {
            background: var(--darker);
            padding: 4rem 5% 2rem;
            text-align: center;
            border-top: 1px solid rgba(0, 212, 255, 0.1);
            position: relative;
        }

        footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 300px;
            height: 2px;
            background: linear-gradient(90deg, transparent, var(--primary), transparent);
        }

        .footer-content {
            max-width: 600px;
            margin: 0 auto;
        }

        .footer-logo-img {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            border: 3px solid var(--primary);
            margin-bottom: 20px;
            object-fit: cover;
            box-shadow: 0 0 30px rgba(0, 212, 255, 0.4);
            animation: float-footer-logo 4s ease-in-out infinite;
        }

        @keyframes float-footer-logo {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-8px); }
        }

        .footer-logo {
            font-family: 'Orbitron', sans-serif;
            font-size: 2rem;
            font-weight: 900;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 1rem;
            display: inline-block;
        }

        .footer-text {
            color: rgba(224, 224, 224, 0.6);
            margin-bottom: 2rem;
            font-size: 1.1rem;
        }

        .social-links {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            margin-bottom: 2rem;
        }

        .social-links a {
            width: 55px;
            height: 55px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(0, 212, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
            text-decoration: none;
            transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
            backdrop-filter: blur(10px);
            overflow: hidden;
            padding: 0;
            line-height: 0;
        }

        .social-links a svg {
            width: 28px;
            height: 28px;
            display: block;
        }

        .social-links a:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(0, 212, 255, 0.55);
            transform: translateY(-6px) scale(1.08);
            box-shadow: 0 14px 36px rgba(0, 212, 255, 0.3);
        }

        .copyright {
            color: rgba(224, 224, 255, 0.4);
            font-size: 0.9rem;
            padding-top: 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

        /* RESPONSIVE */
        @media (max-width: 768px) {
            .cursor, .cursor-follower {
                display: none;
            }
            
            body {
                cursor: auto;
            }

            .nav-mobile-toggle {
                display: flex;
            }

            .nav-links {
                position: fixed;
                top: 0;
                right: 0;
                width: min(86vw, 300px);
                height: 100vh;
                height: 100dvh;
                margin: 0;
                padding: 5rem 1.25rem 2rem;
                flex-direction: column;
                align-items: stretch;
                gap: 0;
                justify-content: flex-start;
                background: rgba(6, 7, 12, 0.97);
                border-left: 1px solid rgba(0, 212, 255, 0.25);
                box-shadow: -12px 0 48px rgba(0, 0, 0, 0.55);
                z-index: 1001;
                transform: translateX(100%);
                transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
                display: flex;
                overflow-y: auto;
                backdrop-filter: blur(16px);
            }

            .nav-links.mobile-open {
                transform: translateX(0);
            }

            .nav-links li {
                border-bottom: 1px solid rgba(255, 255, 255, 0.06);
            }

            .nav-links a,
            .nav-links .nav-shop-btn,
            .nav-links .nav-cart-btn {
                display: block;
                width: 100%;
                padding: 0.95rem 0;
                border-radius: 0;
            }

            .nav-links .nav-cart-btn {
                justify-content: flex-start;
            }

            nav .nav-top-row {
                justify-content: flex-start;
            }

            .branch-nav-strip {
                flex-direction: column;
                text-align: center;
                gap: 0.5rem;
            }

            .branch-nav-strip-intro {
                letter-spacing: 0.06em;
                font-size: 0.61rem;
                line-height: 1.35;
                padding: 0 0.35rem;
            }

            .branch-toggle--nav {
                gap: 0.45rem;
            }

            .branch-toggle--nav .branch-btn {
                max-width: none;
                width: auto;
                min-width: min(148px, 44vw);
            }

            .logo-img {
                width: 50px;
                height: 50px;
            }

            .logo-text {
                font-size: 1rem;
            }

            .hero h1 {
                font-size: 2rem;
            }

            .acf-container {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

            .acf-content h2 {
                font-size: 2rem;
            }

            .acf-video-wrapper,
            .acf-image-wrapper {
                max-width: 100%;
            }

            .map-container {
                grid-template-columns: 1fr;
            }

            .map-wrapper iframe {
                height: 300px;
            }

            .huancayo-gallery-grid {
                grid-template-columns: 1fr;
                gap: 1rem;
            }

            .huancayo-gallery {
                padding-bottom: 4rem;
            }

            .contact-container {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

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

            .brands-track {
                animation-duration: 15s;
            }

            .service-card.featured::before {
                right: -30px;
                font-size: 0.65rem;
                padding: 0.4rem 2.5rem;
            }

            /* Tienda responsive */
            .shop-header {
                flex-direction: column;
                gap: 1.5rem;
                text-align: center;
            }

            .shop-title {
                font-size: 1.8rem;
            }

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

            .cart-sidebar {
                width: 100%;
                right: -100%;
            }

            .shop-filters {
                justify-content: center;
            }
        }

        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* SCROLLBAR */
        ::-webkit-scrollbar {
            width: 12px;
        }

        ::-webkit-scrollbar-track {
            background: var(--darker);
        }

        ::-webkit-scrollbar-thumb {
            background: linear-gradient(180deg, var(--primary), var(--secondary));
            border-radius: 6px;
            border: 2px solid var(--darker);
        }

        ::-webkit-scrollbar-thumb:hover {
            background: var(--accent);
            box-shadow: 0 0 10px var(--accent);
        }

        /* BOT�"N FLOTANTE CARRITO PARA M�"VIL */
        .mobile-cart-btn {
            display: none;
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--success), #00cc6a);
            border: none;
            border-radius: 50%;
            box-shadow: 0 5px 20px rgba(0, 255, 136, 0.4);
            z-index: 9998;
            cursor: pointer;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
        }

        .mobile-cart-btn:active {
            transform: scale(0.95);
        }

        .mobile-cart-icon {
            font-size: 1.8rem;
        }

        .mobile-cart-count {
            position: absolute;
            top: -5px;
            right: -5px;
            background: var(--danger);
            color: #fff;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: none;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
            font-weight: 700;
            border: 2px solid var(--darker);
        }

        .mobile-cart-count.active {
            display: flex;
        }

        @media (max-width: 768px) {
            .mobile-cart-btn {
                display: flex;
            }
        }

        /* Ajuste para que el footer no quede tapado por el botón flotante */
        @media (max-width: 768px) {
            footer {
                padding-bottom: 6rem;
            }
        }

        /* BARRA DE B�sSQUEDA DE PLACAS */
        .search-container {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 2rem;
            padding: 1rem 1.5rem;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(0, 212, 255, 0.2);
            border-radius: 50px;
            max-width: 600px;
            width: 100%;
            transition: all 0.3s;
        }

        .search-container:focus-within {
            border-color: var(--primary);
            box-shadow: 0 0 20px rgba(0, 212, 255, 0.2);
            transform: scale(1.02);
        }

        .search-icon {
            font-size: 1.3rem;
            color: var(--primary);
            flex-shrink: 0;
        }

        .search-input {
            flex: 1;
            background: transparent;
            border: none;
            color: #fff;
            font-family: inherit;
            font-size: 1rem;
            outline: none;
        }

        .search-input::placeholder {
            color: rgba(224, 224, 224, 0.4);
        }

        .search-clear {
            background: rgba(255, 255, 255, 0.1);
            border: none;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            color: var(--light);
            cursor: pointer;
            display: none;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
        }

        .search-clear:hover {
            background: var(--danger);
            color: #fff;
        }

        .search-clear.visible {
            display: flex;
        }

        .search-results-count {
            color: var(--primary);
            font-size: 0.9rem;
            margin-bottom: 1.5rem;
            font-weight: 500;
        }

        /* PLACA SIN IMAGEN - ICONO */
        .placa-icon {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            font-size: 3rem;
            position: relative;
        }

        .placa-code {
            position: absolute;
            bottom: 10px;
            background: rgba(0, 0, 0, 0.7);
            padding: 0.3rem 0.8rem;
            border-radius: 20px;
            font-size: 0.75rem;
            color: var(--primary);
            font-family: 'Orbitron', sans-serif;
            border: 1px solid rgba(0, 212, 255, 0.3);
        }

        .placa-card {
            transition: all 0.4s;
        }

        .placa-card:hover {
            transform: translateY(-10px);
            border-color: var(--primary);
            box-shadow: 0 20px 40px rgba(0, 212, 255, 0.2);
        }

        /* Responsive búsqueda */
        @media (max-width: 768px) {
            .search-container {
                max-width: 100%;
                margin-bottom: 1.5rem;
            }
        }

        /* ============================================
           Inventario placas TV
           ============================================ */
        .placa-card .product-image {
            height: 210px !important;
            padding: 1rem !important;
        }

        .placa-icon {
            width: 100% !important;
            height: 100% !important;
            gap: 0.6rem !important;
        }

        .placa-icon img {
            width: 150px !important;
            height: 150px !important;
            object-fit: contain !important;
            border-radius: 12px;
            filter: drop-shadow(0 6px 15px rgba(0,0,0,0.6));
            transition: all 0.3s ease;
        }

        .placa-card:hover .placa-icon img {
            transform: scale(1.1);
            filter: drop-shadow(0 8px 25px rgba(0, 212, 255, 0.3));
        }

        .placa-icon .placa-code {
            position: relative !important;
            bottom: auto !important;
            left: auto !important;
            margin-top: 0.2rem;
            font-size: 0.8rem;
            padding: 0.35rem 1rem;
            background: rgba(0, 0, 0, 0.85);
            border: 1px solid rgba(0, 212, 255, 0.4);
            box-shadow: 0 4px 10px rgba(0,0,0,0.3);
        }

        @media (max-width: 768px) {
            .placa-icon img {
                width: 120px !important;
                height: 120px !important;
            }
            .placa-card .product-image {
                height: 180px !important;
            }
        }

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

        .skip-link:focus {
            position: fixed;
            width: auto;
            height: auto;
            margin: 0;
            clip: auto;
            overflow: visible;
            white-space: normal;
            left: 0.75rem;
            top: 0.75rem;
            z-index: 100500;
            padding: 0.65rem 1.1rem;
            background: var(--primary);
            color: var(--dark);
            font-weight: 700;
            font-size: 0.85rem;
            border-radius: 10px;
            text-decoration: none;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
        }

        .hero-tagline {
            font-size: clamp(0.72rem, 1.6vw, 0.88rem);
            letter-spacing: 0.26em;
            text-transform: uppercase;
            font-weight: 600;
            color: rgba(190, 230, 255, 0.42);
            margin: 0 auto 2rem;
            max-width: 34rem;
            line-height: 1.65;
            text-wrap: balance;
        }

        .nav-mobile-toggle {
            display: none;
            flex-direction: column;
            justify-content: center;
            gap: 6px;
            width: 46px;
            height: 46px;
            padding: 0;
            margin-left: auto;
            flex-shrink: 0;
            border: none;
            border-radius: 12px;
            cursor: pointer;
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(0, 212, 255, 0.28);
            z-index: 1002;
            transition: border-color 0.25s ease, box-shadow 0.25s ease;
        }

        .nav-mobile-toggle:hover {
            border-color: var(--primary);
            box-shadow: 0 0 18px rgba(0, 212, 255, 0.25);
        }

        .nav-mobile-toggle span {
            display: block;
            width: 22px;
            height: 2px;
            margin: 0 auto;
            background: var(--light);
            border-radius: 1px;
            transition: transform 0.35s ease, opacity 0.25s ease;
        }

        .nav-mobile-toggle.nav-toggle-open span:nth-child(1) {
            transform: translateY(8px) rotate(45deg);
        }

        .nav-mobile-toggle.nav-toggle-open span:nth-child(2) {
            opacity: 0;
        }

        .nav-mobile-toggle.nav-toggle-open span:nth-child(3) {
            transform: translateY(-8px) rotate(-45deg);
        }

        .nav-drawer-overlay {
            display: none;
            position: fixed;
            inset: 0;
            background: rgba(2, 3, 8, 0.72);
            backdrop-filter: blur(6px);
            z-index: 1000;
            opacity: 0;
            transition: opacity 0.3s ease;
            pointer-events: none;
        }

        .nav-drawer-overlay.mobile-open {
            display: block;
            opacity: 1;
            pointer-events: auto;
        }

        @media (pointer: coarse) {
            body {
                cursor: auto !important;
            }

            #cursor {
                display: none !important;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .hero-badge,
            .hero-orb,
            .branch-btn.branch-huancayo-pill,
            .brands-track,
            .loader-content {
                animation: none !important;
            }

            .loader-progress {
                animation: none !important;
                width: 100%;
            }

            .hero-video-container .hero-bg-img {
                transform: none !important;
            }

            *,
            *::before,
            *::after {
                scroll-behavior: auto !important;
            }
        }

    


