/* ╔══════════════════════════════════════════════════════╗
   ║ siteFooter — ULTRA COMPACTO (5 colunas no topo)     ║
   ╚══════════════════════════════════════════════════════╝ */

/* Footer geral */
.site-footer {
  background: #f1f5f9;
  border-top: 1px solid #e2e8f0;
  color: #1e293b;
  margin-top: 30px;
  font-family: 'Inter', sans-serif;
}

/* ===========================
   TOPO — colunas
   =========================== */
.site-footer__top {
  max-width: 1620px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  gap: 24px;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.footer-col {
  flex: 1;
  min-width: 0;
}

/* Logo */
.footer-logo {
  width: 110px;
  margin-bottom: 6px;
}

/* Texto */
.footer-description {
  font-size: 12px;
  line-height: 1.35;
  margin-bottom: 8px;
}

/* Botão WhatsApp */
.footer-whatsapp-btn {
  padding: 5px 10px;
  font-size: 11px;
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
}

.footer-whatsapp-btn img {
  width: 16px;
  height: 16px;
}

/* ===========================
   PLATAFORMA CONSART
   =========================== */

.footer-col--contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-platform-embed {
  margin-top: 8px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.footer-platform-embed .site-menu__platform {
  display: flex;
  align-items: center;
  margin-left: 0 !important;
  padding: 0;
  width: auto;
}

.footer-platform-embed .site-menu__platform-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.footer-platform-embed .site-menu__platform-icon {
  width: 75px;
  height: auto;
}

.footer-platform-embed .site-menu__platform-text {
  text-align: left;
  line-height: 1.2;
}

.footer-platform-embed .site-menu__platform-subtitle {
  font-size: 7.5px;
  letter-spacing: 0.1em;
  color: #64748b;
}

.footer-platform-embed .site-menu__platform-title {
  font-size: 10px;
  font-weight: 700;
  color: #0f172a;
}

/* ===========================
   TÍTULOS E LINKS
   =========================== */
.footer-col h4 {
  margin-bottom: 6px;
  font-size: 13px;
}

.footer-col ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 4px;
}

.footer-col ul li a {
  font-size: 12px;
  color: #1e40af;
  text-decoration: none;
}

.footer-col ul li a:hover {
  text-decoration: underline;
}

/* ===========================
   CONTATO
   =========================== */
.footer-contact {
  font-size: 12px;
  margin-bottom: 6px;
  line-height: 1.35;
}

/* ===========================
   COLUNA REDES & SELOS        (5ª coluna)
   =========================== */
.footer-col--social {
  text-align: right;
}

.footer-social-list {
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}

.footer-social-list li {
  margin-bottom: 3px;
}

.footer-social-list a {
  font-size: 12px;
  color: #1e40af;
  text-decoration: none;
}

.footer-social-list a:hover {
  text-decoration: underline;
}

.footer-security-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-security-list li {
  font-size: 12px;
  color: #0f172a;
  margin-bottom: 3px;
}

/* ===========================
   RODAPÉ FINAL
   =========================== */
.site-footer__bottom {
  font-size: 11px;
  text-align: center;
  padding: 8px;
  color: #64748b;
}
