/* Site footer — light polish over existing layout */

.site-footer__about {
    font-size: 0.92rem;
    line-height: 1.85;
    max-width: 22rem;
}

.site-footer__links .nav-link {
    color: var(--bs-secondary-color, #6c757d);
    font-size: 0.9rem;
    padding-block: 0.2rem;
}

.site-footer__links .nav-link:hover,
.site-footer__links .nav-link:focus-visible {
    color: var(--bs-primary);
}

.site-footer__contact a {
    color: var(--bs-body-color);
    font-size: 0.92rem;
    font-weight: 600;
}

.site-footer__contact a i {
    color: var(--bs-secondary-color, #6c757d);
    font-size: 1rem;
}

.site-footer__contact a:hover,
.site-footer__contact a:focus-visible {
    color: var(--bs-primary);
}

.site-footer__contact a:hover i,
.site-footer__contact a:focus-visible i {
    color: var(--bs-primary);
}

.site-footer__enamad {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0 0.25rem 0.75rem rgba(15, 23, 42, 0.04);
}

.site-footer__enamad img {
    display: block;
    max-width: 125px;
    height: auto;
    cursor: pointer;
}

.site-footer__aikit {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
    color: #0a7a55;
    background: rgba(13, 159, 110, 0.12);
    border: 1px solid rgba(13, 159, 110, 0.22);
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.site-footer__aikit:hover,
.site-footer__aikit:focus-visible {
    color: #065f46;
    background: rgba(13, 159, 110, 0.18);
    border-color: rgba(13, 159, 110, 0.35);
}

.site-footer__social a {
    transition: color 0.15s ease, transform 0.15s ease;
}

.site-footer__social a:hover,
.site-footer__social a:focus-visible {
    transform: translateY(-2px);
}

.site-footer__social a[aria-label*="تلگرام"]:hover { color: #2aabee !important; }
.site-footer__social a[aria-label*="اینستاگرام"]:hover { color: #e4405f !important; }
.site-footer__social a[aria-label*="یوتیوب"]:hover { color: #ff0000 !important; }
.site-footer__social a[aria-label*="آپارات"]:hover { color: #ed145b !important; }

[data-bs-theme="dark"] .site-footer__enamad {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: none;
}

[data-bs-theme="dark"] .site-footer__aikit {
    color: #6ee7b7;
    background: rgba(16, 185, 129, 0.14);
    border-color: rgba(16, 185, 129, 0.28);
}

[data-bs-theme="dark"] .site-footer__aikit:hover,
[data-bs-theme="dark"] .site-footer__aikit:focus-visible {
    color: #a7f3d0;
    background: rgba(16, 185, 129, 0.22);
}
