/* ad-footer-live-v019 - WordPress-style customer footer */
.ad-footer-v2 {
    background: #050505 !important;
    color: #ffffff !important;
    margin-top: 44px !important;
    padding: 0 !important;
    border-top: 1px solid rgba(255,255,255,.06);
}

.ad-footer-v2,
.ad-footer-v2 * {
    box-sizing: border-box;
}

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

.ad-footer-v2-inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 30px 0 58px;
    display: grid;
    grid-template-columns: minmax(240px, 1.25fr) repeat(3, minmax(180px, .9fr));
    gap: 34px;
    align-items: start;
}

.ad-footer-brand-block {
    text-align: center;
    padding-top: 2px;
}

.ad-footer-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(265px, 100%);
    background: #050505;
}

.ad-footer-logo {
    display: block;
    width: 100%;
    height: auto;
    max-height: 82px;
    object-fit: contain;
}

.ad-footer-quote {
    margin: 22px auto 16px;
    max-width: 390px;
    font-size: clamp(19px, 1.55vw, 24px);
    line-height: 1.45;
    font-weight: 950;
    letter-spacing: -.02em;
    color: #ffffff;
}

.ad-footer-socials {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.ad-footer-socials a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255,255,255,.65);
    border-radius: 999px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    transition: border-color 140ms ease, color 140ms ease, background 140ms ease;
}

.ad-footer-socials a:hover,
.ad-footer-socials a:focus-visible {
    border-color: #FEA806;
    color: #050505;
    background: #FEA806;
    outline: none;
}

.ad-footer-link-column h2 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 950;
    letter-spacing: -.02em;
}

.ad-footer-link-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ad-footer-link-column li {
    border-bottom: 1px solid rgba(255,255,255,.16);
}

.ad-footer-link-column a {
    display: flex;
    align-items: center;
    min-height: 42px;
    gap: 12px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 850;
    transition: color 140ms ease, padding-left 140ms ease;
}

.ad-footer-link-column a span {
    color: #95c412;
    font-size: 27px;
    line-height: 1;
    font-weight: 900;
    transform: translateY(-1px);
}

.ad-footer-link-column a:hover,
.ad-footer-link-column a:focus-visible {
    color: #FEA806;
    padding-left: 4px;
    outline: none;
}

.ad-footer-v2-bottom {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 0 0 22px;
    text-align: center;
    color: #ffffff;
}

.ad-footer-v2-bottom p {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.35;
}

.ad-footer-payment-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
}

.ad-footer-payment-chip {
    min-width: 46px;
    min-height: 28px;
    padding: 4px 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: rgba(255,255,255,.12);
    color: rgba(255,255,255,.78);
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -.02em;
}

.ad-footer-payment-chip-text:nth-child(2) {
    text-transform: none;
    font-size: 9px;
}

.ad-footer-payment-chip-text:nth-child(3) {
    max-width: 58px;
    font-size: 7px;
    line-height: 1.05;
}

.ad-footer-payment-chip img {
    display: block;
    max-width: 43px;
    max-height: 20px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(1) brightness(.9);
    opacity: .82;
}

.ad-footer-back-top {
    position: fixed;
    right: 26px;
    bottom: 24px;
    z-index: 80;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255,255,255,.72);
    border-radius: 999px;
    background: rgba(5,5,5,.84);
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(0,0,0,.2);
}

.ad-footer-back-top:hover,
.ad-footer-back-top:focus-visible {
    border-color: #FEA806;
    background: #FEA806;
    color: #050505;
    outline: none;
}

@media (max-width: 960px) {
    .ad-footer-v2-inner {
        grid-template-columns: 1fr 1fr;
        gap: 30px 26px;
    }

    .ad-footer-brand-block {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .ad-footer-v2 {
        margin-top: 34px !important;
    }

    .ad-footer-v2-inner {
        width: min(430px, calc(100% - 28px));
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 28px 0 40px;
    }

    .ad-footer-brand-block {
        text-align: center;
    }

    .ad-footer-logo-link {
        width: min(245px, 100%);
    }

    .ad-footer-quote {
        margin-top: 18px;
        font-size: 20px;
    }

    .ad-footer-link-column h2 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .ad-footer-link-column a {
        min-height: 40px;
        font-size: 15px;
    }

    .ad-footer-v2-bottom {
        width: min(430px, calc(100% - 28px));
        padding-bottom: 20px;
    }

    .ad-footer-back-top {
        right: 16px;
        bottom: 16px;
        width: 40px;
        height: 40px;
        font-size: 22px;
    }
}
