.sb-section{position:relative;padding:40px 20px;display:flex;justify-content:center;align-items:center}.sb-stage{position:relative;margin:0 auto;width:100%;max-width:900px;z-index:3;text-align:center}.sb-phone{margin:-80px auto 40px;width:300px;position:relative;z-index:4}.sb-phone img{width:100%;height:auto}.sb-phone:after{content:"";position:absolute;top:50%;left:50%;width:280px;height:280px;border-radius:50%;background:rgba(0,123,255,.2);transform:translate(-50%,-50%) scale(.8);animation:halo 3s ease-in-out infinite;z-index:-1}@keyframes halo{0%{transform:translate(-50%,-50%) scale(.8);opacity:.8}to{transform:translate(-50%,-50%) scale(1.6);opacity:0}}.sb-icons{list-style:none;margin:0 auto;padding:0;display:grid;grid-template-columns:repeat(6,1fr);gap:25px;justify-items:center;max-width:900px;position:relative;z-index:5}.sb-icon{width:80px;height:80px;border-radius:20px;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translateY(20px);animation:fadeInUp .8s forwards,floatWave 3s ease-in-out infinite}.sb-icon img{max-width:60%;max-height:60%;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.sb-icon:hover img{transform:scale(1.15)}@keyframes floatWave{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sb-icon:first-child{animation-delay:.2s,0s}.sb-icon:nth-child(2){animation-delay:.4s,0s}.sb-icon:nth-child(3){animation-delay:.6s,0s}.sb-icon:nth-child(4){animation-delay:.8s,0s}.sb-icon:nth-child(5){animation-delay:1s,0s}.sb-icon:nth-child(6){animation-delay:1.2s,0s}.sb-icon.facebook{box-shadow:0 0 25px rgba(24,119,242,.6)}.sb-icon.instagram{box-shadow:0 0 25px rgba(225,48,108,.6)}.sb-icon.tiktok{box-shadow:0 0 25px rgba(0,242,234,.6)}.sb-icon.linkedin{box-shadow:0 0 25px rgba(10,102,194,.6)}.sb-icon.youtube{box-shadow:0 0 25px rgba(255,0,0,.6)}.sb-icon.twitter{box-shadow:0 0 25px rgba(29,161,242,.6)}@media (max-width:768px){.sb-stage{width:100%;height:auto}.sb-phone{width:200px;margin:-40px auto 20px}.sb-icons{grid-template-columns:repeat(3,1fr);gap:15px}.sb-icon{width:60px;height:60px}}