
.site-footer {
    background: #1f1f1f;
    color: #ffffff;
    padding: 2rem;
    margin-top: 4rem;
}

.site-info {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.2rem;
}

.copyright-bar {
    text-align: start;
    font-size: 0.9rem;
    line-height: 1.8;
    opacity: 0.9;
}

.copyright-bar a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.copyright-bar a:hover {
    border-bottom-color: #ffffff;
    opacity: 1;
}