.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";z-index:0;background:radial-gradient(circle at 20%,#3b82f626 0%,#0000 50%),radial-gradient(circle at 80% 80%,#9333ea26 0%,#0000 50%),radial-gradient(circle at 40% 20%,#0ea5e91a 0%,#0000 50%);width:100%;height:100%;animation:20s infinite gradientShift;position:absolute;top:0;left:0}.hero-section:after{content:"";filter:blur(60px);z-index:0;background:radial-gradient(circle,#3b82f633 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:15s ease-in-out infinite float;position:absolute;top:-10%;right:-5%}.hero-content{z-index:1;text-align:center;max-width:1200px;animation:1s ease-out fadeInUp;position:relative}.hero-title{color:#fff;background:linear-gradient(135deg,#fff 0%,#93c5fd 50%,#60a5fa 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 80px #3b82f680;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:4rem;font-weight:900;line-height:1.1}@keyframes gradientShift{0%,to{opacity:1;transform:scale(1)rotate(0)}50%{opacity:.8;transform:scale(1.1)rotate(5deg)}}@keyframes float{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-50px,-30px)scale(1.1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-section{padding:3rem 1rem}}
