.sh-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#ffffff,#f4f6f8)}.sh-orb{width:640px;height:640px;margin:-320px 0 0 -320px;background:radial-gradient(circle at 50% 50%,rgba(68,98,126,.2) 0,rgba(127,166,201,.11) 38%,rgba(244,246,248,0) 70%);filter:blur(18px);animation:shOrbDrift 17s ease-in-out infinite alternate}.sh-arc,.sh-orb{position:absolute;top:50%;left:50%;border-radius:50%;pointer-events:none}.sh-arc{width:760px;height:760px;margin:-380px 0 0 -380px;border:1px solid rgba(68,98,126,.1)}@keyframes shOrbDrift{0%{transform:translate(-7%,-5%) scale(.96)}to{transform:translate(7%,6%) scale(1.07)}}.sh-fade{animation:shFadeUp .9s .1s both}.sh-fade-2{animation:shFadeUp .9s .28s both}@keyframes shFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.sh-fade,.sh-fade-2,.sh-orb{animation:none}}