
body{margin:0;font-family:Arial,sans-serif;background:#f5f5f5}
.hero img{width:100%;display:block}
.actions{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
gap:12px;
padding:20px;
max-width:1100px;
margin:auto;
}
.btn{
text-decoration:none;
text-align:center;
padding:18px;
background:#1f6b3a;
color:white;
border-radius:10px;
font-weight:bold;
}
