html {
            scroll-behavior: smooth;
        }
        :root {
            --primary: #b48a5a;
            --primary-dark: rgb(43, 73, 27);
            --primary-soft: #eefee7;
            --tribu-black: #0d120a;
            --tribu-bg: #ffffff; 
            --tribu-gray: #f9fbf9;
            --radius-xl: 32px;
            --radius-lg: 20px;
            
        }

        body {
            font-family: 'Plus Jakarta Sans', sans-serif;
            background-color: var(--tribu-bg);
            color: var(--tribu-black);
            letter-spacing: -0.02em;
            overflow-x: hidden;
        }

        .top-bar {
            background-color: var(--primary-dark); /* Color verde oscuro identitario */
            color: rgba(255, 255, 255, 0.85);
            font-size: 0.82rem;
            font-weight: 600;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

        .top-bar-link {
            color: rgba(255, 255, 255, 0.85) !important;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            transition: var(--transition-smooth);
        }

        .top-bar-link:hover {
            color: var(--primary) !important; /* Cambio de color elegante al pasar el mouse (Dorado) */
        }

        .top-bar-link .material-icons {
            font-size: 1.1rem;
        }

        .top-bar-text .material-icons {
            font-size: 1rem;
        }

        .top-bar-divider {
            color: rgba(255, 255, 255, 0.2);
            font-weight: 300;
            user-select: none;
        }

        .social-top-links .top-bar-link .material-icons {
            font-size: 1.15rem;
        }

        /* Ajuste del Dropdown de usuario dentro de la barra superior */
        .auth-top-zone .dropdown-menu {
            border: 1px solid rgba(0,0,0,0.05) !important;
        }

        /* Ajuste preventivo para evitar que la sombra se duplique al agrupar navbars */
        .sticky-top {
            box-shadow: 0 8px 30px rgba(0,0,0,0.04) !important;
        }

        /* Efecto de elevación tridimensional para las tarjetas sobre la red interactiva */
        .ecosystem-card {
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
            border-color: rgba(0,0,0,0.04) !important;
        }

        .ecosystem-card:hover {
            transform: translateY(-8px);
            background: #ffffff !important;
            border-color: var(--primary) !important;
            box-shadow: 0 20px 45px rgba(180, 138, 90, 0.15) !important;
        }

        /* Animación suave para los pilares de confianza de la izquierda */
        .custom-trust-card {
            transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
        }

        .custom-trust-card:hover {
            transform: translateX(6px);
            border-color: rgba(180, 138, 90, 0.3) !important;
            box-shadow: 0 10px 25px rgba(180, 138, 90, 0.05) !important;
        }

        /* ==================================================================
        🔄 AJUSTE DE RESPONSIVIDAD PARA EL COMPONENTE
        ================================================================== */
        @media (max-width: 767px) {
            /* Ocultamos la barra superior en pantallas pequeñas para proteger el 
            espacio vertical útil en el celular del comprador */
            .top-bar {
                display: none !important;
            }
        }

        /* --- NAVBAR --- */
        .navbar {
            padding: 8px 0;
            background: transparent !important;
            transition: all 0.4s ease;
            z-index: 1000;
        }

        .navbar.scrolled {
            background: rgba(255, 255, 255, 0.95) !important;
            backdrop-filter: blur(15px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            padding: 10px 0;
        }

        .brand-container { line-height: 1; text-decoration: none; }
        .navbar-brand {
            font-weight: 900 !important;
            font-size: 1.4rem !important;
            letter-spacing: -1px;
            color: var(--tribu-black) !important;
            margin-bottom: 0;
            display: block;
        }
        .slogan-brand {
            font-size: 0.55rem;
            font-weight: 800;
            color: var(--primary);
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .nav-link-custom {
            color: var(--tribu-black);
            font-weight: 700;
            font-size: 0.95rem;
            text-decoration: none;
            position: relative;
            transition: 0.3s;
            white-space: nowrap; /* 💡 EVITA QUE LOS TEXTOS DEL MENÚ SE PARTAN EN DOS LÍNEAS */
        }
        .nav-link-custom:hover { color: var(--primary-dark); }

        .logo{
            max-width: 180px;
        }

        .btn-nav-action {
            background: var(--primary-dark);
            color: white;
            border: none;
            padding: 10px 24px;
            border-radius: 12px;
            font-weight: 700;
            font-size: 0.85rem;
            transition: 0.3s;
        }

        /* --- HERO SECTION --- */
        .hero-full-bg {
            position: relative;
            min-height: 50vh;
            display: flex;
            align-items: center;
            justify-content: center;
            background-image: url('https://images.unsplash.com/photo-1500595046743-cd271d694d30?q=80&w=2000&auto=format&fit=crop');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 30px 0 40px;
        }

        .hero-overlay {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.7) 100%);
            z-index: 1;
        }

        .badge-location {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(43, 73, 27, 0.6);
            backdrop-filter: blur(10px);
            padding: 10px 20px;
            border-radius: 100px;
            font-weight: 700;
            border: 1px solid rgba(255, 255, 255, 0.1);
            color: white;
        }

        .hero-title-max {
            font-size: clamp(1.5rem, 6vw, 3.8rem);
            font-weight: 900;
            line-height: 1.05;
            letter-spacing: -0.04em;
            margin: 20px 0;
        }

        .hero-lead-white {
            font-size: 1em;
            max-width: 700px;
            margin: 0 auto 40px;
            opacity: 0.9;
            line-height: 1.6;
        }

        .hero-btns-container {
            display: flex;
            justify-content: center;
            gap: 15px;
            flex-wrap: wrap;
        }

        .btn-main-glow {
            background: var(--primary-dark);
            color: #fff;
            padding: 18px 40px;
            border-radius: 18px;
            font-weight: 800;
            border: none;
            transition: 0.3s;
        }

        .btn-glass {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            color: white;
            padding: 18px 40px;
            border-radius: 18px;
            font-weight: 700;
            border: 1px solid rgba(255, 255, 255, 0.2);
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: 0.3s;
        }

        .stat-glass {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            padding: 25px;
            border-radius: 25px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            height: 100%;
        }

        /* --- SECCIÓN CÓMO FUNCIONA --- */
        .how-section {
            position: relative;
            padding: 100px 0;
            background: #ffffff;
            overflow: hidden;
        }

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

        .how-video-container video {
            width: 100%; height: 100%;
            object-fit: cover;
        }

        .how-video-overlay {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background: linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,0.7) 50%, #f8faf8 100%);
        }

        .how-section .container {
            position: relative;
            z-index: 2;
        }

        .step-card {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(15px); 
            border: 1px solid rgba(0,0,0,0.05);
            border-radius: 35px;
            padding: 50px 40px;
            height: 100%;
            transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 15px 45px rgba(0,0,0,0.03);
        }

        .step-card:hover {
            transform: translateY(-15px);
            background: #ffffff;
            border-color: var(--primary);
            box-shadow: 0 30px 60px rgba(180, 138, 90, 0.15);
        }

        .step-card h3{
            color: rgb(43, 73, 27);
            font-size: 1.3rem;
            text-align: center;
            font-weight: 600;
        }

        .icon-wrapper {
            width: 80px; height: 80px;
            background: #b48a5acc;
            border-radius: 22px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
            margin-left: auto; margin-right: auto;
        }

        .icon-wrapper i { font-size: 2.2rem; color: #fff; }

        .step-number-bg {
            position: absolute;
            top: 10px; right: 30px;
            font-size: 8rem;
            font-weight: 900;
            color: rgba(43, 73, 27, 0.05);
            z-index: -1;
        }

        .btn-premium-action {
            background: var(--primary-dark);
            color: #fff;
            border: none;
            padding: 20px 45px;
            border-radius: 18px;
            font-weight: 800;
            box-shadow: 0 10px 30px rgba(43, 73, 27, 0.3);
            transition: 0.4s;
            display: flex;
            margin: 0 auto;
        }

        /* --- NUEVAS SECCIONES --- */
        .comparison-card {
            background: var(--tribu-gray);
            border-radius: var(--radius-xl);
            padding: 40px;
            border: 1px solid rgba(0,0,0,0.05);
            height: 100%;
        }

        .vs-badge {
            width: 60px; height: 60px;
            background: var(--primary);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 900;
            margin: -30px auto 20px;
            z-index: 5;
            position: relative;
            box-shadow: 0 10px 20px rgba(180,138,90,0.4);
        }

        .verified-member {
            background: white;
            border-radius: 20px;
            padding: 20px;
            border: 1px solid rgba(0,0,0,0.05);
            transition: 0.3s;
        }
        .verified-member:hover { border-color: var(--primary); }

        .text-primary { color: var(--primary) !important; }
        .bg-dark { background-color: var(--tribu-black) !important; }
        .fw-900 { font-weight: 900; }

        @media (max-width: 768px) {
            .hero-btns-container { flex-direction: column; padding: 0 20px; }
            .hero-btns-container button { width: 100%; }

            .logo{
                max-width: 120px;
            }
        }

        /* --- ESTILOS MEJORADOS PARA COMPARATIVA --- */
        .ls-2 {
            letter-spacing: 2px;
        }

        .bg-primary-soft {
            background-color: rgba(180, 138, 90, 0.1);
        }

        .vs-badge {
            width: 70px;
            height: 70px;
            background: var(--tribu-black);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 900;
            position: relative;
            z-index: 10;
            box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        }

        /* Tarjeta Destacada (La Tribu) */
        .border-primary {
            border-color: var(--primary) !important;
        }

        .shadow-lg {
            box-shadow: 0 25px 50px -12px rgba(180, 138, 90, 0.25) !important;
        }

        /* Ajustes de iconos y texto */
        .list-unstyled li i {
            font-size: 24px;
            flex-shrink: 0;
        }

        .text-success {
            color: #2ecc71 !important; /* Verde vibrante para checkmarks */
        }

        .text-danger {
            color: #e74c3c !important; /* Rojo suave para las X */
        }

        /* Animaciones de hover para las tarjetas */
        .col-lg-5 .p-5 {
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .col-lg-5:hover .p-5 {
            transform: translateY(-5px);
        }

        /* Responsividad para el escalado */
        @media (max-width: 991px) {
            .col-lg-5 .p-5 {
                border-radius: 30px !important;
                transform: scale(1) !important; /* Eliminamos el escalado en móvil para evitar recortes */
                border: 1px solid #eee !important;
                margin-bottom: 10px;
            }
            
            .col-lg-5:last-child .p-5 {
                border: 2px solid var(--primary) !important;
            }

            .vs-badge {
                margin: -25px auto !important;
            }
        }

        .gray-version { 
            background: #f9fafb;
            border: 1px solid #f0f0f0;
            margin-right: -10px;
        }
        .comparison-card-v2 {
            padding: 50px 45px;
            border-radius: 40px;
            transition: all 0.4s ease;
            height: 100%;
            position: relative;
        }

        /* --- ESTILOS COMUNIDAD IMPACTO V3 --- */
        .bg-elite-warm {
            background: radial-gradient(circle at top right, rgba(180, 138, 90, 0.05) 0%, #ffffff 50%, rgba(43, 73, 27, 0.02) 100%);
            padding: 100px 0;
        }

        /* Badge con más presencia */
        .badge-gold-solid {
            background: var(--primary);
            color: white;
            padding: 8px 20px;
            border-radius: 12px;
            font-size: 0.7rem;
            font-weight: 800;
            letter-spacing: 1.5px;
            box-shadow: 0 4px 15px rgba(180, 138, 90, 0.3);
        }

        /* Items de verificación con efecto Glassmorphism */
        .verified-item-v3 {
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.8);
            padding: 22px 30px;
            border-radius: 25px;
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        .verified-item-v3:hover {
            transform: scale(1.03) translateX(10px);
            background: white;
            box-shadow: 0 20px 40px rgba(180, 138, 90, 0.1);
        }

        /* Iconos con gradiente circular */
        .icon-wrap-v3 {
            width: 45px;
            height: 45px;
            background: linear-gradient(135deg, var(--primary) 0%, #8c6a45 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            box-shadow: 0 5px 15px rgba(180, 138, 90, 0.4);
        }

        /* Tarjeta LinkedIn con borde de impacto */
        .linkedin-card-v3 {
            background: white;
            border-radius: 40px;
            position: relative;
            padding: 50px;
            border: 1px solid rgba(180, 138, 90, 0.1);
            box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.08);
            overflow: hidden;
        }

        /* Decoración dorada lateral */
        .linkedin-card-v3::before {
            content: '';
            position: absolute;
            left: 0; top: 0; bottom: 0;
            width: 8px;
            background: linear-gradient(to bottom, var(--primary), #8c6a45);
        }

        /* Overlay de imagen borrosa para profundidad (Glassmorphism) */
        .linkedin-bg-blur {
            position: absolute;
            right: -50px; bottom: -50px;
            width: 250px; height: 250px;
            background: var(--primary);
            filter: blur(100px);
            opacity: 0.1;
            z-index: 0;
        }

        .linkedin-content {
            position: relative;
            z-index: 1;
        }

        /* Botón de acción dorado */
        .btn-gold-action {
            background: var(--primary-dark);
            color: white !important;
            padding: 14px 28px;
            border-radius: 15px;
            font-weight: 800;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            transition: 0.3s;
            border: none;
            box-shadow: 0 10px 25px rgba(180, 138, 90, 0.4);
        }

        .btn-gold-action:hover {
            background: #8c6a45;
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(180, 138, 90, 0.5);
        }

        @media (max-width: 991px) {
            /* 🌟 EFECTO TARJETA FLOTANTE PARA EL MENÚ */
            .navbar-collapse {
                background: #ffffff !important;
                padding: 24px !important;
                border-radius: var(--radius-lg) !important; /* Esquinas curvas premium */
                box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important; /* Sombra suave de elevación */
                margin-top: 15px;
                border: 1px solid rgba(0, 0, 0, 0.05);
            }
            
            /* 🌟 SEPARACIÓN DE LOS ENLACES */
            .nav-link-custom {
                padding: 14px 16px !important; /* Más área táctil para el dedo */
                font-size: 1rem;
                display: block;
                width: 100%;
                text-align: center;
                border-radius: 12px;
                transition: var(--transition-smooth);
            }
            
            /* Efecto sutil al tocar una opción en el celular */
            .nav-link-custom:active,
            .nav-link-custom:hover {
                background-color: var(--tribu-gray);
                color: var(--primary-dark) !important;
            }
            
            /* 🌟 BOTONES ESTILO APP NATIVA (ANCHO COMPLETO) */
            .navbar-collapse .d-flex,
            .navbar-collapse .auth-top-zone {
                width: 100%;
            }

            /* El botón verde "Registrarme Gratis" se adapta al 100% */
            .btn-nav-action {
                width: 100% !important;
                padding: 14px 0 !important;
                text-align: center;
                font-size: 0.95rem;
                border-radius: 50px;
                display: block;
            }

            /* El enlace de "Ingresar a mi cuenta" con más aire */
            .navbar-collapse .border-top {
                border-color: rgba(0,0,0,0.08) !important;
                padding-top: 20px !important;
                margin-top: 15px !important;
            }
            
            .hero-full-bg { 
                min-height: auto; 
                padding: 60px 0 80px; 
            }
            
            .hero-btns-container { 
                flex-direction: column; 
                gap: 12px;
                padding: 0 16px;
            }
            
            .hero-btns-container button,
            .hero-btns-container .btn-glass { 
                width: 100%; 
                justify-content: center;
            }
        }