:root{--primary: #58a12d;--primary-dark: #468123;--primary-light: #6ab83d;--dark: #1a1a1a;--gray: #666666;--light-gray: #f5f5f5;--white: #ffffff;--max-width: 1200px;--spacing: 80px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Manrope,sans-serif;line-height:1.6;color:var(--dark);background:var(--white)}h1{font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.2;font-weight:700}h2{font-size:clamp(2rem,4vw,2.5rem);font-weight:600;margin-bottom:1rem}h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}p{color:var(--gray);margin-bottom:1rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 20px}nav{position:fixed;top:0;width:100%;background:var(--white);z-index:1000;border-bottom:1px solid rgba(0,0,0,.05);transition:all .3s ease}nav.scrolled{box-shadow:0 2px 20px #0000000d}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.logo{font-size:1.5rem;font-weight:700;color:var(--primary);text-decoration:none}.nav-menu{display:flex;list-style:none;gap:2.5rem;align-items:center}.nav-link{color:var(--dark);text-decoration:none;font-weight:500;transition:color .3s ease}.nav-link:hover{color:var(--primary)}.nav-cta{background:var(--primary);color:var(--white);padding:.75rem 1.75rem;border-radius:4px;text-decoration:none;font-weight:500;transition:all .3s ease}.nav-cta:hover{background:var(--primary-dark);transform:translateY(-1px)}.mobile-toggle{display:none;flex-direction:column;cursor:pointer;background:none;border:none}.mobile-toggle span{width:25px;height:2px;background:var(--dark);margin:4px 0;transition:.3s}.hero{padding:calc(var(--spacing) + 80px) 0 var(--spacing) 0;min-height:70vh;display:flex;align-items:center}.hero-text h1{font-family:Merriweather,serif;font-weight:900;font-size:3rem}.hero-text h1 span{color:#45e137}.hero-subtitle{font-size:1.25rem;color:var(--gray);margin-bottom:2.5rem;font-weight:400}.hero-cta{background:var(--primary);color:var(--white);padding:1rem 2.5rem;border-radius:4px;text-decoration:none;font-weight:500;display:inline-block;transition:all .3s ease;z-index:10}.hero-image{display:flex;justify-content:center;align-items:center;min-height:400px;background:var(--light-gray);border-radius:8px;position:relative;overflow:hidden;z-index:-1}.hero-graphic{width:80%;height:300px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:3rem;font-weight:700}.services{padding:var(--spacing) 0;background:var(--light-gray)}.section-header{text-align:center;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:3rem}.service-card{background:var(--white);padding:2.5rem;border-radius:8px;transition:all .3s ease;border:1px solid transparent}.service-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 10px 30px #0000000d}.service-icon{width:100px;height:100px;background:#a7a7a71a;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;padding:1rem}.projects{padding:var(--spacing) 0}.projects-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin-top:3rem}.project-card{border:1px solid rgba(0,0,0,.1);border-radius:8px;overflow:hidden;transition:all .3s ease}.project-card:hover{box-shadow:0 10px 30px #0000001a}.project-image{height:200px;background:var(--light-gray);display:flex;align-items:center;justify-content:center;color:var(--gray)}.project-content{padding:2rem}.project-tag{display:inline-block;background:#58a12d1a;color:var(--primary);padding:.25rem .75rem;border-radius:4px;font-size:.875rem;margin-bottom:1rem}.methodology{padding:var(--spacing) 0;background:var(--light-gray)}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.step{text-align:center}.step-number{width:50px;height:50px;background:var(--primary);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-weight:700;font-size:1.25rem}.why-choose{padding:var(--spacing) 0}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-item{display:flex;gap:1rem}.feature-check{width:24px;height:24px;background:var(--primary);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.team{padding:var(--spacing) 0;background:var(--light-gray);text-align:center}.team-description{max-width:800px;margin:0 auto;font-size:1.125rem}.testimonials{padding:var(--spacing) 0}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-top:3rem}.testimonial-card{background:var(--light-gray);padding:2rem;border-radius:8px;font-style:italic}.testimonial-author{margin-top:1.5rem;font-style:normal;font-weight:600;color:var(--dark)}.testimonial-company{color:var(--gray);font-size:.875rem;font-weight:400}.contact{padding:var(--spacing) 0;background:var(--dark);color:var(--white);text-align:center}.contact h2{color:var(--white);margin-bottom:1rem}.contact p{color:#fffc;margin-bottom:2rem}.contact-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.contact-btn{background:var(--primary);color:var(--white);padding:1rem 2rem;border-radius:4px;text-decoration:none;font-weight:500;transition:all .3s ease}.contact-btn:hover{background:var(--primary-light);transform:translateY(-2px)}.contact-btn.secondary{background:transparent;border:2px solid var(--white)}.contact-btn.secondary:hover{background:var(--white);color:var(--dark)}footer{background:var(--dark);color:var(--white);padding:3rem 0 2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1rem;color:var(--white)}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:var(--primary-light)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#ffffff80}@media (max-width: 768px){.nav-menu{position:fixed;left:-100%;top:0;flex-direction:column;background:var(--white);width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:20px 0}.nav-menu.active{left:0}.mobile-toggle{display:flex}.hero-content{grid-template-columns:1fr;text-align:center}.hero-text{order:2}.hero-image{order:1;margin-bottom:2rem}.footer-content{grid-template-columns:1fr;text-align:center}.contact-buttons{flex-direction:column;align-items:center}.contact-btn{width:100%;max-width:300px}}.logo img{width:10rem}.hero-graphic{background-color:transparent}.hero-graphic img{width:35rem}.hero{padding:calc(var(--spacing) + 80px) 0 var(--spacing) 0;position:relative;overflow:hidden;background:linear-gradient(90deg,#79ab5d,#1d4f00 35%,#1b4a00)}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-text h1{margin-bottom:1.5rem;color:#fff}.hero-text p{color:#fff;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;color:#fff;margin-bottom:2.5rem;font-weight:400}.hero-cta{background:var(--primary);color:var(--white);padding:1rem 2.5rem;border-radius:4px;text-decoration:none;font-weight:500;display:inline-block;transition:all .3s ease}.hero-cta:hover{background:var(--primary-dark);transform:translateY(-2px)}.hero-image{display:flex;justify-content:center;align-items:center}.hero-graphic img{max-width:100%;height:auto;min-width:300px}@media (max-width: 992px){.hero-content{gap:20px}}.hero-image{background-color:transparent}.hero-image img{width:100%}.hero{gap:1rem;background:linear-gradient(90deg,#79ab5d,#1d4f00 35%,#1b4a00)}.hero-image{width:40rem;overflow:visible}.hero-graphic img{margin-bottom:-17rem}@media (max-width: 768px){.nav-menu{position:fixed;left:-100%;top:100px;flex-direction:column;background:var(--white);width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:20px 0}.nav-menu.active{left:0}.mobile-toggle{display:flex}.hero-content{grid-template-columns:1fr;text-align:center}.hero-text{order:1}.hero-image{order:2;position:static;margin-top:-200px}.hero-graphic img{width:80%;max-width:350px;margin-top:0;margin-bottom:-390px}.footer-content{grid-template-columns:1fr;text-align:center}.contact-buttons{flex-direction:column;align-items:center}.contact-btn{width:100%;max-width:300px}}.hero-cta{background-color:#7bbe54b8;font-size:1.1rem;font-weight:500;padding:1rem 2rem}.hero-cta:hover{background-color:#99cd7ab8}.hero-text h1 span{color:#a1e47a}img{width:100%}@media (max-width: 600px){.hero-text h1{font-size:clamp(1.8rem,8vw,2.5rem)!important;line-height:1.1}.hero-subtitle{font-size:clamp(1rem,4vw,1.125rem)!important;margin-bottom:1.5rem}.hero-graphic img{width:90%!important;max-width:280px!important;margin-bottom:-360px!important}.hero-image{width:100%!important}.hero-cta{font-size:1rem!important;padding:.8rem 1.5rem!important;width:100%;max-width:250px;text-align:center}:root{--spacing: 40px}.container{padding:0 15px}.nav-container{padding:1rem 0}.logo img{width:7rem!important}}@media (max-width: 400px){.hero-text h1{font-size:clamp(1.5rem,10vw,2rem)!important}.hero-subtitle{font-size:clamp(.9rem,5vw,1rem)!important}.hero-graphic img{width:95%!important;max-width:200px!important;margin-bottom:-350px!important}.hero-cta{font-size:.9rem!important}.container{padding:0 10px}.logo img{width:6rem!important}}h2{font-size:clamp(1.5rem,5vw,2.5rem)!important}h3{font-size:clamp(1.2rem,4vw,1.5rem)!important}p{font-size:clamp(.9rem,3vw,1rem)}img{max-width:100%;height:auto}@media (max-width: 600px){.service-card,.project-card,.testimonial-card{padding:1.5rem!important}.services-grid,.projects-container,.testimonials-grid{grid-template-columns:1fr!important;gap:20px!important}.project-image{height:150px!important}.nav-menu{top:80px}}body,.hero{overflow-x:hidden}.img3{margin-top:4rem}.img1{width:fit-content}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
