#sfait-footer {
    background: #0c0c3d;
    color: #fff;
    font-size: 14px;
    padding: 40px 20px;
    font-family: 'Poppins', sans-serif;
}

#sfait-footer .footer-container {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 20px;
}

#sfait-footer .footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    margin-bottom: 40px;
}

#sfait-footer h4 {
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-family: 'Poppins', Arial, sans-serif;
}

#sfait-footer span {
    color: #79b8ff;
}

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

#sfait-footer .footer-links li {
    margin: 10px 0;
}

#sfait-footer .footer-links i {
    margin-left: 6px;
    font-size: 13px;
}

#sfait-footer .footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    transition: 0.3s;
}

#sfait-footer .footer-links a:hover {
    text-decoration: underline;
}

#sfait-footer .footer-links a::before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") no-repeat center;
    opacity: 0.8;
}

#sfait-footer .footer-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    margin: 40px 0;
    padding: 15px;
    flex-wrap: wrap;
}

#sfait-footer .badge-sos {
    flex: 0 0 120px;
    display: flex;
    align-items: center;
}

#sfait-footer .badge-sos a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#sfait-footer .badge-sos img {
    width: 100%;
    height: auto;
    max-width: 135px;
}

#sfait-footer .badge-sos .top-pro-text {
    position: absolute;
    color: white;
    text-align: center;
    width: 100%;
    top: 32%;
    font-size: 12px;
    font-weight: 700;
}

#sfait-footer .badge-sos .year-text {
    position: absolute;
    color: white;
    text-align: center;
    width: 100%;
    top: 43%;
    font-size: 22px;
    font-weight: 700;
}

#sfait-footer .footer-logo-section {
    flex: 0 0 415px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px;
    border-radius: 8px;
    overflow: hidden;
}

#sfait-footer .footer-logo {
    width: 80px;
    height: auto;
    flex-shrink: 0;
}

#sfait-footer .footer-slogan {
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}

#sfait-footer .footer-slogan .highlight {
    color: #79b8ff;
    font-size: 29px;
}

#sfait-footer .footer-bottom {
    border-top: 1px solid #1e1ee2;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#sfait-footer .social-links {
    display: flex;
    gap: 10px;
}

#sfait-footer .social-link {
    width: 35px;
    height: 35px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
}

#sfait-footer .social-link:hover {
    color: #fff;
}

#sfait-footer .social-link.telephone:hover { background: #ee6a00; border: 1px solid transparent; }
#sfait-footer .social-link.x:hover { background: #000; border: 1px solid transparent; }
#sfait-footer .social-link.linkedin:hover { background: #0a66c2; border: 1px solid transparent; }
#sfait-footer .social-link.youtube:hover { background: #ff0000; border: 1px solid transparent; }
#sfait-footer .social-link.discord:hover { background: #5562ea; border: 1px solid transparent; }
#sfait-footer .social-link.twitch:hover { background: #9147ff; border: 1px solid transparent; }
#sfait-footer .social-link.github:hover { background: #010409; border: 1px solid transparent; }

