/* ==========================================================================
   FILE: msn-custom-footer.css
   OPTIMIZED FOR SEMRUSH / SEO HEADING STRUCTURE & CLEAN SEMANTICS
   ========================================================================== */

#msn-site-footer-wrapper {
    background-color: #0d2826 !important;
    color: #e2f0ed !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif !important;
    padding: 70px 24px 35px 24px !important;
    line-height: 1.6 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    position: relative !important;
    z-index: 99 !important;
    clear: both !important;
}

#msn-site-footer-wrapper *,
#msn-site-footer-wrapper *::before,
#msn-site-footer-wrapper *::after {
    box-sizing: border-box !important;
}

.msn-footer-inner-wrap {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* Grid Layout 4 Kolom Sesuai Desain */
.msn-footer-grid-row {
    display: grid !important;
    grid-template-columns: 1.4fr 0.9fr 1.3fr 0.8fr !important;
    gap: 40px !important;
    align-items: start !important;
    margin-bottom: 50px !important;
}

/* Kolom 1: Highlight Card */
.msn-footer-card-box {
    background-color: #2b4f4c !important;
    border-radius: 18px !important;
    padding: 38px 30px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

.msn-footer-card-title {
    color: #ffffff !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin: 0 0 18px 0 !important;
    display: block !important;
}

.msn-footer-card-desc {
    color: #cfdfdb !important;
    font-size: 14.5px !important;
    font-style: italic !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* Judul Kolom 2, 3, 4 (Visual Heading tanpa merusak DOM outline SEO) */
.msn-footer-col-title {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 0 20px 0 !important;
    display: block !important;
}

/* Kolom 2: Product Menu */
.msn-footer-product-menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.msn-footer-product-item {
    margin-bottom: 12px !important;
    list-style: none !important;
}

.msn-footer-product-link {
    color: #cfdfdb !important;
    text-decoration: none !important;
    font-size: 14.5px !important;
    transition: color 0.2s ease !important;
    display: inline-block !important;
}

.msn-footer-product-link:hover {
    color: #ffffff !important;
}

/* Kolom 3: Business Hours, Address & QR */
.msn-footer-info-details {
    margin-bottom: 16px !important;
}

.msn-footer-info-line {
    color: #cfdfdb !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 0 14px 0 !important;
}

.msn-footer-qr-container img {
    border-radius: 10px !important;
    display: block !important;
    background: #ffffff !important;
    padding: 3px !important;
    width: 100px !important;
    height: auto !important;
}

/* Kolom 4: Verified Badges */
.msn-footer-badges-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.msn-footer-badges-wrap img {
    height: auto !important;
    object-fit: contain !important;
}

/* Garis Pembatas Bawah & Copyright */
.msn-footer-bottom-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    padding-top: 26px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    font-size: 13.5px !important;
    color: #b7cbcd !important;
}

.msn-footer-copyright {
    text-align: center !important;
}

.msn-footer-quick-links {
    position: absolute !important;
    right: 0 !important;
    display: flex !important;
    gap: 18px !important;
}

.msn-footer-quick-link {
    color: #b7cbcd !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.msn-footer-quick-link:hover {
    color: #ffffff !important;
}

/* Responsive Tablet & Mobile */
@media (max-width: 991px) {
    .msn-footer-grid-row {
        grid-template-columns: 1fr 1fr !important;
        gap: 30px !important;
    }
}

@media (max-width: 767px) {
    #msn-site-footer-wrapper {
        padding: 40px 16px 25px 16px !important;
    }
    
    .msn-footer-grid-row {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }

    .msn-footer-bottom-divider {
        flex-direction: column !important;
        gap: 14px !important;
        text-align: center !important;
    }

    .msn-footer-quick-links {
        position: static !important;
        justify-content: center !important;
    }
}