/* ========================================================================== 
   BIQ — Rodapé
   Baseado no layout visual fornecido pelo utilizador.
   ========================================================================== */

.biq-footer {
    width: 100%;
    margin: 0;
    background: #fff;
    color: #2d2d2d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 1.45;
    padding-top: 8px;
}

.biq-footer *,
.biq-footer *::before,
.biq-footer *::after {
    box-sizing: border-box;
}

.biq-footer a {
    color: inherit;
    text-decoration: none;
}

.biq-footer__accent {
    width: 100%;
    height: 15px;
    background: linear-gradient(90deg, #2bb6e4 0%, #76cfd2 48%, #99d8c7 100%);
}

.biq-footer__inner {
    width: min(1056px, calc(100% - 40px));
    margin: 0 auto;
    padding: 13px 0 9px;
}

.biq-footer__upper {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
}

.biq-footer__left,
.biq-footer__right {
    min-width: 0;
}

.biq-footer__left {
    position: relative;
}

.biq-footer__brand {
    display: inline-block;
    width: 184px;
    margin-top: 5px;
}

.biq-footer__logo {
    display: block;
    width: 184px;
    max-width: 100%;
    height: auto;
}

.biq-footer__headquarters {
    margin: 48px 0 0 74px;
}

.biq-footer__headquarters p,
.biq-footer__info-grid p,
.biq-footer__bottom p {
    margin: 0;
}

.biq-footer__eyebrow {
    margin: 0 0 7px;
    color: #08aee8;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.biq-footer__headquarters p,
.biq-footer__info-grid p {
    color: #606060;
    font-size: 7.2px;
    line-height: 1.8;
    font-weight: 400;
}

.biq-footer__social {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 11px;
}

.biq-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #25aae1;
    color: #fff;
    transition: transform .16s ease, opacity .16s ease;
}

.biq-footer__social-link:hover,
.biq-footer__social-link:focus-visible {
    opacity: .82;
    transform: translateY(-1px);
}

.biq-footer__right {
    padding-left: 70px;
}

.biq-footer__solutions {
    padding-top: 20px;
    min-height: 140px;
}

.biq-footer__solutions-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    justify-content: space-between;
    row-gap: 9px;
    column-gap: 24px;
}

.biq-footer__solutions-menu li {
    margin: 0;
    padding: 0;
}

.biq-footer__solutions-menu a {
    display: block;
    color: #1f1f1f;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 400;
    white-space: nowrap;
    transition: color .15s ease;
}

.biq-footer__solutions-menu a:hover,
.biq-footer__solutions-menu a:focus-visible {
    color: #08aee8;
}

.biq-footer__right-separator {
    height: 1px;
    margin-left: -70px;
    background: #d2d2d2;
}

.biq-footer__info-grid {
    display: grid;
    grid-template-columns: 220px 200px 155px;
    justify-content: space-between;
    gap: 26px;
    padding-top: 40px;
    padding-bottom: 35px;
}

.biq-footer__supports-logo {
    display: block;
    width: 154px;
    max-width: 100%;
    height: auto;
    margin-top: 9px;
}

.biq-footer__separator {
    height: 1px;
    background: #d2d2d2;
}

.biq-footer__certifications {
    min-height: 97px;
    padding: 16px 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
}

.biq-footer__cert-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 145px;
    object-fit: contain;
}

.biq-footer__cert-logo--fda {
    max-height: 53px;
}

.biq-footer__cert-logo--apcer {
    max-height: 56px;
}

.biq-footer__cert-logo--inovadora {
    max-height: 40px;
}

.biq-footer__cert-logo--pme {
    max-height: 55px;
}

.biq-footer__cert-logo--health {
    max-height: 55px;
}

.biq-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 10px;
    color: #666;
    font-size: 8px;
    line-height: 1.3;
}

@media (max-width: 1100px) {
    .biq-footer__inner {
        width: min(960px, calc(100% - 36px));
    }

    .biq-footer__upper {
        grid-template-columns: 235px minmax(0, 1fr);
    }

    .biq-footer__headquarters {
        margin-left: 40px;
    }

    .biq-footer__right {
        padding-left: 48px;
    }

    .biq-footer__right-separator {
        margin-left: -48px;
    }

    .biq-footer__info-grid {
        grid-template-columns: 1fr 1fr 155px;
        gap: 24px;
    }

    .biq-footer__certifications {
        gap: 45px;
    }
}

@media (max-width: 820px) {
    .biq-footer__inner {
        width: min(680px, calc(100% - 32px));
        padding-top: 28px;
    }

    .biq-footer__upper {
        grid-template-columns: 1fr;
    }

    .biq-footer__left {
        display: grid;
        grid-template-columns: 190px 1fr;
        gap: 34px;
        align-items: start;
    }

    .biq-footer__brand {
        margin-top: 0;
    }

    .biq-footer__headquarters {
        margin: 7px 0 26px;
    }

    .biq-footer__right {
        padding-left: 0;
    }

    .biq-footer__solutions {
        min-height: 0;
        padding-top: 0;
        padding-bottom: 26px;
    }

    .biq-footer__right-separator {
        margin-left: 0;
    }

    .biq-footer__info-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 26px 0;
    }

    .biq-footer__certifications {
        gap: 28px;
        flex-wrap: wrap;
    }
}

@media (max-width: 560px) {
    .biq-footer__inner {
        width: min(100% - 28px, 430px);
    }

    .biq-footer__left {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .biq-footer__brand {
        width: 170px;
    }

    .biq-footer__logo {
        width: 170px;
    }

    .biq-footer__headquarters {
        margin: 0 0 24px;
    }

    .biq-footer__solutions-menu {
        grid-template-rows: repeat(6, auto);
        grid-auto-columns: 1fr;
        justify-content: stretch;
        column-gap: 24px;
    }

    .biq-footer__solutions-menu a {
        font-size: 11px;
    }

    .biq-footer__info-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .biq-footer__supports-logo {
        width: 160px;
    }

    .biq-footer__certifications {
        gap: 24px 34px;
        padding: 24px 0;
    }

    .biq-footer__cert-logo {
        max-width: 120px;
    }

    .biq-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        padding: 12px 0 3px;
    }
}