/* === Responsive === */
@media (max-width: 767px) {
    #sfait-footer {
        padding: 24px 12px;
        font-size: 13px;
    }

    #sfait-footer .footer-container {
        padding: 0 12px;
    }

    #sfait-footer .footer-grid {
        grid-template-columns: 1fr;
        margin-bottom: 28px;
    }

    #sfait-footer .footer-brand {
        padding: 8px 0;
        gap: 16px;
        justify-content: center;
        margin: 28px 0;
    }

    #sfait-footer .badge-sos {
        flex: 0 0 95px;
    }

    #sfait-footer .badge-sos img {
        max-width: 95px;
    }

    #sfait-footer .badge-sos .top-pro-text {
        font-size: 10px;
        top: 32%;
    }

    #sfait-footer .badge-sos .year-text {
        font-size: 16px;
        top: 43%;
    }

    #sfait-footer .footer-logo-section {
        flex: 0 0 100%;
        padding: 6px;
        gap: 12px;
    }

    #sfait-footer .footer-logo {
        width: 50px;
    }

    #sfait-footer .footer-slogan {
        font-size: 18px;
        line-height: 1.3;
    }

    #sfait-footer .footer-slogan .highlight {
        font-size: 20px;
    }

    #sfait-footer .footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
        padding-top: 16px;
    }

    #sfait-footer .copyright {
        font-size: 11px;
        line-height: 1.5;
    }

    #sfait-footer .social-links {
        justify-content: center;
        gap: 8px;
    }

    #sfait-footer .social-link {
        width: 34px;
        height: 34px;
    }

    /* Accordéons sur mobile */
    #sfait-footer .footer-grid > div {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    #sfait-footer h4 {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin: 0;
        padding: 12px 0;
        text-align: center;
        position: relative;
        font-size: 17px;
        letter-spacing: 0.5px;
    }

    #sfait-footer h4::after {
        content: "\25BC";
        font-size: 12px;
        margin-left: 8px;
        transition: transform 0.3s ease;
        position: absolute;
        right: 8px;
    }

    #sfait-footer h4.active::after {
        transform: rotate(180deg);
    }

    #sfait-footer .footer-links {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease, padding 0.35s ease;
        padding: 0;
        text-align: center;
    }

    #sfait-footer .footer-links li {
        margin: 8px 0;
    }

    #sfait-footer .footer-links a {
        font-size: 14px;
        justify-content: center;
    }

    #sfait-footer .footer-links a::before {
        width: 14px;
        height: 14px;
        margin-right: 6px;
    }

    #sfait-footer .footer-links i {
        font-size: 12px;
        margin-left: 4px;
    }

    #sfait-footer .footer-links.open {
        max-height: 500px;
        padding: 8px 0 12px;
    }
}

@media (max-width: 480px) {
    #sfait-footer {
        padding: 20px 10px;
    }

    #sfait-footer .footer-container {
        padding: 0 8px;
    }

    #sfait-footer .footer-grid {
        margin-bottom: 24px;
    }

    #sfait-footer h4 {
        font-size: 16px;
        padding: 11px 0;
    }

    #sfait-footer .footer-links a {
        font-size: 13px;
    }

    #sfait-footer .badge-sos {
        flex: 0 0 85px;
    }

    #sfait-footer .badge-sos img {
        max-width: 85px;
    }

    #sfait-footer .badge-sos .top-pro-text {
        font-size: 9px;
        top: 31%;
    }

    #sfait-footer .badge-sos .year-text {
        font-size: 15px;
        top: 42%;
    }

    #sfait-footer .footer-brand {
        gap: 12px;
        margin: 24px 0;
    }

    #sfait-footer .footer-logo-section {
        padding: 5px;
        gap: 10px;
    }

    #sfait-footer .footer-logo {
        width: 45px;
    }

    #sfait-footer .footer-slogan {
        font-size: 16px;
    }

    #sfait-footer .footer-slogan .highlight {
        font-size: 18px;
    }

    #sfait-footer .footer-bottom {
        gap: 14px;
        padding-top: 14px;
    }

    #sfait-footer .copyright {
        font-size: 10px;
    }

    #sfait-footer .social-links {
        gap: 7px;
    }

    #sfait-footer .social-link {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 375px) {
    #sfait-footer {
        padding: 18px 8px;
    }

    #sfait-footer h4 {
        font-size: 15px;
        padding: 10px 0;
    }

    #sfait-footer .footer-links a {
        font-size: 13px;
    }

    #sfait-footer .badge-sos {
        flex: 0 0 80px;
    }

    #sfait-footer .badge-sos img {
        max-width: 80px;
    }

    #sfait-footer .footer-logo {
        width: 42px;
    }

    #sfait-footer .footer-slogan {
        font-size: 15px;
    }

    #sfait-footer .footer-slogan .highlight {
        font-size: 17px;
    }

    #sfait-footer .social-link {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    #sfait-footer .copyright {
        font-size: 9px;
    }
}