/* Footer and social-share component styles */

footer .text-muted,
footer .text-muted a {
    color: rgba(255, 255, 255, 0.76) !important;
}

.footer-links {
    margin: 0;
    padding: 0;
}

.footer-links a,
.footer-bottom-links a {
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-bottom-links a:hover,
.footer-bottom-links a:focus-visible {
    color: var(--gold) !important;
}

.footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem 0.6rem;
}

.footer-translate-gate[hidden] {
    display: none !important;
}

.footer-translate-gate {
    z-index: 2;
}

.footer-lang-btn {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border-color: rgba(184, 155, 94, 0.22);
    color: rgba(255, 255, 255, 0.84);
    justify-content: center;
    padding: 0.42rem 0.72rem;
    font-size: 0.68rem;
    letter-spacing: 0.11em;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(8px);
}

.footer-lang-btn-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 999px;
}

.footer-lang-btn:hover,
.footer-lang-btn:focus-visible {
    background: linear-gradient(180deg, rgba(184, 155, 94, 0.16), rgba(184, 155, 94, 0.08));
    border-color: rgba(184, 155, 94, 0.45);
    color: #fff;
}

.footer-translate-gate .lang-dropdown {
    top: auto;
    bottom: calc(100% + 10px);
    right: 0;
    width: 210px;
    background: rgba(8, 18, 34, 0.96);
    border-color: rgba(184, 155, 94, 0.18);
}

.footer-translate-gate .lang-item {
    color: rgba(255, 255, 255, 0.88);
}

.footer-translate-gate .lang-item:hover {
    background: rgba(184, 155, 94, 0.12);
    color: #fff;
}

.map-container {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.map-container-fixed {
    width: 100%;
    height: 200px;
}

.map-embed-frame {
    border: 0;
}

.social-share {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.social-share-btn {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.social-share-btn svg {
    width: 14px;
    height: 14px;
}

.social-brand-icon {
    font-size: 0.9rem;
    line-height: 1;
}

.social-share-btn:hover,
.social-share-btn:focus-visible {
    background: rgba(184, 155, 94, 0.18);
    border-color: rgba(184, 155, 94, 0.55);
    color: #fff;
    transform: translateY(-2px);
    outline: none;
}

.social-share-btn.copied {
    background: rgba(34, 197, 94, 0.2);
    border-color: rgba(34, 197, 94, 0.5);
}

.social-profiles {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.social-profiles-label {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid rgba(184, 155, 94, 0.28);
    background: rgba(184, 155, 94, 0.08);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    font-weight: 700;
}

.social-profile-link {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.66rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.social-profile-link:hover,
.social-profile-link:focus-visible {
    background: rgba(184, 155, 94, 0.18);
    border-color: rgba(184, 155, 94, 0.58);
    color: #fff;
    transform: translateY(-2px);
    outline: none;
}

@media (max-width: 767.98px) {
    .footer-bottom-links {
        justify-content: center;
    }

    .footer-translate-gate {
        align-self: center;
    }

    .footer-lang-btn {
        width: 100%;
    }

    footer .brand-inner {
        align-items: center;
    }
}

