body{margin:0;font-family:Arial;background:#020617;color:#e0f2fe;}
header{text-align:center;background:#22c55e;padding:20px;color:white;border-bottom:4px solid #4ade80;}
.hero{height:80vh;background:url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d') 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) rotate(1deg);}
.cards{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;padding:20px;}
.card{background:#064e3b;padding:20px;border-radius:10px;transition:0.3s;}
.card:hover{transform:translateY(-10px) scale(1.05);}
.map iframe{width:100%;height:400px;border:0;}
footer{text-align:center;background:#22c55e;padding:10px;color:white;}
.whatsapp{position:fixed;bottom:20px;right:20px;background:#25D366;color:white;padding:15px;border-radius:50%;}
