.video-popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.9);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:99999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity 0.4s ease,visibility 0.4s ease;}.video-popup-overlay.active{opacity:1;visibility:visible;}.video-popup-container{position:relative;width:90%;max-width:1000px;aspect-ratio:16 / 9;background:#000;border-radius:var(--radius-md,16px);box-shadow:0 20px 50px rgba(0,0,0,0.5);transform:scale(0.95);transition:transform 0.4s cubic-bezier(0.165,0.84,0.44,1);overflow:hidden;}.video-popup-overlay.active .video-popup-container{transform:scale(1);}.video-popup-video{width:100%;height:100%;object-fit:cover;outline:none;}.video-popup-close{position:absolute;top:-40px;right:0;background:transparent;color:white;border:none;font-size:32px;cursor:pointer;transition:transform 0.3s ease,color 0.3s ease;line-height:1;padding:0;display:flex;align-items:center;justify-content:center;}.video-popup-close:hover{transform:scale(1.1) rotate(90deg);color:var(--iem-pink,#E91E63);}@media (max-width:768px){.video-popup-container{width:100%;border-radius:0;aspect-ratio:auto;height:auto;max-height:100vh;}.video-popup-video{object-fit:contain;height:auto;max-height:80vh;}.video-popup-close{top:10px;right:16px;z-index:10;background:rgba(0,0,0,0.5);border-radius:50%;width:40px;height:40px;}}.iem-gallery-card{cursor:pointer;}.iem-gallery-card::after{content:'\f144';font-family:'Font Awesome 5 Free','Font Awesome 6 Free';font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0.8);font-size:48px;color:rgba(255,255,255,0.8);opacity:0;transition:all 0.3s ease;z-index:10;pointer-events:none;}.iem-gallery-card:hover::after{opacity:1;transform:translate(-50%,-50%) scale(1);}