.site-footer {
    background: #eee;
    color: #6b6b6b;
}

.footer-container-wide {
    max-width: 1320px;
    margin-inline: auto;
    padding-inline: 16px;
}

.footer-top {
    padding: 28px 16px;
}

.footer-grid-3eq {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    align-items: start;
    justify-items: start;
}

.footer-claim {
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 12px;
}

.footer-sub {
    font-size: 16px;
    color: #6b6b6b;
    margin: 0 0 10px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-logo svg {
    display: block;
    height: 60px;
    width: auto;
    margin-top: 20px;
}

.footer-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 12px;
}

.footer-title-social {
    padding-top: 24px;
}

.footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px !important;
}

.footer-list li {
    padding-left: 28px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: left 3px;
    font-size: 16px !important;
}

.footer-list li a {
    transition: 0.25s ease;
    font-size: 16px !important;
}

.footer-list li a:hover {
    color: var(--accent);
}

/* Contatti */
.icon-geo {
    background: url("/brands/shared/img/geo-icon.png") no-repeat left 3px / 18px 18px;
}

.icon-tel {
    background: url("/brands/shared/img/tel-icon.png") no-repeat left 3px / 18px 18px;
}

.icon-mail {
    background: url("/brands/shared/img/mail-icon.png") no-repeat left 3px / 18px 18px;
}

.icon-geo a {
    white-space: normal;
}

/* L'Azienda */
.icon-login {
    background: url("/brands/shared/img/login-icon.png") no-repeat left 3px / 18px 18px;
}

.icon-casarev {
    background: url("/brands/shared/img/casarev-icon.png") no-repeat left 3px / 18px 18px;
}

.icon-vendiristrutturato {
    background: url("/brands/shared/img/vendiristrutturato-icon.png") no-repeat left 3px / 18px 18px;
}

.icon-compraristrutturato {
    background: url("/brands/shared/img/compraristrutturato-icon.png") no-repeat left 3px / 18px 18px;
}

.icon-clienteristrutturato {
    background: url("/brands/shared/img/clienteristrutturato-icon.png") no-repeat left 3px / 18px 18px;
}

.icon-stracciadebito {
    background: url("/brands/shared/img/stracciadebito-icon.png") no-repeat left 3px / 18px 18px;
}

.icon-repo {
    background: url("/brands/shared/img/repo-icon.png") no-repeat left 3px / 18px 18px;
}

.icon-piovonomandati {
    background: url("/brands/shared/img/piovonomandati-icon.svg") no-repeat left 3px / 18px 18px;
}

.icon-piovonoristrutturazioni {
    background: url("/brands/shared/img/piovonoristrutturazioni-icon.svg") no-repeat left 3px / 18px 18px;
}

/* Social */
.icon-fb,
.icon-insta,
.icon-tt,
.icon-yt {
    transition: 0.25s ease;
}

.icon-fb:hover,
.icon-insta:hover,
.icon-tt:hover,
.icon-yt:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.social-icons a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.icon-fb {
    background: url("/brands/shared/img/fb-icon.png") no-repeat center / 50px 50px;
}

.icon-insta {
    background: url("/brands/shared/img/insta-icon.png") no-repeat center / 50px 50px;
}

.icon-tt {
    background: url("/brands/shared/img/tt-icon.png") no-repeat center / 50px 50px;
}

.icon-yt {
    background: url("/brands/shared/img/yt-icon.png") no-repeat center / 50px 50px;
}

.footer-bottom {
    border-top: 1px solid #ddd;
    padding: 12px 0;
    text-align: center;
}

.footer-bottom small,
.footer-bottom small a {
    font-size: 14px !important;
    color: #6b6b6b;
}

.footer-bottom small a {
    font-weight: 700;
    transition: 0.15s ease;
}

.footer-bottom a:hover {
    color: var(--accent);
}

@media (min-width: 1400px) {
    .footer-container-wide {
        max-width: 1380px;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .footer-container-wide {
        max-width: 1240px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .footer-container-wide {
        max-width: 980px;
    }

    .footer-grid-3eq {
        gap: 36px;
    }

    .footer-claim,
    .footer-sub {
        font-size: 15px;
    }

    .social-icons a {
        width: 46px;
        height: 46px;
    }

    .icon-fb {
        background-size: 46px 46px;
    }

    .icon-insta {
        background-size: 46px 46px;
    }

    .icon-tt {
        background-size: 46px 46px;
    }

    .icon-yt {
        background-size: 46px 46px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .footer-container-wide {
        max-width: 740px;
    }

    .footer-grid-3eq {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .footer-right {
        order: 3;
    }

    .icon-geo a {
        white-space: normal;
    }

    .footer-logo svg {
        height: 54px;
    }

    .social-icons a {
        width: 44px;
        height: 44px;
    }

    .icon-fb,
    .icon-insta,
    .icon-tt,
    .icon-yt {
        background-size: 44px 44px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .footer-container-wide {
        max-width: 540px;
    }

    .footer-grid-3eq {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .footer-title {
        font-size: 17px;
    }

    .footer-title-social {
        padding-top: 20px;
    }

    .footer-claim,
    .footer-sub {
        font-size: 15px;
    }

    .footer-logo svg {
        height: 50px;
    }

    .social-icons a {
        width: 42px;
        height: 42px;
    }

    .icon-fb,
    .icon-insta,
    .icon-tt,
    .icon-yt {
        background-size: 42px 42px;
    }
}

@media (max-width: 575px) {
    .footer-container-wide {
        max-width: 100%;
        padding-inline: 14px;
    }

    .footer-grid-3eq {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .footer-title {
        font-size: 16px;
    }

    .footer-title-social {
        padding-top: 16px;
    }

    .footer-claim,
    .footer-sub {
        font-size: 14px;
    }

    .footer-logo svg {
        height: 44px;
    }

    .social-icons a {
        width: 40px;
        height: 40px;
    }

    .icon-fb,
    .icon-insta,
    .icon-tt,
    .icon-yt {
        background-size: 40px 40px;
    }

    .footer-bottom {
        padding: 10px 0;
    }
}
