.site-footer {
    background: linear-gradient(165deg, var(--ib-color-footer-start, #063544) 0%, var(--ib-color-footer-end, #0a4d68) 100%);
    color: #e2eef4;
    font-size: 0.92rem;
    margin-top: auto;
    box-shadow: 0 -8px 32px rgba(6, 53, 68, 0.18);
}

.site-footer a {
    color: #dbeafe;
    text-decoration: none;
    transition: color 0.15s ease;
}

.site-footer a:hover {
    color: #fff;
}

.site-footer__container {
    padding: 40px 15px 24px;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr 1.4fr 0.9fr;
    gap: 32px 28px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__brand-logo {
    display: inline-block;
    margin-bottom: 14px;
}

.site-footer__brand-logo img {
    width: var(--ib-logo-footer-width, 180px);
    height: var(--ib-logo-footer-height, 45px);
    max-width: 100%;
    object-fit: contain;
}

.site-footer__brand-text {
    margin: 0 0 16px;
    line-height: 1.6;
    color: #b8d4e3;
    font-size: 0.88rem;
    max-width: 280px;
}

.site-footer__social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.site-footer__social-link {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.06);
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.site-footer__social-link:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-1px);
}

.site-footer__title {
    margin: 0 0 14px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
}

.site-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.site-footer__links a {
    font-size: 0.9rem;
    color: #c8dde8;
}

.site-footer__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.site-footer__tag {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #eef6fb !important;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.2;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.site-footer__tag:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff !important;
}

.site-footer__badges {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
}

.site-footer__license-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.site-footer__tursab img {
    max-width: 200px;
    max-height: var(--ib-tursab-footer-max-height, 72px);
    width: 100%;
    height: auto;
    border-radius: 8px;
    background: #fff;
    padding: 6px 8px;
    object-fit: contain;
}

.site-footer__etbis img {
    width: auto;
    max-height: var(--ib-etbis-footer-max-height, 72px);
    max-width: 80px;
    border-radius: 8px;
    background: #fff;
    padding: 4px;
    object-fit: contain;
}

.site-footer__tursab-code {
    margin: 0;
    font-size: 0.82rem;
    color: #b8d4e3;
    font-weight: 600;
}

.site-footer__trust {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__trust-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__trust-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
    color: #fff;
}

.site-footer__trust-icon--join {
    background: linear-gradient(135deg, #2d8f4a 0%, #22703a 100%);
}

.site-footer__trust-icon--support {
    background: linear-gradient(135deg, #368daf 0%, #1a7bbf 100%);
}

.site-footer__trust-icon--secure {
    background: linear-gradient(135deg, #64748b 0%, #475569 100%);
}

.site-footer__trust-title {
    margin: 0 0 4px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #fff;
}

.site-footer__trust-text {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #b8d4e3;
}

.site-footer__payments {
    padding: 22px 0 8px;
}

.site-footer__payments img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    background: #fff;
    display: block;
}

.site-footer__bottom {
    padding-top: 18px;
    text-align: center;
    font-size: 0.82rem;
    color: #94b8c9;
}

@media (max-width: 991.98px) {
    .site-footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .site-footer__col--brand {
        grid-column: 1 / -1;
    }

    .site-footer__trust {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .site-footer__container {
        padding-top: 28px;
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .site-footer__brand-text {
        max-width: none;
    }
}
