/* =========================================================
   BGZ V2 MAIN FOOTER
   Complete Footer Layout
========================================================= */

footer.bgz-v2-footer {
    width: 100%;
    max-width: 100%;
    margin: 60px auto 0;
    padding: 0;
    box-sizing: border-box;

    background:
        radial-gradient(
            circle at 15% 0%,
            rgba(37, 99, 235, 0.14),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #0d2749 0%,
            #081b34 45%,
            #061426 100%
        );

    color: #dbe7f5;
    border-radius: 24px;
    overflow: hidden;

    box-shadow:
        0 20px 50px rgba(8, 27, 52, 0.18);

    font-family: inherit;
}


/* =========================================================
   FOOTER TOP
========================================================= */

footer.bgz-v2-footer .bgz-v2-footer__top {
    width: 100%;
    display: grid;
    grid-template-columns:
        minmax(280px, 1.45fr)
        repeat(4, minmax(150px, 1fr));

    gap: 45px;

    padding: 60px 60px 48px;

    box-sizing: border-box;
}


/* =========================================================
   BRAND
========================================================= */

footer.bgz-v2-footer .bgz-v2-footer__brand {
    min-width: 0;
}

footer.bgz-v2-footer .bgz-v2-footer__logo {
    display: flex;
    align-items: center;
    gap: 14px;

    text-decoration: none !important;
    color: inherit;

    margin-bottom: 24px;
}

footer.bgz-v2-footer .bgz-v2-footer__logo-mark {
    width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 64px;

    border-radius: 16px;

    background:
        linear-gradient(
            135deg,
            #2878f0,
            #155bd3
        );

    color: #ffffff;

    font-size: 20px;
    font-weight: 800;
    letter-spacing: .5px;

    box-shadow:
        0 8px 20px rgba(37, 99, 235, .28);
}

footer.bgz-v2-footer .bgz-v2-footer__logo-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

footer.bgz-v2-footer .bgz-v2-footer__logo-copy strong {
    color: #f5f9ff;

    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
}

footer.bgz-v2-footer .bgz-v2-footer__logo-copy small {
    color: #8ea4bd;

    font-size: 13px;
    line-height: 1.4;
}


