/* =================================================================
   STILE CARD COMPLETA PER FONDATORI
   Override per rendere le foto di Roberto e Giuseppe come card
   ================================================================= */

/* Card style completa per i fondatori */
.founder-photo {
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.founder-photo:hover {
    transform: scale(1.02) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15) !important;
}

/* Wrapper migliorato */
.founder-image-wrapper {
    border-radius: 12px;
    overflow: hidden;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.founder-image-wrapper:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

/* Specifico per Roberto e Giuseppe */
.roberto-img,
.giuseppe-img {
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}

.roberto-img:hover,
.giuseppe-img:hover {
    transform: scale(1.02) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15) !important;
}
