/* ========== Responsive ========== */
@media (max-width: 600px) {

.nav-toggle { display: none; }
  .nav ul {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    background: none; /* no box on desktop */
    padding: 0;
  }
 .logo {
    display: none;
  }
 .header .container {
    justify-content: flex-end; /* move lang menu to left */
  }
 .lang-menu a:not(:last-child)::after {
    content: " | ";
    margin: 0 0.25rem;
  }


  .hero,
  .services,
  .contact {
    text-align: left;
    
  }
.contact-form {
  
  
  
  margin-top: 1rem;
  width: 300px;
}

 

.regional-logos-collage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem;
}

.regional-logos-collage img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
}
 #cookie-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  #cookie-banner .consent-buttons {
    justify-content: flex-start;
    width: 100%;
  }