.ucFMea_heroSection{align-items:center;gap:2rem;margin-top:10rem;margin-bottom:4rem;padding:2rem 0;display:flex}.ucFMea_heroContent{flex:1}.ucFMea_heroTitle{color:#2e7d32;margin-bottom:1rem;font-size:2.5rem;line-height:1.2}.ucFMea_heroText{color:#555;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.ucFMea_heroButtons{gap:1rem;display:flex}.ucFMea_primaryButton{color:#fff;cursor:pointer;background-color:#2e7d32;border:none;border-radius:4px;padding:.75rem 1.5rem;font-weight:700;transition:background-color .3s}.ucFMea_primaryButton:hover{background-color:#1b5e20}.ucFMea_secondaryButton{color:#2e7d32;cursor:pointer;background-color:#0000;border:2px solid #2e7d32;border-radius:4px;padding:.75rem 1.5rem;font-weight:700;transition:all .3s}.ucFMea_secondaryButton:hover{background-color:#e8f5e9}.ucFMea_heroImage{flex:1}.ucFMea_image{border-radius:8px;width:100%;box-shadow:0 4px 8px #0000001a}.ucFMea_sectionTitle{text-align:center;color:#2e7d32;margin-bottom:.5rem;font-size:2rem}.ucFMea_sectionSubtitle{text-align:center;color:#666;margin-bottom:2rem;font-size:1.1rem}.ucFMea_servicesSection{margin-bottom:4rem;padding:2rem 0}.ucFMea_servicesGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem;display:grid}.ucFMea_serviceCard{text-align:center;background:#fff;border-radius:8px;padding:1.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 8px #0000001a}.ucFMea_serviceCard:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.ucFMea_serviceIcon{margin-bottom:1rem;font-size:2.5rem}.ucFMea_serviceTitle{color:#2e7d32;margin-bottom:.5rem;font-size:1.25rem}.ucFMea_serviceDescription{color:#666;line-height:1.5}.ucFMea_productsSection{margin-bottom:4rem;padding:2rem 0}.ucFMea_productsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem;display:grid}.ucFMea_productCard{background:#fff;border-radius:8px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 2px 8px #0000001a}.ucFMea_productCard:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.ucFMea_productImage{object-fit:cover;width:100%;height:200px}.ucFMea_productInfo{padding:1.5rem}.ucFMea_productName{color:#2e7d32;margin-bottom:.5rem;font-size:1.25rem}.ucFMea_productPrice{color:#e53935;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.ucFMea_addToCartButton{color:#fff;cursor:pointer;background-color:#43a047;border:none;border-radius:4px;width:100%;padding:.5rem;transition:background-color .3s}.ucFMea_addToCartButton:hover{background-color:#2e7d32}