.social-scene .orbit-badge{position:absolute;z-index:3;display:grid;place-items:center;width:58px;height:58px;border-radius:18px;border:1px solid #fff;background:#fff;box-shadow:0 9px 22px -13px #174c9066;pointer-events:none;animation:mena-orbit 8s ease-in-out infinite;transform:rotate(var(--badge-tilt,-8deg))}
.orbit-badge img,.orbit-badge svg{width:29px;height:29px;display:block;object-fit:contain}.orbit-badge svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.social-scene .orbit-one{right:12px;top:4px;--badge-tilt:9deg;animation-delay:-2s}.social-scene .orbit-two{left:0;top:138px;--badge-tilt:-12deg;animation-delay:-4s}.social-scene .orbit-three{right:46px;bottom:5px;--badge-tilt:8deg;animation-delay:-6s}
.social-scene .orbit-snap{background:#fffc47}.social-scene .orbit-instagram{background:#fff0f7;border-color:#ffd8e8}.social-scene .orbit-tiktok{background:#edfaff;border-color:#c7f3ff}.social-scene .orbit-followers{background:#e6f2ff;color:#126bd1}.social-scene .orbit-heart{background:#fff0f4;color:#ed487a}.orbit-heart svg{fill:#ed487a;fill-opacity:.16}.social-scene .orbit-share{background:#e8f9f5;color:#118775}
@keyframes mena-orbit{0%,100%{transform:translateY(0) rotate(var(--badge-tilt))}50%{transform:translateY(-9px) rotate(calc(var(--badge-tilt) + 5deg))}}
@media(max-width:620px){.social-scene .orbit-badge{width:44px;height:44px;border-radius:14px}.orbit-badge img,.orbit-badge svg{width:23px;height:23px}.social-scene .orbit-one{right:0;top:0}.social-scene .orbit-two{left:-4px;top:150px}.social-scene .orbit-three{right:13px;bottom:3px}}
@media(prefers-reduced-motion:reduce){.social-scene .orbit-badge{animation:none}}
