.nexwebb-hero{position:absolute;width:100%;height:100%;overflow:hidden;top:0;left:0;z-index:0}.shape{position:absolute;opacity:0.2;animation:float 10s infinite ease-in-out}.shape1{width:200px;height:200px;background:#E67E22;top:10%;left:10%;border-radius:20%}.shape2{width:150px;height:150px;background:#D35400;bottom:15%;right:10%;transform:rotate(45deg)}.shape3{width:100px;height:100px;background:#E67E22;top:50%;left:70%;clip-path:polygon(50% 0%,0% 100%,100% 100%)}.shape4{width:120px;height:120px;background:#D35400;bottom:20%;left:40%;border-radius:50%}@keyframes float{0%{transform:translateY(0px) rotate(0deg)}50%{transform:translateY(-30px) rotate(20deg)}100%{transform:translateY(0px) rotate(0deg)}}:root{--font-hero:clamp(2.5rem,5vw,5rem);--font-h1:clamp(2rem,4vw,3.5rem);--font-h2:clamp(1.5rem,2.5vw,2.2rem);--font-h3:clamp(1.2rem,1.8vw,1.6rem);--font-body:clamp(1rem,1.2vw,1.2rem);--font-small:clamp(0.85rem,1vw,1rem)}