: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:#f5f5f5;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;min-width:320px;min-height:100vh;overflow-x:hidden;width:100%;position:relative}html{overflow-x:hidden;width:100%}*{box-sizing:border-box}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}}@media (max-width: 768px){body,html{width:100vw;max-width:100vw;overflow-x:hidden}}.container{margin:0 auto;padding:0 2rem}.section-alt{background:#f8fcf9}.section h2{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#00763d}.btn-primary{background:#00763d;color:#fff}.btn-primary:hover{background:#005a2e;transform:translateY(-2px);box-shadow:0 4px 12px #00763d4d}.btn-secondary:hover{background:#fff;color:#00763d;transform:translateY(-2px)}@media (max-width: 480px){.container{padding:0 1rem}.section{padding:3rem 0}.section h2{font-size:2rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}.app{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.section-alt{background:#f8fafc}.section h3{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1e293b}.section-subtitle{text-align:center;font-size:1.1rem;color:#64748b;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.btn{padding:.875rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;display:inline-block}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#2563eb;transform:translateY(-2px)}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,118,61,.1);z-index:1000;transition:all .3s ease;overflow:hidden}.header.expanded{height:auto;padding-bottom:1rem}.header-content{max-width:2000px;margin:0 auto;padding:.5rem 5rem}.header-top{display:flex;justify-content:space-between;align-items:center;height:80px}.logo-container{display:flex;align-items:center;gap:1rem;cursor:pointer;transition:transform .3s ease}.logo-container:hover{transform:scale(1.05)}.company-logo{height:70px;width:auto}.desktop-buttons{display:flex;gap:1rem;align-items:center}.header-btn{padding:.75rem 1.5rem;border:none;height:100%;width:100%;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:.5rem;outline:none;background:transparent;color:#000}.header-btn-title{font-size:1rem;font-weight:600}.header-btn-text{font-size:1.2rem;font-weight:800}.header-btn:hover{background:#00ff843f}.header-btn:hover .header-btn-text{text-decoration:underline;color:#087641}.header-btn:focus{outline:none}.header-btn:focus-visible{outline:none}.header-btn-form{width:100%;height:80px;background:#00763d;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;outline:none}.header-btn-form:hover{background:#087641;transform:translateY(-2px)}.header-btn-form:focus{outline:none}.header-btn-form:focus-visible{outline:none}.header-btn-form-title{font-size:1.3rem;font-weight:800}.mobile-hamburger{display:none}.hamburger-btn{display:flex;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:2001;outline:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.hamburger-btn:focus{outline:none}.hamburger-btn:focus-visible{outline:none}.hamburger-line{width:100%;height:3px;background:#00763d;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger-btn.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.hamburger-btn.active .hamburger-line:nth-child(2){opacity:0}.hamburger-btn.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-expanded-menu{width:100%;overflow:hidden;transition:all .3s ease;max-height:0;opacity:0;padding:0;margin:0}.mobile-expanded-menu.show{max-height:300px;opacity:1;padding:1rem 0}.mobile-expanded-btn{width:100%;padding:1rem;border:none;background:transparent;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:1rem;text-align:left;margin-bottom:.5rem;outline:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.mobile-expanded-btn:hover{background:#00ff843f}.mobile-expanded-btn:focus{outline:none}.mobile-expanded-btn:focus-visible{outline:none}.mobile-expanded-btn:active{outline:none}.mobile-expanded-btn:last-child{margin-bottom:0}.mobile-expanded-btn:hover .mobile-btn-text{text-decoration:underline;color:#087641}.mobile-btn-content{display:flex;flex-direction:column;gap:.25rem;flex:1;color:#000}.mobile-btn-title{font-size:.8rem;font-weight:600}.mobile-btn-text{font-size:1.2rem;font-weight:700}.consultation-btn{background:#00763d;color:#fff!important;height:80px;text-align:center}.consultation-btn:hover{background:linear-gradient(135deg,#087641,#00b86b)!important;border-color:#087641!important}.consultation-btn:focus{outline:none!important}.consultation-btn:focus-visible{outline:none!important}.consultation-btn:active{outline:none!important}.consultation-btn .mobile-btn-title{color:#fff!important;font-size:1.5rem;font-weight:700}.contact-popup-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000;display:flex;justify-content:center;align-items:center;padding:2rem}.contact-popup{background:#fff;border-radius:20px;padding:2rem;max-width:500px;width:100%;max-height:50vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;animation:popupSlideIn .3s ease-out}@keyframes popupSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;outline:none;-webkit-tap-highlight-color:transparent}.close-btn:hover{background:#f1f5f9;color:#1e293b}.close-btn:focus{outline:none}.close-btn:focus-visible{outline:none}.popup-content h3{text-align:center;margin-bottom:2rem;color:#1e293b;font-size:1.8rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group input,.form-group textarea{padding:1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .3s ease;outline:none}.form-group input:focus,.form-group textarea:focus{border-color:#00763d;box-shadow:0 0 0 3px #00763d1a}.form-group textarea{resize:vertical;min-height:100px}.submit-btn{background:#00763d;color:#fff;padding:1rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;outline:none;-webkit-tap-highlight-color:transparent;font-weight:700;font-size:1.5rem}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00763d4d}.submit-btn:focus{outline:none;box-shadow:0 0 0 3px #00763d33}.submit-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #00763d33}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.success-message{background:#dcfce7;color:#166534;padding:1rem;border-radius:12px;text-align:center;border:1px solid #bbf7d0}.error-message{background:#fef2f2;color:#dc2626;padding:1rem;border-radius:12px;text-align:center;border:1px solid #fecaca}@media (max-width: 1000px){.desktop-buttons{display:none}.mobile-hamburger{display:block}.header-content{padding:.5rem 2rem}}@media (max-width: 768px){.header-content{padding:.5rem 1rem}.company-logo{height:60px}.contact-popup{margin:1rem;padding:1.5rem}.mobile-expanded-btn{padding:.75rem;-webkit-tap-highlight-color:transparent!important}.mobile-expanded-btn:focus,.mobile-expanded-btn:focus-visible,.mobile-expanded-btn:active{outline:none!important}.consultation-btn:focus,.consultation-btn:focus-visible,.consultation-btn:active{outline:none!important}}@media (max-width: 480px){.contact-popup{margin:.5rem;padding:1rem}.header-content{padding:.5rem}.mobile-expanded-btn{-webkit-tap-highlight-color:transparent!important;-webkit-touch-callout:none!important;-webkit-user-select:none!important;user-select:none!important}.mobile-expanded-btn:focus,.mobile-expanded-btn:focus-visible,.mobile-expanded-btn:active{outline:none!important}}.consultation-popup{background:#fff;border-radius:20px;max-width:1000px;width:90%;max-height:100vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;animation:popupSlideIn .3s ease-out}.consultation-content{display:flex;min-height:600px}.carousel-container{flex:1;background:linear-gradient(135deg,#00763d,#00a86b);display:flex;align-items:flex-start;justify-content:flex-start;position:relative;overflow:hidden}.carousel-container-content{position:absolute;background:linear-gradient(180deg,#fff0,#fff 30%,#00a86be6 50%,#00a86b);top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;z-index:1000;color:#fff}.carousel-container-content img{width:200px;height:200px;object-fit:contain}.carousel-container-content h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);text-align:center}.content-list{padding:0}.carousel-container-content ul{list-style:none;padding:10px;margin:0}.carousel-container-content li{font-size:1rem;font-weight:600;margin-bottom:.75rem;display:flex;align-items:flex-start;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.carousel-container-content li:before{content:"✓";color:#fff;font-size:1.2rem;margin-right:.75rem;margin-top:.1rem;flex-shrink:0}.carousel-container-content li:last-child{margin-bottom:0}.carousel{position:relative;width:100%;height:100%;display:flex;align-items:flex-start;justify-content:flex-start}.carousel-images{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;height:100%}.carousel-image{width:100%;height:100%;object-fit:cover;object-position:top left;transition:opacity 2s ease;opacity:1}.carousel-image.fade-out{opacity:0}.form-container{flex:.75;padding:4rem 3rem;display:flex;flex-direction:column}.form-container h3{text-align:center;margin-bottom:2rem;color:#1e293b;font-size:1.8rem}.consultation-form{display:flex;flex-direction:column;gap:.5rem;flex:1}.form-group{display:flex;flex-direction:column;width:100%;margin-bottom:0}.form-group input,.form-group select,.form-group textarea{border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;transition:all .3s ease;outline:none;width:100%;background:#fff;color:#000;padding:.75rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#00763d;box-shadow:0 0 0 3px #00763d1a}.form-group select{background:#fff;cursor:pointer;padding-right:2.5rem;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300763d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem}.form-group select option:first-child{color:#64748b}.form-group select option:not(:first-child){color:#000;background:#fff}.form-group textarea{resize:vertical;min-height:80px}@media (max-width: 768px){.consultation-popup{width:95%;max-width:none}.consultation-content{flex-direction:column;min-height:auto}.carousel-container{height:250px;border-radius:20px 20px 0 0}.form-container{padding:1.5rem}.form-container h3{font-size:1.6rem;margin-bottom:2rem}.consultation-form{gap:.75rem}}@media (max-width: 480px){.consultation-popup{width:98%;margin:1rem}.carousel-container{height:200px}.form-container{padding:1rem}.form-container h3{font-size:1.4rem;margin-bottom:1rem}.form-group input,.form-group select,.form-group textarea{padding:.6rem;font-size:.85rem}.consultation-form{gap:.5rem}}.hero{padding:8rem 2rem 4rem;color:#fff;text-align:center;min-height:90vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(135deg,var(--color-a) 0%,var(--color-b) 50%,var(--color-c) 100%);animation:smoothGradient 10s infinite;transition:.5s ease-in;transition-property:--color-a,--color-b,--color-c}.hero-content{max-width:800px;position:relative;z-index:2}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.5rem;font-weight:500;margin-bottom:1.5rem;opacity:.9;letter-spacing:.05em}.hero-description{font-size:1.1rem;margin-bottom:2rem;opacity:.8;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-buttons{display:flex;gap:1rem;justify-content:center}.cta-button{background:#fff;color:#00763d;border:2px solid white;padding:.8rem 1.8rem;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;outline:none}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ffffff4d}.cta-button:focus{outline:none}.cta-button:focus-visible{outline:none}@media (max-width: 768px){.hero{padding:6rem 1rem 3rem}.hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.cta-button{font-size:.8rem}}@property --color-a{syntax: "<color>"; inherits: true; initial-value: #00763d;}@property --color-b{syntax: "<color>"; inherits: true; initial-value: #00994d;}@property --color-c{syntax: "<color>"; inherits: true; initial-value: #00b35c;}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.about-text p{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7;color:#374151;text-align:justify}.about-features{display:grid;grid-template-columns:1fr;gap:2rem}.feature{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;position:relative;overflow:hidden;transition:all .3s ease;cursor:pointer;display:flex;align-items:center;gap:1.5rem}.feature:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.feature-icon{width:60px;height:60px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#00763d1a;border-radius:12px;padding:.5rem}.feature-icon img{width:100%;height:100%;object-fit:contain}.feature-content{flex:1}.feature h3{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.feature p{font-size:1rem;color:#6b7280;line-height:1.5;margin:0;text-align:justify}.feature:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--color-a) 0%,var(--color-b) 50%,var(--color-c) 100%);opacity:0;transition:opacity .3s ease;z-index:1;animation:smoothGradient 10s infinite;transition:.5s ease-in;transition-property:--color-a,--color-b,--color-c}.feature:hover:before{opacity:.9}@keyframes smoothGradient{0%{--color-a: #00763d;--color-b: #00994d;--color-c: #00b35c}25%{--color-a: #00994d;--color-b: #00b35c;--color-c: #00763d}50%{--color-a: #00b35c;--color-b: #00763d;--color-c: #00994d}75%{--color-a: #00763d;--color-b: #00b35c;--color-c: #00994d}to{--color-a: #00763d;--color-b: #00994d;--color-c: #00b35c}}.feature .hover-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;opacity:0;transition:opacity .3s ease;z-index:2;width:90%}.feature:hover .hover-text{opacity:1}.feature:hover .hover-text h3{color:#fff;margin-bottom:1rem;font-size:1.4rem}.feature:hover .hover-text p{color:#ffffffe6;font-size:1rem;line-height:1.6;text-align:justify}.feature:hover .feature-icon,.feature:hover .feature-content{opacity:0;transition:opacity .3s ease}@media (max-width: 768px){.about-content{grid-template-columns:1fr;gap:2rem}.feature{padding:1.5rem;flex-direction:row;text-align:center;gap:3rem}.feature-content,.feature-content h3,.feature-content p{text-align:left}.feature:hover .hover-text h3{font-size:1rem;margin-bottom:.5rem}.feature:hover .hover-text p{font-size:.8rem}.feature-icon{width:50px;height:50px}}.services-grid{display:flex;gap:1rem;margin-top:3rem;width:100%;justify-content:center;align-items:stretch}.service-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #00763d0d;border:1px solid #e2e8f0;text-align:center;transition:all .5s ease;cursor:pointer;flex:1;max-width:250px;min-width:200px;position:relative;overflow:hidden;min-height:280px;display:flex;flex-direction:column;justify-content:flex-start;outline:none}.progress-bar{position:absolute;top:0;left:0;width:100%;height:4px;background-color:#00763d1a;overflow:hidden;border-radius:12px 12px 0 0}.progress-fill{height:100%;background:linear-gradient(90deg,#00763d,#00a854);transition:width .1s ease;border-radius:12px 12px 12px 0}.service-card.active .progress-bar{height:6px}.service-card.active .progress-fill{background:linear-gradient(90deg,#00763d,#00a854);box-shadow:0 0 10px #00763d4d}.service-card:focus{outline:none}.service-card:focus-visible{outline:none}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00763d1a;border-color:#00763d}.service-card.active{flex:2;max-width:400px;background:linear-gradient(135deg,#f8fcf9,#e6f7ed);border-color:#00763d;box-shadow:0 15px 35px #00763d26;z-index:10;min-height:320px}.service-icon{font-size:3rem;margin-bottom:1.5rem;transition:all .3s ease}.service-icon img{width:60px;height:60px;object-fit:contain}.service-card.active .service-icon{font-size:3rem;color:#00763d}.service-card h3{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#00763d;transition:all .3s ease}.service-card.active h3{font-size:1.3rem;margin-bottom:1.5rem}.service-card p{color:#64748b;line-height:1.6;margin-bottom:1rem;font-size:.9rem;transition:all .3s ease;opacity:1;max-height:180px;overflow:hidden;flex:1}.service-card.active p{opacity:0;max-height:0;margin-bottom:0}.service-details{max-height:0;opacity:0;overflow:hidden;transition:all .5s ease;margin-top:100px}.service-card.active .service-details{max-height:200px;opacity:1;margin-top:1rem}.service-details ul{list-style:none;padding:0;text-align:left}.service-details li{color:#374151;font-size:.85rem;border-bottom:1px solid rgba(0,118,61,.1);position:relative;padding:.4rem 0 .4rem 1.2rem}.service-details li:before{content:"✓";position:absolute;left:0;color:#00763d;font-weight:700}.service-details li:last-child{border-bottom:none}@media (max-width: 1024px){.services-grid{gap:.75rem}.service-card{padding:1.75rem;max-width:220px;min-width:180px;min-height:260px}.service-card.active{flex:1.5;max-width:350px;min-height:300px}}@media (max-width: 768px){.services-grid{flex-direction:column;gap:1rem;align-items:center}.service-card{min-width:auto;max-width:100%;width:100%;flex:none;min-height:auto;cursor:default;transform:none!important;box-shadow:0 4px 6px #00763d0d!important;border-color:#e2e8f0!important;background:#fff!important}.service-card:hover{transform:none!important;box-shadow:0 4px 6px #00763d0d!important;border-color:#e2e8f0!important}.service-card.active{flex:none;max-width:100%;min-height:auto;background:#fff!important;box-shadow:0 4px 6px #00763d0d!important;border-color:#e2e8f0!important}.service-card p{opacity:1!important;max-height:none!important;margin-bottom:1rem!important}.service-details{max-height:none!important;opacity:1!important;margin-top:1rem!important}.service-icon{color:inherit!important}.service-card.active .service-icon{font-size:2.5rem!important;color:inherit!important}.service-card.active h3{font-size:1.1rem!important;margin-bottom:1rem!important}}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-top:3rem}.portfolio-item{background:#fff;border-radius:16px;box-shadow:0 8px 25px #00763d1a;overflow:hidden;transition:all .3s ease;border:1px solid rgba(0,118,61,.1);outline:none}.portfolio-item:hover{transform:translateY(-8px);box-shadow:0 15px 40px #00763d26;border-color:#00763d}.portfolio-item:focus{outline:none}.portfolio-item:focus-visible{outline:none}.portfolio-image{height:200px;background:linear-gradient(135deg,#f8fcf9,#e6f7ed);display:flex;align-items:flex-end;justify-content:center;border-bottom:1px solid rgba(0,118,61,.1);overflow:hidden;padding-bottom:10px}.portfolio-image img{width:100%;height:100%;object-fit:cover;object-position:center top}.portfolio-placeholder{font-size:4rem;opacity:.8}.portfolio-item h3{font-size:1.4rem;font-weight:600;color:#1f2937;margin:1.5rem 1.5rem 1rem;line-height:1.3}.portfolio-item p{color:#6b7280;line-height:1.6;margin:0 1.5rem 1.5rem;font-size:.95rem}.portfolio-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 1.5rem 1.5rem}.portfolio-tags span{background:#00763d1a;color:#00763d;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid rgba(0,118,61,.2)}.portfolio-features{margin:0 1.5rem 1.5rem;padding-top:1rem;border-top:1px solid rgba(0,118,61,.1)}.portfolio-features h4{font-size:1rem;font-weight:600;color:#00763d;margin-bottom:.75rem}.portfolio-features ul{list-style:none;padding:0;margin:0}.portfolio-features li{color:#4b5563;font-size:.85rem;position:relative;padding:.3rem 0 .3rem 1.2rem}.portfolio-features li:before{content:"✓";position:absolute;left:0;color:#00763d;font-weight:700;font-size:.8rem}@media (max-width: 768px){.portfolio-grid{grid-template-columns:1fr;gap:2rem}.portfolio-item{margin:0 1rem}.portfolio-image{height:150px}.portfolio-placeholder{font-size:3rem}.portfolio-item h3{font-size:1.2rem;margin:1.25rem 1.25rem .75rem}.portfolio-item p{margin:0 1.25rem 1.25rem;font-size:.9rem}.portfolio-tags,.portfolio-features{margin-left:1.25rem;margin-right:1.25rem}}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.contact-info h3{font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:#1f2937}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:1.1rem}.contact-item img{width:24px;height:24px;object-fit:contain;flex-shrink:0}.contact-item button{background:none;border:none;color:#00763d;text-decoration:underline;cursor:pointer;font-size:1rem;transition:color .3s ease;outline:none}.contact-item button:hover{color:#005a2e}.contact-item button:focus{outline:none}.contact-item button:focus-visible{outline:none}.email-link,.phone-link,.whatsapp-link,.google-maps-link{background:none;border:none;color:#063;font-weight:600;cursor:pointer;text-decoration:underline;font-size:1.1rem;padding:0;margin:0;outline:none;transition:color .3s ease}.email-link:hover,.phone-link:hover,.whatsapp-link:hover,.google-maps-link:hover{color:#1d4ed8}.email-link:focus,.phone-link:focus,.whatsapp-link:focus,.google-maps-link:focus{outline:none}.contact-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.contact-form h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#1f2937}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151;font-size:.95rem;letter-spacing:.025em}.form-input,.form-textarea{width:100%;padding:.875rem 1rem;border:2px solid #E5E7EB;border-radius:8px;font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1f2937;background:#f9fafb;transition:all .3s ease;line-height:1.5;letter-spacing:.025em}.form-input:focus,.form-textarea:focus{outline:none;border-color:#00763d;background:#fff;box-shadow:0 0 0 3px #00763d1a}.form-input::placeholder,.form-textarea::placeholder{font-weight:400;font-style:italic}.form-textarea{min-height:120px;resize:vertical;line-height:1.6}.submit-button{background:linear-gradient(135deg,#00763d,#00994d);color:#fff;border:none;padding:.8rem 1.8rem;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;outline:none}.submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00763d4d}.submit-button:focus{outline:none}.submit-button:focus-visible{outline:none}.submit-button:active{transform:translateY(0);box-shadow:0 4px 6px #00763d33}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form{padding:1.5rem}.contact-info{padding-left:10px}.form-input,.form-textarea{padding:.75rem .875rem;font-size:.95rem}.submit-button{width:100%;padding:.875rem 1.5rem;font-size:1rem}}.success-message{background:#d1fae5;color:#065f46;padding:1rem;border-radius:8px;margin-top:1rem;text-align:center;border:1px solid #a7f3d0}.error-message{background:#fee2e2;color:#991b1b;padding:1rem;border-radius:8px;margin-top:1rem;text-align:center;border:1px solid #fca5a5}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.submit-button:disabled:hover{transform:none;box-shadow:0 4px 6px #00763d33}.footer{background:linear-gradient(135deg,#00763d,#005a2e);color:#fff;padding:3rem 0 1rem}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;gap:.5rem;transition:opacity .3s ease}.footer-logo:hover{opacity:.8}.footer-logo-img{height:40px;width:auto}.footer-logo span{font-size:1.2rem;font-weight:600}.footer-links{display:flex;gap:2rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);color:#94a3b8}.footer-links button{background:none;border:none;color:#94a3b8;font-size:.9rem;cursor:pointer;padding:.25rem .5rem;transition:color .3s ease;outline:none}.footer-links button:focus{outline:none}.footer-links button:focus-visible{outline:none}@media (max-width: 768px){.footer-content{flex-direction:column;gap:2rem;text-align:center}.footer-links{justify-content:center;gap:.5rem}}.language-switcher{position:fixed;bottom:20px;right:20px;z-index:1001}.language-btn{background:#fffffff2;border:2px solid #00763d;border-radius:25px;padding:.75rem 1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.1rem;font-weight:600;color:#00763d;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #00763d33;outline:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.language-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00763d4d}.language-btn:focus{outline:none;border-color:#00763d;box-shadow:0 0 0 3px #00763d33}.language-btn:focus-visible{outline:none;border-color:#00763d;box-shadow:0 0 0 3px #00763d33}.language-btn:active{transform:translateY(0);box-shadow:0 2px 10px #00763d33}.language-text{font-size:.9rem;font-weight:700;letter-spacing:.5px}.language-flag-img{width:20px;height:20px}@media (max-width: 768px){.language-switcher{bottom:15px;right:15px}.language-btn{padding:.6rem 1rem;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.language-btn:focus,.language-btn:focus-visible{outline:none;border-color:#00763d;box-shadow:0 0 0 2px #00763d33}.language-text{font-size:.8rem}.language-flag{font-size:1rem}}@media (max-width: 480px){.language-btn{outline:none!important;-webkit-tap-highlight-color:transparent!important}.language-btn:focus,.language-btn:focus-visible,.language-btn:active{outline:none!important;border-color:#00763d;box-shadow:0 0 0 2px #00763d33}}.ads-container{height:10vh}.ads-content{width:100%;height:100%;background-color:#242f47;display:flex;align-items:center;justify-content:center;gap:20px}.ads-content h1{color:#fff;font-size:20px;font-weight:600}.ads-button{background-color:#fff;color:#000;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;gap:5px}.ads-button:hover{background-color:#00763d;color:#fff}.ads-button img{width:30px;height:30px}.ads-button span{font-size:1.2rem;font-weight:800}
