.accordati-brand-bg{
  width: 100%;
  height: 220px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  margin: 10px 0 18px 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.accordati-brand-hero{
  display:flex;
  gap:16px;
  align-items:center;
  padding:16px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  margin: 12px 0 14px 0;
}

.accordati-brand-hero-img{
  width: 72px;
  height: 72px;
  border-radius: 18px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(0,0,0,0.06);
  flex: 0 0 auto;
}
.accordati-brand-hero-img img{ width:100%; height:100%; object-fit:cover; }
.accordati-brand-hero-img.placeholder{ font-size: 28px; }

.accordati-brand-greet{ font-weight: 900; opacity: .9; }
.accordati-brand-title{ margin: 2px 0 0 0; font-size: 22px; font-weight: 900; }
.accordati-brand-sub{ opacity: .8; margin-top: 4px; }

.accordati-brand-notice{
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(0,0,0,0.05);
  margin: 10px 0 12px 0;
}
.accordati-brand-notice.type-info{ background: rgba(59, 130, 246, 0.12); }
.accordati-brand-notice.type-success{ background: rgba(34, 197, 94, 0.14); }
.accordati-brand-notice.type-warning{ background: rgba(245, 158, 11, 0.18); }

@media (max-width: 700px){
  .accordati-brand-bg{ height: 170px; }
  .accordati-brand-hero{ flex-direction: column; align-items: flex-start; }
}
