.worldmap-wrapper{width:100%;max-width:1200px;margin:auto;position:relative}.worldmap-svg{width:100%;height:auto;display:block}.logo-circle{width:100%;height:100%;background:white;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 30px rgba(0,0,0,.15)}.logo-img{-o-object-fit:contain;object-fit:contain}.floating{animation:floatLogo 4s ease-in-out infinite}@keyframes floatLogo{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.connection-path{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:20 20;stroke-dashoffset:0;animation:dashFlow 2.5s linear infinite;opacity:.9;filter:drop-shadow(0 0 4px rgba(215,51,51,.4))}@keyframes dashFlow{to{stroke-dashoffset:-100}}.endpoint-dot{fill:#d73333;stroke:white;stroke-width:2}