/* ===========================================================
   🌙 FOOTER PREMIUM — HORA CERTA
=========================================================== */

.hc-footer {
  background: #111;
  color: #ddd;
  padding: 50px 40px 25px;
  border-top: 3px solid #d4af37;
  margin-top: 60px;
  font-family: 'Inter', sans-serif;
}

.hc-footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1300px;
  margin: auto;
}

.hc-footer-col {
  width: 23%;
  min-width: 230px;
}

/* LOGO */
.hc-footer-logo {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 4px;
  margin-bottom: 12px;
}

/* TEXTOS */
.hc-footer-col p {
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}

/* TÍTULOS */
.hc-footer-col h4 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 12px;
  border-left: 3px solid #d4af37;
  padding-left: 8px;
}

/* LISTAS */
.hc-footer-col ul {
  list-style: none;
}

.hc-footer-col ul li {
  margin-bottom: 10px;
}

.hc-footer-col ul a {
  font-size: 14px;
  color: #ccc;
  text-decoration: none;
  transition: 0.25s ease;
}

.hc-footer-col ul a:hover {
  color: #d4af37;
}

/* SOCIAL MEDIA */
.hc-socials a {
  font-size: 18px;
  color: #ccc;
  margin-right: 14px;
  transition: .2s;
}

.hc-socials a:hover {
  color: #d4af37;
}

/* SELos DE PAGAMENTO */
.hc-payments img {
  width: 55px;
  margin-right: 10px;
  opacity: 0.8;
  transition: 0.25s ease;
}

.hc-payments img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* RODAPÉ FINAL */
.hc-footer-bottom {
  text-align: center;
  margin-top: 35px;
  padding-top: 20px;
  border-top: 1px solid #333;
}

.hc-footer-bottom p {
  font-size: 14px;
  color: #777;
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .hc-footer-container {
    flex-direction: column;
    gap: 30px;
  }

  .hc-footer-col {
    width: 100%;
  }
}
