.Gallery_container__07a82{max-width:1200px;margin:0 auto;padding:40px 20px}.Gallery_title__fk6d4{text-align:center;margin-bottom:50px;color:#2c3e50;font-size:2.5rem;font-weight:700}.Gallery_gallery__Xn9_J{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.Gallery_galleryItem__9i7ws{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.1);aspect-ratio:4/3}.Gallery_galleryItem__9i7ws:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.Gallery_image__XK13V{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.Gallery_galleryItem__9i7ws:hover .Gallery_image__XK13V{transform:scale(1.05)}.Gallery_overlay___x5ba{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.Gallery_galleryItem__9i7ws:hover .Gallery_overlay___x5ba{opacity:1}.Gallery_zoomIcon__kq_7q{width:40px;height:40px;color:white;margin-bottom:8px;transition:transform .2s ease}.Gallery_galleryItem__9i7ws:hover .Gallery_zoomIcon__kq_7q{transform:scale(1.1)}.Gallery_zoomText__rExdT{color:white;font-size:.9rem;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.5)}.Gallery_modal___9H0b{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.95);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:Gallery_fadeIn__zUcjN .3s ease}.Gallery_modalContent__QQY0E{position:relative;max-width:90%;max-height:90%;background:white;border-radius:16px;padding:30px;animation:Gallery_slideUp__1kSaB .3s ease}.Gallery_closeButton__aE0SW{position:absolute;top:15px;right:15px;background:#e74c3c;color:white;border:none;width:44px;height:44px;border-radius:50%;font-size:1.2rem;cursor:pointer;z-index:1001;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.Gallery_closeButton__aE0SW:hover{background:#c0392b;transform:scale(1.1)}.Gallery_modalImageContainer__ZTrkx{max-width:100%;max-height:70vh;display:flex;justify-content:center}.Gallery_modalImage__B2m_a{width:100%;height:auto;max-height:70vh;object-fit:contain;border-radius:8px}.Gallery_imageDescription__RmUwB{text-align:center;margin-top:20px;color:#333;font-size:1.2rem;font-weight:500}@keyframes Gallery_fadeIn__zUcjN{0%{opacity:0}to{opacity:1}}@keyframes Gallery_slideUp__1kSaB{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Gallery_gallery__Xn9_J{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:768px){.Gallery_gallery__Xn9_J{grid-template-columns:1fr;gap:16px}.Gallery_title__fk6d4{font-size:2rem;margin-bottom:30px}.Gallery_container__07a82{padding:20px 15px}.Gallery_modalContent__QQY0E{max-width:95%;padding:20px}.Gallery_zoomIcon__kq_7q{width:32px;height:32px}.Gallery_zoomText__rExdT{font-size:.8rem}}@media (max-width:480px){.Gallery_gallery__Xn9_J{gap:12px}.Gallery_title__fk6d4{font-size:1.8rem}.Gallery_modalContent__QQY0E{padding:15px}.Gallery_closeButton__aE0SW{width:36px;height:36px;top:10px;right:10px}}