*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{color:#e53935;background-color:#fff;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000001a}nav{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.8rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.logo-img{height:40px;width:40px;object-fit:contain;border-radius:8px}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:#e53935;text-decoration:none;transition:opacity .3s}.nav-links a:hover{opacity:.8}.hero{background:linear-gradient(135deg,#ef5350,#e53935,#b71c1c);color:#fff;padding:6rem 0;text-align:center}.hero-logo{width:120px;height:120px;object-fit:contain;margin:0 auto 2rem;display:block;animation:fadeInDown .8s ease-out;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3));border-radius:20px}.hero h1{font-size:3.5rem;margin-bottom:1rem;animation:fadeInUp .8s ease-out}.hero p{font-size:1.5rem;margin-bottom:2rem;opacity:.95;animation:fadeInUp .8s ease-out .2s both}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp .8s ease-out .4s both}.btn{padding:1rem 2rem;font-size:1.1rem;border:none;border-radius:50px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:transform .3s,box-shadow .3s}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.btn-primary{background:#fff;color:#e53935;font-weight:700}.btn-secondary{background:#fff3;color:#fff;border:2px solid white}.problem{padding:5rem 0;background:#fff;text-align:center}.problem h2{font-size:2.8rem;margin-bottom:1.5rem;color:#333}.problem p{font-size:1.3rem;max-width:800px;margin:0 auto;line-height:1.8;color:#555}.features{padding:5rem 0;background:#fff}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.features-subtitle{text-align:center;font-size:1.3rem;max-width:700px;margin:-1.5rem auto 0;color:#555;font-weight:500;line-height:1.6;background:linear-gradient(135deg,#e53935,#ef5350,#ff6f00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp .8s ease-out}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #00000014;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#e53935}.feature-card p{color:#666;line-height:1.8}.screenshots{padding:5rem 0;background:#f8f9fa}.screenshot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.screenshot-image{width:100%;height:auto;border-radius:20px;box-shadow:0 10px 30px #0003;transition:transform .3s}.screenshot-image:hover{transform:translateY(-5px)}.how-it-works{padding:5rem 0;background:#f8f9fa}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.step{text-align:center;padding:2rem}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#ef5350,#e53935);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step h3{margin-bottom:.5rem;color:#333}.testimonials{padding:5rem 0;background:#fff}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.testimonial{background:#f8f9fa;padding:2rem;border-radius:15px;border-left:4px solid #E53935}.testimonial-text{font-style:italic;margin-bottom:1rem;color:#555}.testimonial-author{font-weight:700;color:#e53935}.cta-section{background:linear-gradient(135deg,#ef5350,#e53935,#b71c1c);color:#fff;padding:5rem 0;text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}footer{background:#2d3748;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1rem;color:#ef5350}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#a0aec0;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:background .3s}.social-links a:hover{background:#e53935}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#a0aec0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero h1{font-size:2.5rem}.hero p{font-size:1.2rem}.nav-links{display:none}}
