body{margin:0;font-family:Inter,sans-serif;background:linear-gradient(135deg,#6f29f0,#5a3997);color:#333;display:flex;justify-content:center;align-items:center;height:100vh}.landing{text-align:center;padding:2rem 8rem;background:#fffffff2;border-radius:1.5rem;box-shadow:0 8px 30px #00000040;animation:fadeIn 1s ease-out;max-width:700px}.landing-header h1{font-size:3rem;margin-bottom:1rem;background:linear-gradient(90deg,#5a3997,#6f29f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.landing-header p{font-size:1.2rem;max-width:600px;margin:0 auto 2rem;line-height:1.6;color:#4a2a7c}.landing-animation{width:400px;max-width:60%;margin:0 auto}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
