body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{text-align:left}.navbar{background:#fff;box-shadow:0 2px 10px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.logo,.nav-container{align-items:center;display:flex}.logo{font-size:1.5rem;font-weight:700}.logo img{height:30px;margin-right:10px}.nav-links{align-items:center;display:flex}.nav-links a{color:#555;font-weight:500;margin:0 1rem;text-decoration:none}.nav-links a:hover{color:#006bff}.cta-button{background:#006bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1.2rem;transition:all .2s ease}.cta-button:hover{background:#0055d4;transform:translateY(-2px)}.cta-button.primary{background:#006bff}.cta-button.secondary{background:#0000;border:1px solid #006bff;color:#006bff}.cta-button.secondary:hover{background:#f0f7ff}.cta-button.large{font-size:1.1rem;padding:1rem 2rem}.hero{align-items:center;display:flex;margin:0 auto;max-width:1200px;min-height:80vh;padding:4rem 2rem}.hero-content{flex:1 1;padding-right:2rem}.hero-content h1{color:#222;font-size:3rem;margin-bottom:1.5rem}.hero-content p{color:#666;font-size:1.2rem;margin-bottom:2rem;max-width:90%}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.stats{display:flex;gap:3rem}.stat h2{color:#006bff;font-size:2.5rem;margin-bottom:.5rem}.stat p{color:#777;font-size:1rem;margin:0}.hero-visual{flex:1 1}.image-comparison{display:flex;gap:1rem;height:400px}.image-container{flex:1 1}.original{background:linear-gradient(45deg,#8a2387,#e94057,#f27121)}.optimized{background:linear-gradient(45deg,#2193b0,#6dd5ed)}section{padding:5rem 2rem}.section-header{margin:0 auto 4rem;max-width:800px;text-align:center}.section-header h2{color:#222;font-size:2.5rem;margin-bottom:1rem}.section-header p{color:#666;font-size:1.2rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.feature-card{background:#fff;border-radius:12px;box-shadow:0 5px 20px #0000000d;padding:2rem;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{color:#222;font-size:1.5rem;margin-bottom:1rem}.feature-card p{color:#666}.pricing{background:#f8f9fa}.pricing-cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:0 auto;max-width:1200px}.pricing-card{background:#fff;border-radius:12px;box-shadow:0 5px 20px #0000000d;flex:1 1;max-width:350px;min-width:280px;padding:2.5rem;position:relative}.pricing-card.featured{border:2px solid #006bff;transform:scale(1.05)}.popular-badge{background:#006bff;border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;left:50%;padding:.5rem 1rem;position:absolute;top:-12px;transform:translateX(-50%)}.pricing-card h3{color:#222;font-size:1.5rem;margin-bottom:1rem;text-align:center}.price{color:#006bff;font-size:3rem;font-weight:700;margin-bottom:2rem;text-align:center}.price span{color:#777;font-size:1rem;font-weight:400}.pricing-card ul{list-style:none;margin-bottom:2rem}.pricing-card li{border-bottom:1px solid #eee;color:#555;padding:.5rem 0}.pricing-card li:last-child{border-bottom:none}.pricing-card button{width:100%}.testimonial-cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:0 auto;max-width:1200px}.testimonial-card{background:#fff;border-radius:12px;box-shadow:0 5px 20px #0000000d;flex:1 1;max-width:500px;min-width:300px;padding:2rem}.testimonial-text{color:#555;font-size:1.1rem;font-style:italic;line-height:1.6;margin-bottom:1.5rem}.testimonial-author{align-items:center;display:flex}.testimonial-author img{border-radius:50%;height:50px;margin-right:1rem;width:50px}.testimonial-author h4{color:#222;margin-bottom:.2rem}.testimonial-author p{color:#777;font-size:.9rem}.cta-section{background:linear-gradient(135deg,#006bff,#0055d4);color:#fff;padding:6rem 2rem;text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-note{font-size:.9rem;margin-top:1rem;opacity:.8}.footer{background:#f8f9fa;padding:4rem 2rem 2rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto 3rem;max-width:1200px}.footer-section h4{color:#222;margin-bottom:1rem}.footer-section a{color:#666;display:block;margin-bottom:.5rem;text-decoration:none}.footer-section a:hover{color:#006bff}.footer-bottom{border-top:1px solid #eee;color:#777;margin:0 auto;max-width:1200px;padding-top:2rem;text-align:center}@media (max-width:900px){.hero{flex-direction:column;text-align:center}.hero-content{margin-bottom:3rem;padding-right:0}.hero-content p{max-width:100%}.hero-buttons,.stats{justify-content:center}.pricing-card.featured{transform:none}}@media (max-width:600px){.nav-container{flex-direction:column}.nav-links{flex-wrap:wrap;justify-content:center;margin-top:1rem}.hero-content h1{font-size:2.2rem}.hero-buttons{align-items:center}.hero-buttons,.stats{flex-direction:column}.stats{gap:1.5rem}.image-comparison{flex-direction:column;height:auto}}.disabled{background:#0000;border:1px solid gray;color:gray}.comparison-image{display:block;height:100%;object-fit:cover;width:100%}.image-container{border-radius:12px;box-shadow:0 10px 30px #0000001a;height:400px;overflow:hidden;position:relative}.image-label{background:#000000b3;bottom:0;color:#fff;font-weight:600;left:0;padding:1rem;position:absolute;right:0;text-align:center}
/*# sourceMappingURL=main.88223322.css.map*/