/* ARMAZENATO - Estilos do Rodapé (Densidade Máxima) */

.azF {
  background: #fff;
  border-top: 1px solid #ff6a00;
  color: #444;
  padding: 20px 16px 15px;
  font-family: "Poppins", sans-serif;
  margin-top: 30px;
}

.azF-wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 20px;
}

.azF-brand img {
  width: 165px;
  height: auto;
  margin-bottom: 8px;
  display: block;
}

.azF-col h4 {
  color: #111;
  font-size: 14px;
  margin: 0 0 8px 0;
  font-weight: 600;
}

.azF-col a {
  display: block;
  color: #6b7280;
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 4px;
  transition: color 0.2s;
}

.azF-col a:hover { color: #ff6a00; }

.azF-bottom {
  max-width: 1100px;
  margin: 15px auto 0;
  padding-top: 10px;
  border-top: 1px solid #f4f4f4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
}

.azF-info {
  font-size: 11px;
  color: #9ca3af;
  line-height: 1.3;
}

.azF-payment {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  justify-self: end;
}

.azF-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.azF-social a {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  border-radius: 999px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.azF-social a:hover {
  color: #ff6a00;
  background: #f8f9fa;
}

.azF-social svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.azF-payment img {
  height: 40px;
  width: auto;
  filter: grayscale(1);
  opacity: 0.8;
}

@media (max-width: 600px) {
  .azF-wrap { grid-template-columns: 1fr; text-align: center; }
  .azF-brand img { margin: 0 auto 8px; }
  .azF-bottom { grid-template-columns: 1fr; gap: 10px; text-align: center; }
  .azF-social { grid-row: 2; }
  .azF-payment { justify-self: center; }
}

.azF-colBrand { min-width: 0; }
.azF-about { font-size: 12px; color: #6b7280; max-width: 200px; margin:0; line-height:1.3; }
.azF-wrap { grid-template-columns: minmax(180px,1.35fr) repeat(auto-fit,minmax(140px,1fr)); align-items:start; }
.azF-col { min-width:0; }
@media (max-width: 900px) { .azF-wrap { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 600px) { .azF-wrap { grid-template-columns: 1fr; } .azF-about{margin-left:auto;margin-right:auto;} }
