body { margin: 0; font-family: Arial, sans-serif; background: #f4f4f4; }
header { background: #111; color: white; padding: 1rem; text-align: center; }
nav { background: #222; padding: 1rem; text-align: center; }
nav a { color: white; margin: 0 1rem; text-decoration: none; font-weight: bold; }
.hero { background: #333; color: white; height: 300px; display: flex; align-items: center; justify-content: center; font-size: 2rem; }
.section { padding: 2rem; max-width: 1200px; margin: auto; }
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1rem; }
.gallery img { width: 100%; border-radius: 8px; }
.whatsapp { background: #25d366; color: white; padding: 1rem; text-align: center; border-radius: 5px; margin-top: 1rem; display: inline-block; text-decoration: none; font-weight: bold; }
footer { background: #111; color: #aaa; text-align: center; padding: 1rem; font-size: 0.9rem; }
