/* Rodapé LMHSP (duas colunas + barra inferior) */

.lmhsp-footer{
  background: #1a1a1a;
  color: #e5e5e5;
  padding: 3.5rem 1.5rem 0;
  font-family: 'Inter', 'Open Sans', sans-serif;
  box-sizing: border-box;
}
.lmhsp-footer *,
.lmhsp-footer *::before,
.lmhsp-footer *::after{
  box-sizing: border-box;
}

.lmhsp-footer-inner{
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 900px){
  .lmhsp-footer-inner{
    width: 90%;
    max-width: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
  }
}

.lmhsp-footer-col{
  flex: 1 1 200px;
  min-width: 0;
  max-width: 100%;
}

.lmhsp-footer-col--brand{
  text-align: left;
}

.lmhsp-footer-logo{
  height: 52px;
  width: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 1rem;
}

.lmhsp-footer-tagline{
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #d4d4d4;
  max-width: 28rem;
}

.lmhsp-footer-org{
  margin: 1rem 0 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #c4c4c4;
  max-width: 28rem;
}

.lmhsp-footer-heading{
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.lmhsp-footer-text{
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #c4c4c4;
}

.lmhsp-footer-link{
  color: #c4c4c4;
  text-decoration: none;
  transition: color 0.2s ease;
}
.lmhsp-footer-link:hover{
  color: #fff;
}

.lmhsp-footer-col--contact{
  text-align: left;
}

@media (min-width: 900px){
  .lmhsp-footer-col--contact{
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 0 1 280px;
  }
  .lmhsp-footer-col--contact .lmhsp-footer-heading,
  .lmhsp-footer-col--contact .lmhsp-footer-text{
    text-align: right;
  }
}

.lmhsp-footer-social{
  display: flex;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

@media (min-width: 900px){
  .lmhsp-footer-col--contact .lmhsp-footer-social{
    justify-content: flex-end;
  }
}

.lmhsp-footer-social-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #2d2d2d;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}
.lmhsp-footer-social-btn:hover{
  background: #404040;
  transform: translateY(-1px);
}

.lmhsp-footer-dev{
  margin: 1.5rem 0 0;
  font-size: 0.9rem;
  color: #a3a3a3;
}

.lmhsp-footer-accent{
  color: #f97316 !important;
  font-weight: 800;
  text-decoration: none;
}
.lmhsp-footer-accent:hover{
  text-decoration: underline;
}

.lmhsp-footer-bottom{
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.25rem 0 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 0.8rem;
  color: #737373;
}
@media (min-width: 900px){
  .lmhsp-footer-bottom{
    width: 90%;
    max-width: none;
  }
}
.lmhsp-footer-bottom p{
  margin: 0;
}
