/* -- FOOTER -- */
footer {
  background: var(--blue);
  padding: 52px 0 36px;
  color: var(--white);
}
.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  gap: 40px; align-items: start;
}
.footer-logo img { height: 70px; width: auto; display: block; }
.footer-badge { margin-top: 14px; height: 90px; width: auto; display: block; }
.footer-contact { font-size: 14px; line-height: 1.7; }
.footer-contact p { margin-bottom: 8px; font-family: 'Poppins', sans-serif; }
.footer-contact a {
  color: var(--white); text-decoration: underline;
  font-family: 'Poppins', sans-serif; font-size: 13px;
  display: block; margin-bottom: 4px;
}
.footer-col h4 {
  font-size: 15px; font-weight: 700;
  margin-bottom: 12px; opacity: .7;
  text-transform: uppercase; letter-spacing: .04em;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a {
  color: var(--white); text-decoration: none;
  font-weight: 700; font-size: 15px;
}
.footer-col ul li a:hover { text-decoration: underline; }
.footer-openpay {
  background: var(--white);
  border-radius: 14px;
  padding: 14px 20px;
  display: inline-flex;
  align-items: center; justify-content: center;
  margin-top: 8px;
}
.footer-openpay img { height: 22px; }
.footer-bottom {
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.2);
  font-size: 13px;
  color: rgba(255,255,255,.65);
  text-align: center;
}