body{margin:0;font-family:Arial;background:#020617;color:#f8fafc;}
header{text-align:center;background:#f97316;padding:20px;color:white;border-bottom:4px solid #fb923c;}
.hero{height:80vh;background:url('https://images.unsplash.com/photo-1602874801006-e26a5b62b6a2') 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:12px;padding:20px;}
.grid img{width:100%;border-radius:12px;transition:0.4s;}
.grid img:hover{transform:scale(1.15) rotate(-2deg);}
.cards{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;padding:20px;}
.card{background:#1e293b;padding:22px;border-radius:12px;transition:0.3s;}
.card:hover{transform:translateY(-12px) scale(1.08);}
.map iframe{width:100%;height:420px;border:0;}
footer{text-align:center;background:#f97316;padding:12px;color:white;}
.whatsapp{position:fixed;bottom:20px;right:20px;background:#25D366;color:white;padding:15px;border-radius:50%;}
