/* ==============================
   Footer
============================== */

footer {
    padding: 48px 24px 40px;
    background: #0b0c0f;
    border-top: 1px solid var(--border-color);
    text-align: center;
}

.footer-logo-area {
    margin-bottom: 16px;
}

.footer-logo {
    display: inline-block;
    max-width: 220px;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 8px;
    padding: 8px 14px;
}

/* ==============================
   Footer proof badges
============================== */

.footer-badge-area {
    margin: 16px auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow: hidden;
}

.footer-badge-area a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    opacity: 0.86;
    transition: 0.2s ease;
    overflow: hidden;
}

.footer-badge-area a:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.footer-badge-area img {
    display: block;
    height: auto !important;
    max-width: 100% !important;
}

.footer-badge-area img[src*="zehitomo.com/assets/_images/badge.png"] {
    width: 54px !important;
    max-width: 54px !important;
}

.footer-badge-area img[src*="badge_LS"] {
    width: 112px !important;
    max-width: 112px !important;
}

.footer-badge-area img[style*="display:none"] {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* ==============================
   Footer links / copyright
============================== */

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin: 14px 0 8px;
    font-size: 13px;
}

.footer-links a {
    color: var(--text-muted);
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--primary);
    text-decoration: underline;
}

.footer-bottom-note,
footer p {
    color: var(--text-muted);
    font-size: 12px;
}

/* ==============================
   Responsive
============================== */

@media (max-width: 768px) {
    footer {
        padding: 42px 20px 36px;
    }

    .footer-logo {
        max-width: 190px;
        padding: 7px 12px;
    }

    .footer-badge-area {
        gap: 14px;
        margin: 14px auto 12px;
    }

    .footer-badge-area img[src*="zehitomo.com/assets/_images/badge.png"] {
        width: 46px !important;
        max-width: 46px !important;
    }

    .footer-badge-area img[src*="badge_LS"] {
        width: 94px !important;
        max-width: 94px !important;
    }

    .footer-links {
        margin-top: 12px;
        font-size: 13px;
    }

    .footer-bottom-note,
    footer p {
        font-size: 12px;
    }
}
