.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.cpb-full-landing-page .wp-block-post-title,
.cpb-full-landing-page .entry-title,
.cpb-full-landing-page .page-title,
.cpb-full-landing-page header.wp-block-template-part,
.cpb-full-landing-page footer.wp-block-template-part,
body:has(.cpb-property-full-landing) .wp-block-post-title,
body:has(.cpb-property-full-landing) .entry-title,
body:has(.cpb-property-full-landing) .page-title,
body:has(.cpb-property-full-landing) header.wp-block-template-part,
body:has(.cpb-property-full-landing) footer.wp-block-template-part {
  display: none !important;
}

.cpb-full-landing-page .wp-site-blocks,
body:has(.cpb-property-full-landing) .wp-site-blocks {
  padding-top: 0 !important;
}

.cpb-full-landing-page main.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained,
body:has(.cpb-property-full-landing) main.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.cpb-full-landing-page main.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained > .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained,
body:has(.cpb-property-full-landing) main.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained > .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

.cpb-full-landing-page main.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained > .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained > *,
body:has(.cpb-property-full-landing) main.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained > .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained > * {
  margin-block-start: 0 !important;
}

.cpb-full-landing-page .entry-content,
.cpb-full-landing-page .wp-block-post-content,
body:has(.cpb-property-full-landing) .entry-content,
body:has(.cpb-property-full-landing) .wp-block-post-content {
  max-width: 100% !important;
  width: 100% !important;
}

.cpb-full-landing-page .entry-content.wp-block-post-content.has-global-padding,
.cpb-full-landing-page .wp-block-post-content.has-global-padding,
body:has(.cpb-property-full-landing) .entry-content.wp-block-post-content.has-global-padding,
body:has(.cpb-property-full-landing) .wp-block-post-content.has-global-padding {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

.cpb-full-landing-page .wp-block-post-content.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body:has(.cpb-property-full-landing) .wp-block-post-content.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100% !important;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.cpb-landing-modal {
  display: none;
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  align-items: center;
  justify-content: center;
}

.cpb-landing-modal.is-open {
  display: flex !important;
}

.cpb-gallery-modal {
  align-items: stretch !important;
  justify-content: flex-start !important;
  flex-direction: column !important;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.cpb-gallery-modal > div:last-child {
  width: 100%;
  flex: 0 0 auto;
}

.cpb-info-modal-dialog {
  width: min(100%, 48rem);
}

.cpb-info-modal-topbar {
  min-height: 3.25rem;
}

.cpb-info-modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  min-height: 2.75rem;
}

.cpb-property-shell-header {
  position: relative;
  z-index: 40;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.cpb-property-shell-inner {
  width: min(88rem, calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 5rem;
}

.cpb-property-shell-logo {
  display: inline-flex;
  align-items: center;
  color: #111827;
  text-decoration: none;
}

.cpb-property-shell-logo img {
  display: block;
  width: auto;
  height: 2.5rem;
}

.cpb-property-shell-logo span {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}

.cpb-property-shell-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.cpb-property-shell-nav a,
.cpb-property-shell-mobile-link {
  color: #374151;
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.18s ease, opacity 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.cpb-property-shell-nav a:hover,
.cpb-property-shell-mobile-link:hover {
  color: #111827;
}

.cpb-property-shell-mobile-actions {
  display: none;
}

.cpb-property-shell-mobile-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.9rem;
  background: #ffffff;
}

.cpb-full-landing-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
}

.cpb-full-landing-summary-card {
  min-height: 8.5rem;
  padding: 1.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(17, 24, 39, 0.04);
}

.cpb-full-landing-summary-value {
  color: #111827;
  font-size: 1.6rem;
  font-weight: 650;
  line-height: 1.1;
}

.cpb-full-landing-summary-label {
  margin-top: 0.4rem;
  color: #111827;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.45;
}

.cpb-full-landing-summary-meta {
  margin-top: 0.45rem;
  color: #6b7280;
  font-size: 0.88rem;
  line-height: 1.6;
}

.cpb-full-landing-summary-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(120px, 0.7fr));
  gap: 0;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(17, 24, 39, 0.04);
  overflow: hidden;
}

.cpb-full-landing-summary-strip--items-1 {
  grid-template-columns: 1fr;
}

.cpb-full-landing-summary-strip--items-2 {
  grid-template-columns: minmax(0, 1.6fr) minmax(120px, 0.7fr);
}

.cpb-full-landing-summary-strip-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 6rem;
  padding: 1.25rem 1.5rem;
  border-left: 1px solid #e5e7eb;
}

.cpb-full-landing-summary-strip-item:first-child {
  border-left: 0;
}

.cpb-full-landing-summary-strip-item--lead {
  align-items: flex-start;
}

.cpb-full-landing-summary-strip-lead-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cpb-full-landing-summary-strip-icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #111827;
}

.cpb-full-landing-summary-strip-value {
  color: #111827;
  font-size: 1.55rem;
  font-weight: 650;
  line-height: 1.1;
}

