/* Shared storefront footer. Dashboard pages do not load this asset. */
.site-footer {
    --footer-bg: var(--site-brand-primary, #183a5a);
    --footer-text: #e8eef5;
    --footer-muted: #b8c7d6;
    --footer-accent: #7fb4ea;
    --footer-border: rgba(255, 255, 255, 0.14);
    background: var(--footer-bg);
    color: var(--footer-text);
    margin-top: 2rem;
    padding: 38px 0 0;
    font-size: 0.92rem;
    line-height: 1.4;
}

.footer-business { max-width: 500px; }
.footer-brand { display: inline-block; margin-bottom: 4px; color: #fff; font-size: 1.5rem; font-weight: 700; line-height: 1.2; text-decoration: none; }
.footer-legal-name { margin-top: 6px; color: #fff; font-weight: 600; }
.footer-rif { margin-top: 1px; color: var(--footer-muted); font-size: 0.875rem; }
.footer-description { max-width: 420px; margin: 0 0 18px; color: var(--footer-muted); font-size: 1.1rem; line-height: 1.25; }
.footer-contact { margin: 0; font-style: normal; }
.footer-contact-item { margin-bottom: 10px; }
.footer-contact-item:last-child { margin-bottom: 0; }
.footer-label { display: block; margin-bottom: 2px; color: #fff; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.045em; text-transform: uppercase; }
.footer-address { color: var(--footer-text); line-height: 1.45; }
.footer-map-link { display: inline-block; margin-left: 10px; color: #fff; font-size: 0.82rem; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.footer-phone-links { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.footer-phone-item { display: inline-flex; align-items: center; gap: 0.8rem; }
.footer-phone-links a { display: inline-flex; align-items: center; gap: 7px; color: #fff; text-decoration: none; }
.footer-whatsapp-link { color: var(--footer-accent) !important; font-size: 0.84rem; }
.footer-icon { width: 17px; font-size: 17px; line-height: 1; }
.footer-heading { margin: 0 0 12px; color: #fff; font-size: 1.18rem; font-weight: 700; letter-spacing: 0.01em; line-height: 1.25; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: 6px; }
.footer-links li:last-child { margin-bottom: 0; }
.footer-links a { color: #fff; font-size: 1rem; font-weight: 400; line-height: 1.35; text-decoration: none; }
.footer-links .footer-link-featured { font-weight: 500; }
.footer-links .footer-link-featured::after { content: " ›"; color: var(--footer-accent); font-weight: 700; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; padding: 16px 0; border-top: 1px solid var(--footer-border); color: var(--footer-muted); font-size: 0.82rem; }
.footer-social-inline { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.footer-social-inline a { display: inline-flex; align-items: center; gap: 6px; color: #fff; text-decoration: none; white-space: nowrap; }
.footer-social-icon { font-size: 15px; line-height: 1; }
.site-footer a:hover, .site-footer a:focus { color: #fff; opacity: 0.82; text-decoration: underline; text-underline-offset: 3px; }
.site-footer a:focus-visible { outline: 2px solid var(--footer-accent); outline-offset: 3px; border-radius: 2px; }

@media (max-width: 991.98px) {
    .site-footer { padding-top: 28px; text-align: center; }
    .footer-business { margin-right: auto; margin-left: auto; }
    .footer-description { margin: 0 auto 16px; text-align: center; }
    .footer-map-link { margin-left: 6px; }
    .footer-phone-links { align-items: center; }
    .footer-phone-item { gap: 0.55rem; }
    .footer-bottom { flex-direction: column; align-items: center; gap: 10px; margin-top: 22px; padding: 14px 0; text-align: center; }
    .footer-social-inline { justify-content: center; gap: 12px; }
    .footer-company-column { display: none; }
    .footer-information-column .footer-heading { display: none; }
    .footer-legal-column .footer-heading { display: none; }
}

@media (max-width: 575.98px) {
    .footer-brand { font-size: 1.4rem; }
}
