/* Footer Styles */
.site-footer {
    background: #f8f9fa;
    color: #495057;
    padding: 3rem 0 1rem 0;
    margin-top: 4rem;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #dee2e6;
    position: static;
    width: 100%;
}

.site-footer .container {
    background: transparent;
    box-shadow: none;
    padding: 0 24px;
}

.footer-heading {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #212529;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 0.5rem;
}

.footer-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #6c757d;
    margin-bottom: 0;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: #495057;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #0d6efd;
    padding-left: 5px;
    text-decoration: underline;
}

.footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #e9ecef;
    border-radius: 50%;
    color: #495057;
    font-size: 1.25rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #dee2e6;
    color: #0d6efd;
    transform: translateY(-3px);
}

/* Специфічні кольори для соцмереж */
.footer-social a[href*="facebook"]:hover {
    background: #1877f2;
    color: white;
}

.footer-social a[href*="youtube"]:hover {
    background: #ff0000;
    color: white;
}

.footer-social a[href*="tiktok"]:hover {
    background: #000000;
    color: white;
}

.footer-social a[href*="telegram"]:hover,
.footer-social a[href*="t.me"]:hover {
    background: #0088cc;
    color: white;
}

.footer-email {
    color: #495057;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-email:hover {
    color: #0d6efd;
    text-decoration: underline;
}

.footer-divider {
    border-color: #dee2e6;
    margin: 2rem 0 1.5rem 0;
}

.footer-bottom {
    padding-top: 0.5rem;
}

.footer-copyright,
.footer-notice {
    font-size: 0.875rem;
    color: #6c757d;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .site-footer {
        padding: 2rem 0 1rem 0;
        margin-top: 2rem;
    }

    .site-footer .container {
        padding: 0 16px;
    }

    .footer-heading {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
    }

    .footer-text {
        font-size: 0.9rem;
    }

    .footer-links a {
        font-size: 0.9rem;
    }

    .footer-links li {
        margin-bottom: 0.5rem;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-social a {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }

    .footer-divider {
        margin: 1.5rem 0 1rem 0;
    }

    .footer-copyright,
    .footer-notice {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .site-footer {
        padding: 1.5rem 0 0.75rem 0;
        margin-top: 1.5rem;
    }

    .footer-heading {
        font-size: 1rem;
    }

    .footer-text {
        font-size: 0.85rem;
    }

    .footer-links a {
        font-size: 0.85rem;
    }
}