.cpb-full-landing-summary-strip-label {
  color: #111827;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}

.cpb-full-landing-summary-strip-item--lead .cpb-full-landing-summary-strip-label {
  font-size: 1.05rem;
}

.cpb-full-landing-summary-strip-meta {
  margin-top: 0.35rem;
  color: #6b7280;
  font-size: 0.8rem;
  line-height: 1.45;
}

.cpb-full-landing-content-rail .cpb-bedrooms-section {
  padding-top: 0;
}

.cpb-full-landing-content-rail .cpb-reservation-anchor .cpb-availability-calendar {
  margin-top: 0;
}

.cpb-property-description p:first-child,
.cpb-property-description h1:first-child,
.cpb-property-description h2:first-child,
.cpb-property-description h3:first-child,
.cpb-property-description h4:first-child,
.cpb-property-description ul:first-child,
.cpb-property-description ol:first-child {
  margin-top: 0;
}

.cpb-property-description p:last-child,
.cpb-property-description h1:last-child,
.cpb-property-description h2:last-child,
.cpb-property-description h3:last-child,
.cpb-property-description h4:last-child,
.cpb-property-description ul:last-child,
.cpb-property-description ol:last-child {
  margin-bottom: 0;
}

.cpb-full-landing-booking {
  position: relative;
  align-self: start;
  height: fit-content;
}

.cpb-full-landing-booking {
  position: sticky;
  top: 2rem;
}

.cpb-full-landing-booking .cpb-widget {
  position: static;
}

.cpb-property-shell-footer {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 6rem;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
}

.cpb-property-shell-footer-frame {
  width: 100%;
}

.cpb-property-shell-inner--footer {
  display: block;
  min-height: 0;
  padding-top: 3.5rem;
  padding-bottom: 3rem;
}

.cpb-property-footer-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-bottom: 3rem;
}

.cpb-property-footer-card {
  min-height: 9.5rem;
  padding: 1.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 1.35rem;
  background: #f9fafb;
}

.cpb-property-footer-card h3 {
  margin: 0 0 0.65rem;
  color: #111827;
  font-size: 1.12rem;
  font-weight: 650;
  line-height: 1.3;
}

.cpb-property-footer-card p,
.cpb-property-footer-column p {
  margin: 0;
  color: #6b7280;
  font-size: 0.96rem;
  line-height: 1.8;
}

.cpb-property-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 3rem;
  padding: 2.5rem 0;
  border-top: 1px solid #e5e7eb;
}

.cpb-property-footer-column h3,
.cpb-property-footer-column h4 {
  margin: 0 0 1rem;
  color: #111827;
  font-weight: 650;
  line-height: 1.4;
}

.cpb-property-footer-column h3 {
  font-size: 1.3rem;
}

.cpb-property-footer-column h4 {
  font-size: 1.05rem;
}

.cpb-property-footer-column--intro p {
  max-width: 30rem;
}

.cpb-property-footer-links {
  display: grid;
  gap: 0.85rem;
}

.cpb-property-footer-links a,
.cpb-property-footer-anchor {
  color: #6b7280;
  font-size: 0.96rem;
  line-height: 1.6;
  text-decoration: none;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
  transition: color 0.18s ease;
}

.cpb-property-footer-links a:hover,
.cpb-property-footer-anchor:hover {
  color: #111827;
}

.cpb-property-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
  color: #9ca3af;
  font-size: 0.92rem;
  line-height: 1.5;
}

body.cpb-legal-page-view #sticky-nav,
body.cpb-legal-page-view #custom-property-footer {
  display: none !important;
}

.cpb-legal-page-shell {
  width: min(88rem, calc(100% - 2rem));
  margin: 0 auto;
  padding-top: 2.75rem;
}

.cpb-legal-page-shell__inner {
  max-width: 54rem;
  margin: 0 auto;
}

.cpb-legal-page {
  padding: 2.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.06);
}

.cpb-legal-page h1 {
  margin: 0 0 1rem;
  color: #111827;
  font-size: clamp(2rem, 4.5vw, 2.85rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.cpb-legal-page h2 {
  margin: 2rem 0 0.8rem;
  color: #111827;
  font-size: 1.22rem;
  font-weight: 650;
  line-height: 1.3;
}

.cpb-legal-page p,
.cpb-legal-page li {
  margin: 0 0 1rem;
  color: #374151;
  font-size: 1rem;
  line-height: 1.85;
}

.cpb-legal-page ul,
.cpb-legal-page ol {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}

.cpb-legal-page a {
  color: #0f766e;
  font-weight: 600;
  text-decoration: none;
}

.cpb-legal-page a:hover {
  text-decoration: underline;
}

.cpb-legal-site-footer {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-top: 4rem;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  border-top: 1px solid #e5e7eb;
  background: #ffffff;
}

.cpb-legal-site-footer__inner,
.cpb-legal-site-footer__bottom {
  width: min(88rem, calc(100% - 2rem));
  margin: 0 auto;
}

.cpb-legal-site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 0.8fr));
  gap: 2rem;
  padding: 2.75rem 0 2rem;
}

.cpb-legal-site-footer__brand img {
  display: block;
  width: auto;
  height: 2.5rem;
  margin-bottom: 1rem;
}

.cpb-legal-site-footer__brand span,
.cpb-legal-site-footer__links h3 {
  display: block;
  margin: 0 0 1rem;
  color: #111827;
  font-size: 1.08rem;
  font-weight: 700;
}

.cpb-legal-site-footer__brand p,
.cpb-legal-site-footer__links a {
  color: #6b7280;
  font-size: 0.96rem;
  line-height: 1.8;
}

.cpb-legal-site-footer__links {
  display: grid;
  align-content: start;
  gap: 0.7rem;
}

.cpb-legal-site-footer__links a {
  text-decoration: none;
}

.cpb-legal-site-footer__links a:hover {
  color: #111827;
}

