
:root{--brand:#0f766e;--muted:#6b7280;--card-shadow: rgba(2,6,23,.06)}
*{box-sizing:border-box}body {
 background:#f8fafc;
 color:#0b1221;
 font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
a{color:var(--brand)}
.hero{position:relative;min-height:56vh;display:flex;align-items:center;overflow:hidden;border-bottom-left-radius:20px;border-bottom-right-radius:20px}
.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.56)}
.overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.45));}
.hero-inner{position:relative;z-index:2;padding:44px;color:#fff}
.badge{background:rgba(255,255,255,.12);padding:.35rem .85rem;border-radius:999px;color:#fff;border:1px solid rgba(255,255,255,.08);display:inline-block}
.display-title{font-size:1.9rem;font-weight:700;margin-top:.5rem}
.lead{color:rgba(255,255,255,.92);margin-top:.5rem}
.container-lg{max-width:1150px}
.section{padding:36px 16px}
.card-plain{border-radius:12px;box-shadow:0 10px 30px var(--card-shadow);background:#fff;padding:18px;margin-bottom:18px}
.section-title{font-weight:700;color:#0a3b35;margin-bottom:12px}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.gallery img{width:100%;height:160px;object-fit:cover;border-radius:10px;box-shadow:0 6px 20px rgba(0,0,0,.08)}
.map-frame{width:100%;height:360px;border-radius:10px;border:0}
.small-muted{color:var(--muted)}
ul.list-check{padding-left:1.1rem}
ul.list-check li::marker{content:"✔ ";color:var(--brand);font-weight:700}
footer{background:#fafafa;padding:28px 16px;border-top:1px solid #f0f0f0}
.contact-line{color:#374151}
@media(max-width:991px){ .gallery{grid-template-columns:repeat(2,1fr)} }
@media(max-width:576px){ .gallery{grid-template-columns:1fr} .display-title{font-size:1.4rem} }
