body{margin:0;font-family:Inter,sans-serif;color:#1b1f23}
.container{max-width:1100px;margin:auto;padding:24px}
.site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid #eee;z-index:50}
.nav{display:flex;justify-content:space-between;align-items:center}
.brand{display:flex;align-items:center;gap:10px}
.brand img{height:52px;border-radius:10px}
.hero img{width:100%;height:65vh;object-fit:cover}
.hero-overlay{position:absolute;bottom:15%;width:100%;text-align:center;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4)}
.cta{background:#1e6a7a;color:#fff;padding:12px 20px;border-radius:999px;text-decoration:none;font-weight:700}
.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}
.gallery img{width:100%;height:190px;object-fit:cover;border-radius:12px;cursor:pointer}
.map-mini{width:100%;height:300px;border-radius:16px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.1)}
.map-mini iframe{width:100%;height:100%;border:0}
.site-footer{text-align:center;border-top:1px solid #eee;padding:20px 0;color:#6b7280}
.float-btn{position:fixed;bottom:18px;right:18px;display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#10b981;color:#fff;font-size:24px;text-decoration:none}
.float-btn.phone{left:18px;right:auto;background:#2563eb}