.hero-section{align-items:center;background:linear-gradient(135deg,#0c3b2e,#0a5a46);display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative}.laptop img{position:relative;width:700px;z-index:2}.card{backdrop-filter:blur(10px);background:rgba(0,50,40,.8);border-radius:12px;color:#0fc;padding:20px 25px;position:absolute;transition:transform .4s ease,box-shadow .4s ease}.card-left-top{left:80px;top:150px}.card-left-bottom{bottom:120px;left:60px}.card-right{right:80px;top:220px}.hero-section.hover-active .card-left-top{transform:translateY(-20px) scale(1.05)}.hero-section.hover-active .card-left-bottom{transform:translateY(-25px) scale(1.05)}.hero-section.hover-active .card-right{transform:translateY(-30px) scale(1.05)}.hero-section.hover-active .card{box-shadow:0 10px 30px rgba(0,255,200,.3)}