/* Site Footer — unified styles */

.site-footer {
    margin-top: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    background: transparent;
    text-align: inherit;
    padding-bottom: 0;
}

/* ── Top bar (brand orange) ── */
.site-footer__bar {
    background: linear-gradient(135deg, #c46d00 0%, #D87A00 50%, #e89320 100%);
    color: #fff;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.site-footer__bar-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.5rem;
}

.site-footer__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem 1.75rem;
}

.site-footer__nav-link {
    color: rgba(255, 255, 255, 0.92) !important;
    padding: 0.4rem 0;
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
    transition: color 0.2s ease, opacity 0.2s ease;
    text-decoration: none !important;
}

.site-footer__nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: width 0.25s ease;
}

.site-footer__nav-link:hover {
    color: #fff !important;
    opacity: 1;
}

.site-footer__nav-link:hover::after {
    width: 100%;
}

.site-footer__social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
}

.site-footer__social-label {
    font-size: 0.85rem;
    opacity: 0.9;
    margin-left: 0.5rem;
    white-space: nowrap;
}

.site-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
    transition: background 0.2s ease, transform 0.2s ease;
    text-decoration: none !important;
}

.site-footer__social-link:hover {
    background: rgba(255, 255, 255, 0.28);
    transform: translateY(-2px);
    color: #fff !important;
}

.site-footer__social-link .Socialimgctrl {
    width: 1.25rem;
    margin: 0;
    filter: brightness(0) invert(1);
}

.site-footer__social-link .Socialimgctrl--bale {
    filter: none;
}

.site-footer__social-link i {
    font-size: 1.1rem !important;
    line-height: 1;
}

/* ── Info cards section ── */
.site-footer__info {
    background: linear-gradient(180deg, #f0f6ff 0%, #e8eef8 100%);
    padding: 2.25rem 0;
}

.site-footer__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
    align-items: start;
}

.site-footer__card {
    background: #fff;
    border-radius: 12px;
    padding: 1.35rem 1.5rem;
    box-shadow: 0 2px 12px rgba(8, 15, 25, 0.06);
    border: 1px solid rgba(8, 15, 25, 0.06);
    height: 100%;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.site-footer__card:hover {
    box-shadow: 0 6px 20px rgba(8, 15, 25, 0.1);
    transform: translateY(-2px);
}

.site-footer__card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #080F19;
    margin: 0 0 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.site-footer__card-title i {
    color: #D87A00;
    font-size: 0.95rem;
}

.site-footer__card-title--sub {
    margin-top: 1.25rem;
}

.site-footer__card-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer__card-list li {
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(8, 15, 25, 0.05);
}

.site-footer__card-list li:last-child {
    border-bottom: none;
}

.site-footer__card-list a {
    color: #333;
    font-size: 0.95rem;
    transition: color 0.2s ease;
    text-decoration: none;
}

.site-footer__card-list a:hover {
    color: #D87A00;
}

.site-footer__address {
    color: #444;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.8;
}

.site-footer__brand-name {
    margin: 0.75rem 0 0;
    font-weight: 600;
    color: #080F19;
    font-size: 0.95rem;
}

.site-footer__card--html {
    font-size: 0.9rem;
    color: #444;
}

.site-footer__card--badges {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.site-footer__trust-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.site-footer__trust-badges img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
}

/* ── Banners ── */
.site-footer__banners {
    background: #e8eef8;
    padding: 1.25rem 0 0;
}

.site-footer__banner-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding-bottom: 1.25rem;
}

.site-footer__banner-item {
    display: block;
    padding: 0.5rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(8, 15, 25, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-footer__banner-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(8, 15, 25, 0.1);
}

.site-footer__banner-item img {
    max-height: 70px;
    width: auto;
    display: block;
}

.site-footer__banner-full {
    width: 100%;
}

.site-footer__banner-wide {
    display: block;
    width: 100%;
}

.site-footer__banner-wide img {
    width: 100%;
    height: auto;
    display: block;
}

/* ── Bottom dark section ── */
.site-footer__bottom {
    background: linear-gradient(180deg, #0a1522 0%, #080F19 100%);
    color: rgba(255, 255, 255, 0.85);
    padding: 2rem 0 1.25rem;
}

.site-footer__about-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding-bottom: 1.75rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__about {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 600px;
}

.site-footer__about-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.6rem;
}

.site-footer__about-text {
    font-size: 0.88rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
    line-height: 1.85;
}

.site-footer__trust-badges--bottom {
    flex: 0 0 auto;
}

.site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.82rem;
}

.site-footer__copyright {
    color: rgba(255, 255, 255, 0.7);
}

.site-footer__copyright a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer__copyright a:hover {
    color: #D87A00;
}

.site-footer__credit {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 0.8rem;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.site-footer__credit:hover {
    color: rgba(255, 255, 255, 0.85) !important;
}

.site-footer__credit img {
    height: 18px;
    width: auto;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.site-footer .site-footer__copyright a,
.site-footer .site-footer__credit {
    color: inherit;
}

.site-footer .site-footer__copyright a:hover,
.site-footer .site-footer__credit:hover {
    color: #fff;
}

.site-footer__credit:hover img {
    opacity: 1;
}

.site-footer__edit {
    display: inline-block;
    margin-bottom: 0.75rem;
}

/* Responsive */
@media (max-width: 767px) {
    body:has(.bottomNavBar) .site-footer__bottom {
        padding-bottom: calc(1.25rem + 49px);
    }

    .site-footer__bar-inner {
        flex-direction: column;
        text-align: center;
    }

    .site-footer__nav {
        justify-content: center;
    }

    .site-footer__social {
        justify-content: center;
    }

    .site-footer__cards {
        grid-template-columns: 1fr;
    }

    .site-footer__legal {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .site-footer__about-row {
        flex-direction: column;
        text-align: center;
        align-items: stretch;
    }

    .site-footer__about {
        flex: 0 1 auto;
        max-width: 100%;
        height: auto;
        min-height: 0;
    }
}
