/* 
   Estilos específicos para el Perfil Público de Aliados
   Módulo: Aliado / Perfil Público Premium
*/

:root {
    --pet-deep: #1a5276;
    --pet-accent: #f39c12;
    --pet-light: #f8fbfe;
    --pet-glass: rgba(255, 255, 255, 0.9);
}

/* HEADER PREMIUM REFINADO Y COMPACTO */
.header-profile-premium {
    background: linear-gradient(135deg, var(--pet-deep) 0%, #2471a3 100%);
    border-radius: 0 0 50px 50px;
    padding: 50px 0 70px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(26, 82, 118, 0.12);
}

.header-blob {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
    border-radius: 50%;
    top: -150px;
    right: -50px;
    animation: blobFloat 20s infinite alternate ease-in-out;
    pointer-events: none;
}

@keyframes blobFloat {
    from { transform: translate(0, 0) rotate(0deg); }
    to { transform: translate(-30px, 30px) rotate(10deg); }
}

.logo-container-modern {
    width: 160px;
    height: 160px;
    background: white;
    border-radius: 30px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
    border: 5px solid rgba(255,255,255,0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.logo-container-modern:hover {
    transform: scale(1.05) translateY(-5px);
}

/* SECCIONES Y TÍTULOS */
.section-premium-title {
    color: var(--pet-deep);
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.section-premium-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 4px;
    background: var(--pet-accent);
    border-radius: 10px;
}

/* TARJETAS DE PROMO ESTILO CUPÓN */
.premium-coupon-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.04);
    overflow: hidden;
    transition: all 0.3s ease;
}

.premium-coupon-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(26, 82, 118, 0.08);
}

.coupon-dash-border {
    border: 2px dashed rgba(26, 82, 118, 0.12);
    border-radius: 14px;
    padding: 12px;
    background: var(--pet-light);
}

.badge-promo-gold {
    background: var(--pet-accent);
    color: white;
    font-weight: 800;
    padding: 6px 12px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(243, 156, 18, 0.25);
    font-size: 0.85rem;
}

/* SIDEBAR CONTACTO */
.contact-sidebar-modern {
    background: white;
    border-radius: 30px;
    padding: 25px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.02);
}

.btn-action-modern {
    border-radius: 15px;
    padding: 12px;
    font-weight: 700;
    border: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.95rem;
}

.btn-web-blue { background: var(--pet-deep); color: white; }
.btn-whatsapp-green { background: #27ae60; color: white; }
.btn-email-soft { background: #f1f4f8; color: #1a5276; }

.btn-action-modern:hover {
    transform: scale(1.02) translateY(-2px);
    filter: brightness(1.1);
    box-shadow: 0 8px 15px rgba(0,0,0,0.08);
    color: white;
}

.sticky-sidebar { position: sticky; top: 100px; }

/* BADGES */
.badge-type-vibe {
    background: rgba(255,255,255,0.12);
    color: white;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Utilidades Finales - Perfil Público Aliado */
.aliado-logo-fit { max-height: 100%; object-fit: contain; }
.aliado-logo-gray { filter: grayscale(1); }
.header-title-tight { letter-spacing: -1.5px; }
.description-text-vibe { line-height: 1.8; }
.promo-banner-height { height: 180px; }
.coupon-tag-sm { font-size: 0.6rem; }
.coupon-code-vibe { letter-spacing: 2px; }
.evento-img-min { min-height: 150px; }
.verification-box-vibe { 
    background: rgba(26, 82, 118, 0.03); 
    border: 1px dashed rgba(26, 82, 118, 0.1); 
}
