/* =========================================================
   Music FM — Footer 2026 Clean Font Awesome
========================================================= */

.mf-footer{
    position:relative;
    margin-top:42px;
    overflow:hidden;
    color:#d9e7ff;
    background:
        radial-gradient(circle at 78% 12%,rgba(20,124,255,.08),transparent 34%),
        linear-gradient(90deg,#020b18 0%,#031126 46%,#020b18 100%);
    border-top:2px solid #147cff;
    border-radius:0 !important;
    box-shadow:none !important;
}

.mf-footer::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    opacity:.34;
    background:
        linear-gradient(180deg,rgba(255,255,255,.025),transparent 30%),
        repeating-linear-gradient(90deg,rgba(255,255,255,.014) 0,rgba(255,255,255,.014) 1px,transparent 1px,transparent 130px);
}

.mf-footer-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1.35fr 1fr 1fr 1fr 1fr 1.15fr;
    gap:0;
    align-items:start;
    padding:44px 0 38px;
}

.mf-footer-brand,
.mf-footer-col,
.mf-footer-social{
    min-height:220px;
    padding:0 34px;
}

.mf-footer-brand,
.mf-footer-col{
    border-left:1px solid rgba(255,255,255,.14);
}

.mf-footer-brand,
.mf-footer-social{
    text-align:center;
}

.mf-footer-social{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.mf-footer-logo{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    color:#fff;
    direction:ltr;
    text-decoration:none;
}

.mf-footer-logo strong{
    color:#fff;
    font-family:'Orbitron','Michroma','Heebo',Arial,sans-serif;
    font-size:33px;
    line-height:1;
    font-weight:950;
    letter-spacing:-1.1px;
    text-shadow:0 10px 24px rgba(0,0,0,.24);
}

.mf-footer-logo strong span{
    color:#147cff;
    text-shadow:0 0 16px rgba(20,124,255,.52),0 0 30px rgba(89,199,255,.20);
}

.mf-footer-eq{
    width:42px;
    height:28px;
    display:flex;
    align-items:end;
    justify-content:center;
    gap:3px;
    font-style:normal;
}

.mf-footer-eq b{
    width:3px;
    border-radius:999px;
    background:linear-gradient(180deg,#73f1ff,#147cff);
    box-shadow:0 0 10px rgba(20,124,255,.44);
    animation:mfFooterEq 1.25s ease-in-out infinite;
}

.mf-footer-eq b:nth-child(1){height:10px;animation-delay:.02s}
.mf-footer-eq b:nth-child(2){height:18px;animation-delay:.14s}
.mf-footer-eq b:nth-child(3){height:28px;animation-delay:.26s}
.mf-footer-eq b:nth-child(4){height:19px;animation-delay:.38s}
.mf-footer-eq b:nth-child(5){height:12px;animation-delay:.50s}

.mf-footer-brand p{
    margin:12px 0 0;
    color:#d6e5fb;
    font-size:14px;
    line-height:1.55;
    font-weight:850;
}

.mf-footer-brand small{
    display:block;
    margin-top:22px;
    color:#8fa7c8;
    font-size:12px;
    font-weight:800;
}

.mf-footer h4{
    position:relative;
    margin:0 0 22px;
    color:#fff;
    font-size:19px;
    line-height:1;
    font-weight:950;
    text-align:center;
}

.mf-footer h4::after{
    content:"";
    display:block;
    width:28px;
    height:2px;
    margin:11px auto 0;
    border-radius:999px;
    background:#147cff;
    box-shadow:0 0 12px rgba(20,124,255,.42);
}

.mf-footer-col a{
    display:block;
    margin:13px 0;
    color:#c5d6ef;
    text-align:center;
    font-size:15px;
    line-height:1.2;
    font-weight:850;
    text-decoration:none;
    transition:color .18s ease,transform .18s ease;
}

.mf-footer-col a:hover{
    color:#59c7ff;
    transform:translateY(-1px);
}

.mf-footer-socials{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:24px;
    margin-top:28px;
}

.mf-footer-socials a{
    width:32px;
    height:32px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    opacity:.94;
    text-decoration:none;
    transition:color .18s ease,opacity .18s ease,transform .18s ease,filter .18s ease;
}

.mf-footer-socials a:hover{
    color:#59c7ff;
    opacity:1;
    transform:translateY(-2px);
    filter:drop-shadow(0 0 10px rgba(20,124,255,.38));
}

.mf-footer-socials i{
    display:block;
    font-size:25px;
    line-height:1;
}

.mf-footer-disclaimer{
    position:relative;
    z-index:2;
    padding:21px 0;
    border-top:1px solid rgba(255,255,255,.10);
    color:#a8bad7;
    text-align:center;
    font-size:14px;
    line-height:1.85;
    font-weight:760;
}

.mf-footer-disclaimer strong{
    color:#2c8cff;
    font-weight:950;
}

.mf-footer-bottom{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:17px 0 24px;
    border-top:1px solid rgba(255,255,255,.10);
    color:#8fa7c8;
    text-align:center;
    font-size:13px;
    font-weight:850;
}

.mf-footer-bottom span:first-child::after{
    content:"•";
    margin-inline-start:12px;
    color:rgba(255,255,255,.28);
}

@keyframes mfFooterEq{
    0%,100%{transform:scaleY(.62);opacity:.74}
    46%{transform:scaleY(1.08);opacity:1}
}

@media(max-width:1180px){
    .mf-footer-grid{
        grid-template-columns:1fr 1fr 1fr;
        row-gap:34px;
    }

    .mf-footer-brand,
    .mf-footer-col,
    .mf-footer-social{
        min-height:auto;
        padding:0 22px;
        border-left:0;
    }

    .mf-footer-col{
        border-right:1px solid rgba(255,255,255,.10);
    }
}

@media(max-width:720px){
    .mf-footer{
        margin-top:30px;
    }

    .mf-footer-grid{
        grid-template-columns:1fr;
        gap:26px;
        padding:34px 0 28px;
    }

    .mf-footer-brand,
    .mf-footer-col,
    .mf-footer-social{
        padding:0 18px 24px;
        border-right:0;
        border-left:0;
        border-bottom:1px solid rgba(255,255,255,.10);
    }

    .mf-footer-social{
        border-bottom:0;
    }

    .mf-footer-logo strong{
        font-size:30px;
    }

    .mf-footer-bottom{
        flex-direction:column;
        gap:7px;
    }

    .mf-footer-bottom span:first-child::after{
        content:"";
        margin:0;
    }
}

@media(prefers-reduced-motion:reduce){
    .mf-footer *,
    .mf-footer *::before,
    .mf-footer *::after{
        animation:none !important;
        transition:none !important;
        transform:none !important;
    }
}
