/* 
   Estilos para el Club de Beneficios (VIP)
   Módulo: Adopción / Comunidad de Adoptantes
*/

.club-hero {
    padding: 60px 0 40px;
    background: radial-gradient(at 0% 0%, rgba(26, 82, 118, 0.05) 0%, transparent 50%),
                radial-gradient(at 100% 100%, rgba(243, 156, 18, 0.05) 0%, transparent 50%);
}

.benefit-unlock-card {
    background: #fff;
    border-radius: 35px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.02);
}

.unlock-sidebar {
    background: linear-gradient(135deg, #1a5276 0%, #2c3e50 100%);
    color: white;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.unlock-sidebar::before {
    content: '🎁';
    position: absolute;
    font-size: 12rem;
    opacity: 0.1;
    bottom: -30px;
    right: -20px;
}

.btn-unlock {
    background: #f39c12;
    color: white !important;
    border: none;
    border-radius: 50px;
    padding: 15px 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(243, 156, 18, 0.3);
    transition: all 0.3s;
}

.btn-unlock:hover {
    background: #e67e22;
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(243, 156, 18, 0.4);
}

.premium-coupon {
    background: #fff;
    border-radius: 28px;
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}

.premium-coupon:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(26, 82, 118, 0.1);
}

.coupon-badge {
    background: #f39c12;
    color: white;
    padding: 10px 20px;
    border-radius: 0 0 0 20px;
    font-weight: 800;
    font-size: 1.2rem;
    box-shadow: -5px 5px 15px rgba(243, 156, 18, 0.3);
}

.coupon-code-box {
    background: #fcfdfe;
    border: 2px dashed #1a5276;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    margin-top: 15px;
}

.coupon-code-text {
    font-family: 'Monaco', 'Consolas', monospace;
    font-size: 1.5rem;
    color: #1a5276;
    font-weight: 800;
    letter-spacing: 2px;
}

.bg-soft-blue { background: rgba(26, 82, 118, 0.05); }

/* Utilidades de Diseño Final - Club */
.club-hero-badge { letter-spacing: 2px; }
.club-hero-title { color: #1a5276; letter-spacing: -2px; }
.club-hero-lead { max-width: 700px; }
.club-hero-divider { width: 60px; height: 4px; margin-top: 20px; }

.unlock-icon-container { width: 100px; height: 100px; color: #1a5276; }
.catalog-title { color: #1a5276; }

.empty-state-icon-sm { width: 80px; height: 80px; }
.coupon-image { height: 240px; object-fit: cover; }
.aliado-logo-xs { width: 30px; height: 30px; object-fit: contain; }
.coupon-hint-text { font-size: 0.6rem; letter-spacing: 1.5px; }
