:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{background:var(--white);box-shadow:0 2px 8px var(--shadow);position:sticky;top:0;z-index:1000;width:100%;left:0;right:0}.header-container{max-width:1400px;margin:0 auto;padding:1.25rem 40px;display:flex;justify-content:space-between;align-items:center}@media(max-width:1200px){.header-container{padding:1rem 30px}}.logo h1{color:var(--primary-green);font-size:1.75rem;margin:0;font-weight:700}.logo-img{height:60px;width:auto;display:block;background:transparent;mix-blend-mode:multiply}@media(max-width:768px){.logo-img{height:50px}}.nav{display:flex;gap:2.5rem;align-items:center}.nav a{color:var(--text-dark);font-weight:500;font-size:1rem;transition:color .3s;padding:.5rem 0;white-space:nowrap}.nav a:hover{color:var(--primary-green)}.dropdown{position:relative}.dropdown-content{display:none;position:absolute;top:100%;left:0;background:var(--white);box-shadow:0 4px 12px var(--shadow);min-width:220px;border-radius:8px;padding:.5rem 0;z-index:100}.dropdown:hover .dropdown-content{display:block}.dropdown-content a{display:block;padding:.75rem 1.5rem;color:var(--text-dark);transition:background .3s}.dropdown-content a:hover{background:var(--light-gray);color:var(--primary-green)}.header-phone{display:flex;align-items:center;gap:.5rem;background:var(--primary-green);color:var(--white);padding:.75rem 1.5rem;border-radius:25px;font-weight:600;transition:background .3s}.header-phone:hover{background:var(--secondary-green)}.menu-toggle{display:none;background:none;border:none;font-size:1.5rem;color:var(--primary-green);cursor:pointer}@media(max-width:968px){.header-container{padding:1rem 20px}.nav{position:fixed;top:78px;left:-100%;width:100%;height:calc(100vh - 78px);background:var(--white);flex-direction:column;gap:0;padding:2rem 1.5rem;transition:left .3s ease-in-out;box-shadow:0 4px 12px var(--shadow);overflow-y:auto;z-index:999}.nav.active{left:0}.nav a{width:100%;padding:1rem;border-bottom:1px solid var(--light-gray)}.dropdown-content{position:static;display:block;box-shadow:none;padding-left:1rem;background:var(--light-gray);margin-top:.5rem}.header-phone{display:none}.menu-toggle{display:block}}.footer{background:var(--dark-gray);color:var(--white);padding:3rem 0 1rem;width:100%}.footer-container{max-width:1400px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}@media(max-width:1200px){.footer-container{padding:0 30px;gap:2rem}}.footer-section h3,.footer-section h4{color:var(--white);margin-bottom:1rem}.footer-section p,.footer-section a{color:#fffc;display:block;margin-bottom:.75rem;transition:color .3s}.footer-section a:hover{color:var(--secondary-green)}.footer-section svg{margin-right:.5rem;color:var(--secondary-green)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;max-width:1200px;margin:0 auto;padding-left:20px;padding-right:20px}.footer-bottom p{color:#fff9;margin:0}@media(max-width:768px){.footer-container{grid-template-columns:1fr;text-align:center}}.service-card{background:var(--white);border-radius:12px;padding:2rem;box-shadow:0 4px 12px var(--shadow);transition:all .3s;text-align:center}.service-card:hover{box-shadow:0 8px 24px #00000026}.service-icon{font-size:3rem;color:var(--primary-green);margin-bottom:1rem}.service-card h3{color:var(--text-dark);margin-bottom:1rem}.service-card p{color:var(--text-light);margin-bottom:1.5rem}.service-link{color:var(--primary-green);font-weight:600;transition:color .3s}.service-link:hover{color:var(--secondary-green)}.before-after-slider{max-width:600px;margin:0 auto}.before-after-slider h3{text-align:center;margin-bottom:1.5rem;color:var(--text-dark)}.slider-container{position:relative;width:100%}.image-container{position:relative;width:100%;height:400px;overflow:hidden;border-radius:12px;box-shadow:0 4px 12px var(--shadow);cursor:ew-resize;-webkit-user-select:none;user-select:none;touch-action:none}.after-image,.before-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.before-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.slider-line{position:absolute;top:0;bottom:0;width:4px;background:var(--white);transform:translate(-50%);pointer-events:none;box-shadow:0 0 10px #0000004d}.slider-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:var(--primary-green);border-radius:50%;box-shadow:0 2px 8px #0000004d}.slider-button:before,.slider-button:after{content:"";position:absolute;top:50%;width:10px;height:2px;background:var(--white)}.slider-button:before{left:8px;transform:translateY(-50%) rotate(-45deg);transform-origin:left}.slider-button:after{right:8px;transform:translateY(-50%) rotate(45deg);transform-origin:right}.slider-input{width:100%;margin-top:1rem;cursor:pointer}.slider-labels{display:flex;justify-content:space-between;margin-top:.5rem;font-weight:600;color:var(--text-light)}@media(max-width:768px){.before-after-slider{padding:0 .5rem}.image-container{height:350px;border-radius:8px}.slider-button{width:50px;height:50px}.slider-labels{font-size:.9rem}}.cta-button{display:inline-block;padding:1rem 2rem;border-radius:30px;font-size:1.1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s}.cta-button.primary:hover{background:var(--secondary-green)}.cta-button.secondary:hover{background:#3a7bc8}.cta-link{text-decoration:none}.home{width:100%}.hero{position:relative;min-height:100vh;height:100vh;background:linear-gradient(#0006,#0006),var(--hero-bg, url(/assets/freshfeel_hero.gif)) center/cover;display:flex;align-items:center;justify-content:center;color:var(--white);text-align:center}.hero-overlay{position:absolute;inset:0;background:#0006}.hero-content{position:relative;z-index:1;max-width:900px;padding:0 20px}.hero-logo{margin-bottom:2rem}.hero-logo img{height:180px;width:auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3));mix-blend-mode:screen}.hero h1{color:var(--white);font-size:3.5rem;margin-bottom:1.5rem}.hero p{color:var(--white);font-size:1.3rem;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.why-choose-us{background:var(--light-gray)}.why-choose-us h2{text-align:center;margin-bottom:3rem}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(max-width:968px){.benefits-grid{grid-template-columns:1fr;gap:1.5rem}}.benefit-item{display:flex;align-items:flex-start;gap:1rem;background:var(--white);padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px var(--shadow)}.benefit-icon{color:var(--primary-green);font-size:1.5rem;flex-shrink:0;margin-top:4px}.benefit-item p{margin:0;color:var(--text-dark);font-weight:500}.services-preview{background:var(--white)}.services-preview h2{text-align:center;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:1200px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.services-grid{grid-template-columns:1fr;gap:1.5rem}}.before-after-section{background:var(--light-gray)}.before-after-section h2{text-align:center;margin-bottom:3rem}.slider-grid{max-width:800px;margin:0 auto}.gallery-cta{text-align:center;margin-top:3rem}.service-area{background:var(--primary-green);color:var(--white);text-align:center}.service-area h2{color:var(--white)}.service-area p{color:var(--white);font-size:1.2rem;max-width:800px;margin:0 auto}.cta-banner{background:linear-gradient(135deg,var(--primary-green),var(--secondary-green));color:var(--white);text-align:center;padding:4rem 0}.cta-banner h2{color:var(--white);margin-bottom:1rem}.cta-banner p{color:var(--white);font-size:1.2rem;margin-bottom:2rem}@media(max-width:768px){.hero{min-height:100vh;height:auto;padding:120px 20px 80px}.hero-content{padding:0 1rem}.hero-logo{margin-bottom:1.5rem}.hero-logo img{height:100px}.hero h1{font-size:1.75rem;line-height:1.3;margin-bottom:1rem}.hero p{font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.hero-buttons{flex-direction:column;align-items:center;gap:.75rem}.hero-buttons .cta-button{width:100%;max-width:280px;text-align:center}.benefits-grid,.services-grid{grid-template-columns:1fr}.before-after-section{padding:60px 0}.slider-grid{padding:0 1rem}}.about-page{width:100%}.about-hero{background:linear-gradient(#00000080,#00000080),url(/assets/WhatsApp%20Image%202025-07-02%20at%2013.55.52_688c5d56.jpg) center/cover;padding:8rem 0 6rem;text-align:center;color:var(--white)}.about-hero h1{color:var(--white)}.about-content{background:var(--white)}.about-text{max-width:900px;margin:0 auto 4rem;text-align:center}.about-text p{font-size:1.15rem;line-height:1.8;margin-bottom:1.5rem}.about-content h2{text-align:center;margin-bottom:3rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.value-card{background:var(--light-gray);padding:2rem;border-radius:12px;text-align:center;transition:all .3s}.value-icon{font-size:3rem;color:var(--primary-green);margin-bottom:1rem}.value-card h3{margin-bottom:.5rem}.value-card p{color:var(--text-light);margin:0}.about-cta{background:var(--light-gray);padding:3rem;border-radius:12px;text-align:center}.about-cta h2{margin-bottom:1.5rem}@media(max-width:768px){.about-hero{padding:5rem 0 3rem}.values-grid{grid-template-columns:1fr}}.services-page{width:100%}.services-hero{background:linear-gradient(#00000080,#00000080),url(/assets/WhatsApp%20Image%202025-07-02%20at%2014.17.27_605c7e96.jpg) center/cover;padding:8rem 0 6rem;text-align:center;color:var(--white)}.services-hero h1{color:var(--white);max-width:900px;margin:0 auto 1rem}.services-hero p{color:var(--white);font-size:1.2rem;max-width:800px;margin:0 auto}.services-list{background:var(--white);padding:5rem 0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.services-cta{background:var(--light-gray);text-align:center;padding:4rem 0}.services-cta h2{margin-bottom:1rem}.services-cta p{font-size:1.1rem;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{display:inline-block;padding:1rem 2rem;border-radius:30px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s}.cta-button.primary{background:var(--primary-green);color:var(--white)}.cta-button.primary:hover{background:var(--secondary-green);transform:translateY(-2px)}.cta-button.secondary{background:var(--sky-blue);color:var(--white)}.cta-button.secondary:hover{background:#3a7bc8;transform:translateY(-2px)}@media(max-width:768px){.services-hero{padding:5rem 0 3rem}.services-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}}.service-page{width:100%}.service-hero{background:linear-gradient(#2d7a3ed9,#2d7a3ed9),url(/assets/WhatsApp%20Image%202025-07-02%20at%2013.58.32_60b141b6.jpg) center/cover;padding:8rem 0 6rem;text-align:center;color:var(--white)}.service-hero h1{color:var(--white);max-width:900px;margin:0 auto 1rem}.service-hero p{color:var(--white);font-size:1.2rem;max-width:800px;margin:0 auto}.service-content{background:var(--white)}.service-description,.service-benefits{max-width:900px;margin:0 auto 4rem}.service-description h2,.service-benefits h2{margin-bottom:2rem}.services-included,.benefits-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.service-item,.benefit-item{display:flex;align-items:center;gap:1rem;background:var(--light-gray);padding:1rem 1.5rem;border-radius:8px}.check-icon{color:var(--primary-green);font-size:1.5rem;flex-shrink:0}.service-item span,.benefit-item span{color:var(--text-dark);font-weight:500}.service-benefits p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.service-cta{background:var(--light-gray);padding:3rem;border-radius:12px;text-align:center;max-width:900px;margin:0 auto}.service-cta h2{margin-bottom:1.5rem}@media(max-width:768px){.service-hero{padding:5rem 0 3rem}.services-included,.benefits-list{grid-template-columns:1fr}}.gallery-page{width:100%}.gallery-hero{background:linear-gradient(#00000080,#00000080),url(/assets/WhatsApp%20Image%202025-07-02%20at%2014.04.40_67bcb202.jpg) center/cover;padding:8rem 0 6rem;text-align:center;color:var(--white)}.gallery-hero h1{color:var(--white)}.gallery-hero p{color:var(--white);font-size:1.2rem}.gallery-content{background:var(--white);padding:5rem 0}.category-filter{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:4rem}.filter-btn{padding:.75rem 1.5rem;border:2px solid var(--primary-green);background:transparent;color:var(--primary-green);border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s}.filter-btn:hover,.filter-btn.active{background:var(--primary-green);color:var(--white)}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:4rem}@media(max-width:1024px){.gallery-grid{grid-template-columns:1fr;gap:2.5rem}}.gallery-cta{text-align:center;background:var(--light-gray);padding:3rem;border-radius:12px}.gallery-cta h2{margin-bottom:1rem}.gallery-cta p{font-size:1.1rem;margin-bottom:2rem}@media(max-width:768px){.gallery-hero{padding:5rem 0 3rem}.gallery-grid{grid-template-columns:1fr}.category-filter{gap:.5rem}.filter-btn{padding:.5rem 1rem;font-size:.9rem}}.testimonials-page{width:100%}.testimonials-hero{background:linear-gradient(#00000080,#00000080),url(/assets/WhatsApp%20Image%202025-07-02%20at%2014.12.05_787d3240.jpg) center/cover;padding:8rem 0 6rem;text-align:center;color:var(--white)}.testimonials-hero h1{color:var(--white)}.testimonials-hero p{color:var(--white);font-size:1.2rem}.testimonials-content{background:var(--white);padding:5rem 0}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem}@media(max-width:1200px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}}.testimonial-card{background:var(--light-gray);padding:2rem;border-radius:12px;box-shadow:0 4px 12px var(--shadow);position:relative;transition:all .3s}.quote-icon{color:var(--primary-green);font-size:2rem;opacity:.3;margin-bottom:1rem}.rating{display:flex;gap:.25rem;margin-bottom:1rem}.star{color:#ffc107;font-size:1.2rem}.testimonial-text{color:var(--text-dark);font-style:italic;line-height:1.7;margin-bottom:1.5rem}.testimonial-author{display:flex;flex-direction:column;gap:.25rem;padding-top:1rem;border-top:2px solid var(--white)}.testimonial-author strong{color:var(--text-dark);font-size:1.1rem}.testimonial-author span{color:var(--text-light);font-size:.9rem}.testimonials-cta{text-align:center;background:var(--light-gray);padding:3rem;border-radius:12px}.testimonials-cta h2{margin-bottom:1rem}.testimonials-cta p{font-size:1.1rem;margin-bottom:2rem}@media(max-width:768px){.testimonials-hero{padding:5rem 0 3rem}.testimonials-grid{grid-template-columns:1fr}}.contact-page{width:100%}.contact-hero{background:linear-gradient(#2d7a3ed9,#2d7a3ed9),url(/assets/WhatsApp%20Image%202025-07-02%20at%2014.17.26_e341b4ef.jpg) center/cover;padding:8rem 0 6rem;text-align:center;color:var(--white)}.contact-hero h1{color:var(--white)}.contact-hero p{color:var(--white);font-size:1.2rem}.contact-content{background:var(--white);padding:5rem 0}.contact-wrapper{display:grid;grid-template-columns:400px 1fr;gap:5rem;max-width:1400px;margin:0 auto}@media(max-width:1200px){.contact-wrapper{grid-template-columns:1fr 1.5fr;gap:3rem}}.contact-info h2{margin-bottom:2rem}.info-item{display:flex;gap:1.5rem;margin-bottom:2rem;align-items:flex-start}.info-icon{color:var(--primary-green);font-size:1.5rem;flex-shrink:0;margin-top:4px}.info-item h3{font-size:1.1rem;margin-bottom:.5rem}.info-item p,.info-item a{color:var(--text-light);line-height:1.6}.info-item a:hover{color:var(--primary-green)}.contact-form-wrapper{background:var(--light-gray);padding:2.5rem;border-radius:12px}.success-message{background:var(--secondary-green);color:var(--white);padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center;font-weight:600}.error-message{background:#dc3545;color:var(--white);padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center;font-weight:600}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column}.form-group label{color:var(--text-dark);font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-green)}.radio-group{display:flex;gap:2rem}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.radio-label input[type=radio]{width:20px;height:20px;cursor:pointer}.form-buttons{display:flex;gap:1rem;margin-top:1rem}.submit-btn,.call-btn{flex:1;padding:1rem 2rem;border-radius:30px;font-size:1.1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none}.submit-btn{background:var(--primary-green);color:var(--white)}.submit-btn:hover{background:var(--secondary-green)}.submit-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.7}.call-btn{background:var(--sky-blue);color:var(--white)}.call-btn:hover{background:#3a7bc8}@media(max-width:968px){.contact-hero{padding:5rem 0 3rem}.contact-wrapper{grid-template-columns:1fr;gap:3rem}.form-row{grid-template-columns:1fr}.form-buttons{flex-direction:column}}:root{--primary-green: #2d7a3e;--secondary-green: #4caf50;--sky-blue: #4a90e2;--dark-gray: #333333;--light-gray: #f5f5f5;--white: #ffffff;--text-dark: #2c2c2c;--text-light: #666666;--shadow: rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{max-width:1400px;margin:0 auto;padding:0 40px}@media(max-width:1200px){.container{padding:0 30px}}@media(max-width:768px){.container{padding:0 20px}}@media(max-width:480px){.container{padding:0 16px}}h1,h2,h3,h4,h5,h6{color:var(--text-dark);line-height:1.2;margin-bottom:1rem}h1{font-size:3rem;font-weight:700}h2{font-size:2.5rem;font-weight:600}h3{font-size:1.75rem;font-weight:600}p{margin-bottom:1rem;color:var(--text-light)}a{text-decoration:none;color:inherit}section{padding:100px 0;width:100%}@media(max-width:1200px){section{padding:80px 0}}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}section{padding:60px 0}}@media(max-width:480px){h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}section{padding:50px 0}}
