.landing-page { text-align: center; padding: 40px 20px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 20px; color: white; margin: 20px 0; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); } .landing-title { font-size: 48px; font-weight: bold; margin-bottom: 20px; animation: float 3s ease-in-out infinite; } .landing-subtitle { font-size: 24px; margin-bottom: 30px; opacity: 0.9; } .landing-description { font-size: 20px; margin: 20px 0; opacity: 0.85; font-weight: 500; }