body{margin:0;font-family:Arial,sans-serif;background-color:#f4f4f4;color:#333;min-height:100vh;display:flex;flex-direction:column}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.header{background-color:#fefefe;color:#050303;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.logo-img{height:60px;width:auto}nav ul{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0}nav a{color:#000;text-decoration:none;font-size:1rem}nav a:hover{color:#000;transform:scale(1.05);text-decoration:none}.nav-toggle{display:none;font-size:1.5rem;background:none;border:none;color:#000;cursor:pointer}.hero{background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative}.hero-overlay{background:#0009;padding:3rem;border-radius:10px;text-align:center;max-width:800px;margin:0 auto;color:#fff}.hero h1{font-size:3rem;margin-bottom:1rem;color:#fff}.hero h2{font-size:1.8rem;margin-bottom:1rem;color:#4a7c1f}.hero h3{font-size:1.4rem;margin-bottom:1.5rem;color:#a8d08d}.hero p{font-size:1.1rem;margin-bottom:1rem;line-height:1.6}.cta-button{background-color:#fff;color:#4caf50;border:2px solid #4caf50;padding:.5rem 1.5rem;font-size:1rem;cursor:pointer;transition:background-color .3s}.cta-button:hover{background-color:#e8f5e9}.about,.products,.contact{padding:2rem;max-width:800px;margin:0 auto}.product-list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.product-item{background-color:#fff;border:1px solid #ccc;border-radius:8px;padding:1rem;max-width:300px;text-align:center}.product-image{max-width:100%;height:auto;margin-bottom:1rem}.contact form{display:flex;flex-direction:column;gap:1rem;max-width:500px;margin:0 auto}.contact input,.contact textarea{padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:4px}.contact textarea{min-height:150px}.contact-image{max-width:100%;height:auto;margin-top:2rem}.footer{background-color:#2e7d32;color:#fff;text-align:center;padding:1rem;width:100%;margin-top:auto}@media (max-width: 1024px){.hero{padding:3rem 1.5rem}.hero h1{font-size:2rem}.hero h2{font-size:1.5rem}.hero h3{font-size:1.2rem}.hero p{font-size:1rem}.about,.products,.contact{padding:1.5rem}.product-list{flex-direction:column;align-items:center}}@media (max-width: 600px){.header{flex-direction:column;align-items:flex-start;padding:1rem}.logo{font-size:1.2rem}nav{width:100%;display:none}nav.active{display:block}nav ul{flex-direction:column;gap:.5rem;width:100%;padding:1rem 0}nav a{display:block;padding:.5rem;font-size:.9rem}.nav-toggle{display:block;align-self:flex-end;position:absolute;top:1rem;right:1rem}.hero{padding:2rem 1rem}.hero h1{font-size:1.8rem}.hero h2{font-size:1.3rem}.hero h3{font-size:1rem}.hero p{font-size:.9rem}.cta-button{padding:.4rem 1rem;font-size:.9rem}.about,.products,.contact{padding:1rem}.contact form{max-width:100%}.footer{padding:.8rem;font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}
