/* =========================================
   ESTILOS EXCLUSIVOS DEL CATÁLOGO
   ========================================= */

/* 1. Señales de Confianza (Premium Cards) */
.premium-badge {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 2.5rem 1.5rem;
    border: 1px solid #edf2f7;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100%;
}

/* Efecto minimalista: Línea superior de color que aparece en hover */
.premium-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0072CE, #FF6F00);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.premium-badge:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 114, 206, 0.08);
    border-color: transparent;
}

.premium-badge:hover::before {
    opacity: 1;
}

/* Íconos grandes con color suave de fondo */
.icon-wrapper {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f7ff; /* Azul muy clarito */
    color: #0072CE;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
}

.premium-badge:hover .icon-wrapper {
    background-color: #0072CE;
    color: #ffffff;
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 10px 20px rgba(0, 114, 206, 0.3);
}

.premium-badge h5 {
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
    font-size: 1.15rem;
}

.premium-badge p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* =========================================
   FOOTER CORPORATIVO
   ========================================= */
.site-footer {
    background-color: #001226 !important;
    color: #94a3b8;
    padding-top: 5rem;
    padding-bottom: 2rem;
    margin-top: 6rem;
    border-top: 4px solid #FF6F00;
}

.site-footer h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
    font-size: 1.1rem;
    text-transform: uppercase;
}

/* Corrección estricta para quitar el azul por defecto de los links */
.site-footer a {
    text-decoration: none !important;
}

.footer-link {
    color: #94a3b8 !important;
    display: block;
    margin-bottom: 0.8rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: #FF6F00 !important;
    padding-left: 8px; /* Animación sutil a la derecha */
}

.footer-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.footer-social-icon:hover {
    background-color: #FF6F00;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 111, 0, 0.3);
}

/* =========================================
   BANNER PROMOCIONAL DE ALTO IMPACTO
   ========================================= */
.promo-banner {
    background: linear-gradient(135deg, #004d99 0%, #001226 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

/* Luces abstractas de fondo para dar profundidad 3D */
.banner-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    z-index: 0;
}

.shape-1 {
    width: 300px;
    height: 300px;
    background: rgba(255, 111, 0, 0.15); /* Resplandor naranja corporativo */
    top: -100px;
    right: -50px;
}

.shape-2 {
    width: 250px;
    height: 250px;
    background: rgba(0, 114, 206, 0.3); /* Resplandor azul claro */
    bottom: -80px;
    left: 10%;
}

/* Animación del ícono gigante al pasar el mouse */
.banner-icon {
    opacity: 0.15;
    transform: rotate(-10deg) scale(1.3);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.6s ease;
}

.promo-banner:hover .banner-icon {
    transform: rotate(0deg) scale(1.5);
    opacity: 0.25;
}

/* Botón de acción del banner */
.banner-btn {
    background-color: #FF6F00;
    border: none;
    transition: all 0.3s ease;
}

.banner-btn:hover {
    background-color: #e66500;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 111, 0, 0.3) !important;
}

/* =========================================
   FOTOGRAFÍA DEL SORTEO (REEMPLAZA AL ÍCONO)
   ========================================= */
.banner-img-wrapper {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 6px solid #FF6F00; /* Aro naranja corporativo */
    overflow: hidden; /* Corta la imagen en forma circular */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background-color: #001226;
    display: inline-block;
}

.promo-banner:hover .banner-img-wrapper {
    transform: scale(1.05); /* Ligero zoom al pasar el mouse por el banner */
    box-shadow: 0 20px 40px rgba(255, 111, 0, 0.25);
}

.banner-real-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Asegura que la imagen llene el círculo sin deformarse */
}
/* =========================================
   BOTÓN DE CARRITO FLOTANTE (STICKY)
   ========================================= */
.floating-cart-btn {
    position: fixed;
    top: 100px; /* Debajo del navbar */
    right: 30px; /* Lado derecho */
    background-color: #0072ce; /* Azul SEYPRO */
    color: white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 12px;
    text-decoration: none;
    z-index: 999;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    width: 60px; /* Ancho inicial (solo el círculo) */
    white-space: nowrap;
}

/* Estado al pasar el mouse (Se expande) */
.floating-cart-btn:hover {
    width: 170px; /* Ancho expandido para mostrar el texto */
    background-color: #005bb5;
    color: white;
}

/* Contenedor del ícono y la burbuja (Fijo a la izquierda) */
.cart-icon-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 36px;
    font-size: 1.2rem;
}

/* Burbuja con la cantidad de items */
.cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #ff6f00; /* Naranja SEYPRO */
    color: white;
    font-size: 0.75rem;
    font-weight: bold;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #0072ce; /* Borde del mismo color que el botón para recortar */
}

.floating-cart-btn:hover .cart-badge {
    border-color: #005bb5;
}

/* Texto Oculto por defecto */
.cart-text {
    opacity: 0;
    margin-left: 10px;
    font-weight: 600;
    font-size: 1rem;
    transition: opacity 0.3s ease;
}

/* Muestra el texto al expandir */
.floating-cart-btn:hover .cart-text {
    opacity: 1;
}

/* Responsividad para móviles */
@media (max-width: 768px) {
    .floating-cart-btn {
        top: auto;
        bottom: 110px; /* Arriba del botón de WhatsApp en móviles */
        right: 20px;
    }
}

/* ==========================================================
   MODAL CARRITO AGREGADO
   ========================================================== */
.carrito-animado-container {
    width: 80px;
    height: 80px;
    background-color: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounceCart 1s infinite ease-in-out;
}

@keyframes bounceCart {
    0%, 100% { 
        transform: translateY(0); 
    }
    50% { 
        transform: translateY(-12px); 
    }
}