/* ============================================
   MOBILE FOOTER - COMPACT REDESIGN
   Minimal, clean, space-efficient
   ============================================ */

/* Tablet & Mobile */
@media (max-width: 768px) {
    footer {
        padding: 28px 0 18px 0 !important;
        margin-top: 40px !important;
    }

    .footer-content {
        gap: 20px !important;
        margin-bottom: 20px !important;
    }

    .footer-section {
        padding: 16px !important;
    }

    .footer-section h3 {
        font-size: 15px !important;
        margin-bottom: 12px !important;
        padding-bottom: 8px !important;
    }

    .footer-section p {
        font-size: 13px !important;
        line-height: 1.5 !important;
        margin-bottom: 10px !important;
    }

    .footer-section ul {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 6px 14px !important;
    }

    .footer-section ul li {
        margin-bottom: 0 !important;
    }

    .footer-section ul li a {
        font-size: 13px !important;
    }

    .social {
        gap: 10px !important;
        margin-top: 12px !important;
    }

    .social a {
        width: 34px !important;
        height: 34px !important;
        font-size: 16px !important;
    }

    .footer-bottom {
        padding-top: 14px !important;
        margin-top: 14px !important;
        font-size: 12px !important;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    footer {
        padding: 24px 16px 14px 16px !important;
        margin-top: 30px !important;
    }

    .footer-content {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        margin-bottom: 16px !important;
    }

    .footer-section {
        padding: 14px !important;
    }

    .footer-section h3 {
        font-size: 14px !important;
        margin-bottom: 10px !important;
        padding-bottom: 6px !important;
    }

    .footer-section p {
        font-size: 12px !important;
        line-height: 1.4 !important;
        margin-bottom: 8px !important;
    }

    .footer-section ul li a {
        font-size: 12px !important;
    }

    /* Hide hover effects on mobile */
    .footer-section:hover {
        transform: none !important;
        box-shadow: none !important;
    }

    /* Hide third footer section on very small screens */
    .footer-section:nth-child(3) {
        display: none !important;
    }

    .social {
        gap: 8px !important;
    }

    .social a {
        width: 32px !important;
        height: 32px !important;
        font-size: 14px !important;
    }

    .footer-bottom {
        padding-top: 12px !important;
        margin-top: 12px !important;
        font-size: 11px !important;
        text-align: center !important;
    }

    .footer-bottom p {
        margin: 0 !important;
    }
}
