        body,
        html {
            margin: 0;
            padding: 0;
            font-family: 'Arial', sans-serif;
            background-color: #0a0a0a;
            color: white;
            scroll-behavior: smooth;
            overflow-x: hidden;
        }

        /* MENÚ */
        nav {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            z-index: 2000;
            border-bottom: 1px solid rgba(209, 26, 42, 0.3);
            transition: all 0.3s ease;
        }

        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 40px;
            max-width: 1400px;
            margin: 0 auto;
            width: 100%;
        }

        .nav-logo img {
            max-height: 80px;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.5));
            transform-origin: center;
        }

        .nav-logo img:hover,
        .nav-logo img:active {
            transform: scale(1.1) translateY(-3px);
            filter: drop-shadow(0px 10px 15px rgba(209, 26, 42, 0.6));
        }

        .hamburger {
            display: none;
            flex-direction: column;
            cursor: pointer;
            gap: 6px;
            z-index: 2001;
        }

        .hamburger span {
            width: 30px;
            height: 3px;
            background-color: white;
            border-radius: 2px;
            transition: all 0.3s ease;
        }

        .nav-links {
            display: flex;
            gap: 30px;
            align-items: center;
        }

        .nav-links a {
            color: #fff;
            text-decoration: none;
            font-size: 1rem;
            font-weight: 600;
            text-transform: uppercase;
            transition: 0.3s;
            letter-spacing: 1px;
            position: relative;
        }

        .nav-links a::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -5px;
            left: 0;
            background-color: #d11a2a;
            transition: width 0.3s ease;
        }

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

        .nav-links a:hover {
            color: #d11a2a;
        }

        /* HERO SECCIÓN */
        .hero {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            overflow: hidden;
            background-color: #000;
            box-sizing: border-box;
            padding-bottom: 40px;
        }

        .video-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 1;
            opacity: 0.8;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(10, 10, 10, 0.8) 100%);
            z-index: 2;
        }

        .content {
            position: relative;
            z-index: 5;
            max-width: 800px;
            width: 100%;
            padding: 20px;
            padding-top: 60px;
            /* Clears the header */
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: 0;
            /* Removing fixed large margin */
        }

        .kraken-main-logo {
            max-width: 90%;
            width: 600px;
            height: auto;
            max-height: 45vh;
            /* Prevents logo from pushing content below the fold */
            object-fit: contain;
            margin-bottom: 2vh;
            filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.9));
            animation: heartbeatImpact 4s forwards;
            pointer-events: none;
            opacity: 0;
        }

        @keyframes heartbeatImpact {
            0% {
                transform: scale(2);
                filter: blur(20px);
                opacity: 0;
            }

            10% {
                transform: scale(0.95);
                filter: blur(0px);
                opacity: 1;
            }

            15% {
                transform: scale(1.05);
                opacity: 1;
            }

            20% {
                transform: scale(0.98);
                opacity: 1;
            }

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

            85% {
                transform: scale(1);
                opacity: 1;
                filter: blur(0px);
            }

            100% {
                transform: scale(0.8) translateY(50px);
                opacity: 0;
                filter: blur(10px);
                visibility: hidden;
            }
        }

        .cta-btn {
            background-color: #d11a2a;
            color: white;
            padding: 22px 50px;
            font-size: 1.5rem;
            font-weight: bold;
            text-transform: uppercase;
            border: none;
            cursor: pointer;
            transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s, box-shadow 0.3s;
            margin-top: 15px;
            border-radius: 4px;
            font-family: 'Impact', sans-serif;
            letter-spacing: 2px;
            box-shadow: 0px 8px 25px rgba(209, 26, 42, 0.5);
            will-change: transform;
        }

        .cta-btn:hover {
            background-color: #ff1e35;
            box-shadow: 0 0 30px rgba(209, 26, 42, 0.9);
        }

        .btn-comunidad {
            background-color: #222;
            border: 2px solid #d11a2a;
            color: #fff;
            padding: 15px;
            width: 100%;
            font-size: 1.1rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            transition: 0.3s;
            margin-bottom: 15px;
        }

        .btn-comunidad:hover {
            background-color: #d11a2a;
        }

        /* SECCIONES GLOBALES */
        .seccion-oscura {
            padding: 90px 20px;
            text-align: center;
            max-width: 1100px;
            margin: 0 auto;
            border-bottom: 1px solid #222;
        }

        /* SCROLL REVEAL ANIMATIONS */
        .scroll-reveal {
            opacity: 0;
            transform: translateY(40px);
            transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
            will-change: opacity, transform;
        }

        .scroll-reveal.visible {
            opacity: 1 !important;
            transform: translateY(0) !important;
        }

        .seccion-titulo {
            font-family: 'Impact', sans-serif;
            font-size: 3rem;
            text-transform: uppercase;
            color: #fff;
            margin-bottom: 10px;
            letter-spacing: 2px;
        }

        /* TICKETS */
        .calendario-box {
            background-color: #111;
            padding: 40px;
            border: 2px solid #d11a2a;
            margin-top: 40px;
            text-align: left;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            position: relative;
            overflow: hidden;
        }

        .calendario-info h4 {
            margin: 0;
            font-size: 1.8rem;
            color: #fff;
            font-family: 'Impact', sans-serif;
            text-transform: uppercase;
        }

        .calendario-info p {
            color: #aaa;
            margin: 5px 0 0 0;
        }

        .precio-box {
            text-align: right;
        }

        .precio-actual {
            font-size: 3rem;
            font-weight: bold;
            font-family: 'Impact', sans-serif;
            color: #d11a2a;
            letter-spacing: -2px;
        }

        /* PORTAFOLIO */
        .grid-portafolio {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .portafolio-card {
            background-color: #111;
            border: 1px solid #333;
            overflow: hidden;
            transition: 0.3s;
        }

        .img-placeholder {
            height: 250px;
            background-color: #222;
            background-size: cover;
            background-position: center;
            filter: grayscale(100%);
            transition: 0.5s;
        }

        .portafolio-card:hover .img-placeholder {
            filter: grayscale(0%);
        }

        .bg-karts {
            background-image: url('lif-karts.jpg');
        }

        .bg-kids {
            background-image: url('lifkids.jpg');
        }

        .bg-galeria-1 {
            background-image: url('kraken2018.jpg');
        }

        .bg-galeria-2 {
            background-image: url('ivookraken.jpg');
        }

        .bg-galeria-3 {
            background-image: url('krakenoffroad.jpg');
        }

        .bg-expofit {
            background-image: url('expofit8.jpg');
        }

        .portafolio-info {
            padding: 25px;
            text-align: left;
        }

        .portafolio-info h3 {
            margin: 0 0 10px 0;
            font-family: 'Impact', sans-serif;
            font-size: 2.2rem;
            color: #fff;
            text-transform: uppercase;
        }

        .portafolio-info p {
            margin: 0 0 20px 0;
            color: #aaa;
            font-size: 1rem;
            line-height: 1.5;
        }

        /* QUIÉNES SOMOS */
        .bg-quienes-somos {
            position: relative;
            overflow: hidden;
            padding: 100px 20px;
            border-bottom: 1px solid #222;
            min-height: 50vh;
            display: flex;
            align-items: center;
        }

        .parallax-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('kraken2018.jpg');
            /* Reusing an image for parallax */
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            opacity: 0.3;
            z-index: 1;
        }

        .quienes-content {
            position: relative;
            z-index: 2;
            max-width: 800px;
            margin: 0 auto;
            background: rgba(10, 10, 10, 0.85);
            padding: 50px;
            border: 1px solid #d11a2a;
            border-radius: 5px;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9);
            backdrop-filter: blur(5px);
        }

        /* BURBUJAS DE SERVICIOS */
        #servicios-eventos {
            border-bottom: 2px solid #222;
            background-color: #0a0a0a;
        }
        
        .servicios-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(rgba(10, 10, 10, 0.7), rgba(5, 5, 5, 0.95)), url('alp-fondo.jpg');
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            z-index: 1;
        }

        .hex-grid {
            position: relative;
            width: 100%;
            max-width: 750px; /* Reducido para juntar las burbujas */
            height: 650px; /* Reducido para acercarlas verticalmente */
            margin: 0 auto;
        }

        @media (max-width: 600px) {
            .hex-grid {
                height: 440px; /* Juntarlas en celular */
            }
            .hex-bg {
                font-size: 0.8rem !important;
                padding: 15px !important;
            }
        }

        @keyframes floatBubble {
            0% { transform: translateY(0px) scale(1); }
            50% { transform: translateY(-15px) scale(1.02); }
            100% { transform: translateY(0px) scale(1); }
        }

        .hex-card {
            position: absolute;
            cursor: pointer;
            z-index: 5;
            animation: floatBubble 5s ease-in-out infinite;
        }
        
        .hex-card:hover, .hex-card:active {
            z-index: 20; 
        }

        /* UBICACIONES DESORDENADAS MÁS JUNTAS */
        .hex-card.bubble-1 { 
            left: 15%; top: 8%; 
            animation-delay: 0s; 
        }
        .hex-card.bubble-2 { 
            left: 55%; top: 15%; 
            animation-delay: 1.2s; 
        }
        .hex-card.bubble-3 { 
            left: 20%; top: 40%; 
            animation-delay: 2.5s; 
        }
        .hex-card.bubble-4 { 
            left: 50%; top: 50%; 
            animation-delay: 3.8s; 
        }

        /* Ajustes desordenados para celulares más juntos */
        @media (max-width: 600px) {
            .hex-card.bubble-1 { left: 10%; top: 5%; }
            .hex-card.bubble-2 { left: 45%; top: 20%; }
            .hex-card.bubble-3 { left: 15%; top: 40%; }
            .hex-card.bubble-4 { left: 45%; top: 58%; }
        }

        .hex-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #d11a2a;
            border-radius: 50%; /* Círculo perfecto */
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 30px;
            box-sizing: border-box;
            color: white;
            font-size: 1.2rem;
            font-family: 'Inter', sans-serif;
            font-weight: 800;
            text-transform: uppercase;
            box-shadow: inset 0 0 30px rgba(0,0,0,0.6), 0 10px 20px rgba(0,0,0,0.5);
            z-index: 1;
        }

        .hex-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #222;
            background-size: cover;
            background-position: center;
            border-radius: 50%; /* Círculo perfecto */
            transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 2;
            box-shadow: 0 10px 20px rgba(0,0,0,0.5);
            /* Estado inicial sólido */
            filter: blur(0px) opacity(1);
            transform: scale(1) translateY(0);
        }

        .bg-servicio-1 { background-image: url('servicio-1.jpg'); }
        .bg-servicio-2 { background-image: url('servicio-2.jpg'); }
        .bg-servicio-3 { background-image: url('servicio-3.jpg'); }
        .bg-servicio-4 { background-image: url('servicio-4.jpg'); }

        .hex-card:hover .hex-img,
        .hex-card:active .hex-img {
            transform: scale(1.15) translateY(-20px);
            filter: blur(25px) opacity(0); /* Mezcla de blur y transparencia = HUMO */
            visibility: hidden;
        }

        /* ECOSISTEMA CORPORATIVO */
        .ecosistema-section {
            background-color: #050505;
            padding: 80px 20px;
            text-align: center;
            border-bottom: 1px solid #222;
        }

        .ecosistema-logos {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 40px;
            flex-wrap: wrap;
            margin-top: 100px;
            /* Increased margin to prevent overlap with title */
        }

        .logo-box {
            width: 220px;
            text-align: center;
        }

        .img-alianza {
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px; /* Más espacio entre el logo y las letras rojas */
        }
        
        .img-alianza a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
        }

        .img-alianza img {
            max-height: 90%; /* Ligeramente más pequeño para asegurar que nunca toque el texto */
            max-width: 90%;
            object-fit: contain;
            filter: grayscale(100%);
            opacity: 0.5;
            transition: 0.4s;
        }

        .img-alianza img:hover {
            filter: grayscale(0%);
            opacity: 1;
            transform: scale(1.08);
        }

        .logo-box span {
            font-size: 0.8rem;
            color: #d11a2a;
            text-transform: uppercase;
            font-weight: bold;
        }

        /* CONTACTO Y REDES SOCIALES (Ajuste a 3 columnas) */
        .contacto-seccion {
            background-color: #000;
            padding: 80px 20px;
            text-align: center;
        }

        .contacto-grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 40px;
            max-width: 1000px;
            margin: 40px auto 0;
            text-align: center;
        }

        .contacto-item h4 {
            font-family: 'Impact', sans-serif;
            font-size: 1.5rem;
            letter-spacing: 1px;
            margin-bottom: 15px;
            color: #d11a2a;
        }

        .contacto-link {
            color: #aaa;
            text-decoration: none;
            font-size: 1.3rem;
            line-height: 1.8;
            transition: 0.3s;
            display: inline-block;
            font-weight: bold;
            cursor: pointer;
        }

        .contacto-link:hover {
            color: #25D366;
            transform: scale(1.05);
        }

        .email-link:hover {
            color: #d11a2a;
            transform: scale(1.05);
        }

        /* Sistema Visual de Logos Vectoriales (SVGs) */
        .social-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin-top: 10px;
        }

        .social-link:hover {
            color: #d11a2a;
            transform: scale(1.05);
        }

        .social-link svg {
            fill: currentColor;
            transition: 0.3s;
        }

        /* MODALES (FÍSICA CORREGIDA PARA FORMULARIOS LARGOS) */
        .modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.95);
            z-index: 3000;
            justify-content: center;
            align-items: flex-start;
            overflow-y: auto;
            padding: 40px 20px;
            box-sizing: border-box;
            backdrop-filter: blur(10px);
        }

        .modal-content {
            background-color: #111;
            background-image: linear-gradient(rgba(17, 17, 17, 0.9), rgba(17, 17, 17, 0.9));
            background-size: cover !important;
            background-position: center !important;
            background-repeat: no-repeat !important;
            transition: background-image 0.5s ease-in-out;
            padding: 40px;
            width: 100%;
            max-width: 600px;
            border: 2px solid #d11a2a;
            position: relative;
            margin: 0 auto 40px;
            color: white;
            box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.8);
        }

        .cerrar-modal {
            position: absolute;
            top: 10px;
            right: 20px;
            font-size: 2rem;
            color: #aaa;
            cursor: pointer;
            border: none;
            background: none;
        }

        /* MODAL WA ESPECÍFICO */
        .wa-options {
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin-top: 20px;
        }

        .wa-btn {
            background-color: #25D366;
            color: white;
            padding: 15px;
            font-size: 1.2rem;
            font-weight: bold;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: 0.3s;
            font-family: 'Impact', sans-serif;
            letter-spacing: 1px;
        }

        .wa-btn:hover {
            background-color: #1ebe57;
            transform: scale(1.02);
        }

        /* FORMULARIO Y PAGOS */
        .modal-form h2 {
            font-family: 'Impact', sans-serif;
            text-transform: uppercase;
            color: #fff;
            margin-top: 0;
            font-size: 2.2rem;
            border-bottom: 1px solid #333;
            padding-bottom: 15px;
        }

        .form-section-title {
            font-family: 'Impact', sans-serif;
            text-transform: uppercase;
            color: #d11a2a;
            font-size: 1.1rem;
            margin-top: 20px;
            margin-bottom: 10px;
            letter-spacing: 1px;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
        }

        .form-group {
            margin-bottom: 15px;
            text-align: left;
        }

        .form-group label {
            display: block;
            margin-bottom: 5px;
            color: #ccc;
            font-size: 0.8rem;
            font-weight: bold;
            text-transform: uppercase;
        }

        .form-group input,
        .form-group select {
            width: 100%;
            padding: 10px;
            background: #000;
            border: 1px solid #333;
            color: white;
            box-sizing: border-box;
            font-size: 0.9rem;
        }

        .social-input-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            margin-bottom: 15px;
        }

        .social-input-grid label {
            font-size: 0.7rem;
        }

        .order-bump {
            background-color: #0d0d0d;
            border: 2px dashed #d11a2a;
            padding: 15px;
            margin: 20px 0;
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

        .order-bump input[type="checkbox"] {
            margin-top: 5px;
            transform: scale(1.5);
            accent-color: #d11a2a;
            cursor: pointer;
        }

        .order-bump-text h4 {
            margin: 0 0 5px 0;
            color: #ffcc00;
            font-size: 1.1rem;
            text-transform: uppercase;
            font-family: 'Impact', sans-serif;
        }

        .order-bump-text p {
            margin: 0;
            font-size: 0.85rem;
            color: #ccc;
            line-height: 1.4;
        }

        .pago-section {
            background-color: #1a1a1a;
            padding: 20px;
            border: 1px solid #333;
            margin-top: 20px;
            text-align: center;
        }

        #resumen-precio {
            font-family: 'Impact', sans-serif;
            font-size: 2rem;
            color: white;
            margin-bottom: 15px;
            display: block;
        }

        .divider {
            display: flex;
            align-items: center;
            text-align: center;
            margin: 25px 0;
            color: #888;
            font-size: 0.9rem;
        }

        .divider::before,
        .divider::after {
            content: '';
            flex: 1;
            border-bottom: 1px solid #444;
        }

        .divider:not(:empty)::before {
            margin-right: .25em;
        }

        .divider:not(:empty)::after {
            margin-left: .25em;
        }

        /* RESPONSIVO */
        @media (max-width: 900px) {
            .nav-container {
                padding: 10px 20px;
            }

            .hamburger {
                display: flex;
            }

            .hamburger.active span:nth-child(1) {
                transform: translateY(9px) rotate(45deg);
                background-color: #d11a2a;
            }

            .hamburger.active span:nth-child(2) {
                opacity: 0;
            }

            .hamburger.active span:nth-child(3) {
                transform: translateY(-9px) rotate(-45deg);
                background-color: #d11a2a;
            }

            .nav-links {
                position: fixed;
                top: 0;
                right: -100%;
                height: 100vh;
                width: 70%;
                max-width: 300px;
                background: rgba(10, 10, 10, 0.95);
                backdrop-filter: blur(15px);
                -webkit-backdrop-filter: blur(15px);
                flex-direction: column;
                justify-content: center;
                gap: 30px;
                transition: right 0.4s ease-in-out;
                box-shadow: -5px 0 20px rgba(0, 0, 0, 0.5);
                border-left: 1px solid rgba(209, 26, 42, 0.2);
            }

            .nav-links.active {
                right: 0;
            }

            .nav-links a {
                font-size: 1.2rem;
            }

            .content {
                margin-top: 0;
                padding-top: 80px;
            }

            .seccion-titulo {
                font-size: 2.2rem;
            }

            .calendario-box {
                flex-direction: column;
                text-align: center;
                gap: 20px;
            }

            .precio-box {
                text-align: center;
            }

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

            /* En celular pasa a 1 columna apilada */
        }

        @media (max-width: 500px) {
            .nav-links {
                gap: 8px;
            }

            .nav-links a {
                font-size: 0.8rem;
            }

            .kraken-main-logo {
                width: 95%;
                margin-bottom: 10px;
            }

            .cta-btn {
                font-size: 1.2rem;
                padding: 18px 30px;
            }

            .form-row {
                grid-template-columns: 1fr;
            }

            .social-input-grid {
                grid-template-columns: 1fr;
            }

            .modal-overlay {
                padding: 20px 10px;
            }

            .modal-content {
                padding: 25px 15px;
            }
        }