.cpb-legal-site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 0 1.8rem;
  border-top: 1px solid #e5e7eb;
  color: #9ca3af;
  font-size: 0.92rem;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .cpb-info-modal {
    align-items: flex-start !important;
    justify-content: center !important;
    padding-top: calc(env(safe-area-inset-top, 0px) + 0.75rem) !important;
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 0.75rem) !important;
  }

  .cpb-info-modal-dialog {
    max-height: calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 1.5rem) !important;
    border-radius: 1.35rem !important;
  }

  .cpb-info-modal-topbar {
    padding-top: 0.5rem !important;
  }

  .cpb-info-modal-body {
    padding-top: 0.75rem !important;
  }

  .cpb-full-landing-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cpb-full-landing-summary-card {
    min-height: 7.75rem;
    padding: 1rem;
  }

  .cpb-full-landing-summary-value {
    font-size: 1.35rem;
  }

  .cpb-legal-page-shell {
    width: min(100%, calc(100% - 1rem));
    padding-top: 1.5rem;
  }

  .cpb-legal-page {
    padding: 1.4rem 1.1rem 1.6rem;
    border-radius: 1.2rem;
  }

  .cpb-legal-site-footer__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 2rem 0 1.5rem;
  }

  .cpb-legal-site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1.5rem;
  }
}

.cpb-host-inline-icon {
  flex: 0 0 auto;
  color: #111827;
}

.cpb-host-inline-icon--star {
  color: #111827;
}

.cpb-host-metric {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.cpb-host-metric--last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.cpb-host-rating-value {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.cpb-host-content {
  align-self: start;
}

.cpb-host-inquiry-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.35rem;
  border: 0;
  border-radius: 1rem;
  background: #111827;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.cpb-host-inquiry-open:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(17, 24, 39, 0.15);
  background: #0f172a;
}

.cpb-host-trust-note,
.cpb-host-about-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.cpb-host-trust-note {
  margin-top: 1.25rem;
  color: #6b7280;
  font-size: 0.94rem;
  line-height: 1.6;
}

.cpb-host-about-item {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.7;
}

.cpb-host-story {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
  max-width: 42rem;
}

.cpb-host-story-title {
  margin: 0 0 1rem;
  color: #111827;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.5;
}

.cpb-host-about-list {
  display: grid;
  gap: 0.9rem;
}

.cpb-host-bio {
  margin: 1.25rem 0 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.85;
}

.cpb-host-inquiry-shell {
  display: flex;
  flex-direction: column;
}

.cpb-host-inquiry-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 1.5rem 1.25rem;
  border-bottom: 1px solid #e5e7eb;
}

.cpb-host-inquiry-kicker {
  margin: 0 0 0.5rem;
  color: #6b7280;
  font-size: 0.9rem;
  font-weight: 600;
}

.cpb-host-inquiry-title {
  margin: 0;
  color: #111827;
  font-size: 1.9rem;
  line-height: 1.1;
  font-weight: 700;
}

.cpb-host-inquiry-intro {
  margin: 0.75rem 0 0;
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.65;
}

.cpb-host-inquiry-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #111827;
  cursor: pointer;
  transition: background 0.18s ease;
}

.cpb-host-inquiry-close:hover {
  background: #f3f4f6;
}

.cpb-host-inquiry-body {
  padding: 1.5rem;
  overflow-y: auto;
}

.cpb-host-inquiry-context {
  display: grid;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  background: #f8fafc;
}

.cpb-host-inquiry-context-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #6b7280;
  font-size: 0.96rem;
  line-height: 1.5;
}

.cpb-host-inquiry-context-row strong {
  color: #111827;
  font-weight: 600;
  text-align: right;
}

.cpb-host-inquiry-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.cpb-host-inquiry-topic-helper {
  margin: 1.25rem 0 0.75rem;
  color: #6b7280;
  font-size: 0.94rem;
  line-height: 1.6;
}

.cpb-host-inquiry-topic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.65rem 0.95rem;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  color: #374151;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.cpb-host-inquiry-topic:hover,
.cpb-host-inquiry-topic.is-active {
  border-color: #111827;
  background: #111827;
  color: #fff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
}

.cpb-host-inquiry-form {
  margin-top: 1.25rem;
}

.cpb-host-inquiry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.cpb-host-inquiry-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cpb-host-inquiry-field span {
  color: #111827;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.4;
}

.cpb-host-inquiry-field input,
.cpb-host-inquiry-field select,
.cpb-host-inquiry-field textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: #fff;
  color: #111827;
  font-size: 0.98rem;
  line-height: 1.4;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.cpb-host-inquiry-field input::placeholder,
.cpb-host-inquiry-field select::placeholder,
.cpb-host-inquiry-field textarea::placeholder {
  color: #9ca3af;
}

.cpb-host-inquiry-field input:focus,
.cpb-host-inquiry-field select:focus,
.cpb-host-inquiry-field textarea:focus {
  outline: none;
  border-color: #111827;
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.08);
}

.cpb-host-inquiry-field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #6b7280 50%), linear-gradient(135deg, #6b7280 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% - 2px), calc(100% - 14px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 2.8rem;
}

.cpb-host-inquiry-field textarea {
  min-height: 9rem;
  resize: vertical;
}

.cpb-host-inquiry-field--message {
  margin-bottom: 1rem;
}

.cpb-host-inquiry-microfields {
  margin-top: -0.1rem;
}

.cpb-host-inquiry-microfield[hidden] {
  display: none !important;
}

.cpb-host-inquiry-feedback[hidden] {
  display: none !important;
}

.cpb-host-inquiry-feedback {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  font-size: 0.96rem;
  line-height: 1.55;
  margin-bottom: 1rem;
}

.cpb-host-inquiry-feedback-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 999px;
  flex: 0 0 auto;
  margin-top: 0.1rem;
}

.cpb-host-inquiry-feedback-text {
  flex: 1 1 auto;
}

.cpb-host-inquiry-feedback.is-success {
  background: #ecfdf3;
  border: 1px solid #a7f3d0;
  color: #065f46;
}

.cpb-host-inquiry-feedback.is-success .cpb-host-inquiry-feedback-icon {
  background: #10b981;
  color: #fff;
}

