.gf-custom-gallery-section{max-width:1180px;margin:55px auto;padding:0 22px;color:#fff}
.gf-custom-gallery-section h2{text-align:center;color:#7fbd13;text-transform:uppercase;font-size:34px;margin:0 0 26px}
.gf-custom-gallery-section h2:after{content:"";display:block;width:72px;height:3px;background:#7fbd13;margin:12px auto 0}
.gf-custom-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.gf-custom-gallery-item{border:1px solid #314b12;border-radius:12px;overflow:hidden;background:#071006;box-shadow:0 16px 45px rgba(0,0,0,.28)}
.gf-gallery-lightbox-open{display:block;width:100%;padding:0;border:0;background:transparent;cursor:pointer;color:#fff;text-align:left}
.gf-gallery-lightbox-open img{width:100%;height:250px;object-fit:cover;display:block;transition:.25s ease}
.gf-gallery-lightbox-open:hover img{transform:scale(1.04)}
.gf-gallery-lightbox-open span,.gf-gallery-video-card h3{display:block;padding:13px 15px;color:#c8d0bd;font-weight:800;font-size:16px}
.gf-gallery-video-card{display:block;color:#fff;text-decoration:none}
.gf-gallery-video-placeholder{height:250px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#10170f,#050805)}
.gf-gallery-video-placeholder span{width:74px;height:74px;border-radius:50%;background:linear-gradient(180deg,#7fbd13,#4d7906);display:flex;align-items:center;justify-content:center;font-size:32px;box-shadow:0 0 30px rgba(127,189,19,.35)}
.gf-gallery-empty{padding:25px;background:#071006;border:1px solid #314b12;border-radius:10px;color:#c8d0bd;text-align:center}
.gf-gallery-lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,.9);z-index:999999;padding:24px;align-items:center;justify-content:center;flex-direction:column}
.gf-gallery-lightbox.is-open{display:flex}
.gf-gallery-lightbox img{max-width:min(1100px,96vw);max-height:82vh;border-radius:12px;border:1px solid #314b12;box-shadow:0 24px 80px rgba(0,0,0,.75)}
.gf-gallery-lightbox p{color:#fff;font-weight:800;margin-top:15px}
.gf-gallery-lightbox-close{position:fixed;top:18px;right:20px;width:54px;height:54px;border:0;border-radius:50%;background:#7fbd13;color:#fff;font-size:36px;cursor:pointer;z-index:1000000}
@media(max-width:900px){.gf-custom-gallery-grid{grid-template-columns:1fr}.gf-gallery-lightbox-open img,.gf-gallery-video-placeholder{height:260px}.gf-custom-gallery-section h2{font-size:26px}}