.site-footer {
    background-color: #103e24;
    color: #d7e8d9;
    padding: 4rem 0 2rem;
}
.site-footer a {
    color: #d7e8d9;
    text-decoration: none;
}
.site-footer a:hover {
    color: #ffffff;
    text-decoration: none;
}
.site-footer .footer-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.site-footer .footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer .footer-list li {
    margin-bottom: 0.75rem;
}
.site-footer .footer-list li a {
    color: #d7e8d9;
    opacity: 0.88;
}
.site-footer .footer-list li a:hover {
    opacity: 1;
}
.site-footer .footer-contact i {
    width: 1.25rem;
}
.site-footer .footer-social {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 0.5rem;
}
.site-footer .footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 1.55rem;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}
.site-footer .footer-social a:hover {
    border-color: rgba(255, 255, 255, 0.38);
    background: #198754;
    color: #ffffff;
    transform: translateY(-2px);
}
.site-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
    margin-top: 2rem;
    color: rgba(255, 255, 255, 0.68);
}
