/* ============================================================
   NOWISTECH FOOTER — Design custom signature
   Version : 2.0.1 (espacement vertical augmenté)
   ============================================================ */


/* ============================================================
   1. CONTAINER PRINCIPAL — Pleine largeur + plus de respiration
   ============================================================ */
.nowis-footer {
    background: linear-gradient(90deg, #E8A23A 0%, #E91E63 100%) !important;
    width: 100%;
    margin: 0;
    padding: 90px 40px 70px;
    color: #FFFFFF;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    text-align: center;
    box-sizing: border-box;
}


/* ============================================================
   2. LOGO
   ============================================================ */
.nowis-footer__logo {
    color: #FFFFFF !important;
    font-weight: 800;
    font-size: 42px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 36px;
    line-height: 1;
    -webkit-text-fill-color: #FFFFFF !important;
}


/* ============================================================
   3. RÉSEAUX SOCIAUX
   ============================================================ */
.nowis-footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0 auto 42px;
    flex-wrap: wrap;
}

.nowis-footer__social p {
    color: #FFFFFF !important;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    -webkit-text-fill-color: #FFFFFF !important;
}

.nowis-footer__social__icons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.nowis-footer__social__icons a {
    color: #FFFFFF !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    transition: opacity 0.2s ease, transform 0.2s ease;
    -webkit-text-fill-color: #FFFFFF !important;
}

.nowis-footer__social__icons a:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

.nowis-footer__social__icons a svg {
    display: block;
    fill: currentColor;
}

.nowis-footer__social__icons a::after {
    display: none !important;
}


/* ============================================================
   4. MENU CATÉGORIES
   ============================================================ */
.nowis-footer__menu {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin: 0 auto 30px;
    max-width: 800px;
}

.nowis-footer__menu a {
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    transition: opacity 0.2s ease;
    -webkit-text-fill-color: #FFFFFF !important;
}

.nowis-footer__menu a:hover {
    opacity: 0.85;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}

.nowis-footer__menu a::after {
    display: none !important;
}


/* ============================================================
   5. LIENS LÉGAUX
   ============================================================ */
.nowis-footer__legal {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0 auto 34px;
    max-width: 900px;
}

.nowis-footer__legal a {
    color: #FFFFFF !important;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    opacity: 0.88;
    transition: opacity 0.2s ease;
    -webkit-text-fill-color: #FFFFFF !important;
}

.nowis-footer__legal a:hover {
    opacity: 1;
    text-decoration: underline;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}

.nowis-footer__legal a::after {
    display: none !important;
}


/* ============================================================
   6. COPYRIGHT
   ============================================================ */
.nowis-footer__copyright {
    color: #FFFFFF !important;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    opacity: 0.92;
    -webkit-text-fill-color: #FFFFFF !important;
}


/* ============================================================
   7. RESPONSIVE TABLET
   ============================================================ */
@media (max-width: 1024px) {
    .nowis-footer {
        padding: 75px 30px 60px;
    }

    .nowis-footer__logo {
        font-size: 36px;
    }
}


/* ============================================================
   8. RESPONSIVE MOBILE
   ============================================================ */
@media (max-width: 768px) {
    .nowis-footer {
        padding: 60px 20px 50px;
    }

    .nowis-footer__logo {
        font-size: 28px;
        letter-spacing: 1.5px;
        margin-bottom: 28px;
    }

    .nowis-footer__social {
        flex-direction: column;
        gap: 14px;
        margin-bottom: 32px;
    }

    .nowis-footer__menu {
        gap: 20px;
        font-size: 14px;
        margin-bottom: 24px;
    }

    .nowis-footer__menu a {
        font-size: 15px;
    }

    .nowis-footer__legal {
        gap: 14px;
        margin-bottom: 28px;
    }

    .nowis-footer__legal a {
        font-size: 12px;
    }

    .nowis-footer__copyright {
        font-size: 12px;
    }
}


/* ============================================================
   9. CACHER COMPLÈTEMENT le footer Jannah résiduel
   ============================================================ */
#footer-widgets-container,
#site-info,
.site-footer:not(.nowis-footer) {
    display: none !important;
}