/**
 * Oluşturulma: 2026-08-17
 * Son değişiklik: 2026-08-17
 * Oluşturan: Özgür Elibol
 * Amaç: V106.2 - Galeri kaldırıldıktan sonra ALAA Lounge footer kolonlarını dengeler ve ortalar.
 */

.v88-footer-grid{
    width:min(calc(100% - 48px),980px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    grid-template-columns:minmax(190px,1.2fr) repeat(3,minmax(150px,1fr)) !important;
    justify-content:center !important;
    align-items:start !important;
    gap:38px !important;
}

.v88-footer-brand,
.v88-footer-col{
    min-width:0;
}

.v88-footer-brand{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.v88-footer-bottom{
    width:min(calc(100% - 48px),980px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

@media (max-width:980px){
    .v88-footer-grid{
        width:min(calc(100% - 36px),760px) !important;
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:30px 42px !important;
    }
    .v88-footer-bottom{
        width:min(calc(100% - 36px),760px) !important;
    }
}

@media (max-width:620px){
    .v88-footer{
        padding-top:30px !important;
    }
    .v88-footer-grid{
        width:calc(100% - 32px) !important;
        grid-template-columns:1fr !important;
        gap:24px !important;
        text-align:center !important;
    }
    .v88-footer-brand,
    .v88-footer-col{
        align-items:center !important;
        text-align:center !important;
    }
    .v88-footer-brand p{
        max-width:300px !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }
    .v88-footer-bottom{
        width:calc(100% - 32px) !important;
        align-items:center !important;
        text-align:center !important;
    }
}
