*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;line-height:1.6;color:#2c3e50;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;border-radius:0 0 20px 20px;box-shadow:0 4px 20px #0000001a}.nav{display:flex;justify-content:space-between;align-items:center}.logo{font-size:2rem;font-weight:800;background:linear-gradient(45deg,#764ba2,#64748b);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 3s ease infinite}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{text-decoration:none;color:#2c3e50;font-weight:500;transition:color .3s ease;padding:.5rem 1rem;border-radius:20px;transition:all .3s ease}.nav-links a:hover{background:#64748b;color:#fff;transform:translateY(-2px)}.mobile-menu-btn{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:4px}.mobile-menu-btn span{width:25px;height:3px;background:#2c3e50;border-radius:2px;transition:all .3s ease}.mobile-menu-btn:hover span{background:#764ba2}.hero{padding:100px 0 60px;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-radius:0 0 50px 50px;margin-bottom:80px;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 100 100"><circle cx="50" cy="50" r="2" fill="white" opacity="0.1"/></svg>') repeat;background-size:80px 80px;animation:float 20s infinite linear}@keyframes float{0%{transform:translateY(0) translate(0)}to{transform:translateY(-80px) translate(-80px)}}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero-badge{display:inline-block;background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2);animation:fadeInUp 1s ease}.hero h1{font-size:4rem;font-weight:800;margin-bottom:1rem;line-height:1.1;animation:fadeInUp 1s ease .2s both}.hero-subtitle{font-size:1.5rem;font-weight:500;margin-bottom:1rem;opacity:.9;animation:fadeInUp 1s ease .4s both}.hero-description{font-size:1.2rem;margin-bottom:3rem;opacity:.8;line-height:1.6;animation:fadeInUp 1s ease .6s both}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease .8s both}.cta-button{display:inline-block;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:none;cursor:pointer;white-space:nowrap}.cta-button.primary{background:linear-gradient(45deg,#64748b,#475569);color:#fff;box-shadow:0 10px 30px #64748b4d}.cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #64748b66}.cta-button.secondary{background:rgba(255,255,255,.15);color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button.secondary:hover{background:rgba(255,255,255,.25);border-color:#ffffff80;transform:translateY(-3px)}.features{padding:80px 0;background:white;border-radius:50px;margin:80px 20px;box-shadow:0 20px 60px #0000001a}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;background:linear-gradient(45deg,#764ba2,#64748b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:linear-gradient(135deg,#764ba2 0%,#64748b 100%);padding:2rem;border-radius:30px;text-align:center;color:#fff;transition:transform .3s ease;box-shadow:0 10px 30px #764ba233}.feature-card:nth-child(2){background:linear-gradient(135deg,#64748b 0%,#475569 100%);box-shadow:0 10px 30px #64748b33}.feature-card:nth-child(3){background:linear-gradient(135deg,#475569 0%,#64748b 100%);box-shadow:0 10px 30px #47556933}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #764ba24d}.feature-card:nth-child(2):hover{box-shadow:0 20px 40px #64748b4d}.feature-card:nth-child(3):hover{box-shadow:0 20px 40px #4755694d}.feature-icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.feature-card:nth-child(1) .feature-icon:before{content:"";position:absolute;width:40px;height:24px;background:white;border-radius:4px;border:3px solid white}.feature-card:nth-child(1) .feature-icon:after{content:"";position:absolute;width:6px;height:12px;background:white;border-radius:0 2px 2px 0;right:17px;top:50%;transform:translateY(-50%)}.feature-card:nth-child(2) .feature-icon:before{content:"";position:absolute;width:12px;height:12px;background:white;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 8px #ffffff4d,0 0 0 16px #fff3,0 0 0 24px #ffffff1a}.feature-card:nth-child(3) .feature-icon:before{content:"";position:absolute;width:36px;height:28px;background:white;border-radius:0 8px 8px 0;clip-path:polygon(0 0,85% 0,100% 50%,85% 100%,0 100%,15% 50%)}.feature-card:nth-child(3) .feature-icon:after{content:"";position:absolute;width:8px;height:8px;background:rgba(255,255,255,.3);border-radius:50%;top:50%;left:52%;transform:translate(-50%,-50%)}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-card p{line-height:1.6;font-size:1rem}.how-it-works{padding:80px 0;background:linear-gradient(135deg,#f8f9ff 0%,#e8f4fd 100%);border-radius:50px;margin:80px 20px}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.step-card{background:white;padding:2rem;border-radius:25px;text-align:center;box-shadow:0 10px 30px #64748b1a;transition:transform .3s ease;border:1px solid rgba(100,116,139,.1)}.step-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #64748b26}.step-number{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(45deg,#764ba2,#64748b);color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700;margin-bottom:1rem;box-shadow:0 8px 25px #764ba24d}.step-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#2c3e50}.step-card p{line-height:1.6;color:#6b7280}.pricing{padding:80px 0;background:white;border-radius:50px;margin:80px 20px;box-shadow:0 20px 60px #0000001a}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;align-items:stretch}.pricing-card{background:linear-gradient(135deg,#764ba2 0%,#667eea 100%);color:#fff;padding:2.5rem 2rem;border-radius:30px;text-align:center;transition:transform .3s ease;position:relative;overflow:hidden;box-shadow:0 15px 40px #764ba233;display:flex;flex-direction:column;height:100%;min-height:480px}.pricing-card.popular{background:linear-gradient(135deg,#64748b 0%,#475569 100%);transform:scale(1.05);box-shadow:0 20px 50px #64748b4d}.pricing-card.popular:before{content:"Most Popular";position:absolute;top:15px;right:15px;background:#fff;color:#475569;padding:.3rem .7rem;border-radius:15px;font-size:.7rem;font-weight:600;box-shadow:0 2px 8px #0000001a}.pricing-card:hover{transform:translateY(-10px)}.pricing-card.popular:hover{transform:scale(1.05) translateY(-10px)}.pricing-card.popular .cta-button.primary{background:linear-gradient(45deg,#764ba2,#667eea);box-shadow:0 10px 30px #764ba24d}.pricing-card.popular .cta-button.primary:hover{box-shadow:0 15px 40px #764ba266}.price{font-size:3rem;font-weight:800;margin:1rem 0}.price-period{font-size:1rem;opacity:.8}.pricing-card h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.pricing-card .cta-button{margin-top:auto}.features-list{list-style:none;margin:2rem 0;flex-grow:1;display:flex;flex-direction:column;justify-content:center}.features-list li{border-bottom:1px solid rgba(255,255,255,.2);position:relative;padding:.8rem 0 .8rem 1.5rem}.features-list li:last-child{border-bottom:none}.features-list li:before{content:"✓";position:absolute;left:0;top:.8rem;font-weight:700;font-size:.9rem}.footer{background:#f8f9fb;color:#4a5568;padding:60px 0 30px;border-radius:50px 50px 0 0;margin:80px 20px 0;border-top:1px solid #e2e8f0}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#64748b;margin-bottom:1rem;font-weight:600}.footer-section p{color:#6b7280;line-height:1.6}.footer-section a{color:#6b7280;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#64748b}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #e2e8f0;color:#9ca3af}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-120px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(120px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInSoft{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0;animation-fill-mode:both}.animate-on-scroll.animate{opacity:1}.slide-left{animation:slideInFromLeft 3s cubic-bezier(.16,1,.3,1)}.slide-right{animation:slideInFromRight 3s cubic-bezier(.16,1,.3,1)}.fade-soft{animation:fadeInSoft 2.5s cubic-bezier(.16,1,.3,1)}.stagger-1{animation-delay:.4s}.stagger-2{animation-delay:.8s}.stagger-3{animation-delay:1.2s}.stagger-4{animation-delay:1.6s}.stagger-5{animation-delay:2s}@media (max-width: 768px){.mobile-menu-btn{display:flex}.nav-links{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;align-items:center;gap:3rem;z-index:999;transform:translate(-100%);transition:transform .3s ease}.nav-links-open{transform:translate(0)}.nav-links li{opacity:0;animation:slideInFromLeft .5s ease forwards}.nav-links-open li:nth-child(1){animation-delay:.1s}.nav-links-open li:nth-child(2){animation-delay:.2s}.nav-links-open li:nth-child(3){animation-delay:.3s}.nav-links-open li:nth-child(4){animation-delay:.4s}.nav-links-open li:nth-child(5){animation-delay:.5s}.nav-links a{font-size:1.5rem;padding:1rem 2rem}.hero{padding:80px 0 50px}.hero h1{font-size:2.8rem;line-height:1.2}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:1.1rem;margin-bottom:2rem}.hero-cta{flex-direction:column;align-items:center;gap:1rem}.cta-button{width:100%;max-width:300px;text-align:center}.section-title{font-size:2.2rem}.features,.how-it-works,.pricing{margin:40px 10px;border-radius:30px;padding:60px 0}.features-grid,.steps-grid,.pricing-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card,.step-card,.pricing-card{margin:0 10px}.pricing-card.popular{transform:none;margin:0 10px}.pricing-card.popular:hover{transform:translateY(-5px)}.footer{margin:40px 10px 0;padding:40px 0 20px}.footer-content{grid-template-columns:1fr;gap:1.5rem}}
