/* =========================================================
   AKUVILLA — GLOBAL MOBILE APP FOOTER
   File: assets/global/css/mobile-footer.css
   Scope: Every public frontend page, viewport <= 680px.
   Desktop styles are untouched.
========================================================= */

@media (max-width: 680px) {

    :root {
        --akv-mobile-gutter: 16px;
    }

    /* ---------------------------------------------------------
       MOBILE FOOTER — COMPACT APP FOOTER
    --------------------------------------------------------- */
    .akv-theme-footer {
        padding-top: 42px;
    }

     .akv-theme-footer .akv-container {
        padding-left: var(--akv-mobile-gutter);
        padding-right: var(--akv-mobile-gutter);
    }

    .akv-footer-top {
        display: block;
    }

    .akv-footer-brand {
        max-width: none;
    }

    .akv-footer-logo {
        font-size: 16px;
        gap: 8px;
    }

    .akv-footer-logo-mark {
        width: 30px;
        height: 30px;
        border-radius: 9px;
        font-size: 15px;
    }

    .akv-footer-description {
        max-width: 300px;
        margin: 12px 0 16px;
        font-size: 10.5px;
        line-height: 1.65;
    }

    .akv-footer-cta {
        min-height: 42px;
        padding: 0 14px;
        border-radius: 13px;
        font-size: 10px;
    }

    .akv-footer-column {
        display: none;
    }

    .akv-footer-contact {
        display: block;
        margin-top: 26px;
        padding-top: 21px;
        border-top: 1px solid rgba(255,255,255,.09);
    }

    .akv-footer-contact h2 {
        margin-bottom: 10px;
        font-size: 9px;
        letter-spacing: .12em;
    }

    .akv-footer-contact a,
    .akv-footer-contact p {
        font-size: 10px;
    }

    .akv-socials {
        gap: 7px;
        margin-top: 15px;
    }

    .akv-social {
        width: 35px;
        height: 35px;
        border-radius: 11px;
    }

    .akv-social svg {
        width: 15px;
        height: 15px;
    }

    .akv-footer-bottom {
        display: block;
        margin-top: 25px;
        padding: 18px 0 20px;
    }

    .akv-footer-bottom p {
        font-size: 8.5px;
    }

    .akv-footer-bottom-links {
        margin-top: 7px;
        gap: 6px;
    }

    .akv-footer-bottom-links a,
    .akv-footer-bottom-links span {
        font-size: 8.5px;
    }


}

/* =========================================================
   GLOBAL MOBILE EDGE RESET
   Remove outer header/footer spacing on every frontend page.
========================================================= */
@media (max-width: 680px) {
    .akv-theme-footer {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}
