/* ==========================================================================
  FOOTER - INICIO
   ========================================================================== */
/* Corpo principal do rodapé */
.page-footer {

  background:
    linear-gradient(90deg, #081525 0%, #142F4F 55%, #223447 100%) !important;

  color: #fff;

  padding-top: 0;

  margin-top: 0;

}

/* linha dourada */

.page-footer .gold-line {

  height: 4px;

  background: linear-gradient(90deg, #b58a16, #d8b548, #b58a16);

}

/* conteúdo */

.footer-content {

  padding: 70px 0 35px;

}

/* logo */

/* Coluna da marca: logo e assinatura curta, centralizados na primeira coluna. */
.footer-brand {

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  /* Alinha a marca com os títulos das demais colunas em telas grandes. */
  padding-top: 88px;

  text-align: center;

}

.footer-logo {
  display: block;
  width: 230px;
  max-width: 100%;
  height: auto;
  margin: 0 0 25px;

}

/* Assinatura discreta: frase curta, sem itálico para leitura mais direta. */
.footer-brand-signature {
  max-width: 245px;
  margin: 0;
  color: rgba(255, 255, 255, .78) !important;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.45 !important;
}

/* títulos */

.page-footer h5 {

  color: var(--cor-destaque);

  font-size: 18px;

  font-weight: 600;

  margin-bottom: 30px;

  font-family: 'Cormorant Garamond', serif;

  letter-spacing: 1px;

}

/* textos */

.page-footer p {

  color: rgba(255, 255, 255, .82);

  line-height: 30px;

  font-size: 15px;

}

/* listas */

.page-footer ul {

  margin: 0;

}

.page-footer li {

  margin-bottom: 14px;

}

.page-footer li a {

  color: rgba(255, 255, 255, .82);

  transition: .35s;

}

.page-footer li a:hover {

  color: var(--cor-destaque);

  padding-left: 8px;

}

/* contato */

.footer-contact i {

  color: var(--cor-destaque);

  width: 24px;

  margin-right: 8px;

}

/* botão */

.footer-btn {

  width: 100%;

  height: 54px;

  border-radius: 40px;

  background: var(--cor-destaque);

  color: var(--cor-primaria);

  font-weight: 600;

  display: flex;

  justify-content: center;

  align-items: center;

  gap: 10px;

  transition: .35s;

}

.footer-btn:hover {

  background: var(--cor-destaque-hover);

  transform: translateY(-3px);

}

/* redes sociais */

.footer-social {

  display: flex;

  gap: 14px;

  margin-top: 28px;

}

.footer-social a {

  width: 46px;

  height: 46px;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  background: rgba(255, 255, 255, .08);

  color: #fff;

  transition: .35s;

}

.footer-social a:hover {

  background: var(--cor-destaque);

  color: var(--cor-primaria);

  transform: translateY(-5px);

}

/* linha */

.footer-divider {

  border: none;

  border-top: 1px solid rgba(255, 255, 255, .12);

  margin: 35px 0;

}

/* links inferiores */

.footer-links {

  color: rgba(255, 255, 255, .75);

  font-size: 14px;

}

.footer-links a {

  color: inherit;

}

.footer-links a:hover {

  color: var(--cor-destaque);

}

/* copyright */

/* Centraliza a linha e seus links em todas as larguras de tela. */
.footer-copyright > .container {
  text-align: center;
}

.footer-copyright {

  background: rgba(0, 0, 0, .25) !important;

  padding: 20px 0 !important;

  font-size: 14px;

}

/* RESPONSIVO */

@media(max-width:992px) {

  .footer-content {

    padding: 55px 0 20px;

  }

  .page-footer .col {

    margin-bottom: 40px;

    text-align: center;

  }

  .footer-social {

    justify-content: center;

  }

  .footer-btn {

    max-width: 320px;

    margin: auto;

  }

}
/* ==========================================================================
  FOOTER - FIM
  ========================================================================== 
*/
/* ======================================================
   FOOTER — VERSÃO MOBILE MAIS ENXUTA
====================================================== */
@media (max-width: 600px) {
  .footer-brand { padding-top: 0 !important; }
  .footer-content { padding: 42px 0 8px; }
  .footer-content > .row:first-child > .footer-contact { display: none; }
  .footer-links { display: none; }
  .page-footer .col { margin-bottom: 30px; }
  .page-footer h5 { margin-bottom: 18px; }
  .footer-logo { width: 180px; max-width: 100%; margin-bottom: 12px; }
  .footer-brand-signature { max-width: 230px; font-size: 16px !important; }
  .page-footer p { font-size: 14px; line-height: 1.7; }
  .page-footer li { margin-bottom: 10px; }
  .footer-social { margin-top: 20px; }
  .footer-copyright { padding: 16px 0 !important; font-size: 12px; text-align: center; }
}
