body{font-family:Arial;margin:0;background:#f4f6f2;}
.container{width:1200px;max-width:95%;margin:auto;}
.topbar{background:#1e3d2b;padding:15px 0;}
.logo a{color:#9acd32;font-size:24px;text-decoration:none;font-weight:bold;}
.menu{float:right;}
.menu a{color:#fff;margin-left:20px;text-decoration:none;font-weight:bold;}
.hero{background:url('https://images.unsplash.com/photo-1501785888041-af3ef285b470');background-size:cover;padding:140px 20px;text-align:center;color:white;}
.hero h1{font-size:48px;}
.cta{background:#ff7a18;color:white;padding:12px 30px;text-decoration:none;border-radius:6px;}
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:25px;margin-top:40px;}
.product{background:#fff;padding:20px;border-radius:8px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,0.1);}
.product img{max-width:100%;}
.price{color:#2e7d32;font-weight:bold;}
.footer{background:#1e3d2b;color:white;text-align:center;padding:30px;margin-top:60px;}