footer.bgz-v2-footer .bgz-v2-footer__brand > p {
    max-width: 470px;

    margin: 0 0 22px;

    color: #91a7c0;

    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   TRUST BADGE
========================================================= */

footer.bgz-v2-footer .bgz-v2-footer__trust {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 11px 15px;

    border: 1px solid rgba(255,255,255,.11);
    border-radius: 10px;

    background: rgba(255,255,255,.045);

    color: #b8c8da;

    font-size: 13px;
    font-weight: 600;

    box-sizing: border-box;
}

footer.bgz-v2-footer .bgz-v2-footer__trust span {
    width: 30px;
    height: 30px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 30px;

    border-radius: 50%;

    background: #2878f0;

    color: #ffffff;

    font-size: 15px;
    font-weight: 800;
}


/* =========================================================
   CONTACT
========================================================= */

footer.bgz-v2-footer .bgz-v2-footer__contact-mini {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;

    margin-top: 14px;
}

footer.bgz-v2-footer .bgz-v2-footer__contact-mini strong {
    color: #e7eef8;

    font-size: 17px;
    font-weight: 700;
}

footer.bgz-v2-footer .bgz-v2-footer__contact-mini a {
    color: #2878f0;

    font-size: 17px;
    font-weight: 500;

    text-decoration: none !important;
}

footer.bgz-v2-footer .bgz-v2-footer__contact-mini a:hover {
    color: #5b9bff;
}


/* =========================================================
   FOOTER COLUMNS
========================================================= */

footer.bgz-v2-footer .bgz-v2-footer__column {
    min-width: 0;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer.bgz-v2-footer .bgz-v2-footer__column h4 {
    margin: 0 0 20px;

    color: #f5f9ff;

    font-size: 16px;
    line-height: 1.3;
    font-weight: 800;
}

footer.bgz-v2-footer .bgz-v2-footer__column a {
    display: block;

    margin: 0 0 13px;

    color: #91a5bd;

    font-size: 14px;
    line-height: 1.45;

    text-decoration: none !important;

    transition:
        color .2s ease,
        transform .2s ease;
}

footer.bgz-v2-footer .bgz-v2-footer__column a:hover {
    color: #ffffff;
    transform: translateX(2px);
}


/* =========================================================
   CONFIDENCE FEATURES
========================================================= */

footer.bgz-v2-footer .bgz-v2-footer__confidence {
    display: grid !important;

    grid-template-columns:
        repeat(4, minmax(0, 1fr)) !important;

    gap: 18px !important;

    width: 100% !important;

    box-sizing: border-box !important;

    padding: 28px 60px !important;

    margin: 0 !important;

    border-top:
        1px solid rgba(255,255,255,.08) !important;

    border-bottom:
        1px solid rgba(255,255,255,.08) !important;
}

footer.bgz-v2-footer .bgz-v2-footer__confidence > div {
    display: flex !important;

    flex-direction: column !important;

    gap: 5px !important;

    min-width: 0 !important;

    box-sizing: border-box !important;

    padding: 16px 18px !important;

    border:
        1px solid rgba(255,255,255,.09) !important;

    border-radius: 12px !important;

    background:
        rgba(255,255,255,.035) !important;
}

footer.bgz-v2-footer .bgz-v2-footer__confidence b {
    display: block !important;

    color: #e7eef8 !important;

    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
}

footer.bgz-v2-footer .bgz-v2-footer__confidence small {
    display: block !important;

    color: #8196af !important;

    font-size: 12px !important;
    line-height: 1.5 !important;
}


/* =========================================================
   PAYMENT METHODS
========================================================= */

footer.bgz-v2-footer .bgz-v2-footer__payments {
    display: flex !important;

    align-items: center !important;

    justify-content: space-between !important;

    gap: 30px !important;

    width: 100% !important;

    box-sizing: border-box !important;

    padding: 24px 60px !important;

    margin: 0 !important;

    border-bottom:
        1px solid rgba(255,255,255,.08) !important;
}

footer.bgz-v2-footer .bgz-v2-footer__payments > div {
    display: flex !important;

    align-items: center !important;

    flex-wrap: wrap !important;

    gap: 9px !important;

    min-width: 0 !important;
}

footer.bgz-v2-footer .bgz-v2-footer__payments > div:last-child {
    flex-direction: column !important;

    align-items: flex-end !important;

    text-align: right !important;
}

footer.bgz-v2-footer .bgz-v2-footer__payments strong {
    color: #e7eef8 !important;

    font-size: 14px !important;

    font-weight: 700 !important;
}

footer.bgz-v2-footer .bgz-v2-footer__payments span {
    display: inline-flex !important;

    align-items: center !important;

    padding: 7px 11px !important;

    border:
        1px solid rgba(255,255,255,.10) !important;

    border-radius: 7px !important;

    background:
        rgba(255,255,255,.04) !important;

    color: #9fb0c4 !important;

    font-size: 12px !important;
}

footer.bgz-v2-footer .bgz-v2-footer__payments small {
    display: block !important;

    color: #8196af !important;

    font-size: 12px !important;
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

footer.bgz-v2-footer .bgz-v2-footer__bottom {
    display: flex !important;

    align-items: center !important;

    justify-content: space-between !important;

    gap: 20px !important;

    width: 100% !important;

    box-sizing: border-box !important;

    padding: 18px 60px !important;

    margin: 0 !important;
}

footer.bgz-v2-footer .bgz-v2-footer__bottom > span {
    color: #71869f !important;

    font-size: 12px !important;

    line-height: 1.5 !important;
}

footer.bgz-v2-footer .bgz-v2-footer__bottom > div {
    display: flex !important;

    align-items: center !important;

    gap: 20px !important;
}

footer.bgz-v2-footer .bgz-v2-footer__bottom a {
    color: #71869f !important;

    text-decoration: none !important;

    font-size: 12px !important;

    line-height: 1.5 !important;
}

footer.bgz-v2-footer .bgz-v2-footer__bottom a:hover {
    color: #ffffff !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    footer.bgz-v2-footer .bgz-v2-footer__top {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 35px;

        padding: 50px 40px 40px;
    }

    footer.bgz-v2-footer .bgz-v2-footer__brand {
        grid-column: 1 / -1;
    }

    footer.bgz-v2-footer .bgz-v2-footer__confidence {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    footer.bgz-v2-footer .bgz-v2-footer__payments {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    footer.bgz-v2-footer .bgz-v2-footer__bottom {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    footer.bgz-v2-footer {
        margin-top: 40px;

        border-radius: 18px;
    }


    /* TOP */

    footer.bgz-v2-footer .bgz-v2-footer__top {
        display: grid;

        grid-template-columns: 1fr;

        gap: 32px;

        padding: 38px 25px 32px;
    }

    footer.bgz-v2-footer .bgz-v2-footer__brand {
        grid-column: auto;
    }

    footer.bgz-v2-footer .bgz-v2-footer__logo-mark {
        width: 54px;
        height: 54px;

        flex-basis: 54px;

        border-radius: 14px;

        font-size: 17px;
    }

    footer.bgz-v2-footer .bgz-v2-footer__logo-copy strong {
        font-size: 19px;
    }

    footer.bgz-v2-footer .bgz-v2-footer__logo-copy small {
        font-size: 12px;
    }

    footer.bgz-v2-footer .bgz-v2-footer__brand > p {
        font-size: 14px;
    }


    /* COLUMNS */

    footer.bgz-v2-footer .bgz-v2-footer__column h4 {
        margin-bottom: 14px;

        font-size: 15px;
    }

    footer.bgz-v2-footer .bgz-v2-footer__column a {
        margin-bottom: 10px;

        font-size: 13px;
    }


    /* CONFIDENCE */

    footer.bgz-v2-footer .bgz-v2-footer__confidence {
        display: grid !important;

        grid-template-columns: 1fr !important;

        gap: 10px !important;

        padding: 22px 25px !important;
    }

    footer.bgz-v2-footer .bgz-v2-footer__confidence > div {
        padding: 14px 15px !important;
    }


    /* PAYMENTS */

    footer.bgz-v2-footer .bgz-v2-footer__payments {
        display: flex !important;

        flex-direction: column !important;

        align-items: flex-start !important;

        gap: 20px !important;

        padding: 22px 25px !important;
    }

    footer.bgz-v2-footer .bgz-v2-footer__payments > div {
        width: 100% !important;

        align-items: flex-start !important;
    }

    footer.bgz-v2-footer .bgz-v2-footer__payments > div:last-child {
        align-items: flex-start !important;

        text-align: left !important;
    }


    /* BOTTOM */

    footer.bgz-v2-footer .bgz-v2-footer__bottom {
        display: flex !important;

        flex-direction: column !important;

        align-items: flex-start !important;

        gap: 12px !important;

        padding: 18px 25px !important;
    }

    footer.bgz-v2-footer .bgz-v2-footer__bottom > div {
        gap: 16px !important;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    footer.bgz-v2-footer .bgz-v2-footer__top {
        padding-left: 18px;
        padding-right: 18px;
    }

    footer.bgz-v2-footer .bgz-v2-footer__confidence {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    footer.bgz-v2-footer .bgz-v2-footer__payments {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    footer.bgz-v2-footer .bgz-v2-footer__bottom {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    footer.bgz-v2-footer .bgz-v2-footer__contact-mini {
        align-items: flex-start;
        flex-direction: column;
    }

    footer.bgz-v2-footer .bgz-v2-footer__contact-mini a {
        font-size: 14px;
    }
}
/* =========================================================
   BGZ FOOTER - BRAND TITLE SINGLE LINE
========================================================= */

footer.bgz-v2-footer .bgz-v2-footer__logo-copy {
    min-width: max-content !important;
}

footer.bgz-v2-footer .bgz-v2-footer__logo-copy strong {
    white-space: nowrap !important;
}
/* =========================================================
   BGZ FOOTER - BRAND COLUMN WIDTH FIX
========================================================= */

@media (min-width: 1101px) {

    footer.bgz-v2-footer .bgz-v2-footer__top {
        grid-template-columns:
            minmax(390px, 1.7fr)
            repeat(4, minmax(145px, 1fr)) !important;

        column-gap: 38px !important;
    }

    footer.bgz-v2-footer .bgz-v2-footer__logo-copy {
        min-width: 0 !important;
    }

    footer.bgz-v2-footer .bgz-v2-footer__logo-copy strong {
        white-space: nowrap !important;
    }

    footer.bgz-v2-footer .bgz-v2-footer__logo-copy small {
        white-space: nowrap !important;
    }
}
/* =========================================================
   BGZ FOOTER ROUND STORE LOGO FIX
========================================================= */

footer.bgz-v2-footer .bgz-v2-footer__logo-mark.bgz-v2-footer__logo-image {
    width: 90px !important;
    height: 90px !important;
    min-width: 90px !important;
    min-height: 90px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    display: block !important;
    flex-shrink: 0 !important;
}

footer.bgz-v2-footer .bgz-v2-footer__logo-mark.bgz-v2-footer__logo-image img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
}