.cpb-host-inquiry-feedback.is-success .cpb-host-inquiry-feedback-icon::before {
  content: "\2713";
  font-size: 0.82rem;
  font-weight: 700;
}

.cpb-host-inquiry-feedback.is-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
}

.cpb-host-inquiry-feedback.is-error .cpb-host-inquiry-feedback-icon {
  background: #ef4444;
  color: #fff;
}

.cpb-host-inquiry-feedback.is-error .cpb-host-inquiry-feedback-icon::before {
  content: "!";
  font-size: 0.9rem;
  font-weight: 700;
}

.cpb-host-inquiry-cta-copy {
  margin-bottom: 0.9rem;
}

.cpb-host-inquiry-cta-title {
  margin: 0;
  color: #111827;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.55;
}

.cpb-host-inquiry-cta-subtitle {
  margin: 0.25rem 0 0;
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.55;
}

.cpb-host-inquiry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.cpb-host-inquiry-submit,
.cpb-host-inquiry-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.2rem;
  border-radius: 1rem;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.cpb-host-inquiry-submit {
  border: 0;
  background: #111827;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.14);
}

.cpb-host-inquiry-submit:hover,
.cpb-host-inquiry-whatsapp:hover {
  transform: translateY(-1px);
}

.cpb-host-inquiry-submit:disabled {
  opacity: 0.72;
  cursor: wait;
}

.cpb-host-inquiry-whatsapp {
  gap: 0.55rem;
  background: #fff;
  color: #166534;
  border: 1px solid #86efac;
  box-shadow: 0 12px 24px rgba(22, 101, 52, 0.08);
}

.cpb-host-whatsapp-icon {
  flex: 0 0 auto;
}

.cpb-host-inquiry-privacy {
  margin: 1rem 0 0;
  color: #6b7280;
  font-size: 0.9rem;
  line-height: 1.6;
}

.cpb-homepage {
  background: #fffdf9;
  color: #111827;
  font-family: var(--wp--preset--font-family--manrope, Manrope, "Segoe UI", sans-serif);
}

.cpb-homepage,
.cpb-homepage * {
  box-sizing: border-box;
}

body:has(.cpb-homepage) #sticky-nav {
  display: none !important;
}

.cpb-homepage img,
.cpb-homepage svg {
  display: block;
  max-width: 100%;
}

.cpb-homepage a {
  color: inherit;
}

.cpb-home-container {
  width: min(88rem, calc(100% - 2rem));
  margin: 0 auto;
}

.cpb-home-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  backdrop-filter: blur(12px);
}

body.admin-bar .cpb-home-header {
  top: 32px;
}

.cpb-home-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 5.25rem;
}

.cpb-home-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.cpb-home-logo img {
  width: auto;
  height: 2.55rem;
}

.cpb-home-logo span {
  color: #0b7a7d;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
}

.cpb-home-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.cpb-home-nav a {
  color: #334155;
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.18s ease, opacity 0.18s ease;
}

.cpb-home-nav a:hover {
  color: #0b7a7d;
}

.cpb-home-header-cta,
.cpb-home-search-cta button,
.cpb-home-newsletter-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 1rem;
  background: #ff6b6b;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  box-shadow: 0 18px 30px rgba(255, 107, 107, 0.22);
}

.cpb-home-header-cta:hover,
.cpb-home-search-cta button:hover,
.cpb-home-newsletter-form button:hover {
  transform: translateY(-1px);
  background: #ff5252;
}

.cpb-home-host-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1d5db;
  border-radius: 1rem;
  background: #fff;
  color: #111827;
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.cpb-home-host-button:hover {
  transform: translateY(-1px);
  background: #f8fafc;
  border-color: #cbd5e1;
}

.cpb-home-header-cta {
  min-height: 3rem;
  padding: 0.8rem 1.35rem;
}

.cpb-home-hero {
  padding: 1.6rem 0 3.8rem;
  background:
    radial-gradient(circle at top left, rgba(11, 122, 125, 0.08), transparent 32%),
    radial-gradient(circle at top right, rgba(255, 100, 93, 0.08), transparent 28%),
    linear-gradient(180deg, #fffdf9 0%, #fff 100%);
}

.cpb-home-hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
  min-height: 40rem;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 32px 70px rgba(15, 23, 42, 0.08);
}

.cpb-home-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  padding: 4rem 3.2rem 7rem;
}

.cpb-home-hero-copy::after {
  content: "";
  position: absolute;
  top: 0;
  right: -18%;
  bottom: 0;
  width: 45%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.cpb-home-hero-kicker {
  margin: 0;
  color: #0b7a7d;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.cpb-home-hero-title {
  font-family: Georgia, "Times New Roman", serif;
}

.cpb-home-hero-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #0f172a;
  font-size: clamp(3.1rem, 5vw, 5.2rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.cpb-home-hero-title span {
  color: #0b7a7d;
}

.cpb-home-hero-description {
  position: relative;
  z-index: 1;
  max-width: 31rem;
  margin: 0;
  color: #475569;
  font-size: 1.1rem;
  line-height: 1.8;
}

.cpb-home-hero-media {
  position: relative;
  min-height: 100%;
}

.cpb-home-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
  z-index: 1;
  pointer-events: none;
}

.cpb-home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cpb-home-search {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 0.8fr) auto;
  gap: 0;
  align-items: stretch;
  margin: -4.25rem auto 0;
  padding: 0.8rem;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.cpb-home-search-field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  min-height: 5.2rem;
  padding: 0.95rem 1.2rem;
  border-right: 1px solid #e5e7eb;
}

.cpb-home-search-field label {
  color: #0f172a;
  font-size: 0.92rem;
  font-weight: 700;
}

