.content-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:32px}.gallery-card{border:1px solid #e1e1e1;background:#fff;box-shadow:0 8px 24px #0000000b}.gallery-card>a{display:block;overflow:hidden}.gallery-card img{width:100%;height:300px;object-fit:cover;transition:transform .3s}.gallery-card:hover img{transform:scale(1.03)}.gallery-card-text{padding:18px}.gallery-card-text h2{font-size:18px;margin:0 0 8px}.gallery-card-text p{color:#666;margin:0 0 10px}.gallery-link{color:#e30613;font-size:12px;font-weight:700}.reference-gallery .gallery-card img{height:190px;object-fit:contain;padding:25px}.reference-gallery .gallery-card-text{text-align:center}.reference-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.reference-logo{background:#fff;border:1px solid #e4e4e4;padding:18px;height:105px;display:flex;align-items:center;justify-content:center}.reference-logo img{max-width:100%;max-height:68px;object-fit:contain}.footer-social{display:flex;gap:8px;margin-top:18px}.footer-social a{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff12;color:#fff}.footer-social a:hover{background:#e30613}@media(max-width:991px){.reference-strip{grid-template-columns:repeat(3,1fr)}}@media(max-width:575px){.content-gallery{grid-template-columns:1fr}.reference-strip{grid-template-columns:repeat(2,1fr)}}
