body{margin:0;font-family:Arial;background:#020617;color:#e2e8f0;}
header{text-align:center;background:#7c3aed;padding:20px;color:white;border-bottom:4px solid #a78bfa;}
.hero{height:80vh;background:url('https://images.unsplash.com/photo-1518779578993-ec3579fee39f') 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:#1e293b;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:#7c3aed;padding:10px;color:white;}
.whatsapp{position:fixed;bottom:20px;right:20px;background:#25D366;color:white;padding:15px;border-radius:50%;}