.cpb-home-search-date-hint {
  margin: -0.05rem 0 0.15rem;
  color: #94a3b8;
  font-size: 0.82rem;
  line-height: 1.4;
}

.cpb-home-search-field input,
.cpb-home-search-field select {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #64748b;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: none;
}

.cpb-home-search-field input:focus,
.cpb-home-search-field select:focus {
  color: #0f172a;
}

.cpb-home-search-date-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.cpb-home-search-date-cell {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
}

.cpb-home-search-date-caption {
  color: #94a3b8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.cpb-home-search-date-grid input {
  width: 100%;
  min-height: 1.75rem;
  padding: 0;
  color: #0f172a;
  -webkit-text-fill-color: #0f172a;
  color-scheme: light;
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
  opacity: 1;
}

.cpb-home-search-date-grid input::-webkit-date-and-time-value,
.cpb-home-search-date-grid input::-webkit-datetime-edit,
.cpb-home-search-date-grid input::-webkit-datetime-edit-text,
.cpb-home-search-date-grid input::-webkit-datetime-edit-month-field,
.cpb-home-search-date-grid input::-webkit-datetime-edit-day-field,
.cpb-home-search-date-grid input::-webkit-datetime-edit-year-field {
  color: #0f172a;
  -webkit-text-fill-color: #0f172a;
}

.cpb-home-search-date-grid input::-webkit-calendar-picker-indicator {
  opacity: 0.75;
}

.cpb-home-search-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.8rem;
}

.cpb-home-search-cta button {
  min-width: 15rem;
  min-height: 4.3rem;
  padding: 0 1.5rem;
}

.cpb-home-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.6rem;
}

.cpb-home-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 0.3rem 0.2rem;
}

.cpb-home-trust-icon,
.cpb-home-value-icon,
.cpb-home-property-rating svg,
.cpb-home-social-links svg {
  color: #0b7a7d;
}

.cpb-home-trust-icon svg,
.cpb-home-value-icon svg {
  width: 1.6rem;
  height: 1.6rem;
}

.cpb-home-trust-title {
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 700;
}

.cpb-home-trust-text {
  margin-top: 0.2rem;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.55;
}

.cpb-home-section {
  padding: 3.25rem 0;
  scroll-margin-top: 6rem;
}

.cpb-home-listings-hero {
  padding: 4rem 0 2.4rem;
}

.cpb-home-listings-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: 1.5rem;
  align-items: end;
  padding: 2rem 2.2rem;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 2rem;
  background:
    radial-gradient(circle at top left, rgba(11, 122, 125, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.06);
}

.cpb-home-listings-kicker {
  margin: 0 0 0.8rem;
  color: #0b7a7d;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cpb-home-listings-title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 500;
  line-height: 1.02;
}

.cpb-home-listings-description {
  max-width: 44rem;
  margin: 1.1rem 0 0;
  color: #475569;
  font-size: 1.04rem;
  line-height: 1.72;
}

.cpb-home-listings-meta {
  display: grid;
  gap: 1rem;
}

.cpb-home-listings-pill {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.92);
}

.cpb-home-listings-pill-value {
  color: #0f172a;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
}

.cpb-home-listings-pill-label {
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.45;
}

.cpb-home-listings-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.6rem;
  padding: 1.3rem 1.4rem;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1.4rem;
  background: #f8fafc;
}

.cpb-home-listings-help h3 {
  margin: 0 0 0.35rem;
  color: #0f172a;
  font-size: 1.15rem;
  font-weight: 700;
}

.cpb-home-listings-help p {
  margin: 0;
  color: #64748b;
  font-size: 0.96rem;
  line-height: 1.6;
}

.cpb-home-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.cpb-home-section-head--single {
  justify-content: flex-start;
}

.cpb-home-section-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 500;
  line-height: 1.04;
}

.cpb-home-section-head a {
  color: #0b7a7d;
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
}

.cpb-home-section-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: #0b7a7d;
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.cpb-home-section-link:hover {
  color: #086366;
}

.cpb-home-property-grid,
.cpb-home-value-grid,
.cpb-home-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.cpb-home-property-card,
.cpb-home-value-card,
.cpb-home-review-card,
.cpb-home-host-card,
.cpb-home-footer-newsletter,
.cpb-home-faq-item {
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1.55rem;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.cpb-home-property-card {
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.cpb-home-property-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.1);
}

.cpb-home-property-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.25 / 1;
  background: #f8fafc;
}

.cpb-home-property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cpb-home-property-favorite {
  position: absolute;
  top: 0.95rem;
  right: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #64748b;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

.cpb-home-property-favorite svg {
  width: 1rem;
  height: 1rem;
}

.cpb-home-property-body {
  padding: 1.15rem 1.15rem 1.2rem;
}

.cpb-home-property-body h3 {
  margin: 0;
  color: #0f172a;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.4;
}

.cpb-home-property-location,
.cpb-home-review-property {
  margin: 0.35rem 0 0;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.55;
}

.cpb-home-property-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 0.95rem;
}

.cpb-home-property-meta > span {
  display: grid;
  grid-template-columns: 1.1rem minmax(0, 1fr);
  align-items: center;
  justify-content: stretch;
  justify-items: start;
  gap: 0.46rem;
  min-width: 0;
  min-height: 3.15rem;
  padding: 0.5rem 0.62rem;
  border: 1px solid rgba(11, 122, 125, 0.1);
  border-radius: 15px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
  color: #526277;
  text-align: left;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.cpb-home-property-meta > span > svg {
  width: 0.98rem;
  height: 0.98rem;
  padding: 0.24rem;
  border-radius: 999px;
  background: #ecf8f7;
  box-sizing: content-box;
  color: #0b7a7d;
  stroke-width: 1.95;
  justify-self: start;
  flex: 0 0 auto;
}

.cpb-home-property-chip-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.08rem;
  width: 100%;
  min-width: 0;
  line-height: 1.08;
  text-align: left;
}

