.pspl-project-gallery{padding:90px 5%;background:#f6f9ff}
.pspl-filter{text-align:center;margin-bottom:50px}
.pspl-filter button{background:#fff;border:1px solid #ddd;padding:12px 26px;margin:6px;border-radius:30px;font-weight:600;cursor:pointer}
.pspl-filter button.active{background:#0b2c4d;color:#fff;border-color:#0b2c4d}
.pspl-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}
.pspl-gallery-item{position:relative;overflow:hidden;border-radius:16px;box-shadow:0 18px 40px rgba(0,0,0,.12)}
.pspl-gallery-item img{width:100%;height:100%;object-fit:cover;transition:.6s}
.pspl-gallery-item:hover img{transform:scale(1.1)}
.pspl-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(11,44,77,.85),transparent);display:flex;align-items:flex-end;padding:22px;opacity:0;transition:.4s}
.pspl-gallery-item:hover .pspl-overlay{opacity:1}
.pspl-overlay h4{color:#fff;margin:0;font-size:18px}
