/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
    background: var(--bg);
    border-top: 1px solid var(--border);
    position: relative;
}
.site-footer::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--ember) 30%, var(--gold) 50%, var(--ember) 70%, transparent);
    opacity: .5;
}

.site-footer__main {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 1.4fr;
    gap: 56px;
    padding: 80px 40px 56px;
}

/* Brand */
.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.footer-brand img { width: 54px; height: 54px; object-fit: contain; }
.footer-brand__name {
    display: block;
    font-family: var(--font-display);
    font-size: 19px;
    font-weight: 600;
    color: var(--text);
    line-height: 1.1;
}
.footer-brand__sub {
    display: block;
    font-family: var(--font-util);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-top: 3px;
}
.site-footer__tag {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
    max-width: 320px;
    margin-bottom: 24px;
}
.site-footer__social { display: flex; gap: 10px; }
.site-footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--border);
    border-radius: 10px;
    color: var(--muted);
    transition: all var(--tr);
}
.site-footer__social a:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: #120d08;
    transform: translateY(-2px);
}

/* Colunas */
.site-footer__col h4 {
    font-family: var(--font-util);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
}
.site-footer__col ul li { margin-bottom: 12px; }
.site-footer__col a, .site-footer__col span {
    color: var(--muted);
    font-size: 14px;
    transition: color var(--tr);
}
.site-footer__col a:hover { color: var(--gold-lt); }

.site-footer__hours li {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.site-footer__hours span { color: var(--text-soft); font-weight: 600; }
.site-footer__hours em { color: var(--muted); font-style: normal; font-size: 13px; }

/* Barra inferior */
.site-footer__bar {
    border-top: 1px solid var(--border);
    padding: 22px 0;
}
.site-footer__bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 12px;
    color: var(--muted-dk);
}
.site-footer__made { color: var(--gold-deep); }

@media (max-width: 900px) {
    .site-footer__main {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        padding: 56px 22px 40px;
    }
}
@media (max-width: 520px) {
    .site-footer__main { grid-template-columns: 1fr; }
    .site-footer__bar-inner { flex-direction: column; text-align: center; }
}

/* ============================================================
   FAIXA DE PLATAFORMAS DE ENTREGA
   ============================================================ */
.delivery-band {
    border-bottom: 1px solid var(--border);
    background: var(--bg-2);
}
.delivery-band__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 28px 40px;
    flex-wrap: wrap;
}
.delivery-band__label {
    font-family: var(--font-util);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--muted);
}
.delivery-logos {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.delivery-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 22px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--surface);
    transition: all var(--tr);
}
.delivery-logo:hover {
    transform: translateY(-2px);
    border-color: var(--border-2);
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
}

/* Wordmarks das plataformas */
.dl-word {
    font-family: var(--font-util);
    font-weight: 800;
    font-size: 17px;
    letter-spacing: -.01em;
    line-height: 1;
}
.dl-word--glovo { color: #f9c134; }
.dl-word--glovo::after { content: '.'; color: #00a082; }
.dl-word--uber { color: #f2ede3; }
.dl-word--uber span { color: #06c167; margin-left: 1px; }
.dl-word--bolt { color: #f2ede3; }
.dl-word--bolt span { color: #34d186; margin-left: 1px; }

/* Plataformas dentro da homepage (secção visita) */
.visit__delivery { margin-top: 32px; }
.visit__delivery-label {
    display: block;
    font-family: var(--font-util);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 14px;
}
.visit__delivery .delivery-logos { justify-content: flex-start; }
.visit__delivery .delivery-logo { height: 40px; padding: 0 18px; }
.visit__delivery .dl-word { font-size: 15px; }

/* Nota rede fixa */
.visit__note {
    display: block;
    font-size: 10.5px;
    color: var(--muted-dk);
    letter-spacing: .02em;
    margin-top: 3px;
    font-style: normal;
}


/* Barra inferior — legais + crédito */
.site-footer__legal {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.site-footer__legal a {
    color: var(--muted);
    font-size: 12px;
    transition: color var(--tr);
}
.site-footer__legal a:hover { color: var(--gold-lt); }
.site-footer__legal .sep { color: var(--muted-dk); }

.site-footer__credit { color: var(--muted-dk); }
.site-footer__credit a {
    color: var(--gold-deep);
    font-weight: 600;
    transition: color var(--tr);
}
.site-footer__credit a:hover { color: var(--gold-lt); }

/* Barra inferior — 3 colunas */
.site-footer__bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 820px) {
    .site-footer__bar-inner { flex-direction: column; text-align: center; gap: 14px; }
    .site-footer__legal { justify-content: center; }
    .delivery-band__inner { gap: 18px; }
}

.tdg-phone-footnote {
    display: block;
    margin-top: 18px;
    font-size: 11.5px;
    color: var(--muted-dk);
    letter-spacing: .02em;
}
.tdg-phone-footnote sup {
    color: var(--gold);
    font-weight: 600;
    margin-right: 3px;
}
