@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap");

:root {
  --bg: #f6f7f8;
  --card: #ffffff;
  --text: #1f2e3a;
  --muted: #5e6f7d;
  --primary: #0e4b80;
  --accent: #e09a45;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: "Manrope", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
h1, h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0.2px;
}
h3, h4 {
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
}
.container { width: min(1280px, 94%); margin: 0 auto; }
.topbar { background: #1f1f1f; color: #fff; font-size: 12px; padding: 6px 0; }
.topbar .container { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; text-align: center; }
header { background: #fff; border-bottom: 1px solid #e5e5e5; }
.nav {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  padding: 18px 0;
  position: relative;
}
.menu { display: flex; gap: 18px; color: #444; align-items: center; font-size: 15px; }
.menu a { padding: 6px 0; }
.menu.right { justify-content: flex-start; }
.brand {
  font-size: 21px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.brand-logo {
  height: 62px;
  width: auto;
  display: block;
}
.brand-text {
  line-height: 1;
}
.nav-left {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-self: end;
}
.weather-widget {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  padding: 6px 4px;
  border-radius: 2px;
  background: transparent;
  color: #111;
  border: 0;
  box-shadow: none;
  font-weight: 400;
}
.weather-icon {
  font-size: 21px;
  line-height: 1;
  order: 2;
}
.weather-meta {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  font-size: 14px;
  order: 1;
}
.weather-temp { font-size: 20px; font-weight: 700; }
#weatherLabel { font-size: 19px; }

.nav-left .weather-widget {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hero {
  position: relative;
  margin-top: 0;
  min-height: 620px;
  border-radius: 0;
  overflow: hidden;
  color: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.slider { position: absolute; inset: 0; }
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .7s ease;
  background-size: cover;
  background-position: center;
}
.slide.active { opacity: 1; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.68), rgba(0,0,0,.25)); }
.hero-content { position: relative; z-index: 2; max-width: 780px; padding: 110px 56px; }
.hero-subtitle { color: #f4c170; font-weight: 700; letter-spacing: .6px; margin-bottom: 10px; text-transform: uppercase; }
.hero h1 { font-size: clamp(36px, 5vw, 64px); margin-bottom: 12px; line-height: 1.08; }
.hero p { color: #f0f0f0; max-width: 700px; }
.hero-title-two-line span {
  display: block;
  white-space: nowrap;
}
.hero-title-two-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.hero-content {
  margin: 0 auto;
  text-align: center;
}
.hero p {
  margin: 0 auto;
}
.hero .btns {
  justify-content: center;
}
.btns { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.btn { padding: 10px 16px; border-radius: 999px; font-weight: 700; display: inline-block; }
.btn.primary { background: #ec9f42; color: #fff; }
.btn.secondary { background: #fff; border: 1px solid #cfd9e2; color: #222; }
section { padding: 26px 0; }
h2 { text-align: center; }
.grid { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 12px; }
.card { background: var(--card); border-radius: 12px; overflow: hidden; border: 1px solid #e0e7ee; }
.ph {
  background: linear-gradient(140deg, #8ab2d8, #d9e7f4);
  aspect-ratio: 16 / 9;
  width: 100%;
  display: grid;
  place-items: center;
  font-weight: 700;
}
.card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.transition-band {
  margin-top: 8px;
}
.transition-hero {
  position: relative;
  min-height: 280px;
  background-image: url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?q=80&w=2000&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.transition-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
.transition-content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding: 16px;
}
.transition-content h3 {
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.1;
}
.transition-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 16px;
}
.transition-grid p {
  color: var(--muted);
  margin: 10px 0;
}
.transition-image-wrap img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.feature-strip { margin-top: 28px; }
.feature-hero {
  position: relative;
  min-height: 240px;
  background-image: url("https://images.unsplash.com/photo-1530870110042-98b2cb110834?q=80&w=2000&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 28px;
  align-items: start;
  margin-top: 16px;
}
.feature-list {
  list-style: none;
  margin: 12px 0 16px;
  display: grid;
  gap: 8px;
}
.feature-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
}
.feature-map-wrap img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.auto-gallery-section { margin-top: 28px; }
.auto-gallery {
  overflow: hidden;
  margin-top: 10px;
  border-radius: 10px;
}
.auto-gallery-track {
  display: flex;
  gap: 10px;
  will-change: transform;
}
.auto-gallery-track img {
  width: calc((100% - 30px) / 4);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  flex: 0 0 auto;
  cursor: zoom-in;
}
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: min(92vw, 1200px);
  max-height: 86vh;
  object-fit: contain;
  border-radius: 10px;
}
.lightbox-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  z-index: 2;
}
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}
.lightbox-prev { left: 18px; }
.lightbox-next { right: 18px; }
.lightbox-nav:hover,
.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.35);
}
.reviews-section {
  margin-top: 30px;
  background: linear-gradient(180deg, #f7f9fc 0%, #f2f5f9 100%);
  padding: 24px 16px;
  border-radius: 12px;
}
.stay-match {
  margin-top: 20px;
  background: linear-gradient(140deg, #0a3f6e 0%, #16558c 55%, #1f6aa7 100%);
  color: #fff;
  border-radius: 14px;
  padding: 22px 18px;
  position: relative;
  overflow: hidden;
}
.stay-match::before {
  content: "";
  position: absolute;
  inset: -30% auto auto -10%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(2px);
}
.stay-match-head {
  position: relative;
  z-index: 1;
}
.stay-match h2 {
  color: #fff;
  text-align: left;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(24px, 3.4vw, 34px);
  line-height: 1.15;
}
.stay-match p {
  margin-top: 6px;
  color: #e5f1ff;
  max-width: 760px;
}
.match-selector {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.match-selector label {
  font-size: 13px;
  font-weight: 700;
  color: #dbeeff;
}
.match-label {
  font-size: 13px;
  font-weight: 700;
  color: #dbeeff;
}
.match-segments {
  display: inline-flex;
  gap: 6px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.match-segments button {
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
  color: #e8f3ff;
  background: transparent;
  cursor: pointer;
}
.match-segments button.active {
  background: #fff;
  color: #14466f;
}
.match-grid {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.match-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-radius: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(4px);
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.match-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.45);
}
.match-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  font-size: 17px;
}
.match-card strong {
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.match-card small {
  color: #d8ebff;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.match-card em {
  margin-top: 2px;
  color: #fff2cc;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
}
.match-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  position: relative;
  z-index: 1;
}
.match-btn {
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}
.reviews-slider {
  overflow: hidden;
  margin-top: 12px;
}
.reviews-track {
  display: flex;
  transition: transform .6s ease;
}
.review-card {
  flex: 0 0 25%;
  border: 1px solid #e6ebf2;
  background: #fff;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(20, 30, 50, 0.06);
}
.review-topline {
  margin-top: 2px;
  margin-bottom: 8px;
  font-size: 12px;
  color: #4a647d;
}
.verified-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: #0e4b80;
  background: #e6f1ff;
}
.review-scores {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 9px;
}
.review-scores span {
  font-size: 11px;
  color: #214869;
  background: #f2f8ff;
  border: 1px solid #dce8f6;
  border-radius: 999px;
  padding: 3px 7px;
}
.review-filter {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.review-filter button {
  border: 1px solid #cddbeb;
  background: #fff;
  color: #1a3d60;
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.review-filter button.active {
  background: #0e4b80;
  color: #fff;
  border-color: #0e4b80;
}
.review-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.g-badge {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  display: inline-grid;
  place-items: center;
  font-weight: 700;
  color: #4285f4;
}
.review-card p {
  color: var(--muted);
  font-size: 14px;
  min-height: 95px;
  line-height: 1.5;
}
.review-foot {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  border-top: 1px dashed #e8edf3;
  padding-top: 10px;
}
.review-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.review-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: #c6c6c6;
  cursor: pointer;
}
.review-dots button.active { background: #0e4b80; }

.detail-layout {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 24px;
  margin-top: 18px;
  align-items: start;
}
.detail-main-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.detail-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 10px;
}
.detail-thumbs img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid transparent;
}
.detail-thumbs img.active { border-color: #0e4b80; }
.detail-intro h1 { margin-bottom: 8px; }
.detail-intro p { color: var(--muted); }
.detail-facts {
  list-style: none;
  margin: 14px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
}
.detail-facts li {
  background: #f8fbff;
  border: 1px solid #e3edf7;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 14px;
}
.detail-features {
  list-style: none;
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
}
.detail-features li {
  font-size: 14px;
  color: #173a5e;
  background: #f4f9ff;
  border: 1px solid #dceafb;
  border-radius: 10px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.detail-features .icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e6f1ff;
  font-size: 14px;
}
.booking-box {
  margin-top: 16px;
  border: 1px solid #e2e8ef;
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  position: sticky;
  top: 12px;
}
.booking-box h3 { margin-bottom: 8px; }
.booking-box p { color: var(--muted); font-size: 14px; }
.booking-person {
  margin: 8px 0 10px;
  font-size: 13px;
  color: #123b64;
  font-weight: 700;
}
.booking-video-trigger {
  margin-top: 10px;
}
.detail-bottom {
  margin-top: 20px;
  border-top: 1px solid #e8edf3;
  padding-top: 14px;
}
.video-popup {
  position: fixed;
  inset: 0;
  z-index: 1002;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 14px;
}
.video-popup.open { display: flex; }
.video-popup-card {
  position: relative;
  width: min(980px, 96vw);
  background: #0c1e31;
  border-radius: 12px;
  padding: 10px;
}
.video-popup video {
  width: 100%;
  border-radius: 10px;
  display: block;
  max-height: 82vh;
  background: #000;
}
.video-popup-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #1b2f45;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.related-listings {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.related-card {
  background: #fff;
  border: 1px solid #dbe8f5;
  border-radius: 12px;
  padding: 10px;
  overflow: hidden;
}
.related-thumb {
  width: calc(100% + 20px);
  margin: -10px -10px 10px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.related-card strong {
  display: block;
  margin-bottom: 4px;
  color: #123b64;
}
.related-card p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13px;
}
.related-card a {
  display: inline-block;
  font-weight: 700;
  color: #0e4b80;
}
.related-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}
.related-meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #f2f8ff;
  border: 1px solid #dbe9f8;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 12px;
  color: #1a4369;
}
.content { padding: 12px; }
.content p { color: var(--muted); margin: 8px 0; }
.features { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 14px; }
.meta { list-style: none; color: var(--muted); margin-top: 10px; }
.gallery { display: grid; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin-top: 12px; }
.gallery .ph { height: 160px; }
.tisan-gallery img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
form { background: #fff; border: 1px solid #e0e7ee; border-radius: 12px; padding: 14px; display: grid; gap: 10px; margin-top: 14px; }
input, select, textarea { border: 1px solid #cfd9e2; border-radius: 8px; padding: 10px; font: inherit; }
.contact-hero {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
  align-items: stretch;
}
.contact-person-card {
  background: #fff;
  border: 1px solid #dfe8f2;
  border-radius: 12px;
  padding: 14px;
}
.contact-person-card strong {
  display: block;
  margin: 3px 0 6px;
  font-size: 20px;
  color: #123b64;
}
.contact-person-card ul {
  list-style: none;
  margin-top: 10px;
  display: grid;
  gap: 6px;
  color: var(--muted);
}
.contact-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.contact-quick-card {
  background: #fff;
  border: 1px solid #dfe8f2;
  border-radius: 12px;
  padding: 12px;
}
.contact-quick-card p { margin: 6px 0 8px; color: var(--muted); font-size: 14px; }
.contact-quick-card a { color: #0e4b80; font-weight: 700; }
.about-intro {
  background: #fff;
  border: 1px solid #dfe8f2;
  border-radius: 12px;
  padding: 16px;
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.about-stats article {
  background: #fff;
  border: 1px solid #dfe8f2;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
}
.about-stats strong {
  display: block;
  font-size: 24px;
  color: #0e4b80;
}
.about-stats span {
  font-size: 13px;
  color: var(--muted);
}
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 12px;
}
.about-card {
  background: #fff;
  border: 1px solid #dfe8f2;
  border-radius: 12px;
  padding: 14px;
}
.about-card ul {
  margin-top: 8px;
  list-style: none;
  display: grid;
  gap: 8px;
  color: var(--muted);
}
.about-card.person strong {
  display: block;
  margin: 6px 0;
  color: #123b64;
  font-size: 22px;
}
.about-card.person p { color: var(--muted); }
.about-standards h2 { margin-bottom: 10px; }
.about-standard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.about-standard-grid article {
  background: #fff;
  border: 1px solid #dfe8f2;
  border-radius: 12px;
  padding: 12px;
}
.about-standard-grid p { color: var(--muted); margin-top: 6px; }
.about-faq details {
  background: #fff;
  border: 1px solid #dfe8f2;
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 8px;
}
.about-faq summary {
  cursor: pointer;
  font-weight: 700;
}
.about-faq p {
  margin-top: 8px;
  color: var(--muted);
}
.contact-layout {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 16px;
}
.contact-form-wrap {
  background: #fff;
  border: 1px solid #dfe8f2;
  border-radius: 12px;
  padding: 14px;
}
.contact-form-wrap form {
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: 12px;
}
.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.contact-side {
  display: grid;
  gap: 10px;
}
.contact-info-box {
  background: #fff;
  border: 1px solid #dfe8f2;
  border-radius: 12px;
  padding: 12px;
}
.contact-info-box ul {
  list-style: none;
  margin-top: 8px;
  display: grid;
  gap: 7px;
}
.contact-info-box li {
  color: var(--muted);
  font-size: 14px;
}
.contact-info-box li span {
  display: inline-block;
  min-width: 92px;
  color: #214869;
}
.map-section h2 { margin-bottom: 8px; }
.map-embed {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #dfe8f2;
}
.map-embed iframe {
  width: 100%;
  min-height: 340px;
  border: 0;
  display: block;
}
footer { margin-top: 30px; background: #12283b; color: #d6e1eb; padding: 30px 0 18px; }
.muted { color: var(--muted); }
.footer-main {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 22px;
}
.footer-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
}
.footer-col p,
.footer-col li,
.footer-col a {
  color: #c6d4e1;
  font-size: 14px;
}
.footer-list {
  list-style: none;
  display: grid;
  gap: 7px;
}
.footer-bottom {
  margin-top: 18px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.15);
  font-size: 13px;
  color: #b7c8d7;
  text-align: center;
}
.success-msg { display: none; color: #0d6a2f; font-weight: 700; }
.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  gap: 10px;
  background: #fff;
  border-top: 1px solid #d9e2ea;
  padding: 10px;
}
.mobile-cta .btn { flex: 1; text-align: center; }
.floating-cta-right {
  position: fixed;
  right: 16px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 80;
}
.floating-btn {
  min-width: 132px;
  text-align: center;
  border-radius: 999px;
  padding: 10px 12px;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.floating-btn.call { background: #0e4b80; }
.floating-btn.wa { background: #1f9d5a; }
.floating-btn.map { background: #e7902f; }

@media (max-width: 760px) {
  .topbar .container { justify-content: center; text-align: center; }
  .nav { grid-template-columns: 1fr; gap: 10px; }
  .nav-left {
    align-items: center;
    justify-self: center;
    flex-direction: column;
    gap: 8px;
  }
  .menu { justify-content: center; flex-wrap: wrap; gap: 10px; font-size: 14px; }
  .menu.right { justify-content: center; }
  .nav-left .weather-widget {
    position: static;
    transform: none;
  }
  .weather-widget { margin: 0 auto; }
  .hero { min-height: 500px; margin-top: 8px; }
  .hero-content { padding: 54px 18px; max-width: 92%; }
  .hero h1 { font-size: 46px; line-height: 1.14; }
  .hero-subtitle { font-size: 16px; line-height: 1.3; }
  .hero p { font-size: 18px; line-height: 1.45; }
  .hero-title-two-line span { white-space: normal; }
  body { padding-bottom: 16px; }
  .mobile-cta { display: none; }
  .floating-cta-right {
    display: flex;
    right: 10px;
    left: 10px;
    bottom: 12px;
    gap: 6px;
    flex-direction: row;
  }
  .floating-cta-right .floating-btn {
    min-width: 0;
    flex: 1;
    padding: 9px 10px;
    font-size: 13px;
  }
  .contact-hero,
  .contact-layout,
  .contact-quick-grid,
  .contact-form-grid,
  .about-grid,
  .about-stats,
  .about-standard-grid { grid-template-columns: 1fr; }
  .stay-match h2 { text-align: center; }
  .stay-match p { text-align: center; }
  .match-selector { justify-content: center; }
  .match-segments {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 12px;
  }
  .match-grid { grid-template-columns: 1fr; }
  .match-actions { justify-content: center; }
  .map-embed iframe { min-height: 260px; }
  .footer-main { grid-template-columns: 1fr; gap: 14px; }
}

@media (min-width: 761px) {
  .brand-logo { height: 70px; }
}

@media (max-width: 1024px) {
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .grid { grid-template-columns: 1fr; }
  .transition-grid { grid-template-columns: 1fr; gap: 14px; }
  .feature-grid { grid-template-columns: 1fr; gap: 14px; }
  .review-card { flex-basis: 100%; }
  .review-card p { min-height: auto; }
  .auto-gallery-track img { width: 86vw; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-facts,
  .detail-features,
  .related-listings { grid-template-columns: 1fr; }
  .detail-thumbs { grid-template-columns: repeat(3, 1fr); }
  .booking-box { position: static; }
}

@media (max-width: 1024px) and (min-width: 681px) {
  .review-card { flex-basis: 50%; }
  .auto-gallery-track img { width: calc((100% - 10px) / 2); }
}
