.footer{
    padding-top:100px;
    background:#0b0b0b;
}

.footer-inner{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:60px;
    padding-bottom:60px;
    align-items:start;
}

.footer-logo{
    text-align:left;
}

.footer-logo img{
    width:180px;
    margin-bottom:20px;
}

.footer-logo p{
    opacity:.6;
    line-height:1.7;
}

.footer-links,
.footer-social{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:16px;
}

.footer h4{
    margin-bottom:10px;
}

.footer-links a{
    display:block;
    opacity:.7;
    text-decoration:none;
}

.footer-icons{
    display:flex;
    justify-content:center;
    gap:14px;
}

.footer-icons a{
    width:48px;
    height:48px;
    border-radius:12px;
    background:#1b1b1b;
    display:flex;
    align-items:center;
    justify-content:center;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.05);
    padding:24px;
    text-align:center;
    opacity:.5;
    font-size:14px;
}


/* ==========================================================
   FOOTER MOBİL UYUMLULUK
========================================================== */

@media (max-width: 768px){

    .footer{
        padding-top:60px;
    }

    .footer-inner{
        grid-template-columns:1fr;
        gap:40px;
        padding:0 25px 45px;
        text-align:center;
    }

        .footer-logo{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }


    .footer-logo img{
        display: block;
        width: 150px;
        height: auto;
        margin: 0 auto 20px;
    }

    .footer-logo p{
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
        text-align: center;
    }

    .footer-links,
    .footer-social{
        align-items:center;
        gap:13px;
    }

    .footer h4{
        margin-bottom:5px;
        font-size:16px;
    }

    .footer-links a{
        font-size:14px;
    }

    .footer-icons{
        gap:12px;
    }

    .footer-icons a{
        width:44px;
        height:44px;
        border-radius:10px;
    }

    .footer-bottom{
        padding:20px 15px;
        font-size:12px;
        line-height:1.6;
    }

}


/* ==========================================================
   KÜÇÜK TELEFONLAR
========================================================== */

@media (max-width:480px){

    .footer{
        padding-top:50px;
    }

    .footer-inner{
        gap:35px;
        padding:0 20px 40px;
    }

    .footer-logo img{
        width:135px;
    }

    .footer-logo p{
        font-size:13px;
        line-height:1.65;
    }

    .footer-links{
        gap:11px;
    }

    .footer-links a{
        font-size:13px;
    }

    .footer-icons{
        gap:10px;
    }

    .footer-icons a{
        width:42px;
        height:42px;
    }

    .footer-bottom{
        padding:18px 12px;
        font-size:11px;
    }

}
