/* LCH Footer styles */
.lch-footer {
  --lch-gap: 28px;
  --lch-sep: rgba(255,255,255,0.08);
  background: #000;
  color: #fff;
  padding: 40px 16px 0;
  font-size: 15px;
  line-height: 1.6;
}
.lch-footer a { text-decoration: none; }
.lch-footer__grid {
  display: grid;
  grid-template-columns: 1.1fr 1px 1fr 1px 1fr 1px 1.1fr;
  gap: var(--lch-gap);
  align-items: start;
}
.lch-footer__col h3, .lch-footer__col h4 { margin: 0 0 12px 0; font-weight: 700; }
.lch-footer__logo { max-width: 120px; margin-bottom: 12px; }
.lch-footer__muted { opacity: .85; margin: 0; }
.lch-footer__col.sitemap ul { list-style: none; padding: 0; margin: 0; }
.lch-footer__col.sitemap li { margin: 6px 0; }
.lch-footer__col.sitemap a { opacity: .9; }
.lch-footer__col.social .lch-footer__social-title { font-weight: 600; margin: 4px 0; }
.lch-footer__icons { display: flex; gap: 10px; margin: 6px 0 12px; }
.lch-ico { width: 38px; height: 38px; border: 2px solid #854cff; border-radius: 8px; display: inline-block; position: relative; }
.lch-ico::before { content: ''; position: absolute; inset: 0; margin: auto; width: 18px; height: 18px; background: currentColor; mask-size: cover; -webkit-mask-size: cover; }
.lch-ico.fb { color: #ffffff; }
.lch-ico.fb::before { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23fff" d="M279.14 288l14.22-92.66h-88.91V127.78c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.2V288z"/></svg>'); }
.lch-ico.ig { color: #ffffff; }
.lch-ico.ig::before { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9S160.5 370.8 224.1 370.8 339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.2 0-74.7-33.4-74.7-74.7 0-41.2 33.4-74.7 74.7-74.7 41.2 0 74.7 33.4 74.7 74.7 0 41.2-33.5 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 27-27 27-14.9 0-27-12.1-27-27s12.1-27 27-27 27 12.1 27 27zM398.8 80H49.2C22 80 0 102 0 129.2v249.5C0 405 22 427 49.2 427h349.5c27.2 0 49.2-22 49.2-49.2V129.2C448 102 426 80 398.8 80zM224.1 338c-45.3 0-82.1-36.8-82.1-82.1 0-45.3 36.8-82.1 82.1-82.1s82.1 36.8 82.1 82.1-36.8 82.1-82.1 82.1z"/></svg>'); }
.lch-footer__stores { display: flex; gap: 10px; margin-top: 10px; }
.lch-store { padding: 10px 12px; border-radius: 12px; background: #222; font-weight: 600; font-size: 13px; display: inline-block; }
.lch-btn { display: inline-block; margin-top: 12px; padding: 12px 18px; border-radius: 12px; background: #854cff; color: #fff; font-weight: 700; }
.sep-col { width: 1px; background: var(--lch-sep); align-self: stretch; }

.lch-footer__bottom {
  margin-top: 28px;
  border-top: 1px solid var(--lch-sep);
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 0 18px;
  font-size: 14px;
  align-items: center;
}
.lch-footer__bottom .right a { opacity: .9; }
.lch-footer__bottom .sep { opacity: .4; margin: 0 8px; }

@media (max-width: 1024px) {
  .lch-footer__grid { grid-template-columns: 1fr; }
  .sep-col { display: none; }
  .lch-footer__col { padding-bottom: 14px; }
  .lch-footer__bottom { flex-direction: column; align-items: flex-start; }
}


/* ===== LCH Footer v1.1.1 — Mobile centering fix ===== */
@media (max-width: 780px) {
  .lch-footer { 
    padding: 28px 16px 22px;
    text-align: center;
  }
  .lch-footer__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }
  .lch-footer__col {
    width: 100%;
    max-width: 560px;
  }
  .lch-footer__col h4 { 
    margin-bottom: 10px; 
  }
  .lch-footer__list,
  .lch-footer__icons,
  .lch-footer__apps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
  }
  .lch-footer__list li { list-style: none; }
  .lch-footer__cta,
  .lch-footer .btn-primary,
  .lch-footer .button-primary {
    margin: 6px auto 0;
    display: inline-flex;
  }
  .lch-footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    gap: 6px;
    text-align: center;
  }
  .lch-footer__bottom .left,
  .lch-footer__bottom .right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .lch-footer__bottom .sep { margin: 0 6px; }
  .sep-col { display: none !important; }
}
/* ===== End mobile centering fix ===== */

@media (max-width: 780px) {
  .lch-footer__branding,
  .lch-footer .branding,
  .lch-footer .logo,
  .lch-footer .site-logo,
  .lch-footer .brand {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


/* ===== LCH Footer v1.1.2 — Mobile hide social/app/sitemap ===== */
@media (max-width: 780px) {
  /* Oculta ícones (Facebook/Instagram/YouTube se houver), bloco "Baixe o APP" e lista do mapa do site */
  .lch-footer__col.social,
  .lch-footer__stores,
  .lch-footer__col.sitemap {
    display: none !important;
  }
}
/* ===== End hide ===== */


/* ===== LCH Footer v1.1.3 — Mobile/Tablet hide blocks ===== */
@media (max-width: 1024px) {
  /* Remover social, Baixe o APP (Android/iOS) e Mapa do Site */
  .lch-footer__col.social,
  .lch-footer__social-group,
  .lch-footer__social-title,
  .lch-footer__icons,
  .lch-footer__stores,
  .lch-store.android,
  .lch-store.ios,
  .lch-footer__col.sitemap,
  .lch-footer__col.sitemap + .sep-col {
    display: none !important;
  }
}
/* ===== end v1.1.3 ===== */
