/* Profixt 2 v0.38.5 — isolated four-logo hero accreditation component. */
.home .p385-hero-accreditations{
  position:relative;
  z-index:8;
  display:block;
  width:min(1180px,calc(100% - 48px));
  margin:18px auto 0;
  padding:0 0 24px;
  background:transparent;
}
.home .p385-hero-accreditations__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  align-items:stretch;
}
.home .p385-hero-accreditations__item{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  height:88px;
  padding:10px 16px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:14px;
  background:rgba(8,11,13,.74);
  text-decoration:none;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.home .p385-hero-accreditations__item img{
  position:static;
  display:block;
  width:auto;
  height:auto;
  max-width:94%;
  max-height:58px;
  margin:auto;
  object-fit:contain;
  opacity:1;
  visibility:visible;
  transform:none;
  filter:drop-shadow(0 4px 8px rgba(0,0,0,.30));
}
.home .p385-hero-accreditations__item--irata img{max-height:72px;}
.home .p385-hero-accreditations__item--polygon img{max-height:50px;}
.home .p385-hero-accreditations__item--sprat img{max-height:50px;}
.home .p385-hero-accreditations__item--cresto img{max-height:54px;}
.home .p385-hero-accreditations__item:hover img,
.home .p385-hero-accreditations__item:focus-visible img{transform:translateY(-1px);}
.home .p385-hero-accreditations__item:focus-visible{outline:2px solid #f5821f;outline-offset:3px;}

@media(max-width:767px){
  .home .p385-hero-accreditations{
    width:min(430px,calc(100% - 28px));
    margin:12px auto 0;
    padding-bottom:20px;
  }
  .home .p385-hero-accreditations__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .home .p385-hero-accreditations__item{
    width:100%;
    height:76px;
    padding:8px 10px;
  }
  .home .p385-hero-accreditations__item img{max-width:92%;max-height:48px;}
  .home .p385-hero-accreditations__item--irata img{max-height:62px;}
  .home .p385-hero-accreditations__item--polygon img{max-height:43px;}
  .home .p385-hero-accreditations__item--sprat img{max-height:43px;}
  .home .p385-hero-accreditations__item--cresto img{max-height:47px;}
}
