.site-footer { margin-top: 0; color: #e9e4d8; background: var(--alfa-charcoal); }
.site-footer__cta { color: var(--alfa-ink); background: var(--alfa-gold); }
.site-footer__cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; padding-block: 36px; }
.site-footer__cta h2 { max-width: 620px; margin: 0; font-size: clamp(1.45rem, 2.8vw, 2.2rem); line-height: 1.3; }
.button--light { border-color: var(--alfa-ink); color: var(--alfa-ink); background: transparent; }
.button--light:hover, .button--light:focus-visible { color: #fff; background: var(--alfa-ink); }
.site-footer__inner { display: grid; grid-template-columns: 1.3fr .8fr 1fr; gap: 48px; padding-block: 64px 44px; }
.site-footer__brand img { width: 144px; height: auto; filter: brightness(0) invert(1); object-fit: contain; object-position: right; }
.site-footer__brand p { margin: 18px 0 0; color: #c1bdb4; }
.site-footer h3 { margin: 0 0 16px; color: var(--alfa-gold-light); font-size: .9rem; }
.footer-nav__menu { display: grid; gap: 8px; padding: 0; margin: 0; list-style: none; }
.footer-nav__menu a, .site-footer__contact a { color: inherit; }
.footer-nav__menu a:hover, .site-footer__contact a:hover { color: var(--alfa-gold-light); }
.site-footer__contact { display: grid; align-content: start; gap: 8px; }
.site-footer__contact p { max-width: 310px; margin: 4px 0 0; color: #c1bdb4; font-size: .9rem; }
.site-footer__contact .site-footer__email { margin: 0; color: #e9e4d8; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 20px 28px; border-top: 1px solid rgba(255,255,255,.12); color: #b9b5ac; font-size: .82rem; }
.site-footer__bottom p { margin: 0; }
.site-footer__legal { display: grid; gap: 10px; }
.site-footer__policies { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.site-footer__policies a { color: #d5d0c6; text-decoration: underline; text-decoration-color: rgba(213,208,198,.35); text-underline-offset: 4px; }
.site-footer__policies a:hover, .site-footer__policies a:focus-visible { color: var(--alfa-gold-light); text-decoration-color: currentColor; }
.site-footer__socials { display: flex; flex-wrap: wrap; gap: 16px; direction: ltr; }
.site-footer__socials a:hover { color: var(--alfa-gold-light); }
.alfa-whatsapp-float { position: fixed; z-index: 19; right: 24px; bottom: 24px; display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 8px 22px rgba(0,0,0,.23); transition: transform .2s ease; }
.alfa-whatsapp-float:hover { transform: translateY(-3px); }
.alfa-whatsapp-float svg { width: 29px; height: 29px; }
@media (max-width: 760px) { .site-footer__cta-inner, .site-footer__bottom { align-items: flex-start; flex-direction: column; } .site-footer__inner { grid-template-columns: 1fr; gap: 32px; padding-block: 48px 36px; } .alfa-whatsapp-float { right: 16px; bottom: 16px; } }
