/* ─── Footer ─── */

.site-footer {
    background-color: #201d1d;
    padding: 32px 0;
    text-align: left;
    border-top: 0;
}

.footer-divider {
    width: 100%;
    height: 1px;
    margin: 0 0 16px;
    background-color: rgba(253, 252, 252, 0.12);
}

.footer-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #9a9898;
}

.footer-text strong {
    color: #fdfcfc;
    font-weight: 500;
}

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