.gallery-page{background:#f7f7f7;padding:28px 0 50px}.gallery-container{width:min(1180px,calc(100% - 30px));margin:auto}.gallery-container h1{text-align:center;color:#004680;margin:0 0 8px;font-size:34px;font-weight:800;line-height:1.2}.gallery-lead{text-align:center;color:#555;margin:0 0 22px;line-height:1.5}.gallery-tabs{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:24px}.gallery-tabs a{padding:10px 17px;border:1px solid #d8d8d8;border-radius:999px;background:#fff;color:#004680;text-decoration:none;font-weight:800;line-height:1.2;box-shadow:0 2px 9px rgba(0,0,0,.04);transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.gallery-tabs a.active,.gallery-tabs a:hover{background:#0074c8;color:#fff;border-color:#0074c8;transform:translateY(-1px)}.gallery-empty{background:#fff;border:1px solid #e3e3e3;border-radius:12px;padding:20px;text-align:center;color:#666;font-weight:700}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.gallery-card{border:0;background:#fff;border-radius:9px;box-shadow:0 8px 22px rgba(0,0,0,.08);overflow:hidden;padding:0;text-align:left;cursor:pointer;color:#004680;font:inherit;transition:transform .18s ease,box-shadow .18s ease}.gallery-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.14)}.gallery-thumb{display:block;position:relative;aspect-ratio:4/3;background:#e9eef3;overflow:hidden}.gallery-thumb picture,.gallery-thumb img{display:block;width:100%;height:100%}.gallery-thumb img{object-fit:cover;transition:transform .25s ease}.gallery-card:hover .gallery-thumb img{transform:scale(1.035)}.gallery-title{display:block;padding:13px 14px 15px;font-size:17px;line-height:1.25;font-weight:800;color:#004680}.gallery-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;background:rgba(0,70,128,.9);box-shadow:0 8px 25px rgba(0,0,0,.25)}.gallery-play:before{content:"";position:absolute;left:23px;top:17px;border-left:18px solid #fff;border-top:12px solid transparent;border-bottom:12px solid transparent}.gallery-modal{position:fixed;inset:0;z-index:100000;background:rgba(0,0,0,.86);display:none;align-items:center;justify-content:center;padding:28px 76px}.gallery-modal.open{display:flex}.gallery-modal-inner{width:min(1120px,100%);display:flex;flex-direction:column;align-items:center;justify-content:center}.gallery-modal-media{width:100%;display:flex;align-items:center;justify-content:center}.gallery-modal-media img{display:block;max-width:100%;max-height:78vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 18px 60px rgba(0,0,0,.5);background:#111}.gallery-modal-media iframe{width:min(100%,1080px);height:min(70vh,608px);aspect-ratio:16/9;border:0;border-radius:8px;background:#000;box-shadow:0 18px 60px rgba(0,0,0,.5)}.gallery-modal-title{margin-top:14px;max-width:960px;color:#fff;font-size:21px;line-height:1.35;font-weight:800;text-align:center;text-shadow:0 2px 10px rgba(0,0,0,.55)}.gallery-modal-close{position:fixed;right:28px;top:22px;width:48px;height:48px;border:0;border-radius:50%;background:rgba(255,255,255,.16);color:#fff;font-size:38px;line-height:48px;cursor:pointer;z-index:2}.gallery-modal-close:hover{background:rgba(255,255,255,.28)}.gallery-modal-nav{position:fixed;top:50%;transform:translateY(-50%);width:54px;height:76px;border:0;border-radius:14px;background:rgba(255,255,255,.18);color:#fff;font-size:58px;line-height:1;cursor:pointer;z-index:2}.gallery-modal-nav:hover{background:rgba(255,255,255,.3)}.gallery-modal-prev{left:20px}.gallery-modal-next{right:20px}body.gallery-modal-lock{overflow:hidden}.gallery-pagination{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin:28px 0 8px}.gallery-pagination .page-btn{min-width:40px;height:40px;padding:0 13px;border-radius:999px;border:1px solid #d8d8d8;background:#fff;color:#004680;text-decoration:none;font-weight:800;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.05)}.gallery-pagination .page-btn:hover{background:#0074c8;border-color:#0074c8;color:#fff}.gallery-pagination .page-btn.active{background:#0074c8;border-color:#0074c8;color:#fff}.gallery-pagination .page-btn.disabled{opacity:.45;cursor:not-allowed;color:#888}.gallery-pagination .page-btn.disabled:hover{background:#fff;border-color:#d8d8d8;color:#888}.gallery-pagination .page-dots{color:#777;font-weight:800;padding:0 3px}.gallery-page-info{text-align:center;color:#666;font-size:14px;margin-top:8px}@media(max-width:991px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-modal{padding:22px 58px}.gallery-container h1{font-size:30px}}@media(max-width:575px){.gallery-page{padding:20px 0 38px}.gallery-container{width:min(100% - 18px,1180px)}.gallery-container h1{font-size:26px}.gallery-tabs{gap:7px;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px}.gallery-tabs a{white-space:nowrap;padding:9px 14px}.gallery-grid{grid-template-columns:1fr;gap:14px}.gallery-title{font-size:16px}.gallery-modal{padding:54px 12px 24px}.gallery-modal-close{right:13px;top:10px;width:42px;height:42px;font-size:32px;line-height:42px}.gallery-modal-nav{width:42px;height:58px;font-size:44px;border-radius:10px}.gallery-modal-prev{left:8px}.gallery-modal-next{right:8px}.gallery-modal-media img{max-height:72vh}.gallery-modal-media iframe{height:auto;max-height:70vh}.gallery-modal-title{font-size:17px;margin-top:10px}}