.cpb-home-property-chip-copy strong,
.cpb-home-property-chip-copy small {
  display: block;
  min-width: 0;
  width: 100%;
  text-align: left;
}

.cpb-home-property-chip-copy strong {
  color: #2f4157;
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1;
}

.cpb-home-property-chip-copy small {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.1;
  white-space: normal;
}

.cpb-home-property-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  margin-top: 1rem;
}

.cpb-home-property-price {
  color: #111827;
  font-size: 1.32rem;
  font-weight: 800;
}

.cpb-home-property-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #111827;
  font-size: 0.95rem;
  font-weight: 700;
}

.cpb-home-property-rating svg {
  width: 0.95rem;
  height: 0.95rem;
}

@media (max-width: 767px) {
  .cpb-home-property-meta {
    grid-template-columns: 1fr;
  }

  .cpb-home-property-meta > span {
    padding: 0.58rem 0.68rem;
    min-height: auto;
  }

  .cpb-home-property-chip-copy {
    align-items: flex-start;
    text-align: left;
  }
}

.cpb-home-value-card {
  padding: 1.45rem 1.4rem;
}

.cpb-home-value-card h3 {
  margin: 1rem 0 0.55rem;
  color: #0f172a;
  font-size: 1.15rem;
  font-weight: 700;
}

.cpb-home-value-card p {
  margin: 0;
  color: #475569;
  font-size: 0.96rem;
  line-height: 1.7;
}

.cpb-home-host-card {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
  gap: 0;
  overflow: hidden;
}

.cpb-home-host-main {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.75rem;
}

.cpb-home-host-photo {
  flex: 0 0 9.5rem;
  width: 9.5rem;
  height: 9.5rem;
  overflow: hidden;
  border-radius: 999px;
  background: #f8fafc;
}

.cpb-home-host-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cpb-home-host-copy {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cpb-home-host-kicker {
  margin: 0;
  color: #0b7a7d;
  font-size: 0.95rem;
  font-weight: 800;
}

.cpb-home-host-copy h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 500;
  line-height: 1.05;
}

.cpb-home-host-copy p {
  margin: 0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.8;
}

.cpb-home-host-button {
  align-self: flex-start;
  min-height: 3.1rem;
  margin-top: 0.25rem;
  padding: 0 1.25rem;
}

.cpb-home-host-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-left: 1px solid rgba(226, 232, 240, 0.92);
}

.cpb-home-host-metric {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 8rem;
  padding: 1.4rem 1.2rem;
  border-top: 1px solid rgba(226, 232, 240, 0.92);
  border-left: 1px solid rgba(226, 232, 240, 0.92);
}

.cpb-home-host-metric:nth-child(-n+2) {
  border-top: 0;
}

.cpb-home-host-metric:nth-child(2n+1) {
  border-left: 0;
}

.cpb-home-host-metric strong {
  color: #0f172a;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.cpb-home-host-metric span {
  margin-top: 0.45rem;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.5;
}

.cpb-home-review-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
  padding: 1.35rem;
}

.cpb-home-review-modal-dialog {
  width: min(100%, 78rem);
  max-height: 88vh;
}

.cpb-home-review-modal-body {
  padding: 1rem 1.25rem 1.5rem;
  overflow-y: auto;
}

.cpb-home-review-modal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.cpb-home-review-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem;
  align-items: center;
}

.cpb-home-review-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  border-radius: 999px;
  background: #e2f2f2;
  color: #0b7a7d;
  font-weight: 800;
}

.cpb-home-review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cpb-home-review-meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.cpb-home-review-meta strong {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
}

.cpb-home-review-meta span,
.cpb-home-review-text {
  color: #64748b;
  font-size: 0.94rem;
  line-height: 1.75;
}

.cpb-home-review-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #0f172a;
  font-size: 0.94rem;
  font-weight: 800;
}

.cpb-home-review-rating svg {
  width: 0.95rem;
  height: 0.95rem;
}

.cpb-home-review-text {
  margin: 0;
}

.cpb-home-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.cpb-home-faq-item {
  overflow: hidden;
}

.cpb-home-faq-item summary {
  position: relative;
  padding: 1.2rem 3.1rem 1.2rem 1.2rem;
  list-style: none;
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.35;
  cursor: pointer;
}

.cpb-home-faq-item summary::-webkit-details-marker {
  display: none;
}

.cpb-home-faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  color: #0b7a7d;
  font-size: 1.4rem;
  font-weight: 700;
}

.cpb-home-faq-item[open] summary::after {
  content: "-";
}

.cpb-home-faq-answer {
  padding: 0 1.2rem 1.2rem;
  color: #64748b;
  font-size: 0.96rem;
  line-height: 1.75;
}

.cpb-home-footer {
  margin-top: 1rem;
  padding: 3rem 0 2rem;
  border-top: 1px solid rgba(226, 232, 240, 0.92);
  background:
    radial-gradient(circle at bottom right, rgba(11, 122, 125, 0.06), transparent 24%),
    linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
}

.cpb-home-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 0.8fr)) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
}

.cpb-home-footer-brand p,
.cpb-home-footer-links a,
.cpb-home-footer-contact a,
.cpb-home-footer-contact span {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.75;
  text-decoration: none;
}

.cpb-home-footer-brand p {
  max-width: 18rem;
  margin: 1rem 0 0;
}

.cpb-home-social-links {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1rem;
}

.cpb-home-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 999px;
  background: #fff;
}

.cpb-home-social-links svg {
  width: 1rem;
  height: 1rem;
}

