:root{--primary-color: #2563eb;--primary-dark: #1e40af;--secondary-color: #10b981;--accent-color: #f59e0b;--text-color: #1f2937;--text-light: #6b7280;--bg-color: #ffffff;--bg-light: #f9fafb;--bg-gray: #f3f4f6;--border-color: #e5e7eb;--shadow: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .1);--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}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-color);background-color:var(--bg-color);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}img{max-width:100%;height:auto}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;margin-bottom:.5em}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;transition:var(--transition);cursor:pointer;border:none}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary{background:#fff;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.btn-success{background:var(--secondary-color);color:#fff}.btn-success:hover{background:#059669;transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-small{padding:.5rem 1rem;font-size:.875rem}.btn-full{width:100%;justify-content:center}.section-header{text-align:center;margin-bottom:3rem}.section-subtitle{display:inline-block;color:var(--primary-color);font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.section-title{color:var(--text-color);margin-bottom:1rem}.section-description{color:var(--text-light);font-size:1.125rem;max-width:600px;margin:0 auto}.highlight{color:var(--primary-color)}@media(max-width:768px){.container{padding:0 16px}.section-header{margin-bottom:2rem}}.header{position:fixed;top:0;left:0;width:100%;background:#fff;z-index:1000;transition:var(--transition)}.header.scrolled{box-shadow:var(--shadow-md)}.nav{display:flex;align-items:center;justify-content:space-between;height:70px}.nav-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:var(--text-color)}.logo-icon{font-size:1.75rem}.logo-highlight{color:var(--primary-color)}.nav-list{display:flex;align-items:center;gap:2rem;list-style:none}.nav-link{color:var(--text-color);font-weight:500;transition:var(--transition);position:relative}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-color);transition:var(--transition)}.nav-link:hover{color:var(--primary-color)}.nav-link:hover:after{width:100%}.nav-toggle,.nav-close{display:none;font-size:1.5rem;cursor:pointer;color:var(--text-color)}@media(max-width:768px){.nav-toggle{display:block}.nav-menu{position:fixed;top:0;right:-100%;width:75%;height:100vh;background:#fff;padding:4rem 2rem;transition:var(--transition);box-shadow:var(--shadow-lg)}.nav-menu.active{right:0}.nav-list{flex-direction:column;align-items:flex-start;gap:1.5rem}.nav-close{display:block;position:absolute;top:1rem;right:1.5rem}}.hero{margin-top:70px;padding:5rem 0;background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-subtitle{display:inline-block;color:var(--primary-color);font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.hero-title{font-size:clamp(2.5rem,6vw,4rem);line-height:1.1;margin-bottom:1.5rem;color:var(--text-color)}.hero-description{font-size:1.125rem;color:var(--text-light);margin-bottom:2rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.hero-features{display:flex;gap:2rem;flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-color)}.feature-icon{font-size:1.5rem}.hero-image-wrapper{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-radius:1rem;padding:3rem;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-xl)}.hero-icon{font-size:10rem;filter:brightness(0) invert(1)}@media(max-width:968px){.hero-container{grid-template-columns:1fr}.hero-image{order:-1}.hero-icon{font-size:6rem}}@media(max-width:576px){.hero{padding:3rem 0}.hero-buttons{flex-direction:column}.hero-features{gap:1rem}.feature-item{font-size:.85rem}}.value-section{background:#fff}.value-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{text-align:center;padding:2rem;border-radius:1rem;background:var(--bg-light);transition:var(--transition)}.value-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.value-icon{font-size:3rem;display:block;margin-bottom:1rem}.value-card h3{color:var(--text-color);margin-bottom:.5rem;font-size:1.25rem}.value-card p{color:var(--text-light);font-size:.95rem;line-height:1.6}@media(max-width:768px){.value-grid{grid-template-columns:1fr;gap:1.5rem}}.services{background:var(--bg-light)}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:var(--shadow);transition:var(--transition)}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.service-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1.5rem}.service-card h3{color:var(--text-color);margin-bottom:.75rem;font-size:1.25rem}.service-card>p{color:var(--text-light);margin-bottom:1rem;line-height:1.6}.service-list{list-style:none}.service-list li{color:var(--text-color);padding:.5rem 0;font-size:.9rem;display:flex;align-items:center;gap:.5rem}@media(max-width:768px){.services-grid{grid-template-columns:1fr}}.products{background:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.product-card{background:#fff;border:1px solid var(--border-color);border-radius:1rem;overflow:hidden;transition:var(--transition)}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.product-image{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));padding:3rem;display:flex;align-items:center;justify-content:center;position:relative}.product-icon{font-size:4rem;filter:brightness(0) invert(1)}.product-badge{position:absolute;top:1rem;right:1rem;background:var(--accent-color);color:#fff;padding:.35rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:600}.product-info{padding:1.5rem}.product-info h3{color:var(--text-color);margin-bottom:1rem;font-size:1.25rem}.product-specs{color:var(--text-light);font-size:.9rem;line-height:1.8;margin-bottom:1rem}.product-price{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1rem}.price-from{color:var(--text-light);font-size:.85rem}.price-amount{color:var(--primary-color);font-size:1.75rem;font-weight:700}.price-unit{color:var(--text-light);font-size:.9rem}.materials-section{background:var(--bg-light);padding:3rem;border-radius:1rem;margin-top:3rem}.materials-title{text-align:center;color:var(--text-color);margin-bottom:2rem;font-size:1.75rem}.materials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.material-item{background:#fff;padding:1.5rem;border-radius:.75rem}.material-item h4{color:var(--text-color);margin-bottom:.5rem;font-size:1.1rem;display:flex;align-items:center;gap:.5rem}.material-item p{color:var(--text-light);font-size:.9rem;line-height:1.6}@media(max-width:768px){.products-grid,.materials-grid{grid-template-columns:1fr}}.clients{background:#fff}.clients-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.client-type{text-align:center;padding:2rem;background:var(--bg-light);border-radius:1rem;transition:var(--transition)}.client-type:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.client-type-icon{font-size:3rem;display:block;margin-bottom:1rem}.client-type h3{color:var(--text-color);margin-bottom:.5rem;font-size:1.25rem}.client-type p{color:var(--text-light);font-size:.9rem;line-height:1.6}.testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:#fff;padding:2rem;border-radius:1rem;border:2px solid var(--border-color);transition:var(--transition)}.testimonial-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-md)}.testimonial-rating{margin-bottom:1rem}.star{color:var(--accent-color);font-size:1.25rem}.testimonial-text{color:var(--text-color);font-style:italic;line-height:1.7;margin-bottom:1.5rem}.testimonial-author{display:flex;flex-direction:column}.testimonial-author strong{color:var(--text-color);font-size:1rem;margin-bottom:.25rem}.testimonial-author span{color:var(--text-light);font-size:.85rem}@media(max-width:768px){.clients-types,.testimonials{grid-template-columns:1fr}}.quoter{background:var(--bg-light)}.quoter-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto}.quoter-form{background:#fff;padding:2rem;border-radius:1rem;box-shadow:var(--shadow-md)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:var(--text-color);font-weight:600;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group select{width:100%;padding:.75rem;border:2px solid var(--border-color);border-radius:.5rem;font-size:1rem;transition:var(--transition);font-family:inherit}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary-color)}.checkbox-group label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.checkbox-group input[type=checkbox]{width:auto;cursor:pointer}.quoter-result{background:#fff;padding:2rem;border-radius:1rem;box-shadow:var(--shadow-md);position:sticky;top:90px;max-height:fit-content}.result-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--border-color)}.result-icon{font-size:2rem}.result-header h3{color:var(--text-color);margin:0;font-size:1.5rem}.result-details{margin-bottom:1.5rem}.select-product{text-align:center;color:var(--text-light);padding:2rem 1rem}.result-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0}.result-label{color:var(--text-light);font-size:.95rem}.result-value{color:var(--text-color);font-weight:600}.result-divider{height:1px;background:var(--border-color);margin:1rem 0}.result-total{padding:1rem 0;background:var(--bg-light);padding:1rem;border-radius:.5rem;margin-top:.5rem}.result-total .result-label{color:var(--text-color);font-weight:700;font-size:1.1rem}.result-total .result-value{color:var(--primary-color);font-size:1.75rem}.result-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.delivery-info{margin-top:1.5rem;padding:1rem;background:var(--bg-light);border-radius:.5rem;display:flex;gap:.75rem;align-items:flex-start}.info-icon{font-size:1.5rem}.delivery-info p{flex:1;color:var(--text-color);font-size:.9rem;line-height:1.6;margin:0}.delivery-info small{display:block;color:var(--text-light);margin-top:.25rem}@media(max-width:968px){.quoter-container{grid-template-columns:1fr}.quoter-result{position:static}}.contact{background:#fff}.contact-container{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;margin-bottom:3rem}.contact-info h3{color:var(--text-color);margin-bottom:2rem;font-size:1.5rem}.contact-item{display:flex;gap:1rem;margin-bottom:2rem}.contact-icon{font-size:1.75rem;min-width:40px}.contact-item strong{display:block;color:var(--text-color);margin-bottom:.25rem;font-size:1rem}.contact-item p{color:var(--text-light);font-size:.95rem;line-height:1.6;margin:0}.social-links{display:flex;gap:1rem;margin-top:2rem}.social-link{width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:var(--bg-light);border-radius:.5rem;font-size:1.5rem;transition:var(--transition)}.social-link:hover{background:var(--primary-color);transform:translateY(-3px)}.contact-form{background:var(--bg-light);padding:2rem;border-radius:1rem}.form-success{background:#d1fae5;color:#065f46;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem;text-align:center;font-weight:600}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form .form-group{margin-bottom:1.5rem}.contact-form label{display:block;color:var(--text-color);font-weight:600;margin-bottom:.5rem;font-size:.95rem}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:.75rem;border:2px solid var(--border-color);border-radius:.5rem;font-size:1rem;transition:var(--transition);font-family:inherit;background:#fff}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--primary-color)}.contact-form textarea{resize:vertical;min-height:120px}.whatsapp-cta{background:linear-gradient(135deg,var(--secondary-color),#059669);color:#fff;padding:2.5rem;border-radius:1rem;display:flex;align-items:center;gap:2rem;justify-content:space-between}.whatsapp-icon{font-size:4rem}.whatsapp-cta h3{color:#fff;margin-bottom:.5rem;font-size:1.5rem}.whatsapp-cta p{color:#ffffffe6;font-size:1rem}@media(max-width:968px){.contact-container{grid-template-columns:1fr}.whatsapp-cta{flex-direction:column;text-align:center;gap:1.5rem}}@media(max-width:576px){.form-row{grid-template-columns:1fr}}.footer{background:var(--text-color);color:#fff;padding:3rem 0 1.5rem;position:relative}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-bottom:2.5rem}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:1.5rem}.footer-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem}.footer-section p{color:#fffc;line-height:1.7;margin-bottom:1rem}.footer-eco{display:flex;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.75rem;background:#10b98133;border-radius:.5rem}.eco-icon{font-size:1.25rem}.footer-eco span{color:var(--secondary-color);font-size:.9rem;font-weight:600}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#fffc;transition:var(--transition)}.footer-links a:hover{color:#fff;padding-left:.5rem}.newsletter-form{display:flex;gap:.5rem}.newsletter-form input{flex:1;padding:.75rem;border:2px solid rgba(255,255,255,.2);border-radius:.5rem;background:#ffffff1a;color:#fff;font-size:.95rem}.newsletter-form input::placeholder{color:#fff9}.newsletter-form input:focus{outline:none;border-color:var(--primary-color);background:#ffffff26}.newsletter-form button{width:45px;height:45px;border-radius:.5rem}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:#ffffffb3;font-size:.9rem;margin:0}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{color:#ffffffb3;font-size:.9rem;transition:var(--transition)}.footer-bottom-links a:hover{color:#fff}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:var(--secondary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;box-shadow:var(--shadow-xl);transition:var(--transition);z-index:999}.whatsapp-float:hover{transform:scale(1.1);background:#059669}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links{flex-direction:column;gap:.75rem}.whatsapp-float{bottom:1.5rem;right:1.5rem;width:55px;height:55px}}.legal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.legal-container{background:#fff;max-width:900px;width:100%;max-height:90vh;border-radius:1rem;box-shadow:var(--shadow-xl);display:flex;flex-direction:column;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.legal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:2px solid var(--border-color)}.legal-header h1{margin:0;color:var(--text-color);font-size:1.75rem}.close-button{width:40px;height:40px;border-radius:50%;background:var(--bg-gray);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--text-color);transition:var(--transition);cursor:pointer}.close-button:hover{background:var(--primary-color);color:#fff;transform:rotate(90deg)}.legal-content{flex:1;overflow-y:auto;padding:2rem}.legal-intro{color:var(--text-light);font-style:italic;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.legal-content section{margin-bottom:2.5rem}.legal-content h2{color:var(--primary-color);font-size:1.35rem;margin-bottom:1rem}.legal-content p{color:var(--text-color);line-height:1.8;margin-bottom:1rem}.legal-content ul{margin:1rem 0;padding-left:1.5rem}.legal-content li{color:var(--text-color);line-height:1.8;margin-bottom:.5rem}.legal-footer{padding:1.5rem 2rem;border-top:2px solid var(--border-color);display:flex;justify-content:flex-end}@media(max-width:768px){.legal-overlay{padding:0;align-items:flex-start}.legal-container{max-height:100vh;border-radius:0}.legal-header{padding:1.5rem}.legal-header h1{font-size:1.35rem}.legal-content{padding:1.5rem}.legal-content h2{font-size:1.15rem}.legal-footer{padding:1rem 1.5rem}}.legal-content h3{color:var(--text-color);font-size:1.15rem;margin-top:1.5rem;margin-bottom:.75rem;font-weight:600}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}section{padding:4rem 0}section:nth-child(2n){background-color:var(--bg-light)}@media(max-width:768px){section{padding:3rem 0}}
