:root {
  --ink: #0b1f2a;
  --muted: #526875;
  --line: #cfe0e7;
  --soft: #f1f7fa;
  --brand: #0f5f73;
  --brand-dark: #063846;
  --brand-soft: #d8edf3;
  --deep: #062630;
  --ok: #0f8a5f;
  --soon: #0f6f86;
  --full: #b42318;
  --white: #fff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--white); font-size: 14px; line-height: 1.45; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; object-fit: cover; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 54px; padding: 6px clamp(14px, 2.5vw, 34px); background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 8px; min-width: 170px; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 8px; background: linear-gradient(135deg, #14819a, #063846); color: #fff; font-size: 14px; font-weight: 800; }
.brand-mark.image { overflow: hidden; background: #fff; border: 1px solid var(--line); }
.brand-mark.image img { width: 100%; height: 100%; object-fit: cover; }
.brand strong { font-size: 15px; }
.brand small { display: block; max-width: 240px; color: var(--muted); font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nav { display: flex; align-items: center; gap: 2px; font-size: 11px; }
.nav a { color: var(--muted); padding: 5px 5px; border: 1px solid transparent; border-radius: 8px; font-weight: 600; }
.nav a.active, .nav a:hover, .link { color: var(--brand); }
.site-header .nav > a.active:not(.btn) { background: rgba(15, 95, 115, .12); border-color: rgba(15, 95, 115, .26); color: var(--brand-dark); box-shadow: 0 8px 18px rgba(6, 56, 70, .08); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 8px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 7px 12px; border: 1px solid var(--brand); border-radius: 8px; background: var(--brand); color: #fff; font-weight: 700; cursor: pointer; }
.btn.ghost { background: #fff; color: var(--brand); }
.btn.small { min-height: 28px; padding: 4px 8px; font-size: 11px; }
.site-header .nav > a.btn { color: #fff; padding: 4px 8px; border-color: var(--brand); box-shadow: none; }
.site-header .nav > a.btn:not(.ghost) { color: #fff !important; }
.site-header .nav > a.btn.active, .site-header .nav > a.btn:hover { color: #fff; background: var(--brand-dark); border-color: var(--brand-dark); }
.nav a.btn.ghost { color: var(--brand); }
.nav a.btn.ghost:hover { color: #fff; }
.whatsapp-btn { gap: 7px; }
.whatsapp-btn svg { width: 15px; height: 15px; fill: currentColor; flex: 0 0 auto; }
.hero { position: relative; min-height: 420px; display: flex; align-items: end; padding: 0 clamp(14px, 2.5vw, 34px) 38px; overflow: hidden; }
.hero > img { position: absolute; inset: 0; height: 100%; filter: brightness(.55); }
.hero-content { position: relative; width: min(580px, 100%); color: #fff; }
.hero h1 { margin: 0 0 8px; font-size: clamp(30px, 4vw, 48px); line-height: 1; letter-spacing: 0; }
.hero p { max-width: 560px; font-size: clamp(14px, 1.2vw, 16px); }
.eyebrow { margin: 0 0 8px; color: var(--brand); text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 800; }
.hero .eyebrow { color: #9ee3f2; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.search-band { padding: 12px clamp(14px, 2.5vw, 34px); background: var(--brand-soft); border-bottom: 1px solid var(--line); }
.filter, .panel-form { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; align-items: end; }
label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; font-weight: 700; }
input, select, textarea { width: 100%; min-height: 36px; padding: 7px 9px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: #fff; font: inherit; }
textarea { resize: vertical; }
.section, .page-title, .detail-hero { padding: 36px clamp(14px, 2.5vw, 34px); }
.section.alt { background: var(--soft); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin: 0 0 10px; line-height: 1.15; letter-spacing: 0; }
h2 { font-size: clamp(22px, 2.5vw, 30px); }
.page-title { max-width: 860px; }
.page-title h1 { font-size: clamp(28px, 3.6vw, 42px); }
.grid { display: grid; gap: 14px; }
.cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.card img { aspect-ratio: 4 / 3; }
.card-body { display: grid; gap: 7px; padding: 12px; }
.badge { display: inline-flex; width: fit-content; padding: 3px 8px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.badge.ok { background: #dcfce7; color: var(--ok); }
.badge.soon { background: #fef3c7; color: var(--soon); }
.badge.full, .badge.maint { background: #fee2e2; color: var(--full); }
.price { display: block; color: var(--brand-dark); font-size: 18px; }
.price small { color: var(--muted); font-size: 12px; margin-left: 4px; }
.price.big { font-size: 24px; margin: 8px 0; }
.chips { display: flex; flex-wrap: wrap; gap: 7px; }
.chips span { padding: 5px 8px; border-radius: 8px; background: var(--soft); color: var(--muted); font-size: 12px; font-weight: 700; }
.chips.large span { padding: 9px 12px; font-size: 14px; }
.feature-grid, .facility-list, .stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.feature, .facility-list > div, .stats > div, .admin-panel { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 12px; }
.feature span { color: var(--ok); font-weight: 900; margin-right: 8px; }
.testimonial-card { display: grid; gap: 8px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 14px; }
.testimonial-card p { margin: 0; color: var(--muted); }
.testimonial-card small { color: var(--muted); }
.rating { color: var(--brand); font-weight: 900; letter-spacing: .08em; }
.gallery-strip, .gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.gallery-strip button, .gallery-grid button { padding: 0; border: 0; border-radius: 8px; overflow: hidden; cursor: zoom-in; background: #000; position: relative; }
.gallery-strip img, .gallery-grid img { aspect-ratio: 4 / 3; transition: transform .2s ease; }
.gallery-strip button:hover img, .gallery-grid button:hover img { transform: scale(1.04); }
.gallery-grid span { position: absolute; left: 10px; bottom: 10px; padding: 4px 8px; border-radius: 8px; color: #fff; background: rgba(0,0,0,.55); font-weight: 700; }
.cta { background: linear-gradient(135deg, var(--deep), #0f5f73); color: #fff; }
.cta p { color: #c7eef6; }
.two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.detail-hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 22px; align-items: center; }
.detail-hero img { border-radius: 8px; aspect-ratio: 16 / 10; }
.specs { display: grid; grid-template-columns: 160px 1fr; gap: 9px 14px; }
.specs dt { color: var(--muted); font-weight: 700; }
.specs dd { margin: 0; font-weight: 700; }
.faq details { border-bottom: 1px solid var(--line); padding: 16px 0; }
.faq summary { cursor: pointer; font-weight: 800; }
.form-section { max-width: 920px; }
.panel-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.panel-form.compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.panel-form label:has(textarea), .panel-form .check, .panel-form button { grid-column: 1 / -1; }
.check { display: flex; align-items: center; gap: 9px; }
.check input { width: 18px; min-height: 18px; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.notice { padding: 12px 14px; border-radius: 8px; background: #dcfce7; color: var(--ok); font-weight: 700; }
.notice.error { background: #fee2e2; color: var(--full); }
.float-top { position: fixed; right: 18px; bottom: 18px; z-index: 80; display: grid; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 999px; background: #0f5f73; color: #fff; cursor: pointer; box-shadow: 0 14px 30px rgba(6,56,70,.24); }
.float-top:hover { background: var(--brand-dark); }
.float-top svg { width: 21px; height: 21px; fill: currentColor; }
.lightbox { position: fixed; inset: 0; z-index: 40; display: grid; place-items: center; padding: 24px; background: rgba(0,0,0,.82); }
.lightbox[hidden] { display: none; }
.lightbox img { width: min(100%, 980px); max-height: 82vh; border-radius: 8px; }
.lightbox button { position: absolute; top: 18px; right: 18px; width: 44px; height: 44px; border: 0; border-radius: 8px; font-size: 30px; background: #fff; }
.footer { display: flex; justify-content: space-between; gap: 20px; padding: 26px clamp(16px, 3vw, 42px); background: #051d25; color: #fff; }
.footer-info { display: grid; gap: 7px; }
.footer-info p { margin: 0; }
.footer-links { display: grid; gap: 12px; justify-items: end; align-content: start; }
.footer-links nav, .social-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; }
.footer p, .muted { color: #a9c4cf; }
.footer a { color: #9ee3f2; }
.social-links a { display: inline-flex; align-items: center; gap: 5px; color: #fff; font-size: 12px; font-weight: 700; }
.social-links svg { width: 13px; height: 13px; fill: currentColor; flex: 0 0 auto; }
.admin-login { min-height: 100vh; display: grid; place-items: center; background: var(--soft); padding: 14px; }
.login-box { width: min(320px, 100%); display: grid; gap: 9px; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.login-brand { display: flex; align-items: center; gap: 9px; margin-bottom: 2px; }
.login-brand .brand-mark { flex: 0 0 auto; }
.login-box h1 { margin-bottom: 4px; font-size: 22px; }
.login-box label { gap: 4px; font-size: 11px; }
.login-box input { min-height: 34px; padding: 6px 8px; font-size: 12px; }
.login-box .btn { min-height: 34px; padding: 6px 10px; font-size: 12px; }
.login-box .notice { padding: 8px 10px; font-size: 12px; }
.admin { display: grid; grid-template-columns: 230px 1fr; min-height: 100vh; background: var(--soft); font-size: 12px; }
.admin-side { position: sticky; top: 0; height: 100vh; padding: 12px; background: #fff; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 14px; overflow-y: auto; overscroll-behavior: contain; }
.admin-side .brand { min-width: 0; }
.admin-side .brand-mark { width: 30px; height: 30px; font-size: 13px; }
.admin-side .brand strong { font-size: 14px; }
.admin-side .brand small { max-width: 150px; font-size: 9px; }
.admin-side nav { display: grid; gap: 4px; padding-bottom: 6px; }
.admin-side nav a { padding: 7px 9px; border-radius: 8px; color: var(--muted); font-size: 11px; font-weight: 700; }
.admin-side nav a.active, .admin-side nav a:hover { background: var(--brand-soft); color: var(--brand-dark); }
.admin-main { padding: 18px; display: grid; gap: 14px; align-content: start; }
.admin-main h1 { font-size: 24px; }
.admin-main h2 { font-size: 19px; }
.admin-main h3 { font-size: 15px; }
.admin-main label { font-size: 11px; }
.admin-main input, .admin-main select, .admin-main textarea { min-height: 34px; padding: 6px 8px; font-size: 12px; }
.admin .stats { grid-template-columns: repeat(4, minmax(120px, 1fr)); gap: 10px; }
.admin .stats > div { position: relative; min-height: 70px; padding: 10px 12px; background: linear-gradient(180deg, #fff, #f8fcfd); box-shadow: 0 8px 20px rgba(6, 56, 70, .05); }
.admin .stats > div::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; border-radius: 8px 0 0 8px; background: var(--brand); }
.admin .stats > div span { display: block; font-size: 22px; line-height: 1; font-weight: 900; color: var(--brand); }
.admin .stats > div p { margin: 6px 0 0; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 680px; }
th, td { padding: 7px 8px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.admin td { font-size: 11px; }
.inline-form { display: flex; gap: 6px; min-width: 360px; }
.row-actions { display: flex; align-items: center; gap: 9px; }
.row-actions form { margin: 0; }
.link.danger { border: 0; padding: 0; background: transparent; color: var(--full); font: inherit; font-weight: 700; cursor: pointer; }
.datatable { display: grid; gap: 10px; }
.datatable-bar, .datatable-footer { display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.datatable-bar label { width: min(320px, 100%); }
.datatable-bar label:last-child { width: 100px; }
.datatable th { cursor: pointer; user-select: none; }
.datatable th::after { content: " ↕"; color: var(--muted); font-weight: 400; }
.datatable-footer { color: var(--muted); font-size: 11px; font-weight: 700; }
.datatable-pages { display: flex; gap: 6px; }
.bar-chart { display: grid; gap: 9px; }
.bar-row { display: grid; grid-template-columns: 130px 1fr 36px; gap: 9px; align-items: center; }
.bar-label { color: var(--muted); font-size: 11px; font-weight: 800; }
.bar-track { height: 11px; overflow: hidden; border-radius: 999px; background: var(--soft); border: 1px solid var(--line); }
.bar-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--brand), #14819a); transition: width .35s ease; }
.bar-row strong { color: var(--brand-dark); font-size: 11px; text-align: right; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav { position: absolute; left: 16px; right: 16px; top: 54px; display: none; flex-direction: column; align-items: stretch; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-size: 12px; }
  .nav.open { display: flex; }
  .nav a { padding: 9px 10px; }
  .nav a.active { color: var(--brand-dark); font-weight: 800; }
  .filter, .cards, .feature-grid, .facility-list, .gallery-strip, .gallery-grid, .two-col, .detail-hero, .panel-form, .panel-form.compact, .stats { grid-template-columns: 1fr; }
  .datatable-bar, .datatable-footer { align-items: stretch; flex-direction: column; }
  .bar-row { grid-template-columns: 1fr; gap: 6px; }
  .bar-row strong { text-align: left; }
  .hero { min-height: 400px; }
  .admin { grid-template-columns: 1fr; }
  .admin-side { position: static; height: auto; max-height: none; overflow-y: visible; }
}
@media (max-width: 560px) {
  .site-header { min-height: 54px; }
  .brand small { max-width: 160px; }
  .section, .page-title, .detail-hero { padding: 30px 16px; }
  .hero { min-height: 360px; padding: 0 16px 30px; }
  .hero h1 { font-size: 32px; }
  .actions .btn { width: 100%; }
  .footer { display: grid; }
  .footer-links { justify-items: start; }
  .footer-links nav, .social-links { justify-content: flex-start; gap: 10px 14px; }
  .footer a { margin: 0 14px 0 0; }
  .inline-form { min-width: 560px; }
}
