.site-footer {
    margin-top: 60px;
    background: #ffffff;
    color: #111111;
    padding-top: 44px;
    border-top: 1px solid #d9e3ea;
}

.site-footer .footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
}

.site-footer .footer-section {
    min-width: 0;
}

.site-footer .footer-brand {
    padding-right: 12px;
}

.site-footer .footer-brand-logos {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.site-footer .footer-logo {
    display: block;
    width: min(190px, 100%);
    height: auto;
    margin: 0;
}

.site-footer .footer-badge {
    display: block;
    width: min(150px, 100%);
    height: auto;
    margin: 0;
}

.site-footer .footer-copy,
.site-footer .footer-meta p,
.site-footer .footer-section p,
.site-footer .footer-section a,
.site-footer .footer-address {
    margin: 0;
    color: #222222;
    font-size: 14px;
    line-height: 1.75;
}

.site-footer .footer-copy {
    max-width: 30ch;
    margin-bottom: 14px;
}

.site-footer .footer-meta {
    display: grid;
    gap: 4px;
}

.site-footer .footer-section h4 {
    margin: 0 0 14px;
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.site-footer .footer-section a {
    transition: color 0.2s ease, opacity 0.2s ease;
}

.site-footer .footer-section a:hover {
    color: #000000;
    opacity: 1;
}

.site-footer .footer-address {
    font-style: normal;
}

.footer-social-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
}

.footer-social-row a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #c8d4dc;
    border-radius: 999px;
    background: #f5f8fa;
    color: #111111;
    font-size: 14px;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.footer-social-row a:hover {
    transform: translateY(-2px);
    background: #e7f5fb;
    border-color: #7dc8dc;
}

.footer-bottom {
    margin-top: 28px;
    border-top: 1px solid #d9e3ea;
    padding: 18px 0 22px;
}

.footer-bottom-inner {
    display: flex;
    justify-content: center;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: #333333;
    font-size: 13px;
}

@media (max-width: 980px) {
    .site-footer .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

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

    .site-footer .footer-brand {
        padding-right: 0;
    }

    .site-footer .footer-brand-logos {
        gap: 12px;
    }

    .footer-bottom {
        margin-top: 24px;
    }
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 16px;
}

.logo-link .logo-primary {
    height: 64px;
    width: auto;
}

.logo-link .logo-edutrust {
    height: 86px;
    width: auto;
}

@media (max-width: 980px) {
    .logo-link .logo-primary {
        height: 58px;
    }

    .logo-link .logo-edutrust {
        height: 74px;
    }
}

@media (max-width: 640px) {
    .logo-link {
        gap: 10px;
    }

    .logo-link .logo-primary {
        height: 50px;
    }

    .logo-link .logo-edutrust {
        height: 62px;
    }
}
