*{margin:0;padding:0;box-sizing:border-box}:root{--primary-green:#5cb85c;--dark-green:#3d8b3d;--light-green:#e8f5e9;--text-dark:#333;--text-light:#666;--bg-light:#f9f9f9;--white:#fff;--shadow:0 2px 10px rgba(0,0,0,.1)}body{font-family:Arial,Helvetica,sans-serif;line-height:1.6;color:var(--text-dark);background:var(--white)}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{background:var(--white);box-shadow:var(--shadow);position:sticky;top:0;z-index:1000}nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.8rem;font-weight:700;color:var(--primary-green);display:flex;align-items:center;gap:.5rem}.logo svg{width:40px;height:40px}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:var(--text-dark);font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--primary-green)}.btn{display:inline-block;padding:12px 30px;background:var(--primary-green);color:var(--white);border:none;border-radius:5px;cursor:pointer;font-size:1rem;transition:background .3s}.btn:hover{background:var(--dark-green)}.btn-secondary{background:var(--white);color:var(--primary-green);border:2px solid var(--primary-green)}.btn-secondary:hover{background:var(--primary-green);color:var(--white)}.hero{position:relative;height:600px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:var(--white);text-align:center}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5)}.hero-content{position:relative;z-index:1;max-width:800px;padding:20px}.hero h1{font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero p{font-size:1.3rem;margin-bottom:2rem}.section{padding:5rem 0}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--text-dark)}.section-title::after{content:'';display:block;width:80px;height:4px;background:var(--primary-green);margin:1rem auto}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.card{background:var(--white);padding:2rem;border-radius:10px;box-shadow:var(--shadow);transition:transform .3s}.card:hover{transform:translateY(-5px)}.card img{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.card h3{color:var(--primary-green);margin-bottom:1rem}.features{background:var(--light-green)}.feature-icon{width:60px;height:60px;background:var(--primary-green);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px;border:1px solid #ddd;border-radius:5px;font-size:1rem}.form-group textarea{min-height:150px;resize:vertical}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--text-dark);color:var(--white);padding:1.5rem;display:none;z-index:10000;box-shadow:0 -2px 10px rgba(0,0,0,.2)}.cookie-banner.show{display:block}.cookie-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie-content p{flex:1}.cookie-buttons{display:flex;gap:1rem}footer{background:var(--text-dark);color:var(--white);padding:3rem 0}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:var(--primary-green);margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#ccc;transition:color .3s}.footer-section a:hover{color:var(--white)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #555}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-info div{display:flex;align-items:center;gap:1rem}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer}@media(max-width:768px){.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);flex-direction:column;padding:1rem;box-shadow:var(--shadow)}.nav-links.active{display:flex}.mobile-menu-btn{display:block}.hero{height:400px}.hero h1{font-size:2rem}.hero p{font-size:1rem}.section{padding:3rem 0}.section-title{font-size:2rem}.cookie-content{flex-direction:column;text-align:center}.cookie-buttons{flex-direction:column;width:100%}.btn{width:100%}}