
body{font-family:Arial, sans-serif;margin:0;background:#fafafa;color:#333}
header{display:flex;justify-content:space-between;align-items:center;padding:20px 50px;background:white;position:sticky;top:0;box-shadow:0 2px 8px rgba(0,0,0,0.1)}
nav a{margin-left:20px;text-decoration:none;color:#333;font-weight:bold}
.hero{height:70vh;background:url('https://images.unsplash.com/photo-1596462502278-27bfdc403348') center/cover;display:flex;align-items:center;justify-content:center;color:white;text-align:center}
.hero h1{font-size:48px}
section{padding:60px 40px;text-align:center}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}
.card{background:white;border-radius:10px;padding:20px;box-shadow:0 5px 15px rgba(0,0,0,0.1)}
.card img{width:100%;height:200px;object-fit:cover;border-radius:8px}
.btn{display:inline-block;margin-top:10px;padding:10px 18px;background:#c9a27e;color:white;border-radius:20px;text-decoration:none}
footer{background:#111;color:white;text-align:center;padding:30px}
.whatsapp{position:fixed;bottom:20px;right:20px;background:#25D366;color:white;padding:15px 20px;border-radius:40px;text-decoration:none;font-weight:bold}
