.site-footer {
  padding: 20px 15px;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  text-align: center;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

.site-footer p{  color: white;}
.site-footer a { color: #0af; text-decoration: underline; }

/* COPYRIGHT */
.footer-copyright {
  font-size: clamp(12px, 2vw, 14px);
  margin-bottom: 10px;
}

/* NOME AZIENDA */
.footer-company {
  font-size: clamp(14px, 2.5vw, 18px);
  font-weight: bold;
  margin-bottom: 10px;
}

/* CONTATTI */
.footer-contact {
  font-size: clamp(12px, 2vw, 15px);
  margin-bottom: 10px;
}

/* COOKIE */
.footer-cookie {
  font-size: clamp(12px, 2vw, 15px);
  margin-top: 10px;
}