/**
 * Footer V2
 */
.footer-v2 {
    background: #1a2332;
    color: #fff;
}

/* Main footer */
.footer-v2-main {
    padding: 70px 0 50px;
}

.footer-v2-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 50px;
}

/* Mappa sedi */
.footer-v2-map {
    margin-top: 20px;
}
.footer-v2-map a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.footer-v2-map a:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}
.footer-v2-map img {
    width: 100%;
    height: auto;
    display: block;
}

/* Brand column */
.footer-v2-brand img {
    max-width: 180px;
    margin-bottom: 20px;
}

.footer-v2-brand p {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    margin-bottom: 20px;
}

.footer-v2-contact {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.footer-v2-contact li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-v2-contact li i {
    color: #2695da;
    width: 16px;
}

.footer-v2-contact li a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-v2-contact li a:hover {
    color: #fff;
}

.footer-v2-social {
    display: flex;
    gap: 10px;
}

.footer-v2-social a {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.footer-v2-social a:hover {
    background: #2695da;
    transform: translateY(-3px);
}

.footer-v2-hours-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
}
.footer-v2-hours-inline i {
    color: #2695da;
    width: 16px;
}

/* Links columns */
.footer-v2-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 25px 0;
    position: relative;
    padding-bottom: 12px;
}

.footer-v2-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #2695da;
}

.footer-v2-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-v2-links li {
    margin-bottom: 12px;
}

.footer-v2-links li a {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-v2-links li a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-v2-links li a i {
    font-size: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.footer-v2-links li a:hover i {
    opacity: 1;
}

/* Hours */
.footer-v2-hours {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-v2-hours li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 14px;
}

.footer-v2-hours li:last-child {
    border-bottom: none;
}

.footer-v2-hours li span:first-child {
    color: rgba(255,255,255,0.7);
}

.footer-v2-hours li span:last-child {
    color: #fff;
    font-weight: 500;
}

.footer-v2-hours li .closed {
    color: #ff5252;
}

/* Payment bar */
.footer-v2-payment {
    background: #f5f5f5;
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
}

.footer-v2-payment-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.footer-v2-payment-text {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-v2-payment-text i {
    font-size: 24px;
    color: #2695da;
}

.footer-v2-payment-text span {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

.footer-v2-payment-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-v2-payment-icons img {
    height: 32px;
    width: auto;
}

@media (max-width: 768px) {
    .footer-v2-payment-inner {
        flex-direction: column;
        text-align: center;
    }
    .footer-v2-payment-text {
        justify-content: center;
    }
    .footer-v2-payment-icons {
        justify-content: center;
    }
}

/* Bottom bar */
.footer-v2-bottom {
    background: rgba(0,0,0,0.3);
    padding: 20px 0;
}

.footer-v2-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-v2-copyright {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    margin: 0;
}

.footer-v2-copyright a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}

.footer-v2-copyright a:hover {
    color: #fff;
}

.footer-v2-legal {
    display: flex;
    gap: 20px;
}

.footer-v2-legal a {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-v2-legal a:hover {
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .footer-v2-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 575px) {
    .footer-v2-main {
        padding: 50px 0 40px;
    }

    .footer-v2-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer-v2-brand img {
        margin-bottom: 20px;
    }

    .footer-v2-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