.cpb-home-footer-links,
.cpb-home-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cpb-home-footer-links h3,
.cpb-home-footer-contact h3,
.cpb-home-footer-newsletter h3 {
  margin: 0 0 0.45rem;
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 700;
}

.cpb-home-footer-newsletter {
  padding: 1.3rem;
}

.cpb-home-footer-newsletter p {
  margin: 0;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.7;
}

.cpb-home-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}

.cpb-home-newsletter-form input {
  width: 100%;
  min-height: 3rem;
  padding: 0.85rem 1rem;
  border: 1px solid #dbe2ea;
  border-radius: 0.95rem;
  color: #0f172a;
  font-size: 0.95rem;
}

.cpb-home-newsletter-form button {
  min-height: 3rem;
  padding: 0 1rem;
}

.cpb-home-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(226, 232, 240, 0.92);
  color: #94a3b8;
  font-size: 0.88rem;
}

@media (max-width: 1023px) {
  .cpb-home-header-inner {
    min-height: 4.75rem;
  }

  .cpb-home-nav {
    gap: 1.1rem;
  }

  .cpb-home-hero-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .cpb-home-hero-copy {
    padding: 3rem 2rem 2.2rem;
  }

  .cpb-home-hero-copy::after {
    display: none;
  }

  .cpb-home-hero-media {
    min-height: 22rem;
  }

  .cpb-home-search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .cpb-home-search-field {
    min-height: 4.85rem;
    border-right: 0;
    border: 1px solid #e5e7eb;
    border-radius: 1.1rem;
  }

  .cpb-home-search-cta {
    padding-left: 0;
  }

  .cpb-home-search-cta button {
    width: 100%;
    min-width: 0;
  }

  .cpb-home-trust-row,
  .cpb-home-property-grid,
  .cpb-home-value-grid,
  .cpb-home-review-grid,
  .cpb-home-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cpb-home-review-modal-grid {
    grid-template-columns: 1fr;
  }

  .cpb-home-host-card {
    grid-template-columns: 1fr;
  }

  .cpb-home-host-metrics {
    border-top: 1px solid rgba(226, 232, 240, 0.92);
    border-left: 0;
  }

  .cpb-home-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cpb-property-shell-nav {
    gap: 1.25rem;
  }

  .cpb-property-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cpb-property-footer-column--intro {
    grid-column: 1 / -1;
  }

  .cpb-host-content {
    align-self: start;
  }
}

@media (max-width: 767px) {
  body.admin-bar .cpb-home-header {
    top: 46px;
  }

  .cpb-home-container {
    width: min(100% - 1.25rem, 88rem);
  }

  .cpb-home-header {
    position: static;
  }

  .cpb-home-header-inner {
    min-height: 4.35rem;
    gap: 0.85rem;
  }

  .cpb-home-logo img {
    height: 2.15rem;
  }

  .cpb-home-nav {
    display: none;
  }

  .cpb-home-header-cta {
    min-height: 2.8rem;
    padding: 0.72rem 1rem;
    font-size: 0.9rem;
  }

  .cpb-home-hero {
    padding: 1rem 0 2.6rem;
  }

  .cpb-home-hero-copy {
    padding: 2rem 1.15rem 1.35rem;
  }

  .cpb-home-hero-title {
    font-size: 2.75rem;
    line-height: 1.02;
  }

  .cpb-home-hero-description {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .cpb-home-hero-media {
    min-height: 15.5rem;
  }

  .cpb-home-search {
    grid-template-columns: 1fr;
    margin-top: -2rem;
    padding: 0.85rem;
    border-radius: 1.35rem;
  }

  .cpb-home-search-date-grid {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .cpb-home-search-date-cell {
    padding: 0.2rem 0;
  }

  .cpb-home-search-date-hint {
    font-size: 0.8rem;
  }

  .cpb-home-search-field {
    min-height: 0;
    padding: 0.95rem 1rem;
  }

  .cpb-home-trust-row,
  .cpb-home-property-grid,
  .cpb-home-value-grid,
  .cpb-home-review-grid,
  .cpb-home-faq-grid,
  .cpb-home-footer-grid {
    grid-template-columns: 1fr;
  }

  .cpb-home-review-modal-body {
    padding: 0.9rem;
  }

  .cpb-home-section {
    padding: 2.4rem 0;
  }

  .cpb-home-listings-hero {
    padding-top: 2.8rem;
  }

  .cpb-home-listings-shell {
    grid-template-columns: 1fr;
    padding: 1.35rem;
    border-radius: 1.6rem;
  }

  .cpb-home-listings-title {
    font-size: 2.35rem;
  }

  .cpb-home-listings-help {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.15rem;
  }

  .cpb-home-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .cpb-home-section-head h2,
  .cpb-home-host-copy h2 {
    font-size: 2.15rem;
  }

  .cpb-home-host-main {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem;
  }

  .cpb-home-host-photo {
    width: 7.5rem;
    height: 7.5rem;
    flex-basis: 7.5rem;
  }

  .cpb-home-host-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .cpb-home-host-metric {
    min-height: 0;
    padding: 1rem;
  }

  .cpb-home-host-metric strong {
    font-size: 1.75rem;
  }

  .cpb-home-host-metric span {
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .cpb-home-footer-newsletter {
    padding: 1.1rem;
  }

  .cpb-home-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
  }

  html.cpb-property-page,
  html.cpb-property-page body {
    overflow-x: hidden;
  }

  .cpb-full-landing-booking .cpb-widget {
    position: static;
  }

  .cpb-full-landing-booking {
    position: static;
    top: auto;
  }

  .cpb-full-landing-summary-strip {
    grid-template-columns: 1fr;
  }

  .cpb-full-landing-summary-strip-item {
    border-left: 0;
    border-top: 1px solid #e5e7eb;
  }

  .cpb-full-landing-summary-strip-item:first-child {
    border-top: 0;
  }

  .cpb-property-shell-inner {
    width: min(calc(100% - 1.5rem), 88rem);
    min-height: 4.5rem;
  }

  .cpb-property-shell-logo img {
    height: 2.1rem;
  }

  .cpb-property-shell-nav {
    display: none;
  }

  .cpb-property-shell-mobile-actions {
    display: flex;
  }

  .cpb-property-shell-footer {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 3rem;
    overflow-x: clip;
  }

  .cpb-property-shell-footer-frame {
    overflow-x: clip;
  }

  .cpb-property-shell-inner--footer {
    width: min(calc(100% - 1.5rem), 88rem);
    padding-top: 2rem;
    padding-bottom: 1.85rem;
  }

  .cpb-property-footer-cards,
  .cpb-property-footer-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .cpb-property-footer-cards {
    margin-bottom: 2rem;
  }

  .cpb-property-footer-card {
    min-height: 0;
    padding: 1rem 0.95rem;
    border-radius: 1.1rem;
  }

  .cpb-property-footer-card h3 {
    margin-bottom: 0.45rem;
    font-size: 1rem;
  }

  .cpb-property-footer-card p,
  .cpb-property-footer-column p,
  .cpb-property-footer-links a,
  .cpb-property-footer-anchor {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .cpb-property-footer-grid {
    padding: 1.5rem 0;
    gap: 1.2rem;
  }

  .cpb-property-footer-column h3 {
    font-size: 1.12rem;
    margin-bottom: 0.75rem;
  }

  .cpb-property-footer-column h4 {
    font-size: 0.98rem;
    margin-bottom: 0.75rem;
  }

  .cpb-property-footer-column--intro p {
    max-width: none;
  }

  .cpb-property-footer-links {
    gap: 0.55rem;
  }

  .cpb-property-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    padding-top: 1rem;
    font-size: 0.82rem;
  }

  .cpb-host-story {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
  }

  .cpb-host-inquiry-header {
    padding: 1.1rem 1.1rem 1rem;
  }

  .cpb-host-inquiry-title {
    font-size: 1.55rem;
  }

  .cpb-host-inquiry-body {
    padding: 1.1rem;
  }

  .cpb-host-inquiry-grid {
    grid-template-columns: 1fr;
  }

  .cpb-host-inquiry-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cpb-host-inquiry-submit,
  .cpb-host-inquiry-whatsapp {
    width: 100%;
  }

  .cpb-host-inquiry-context-row {
    flex-direction: column;
    gap: 0.2rem;
  }

  .cpb-host-inquiry-context-row strong {
    text-align: left;
  }
}

.cpb-home-listings-filter-shell {
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.04);
}

.cpb-home-listings-filter-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: end;
}

