.hero-text{position:absolute;left:10%;top:50%;transform:translateY(-50%);color:#F9FAFB;text-align:left;z-index:10;width:80%;max-width:600px}.hero-title{font-size:2.5rem;font-weight:700;margin:0 0 15rem;animation:fadeInLeft .8s ease-out .2s forwards;line-height:1.4}.hero-subtitle,.hero-title{padding:0;opacity:0;color:#C084FC;text-shadow:0 0 10px rgba(192,132,252,.3);max-width:500px;text-align:left}.hero-subtitle{font-size:1.8rem;font-weight:600;margin:0 0 .5rem;animation:fadeInLeft .8s ease-out .8s forwards;line-height:1.2}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:1rem;opacity:0;color:#EDE9FE;max-width:450px;text-align:left}.hero-description:nth-child(3){animation:fadeInLeft .8s ease-out 1.4s forwards}.hero-description:nth-child(4){animation:fadeInLeft .8s ease-out 2s forwards}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px);filter:blur(3px)}to{opacity:1;transform:translateX(0);filter:blur(0)}}@keyframes glowPulse{0%,to{text-shadow:0 0 10px rgba(147,51,234,.3)}50%{text-shadow:0 0 20px rgba(147,51,234,.6)}}.hero-title.glow{animation:fadeInLeft .8s ease-out .2s forwards,glowPulse 2.5s ease-in-out infinite}@media (max-width:768px){.hero-text{display:none}}@media (prefers-reduced-motion:reduce){.hero-description,.hero-subtitle,.hero-title{animation:none;opacity:1}}