.imgr-cases{font-family:'IBM Plex Sans',Arial,sans-serif;}
.imgr-cases__container{max-width:1200px;margin:0 auto;padding:0 20px;}
.imgr-cases__filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px;}
.imgr-cases__filter-btn{border:1px solid #c7c9d6;background:#fff;color:#1c1c1c;padding:9px 18px;border-radius:30px;font-size:14px;font-family:inherit;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease;white-space:nowrap;}
.imgr-cases__filter-btn:hover{border-color:#7b7ef8;}
.imgr-cases__filter-btn.active{background:#303856;border-color:#303856;color:#fff;}
.imgr-cases__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
@media (max-width:980px){.imgr-cases__grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:560px){.imgr-cases__grid{grid-template-columns:1fr;}}
.imgr-cases__card{background:#e1e1e1;border-radius:10px;overflow:hidden;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease;display:flex;flex-direction:column;}
.imgr-cases__card:hover{box-shadow:0 0 20px rgba(0,0,0,.30);transform:translateY(-2px);}
.imgr-cases__card-img{width:100%;aspect-ratio:16/10;background:#cfcfcf;object-fit:cover;display:block;}
.imgr-cases__card-img_placeholder{display:flex;align-items:center;justify-content:center;color:#8a8a8a;font-size:13px;}
.imgr-cases__card-body{padding:14px 16px 18px;flex:1;display:flex;flex-direction:column;gap:8px;}
.imgr-cases__card-tag{align-self:flex-start;background:#7b7ef8;color:#fff;font-size:11px;padding:4px 10px;border-radius:30px;line-height:1.4;}
.imgr-cases__card-title{font-size:15px;line-height:1.35;font-weight:600;margin:0;color:#1c1c1c;}
.imgr-cases__showmore-wrap{display:flex;justify-content:center;margin-top:36px;}
.imgr-cases__showmore-btn{background:#7b7ef8;color:#fff;border:none;border-radius:30px;padding:13px 30px;font-size:14px;font-family:inherit;cursor:pointer;}
.imgr-cases__showmore-btn:hover{opacity:.9;}
.imgr-cases__overlay{position:fixed;inset:0;background:rgba(20,20,25,.55);display:none;align-items:flex-start;justify-content:center;padding:40px 16px;overflow-y:auto;z-index:1000;}
.imgr-cases__overlay.open{display:flex;}
.imgr-cases__popup{background:#fff;border-radius:14px;max-width:760px;width:100%;position:relative;padding:0 0 32px;}
.imgr-cases__popup-close{position:absolute;top:14px;right:14px;width:36px;height:36px;border-radius:50%;border:none;background:rgba(0,0,0,.55);color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;}
.imgr-cases__popup-img{width:100%;max-height:360px;object-fit:cover;border-radius:14px 14px 0 0;display:block;}
.imgr-cases__popup-body{padding:26px 32px 0;font-family:'IBM Plex Sans',Arial,sans-serif;}
.imgr-cases__popup-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px;}
.imgr-cases__popup-tag{background:#7b7ef8;color:#fff;font-size:11px;padding:4px 10px;border-radius:30px;}
.imgr-cases__popup-title{font-size:22px;margin:0 0 18px;line-height:1.3;color:#1c1c1c;}
.imgr-cases__popup-body .case-h{font-size:16px;margin:18px 0 6px;color:#303856;}
.imgr-cases__popup-body .case-p{font-size:14.5px;line-height:1.6;color:#1c1c1c;}
.imgr-cases__popup-body .case-p img,.imgr-cases__popup-body figure img{max-width:100%;border-radius:10px;margin-top:10px;display:block;}
.imgr-cases__popup-body figure{margin:0;}
