.site-footer {
    padding-top: 4rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.footer-widget {
    flex: 1;
    min-width: 250px;
}

.footer-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-description {
    line-height: 1.6;
    opacity: 0.9;
}

.footer-menu-list,
.social-list {
    list-style: none;
}

.footer-menu-list li,
.social-list li {
    margin-bottom: 0.75rem;
}

.site-footer a {
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.2s ease-in-out;
}

.site-footer a:hover {
    opacity: 1;
}

.footer-bottom {
    border-top: 1px solid; 
    padding: 1.5rem 0;
    text-align: center;
}

.site-copyright {
    font-size: 0.9rem;
    opacity: 0.7;
}