/* ==========================================================
   FOOTER CORNELIO
   File dedicato: modifica qui layout, colori e link del footer.
   ========================================================== */

.footer-cornelio {
  width: 100%;
  margin-top: 0;
  padding: 0;
  background: #111 !important;
  color: #fff !important;
  text-align: left;
  position: relative;
  z-index: 10;
}

.footer-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 68px 48px 46px;
  display: grid;
  grid-template-columns: minmax(280px, 1.45fr) repeat(3, minmax(160px, .7fr));
  gap: 44px;
}

.footer-brand {
  max-width: 430px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
}

.footer-logo img {
  width: 230px;
  max-width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-brand p,
.footer-contact p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.7;
}

.footer-column h3 {
  margin: 0 0 18px;
  color: #fff;
  font-family: 'Orbitron', sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-column a {
  display: block;
  width: fit-content;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.3;
  transition: color .2s ease, transform .2s ease;
}

.footer-column a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer-whatsapp {
  margin-top: 20px !important;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, .28);
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.footer-whatsapp:hover {
  border-color: #25D366;
  color: #25D366 !important;
}

.footer-bottom {
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 48px 26px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
}

@media (max-width: 900px) {
  .footer-inner {
    padding: 54px 28px 34px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-brand {
    max-width: none;
  }

  .footer-logo img {
    width: 190px;
  }

  .footer-column a {
    margin-bottom: 11px;
  }

  .footer-bottom {
    padding: 20px 28px 28px;
    display: grid;
    gap: 8px;
  }
}
