/* Definitieve strakke USP-balken – visuele referentie Website menu en layout(2).png */
.usp-topbar{
  height:54px!important;
  min-height:54px!important;
  background:linear-gradient(90deg,#697356 0%,#6f785b 48%,#667052 100%)!important;
  color:#fff!important;
  border:0!important;
  overflow:hidden!important;
}
.usp-topbar__track{
  height:54px!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  align-items:center!important;
  padding:0 16px!important;
  overflow:visible!important;
  gap:8px!important;
}
.usp-topbar__item{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-width:0!important;
  font-size:14px!important;
  line-height:1.1!important;
  font-weight:500!important;
  letter-spacing:.01em!important;
  white-space:nowrap!important;
  color:#fff!important;
  opacity:.98!important;
}
.usp-topbar__item img{
  width:28px!important;
  height:28px!important;
  flex:0 0 28px!important;
  object-fit:contain!important;
  filter:none!important;
}

.usp-band.usp-band--footer{
  margin-top:0!important;
  background:linear-gradient(90deg,#f5f3ec 0%,#fbfaf6 50%,#f4f2ea 100%)!important;
  border-top:1px solid #e2dfd5!important;
  border-bottom:1px solid #e2dfd5!important;
}
.usp-band--footer .usp-band__grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  align-items:stretch!important;
  min-height:118px!important;
  padding:0!important;
  overflow:visible!important;
}
.usp-band--footer article{
  position:relative!important;
  display:grid!important;
  grid-template-columns:66px minmax(0,1fr)!important;
  align-items:center!important;
  gap:14px!important;
  min-width:0!important;
  min-height:118px!important;
  padding:18px 22px!important;
  border:0!important;
  background:transparent!important;
}
.usp-band--footer article+article::before{
  content:"";
  position:absolute;
  left:0;
  top:24px;
  bottom:24px;
  width:1px;
  background:#d7d4ca;
}
.usp-band--footer .usp-band__icon{
  width:66px!important;
  height:66px!important;
  display:grid!important;
  place-items:center!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.usp-band--footer .usp-band__icon img{
  width:66px!important;
  height:66px!important;
  object-fit:contain!important;
  filter:none!important;
}
.usp-band--footer h2{
  margin:0 0 5px!important;
  color:#102f28!important;
  font-size:13px!important;
  line-height:1.22!important;
  font-weight:850!important;
  letter-spacing:.025em!important;
  text-transform:uppercase!important;
}
.usp-band--footer p{
  margin:0!important;
  color:#41554e!important;
  font-size:13.5px!important;
  line-height:1.42!important;
  font-weight:450!important;
}

@media (max-width:1100px){
  .usp-topbar__track{padding:0 8px!important;gap:4px!important}
  .usp-topbar__item{font-size:12.5px!important;gap:7px!important}
  .usp-topbar__item img{width:25px!important;height:25px!important;flex-basis:25px!important}
  .usp-band--footer article{grid-template-columns:58px minmax(0,1fr)!important;gap:11px!important;padding:16px 14px!important}
  .usp-band--footer .usp-band__icon,.usp-band--footer .usp-band__icon img{width:58px!important;height:58px!important}
  .usp-band--footer h2{font-size:12px!important}
  .usp-band--footer p{font-size:12.5px!important}
}

@media (max-width:820px){
  .usp-topbar{height:50px!important;min-height:50px!important}
  .usp-topbar__track{
    height:50px!important;
    display:flex!important;
    overflow-x:auto!important;
    scrollbar-width:none!important;
    scroll-snap-type:x proximity!important;
    padding:0 8px!important;
    gap:0!important;
  }
  .usp-topbar__track::-webkit-scrollbar{display:none!important}
  .usp-topbar__item{
    flex:0 0 auto!important;
    min-width:42%!important;
    padding:0 15px!important;
    scroll-snap-align:start!important;
    font-size:12.5px!important;
  }
  .usp-band--footer .usp-band__grid{
    display:flex!important;
    overflow-x:auto!important;
    scroll-snap-type:x mandatory!important;
    scrollbar-width:none!important;
    min-height:110px!important;
    padding:0 8px!important;
  }
  .usp-band--footer .usp-band__grid::-webkit-scrollbar{display:none!important}
  .usp-band--footer article{
    flex:0 0 68%!important;
    min-height:110px!important;
    padding:16px 18px!important;
    scroll-snap-align:center!important;
  }
  .usp-band--footer article+article::before{top:18px;bottom:18px}
}

@media (max-width:500px){
  .usp-topbar__item{min-width:67%!important;font-size:12.5px!important}
  .usp-band--footer article{flex-basis:86%!important;grid-template-columns:60px minmax(0,1fr)!important}
  .usp-band--footer .usp-band__icon,.usp-band--footer .usp-band__icon img{width:60px!important;height:60px!important}
}
