: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}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fff;color:#000;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;margin:0;padding:0}.app-wrapper{width:100%;min-height:100vh}.hero{padding:4rem 2rem;text-align:center;background-color:#fff}.hero-content{max-width:800px;margin:0 auto}.hero-headline{font-size:3.5rem;font-weight:400;color:#000;line-height:1.2;margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif}.hero-tagline{font-size:1.25rem;color:#000;font-weight:400;line-height:1.6;max-width:600px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.image-section{padding:4rem 2rem;background-color:#fff}.image-container{max-width:1000px;margin:0 auto;display:flex;justify-content:center;align-items:center;position:relative;height:300px}.image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.image-wrapper:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000026}.water-image{width:100%;height:100%;object-fit:cover;display:block}.left-image{width:280px;height:200px;z-index:1;margin-right:-2rem;transform:rotate(-2deg)}.middle-image{width:320px;height:240px;z-index:3;transform:rotate(1deg)}.right-image{width:280px;height:200px;z-index:1;margin-left:-2rem;transform:rotate(2deg)}@media (max-width: 1024px){.hero-headline{font-size:3rem}.image-container{max-width:900px}}@media (max-width: 768px){.hero{padding:3rem 1rem}.hero-headline{font-size:2.5rem}.hero-tagline{font-size:1.1rem}.image-section{padding:3rem 1rem}.image-container{flex-direction:column;gap:1rem;height:auto}.left-image,.middle-image,.right-image{width:100%;max-width:320px;height:200px;margin:0;transform:none}}@media (max-width: 600px){.hero-headline{font-size:2.2rem}.hero-tagline{font-size:1rem;padding:0 1rem}}@media (max-width: 480px){.hero-headline{font-size:2rem;line-height:1.3}.hero-tagline{font-size:.95rem}.image-section{padding:2rem .5rem}.left-image,.middle-image,.right-image{max-width:280px;height:180px}}.contact-buttons{display:flex;gap:1rem;margin-top:2rem;justify-content:center}.whatsapp-btn{background-color:#25d366;border:none;color:#fff;padding:10px 20px;font-size:1rem;border-radius:8px;cursor:pointer}.call-btn{background-color:#007bff;border:none;color:#fff;padding:10px 20px;font-size:1rem;border-radius:8px;cursor:pointer}@media (max-width: 1200px){.app-wrapper{overflow-x:hidden}}@media (max-width: 600px){.contact-buttons{flex-direction:column;align-items:center;gap:.75rem}.whatsapp-btn,.call-btn{width:100%;max-width:250px;padding:12px 20px}}@media (max-width: 480px){.contact-buttons{margin-top:1.5rem}.whatsapp-btn,.call-btn{font-size:.9rem;padding:10px 16px}}.header{background-color:#fff;border-bottom:1px solid rgba(0,0,0,.1);padding:1rem 0;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;position:relative}.logo{font-weight:700;font-size:1.5rem;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;z-index:101}.desktop-nav{display:flex;gap:2rem;align-items:center}.mobile-nav{display:none;position:absolute;top:100%;right:0;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;box-shadow:0 8px 25px #00000026;flex-direction:column;min-width:200px;z-index:99;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;padding:.5rem 0}.mobile-nav.active{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav .nav-link{font-size:1rem;color:#000;text-decoration:none;font-weight:400;transition:all .3s ease;padding:.75rem 1.5rem;display:block;border-bottom:1px solid rgba(0,0,0,.05)}.mobile-nav .nav-link:last-child{border-bottom:none}.mobile-nav .nav-link:hover{color:#4a90e2;background-color:#4a90e20d}.nav-link{text-decoration:none;color:#000;font-size:1rem;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:color .3s ease}.nav-link:hover{color:#666}.contact-btn{background-color:#fff;border:1px solid black;color:#000;padding:.75rem 1.5rem;font-size:1rem;font-weight:400;border-radius:6px;cursor:pointer;transition:all .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;z-index:101}.contact-btn:hover{background-color:#000;color:#fff}.hamburger-menu{display:none;background:none;border:none;color:#000;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:4px;transition:all .3s ease;z-index:101}.hamburger-menu:hover{background-color:#0000001a}.hamburger-menu.active{color:#fff}@media (max-width: 1024px){.header-content{padding:0 1.5rem}}@media (max-width: 768px){.header-content{padding:0 1rem}.desktop-nav{display:none}.hamburger-menu{display:block}.mobile-nav{display:flex}}@media (max-width: 600px){.header-content{flex-direction:row;gap:1rem;padding:1rem}.logo{font-size:1.3rem}.contact-btn{padding:.6rem 1.2rem;font-size:.9rem}.mobile-nav{min-width:180px;right:.5rem}.mobile-nav .nav-link{font-size:.95rem;padding:.6rem 1.2rem}}@media (max-width: 480px){.header-content{padding:.5rem}.logo{font-size:1.2rem}.contact-btn{padding:.5rem 1rem;font-size:.85rem}.hamburger-menu{font-size:1.3rem}.mobile-nav{min-width:160px;right:.25rem}.mobile-nav .nav-link{font-size:.9rem;padding:.5rem 1rem}}.mobile-nav .nav-link{transform:translate(10px);transition:all .3s ease}.mobile-nav.active .nav-link{transform:translate(0)}.mobile-nav .nav-link:nth-child(1){transition-delay:.05s}.mobile-nav .nav-link:nth-child(2){transition-delay:.1s}.mobile-nav .nav-link:nth-child(3){transition-delay:.15s}.mobile-nav .nav-link:nth-child(4){transition-delay:.2s}.features-services{background-color:#2a2a2a;color:#fff;padding:60px 20px;min-height:100vh}.features-section{max-width:1200px;margin:0 auto;text-align:center}.section-title{font-family:Georgia,serif;font-size:3rem;font-weight:700;margin-bottom:20px;color:#fff!important}.section-subtitle{font-size:1.2rem;margin-bottom:50px;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:80px}.feature-panel{background-color:#3a3a3a;padding:40px 30px;border-radius:8px;text-align:center;transition:transform .3s ease;min-height:300px;display:flex;flex-direction:column;justify-content:space-between}.feature-panel:hover{transform:translateY(-5px)}.feature-icon{margin-bottom:20px;display:flex;justify-content:center;align-items:center;height:80px}.water-drop-icon{width:60px;height:60px;background:linear-gradient(135deg,#4a90e2,#357abd);border-radius:50% 50% 50% 5px;position:relative;display:flex;align-items:center;justify-content:center;transform:rotate(45deg)}.water-drop-icon:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%) rotate(-45deg);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:15px solid #4a90e2}.icon-text{font-size:.6rem;font-weight:700;color:#fff;transform:rotate(-45deg);text-align:center;line-height:1.2}.purification-cycle-icon{width:80px;height:80px;border:3px solid #4a90e2;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center}.cycle-text{display:flex;flex-direction:column;align-items:center;font-weight:700;color:#4a90e2}.ro-text{font-size:1.2rem;margin-bottom:5px}.uv-text,.uf-text{font-size:.9rem}.test-tube-icon{width:40px;height:60px;background:linear-gradient(135deg,#4a90e2,#357abd);border-radius:0 0 20px 20px;position:relative}.splash-effect{position:absolute;top:-15px;right:-10px;width:20px;height:20px;background:radial-gradient(circle,#4a90e2 30%,transparent 70%);border-radius:50%}.molecular-icon{width:60px;height:60px;position:relative;display:flex;align-items:center;justify-content:center}.molecular-icon:before,.molecular-icon:after{content:"";position:absolute;width:20px;height:20px;background:#4a90e2;border-radius:50%}.molecular-icon:before{top:10px;left:10px}.molecular-icon:after{bottom:10px;right:10px}.molecular-icon .icon-text{position:absolute;top:-25px;left:50%;transform:translate(-50%);font-size:.5rem;font-weight:700;color:#4a90e2;white-space:nowrap}.feature-title{font-size:1.3rem;font-weight:700;margin-bottom:15px;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.feature-description{font-size:.9rem;line-height:1.6;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.services-section{text-align:center;max-width:1200px;margin:0 auto}.services-list{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.service-item{font-size:1.1rem;color:#fff;font-weight:500;padding:10px 20px;background-color:#3a3a3a;border-radius:25px;transition:background-color .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.service-item:hover{background-color:#4a90e2}@media (max-width: 1024px){.features-services{padding:50px 20px}.section-title{font-size:3rem}.features-grid{gap:25px}}@media (max-width: 768px){.features-services{padding:40px 20px}.section-title{font-size:2.5rem}.section-subtitle{font-size:1.1rem;margin-bottom:40px}.features-grid{grid-template-columns:1fr;gap:25px;max-width:600px;margin-left:auto;margin-right:auto}.feature-panel{padding:30px 25px;min-height:250px}.feature-title{font-size:1.2rem}.feature-description{font-size:.85rem}.services-list{gap:25px}}@media (max-width: 600px){.features-services{padding:30px 15px}.section-title{font-size:2.2rem}.section-subtitle{font-size:1rem;margin-bottom:30px}.features-grid{grid-template-columns:1fr;gap:20px;max-width:500px}.feature-panel{padding:20px 18px;min-height:220px}.feature-icon{height:70px}.water-drop-icon,.purification-cycle-icon,.molecular-icon{width:50px;height:50px}.test-tube-icon{width:35px;height:50px}}@media (max-width: 480px){.features-services{padding:25px 15px}.section-title{font-size:2rem}.section-subtitle{font-size:.95rem;margin-bottom:25px}.features-grid{grid-template-columns:1fr;gap:18px;max-width:400px}.feature-panel{padding:15px 12px;min-height:200px}.feature-title{font-size:1.1rem;margin-bottom:12px}.feature-description{font-size:.8rem;line-height:1.5}.services-list{gap:20px}.service-item{font-size:.95rem;padding:8px 16px}}.products-testimonials{background-color:#fff;padding:80px 20px;min-height:100vh}.section-title{font-family:Georgia,serif;font-size:3.5rem;font-weight:700;text-align:center;margin-bottom:40px;color:#000}.section-subtitle{font-size:1.3rem;text-align:center;margin-bottom:50px;color:#666;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.products-section{max-width:1200px;margin:0 auto 100px}.products-section .section-title{color:#333!important}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;align-items:start}.product-card{text-align:center;transition:transform .3s ease}.product-card:hover{transform:translateY(-10px)}.product-image{margin-bottom:20px;position:relative}.product-img{width:100%;height:250px;object-fit:cover;border-radius:12px;box-shadow:0 8px 25px #0000001a}.product-info{padding:0 10px}.product-brand{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:8px;text-transform:uppercase;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.product-feature{font-size:.9rem;color:#666;margin-bottom:8px;line-height:1.4;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.product-model{font-size:1.1rem;color:#4a90e2;font-weight:600;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.testimonials-section{max-width:1200px;margin:0 auto}.testimonials-section .section-title{color:#333!important}.testimonials-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.testimonial-card{background-color:#2d2d2d;padding:25px 20px;border-radius:15px;position:relative;min-height:280px;display:flex;flex-direction:column;transition:transform .3s ease;box-shadow:0 4px 15px #0003;border:1px solid #404040}.testimonial-card:hover{transform:translateY(-5px)}.quote-icon{position:absolute;top:15px;left:20px;opacity:1;z-index:1}.quote-icon svg{width:20px;height:15px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.testimonial-text{color:#fff;font-size:.9rem;line-height:1.6;margin-bottom:20px;margin-top:10px;padding-left:30px;flex-grow:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.testimonial-author{display:flex;align-items:center;gap:15px;margin-top:auto}.author-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;border:3px solid #4a90e2}.avatar-img{width:100%;height:100%;object-fit:cover}.author-info{flex-grow:1}.author-name{color:#fff;font-weight:700;font-size:1rem;margin-bottom:4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.author-location{color:#b0b0b0;font-size:.85rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media (max-width: 1024px){.products-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:20px}.section-title{font-size:3rem}}@media (max-width: 768px){.products-testimonials{padding:60px 15px}.section-title{font-size:2.5rem;margin-bottom:30px}.section-subtitle{font-size:1.1rem;margin-bottom:40px}.products-section{margin-bottom:80px}.product-img{height:200px}.testimonial-card{padding:20px 15px;min-height:250px}.quote-icon svg{width:20px;height:15px}}@media (max-width: 480px){.products-grid,.testimonials-grid{grid-template-columns:1fr;gap:20px}.section-title{font-size:2rem}.products-testimonials{padding:40px 15px}.product-img{height:180px}.testimonial-card{padding:15px 12px;min-height:220px}.quote-icon svg{width:18px;height:14px}.testimonial-text{font-size:.85rem}}.footer{background-color:#2a2a2a;color:#fff;padding:60px 20px 40px;margin-top:0}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:40px;align-items:start}.footer-column{display:flex;flex-direction:column}.brand-logo{font-size:1.8rem;font-weight:700;text-transform:uppercase;margin-bottom:20px;color:#fff;font-family:Arial,sans-serif}.copyright-info{margin-bottom:25px}.copyright-info p{margin:0 0 8px;font-size:.9rem;color:#e0e0e0;font-family:Arial,sans-serif;line-height:1.4}.social-icons{display:flex;gap:15px;flex-wrap:wrap}.social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:transparent;color:#fff;text-decoration:none;transition:all .3s ease;font-size:1.2rem}.social-icon:hover{color:#4a90e2;transform:translateY(-2px)}.column-title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:20px;font-family:Arial,sans-serif;text-transform:none}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#e0e0e0;text-decoration:none;font-size:.9rem;font-weight:400;text-transform:uppercase;font-family:Arial,sans-serif;transition:color .3s ease;letter-spacing:.5px}.footer-links a:hover{color:#fff}@media (max-width: 1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:40px 30px}.footer-column:first-child{grid-column:1 / -1;text-align:center}.social-icons{justify-content:center}}@media (max-width: 768px){.footer{padding:50px 20px 30px}.footer-content{grid-template-columns:1fr;gap:30px;text-align:center}.brand-logo{font-size:1.6rem;margin-bottom:15px}.copyright-info{margin-bottom:20px}.social-icons{justify-content:center;gap:20px}.social-icon{width:45px;height:45px;font-size:1.3rem}.column-title{font-size:1rem;margin-bottom:15px}.footer-links li{margin-bottom:10px}}@media (max-width: 480px){.footer{padding:40px 15px 25px}.footer-content{gap:25px}.brand-logo{font-size:1.4rem}.social-icons{gap:15px}.social-icon{width:40px;height:40px;font-size:1.1rem}.footer-links a{font-size:.85rem}}.floating-contact-widget{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:12px;z-index:1000;align-items:flex-end;font-family:Segoe UI,sans-serif}.icon-button{background-color:#25d366;color:#fff;border:none;border-radius:50%;width:56px;height:56px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 12px #0003;transition:all .3s ease}.icon-button.call{background-color:#007bff}.icon-button:hover{transform:scale(1.1)}.service-box{background-color:#fff;border-radius:12px;padding:12px;box-shadow:0 8px 18px #0000004d;width:220px;display:flex;flex-direction:column;gap:10px;margin-bottom:5px;animation:fadeIn .3s ease forwards}.service-select{width:100%;padding:8px;font-size:.95rem;border-radius:6px;border:1px solid #ccc;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.start-chat{background-color:#25d366;border:none;color:#fff;padding:8px 12px;border-radius:6px;font-size:.9rem;cursor:pointer;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.start-chat:hover{background-color:#1da851}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-color-scheme: dark){.service-box{background-color:#1f1f1f;color:#fff;border:1px solid #444}.service-select{background-color:#2a2a2a;color:#fff;border:1px solid #555}.start-chat{background-color:#1da851}.start-chat:hover{background-color:#168b3f}.call-ring-wrapper{position:relative}.ring{position:absolute;width:56px;height:56px;border:2px solid #007bff;border-radius:50%;animation:ringPulse 1.5s infinite ease-out;top:0;left:0;z-index:-1;box-sizing:border-box}@keyframes ringPulse{0%{transform:scale(1);opacity:.6}70%{transform:scale(1.6);opacity:0}to{transform:scale(1.6);opacity:0}}@media screen and (max-width: 480px){.floating-contact-widget{bottom:16px;right:16px;gap:10px}.icon-button{width:52px;height:52px}.service-box{width:90vw;max-width:280px;padding:10px;font-size:.9rem}.service-select,.start-chat{font-size:.9rem;padding:8px}.ring{width:52px;height:52px}}}@media (max-width: 768px){.floating-contact-widget{bottom:20px;right:20px;gap:12px}.icon-button{width:56px;height:56px}.service-box{width:85vw;max-width:320px;padding:15px}.ring{width:56px;height:56px}}@media (max-width: 600px){.floating-contact-widget{bottom:18px;right:18px;gap:10px}.icon-button{width:54px;height:54px}.service-box{width:88vw;max-width:300px;padding:12px}.ring{width:54px;height:54px}}
