body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#6c63ff;--secondary-color:#ff6584;--dark-color:#2d3748;--light-color:#f7fafc;--gray-color:#718096;--success-color:#48bb78;--warning-color:#ed8936;--danger-color:#f56565}*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}body{background-color:#fff;color:#2d3748;color:var(--dark-color);line-height:1.6}.app{overflow-x:hidden}.navbar{background-color:#fff;box-shadow:0 2px 10px #0000000d;justify-content:space-between;padding:1.5rem 5%;position:fixed;top:0;width:100%;z-index:1000}.logo-container,.navbar{align-items:center;display:flex}.logo-container{gap:1rem}.logo-img{height:40px;width:auto}.logo-text{font-size:1.2rem;font-weight:700;letter-spacing:1px}.logo-text,.menu-icon{color:#2d3748;color:var(--dark-color)}.menu-icon{cursor:pointer;display:none}.menu-items{gap:2rem}.menu-button,.menu-items{align-items:center;display:flex}.menu-button{background:none;border:none;color:#2d3748;color:var(--dark-color);cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s ease}.menu-button:hover{color:#6c63ff;color:var(--primary-color)}.menu-arrow{margin-left:.5rem;transition:transform .3s ease}.menu-button:hover .menu-arrow{transform:translateX(3px)}.menu-cta{background-color:#6c63ff;background-color:var(--primary-color);border-radius:30px;color:#fff;font-weight:600;padding:.7rem 1.5rem;text-decoration:none;transition:all .3s ease}.menu-cta:hover{background-color:#5a52e0;box-shadow:0 5px 15px #6c63ff4d;transform:translateY(-2px)}.hero{align-items:center;background:linear-gradient(#0009,#0009),url(https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80) no-repeat 50%/cover;display:flex;height:50vh;margin-top:80px;padding:0 5%;position:relative}.hero-overlay{background:linear-gradient(135deg,#6c63ffb3,#ff6584b3);height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.hero-content{color:#fff;max-width:800px;position:relative;z-index:1}.hero h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero h1 span{color:#ff6584;color:var(--secondary-color)}.hero-subtitle{font-size:1.5rem;margin-bottom:2.5rem;opacity:.9}.hero-buttons{display:flex;gap:1.5rem}.cta-button{align-items:center;border-radius:50px;display:inline-flex;font-weight:600;justify-content:center;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button.primary{background-color:#ff6584;background-color:var(--secondary-color);color:#fff}.cta-button.primary:hover{background-color:#e04f72;box-shadow:0 10px 20px #ff65844d;transform:translateY(-3px)}.cta-button.secondary{background-color:initial;border:2px solid #fff;color:#fff}.cta-button.secondary:hover{background-color:#ffffff1a;transform:translateY(-3px)}.cta-icon{margin-left:.5rem}.section-header{padding:0 1rem}.section-header h2{color:var(--dark-color);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-header p{color:#718096;color:var(--gray-color);font-size:1.1rem;margin:0 auto;max-width:700px}.benefits-section{background-color:#f9f9ff;padding:6rem 5%}.benefits-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.benefit-card{background-color:#fff;border-radius:15px;box-shadow:0 10px 30px #0000000d;padding:.3rem;text-align:center;transition:all .3s ease}.benefit-card:hover{box-shadow:0 15px 35px #0000001a;transform:translateY(-10px)}.benefit-icon{align-items:center;background:linear-gradient(135deg,#6c63ff,#ff6584);background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);border-radius:50%;color:#fff;display:flex;height:50px;justify-content:center;margin:0 auto 1.5rem;width:50px}.benefit-card h3{color:#2d3748;color:var(--dark-color);font-size:1.5rem;margin-bottom:1rem}.benefit-card p{color:#718096;color:var(--gray-color);font-size:1rem}.earnings-section{background-color:#fff;padding:0 1%}.earnings-content{align-items:center;display:flex;gap:2rem;margin:0 auto;max-width:1200px}.earnings-text{flex:1 1}.earnings-image{background:linear-gradient(135deg,#6c63ff,#ff6584);border-radius:20px;color:#fff;flex:1 1;font-size:1.5rem;height:400px;justify-content:center}.earning-range,.earnings-image{align-items:center;display:flex}.earning-range{margin:3rem 0;position:relative}.range-line{background-color:#e2e8f0;border-radius:3px;flex:1 1;height:6px;position:relative}.range-progress{background:linear-gradient(90deg,#6c63ff,#ff6584);background:linear-gradient(90deg,var(--primary-color) 0,var(--secondary-color) 100%);border-radius:3px;height:100%;left:0;position:absolute;top:0;width:100%}.earning-bubble{align-items:center;background-color:#fff;border:8px solid #e2e8f0;border-radius:50%;color:#718096;color:var(--gray-color);display:flex;flex-direction:column;font-weight:600;height:120px;justify-content:center;width:120px}.earning-bubble span{color:#2d3748;color:var(--dark-color);font-size:1.5rem;font-weight:700}.earning-bubble.highlight{border-color:#ff6584;border-color:var(--secondary-color)}.earning-bubble.highlight span{color:#ff6584;color:var(--secondary-color)}.earning-note{color:#718096;color:var(--gray-color);font-size:.9rem;font-style:italic}.steps-section{background-color:#f9f9ff;padding:6rem 5%}.steps-container{margin:0 auto;max-width:800px}.step{align-items:center;background-color:#fff;border-radius:15px;box-shadow:0 5px 15px #0000000d;cursor:pointer;display:flex;margin-bottom:1.5rem;padding:1rem;transition:all .3s ease}.step:hover{transform:translateX(10px)}.step.active{border-left:2px solid #6c63ff;border-left:2px solid var(--primary-color)}.step-number{align-items:center;background-color:#6c63ff;background-color:var(--primary-color);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;margin-right:1.5rem;width:50px}.step-content h3{color:#2d3748;color:var(--dark-color);font-size:1.3rem;margin-bottom:.5rem}.step-content p{color:#718096;color:var(--gray-color)}.steps-action{margin-top:1rem;text-align:center}.whatsapp-button{align-items:center;background-color:#25d366;border-radius:50px;color:#fff;display:inline-flex;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.whatsapp-button:hover{background-color:#e9f0ef;box-shadow:0 10px 20px #25d3664d;transform:translateY(-3px)}.testimonials-section{background-color:#fff;padding:.5rem 1%}.testimonials-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.testimonial-card{background-color:#fff;border-radius:15px;padding:.5rem}.testimonial-card:hover{transform:translateY(-10px)}.testimonial-content{color:#2d3748;color:var(--dark-color);font-style:italic}.testimonial-content:before{color:#6c63ff;color:var(--primary-color);content:'"';font-size:4rem;left:-1rem;opacity:.2;position:absolute;top:-1.5rem}.author-avatar{background-color:#e2e8f0;height:50px;width:50px}.author-info h4{color:var(--dark-color)}.author-info p{color:#718096;color:var(--gray-color);font-size:.9rem}.footer{background-color:#2d3748;background-color:var(--dark-color);color:#fff;padding:5rem 5% 0}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.footer-section h3{font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem;position:relative}.footer-section h3:after{background:linear-gradient(90deg,#6c63ff,#ff6584);background:linear-gradient(90deg,var(--primary-color) 0,var(--secondary-color) 100%);bottom:0;content:"";height:3px;left:0;position:absolute;width:50px}.footer-section p{color:#cbd5e0;margin-bottom:1rem}.social-links{display:flex;gap:1rem;margin-top:1.5rem}.social-icon{align-items:center;background-color:#ffffff1a;border-radius:50%;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-icon:hover{background-color:#6c63ff;background-color:var(--primary-color);transform:translateY(-3px)}.contact-item{align-items:flex-start;display:flex;margin-bottom:1.5rem}.contact-icon{color:#6c63ff;color:var(--primary-color);font-size:1.2rem;margin-right:1rem;margin-top:3px}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:1rem}.footer-section ul li a,.footer-section ul li button{background:none;border:none;color:#cbd5e0;cursor:pointer;font-size:1rem;padding:0;text-decoration:none;transition:all .3s ease}.footer-section ul li a:hover,.footer-section ul li button:hover{color:#6c63ff;color:var(--primary-color);padding-left:5px}.footer-map{border-radius:15px;margin-top:3rem;overflow:hidden}.copyright{border-top:1px solid #ffffff1a;color:#cbd5e0;font-size:.9rem;margin-top:3rem;padding:2rem 0;text-align:center}.privacy-policy-container{margin:0 auto;max-width:1000px;padding:6rem 5% 3rem}.back-button{align-items:center;background:none;border:none;color:#6c63ff;color:var(--primary-color);cursor:pointer;display:flex;font-size:1rem;font-weight:600;margin-bottom:2rem;transition:all .3s ease}.back-button:hover{color:#ff6584;color:var(--secondary-color)}.privacy-content h1{color:#2d3748;color:var(--dark-color);font-size:2.5rem;margin-bottom:2rem}.policy-card{background-color:#fff;border-radius:15px;box-shadow:0 5px 15px #0000000d;margin-bottom:2rem;padding:2rem}.policy-card h2{color:#6c63ff;color:var(--primary-color);font-size:1.5rem;margin-bottom:1rem}.policy-card p{line-height:1.8}.policy-card p,.policy-footer{color:#718096;color:var(--gray-color)}.policy-footer{margin-top:3rem;text-align:center}@media (max-width:992px){.earnings-content{flex-direction:column;gap:3rem}.earnings-image{width:100%}}@media (max-width:768px){.menu-icon{display:block}.menu-items{align-items:flex-start;background-color:#fff;box-shadow:-5px 5px 15px #0000001a;flex-direction:column;max-width:300px;padding:2rem;position:fixed;right:-100%;top:80px;transition:right .3s ease;width:100%}.menu-items.active{right:0}.hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-buttons{flex-direction:column;gap:1rem}.section-header h2{font-size:2rem}}@media (max-width:576px){.hero h1{font-size:2rem}.earning-bubble{font-size:.9rem;height:80px;width:80px}.earning-bubble span{font-size:1.2rem}}.instagram-icon .social-icon{background-color:initial;color:#e1306c}.whatsapp-icon .social-icon{background-color:initial;color:#25d366}.instagram-icon:hover .social-icon{color:#c13584}.whatsapp-icon:hover .social-icon{color:#128c7e}.footer .social-links .instagram-icon .social-icon,.footer .social-links .whatsapp-icon .social-icon{background-color:initial;color:inherit}.footer .social-links .instagram-icon .social-icon{color:#e1306c}.footer .social-links .whatsapp-icon .social-icon{color:#25d366}.whatsapp-cta-button{align-items:center;background-color:#25d366;border-radius:24px;color:#fff;display:inline-flex;font-size:1rem;font-weight:600;gap:.8rem;overflow:hidden;padding:1rem 2rem 1rem 1.5rem;position:relative;transition:all .3s ease}.whatsapp-cta-button:before{background-color:#fff3;border-radius:50%;content:"";height:30px;left:-10px;position:absolute;top:-10px;width:30px}.whatsapp-cta-button .whatsapp-icon{font-size:1.3rem;position:relative;z-index:1}.compact-view{font-size:.9rem}.compact-hero{min-height:60vh}.compact-hero,.compact-section{padding:2rem 1rem}.compact-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.compact-steps .step{margin-bottom:1rem;padding:1rem}.compact-cta,.compact-footer{padding:2rem 1rem}.gallery-section{background:#f9f9f9;padding:.5rem;text-align:center}.gallery-container{margin:0 auto;max-width:600px;position:relative}.gallery-image{border-radius:8px;box-shadow:0 4px 8px #0000001a;height:auto;width:100%}.gallery-dots{display:flex;justify-content:center;margin-top:1rem}.dot{background-color:#bbb;border-radius:50%;cursor:pointer;display:inline-block;height:12px;margin:0 5px;width:12px}.dot.active{background-color:#ff6b6b}.floating-whatsapp{align-items:center;background-color:#25d366;border-radius:50%;bottom:30px;box-shadow:0 4px 8px #0003;color:#fff;display:flex;height:50px;justify-content:center;position:fixed;right:30px;transition:all .3s ease;width:50px;z-index:1000}.floating-whatsapp:hover{box-shadow:0 6px 12px #0000004d;transform:scale(1.1)}@media (max-width:768px){.compact-grid{grid-template-columns:1fr}.steps-container.compact-steps{flex-direction:column}}.testimonials-section{background-color:#f9f9ff;overflow:hidden;padding:4rem 5%;position:relative}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{color:#2d3748;font-size:2.2rem;margin-bottom:.5rem}.section-subtitle{color:#718096;font-size:1.1rem}.divider{background:linear-gradient(90deg,#6c63ff,#ff6584);border-radius:2px;height:4px;margin:1rem auto;width:80px}.testimonials-container{margin:0 auto;max-width:1200px;position:relative}.testimonials-slider{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonial-card{background:#fff;border:1px solid #6c63ff1a;border-radius:12px;box-shadow:0 10px 30px #0000000d;padding:2rem;position:relative;transition:all .3s ease}.testimonial-card:hover{box-shadow:0 15px 35px #0000001a;transform:translateY(-5px)}.quote-icon{opacity:.1;position:absolute;right:20px;top:20px;transform:scale(1.5)}.testimonial-content{margin-bottom:1.5rem;position:relative}.testimonial-content p{color:#4a5568;font-size:1rem;font-style:italic;line-height:1.8;position:relative;z-index:1}.testimonial-author{align-items:center;display:flex}.author-avatar{background-position:50%;background-size:cover;border:3px solid #6c63ff33;border-radius:50%;height:60px;margin-right:1rem;width:60px}.author-info{flex:1 1}.author-info h4{color:#2d3748;font-size:1.1rem;margin-bottom:.2rem}.author-info span{color:#718096;display:block;font-size:.9rem;margin-bottom:.3rem}.rating{align-items:center;display:flex}@media (max-width:768px){.testimonials-slider{grid-template-columns:1fr}.testimonial-card{padding:1.5rem}}
/*# sourceMappingURL=main.28f56ea0.css.map*/