.site-footer {
    position: relative;
    overflow: hidden;

    padding: 76px 0 28px;

    background:
        radial-gradient(
            circle at 94% 8%,
            rgba(200, 155, 109, 0.10),
            transparent 28%
        ),
        linear-gradient(
            160deg,
            var(--green-950, #042f2a) 0%,
            var(--green-900, #075f55) 100%
        );

    color: #ffffff;
}

.site-footer::before {
    content: "";
    position: absolute;
    right: -160px;
    top: -160px;

    width: 420px;
    height: 420px;

    border: 1px solid rgba(200, 155, 109, 0.22);
    border-radius: 50%;

    pointer-events: none;
}

.footer-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns:
        minmax(0, 1.25fr)
        minmax(180px, 0.65fr)
        minmax(260px, 0.9fr);
    align-items: start;
    gap: clamp(38px, 6vw, 72px);
}

.footer-logo {
    display: block;

    width: 170px;
    margin-bottom: 26px;
}

.footer-brand p {
    max-width: 470px;
    margin: 0;

    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.85;
}

.footer-technical {
    margin-top: 26px !important;
    padding-top: 22px;

    border-top: 1px solid rgba(255, 255, 255, 0.10);

    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 0.86rem !important;
    line-height: 1.7 !important;
    font-weight: 650;
}


/* ========================================
   TÍTULOS DAS COLUNAS
   ======================================== */

.footer-title {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin: 0 0 18px;

    color: var(--champagne, #c89b6d);

    font-family:
        var(--font-body, "Manrope"),
        Arial,
        sans-serif;

    font-size: 0.72rem;
    line-height: 1.3;
    font-weight: 850;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.footer-title::before {
    content: "";

    width: 26px;
    height: 1px;

    background: var(--champagne, #c89b6d);
    opacity: 0.9;
}


/* ========================================
   LISTAS
   ======================================== */

.footer-list {
    display: grid;
    gap: 11px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.footer-list li,
.footer-list a {
    color: rgba(255, 255, 255, 0.72);

    font-size: 0.9rem;
    line-height: 1.6;
    text-decoration: none;
}

.footer-list a {
    transition: color 0.25s ease;
}

.footer-list a:hover {
    color: var(--champagne, #c89b6d);
}


/* ========================================
   COLUNA DE ATENDIMENTO
   ======================================== */

.footer-service {
    max-width: 360px;
}

.footer-contact-list {
    margin-bottom: 26px;
}


/* ========================================
   ENDEREÇO
   ======================================== */

.footer-address {
    margin: 0 0 22px;

    color: rgba(255, 255, 255, 0.72);
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.75;
}

.footer-address strong {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 8px;

    color: #ffffff;
    font-size: 0.84rem;
    line-height: 1.4;
    font-weight: 850;
}

.footer-address strong::before {
    content: "";

    width: 22px;
    height: 1px;

    background: var(--champagne, #c89b6d);
    opacity: 0.9;
}

.footer-address span {
    display: block;

    color: rgba(255, 255, 255, 0.72);
}


/* ========================================
   BOTÃO GOOGLE MAPS
   ======================================== */

.footer-map-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 46px;
    padding: 13px 20px;

    border: 1px solid var(--champagne, #c89b6d);
    border-radius: 999px;

    background: var(--champagne, #c89b6d);
    color: var(--green-950, #042f2a);

    font-size: 0.78rem;
    line-height: 1;
    font-weight: 850;
    text-decoration: none;

    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.footer-map-button:hover {
    transform: translateY(-2px);

    border-color: #ffffff;
    background: #ffffff;
    color: var(--green-950, #042f2a);
}


/* ========================================
   RODAPÉ INFERIOR
   ======================================== */

.footer-bottom {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;

    margin-top: 54px;
    padding-top: 22px;

    border-top: 1px solid rgba(255, 255, 255, 0.12);

    color: rgba(255, 255, 255, 0.58);
    font-size: 0.76rem;
    line-height: 1.6;
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-legal a {
    color: rgba(255, 255, 255, 0.58);
    text-decoration: none;

    transition: color 0.25s ease;
}

.footer-legal a:hover {
    color: #ffffff;
}


/* ========================================
   CRÉDITO SESSÃO DE MARKETING
   ======================================== */

.footer-credit {
    position: relative;
    z-index: 2;

    margin-top: 18px;
    padding-top: 18px;

    border-top: 1px solid rgba(255, 255, 255, 0.08);

    color: rgba(255, 255, 255, 0.48);
    font-size: 0.74rem;
    line-height: 1.6;
    text-align: center;
}

.footer-credit a {
    color: rgba(255, 255, 255, 0.76);
    font-weight: 750;
    text-decoration: none;

    transition: color 0.25s ease;
}

.footer-credit a:hover {
    color: var(--champagne, #c89b6d);
}


/* ========================================
   RESPONSIVO — TABLET
   ======================================== */

@media (max-width: 980px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 42px;
    }

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

    .footer-brand p {
        max-width: 680px;
    }

    .footer-service {
        max-width: none;
    }
}


/* ========================================
   RESPONSIVO — MOBILE
   ======================================== */

@media (max-width: 680px) {
    .site-footer {
        padding: 56px 0 24px;
    }

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

    .footer-logo {
        width: 154px;
        margin-bottom: 22px;
    }

    .footer-brand p {
        font-size: 0.9rem;
        line-height: 1.78;
    }

    .footer-technical {
        margin-top: 22px !important;
    }

    .footer-title {
        gap: 10px;
    }

    .footer-title::before {
        width: 22px;
    }

    .footer-address strong {
        gap: 9px;
    }

    .footer-address strong::before {
        width: 20px;
    }

    .footer-bottom {
        display: block;

        margin-top: 40px;
    }

    .footer-legal {
        margin-top: 13px;
    }

    .footer-map-button {
        width: 100%;
    }

    .footer-credit {
        text-align: left;
    }
}

/* ========================================
   REDES SOCIAIS NO RODAPÉ
   ======================================== */

.footer-social{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:18px;
}

.footer-social a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:36px;
    height:36px;
    border:1px solid rgba(255,255,255,.22);
    border-radius:50%;
    color:rgba(255,255,255,.8);
    transition:background-color .25s ease,border-color .25s ease,color .25s ease;
}

.footer-social a:hover{
    border-color:var(--champagne,#c89b6d);
    background:var(--champagne,#c89b6d);
    color:var(--green-950,#042f2a);
}