.neon-gradient-text{background:linear-gradient(135deg,#00bfff 30%,#d142e1 70%);-webkit-background-clip:text;background-clip:text;color:#00afff5e;display:inline-block;font-size:90px;animation:5s ease-in-out infinite alternate neonPulse}.section-title{background:linear-gradient(135deg,#8a2be2 0,#00bfff 50%,#4299e1 100%);-webkit-background-clip:text;background-clip:text;color:transparent;animation:3s ease-in-out infinite alternate sectionTitleGlow}.highlight.gradient-text{color:transparent;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;animation:3s infinite gradientShift}@keyframes neonPulse{0%{text-shadow:0 0 10px rgba(138,43,226,.7),0 0 20px rgba(138,43,226,.5),0 0 30px rgba(0,191,255,.3)}100%{text-shadow:0 0 20px rgba(138,43,226,.9),0 0 30px rgba(138,43,226,.7),0 0 40px rgba(0,191,255,.5)}}