/* Footer: hero'dagi navy (--ink) bilan sahifani yopadi. Kit shrifti va yorliqlari. */
.site-footer {
    padding: 56px 0 24px;
    margin-top: var(--section-padding);
    background: var(--ink);
    color: rgba(255, 255, 255, .62);
}

/* Oxirgi bo'lim o'zi yetarli bo'shliq bersa, tepadagi oraliq olib tashlanadi */
.site-footer--flush {
    margin-top: 0;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

/* Ustun sarlavhasi: kitdagi eyebrow, quyuq fonda */
.site-footer__col h4 {
    font: 700 10px/1 var(--font-kit);
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55);
    margin-bottom: 16px;
}

.site-footer__col a,
.site-footer__col span {
    display: block;
    font: 500 14px/1.4 var(--font-kit);
    color: rgba(255, 255, 255, .78);
    margin-bottom: 10px;
    transition: color .18s;
}

.site-footer__col a {
    width: fit-content;
}

.site-footer__col a:hover {
    color: #ffffff;
}

.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 20px;
    font: 500 12px/1.4 var(--font-kit);
    color: rgba(255, 255, 255, .5);
}

/* Quyuq fonda umumiy .text-muted juda so'niq bo'lib qoladi */
.site-footer .text-muted {
    color: rgba(255, 255, 255, .5);
}

@media (max-width: 768px) {
    .site-footer {
        padding-top: 40px;
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
