body{position:relative}.floating-decor{position:absolute;top:0;left:0;width:100%;pointer-events:none;z-index:0}.decor-icon{position:absolute;display:block;color:var(--color-accent);opacity:.12}.decor-icon svg{width:100%;height:100%}.decor-sm{width:48px;height:48px}.decor-md{width:72px;height:72px}.decor-lg{width:96px;height:96px}@keyframes decor-float{0%,100%{transform:translateY(0) rotate(var(--decor-rotate,0deg))}50%{transform:translateY(-20px) rotate(var(--decor-rotate,0deg))}}@keyframes decor-drift{0%,100%{transform:translate(0,0) rotate(var(--decor-rotate,0deg))}25%{transform:translate(10px,-15px) rotate(calc(var(--decor-rotate,0deg) + 5deg))}50%{transform:translate(-8px,-25px) rotate(calc(var(--decor-rotate,0deg) - 3deg))}75%{transform:translate(5px,-10px) rotate(calc(var(--decor-rotate,0deg) + 2deg))}}.decor-anim-float{animation:decor-float 8s ease-in-out infinite}.decor-anim-drift{animation:decor-drift 12s ease-in-out infinite}@media (max-width:768px){.decor-sm{width:32px;height:32px}.decor-md{width:48px;height:48px}.decor-lg{width:64px;height:64px}.decor-icon{opacity:.08}}.ai-assistant .container,.features .container,.footer-inner,.hero-content,.how-it-works .container,.relay-section .container,.showcase .container{position:relative;z-index:1}@media (prefers-reduced-motion:reduce){.decor-icon{animation:none!important}}