@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

.site-footer {
    font-family: 'Montserrat', sans-serif;
    margin-top: auto;
}

.site-footer-main {
    background: #ffffff;
    padding: 2rem 0 1.75rem;
    border-top: 1px solid rgba(0, 68, 172, 0.08);
}

.site-footer-columns {
    --bs-gutter-x: 0;
    align-items: flex-start;
}

@media (min-width: 992px) {
    .site-footer-columns.row {
        display: grid;
        grid-template-columns: minmax(20rem, 1.35fr) 1fr 0.85fr 1.05fr;
    }

    .site-footer-columns > [class*='col-'] {
        width: 100%;
        max-width: 100%;
        flex: none;
    }

    .site-footer-columns > .site-footer-col:nth-child(2) {
        padding-left: 1.65rem;
    }
}

.site-footer-col {
    position: relative;
    padding: 0 1.1rem;
}

.site-footer-col:first-child {
    padding-left: 0;
}

.site-footer-col:last-child {
    padding-right: 0;
}

.site-footer-col:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 68, 172, 0.18) 12%,
        rgba(0, 68, 172, 0.18) 88%,
        transparent 100%
    );
}

.site-footer-heading {
    color: #0044ac;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
    line-height: 1.25;
}

.site-footer-col-about {
    flex: 1.25 1 auto;
    min-width: 0;
    max-width: 100%;
}

.site-footer-about {
    color: #00266c;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
    overflow-wrap: anywhere;
    word-wrap: break-word;
    word-break: break-word;
}

.site-footer-about span {
    display: block;
    white-space: normal;
}

.site-footer-contact-list,
.site-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer-contact-list li,
.site-footer-links li {
    margin-bottom: 0.42rem;
}

.site-footer-contact-list li:last-child,
.site-footer-links li:last-child {
    margin-bottom: 0;
}

.site-footer-contact-list a,
.site-footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #00266c;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer-links a {
    display: block;
}

.site-footer-contact-list a:hover,
.site-footer-links a:hover {
    color: #0044ac;
}

.site-footer-contact-list i {
    width: 16px;
    flex-shrink: 0;
    text-align: center;
    color: #0044ac;
    font-size: 0.88rem;
}

.site-footer-social {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.site-footer-social-link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-footer-social-link:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 38, 108, 0.18);
}

.site-footer-social-link.whatsapp {
    background: #25d366;
}

.site-footer-social-link.telegram {
    background: #229ed9;
}

.site-footer-social-link.facebook {
    background: #1877f2;
}

.site-footer-social-link.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.site-footer-social-link.youtube {
    background: #ff0000;
}

.site-footer-bar {
    background: linear-gradient(135deg, #003d8f 0%, #00266c 100%);
    padding: 0.95rem 0;
}

.site-footer-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.site-footer-badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}

.site-footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.35rem 1.1rem;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 600;
    position: relative;
    white-space: nowrap;
}

.site-footer-badge:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 18%;
    bottom: 18%;
    width: 1px;
    background: rgba(255, 255, 255, 0.28);
}

.site-footer-badge i {
    font-size: 0.95rem;
    opacity: 0.95;
}

.site-footer-tagline {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.88rem;
    font-weight: 500;
    font-style: italic;
    white-space: nowrap;
}

.site-footer-bar-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.2rem;
    flex-shrink: 0;
}

.site-footer-copyright {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.site-footer-credit-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.site-footer-credit-text a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer-credit-text a:hover {
    color: #ffffff;
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .site-footer-main {
        padding: 2rem 0 1.5rem;
    }

    .site-footer-col {
        padding: 0 1rem;
        margin-bottom: 2rem;
    }

    .site-footer-col-about {
        min-width: 0;
        flex: 1 1 100%;
    }

    .site-footer-about span {
        white-space: normal;
    }

    .site-footer-col::after {
        display: none;
    }

    .site-footer-col:not(:last-child) {
        border-bottom: 1px solid rgba(0, 68, 172, 0.1);
        padding-bottom: 1.75rem;
    }

    .site-footer-bar-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer-bar-right {
        align-items: flex-start;
        width: 100%;
    }

    .site-footer-tagline {
        white-space: normal;
    }

    .site-footer-copyright,
    .site-footer-credit-text {
        white-space: normal;
    }
}

@media (max-width: 575.98px) {
    .site-footer-badge {
        padding: 0.35rem 0.75rem;
        font-size: 0.72rem;
    }

    .site-footer-badges {
        gap: 0.25rem 0;
    }
}
