
    .vixer-wrapper { position: relative; width: 100%; overflow: hidden; }
    #vixer-fondo-global { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('//ueeshop.ly200-cdn.com/u_file/UPAW/UPAW568/2606/08/photo/fondo-ccdc.webp'); background-size: cover; background-position: center; z-index: 0; }
    
    #vixer-contenedor-contenido { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; display: flex; align-items: center; min-height: 800px; padding: 40px; }
    .vixer-two-column-inner { display: flex; width: 100%; gap: 40px; align-items: center; }
    
    .vixer-left-col, .vixer-right-col { flex: 1; display: flex; justify-content: center; align-items: center; }
    .vixer-center-wrapper { display: flex; flex-direction: column; align-items: center; width: 100%; }
    
    .vixer-glass-panel {
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(10px);
        padding: 40px;
        border-radius: 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.1);
        width: 100%;
        max-width: 500px;
    }
    
    .vixer-product-img { width: 600px; max-width: 100%; height: auto; max-height: 800px; object-fit: contain; }
    .vixer-logo-area img { max-width: 250px; width: 100%; margin-bottom: 20px; }
    
    .vixer-title { color: #a4de02; font-size: 2rem; margin-bottom: 10px; text-transform: uppercase; }
    .vixer-desc { color: white; font-size: 1.1rem; margin-bottom: 25px; opacity: 0.9; }
    
    .vixer-tech-box { background: rgba(255,255,255,0.05); padding: 15px; border-radius: 5px; width: 100%; }
    .vixer-subtitle { color: #a4de02; margin-bottom: 10px; text-transform: uppercase; }
    .vixer-grid-types { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; font-weight: bold; color: white; }

    .vixer-buy-btn { background-color: #a4de02; color: #000; padding: 15px 40px; text-decoration: none; font-weight: 900; font-size: 1.1rem; border-radius: 50px; text-transform: uppercase; margin-top: 25px; display: inline-block; transition: 0.3s; }
    .vixer-buy-btn:hover { background-color: #fff; }

    @media (max-width: 768px) {
        #vixer-contenedor-contenido { min-height: auto; padding: 40px 20px; }
        .vixer-two-column-inner { flex-direction: column; gap: 30px; }
        .vixer-product-img { width: 100%; max-height: 400px; }
    }
