.phox-visual-hotspots{width:100%}.phox-visual-hotspots .vhs-container{position:relative;width:100%}.phox-visual-hotspots .vhs-image-wrap{position:relative;display:inline-block;width:100%}.phox-visual-hotspots .vhs-image-wrap img{width:100%;height:auto;display:block}.phox-visual-hotspots .vhs-hotspots-container{position:absolute;top:0;left:0;right:0;bottom:0}.phox-visual-hotspots .vhs-hotspot{position:absolute;transform:translate(-50%,-50%);z-index:10;cursor:pointer}.phox-visual-hotspots .vhs-spot-inner{position:relative;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.phox-visual-hotspots .vhs-dot{width:100%;height:100%;background:#6366f1;border-radius:50%;position:relative;z-index:2;transition:transform 0.2s ease}.phox-visual-hotspots .vhs-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;background:rgba(99,102,241,0.4);animation:vhs-pulse 2s ease-out infinite}@keyframes vhs-pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:0.8}100%{transform:translate(-50%,-50%) scale(2.5);opacity:0}}.phox-visual-hotspots .vhs-tooltip{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translateX(-50%);width:250px;background:#1a1a2e;color:#fff;padding:16px;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,0.3);opacity:0;visibility:hidden;transition:opacity 0.25s ease,transform 0.25s ease;z-index:100}.phox-visual-hotspots .vhs-hotspot.active .vhs-tooltip{opacity:1;visibility:visible}.phox-visual-hotspots .vhs-tooltip-title{font-weight:600;font-size:16px;margin-bottom:8px}.phox-visual-hotspots .vhs-tooltip-content{font-size:14px;line-height:1.5;opacity:0.9}.phox-visual-hotspots .vhs-tooltip-link{display:inline-block;margin-top:12px;color:#6366f1;text-decoration:none;font-weight:500}.phox-visual-hotspots .vhs-placeholder{padding:60px 40px;background:#f5f5f5;border:2px dashed #ddd;border-radius:12px;text-align:center;color:#888}.phox-visual-hotspots .vhs-tooltip-close{display:none}.phox-visual-hotspots .vhs-builder-btn{display:block;margin:0 auto 20px;padding:12px 24px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}@media (max-width:768px){.phox-visual-hotspots .vhs-tooltip-close{display:flex}}