body{margin:0;font-family:Arial;background:#f0fdf4;color:#065f46;}
header{text-align:center;background:#15803d;padding:20px;color:white;border-bottom:4px solid #4ade80;}
.hero{height:80vh;background:url('https://images.unsplash.com/photo-1523240795612-9a054b0db644') center/cover;display:flex;align-items:center;justify-content:center;text-align:center;color:white;}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;padding:20px;}
.grid img{width:100%;border-radius:10px;transition:0.3s;}
.grid img:hover{transform:scale(1.1);}
.cards{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;padding:20px;}
.card{background:white;color:#065f46;padding:20px;border-radius:10px;}
.map iframe{width:100%;height:400px;border:0;}
footer{text-align:center;background:#15803d;padding:10px;color:white;}
.whatsapp{position:fixed;bottom:20px;right:20px;background:#25D366;color:white;padding:15px;border-radius:50%;}
