/* ========== Public Landing (Saacid) ========== */
.site-header {
  background: #fff;
  border-bottom: 1px solid #e8eef5;
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.site-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #0f172a;
  min-width: 0;
}
.site-brand-logo {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
  overflow: hidden;
}
.site-brand-logo-img {
  object-fit: cover;
  padding: 0;
  background: #fff;
}
.site-brand-text {
  min-width: 0;
}
.site-brand strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.15rem;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: min(280px, 42vw);
}
.site-brand span {
  display: block;
  font-size: 0.65rem;
  color: #64748b;
  max-width: min(280px, 42vw);
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.site-nav a {
  color: #334155;
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
}
.site-nav a:hover { color: #1e3a8a; }
.site-nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-user-name {
  font-size: 0.875rem;
  color: #475569;
  font-weight: 600;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-staff {
  background: #1e3a8a;
  color: #fff !important;
  padding: 9px 16px;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none !important;
}
.btn-staff:hover { background: #2546a8; }

/* Hero */
.lp-hero {
  background: linear-gradient(135deg, #14286b 0%, #1e3a8a 45%, #1d4ed8 100%);
  color: #fff;
  padding: 56px 24px 64px;
}
.lp-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: center;
}
.lp-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  font-weight: 600;
  opacity: 0.85;
  margin: 0 0 12px;
}
.lp-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}
.lp-hero-copy {
  opacity: 0.9;
  max-width: 460px;
  margin: 0 0 24px;
  line-height: 1.6;
}
.lp-hero-ctas { display: flex; flex-wrap: wrap; gap: 10px; }
.btn-hero-primary {
  background: #fff;
  color: #0f172a;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
}
.btn-hero-secondary {
  background: transparent;
  color: #fff;
  padding: 11px 20px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  border: 1.5px solid rgba(255,255,255,0.45);
}
.btn-hero-primary:hover, .btn-hero-secondary:hover { text-decoration: none; opacity: 0.92; }

.feature-panel-title {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  opacity: 0.8;
  margin: 0 0 14px;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.feature-card {
  background: rgba(15, 30, 80, 0.35);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 16px;
  backdrop-filter: blur(6px);
}
.feature-card .ficon {
  width: 34px; height: 34px;
  border-radius: 9px;
  background: rgba(255,255,255,0.12);
  display: grid; place-items: center;
  margin-bottom: 10px;
}
.feature-card .ficon svg { width: 18px; height: 18px; }
.feature-card h3 { margin: 0 0 6px; font-size: 0.95rem; }
.feature-card p { margin: 0; font-size: 0.8rem; opacity: 0.8; line-height: 1.45; }

/* Featured hotels */
.lp-section { padding: 64px 24px; }
.lp-section-inner { max-width: 1180px; margin: 0 auto; }
.lp-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 24px;
}
.lp-label {
  color: #2563eb;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 6px;
}
.lp-section h2 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin: 0 0 8px;
  color: #0f172a;
  letter-spacing: -0.02em;
}
.lp-section-head p { color: #64748b; margin: 0; max-width: 420px; }
.btn-soft {
  background: #eef2ff;
  color: #1e3a8a;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.btn-soft:hover { background: #e0e7ff; text-decoration: none; }

.hotel-filter {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr auto;
  gap: 12px;
  margin-bottom: 16px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}
.hotel-filter label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #94a3b8;
  margin-bottom: 6px;
}
.hotel-filter .form-control {
  border-radius: 10px;
  background: #f8fafc;
}
.results-count { color: #64748b; font-size: 0.9rem; margin-bottom: 18px; }
.results-count strong { color: #0f172a; }

.prop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.prop-card {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 10px rgba(15,23,42,0.03);
}
.prop-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(15,23,42,0.08);
  text-decoration: none;
  color: inherit;
}
.prop-media {
  height: 170px;
  background: linear-gradient(135deg, #e0e7ff, #c7d2fe);
  display: grid; place-items: center;
  position: relative;
}
.prop-media .mark {
  font-family: var(--font-display);
  font-size: 4rem;
  color: rgba(37, 99, 235, 0.25);
  font-weight: 700;
}
.prop-body { padding: 16px 18px 18px; }
.prop-body h3 { margin: 0 0 6px; font-size: 1.05rem; }
.prop-meta { color: #64748b; font-size: 0.85rem; }
.prop-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  font-size: 0.85rem;
}
.prop-plan {
  background: #eff6ff;
  color: #1e40af;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
}

/* About */
.lp-about {
  background: linear-gradient(180deg, #f8fafc, #eef4ff);
  padding: 72px 24px;
}
.about-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}
.about-grid h2 { margin: 0 0 14px; font-size: clamp(1.6rem, 3vw, 2.1rem); color: #0f172a; }
.about-grid .body p { color: #475569; line-height: 1.7; margin: 0 0 12px; }
.about-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.about-chip {
  background: #fff;
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 4px 14px rgba(15,23,42,0.05);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #0f172a;
}
.about-chip .dot {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: #dbeafe;
  color: #1d4ed8;
  display: grid; place-items: center;
}
.about-visual {
  background: linear-gradient(160deg, #2563eb, #1e3a8a);
  border-radius: 28px;
  min-height: 320px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  box-shadow: 0 20px 40px rgba(30, 58, 138, 0.25);
}
.about-visual .small {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  opacity: 0.85;
  margin-bottom: 8px;
}
.about-visual h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  margin: 0;
  line-height: 1.25;
}

/* Values */
.lp-values {
  background: linear-gradient(160deg, #0f1c4d, #1e3a8a 60%, #172554);
  color: #fff;
  padding: 72px 24px;
  text-align: center;
}
.lp-values .lp-label { color: rgba(255,255,255,0.75); }
.lp-values h2 { color: #fff; margin: 0 0 10px; }
.lp-values .sub { color: rgba(255,255,255,0.75); max-width: 560px; margin: 0 auto 36px; }
.values-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  text-align: left;
}
.value-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 20px;
}
.value-card .vicon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(255,255,255,0.12);
  display: grid; place-items: center;
  margin-bottom: 14px;
}
.value-card h3 { margin: 0 0 8px; font-size: 1.05rem; }
.value-card p { margin: 0; font-size: 0.88rem; opacity: 0.8; line-height: 1.5; }

/* Contact */
.lp-contact { padding: 72px 24px; background: #f8fafc; }
.contact-shell {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(15,23,42,0.08);
}
.contact-aside {
  background: #0f1c4d;
  color: #fff;
  padding: 40px 32px;
}
.contact-aside .mail-badge {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(255,255,255,0.12);
  display: grid; place-items: center;
  margin-bottom: 20px;
}
.contact-aside h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  margin: 8px 0 12px;
  color: #fff;
}
.contact-aside p { opacity: 0.85; line-height: 1.6; margin: 0; }
.contact-grid {
  background: #eef2f7;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.contact-card {
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 2px 10px rgba(15,23,42,0.04);
}
.contact-card .cicon {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #dbeafe;
  color: #1d4ed8;
  display: grid; place-items: center;
  margin-bottom: 12px;
}
.contact-card .clabel {
  color: #2563eb;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.contact-card .cdata {
  color: #0f172a;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.4;
}

.site-footer {
  padding: 28px 24px;
  color: #64748b;
  font-size: 0.85rem;
  border-top: 1px solid #e2e8f0;
  background: #fff;
}
.site-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
}
.site-footer-bio {
  margin: 8px 0 0;
  max-width: 420px;
  line-height: 1.5;
  color: #94a3b8;
  font-size: 0.8rem;
}
.site-footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.site-footer-contact a {
  color: #334155;
  text-decoration: none;
  font-weight: 500;
}
.site-footer-contact a:hover { color: #2563eb; }
.contact-bio {
  margin-top: 14px;
  opacity: 0.85;
  line-height: 1.55;
}
.contact-card .cdata a {
  color: inherit;
  text-decoration: none;
}
.contact-card .cdata a:hover { color: #2563eb; }

/* Browse property types (dynamic from admin) */
.type-browse-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
}
.type-browse-card {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e8eef5;
  background: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
  --type-from: #1e3a8a;
  --type-to: #3b82f6;
}
.type-browse-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
  text-decoration: none;
  color: inherit;
}
.type-browse-media {
  height: 140px;
  display: grid;
  place-items: center;
  position: relative;
  background: linear-gradient(135deg, var(--type-from) 0%, var(--type-to) 100%);
  overflow: hidden;
}
.type-browse-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.type-browse-photo-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,23,42,0.15) 0%, rgba(15,23,42,0.35) 100%);
  pointer-events: none;
}
.type-browse-card.has-image .type-browse-media {
  background: #0f172a;
}
.type-browse-icon {
  width: 56px;
  height: 56px;
  color: #fff;
  opacity: 0.95;
  position: relative;
  z-index: 1;
}
.type-browse-icon svg { width: 100%; height: 100%; }
.type-browse-body { padding: 16px 18px 18px; }
.type-browse-body h3 { margin: 0 0 6px; font-size: 1.15rem; color: #0f172a; }
.type-browse-body p { margin: 0 0 10px; color: #64748b; font-size: 0.9rem; line-height: 1.45; }
.type-browse-count {
  font-size: 0.8rem;
  font-weight: 600;
  color: #1d4ed8;
}

.type-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.type-tab {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #334155;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.type-tab:hover { border-color: #93c5fd; color: #1d4ed8; text-decoration: none; }
.type-tab.active {
  background: #1e3a8a;
  border-color: #1e3a8a;
  color: #fff;
}

/* Stay listing cards (Booking.com-style) */
.stay-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
.stay-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
}
.stay-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  text-decoration: none;
  color: inherit;
}
.stay-media {
  position: relative;
  height: 180px;
  background: linear-gradient(135deg, #e0e7ff, #bfdbfe);
  overflow: hidden;
}
.stay-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.stay-media-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 700;
  color: rgba(30, 58, 138, 0.28);
}
.stay-type-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 4px 10px;
  border-radius: 6px;
  backdrop-filter: blur(4px);
}
.stay-body { padding: 14px 16px 16px; flex: 1; display: flex; flex-direction: column; }
.stay-body h3 { margin: 0 0 4px; font-size: 1.05rem; color: #0f172a; line-height: 1.3; }
.stay-location { margin: 0 0 10px; color: #64748b; font-size: 0.85rem; }
.stay-rating {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}
.stay-score {
  background: #1e3a8a;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  min-width: 36px;
  height: 36px;
  border-radius: 8px 8px 8px 2px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.stay-rating strong { display: block; font-size: 0.85rem; color: #0f172a; }
.stay-rating span { font-size: 0.78rem; color: #64748b; }
.stay-price {
  margin-top: auto;
  text-align: right;
  font-size: 0.82rem;
  color: #64748b;
}
.stay-price strong {
  display: block;
  font-size: 1.1rem;
  color: #0f172a;
  margin-top: 2px;
}

/* Unique properties carousel (Booking.com style) */
.unique-props-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 18px;
}
.unique-props-head h2 {
  margin: 0 0 6px;
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  color: #0f172a;
}
.unique-props-head p {
  margin: 0;
  color: #64748b;
  font-size: 0.95rem;
}
.props-carousel-wrap {
  position: relative;
}
.props-carousel {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 6px 4px 18px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.props-carousel::-webkit-scrollbar { display: none; }
.props-carousel-btn {
  position: absolute;
  top: 38%;
  right: -8px;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12);
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 2;
  color: #0f172a;
}
.props-carousel-btn:hover { background: #f8fafc; }
.props-carousel-btn svg { width: 20px; height: 20px; }

.uniq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
.uniq-card {
  flex: 0 0 min(280px, 78vw);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}
.uniq-grid .uniq-card { flex: none; width: auto; }
.uniq-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
  text-decoration: none;
  color: inherit;
}
.uniq-media {
  position: relative;
  height: 190px;
  background: linear-gradient(135deg, #cbd5e1, #94a3b8);
  overflow: hidden;
}
.uniq-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.uniq-media-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
}
.uniq-fav {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.95);
  color: #334155;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
}
.uniq-fav svg { width: 18px; height: 18px; }
.uniq-fav:hover { color: #dc2626; }
.uniq-body {
  padding: 12px 14px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.uniq-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}
.uniq-type {
  font-size: 0.8rem;
  color: #475569;
  font-weight: 500;
}
.verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--brand, #1e3a8a);
  color: #fff;
  border: none;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 5px 12px 5px 8px;
  border-radius: 999px;
  letter-spacing: 0.01em;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1.2;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
}
.verified-badge__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #fff;
}
.verified-badge__text {
  color: #fff;
}
.verified-badge--sm {
  font-size: 0.7rem;
  padding: 3px 9px 3px 6px;
  gap: 4px;
}
.verified-badge--sm .verified-badge__icon {
  width: 13px;
  height: 13px;
}
.hotel-public-banner h1 .verified-badge {
  margin-left: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  vertical-align: middle;
}
.prop-stars {
  color: #f59e0b;
  font-size: 0.78rem;
  letter-spacing: 1px;
  line-height: 1;
}
.uniq-body h3 {
  margin: 0 0 2px;
  font-size: 1rem;
  color: #003580;
  font-weight: 700;
  line-height: 1.3;
}
.uniq-loc {
  margin: 0 0 10px;
  color: #64748b;
  font-size: 0.84rem;
}
.uniq-rating {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}
.uniq-score {
  background: #003580;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  min-width: 34px;
  height: 34px;
  border-radius: 6px 6px 6px 2px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.uniq-rating strong {
  display: block;
  font-size: 0.84rem;
  color: #0f172a;
}
.uniq-rating span {
  font-size: 0.76rem;
  color: #64748b;
}
.uniq-price {
  margin-top: auto;
  text-align: right;
  font-size: 0.8rem;
  color: #64748b;
}
.uniq-price strong {
  display: block;
  font-size: 1.15rem;
  color: #0f172a;
  margin-top: 2px;
}

.search-page { padding: 28px 24px 48px; }
.search-page-inner { max-width: 1180px; margin: 0 auto; }
.search-page-head { margin-bottom: 20px; }
.search-page-head h1 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2rem);
  color: #0f172a;
}
.search-page-head p { margin: 0; color: #64748b; }
.search-page .search-bar { margin-bottom: 20px; }

@media (max-width: 960px) {
  .lp-hero-inner, .about-grid, .contact-shell, .values-grid { grid-template-columns: 1fr; }
  .hotel-filter { grid-template-columns: 1fr 1fr; }
  .type-browse-grid { grid-template-columns: 1fr; }
  .site-nav { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .unique-props-head { flex-direction: column; align-items: flex-start; }
  .props-carousel-btn { right: 8px; }
}
@media (max-width: 640px) {
  .hotel-filter, .contact-grid { grid-template-columns: 1fr; }
  .lp-section-head { flex-direction: column; align-items: flex-start; }
}