.cpb-home-listings-filter-field {
  display: grid;
  gap: 0.45rem;
}

.cpb-home-listings-filter-field label {
  color: #0f172a;
  font-size: 0.92rem;
  font-weight: 700;
}

.cpb-home-listings-filter-field select {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.85rem 1rem;
  border: 1px solid #dbe3ee;
  border-radius: 1rem;
  background: #fff;
  color: #0f172a;
  font-size: 0.96rem;
}

.cpb-home-listings-filter-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.cpb-home-listings-filter-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0 1.25rem;
  border: 0;
  border-radius: 1rem;
  background: #ff5a5f;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
}

.cpb-home-listings-filter-submit:hover {
  background: #f2474c;
}

.cpb-home-listings-filter-reset {
  color: #0b7a7d;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.cpb-home-listings-filter-reset:hover {
  text-decoration: underline;
}

.cpb-home-listings-filter-results {
  margin: 1rem 0 0;
  color: #64748b;
  font-size: 0.94rem;
  line-height: 1.6;
}

.cpb-home-listings-empty {
  padding: 2rem 1.4rem;
  border: 1px dashed rgba(148, 163, 184, 0.5);
  border-radius: 1.4rem;
  background: #f8fafc;
  text-align: center;
}

.cpb-home-listings-empty h3 {
  margin: 0 0 0.55rem;
  color: #0f172a;
  font-size: 1.2rem;
  font-weight: 700;
}

.cpb-home-listings-empty p {
  margin: 0 0 1rem;
  color: #64748b;
  font-size: 0.96rem;
  line-height: 1.6;
}

.cpb-home-listings-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 1.75rem;
  padding: 1.25rem 1.4rem;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(248,250,252,0.96) 100%);
}

.cpb-home-listings-help h3 {
  margin: 0 0 0.35rem;
  color: #0f172a;
  font-size: 1.15rem;
  font-weight: 700;
}

.cpb-home-listings-help p {
  margin: 0;
  color: #64748b;
  font-size: 0.96rem;
  line-height: 1.65;
  max-width: 46rem;
}

.cpb-summary-row strong,
.cpb-policy-text,
.cpb-whatsapp-order-note {
  overflow-wrap: anywhere;
}

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

  .cpb-home-listings-filter-actions {
    grid-column: 1 / -1;
  }

  .cpb-home-listings-help {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .cpb-home-listings-filter-shell {
    padding: 1rem;
    border-radius: 1.25rem;
  }

  .cpb-home-listings-filter-form {
    grid-template-columns: 1fr;
  }

  .cpb-home-listings-filter-actions {
    grid-column: auto;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .cpb-home-listings-filter-submit {
    width: 100%;
  }

  .cpb-home-listings-filter-reset {
    text-align: center;
  }

  .cpb-home-listings-help {
    padding: 1.05rem 1rem;
    border-radius: 1.25rem;
  }
}
