:root{--gold:#c29a3a}
body{font-family: Poppins, sans-serif;margin:0;background:#f7f3ef;color:#222}
.hero{text-align:center;padding:48px;background:linear-gradient(135deg,#ffe8ef,#ffd1e8);border-bottom-left-radius:32px;border-bottom-right-radius:32px}
.card{background:#fff;margin:18px;padding:20px;border-radius:16px;max-width:940px;margin-left:auto;margin-right:auto;box-shadow:0 6px 18px rgba(0,0,0,0.06);text-align:center}
.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}
.gallery img{width:100%;height:140px;object-fit:cover;border-radius:10px}
.btn{display:inline-block;padding:10px 18px;background:var(--gold);color:#fff;border-radius:12px;text-decoration:none}
.mapwrap{border-radius:10px;overflow:hidden}
