/* ========================================
   FOOTER - EMPRESA FORA
======================================== */

.ef-home-footer {
    background: #000;
    color: #fff;
    padding: 0px 0 34px;
}

.ef-home-footer a {
    color: inherit;
    text-decoration: none;
}

.ef-home-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ef-home-footer__inner {
    position: relative;
    display: flex;
    flex-direction: column;
}

body.home .ef-home-footer {
    overflow: hidden;
}

body.home .ef-home-footer__inner {
    padding-top: 92px;
}

.ef-home-footer__top {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 48px;
}

.ef-home-footer__column,
.ef-home-footer__stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ef-home-footer__stack--right {
    align-items: flex-start;
}

.ef-home-footer__brand-image {
    width: min(210px, 100%);
    height: auto;
    display: block;
}

.ef-home-footer__brand p {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.94rem;
    line-height: 1.65;
}

.ef-home-footer__section h3 {
    margin: 20px 0 10px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
}

.ef-home-footer__section p,
.ef-home-footer__section a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.94rem;
    line-height: 1.65;
}

.ef-home-footer__section li+li {
    margin-top: 8px;
}

.ef-home-footer__section a {

    transition: color 0.2s ease, opacity 0.2s ease;
}


.ef-home-footer__section .ef-btn {
    margin-top: 26px;
}

.ef-home-footer__section a:hover {
    color: #efcb59;
}

.ef-home-footer__subcta {
    display: inline-block;
    margin-top: 10px;
}

.ef-home-footer__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-top: 18px;
    padding: 0 32px;
    border-radius: 999px;
    background: var(--gold-grad-rich);
    background-size: 200% auto;
    color: #000000 !important;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(.165, .84, .44, 1);
}

.ef-home-footer__button:hover {
    background-position: right center;
    transform: scale(1.02);
    box-shadow: 0 0 15px rgba(225, 172, 65, 0.4);
}

.ef-home-footer__socials {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 34px;
}

.ef-home-footer__socials a,
.ef-home-footer__socials svg {
    width: 34px;
    height: 34px;
}

.ef-home-footer__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.ef-home-footer__socials a:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.ef-home-footer__bottom {
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.82rem;
    line-height: 1.65;
    text-align: center;
}

.ef-home-footer__bottom p {
    margin: 0;
}

.ef-home-footer__bottom p+p {
    margin-top: 6px;
}

/* Footer simples */
.site-footer {
    background: #000;
    color: #fff;
    padding: 48px 0 28px;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.site-footer a:hover {
    color: #efcb59;
}

.site-footer__bottom {
    margin-top: 28px;
    font-size: 0.88rem;
    line-height: 1.6;
}

/* Responsivo */
@media (max-width: 991px) {
    .ef-home-footer__top {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }

    .ef-home-footer__column,
    .ef-home-footer__stack {
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .ef-home-footer {
        padding: 84px 0 34px;
    }

    body.home .ef-home-footer {
        padding-top: 56px;
    }

    body.home .ef-home-footer__inner {
        padding-top: 70px;
    }

    body.home .ef-home-footer__inner::before {
        width: min(250px, 70vw);
        height: 104px;
        opacity: 0.16;
    }

    .ef-home-footer__section h3 {
        margin-bottom: 10px;
        font-size: 1rem;
    }

    .ef-home-footer__section p,
    .ef-home-footer__section a {
        font-size: 0.94rem;
        line-height: 1.65;
    }

    .ef-home-footer__socials {
        justify-content: center;
        margin-top: 34px;
    }

    .ef-home-footer__bottom {
        margin-top: 28px;
        font-size: 0.82rem;
    }

    .ef-home-footer__section .ef-btn {
        width: 100%;
    }
}
