.site-footer {
    background-color: #0d1321;
    color: #adb5bd;
    padding: 50px 0 20px 0;
    font-size: 0.95rem;
    line-height: 1.6;
    border-top: 1px solid #1e293b;
}

.site-footer .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.site-footer .footer-main {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.site-footer .footer-column .footer-item {
    margin-bottom: 15px;
}

.site-footer .footer-heading {
    font-size: 1.1rem;
    font-weight: 600;
    color: #f8f9fa;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.site-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.site-footer .footer-links a {
    color: #ced4da;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.site-footer .footer-links a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.site-footer .footer-text-block {
    margin: 0;
    white-space: pre-wrap;
}

.site-footer .footer-bottom {
    border-top: 1px solid #1e293b;
    padding-top: 20px;
    text-align: center;
    font-size: 0.85rem;
}

.site-footer .footer-bottom p {
    margin: 0;
}

.site-footer .footer-bottom a {
    color: #ffffff;
    font-weight: 500;
}