.dentix-popup-overlay{display:none;position:fixed;inset:0;background-color:rgba(0,0,0,.6);z-index:99999;align-items:center;justify-content:center;animation:dentixFadeIn .3s ease forwards}.dentix-popup-overlay.dentix-popup-active{display:flex}.dentix-popup-box{position:relative;width:90%;max-width:860px;border-radius:14px;overflow:hidden;box-shadow:0 16px 60px rgba(60,18,64,.45);animation:dentixSlideUp .35s cubic-bezier(.22,1,.36,1) forwards}.dentix-popup-link{display:block;border:none;line-height:0}.dentix-popup-img{width:100%;height:auto;display:block}.dentix-popup-close{position:absolute;top:10px;right:10px;z-index:10;width:34px;height:34px;border-radius:50%;border:2px solid #fff;background-color:#7e3677;color:#fff;font-size:15px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;box-shadow:0 2px 8px rgba(0,0,0,.25);text-shadow:none;transition:background-color .2s ease,transform .2s ease}.dentix-popup-close:hover,.dentix-popup-close:focus{background-color:#3c1240;transform:scale(1.1);outline:none}@media screen and (max-width:767px){.dentix-popup-box{width:94%}.dentix-popup-img{width:100%;height:220px;object-fit:cover;object-position:left center}}@keyframes dentixFadeIn{from{opacity:0}to{opacity:1}}@keyframes dentixSlideUp{from{opacity:0;transform:translateY(30px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.dentix-popup-overlay,.dentix-popup-box{animation:none}}