*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;line-height:1.6;color:#333;background-color:#fff}.landing-container{min-height:100vh;display:flex;flex-direction:column}.landing-header{padding:60px 20px;text-align:center;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:white;position:relative;overflow:hidden}.landing-header::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);animation:shimmer 3s ease-in-out infinite}.landing-header .logo{position:relative;z-index:1}.landing-header .logo h1{font-size:3rem;font-weight:700;margin-bottom:15px;text-shadow:0 2px 4px rgba(0,0,0,0.3);letter-spacing:0.5px}.landing-header .logo p{font-size:1.2rem;opacity:0.95;font-weight:300;margin:0}.landing-main{flex:1;padding:80px 20px;background:#f8f9fa}.landing-main .hero{max-width:900px;margin:0 auto 80px;text-align:center}.landing-main .hero h2{font-size:2.5rem;font-weight:600;margin-bottom:25px;color:#2c3e50;position:relative}.landing-main .hero h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);border-radius:2px}.landing-main .hero p{font-size:1.3rem;color:#7f8c8d;line-height:1.8;margin:0;font-weight:300}.landing-main .features{max-width:1200px;margin:0 auto}.landing-main .features .feature-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:40px;margin-top:60px}.landing-main .features .feature-item{background:white;padding:40px 30px;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,0.08);text-align:center;transition:transform 0.3s ease, box-shadow 0.3s ease}.landing-main .features .feature-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,0.12)}.landing-main .features .feature-item .feature-icon{font-size:3rem;margin-bottom:20px}.landing-main .features .feature-item h3{font-size:1.4rem;font-weight:600;margin-bottom:15px;color:#2c3e50}.landing-main .features .feature-item p{color:#7f8c8d;font-size:1rem;line-height:1.6}.landing-footer{padding:40px 20px;background:#2c3e50;color:white;text-align:center}.landing-footer .footer-content{max-width:800px;margin:0 auto}.landing-footer .footer-content p{margin:8px 0;font-size:0.95rem;line-height:1.5}.landing-footer .footer-content p:first-child{font-weight:500}.landing-footer .footer-content a{color:#3498db;text-decoration:none;transition:color 0.3s ease}.landing-footer .footer-content a:hover{color:#2980b9;text-decoration:underline}@keyframes shimmer{0%,100%{transform:translate(-50%, -50%) rotate(0deg)}50%{transform:translate(-50%, -50%) rotate(180deg)}}@media (max-width: 768px){.landing-header{padding:50px 20px}.landing-header .logo h1{font-size:2.2rem}.landing-header .logo p{font-size:1rem}.landing-main{padding:60px 20px}.landing-main .hero{margin-bottom:60px}.landing-main .hero h2{font-size:2rem}.landing-main .hero p{font-size:1.1rem}.landing-main .features .feature-grid{grid-template-columns:1fr;gap:30px;margin-top:40px}.landing-main .features .feature-item{padding:30px 25px}.landing-footer{padding:30px 20px}.landing-footer .footer-content p{font-size:0.9rem}}@media (max-width: 480px){.landing-header{padding:40px 15px}.landing-header .logo h1{font-size:1.8rem}.landing-header .logo p{font-size:0.9rem}.landing-main{padding:40px 15px}.landing-main .hero h2{font-size:1.6rem}.landing-main .hero p{font-size:1rem}.landing-main .features .feature-item{padding:25px 20px}.landing-main .features .feature-item .feature-icon{font-size:2.5rem}.landing-main .features .feature-item h3{font-size:1.2rem}.landing-footer{padding:25px 15px}.landing-footer .footer-content p{font-size:0.85rem}}@media print{.landing-container{background:white !important;color:black !important}.landing-header{background:white !important;color:black !important}.landing-main{background:white !important}.landing-footer{background:white !important;color:black !important;border-top:1px solid #ccc}}
