/* VOLANTE APP — RODAPE.CSS */
/* Escopo: Rodapé institucional do site */

/* ===========================================================
   FOOTER
=========================================================== */

.footer {
  width: 100%;
  max-width: none;
  margin: 46px 0 0;
  padding: 42px 18px 30px;
  background: #0f172a;
  color: #ffffff;
}

.footer-conteudo,
.footer-baloes {
  width: min(100%, 1120px);
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.footer-coluna,
.footer-card {
  min-width: 0;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .10);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}

.footer-logo {
  display: none;
}

.footer-coluna h3,
.footer-coluna h4,
.footer-card h3,
.footer-card h4 {
  margin: 0 0 8px;
  color: #ffffff;
  font-weight: 950;
  letter-spacing: normal;
  line-height: 1.2;
}

.footer-coluna h3,
.footer-card h3 {
  font-size: 1.17rem;
}

.footer-coluna h4,
.footer-card h4 {
  font-size: 1rem;
}

.footer-coluna p,
.footer-card p {
  max-width: 100%;
  margin: 0 0 6px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.footer-coluna a,
.footer-card a {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 7px 0 0;
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  transition: .2s ease;
  word-break: normal;
  overflow-wrap: anywhere;
}

.footer-coluna a:hover,
.footer-card a:hover {
  color: #ffffff;
  opacity: 1;
}

.footer-brand p:first-of-type {
  color: rgba(255, 255, 255, .78);
  font-weight: 400;
}

.footer-social {
  margin-top: 10px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, .78);
  background: transparent;
  font-size: 14px;
  font-weight: 700;
}

.footer-bottom {
  width: min(100%, 1120px);
  max-width: 1120px;
  margin: 22px auto 0;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .10);
  border-radius: 12px;
  background: #ffffff;
  color: #0f172a;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
}

.instagram-link {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

/* ===========================================================
   RESPONSIVO RODAPÉ
=========================================================== */

@media (max-width: 980px) {
  .footer-conteudo,
  .footer-baloes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .footer {
    margin-top: 34px;
    padding: 34px 12px 28px;
  }

  .footer-coluna,
  .footer-card {
    padding: 18px;
    border-radius: 20px;
  }

  .footer-coluna h3,
  .footer-card h3 {
    font-size: 1.06rem;
  }

  .footer-coluna h4,
  .footer-card h4 {
    font-size: .96rem;
  }

  .footer-coluna p,
  .footer-card p,
  .footer-coluna a,
  .footer-card a {
    font-size: 13px;
  }

  .footer-bottom {
    margin-top: 18px;
    padding: 16px 12px;
    font-size: 12px;
  }
}
