
/* Hub V396 — Custom Image Pack Implementation */
.hub396-hero-visual img,
.hub396-bridge img{
  display:block;
  width:100%;
  height:auto;
}
.hub396-image-card{
  overflow:hidden;
}
.hub396-image-card img{
  width:100%;
  height:180px !important;
  object-fit:cover;
  object-position:center;
  border-radius:18px;
  background:#eff6ff;
}
.hub396-image-card h3{
  margin-top:12px;
}
.hub396-visual-library{
  max-width:1120px;
  margin:0 auto 18px;
  padding:0 18px 18px;
}
.hub396-visual-library-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.hub396-visual-card{
  position:relative;
  display:block;
  background:#fff;
  border:1px solid #bfdbfe;
  border-radius:24px;
  box-shadow:0 18px 42px rgba(15,23,42,.08);
  overflow:hidden;
  text-decoration:none;
  color:#0f172a;
}
.hub396-visual-card img{
  width:100%;
  height:260px;
  object-fit:cover;
  display:block;
}
.hub396-visual-copy{
  padding:18px;
}
.hub396-visual-kicker{
  display:inline-flex;
  margin-bottom:8px;
  padding:7px 10px;
  border-radius:999px;
  background:#e0f2fe;
  color:#075985;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.hub396-visual-card h3{
  margin:0 0 8px;
  font-size:1.28rem;
  letter-spacing:-.03em;
}
.hub396-visual-card p{
  margin:0;
  color:#475569;
  line-height:1.55;
}
.hub396-visual-card strong{
  display:inline-block;
  margin-top:12px;
  color:#2563eb;
}
@media (max-width:860px){
  .hub396-visual-library-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:760px){
  .hub396-image-card img{
    height:130px !important;
  }
  .hub396-visual-library{
    padding:0 10px 16px;
  }
  .hub396-visual-card{
    border-radius:20px;
  }
  .hub396-visual-card img{
    height:180px;
  }
  .hub396-visual-copy{
    padding:14px;
  }
  .hub396-visual-card h3{
    font-size:1.06rem;
  }
}
