#at-industries-gallery{--gal-primary:#0e3acc;--gal-bg:#fff;--gal-section-bg:#f1f5f9;--gal-text-title:#0f172a;--gal-text-body:#475569;--gal-border:#e2e8f0;font-family:inherit;padding:80px 20px;background-color:var(--gal-section-bg);color:var(--gal-text-title);line-height:1.6}#at-industries-gallery *{box-sizing:border-box}#at-industries-gallery .gal-container{max-width:1280px;margin:0 auto}#at-industries-gallery .gal-header{text-align:center;max-width:800px;margin:0 auto 60px}#at-industries-gallery h2{font-size:28px;font-weight:800;margin-bottom:16px;color:var(--gal-text-title);letter-spacing:-.5px}#at-industries-gallery h2::after{content:"";display:block;width:80px;height:4px;background-color:var(--gal-primary);margin:20px auto 0;border-radius:2px}#at-industries-gallery .gal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}#at-industries-gallery .gal-card{background:var(--gal-bg);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}#at-industries-gallery .gal-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}#at-industries-gallery .gal-img-wrapper{width:100%;height:200px;overflow:hidden;position:relative}#at-industries-gallery .gal-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;display:block}#at-industries-gallery .gal-card:hover .gal-img-wrapper img{transform:scale(1.1)}#at-industries-gallery .gal-content{padding:24px;flex:1;display:flex;flex-direction:column}#at-industries-gallery h3{font-size:20px;font-weight:700;margin:0 0 12px;color:var(--gal-text-title)}#at-industries-gallery .gal-desc{font-size:15px;color:var(--gal-text-body);margin-bottom:20px;line-height:1.5;border-bottom:1px solid var(--gal-border);padding-bottom:16px}#at-industries-gallery ul{list-style:none;padding:0;margin:0}#at-industries-gallery li{font-size:15px;color:#334155;margin-bottom:8px;padding-left:20px;position:relative;font-weight:500}#at-industries-gallery li::before{content:"✔";position:absolute;left:0;top:0;color:var(--gal-primary);font-size:12px;font-weight:900}@media (max-width:1024px){#at-industries-gallery .gal-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:600px){#at-industries-gallery{padding:60px 6px}#at-industries-gallery h2{font-size:24px}#at-industries-gallery .gal-grid{grid-template-columns:1fr;gap:30px}#at-industries-gallery .gal-img-wrapper{height:220px}}