
/* Botão Perfil no Modal Rápido */
.qv-btn-perfil {
    flex: 1;
    background: linear-gradient(135deg, #d4af37 0%, #f2d06b 50%, #d4af37 100%);
    color: #000 !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    text-shadow: 0 1px 2px rgba(255,255,255,0.3);
}

.qv-btn-perfil:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
    filter: brightness(1.1);
}

.qv-btn-perfil i {
    font-size: 18px;
    color: #000;
}

/* Ajuste da barra de botões no modal */
.qv-bottom-bar {
    display: flex;
    gap: 10px;
    padding: 15px;
    background: #000;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.qv-btn-phone, .qv-btn-wa, .qv-btn-perfil {
    height: 45px;
    white-space: nowrap;
}
