 {} *{} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); overflow-x: hidden; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Header */ .header { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); padding: 15px 0; position: fixed; width: 100%; top: 0; z-index: 1000; box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); } .header .container { display: flex; justify-content: space-between; align-items: center; } .logo { font-size: 24px; font-weight: bold; color: #6366f1; display: flex; align-items: center; gap: 10px; } .cta-button { background: linear-gradient(45deg, #ff6b6b, #ee5a24); color: white; padding: 12px 30px; border: none; border-radius: 50px; font-weight: bold; text-decoration: none; display: inline-block; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(238, 90, 36, 0.3); cursor: pointer; font-size: 16px; } .cta-button:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(238, 90, 36, 0.4); } .cta-button.pulse { animation: pulse 2s infinite; } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } } /* Hero Section */ .hero { padding: 120px 0 80px; text-align: center; color: white; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="a" cx="50%" cy="50%"><stop offset="0%" stop-color="%23ffffff" stop-opacity="0.1"/><stop offset="100%" stop-color="%23ffffff" stop-opacity="0"/></radialGradient></defs><circle cx="200" cy="200" r="100" fill="url(%23a)"/><circle cx="800" cy="300" r="150" fill="url(%23a)"/><circle cx="400" cy="700" r="120" fill="url(%23a)"/></svg>') no-repeat center center; background-size: cover; opacity: 0.3; } .hero-content { position: relative; z-index: 2; } .hero h1 { font-size: 3.5rem; font-weight: 800; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); line-height: 1.2; } .hero .subtitle { font-size: 1.4rem; margin-bottom: 30px; opacity: 0.9; max-width: 800px; margin-left: auto; margin-right: auto; } .hero .cta-button { font-size: 20px; padding: 18px 40px; margin: 20px 10px; } /* Stats Section */ .stats { background: white; padding: 60px 0; box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1); } .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; text-align: center; } .stat-item { padding: 30px; border-radius: 15px; background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); transition: transform 0.3s ease; } .stat-item:hover { transform: translateY(-5px); } .stat-number { font-size: 3rem; font-weight: bold; color: #6366f1; margin-bottom: 10px; } .stat-label { font-size: 1.1rem; color: #64748b; font-weight: 600; } /* Problem Section */ .problem { padding: 80px 0; background: linear-gradient(135deg, #1e293b 0%, #334155 100%); color: white; } .problem h2 { font-size: 2.5rem; text-align: center; margin-bottom: 50px; color: #f1f5f9; } .problem-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 50px; } .problem-item { background: rgba(255, 255, 255, 0.1); padding: 30px; border-radius: 15px; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); } .problem-item h3 { color: #fbbf24; margin-bottom: 15px; font-size: 1.3rem; } /* Solution Section */ .solution { padding: 80px 0; background: white; } .solution h2 { font-size: 2.5rem; text-align: center; margin-bottom: 20px; color: #1e293b; } .solution .subtitle { text-align: center; font-size: 1.2rem; color: #64748b; margin-bottom: 50px; max-width: 600px; margin-left: auto; margin-right: auto; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 40px; margin-bottom: 50px; } .feature-card { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); padding: 40px; border-radius: 20px; text-align: center; transition: all 0.3s ease; border: 2px solid transparent; } .feature-card:hover { transform: translateY(-10px); border-color: #6366f1; box-shadow: 0 20px 40px rgba(99, 102, 241, 0.1); } .feature-icon { font-size: 3rem; margin-bottom: 20px; } .feature-card h3 { font-size: 1.4rem; margin-bottom: 15px; color: #1e293b; } .feature-card p { color: #64748b; line-height: 1.6; } /* Testimonials */ .testimonials { padding: 80px 0; background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%); color: white; } .testimonials h2 { font-size: 2.5rem; text-align: center; margin-bottom: 50px; } .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .testimonial { background: rgba(255, 255, 255, 0.1); padding: 30px; border-radius: 15px; backdrop-filter: blur(10px); } .testimonial-text { font-style: italic; margin-bottom: 20px; font-size: 1.1rem; } .testimonial-author { font-weight: bold; color: #fbbf24; } /* CTA Section */ .final-cta { padding: 80px 0; background: linear-gradient(135deg, #1e293b 0%, #334155 100%); color: white; text-align: center; } .final-cta h2 { font-size: 2.8rem; margin-bottom: 20px; } .final-cta .subtitle { font-size: 1.3rem; margin-bottom: 40px; opacity: 0.9; } .final-cta .cta-button { font-size: 22px; padding: 20px 50px; } .urgency { margin-top: 30px; padding: 20px; background: rgba(239, 68, 68, 0.2); border-radius: 10px; border: 1px solid rgba(239, 68, 68, 0.3); } .urgency h3 { color: #fbbf24; margin-bottom: 10px; } /* Footer */ .footer { background: #0f172a; color: white; padding: 40px 0; text-align: center; } .footer p { opacity: 0.7; } /* Responsive Design */ @media (max-width: 768px) { .hero h1 { font-size: 2.5rem; } .hero .subtitle { font-size: 1.2rem; } .stats-grid { grid-template-columns: 1fr; } .problem-list { grid-template-columns: 1fr; } .features-grid { grid-template-columns: 1fr; } .testimonials-grid { grid-template-columns: 1fr; } } /* Animations */ .fade-in { opacity: 0; transform: translateY(30px); transition: all 0.6s ease; } .fade-in.visible { opacity: 1; transform: translateY(0); } /* Floating Elements */ .floating { animation: float 6s ease-in-out infinite; } @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }
