/* Inchcape Colombia inspired footer */
#site-footer.inchcape-footer {
    margin-top: auto;
    border-top: 1px solid #e5e5e5;
    background: #f1f1f1;
    color: #6c6c6c;
    font-family: var(--inchcape-font-stack, var(--font-brand, "ITC Avant Garde Gothic", "Avant Garde Gothic Pro", sans-serif));
    overflow: hidden;
}

.inchcape-footer-inner {
    width: 100%;
    margin: 0 auto;
    padding: 58px 5.5rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 0.95fr 1.15fr 1.1fr;
    gap: clamp(2.75rem, 4vw, 5.25rem);
    align-items: start;
    justify-content: space-between;
}

#site-footer.inchcape-footer .footer-title,
#site-footer.inchcape-footer .footer-subtitle {
    margin: 24px 0 25px;
    color: #565656 !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    line-height: 1.08 !important;
    letter-spacing: 0.2px;
    text-transform: none !important;
}

#site-footer.inchcape-footer .footer-subtitle {
    margin-top: 30px;
}

#site-footer.inchcape-footer .inchcape-footer-menu,
#site-footer.inchcape-footer .footer-contact-actions {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#site-footer.inchcape-footer .inchcape-footer-menu li,
#site-footer.inchcape-footer .footer-contact-actions li {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
}

#site-footer.inchcape-footer .inchcape-footer-menu a,
#site-footer.inchcape-footer .footer-contact-actions a {
    display: inline-flex;
    align-items: flex-start;
    gap: 0;
    min-height: 0 !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    color: #6c6c6c !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.05 !important;
    text-decoration: none !important;
    text-transform: none !important;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

#site-footer.inchcape-footer .inchcape-footer-menu a:hover,
#site-footer.inchcape-footer .inchcape-footer-menu a:focus-visible,
#site-footer.inchcape-footer .footer-contact-actions a:hover,
#site-footer.inchcape-footer .footer-contact-actions a:focus-visible {
    color: #6c6c6c !important;
    text-decoration: underline !important;
    outline: none;
}

.footer-col-find {
    min-width: 0;
}

.footer-contact-actions {
    display: grid;
    gap: 16px;
}

.footer-contact-actions a {
    align-items: center !important;
    margin-bottom: 18px !important;
}

.footer-contact-actions a[aria-label="LinkedIn Inchcape"] {
    width: 2.375rem;
}

.footer-contact-actions strong {
    display: block;
    margin-top: 5px;
    color: #6c6c6c;
    font-weight: 600;
    line-height: 1.08;
}

.footer-contact-icon {
    display: inline-flex;
    flex: 0 0 38px;
    width: 2.375rem;
    height: 2.375rem;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
    line-height: 1;
}

.footer-contact-icon img {
    display: block;
    width: 2.375rem;
    height: 2.375rem;
}

#site-footer.inchcape-footer .footer-bottom {
    background: var(--color-inchcape-dark-blue, #001a41);
    color: var(--color-white, #fff);
}

.footer-bottom-inner {
    width: 100%;
    min-height: 7rem;
    margin: 0 auto;
    padding: 42px 5.5rem 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

#site-footer.inchcape-footer .footer-copyright {
    color: var(--color-white, #fff) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

.footer-bottom-logo {
    display: flex;
    justify-content: flex-end;
}

.footer-bottom-logo img,
.footer-bottom-logo .custom-logo {
    width: auto;
    max-width: 8.5rem;
    max-height: 2rem;
    object-fit: contain;
}

.footer-logo-fallback {
    color: var(--color-white, #ffffff);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.inchcape-back-to-top {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    z-index: 999;
    display: flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background-color: var(--color-inchcape-dark-blue, #001a41);
    color: #fff;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
}

.inchcape-back-to-top:hover {
    background-color: var(--color-inchcape-eco-blue, #18bde6);
    transform: translateY(-3px);
}

@media (max-width: 1200px) {
    .inchcape-footer-inner,
    .footer-bottom-inner {
        padding-right: 3rem;
        padding-left: 3rem;
    }

    .footer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 3rem;
    }
}

@media (max-width: 768px) {
    .inchcape-footer-inner {
        padding: 25px 1rem 0;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #site-footer.inchcape-footer .footer-title,
    #site-footer.inchcape-footer .footer-subtitle {
        margin-top: 0;
        font-size: 15px !important;
        text-align: left;
    }

    .footer-bottom-inner {
        min-height: 7rem;
        padding: 42px 1rem 46px;
    }
}

@media (max-width: 560px) {
    .inchcape-footer-inner {
        padding: 25px 1rem 0;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .footer-contact-actions {
        gap: 0;
    }

    .footer-bottom-inner {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 18px;
        text-align: center;
    }

    .footer-bottom-logo {
        justify-content: center;
    }

    .inchcape-back-to-top {
        bottom: 1rem;
        left: 1rem;
        width: 2.5rem;
        height: 2.5rem;
    }
}
