/* ===== FOOTER MODERNO ===== */
.footer-modern {
    background: linear-gradient(135deg, #1a2a4a 0%, #0f1e36 100%);
    color: #b0bec5;
    margin-top: 60px;
    font-size: 0.9rem;
}

.footer-top { padding: 60px 0 40px; }

.footer-col { margin-bottom: 30px; }

/* Brand */
.footer-logo-text {
    font-size: 1.8rem;
    color: #fff;
    font-family: Georgia, serif;
    letter-spacing: 1px;
}
.footer-logo-text strong { color: #4a9fd4; }

.footer-desc {
    margin-top: 15px;
    line-height: 1.8;
    color: #90a4ae;
}

/* Social icons */
.footer-social { margin-top: 20px; }
.footer-social a {
    display: inline-flex;
    align-items: center; justify-content: center;
    width: 38px; height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #b0bec5;
    margin-right: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
}
.footer-social a:hover {
    background: #4a9fd4;
    color: #fff;
    transform: translateY(-3px);
}

/* Heading colonne */
.footer-heading {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #4a9fd4;
    display: inline-block;
}

/* Link rapidi */
.footer-links {
    list-style: none;
    padding: 0; margin: 0;
}
.footer-links li { margin-bottom: 10px; }
.footer-links a {
    color: #90a4ae;
    text-decoration: none;
    transition: color 0.2s, padding-left 0.2s;
}
.footer-links a::before {
    content: "›";
    margin-right: 8px;
    color: #4a9fd4;
}
.footer-links a:hover {
    color: #fff;
    padding-left: 4px;
}

/* Lista contatti */
.footer-contact-list {
    list-style: none;
    padding: 0; margin: 0;
}
.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    gap: 12px;
}
.footer-contact-list i {
    color: #4a9fd4;
    font-size: 1rem;
    margin-top: 3px;
    min-width: 16px;
}
.footer-contact-list a {
    color: #90a4ae;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-contact-list a:hover { color: #fff; }

/* Footer bottom */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 18px 0;
    background: rgba(0,0,0,0.2);
}
.footer-bottom p {
    margin: 0;
    color: #607d8b;
    font-size: 0.82rem;
}
.footer-bottom .text-right p { text-align: right; }

@@media (max-width: 768px) {
    .footer-top { padding: 40px 0 20px; }
    .footer-bottom .text-right p { text-align: left; margin-top: 8px; }
}
