.gelab-footer{
  width:100%;
  background:#0A1E3F;
  color:#EAF2FF;
  padding:60px 0 30px;
}
.gelab-footer__inner{
  margin:0 auto !important;
  min-height:0;
}
.gelab-footer__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:28px;
  align-items:start;
}
.gelab-footer__col h3{
  color:#f9eb1b;
  font-family:"Staatliches", sans-serif;
  letter-spacing:1px;
  text-transform:uppercase;
  font-weight:400;
  font-size:1.1rem;
  margin:0 0 14px;
}
.gelab-footer__logo{
  display:block;
  width:130px;
  max-width:100%;
  height:auto;
  margin-bottom:14px;
}
.gelab-footer__text{
  margin:0;
  line-height:1.7;
  font-size:0.98rem;
  color:#f9eb1b;
  font-weight:500;
  text-transform:uppercase;
}
.gelab-footer__list{
  list-style:none;
  padding:0;
  margin:0;
}
.gelab-footer__link{
  display:block;
  padding:7px 0;
  color:#40b0df;
  text-decoration:none;
  line-height:1.4;
}
.gelab-footer__link:hover{
  text-decoration:underline;
}
.gelab-footer__muted{
  color:#EAF2FF;
  line-height:1.7;
  margin:0;
  font-size:0.98rem;
}
.gelab-footer__bottom{
  margin-top:36px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,0.12);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.gelab-footer__copyright{
  margin:0;
  font-size:0.92rem;
  color:#EAF2FF;
}
.gelab-footer__legal-links{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}
.gelab-footer__legal-link{
  color:#40b0df;
  text-decoration:none;
  font-size:0.92rem;
}
.gelab-footer__legal-link:hover{
  text-decoration:underline;
}

@media (max-width: 768px){
  .gelab-footer{padding:18px 0;}
  .gelab-footer__inner{width:90%;}
  .gelab-footer__grid{grid-template-columns:1fr;}

  /* Mobile: mostra solo la riga finale (legal) */
  .gelab-footer__col--brand,
  .gelab-footer__col--contacts,
  .gelab-footer__col--quality,
  .gelab-footer__grid{
    display:none;
  }

  .gelab-footer__bottom{
    margin-top:0;
    padding-top:0;
    border-top:0;
    width:100%;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
  }

  .gelab-footer__legal-links{
    justify-content:center;
  }
}