/* Trust Badges Section */
.yakare-trust-badges {
    background-color: #FDF2F4;
    padding: 30px 20px;
    border-bottom: 1px solid #E8E8E8;
}

.trust-badges-container {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-around !important;
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 40px !important;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.trust-badge {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    flex: 1 !important;
    max-width: 200px;
}

.trust-badge img {
    height: 50px !important;
    width: auto !important;
    max-width: 60px !important;
    object-fit: contain !important;
    margin-bottom: 10px;
}

.trust-badge-title {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    margin: 8px 0 5px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.trust-badge-text {
    font-family: "Quicksand", sans-serif;
    font-size: 12px;
    color: #444;
    margin: 0;
    line-height: 1.4;
}

/* Dots navigation - hidden on desktop */
.trust-badges-dots {
    display: none;
}

@media (max-width: 768px) {
    .yakare-trust-badges {
        padding: 25px 0 20px 0;
        overflow: hidden;
    }

    .trust-badges-container {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 0 !important;
        width: 100%;
        margin: 0;
        transition: transform 0.4s ease;
    }

    .trust-badge {
        flex: 0 0 100% !important;
        min-width: 100%;
        max-width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .trust-badge img {
        height: 45px !important;
        max-width: 55px !important;
    }

    .trust-badge-title {
        font-size: 13px;
        letter-spacing: 0.5px;
        margin-top: 12px;
    }

    .trust-badge-text {
        font-size: 14px;
        color: #444;
        line-height: 1.4;
    }

    /* Dots navigation */
    .trust-badges-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 18px;
    }

    .trust-badges-dots .dot {
        width: 25px;
        height: 3px;
        background-color: #D4B5B5;
        border-radius: 2px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .trust-badges-dots .dot.active {
        background-color: #C75050;
    }
}

/* =============================================
   YAKARE CUSTOM FOOTER STYLES
   ============================================= */

/* Newsletter Section */
.yakare-newsletter {
    background: url("https://yakare-cosmetics.com/wp-content/uploads/2025/10/fond-footer-NL.webp") center center / cover no-repeat;
    padding: 50px 20px;
    text-align: center;
}

.newsletter-content {
    max-width: 700px;
    margin: 0 auto;
}

.newsletter-title {
    color: #FFFFFF !important;
    display: inline-block;
    background-color: transparent;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 25px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.newsletter-text {
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
    line-height: 1.6;
}

.newsletter-text strong {
    color: #C75050;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 0;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-form input[type="email"] {
    flex: 1;
    padding: 12px 20px;
    border: none;
    border-radius: 25px 0 0 25px;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    outline: none;
}

.newsletter-form button {
    background-color: #C75050;
    color: #FFFFFF;
    border: none;
    padding: 12px 30px;
    border-radius: 0 25px 25px 0;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
    background-color: transparent;
}

#newsletter-message {
    margin-top: 15px;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
}

#newsletter-message.success {
    color: #28a745;
}

#newsletter-message.error {
    color: #dc3545;
}

/* Footer Main */
.yakare-footer {
    background-color: #FDF2F4;
    padding: 0;
}

.footer-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 40px 30px;
    gap: 20px;
}

.footer-col {
    flex: 1;
    min-width: 150px;
}

.footer-logo-col {
    max-width: 200px;
}

.footer-logo {
    margin-bottom: 10px;
}

.footer-logo .logo-text {
    display: block;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 8px;
    color: #193a43;
}

.footer-logo .logo-sub {
    display: block;
    font-family: "Quicksand", sans-serif;
    font-size: 12px;
    letter-spacing: 4px;
    color: #193a43;
}

.footer-tagline {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 15px;
}

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

.footer-social a {
    color: #333;
    transition: color 0.3s ease;
}

.footer-social a:hover {
    color: #C75050;
}

.footer-col-title {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #C75050;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

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

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

.footer-links a {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #C75050;
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 40px;
    border-top: 1px solid #E8E8E8;
    gap: 20px;
}

.footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-currency {
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    color: #333;
}

.footer-copyright {
    font-family: "Quicksand", sans-serif;
    font-size: 12px;
    color: #666;
}

.payment-icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.payment-icons img {
    height: 25px;
    width: auto;
}

/* Footer Shipping */
.footer-shipping {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 15px 40px 25px;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    color: #666;
}

.shipping-logo {
    height: 30px;
    width: auto;
}

/* Logo Yakare footer */
.footer-logo-img {
    max-width: 120px !important;
    height: auto !important;
    width: auto !important;
    margin-bottom: 10px;
}

.shipping-logo {
    height: 25px !important;
    width: auto !important;
    max-width: 80px !important;
}

.footer-shipping img {
    height: 25px !important;
    width: auto !important;
    max-width: 80px !important;
}

/* Icone France */
.france-icon {
    height: 16px !important;
    width: auto !important;
    vertical-align: middle;
    margin-right: 5px;
}

/* Image paiements acceptes */
.payment-img {
    height: 45px !important;
    width: auto !important;
    max-width: 350px !important;
}

/* Honeypot - cache pour humains, visible pour bots */
.honeypot-field {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
}

/* Honeypot anti-bot */
.yk-hp {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* =============================================
   ACCORDION MOBILE FOOTER
   ============================================= */

/* Icone toggle pour mobile */
.footer-col-toggle {
    display: none;
}

/* Responsive - Accordion Mobile */
@media (max-width: 768px) {
    .footer-columns {
        flex-direction: column;
        padding: 30px 20px;
        gap: 0;
    }

    .footer-col {
        min-width: 100%;
        margin-bottom: 0;
        border-bottom: 1px solid #E8D4D4;
    }

    .footer-col:last-child {
        border-bottom: none;
    }

    /* Logo column - pas d'accordion */
    .footer-logo-col {
        max-width: 100%;
        text-align: center;
        border-bottom: 1px solid #E8D4D4;
        padding-bottom: 25px;
        margin-bottom: 0;
    }

    .footer-social {
        justify-content: center;
    }

    /* Titre accordion */
    .footer-col-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding: 18px 0;
        margin: 0;
        text-align: left;
    }

    /* Icone toggle */
    .footer-col-toggle {
        display: block;
        font-size: 20px;
        font-weight: 300;
        color: #C75050;
        transition: transform 0.3s ease;
    }

    /* Rotation quand ouvert */
    .footer-col.active .footer-col-toggle {
        transform: rotate(45deg);
    }

    /* Liens caches par defaut */
    .footer-col .footer-links {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        text-align: left;
        padding: 0;
    }

    /* Liens visibles quand actif */
    .footer-col.active .footer-links {
        max-height: 500px;
        padding-bottom: 20px;
    }

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

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom-left {
        flex-direction: column;
    }

    .newsletter-form {
        flex-direction: column;
        gap: 10px;
    }

    .newsletter-form input[type="email"],
    .newsletter-form button {
        font-size: 16px;
        border-radius: 25px;
        width: 100%;
    }
}
