:root {
  --clr-booking-blue: #003b95;
  --clr-score-blue: #003b95;
  --clr-voucher-red: #e11d48;
  --clr-page: #ffffff;
  --clr-muted: #1e3f24;
  --clr-star: #febb02;
  --clr-border-lite: #e5e7eb;
}

.page-booking { background: var(--clr-page); }

.listings-section { padding: 24px 0 48px; }
.page-apartman .apt-listings,
.page-apartman .listings-section {
  padding: 0 0 16px !important;
  margin: 0 !important;
}
.page-apartman .detail-panel {
  border-top: none !important;
  margin-top: 0 !important;
  padding: 0 0 8px !important;
  scroll-margin-top: 0;
}
.page-apartman .detail-inner {
  padding: 8px 16px 16px !important;
}
@media (min-width: 768px) {
  .page-apartman .detail-inner {
    padding: 10px 24px 20px !important;
  }
}
.page-apartman .btn-back-link {
  margin: 0 !important;
}
.page-apartman .apt-page-toolbar {
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 16px 6px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  box-sizing: border-box;
}
.page-apartman .apt-search-strip.search-card {
  width: 100%;
  min-width: 0;
  margin-bottom: 0;
  scroll-margin-top: 72px;
}
.page-apartman .detail-booking-card {
  scroll-margin-top: 72px;
}
@media (min-width: 768px) {
  .page-apartman .apt-page-toolbar {
    padding: 12px 24px 8px;
  }
}
.page-apartman main {
  padding: 0 !important;
  margin: 0 !important;
}
.listings-inner { max-width: 1120px; margin: 0 auto; padding: 0 16px; }
.listings-heading { font-family: Manrope, sans-serif; font-size: 1.35rem; font-weight: 800; margin: 8px 0 18px; color: #1a1a1a; }
.listing-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 700px) { .listing-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .listing-grid { grid-template-columns: 1fr 1fr 1fr; } }

.listing-card { border: 1px solid var(--clr-border-lite); background: #fff; cursor: pointer; text-align: left; padding: 0; overflow: hidden; border-radius: 0; transition: border-color .2s; }
.listing-card:hover { border-color: #003b95; }
.listing-card.is-active { border: 2px solid #003b95; }
.listing-card-cover { aspect-ratio: 16/10; width: 100%; object-fit: cover; display: block; border-radius: 0; }
.listing-card-body { padding: 12px 14px 14px; }
.listing-card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; }
.listing-name { font-family: Manrope, sans-serif; font-weight: 700; font-size: 1.05rem; color: #1a1a1a; margin: 0 0 4px; }
.listing-score { background: var(--clr-score, #003580); color: #fff; font-weight: 700; font-size: .85rem; padding: 3px 7px; border-radius: 4px 4px 4px 0; line-height: 1.2; }
.listing-stars { color: #febb02; font-size: .85rem; letter-spacing: 1px; }
.listing-meta { color: var(--clr-muted); font-size: .85rem; margin-top: 6px; display: flex; flex-wrap: wrap; gap: 8px 12px; }
.listing-price { margin-top: 10px; font-size: .9rem; color: var(--clr-muted); }
.listing-price strong { color: #1a1a1a; font-size: 1.05rem; }
.listing-voucher-badge { display: inline-block; margin-top: 8px; background: #fff1f2; color: #e11d48; font-size: .75rem; font-weight: 700; padding: 3px 8px; border-radius: 999px; }

.detail-panel { border-top: 1px solid #e5e7eb; padding: 0 0 40px; margin-top: 28px; scroll-margin-top: 90px; }
.detail-inner { max-width: 1120px; margin: 0 auto; padding: 16px 16px 24px; }
@media (min-width: 768px) { .detail-inner { padding: 20px 24px 32px; } }
.detail-header { padding: 16px 16px 12px; }
.detail-title { font-family: Manrope, sans-serif; font-size: 1.5rem; font-weight: 800; margin: 0; color: var(--clr-heading, #111111); min-width: 0; }

.detail-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 12px;
  margin: 14px 0 12px;
  width: 100%;
  box-sizing: border-box;
}
.detail-heading-row .detail-title {
  margin: 0;
  line-height: 1.25;
  min-width: 0;
  overflow-wrap: break-word;
}
.detail-heading-row .btn-full-gallery {
  margin: 0;
  justify-self: end;
  align-self: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
@media (max-width: 560px) {
  .detail-heading-row .btn-full-gallery {
    padding: 8px 10px;
    font-size: 0.78rem;
    gap: 6px;
  }
  .detail-heading-row .btn-full-gallery-icon {
    width: 14px;
    height: 14px;
  }
}
.detail-meta { display: flex; flex-wrap: wrap; gap: 10px 14px; align-items: center; margin: 0 0 8px; }
.detail-sub { display: flex; flex-wrap: wrap; gap: 10px 14px; align-items: center; color: var(--clr-muted); font-size: .9rem; }
.score-badge { background: var(--clr-score, #003580); color: #fff; font-weight: 700; font-size: .85rem; padding: 3px 8px; border-radius: 4px 4px 4px 0; }
.reviews-count { color: var(--clr-muted); font-size: .9rem; }
.detail-distance { color: var(--clr-muted); font-size: .9rem; margin: 0 0 8px; }
.detail-price { margin: 4px 0 12px; font-size: .95rem; color: var(--clr-muted); }
.detail-price strong { color: var(--clr-heading, #111111); font-size: 1.2rem; }
.detail-from { margin-top: 10px; font-size: 1rem; }
.detail-from strong { font-size: 1.25rem; }
.btn-back-link { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 16px; text-decoration: none; color: var(--clr-brand, #1e3f24); font-weight: 600; font-size: .95rem; }

.mosaic-gallery { display: grid; gap: 2px; background: #fff; border-radius: 0; grid-template-columns: 1fr 1fr; }
.mosaic-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 0; cursor: pointer; }
.mosaic-item:first-child { grid-column: 1 / -1; min-height: 220px; }
.mosaic-item { min-height: 110px; position: relative; overflow: hidden; margin: 0; padding: 0; border: 0; background: #111; cursor: pointer; }
@media (min-width: 768px) {
  .mosaic-gallery { grid-template-columns: 1fr 1fr; gap: 2px; }
  .mosaic-item:nth-child(3) { grid-column: 1 / -1; min-height: 320px; }
  .mosaic-item { min-height: 180px; }
}
.mosaic-more { position: absolute; inset: 0; background: rgba(0, 0, 0, .45); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 800; pointer-events: none; }

.detail-body { padding: 16px; }
.amenity-row { display: flex; flex-wrap: wrap; gap: 10px 16px; margin: 12px 0 20px; }
.amenity-chip { display: inline-flex; align-items: center; gap: 6px; font-size: .9rem; color: #1a1a1a; }
.dual-cta {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 8px;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
.dual-cta > a,
.dual-cta > button,
.dual-cta > .btn-booking,
.dual-cta > .btn-direct,
.dual-cta > .btn-call,
.dual-cta > .btn-whatsapp,
.dual-cta > .btn-viber {
  flex: 1 1 0;
  min-width: 0;
  padding: 12px 8px;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.2;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 480px) {
  .dual-cta { gap: 10px; }
  .dual-cta > a,
  .dual-cta > button,
  .dual-cta > .btn-booking,
  .dual-cta > .btn-direct,
  .dual-cta > .btn-call,
  .dual-cta > .btn-whatsapp,
  .dual-cta > .btn-viber {
    padding: 14px 12px;
    font-size: 0.95rem;
  }
}
.btn-booking {
  background: #003580;
  color: #fff;
  border: 1px solid #003580;
  padding: 14px 16px;
  font-weight: 700;
  font-family: Manrope, sans-serif;
  text-align: center;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}
.btn-direct {
  background: #fff;
  color: var(--clr-brand, #1e3f24);
  border: 2px solid var(--clr-brand, #1e3f24);
  padding: 14px 16px;
  font-weight: 700;
  font-family: Manrope, sans-serif;
  text-align: center;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
}
.btn-direct:hover {
  background: #f3f7f4;
}
.btn-whatsapp { background: #25d366; color: #fff; border: none; padding: 14px 16px; font-weight: 700; text-align: center; border-radius: 6px; display: flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; }
.btn-viber { background: #7360f2; color: #fff; border: none; padding: 14px 16px; font-weight: 700; text-align: center; border-radius: 6px; display: flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; }
.btn-booking:hover { background: #00224f; border-color: #00224f; filter: none; }
.btn-whatsapp:hover, .btn-viber:hover { filter: brightness(1.05); }
.btn-whatsapp img,
.btn-viber img,
.btn-booking img,
.btn-call img,
.direct-channel-btn img {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.direct-channel-btn img {
  width: 22px;
  height: 22px;
}
.detail-blurb { color: var(--clr-muted); font-size: .95rem; margin: 0 0 12px; max-width: 60ch; }

.lightbox { position: fixed; inset: 0; background: rgba(0, 0, 0, .92); z-index: 2000; align-items: center; justify-content: center; padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)); box-sizing: border-box; }
.lightbox img { max-width: min(96vw, 1100px); max-height: calc(100vh - 120px - env(safe-area-inset-bottom, 0px)); object-fit: contain; border-radius: 0; }
.lightbox-close, .lightbox-prev, .lightbox-next { position: absolute; background: rgba(255, 255, 255, .15); color: #fff; border: 0; width: 48px; height: 48px; font-size: 1.5rem; cursor: pointer; z-index: 2; }
.lightbox-close { top: 16px; right: 16px; }
.lightbox-prev { left: 12px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 12px; top: 50%; transform: translateY(-50%); }
.lightbox-cta.sticky-bottom-cta--dual {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex !important;
  z-index: 3;
  transform: none !important;
  pointer-events: auto !important;
  will-change: auto;
  background: transparent;
  border-top: 0;
  box-shadow: none;
}

.contact-strip { background: #f8fafc; border-top: 1px solid #e5e7eb; padding: 12px 20px 28px; text-align: center; }
.contact-strip h2 { font-family: Manrope, sans-serif; font-size: 1.25rem; margin: 0 0 8px; }
.contact-strip p { color: var(--clr-muted); margin: 0 0 20px; }
.contact-strip .dual-cta {
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  max-width: 420px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  gap: 10px;
}
.contact-strip .dual-cta > a {
  flex: none;
  width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}
@media (min-width: 640px) {
  .contact-strip .dual-cta {
    flex-direction: row;
    max-width: 640px;
  }
  .contact-strip .dual-cta > a {
    flex: 1 1 0;
    width: auto;
  }
}

/* Compact booking footer - centered with side padding */
.footer {
  padding: 20px 0 16px;
}
.footer-container {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}
.footer-brand {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.2px;
}
.footer-brand .logo-accent { color: var(--clr-accent, #2d6a4f); }
.footer-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 16px;
}
.footer-links a {
  opacity: 1;
  font-size: 0.9rem;
  text-decoration: none;
  color: inherit;
}
.footer-links a:hover {
  opacity: 1;
  color: inherit;
  transform: none;
  text-decoration: underline;
}
.footer-contact a {
  color: inherit;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  opacity: 1;
}
.footer-contact a:hover { text-decoration: underline; }
.footer-copy {
  margin-top: 2px;
  font-size: 0.8rem;
  opacity: 1;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .footer-container { padding: 0 24px 16px; }
}

.hero, .welcome-section, .vouchers-promo-section, .host-card { display: none !important; }

.nav-links { flex-wrap: wrap; }

/* ==========================================================================
   Shared motion utilities (opacity + transform only)
   ========================================================================== */
.motion-fade-in {
  animation: motionFadeIn var(--motion-fast) var(--ease-out) both;
}

@keyframes motionFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.page-apartman .detail-inner.is-revealing {
  opacity: 0;
  transition: opacity var(--motion-med) var(--ease-out);
}

.page-apartman .detail-inner.is-revealing.is-ready {
  opacity: 1;
}

.lightbox {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--motion-med) var(--ease-out), visibility 0s linear var(--motion-med);
}

.lightbox.is-open,
.lightbox.is-closing {
  display: flex;
}

.lightbox:not(.is-open):not(.is-closing) {
  display: none;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
  transition: opacity var(--motion-med) var(--ease-out), visibility 0s;
}

.lightbox.is-closing {
  opacity: 0;
  pointer-events: none;
}

.full-gallery {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--motion-med) var(--ease-out), visibility 0s linear var(--motion-med);
}

.full-gallery.is-open,
.full-gallery.is-closing {
  display: flex;
  visibility: visible;
}

.full-gallery:not(.is-open):not(.is-closing) {
  display: none;
}

.full-gallery.is-open {
  opacity: 1;
  pointer-events: auto;
  transition: opacity var(--motion-med) var(--ease-out), visibility 0s;
}

.full-gallery.is-closing {
  opacity: 0;
  pointer-events: none;
}

.direct-overlay:not([hidden]).is-open,
.direct-overlay:not([hidden]).is-closing {
  display: flex !important;
}

.direct-step.is-active {
  animation: motionFadeIn var(--motion-fast) var(--ease-out) both;
}

@media (prefers-reduced-motion: reduce) {
  .motion-fade-in,
  .direct-step.is-active {
    animation: none !important;
  }

  .page-apartman .detail-inner.is-revealing,
  .lightbox,
  .full-gallery,
  .direct-overlay-backdrop,
  .direct-overlay-sheet,
  .date-picker-backdrop,
  .date-picker-sheet,
  .results-grid,
  .result-card--enter {
    transition: none !important;
  }
}

.amenity-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 24px; }
.amenity-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid #cfe3d4;
  border-radius: 8px;
  font-size: 0.88rem;
  color: var(--clr-heading, #111111);
  background: #f3faf5;
}
.amenity-pill svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #183520;
  opacity: 1;
}
.detail-capacity-block { font-family: Manrope, sans-serif; font-size: 0.95rem; border-left: 3px solid var(--clr-brand, #1e3f24); padding-left: 10px; margin: 14px 0 18px; color: var(--clr-heading, #111111); }
.btn-back-link:hover { text-decoration: underline !important; }

/* --- Apartment carousel --- */
.apt-carousel-wrap {
  /* Full-bleed: break out of .detail-inner horizontal padding */
  margin: 8px -16px 12px;
  width: calc(100% + 32px);
  max-width: none;
  border-radius: 0;
}
@media (min-width: 768px) {
  .apt-carousel-wrap {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
}
/* On wide screens still edge-to-edge within the panel column feel -
   break all the way to viewport when detail-inner is centered */
@media (min-width: 1168px) {
  .apt-carousel-wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.apt-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #111;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
  cursor: grab;
}
.apt-carousel:active { cursor: grabbing; }
.apt-carousel-track {
  display: flex;
  height: 100%;
  width: 100%;
  transition: transform 0.28s ease;
  will-change: transform;
}
.apt-carousel-track.dragging {
  transition: none;
}
.apt-carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: relative;
}
.apt-carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
  pointer-events: none;
  -webkit-user-drag: none;
}
.apt-carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.apt-carousel-nav:hover { background: rgba(255, 255, 255, 0.32); }
.apt-carousel-nav.prev { left: 10px; }
.apt-carousel-nav.next { right: 10px; }
.apt-carousel-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 6px;
  pointer-events: none;
}
.apt-carousel-dot {
  pointer-events: auto;
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
}
.apt-carousel-dot.active { background: rgba(255, 255, 255, 0.72); }
.apt-carousel-counter {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  letter-spacing: 0.02em;
}
.btn-full-gallery {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid #1a1a1a;
  background: #fff;
  color: #1a1a1a;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  border-radius: 4px;
  cursor: pointer;
}
.btn-full-gallery-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: block;
}
.btn-full-gallery:hover { background: #f8fafc; }

/* In-page dual CTA spacing on detail */
.detail-inner > .dual-cta {
  margin-top: 8px;
  padding: 0;
  gap: 10px;
}
.detail-inner > .dual-cta .btn-booking,
.detail-inner > .dual-cta .btn-whatsapp,
.detail-inner > .dual-cta .btn-viber {
  flex: 1;
  text-decoration: none;
}

/* --- Full gallery overlay (1 × 2 × 1 mosaic) --- */
.full-gallery {
  position: fixed;
  inset: 0;
  z-index: 1900;
  background: #fff;
  flex-direction: column;
  overflow: hidden;
}
.full-gallery-header {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
}
.full-gallery-header h2 {
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a1a;
}
.full-gallery-close {
  width: 40px;
  height: 40px;
  border: 0;
  background: #f3f4f6;
  color: #1a1a1a;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 4px;
}
.full-gallery-close:hover { background: #e5e7eb; }
.full-gallery-grid {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  background: #fff;
  padding: 7px;
  align-content: start;
  box-sizing: border-box;
  width: 100%;
}
.full-gallery-item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: #111;
  cursor: pointer;
  overflow: hidden;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.full-gallery-item.is-full {
  grid-column: 1 / -1;
  height: 230px;
}
.full-gallery-item.is-half {
  grid-column: span 1;
  min-width: 0;
  height: 140px;
}
.full-gallery-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .full-gallery-header { padding: 16px 24px; }
  .full-gallery-grid {
    gap: 10px;
    padding: 10px;
  }
  .full-gallery-item.is-full {
    height: 380px;
  }
  .full-gallery-item.is-half {
    height: 230px;
  }
}
@media (min-width: 1024px) {
  .full-gallery-grid {
    gap: 12px;
    padding: 12px;
    max-width: 1120px;
    margin-inline: auto;
  }
  .full-gallery-item.is-full {
    height: 460px;
  }
  .full-gallery-item.is-half {
    height: 280px;
  }
}

.full-gallery-cta.sticky-bottom-cta--dual {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  flex: 0 0 auto;
  display: flex !important;
  z-index: 2;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  transform: none !important;
  pointer-events: auto !important;
  will-change: auto;
}

@media (min-width: 900px) {
  .page-apartman .full-gallery-cta.sticky-bottom-cta--dual {
    display: flex !important;
  }
}

/* --- Sticky dual CTA bar (apartman page) - ONE set only --- */
.sticky-bottom-cta--dual {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  pointer-events: auto;
  flex-direction: row;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  will-change: transform;
}

@media (min-width: 768px) {
  .sticky-bottom-cta--dual {
    padding: 14px 24px calc(14px + env(safe-area-inset-bottom, 0px));
    gap: 12px;
  }
}

.page-apartman .sticky-bottom-cta--dual {
  display: flex !important;
  bottom: 0;
}

.page-apartman .sticky-bottom-cta:not(.sticky-bottom-cta--dual) {
  display: none !important;
}

.page-apartman .footer {
  padding: 18px 0 12px;
}

.page-apartman .footer-container {
  padding-bottom: 12px;
  gap: 6px;
}

@media (min-width: 768px) {
  .page-apartman .footer-container {
    padding-bottom: 12px;
  }
}

.page-apartman .listings-section {
  padding-bottom: 16px;
}

@media (min-width: 768px) {
  .page-apartman .listings-section {
    padding-bottom: 16px;
  }
}

/* Single row · two equal columns: Booking | Direct */
.sticky-cta-main,
.sticky-cta-sub {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  max-width: none;
  display: flex;
}

.sticky-cta-sub {
  gap: 0;
}

.sticky-cta-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
  padding: 14px 12px !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  white-space: nowrap;
  line-height: 1.2;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.sticky-cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sticky-cta-btn.btn-booking {
  background: #003580;
  color: #fff;
  border: 1px solid #003580;
}
.sticky-cta-btn.btn-booking:hover {
  background: #00224f;
  border-color: #00224f;
}

.sticky-cta-btn.btn-direct {
  background: #fff;
  color: var(--clr-brand, #1e3f24);
  border: 2px solid var(--clr-brand, #1e3f24);
}
.sticky-cta-btn.btn-direct:hover {
  background: #f3f7f4;
}

/* Channel / call accents - white + brand green outline */
.btn-call {
  background: #fff;
  color: var(--clr-brand, #1e3f24);
  border: 2px solid var(--clr-brand, #1e3f24);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-family: Manrope, sans-serif;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  padding: 14px 16px;
  box-sizing: border-box;
}
.btn-call:hover {
  background: #f3f7f4;
}

.btn-whatsapp.sticky-cta-btn,
.sticky-cta-btn.btn-whatsapp {
  background-color: #25d366;
  color: #ffffff;
  border: 1px solid #25d366;
}
.btn-whatsapp.sticky-cta-btn:hover {
  background-color: #20ba5a;
}

.btn-viber.sticky-cta-btn,
.sticky-cta-btn.btn-viber {
  background-color: #7360f2;
  color: #ffffff;
  border: 1px solid #7360f2;
}
.btn-viber.sticky-cta-btn:hover {
  background-color: #5f4ce6;
}

.phone-icon {
  margin-right: 6px;
  font-size: 1.05em;
}
.phone-icon-img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  flex-shrink: 0;
}

/* Detail layout + booking card (mobile stack; desktop ≥900px two-col) */
.apt-gallery-block {
  width: 100%;
}
.apt-mosaic-wrap {
  display: none;
}
.detail-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 8px;
}
.detail-booking-card {
  border: none;
  background: #fff1b8;
  padding: 12px 14px 14px;
  border-radius: 10px;
  border-left: 4px solid var(--clr-booking-blue, #003b95);
  box-shadow: 0 3px 15px rgba(30, 63, 36, 0.05);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 40;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.detail-booking-card-title {
  font-family: Manrope, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  margin: 0 0 6px;
  color: var(--clr-booking-blue, #003b95);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.detail-booking-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 12px;
  align-items: start;
}
.detail-booking-main {
  min-width: 0;
}
.detail-booking-card .detail-price {
  margin: 0;
}
.detail-price--hero {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: var(--clr-muted);
  font-size: 0.82rem;
}
.detail-price--hero .detail-price-label {
  font-weight: 600;
  color: var(--clr-muted);
  min-height: 1.2rem;
  display: flex;
  align-items: center;
}
.detail-price--hero .detail-price-value {
  font-family: Manrope, sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--clr-heading, #111111);
  line-height: 1.15;
  letter-spacing: -0.02em;
  min-height: 1.55rem;
  display: flex;
  align-items: center;
}
.detail-price--hero .detail-price-night {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--clr-muted);
}
.detail-search-summary {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  display: grid;
  grid-template-rows: 1.35rem 1.2rem 1.55rem 1.2rem;
  align-items: center;
  justify-items: end;
  text-align: right;
  padding-top: 0;
  gap: 0;
}
.detail-search-summary.is-missing-dates {
  grid-template-rows: 1.35rem auto auto;
  gap: 8px;
  align-items: end;
}
.detail-search-summary.is-incomplete-dates {
  grid-template-rows: 1.35rem 1.2rem 1.55rem auto;
  gap: 6px;
  align-items: end;
}
.detail-booking-dates-alert {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  max-width: 11.5rem;
  color: #be123c;
  font-family: Manrope, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: right;
}
.detail-booking-dates-alert-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  background: #e11d48;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
}
.detail-booking-dates-alert-text {
  min-width: 0;
}
.detail-booking-main .detail-booking-card-title {
  min-height: 1.35rem;
  display: flex;
  align-items: center;
  margin: 0;
}
.detail-booking-side-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 6px;
  white-space: nowrap;
}
.detail-booking-side-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--clr-muted);
}
.detail-booking-side-value {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--clr-heading, #111111);
  line-height: 1.25;
  white-space: nowrap;
}
.detail-booking-side-row.is-muted .detail-booking-side-value,
.detail-booking-side-value.is-muted {
  font-weight: 600;
  color: var(--clr-muted);
  white-space: normal;
  max-width: 9.5rem;
}
.detail-booking-side-row.is-empty,
.detail-booking-side-value.is-empty {
  visibility: hidden;
}
.detail-booking-edit {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  margin: 0;
  padding: 0 0 1px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--clr-heading, #111111);
  font-family: Manrope, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  line-height: 1.2;
  text-decoration: none;
}
.detail-booking-edit img {
  width: 14px;
  height: 14px;
  display: block;
  flex-shrink: 0;
}
.detail-booking-edit:hover {
  text-decoration: none;
}
.detail-booking-edit.is-urgent {
  justify-content: center;
  gap: 6px;
  padding: 7px 14px;
  border: 0;
  border-radius: 999px;
  background: #e11d48;
  color: #fff;
  box-shadow: 0 2px 8px rgba(225, 29, 72, 0.28);
}
.detail-booking-edit.is-urgent img {
  filter: brightness(0) invert(1);
}
.detail-booking-edit.is-urgent:hover {
  background: #be123c;
}
.detail-booking-card.is-nudge-flash {
  box-shadow: 0 0 0 2px #e11d48, 0 3px 15px rgba(30, 63, 36, 0.05);
}
.detail-booking-card.is-missing-dates {
  border-left-color: #e11d48;
}
.apt-search-strip.is-flash .search-field-dates {
  border-color: #e11d48;
  box-shadow: 0 0 0 2px #e11d48;
}
.apt-search-strip.is-flash-guests .search-field-guests {
  border-color: #e11d48;
  box-shadow: 0 0 0 2px #e11d48;
}
.detail-booking-meta-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.84rem;
  line-height: 1.3;
}
.detail-booking-meta-label {
  color: var(--clr-muted);
  font-weight: 600;
  flex-shrink: 0;
}
.detail-booking-meta-value {
  color: var(--clr-heading, #111111);
  font-weight: 700;
  text-align: right;
  min-width: 0;
}
.detail-booking-meta-row.is-muted .detail-booking-meta-value {
  color: var(--clr-muted);
  font-weight: 600;
}
.detail-trip-summary {
  margin: 0;
  padding: 0;
  border: none;
}
.detail-trip-summary .detail-search-summary {
  margin: 0;
}
.detail-trip-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.detail-trip-chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(161, 117, 12, 0.35);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--clr-heading, #111111);
  line-height: 1.2;
}
.detail-trip-chip.is-muted {
  font-weight: 600;
  color: var(--clr-muted);
}
.detail-search-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.9rem;
  padding: 3px 0;
}
.detail-search-label {
  color: var(--clr-muted);
  font-weight: 600;
}
.detail-search-value {
  color: var(--clr-heading, #111111);
  font-weight: 700;
  text-align: right;
}
.detail-search-empty {
  margin: 4px 0 0;
  font-size: 0.82rem;
  color: var(--clr-muted);
  line-height: 1.4;
}
.detail-booking-ctas {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.detail-booking-ctas > a,
.detail-booking-ctas > button {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  max-width: 100%;
  padding: 12px 8px;
  font-size: 0.8rem;
  line-height: 1.2;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  box-sizing: border-box;
}
.detail-booking-ctas .btn-booking,
.detail-booking-ctas .btn-direct {
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: balance;
}

.btn-booking.needs-dates,
.btn-direct.needs-dates,
.sticky-cta-btn.needs-dates {
  opacity: 0.48;
  filter: grayscale(0.45);
  box-shadow: none !important;
  cursor: pointer;
  transform: none !important;
}

.btn-direct.needs-dates::before,
.sticky-cta-btn.btn-direct.needs-dates::before {
  content: '!';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.15em;
  height: 1.15em;
  margin-right: 0.35em;
  border-radius: 999px;
  background: #e11d48;
  color: #fff;
  font-size: 0.78em;
  font-weight: 800;
  line-height: 1;
}

.sticky-cta-btn.btn-direct.needs-dates,
.detail-booking-ctas .btn-direct.needs-dates {
  white-space: normal;
  font-size: 0.85rem !important;
  line-height: 1.25;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.btn-booking.needs-dates:hover,
.btn-direct.needs-dates:hover,
.sticky-cta-btn.needs-dates:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* Missing dates: one full-width CTA (Booking hidden until dates picked) */
body.booking-need-dates .sticky-cta-main,
body.booking-need-dates .detail-booking-ctas .btn-booking {
  display: none !important;
}
body.booking-need-dates .sticky-bottom-cta--dual .sticky-cta-sub,
body.booking-need-dates .detail-booking-ctas .btn-direct {
  flex: 1 1 100%;
  max-width: none;
  width: 100%;
}

/* Mobile: in-card CTAs; sticky bar slides behind reservation card */
@media (max-width: 899px) {
  .page-apartman .detail-booking-ctas {
    display: flex;
  }

  .page-apartman .sticky-bottom-cta--dual {
    z-index: 20;
    transition: none;
  }

  body.cta-card-in-view .page-apartman .sticky-bottom-cta--dual {
    pointer-events: none;
  }
}

/* ==========================================================================
   DESKTOP ≥900px - mosaic + sticky booking sidebar
   ========================================================================== */
@media (min-width: 900px) {
  .page-apartman .detail-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 20px 24px 48px !important;
  }

  .page-apartman .btn-back-link {
    margin-bottom: 0 !important;
  }

  .page-apartman .apt-page-toolbar {
    padding: 14px 24px 10px;
  }

  /* Hide phone carousel; show contained mosaic */
  .page-apartman .apt-carousel-wrap {
    display: none !important;
  }
  .page-apartman .apt-mosaic-wrap {
    display: block;
    margin: 0 0 28px;
    border-radius: 8px;
    overflow: hidden;
  }
  .page-apartman .apt-mosaic.mosaic-gallery {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 6px;
    height: min(420px, 48vh);
    background: transparent;
  }
  .page-apartman .apt-mosaic .mosaic-item {
    min-height: 0;
    border-radius: 4px;
    overflow: hidden;
  }
  .page-apartman .apt-mosaic .mosaic-item:first-child {
    grid-column: 1;
    grid-row: 1 / 3;
    min-height: 0;
  }
  .page-apartman .apt-mosaic .mosaic-item:nth-child(3) {
    grid-column: auto;
    min-height: 0;
  }
  .page-apartman .apt-mosaic .mosaic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page-apartman .detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 340px);
    gap: 40px;
    align-items: start;
  }

  .page-apartman .detail-title {
    font-size: 1.85rem;
  }

  .page-apartman .detail-heading-row {
    margin: 18px 0 16px;
    gap: 16px;
  }

  .page-apartman .detail-heading-row .btn-full-gallery {
    padding: 12px 18px;
    font-size: 0.9rem;
  }

  .page-apartman .detail-booking-card {
    position: sticky;
    top: 72px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 8px 28px rgba(30, 63, 36, 0.08);
  }

  .page-apartman .detail-booking-ctas {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .page-apartman .detail-booking-ctas > a,
  .page-apartman .detail-booking-ctas > button {
    width: 100%;
    flex: none;
    font-size: 0.9rem;
    padding: 14px 12px;
  }

  /* Hide mobile sticky bottom bar on desktop */
  .page-apartman .sticky-bottom-cta--dual {
    display: none !important;
  }

  .page-apartman .footer-container {
    padding-bottom: 12px;
  }

  .page-apartman .listings-section,
  .page-apartman .apt-listings {
    padding-bottom: 16px !important;
  }
}

@media (min-width: 1100px) {
  .page-apartman .apt-mosaic.mosaic-gallery {
    height: min(460px, 50vh);
  }
  .page-apartman .detail-layout {
    gap: 48px;
    grid-template-columns: minmax(0, 1.4fr) minmax(300px, 360px);
  }
}

/* Sticky: two-column labels may wrap slightly on narrow phones */
.page-apartman .sticky-cta-btn {
  white-space: normal;
  font-size: 0.78rem !important;
  padding: 12px 8px !important;
  line-height: 1.25;
}

@media (min-width: 480px) {
  .page-apartman .sticky-cta-btn {
    font-size: 0.88rem !important;
    padding: 14px 12px !important;
  }
}

/* ==========================================================================
   Direct booking overlay (channels → call checklist / message preview)
   ========================================================================== */
body.direct-overlay-open {
  overflow: hidden;
}

.direct-overlay {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.direct-overlay[hidden] {
  display: none !important;
}

.direct-overlay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 25, 21, 0.55);
  opacity: 0;
  transition: opacity var(--motion-med) var(--ease-out);
}

.direct-overlay.is-open .direct-overlay-backdrop {
  opacity: 1;
}

.direct-overlay.is-closing .direct-overlay-backdrop {
  opacity: 0;
}

.direct-overlay-sheet {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--motion-med) var(--ease-out), transform var(--motion-med) var(--ease-out);
}

.direct-overlay.is-open .direct-overlay-sheet {
  opacity: 1;
  transform: translateY(0);
}

.direct-overlay.is-closing .direct-overlay-sheet {
  opacity: 0;
  transform: translateY(8px);
}

.direct-overlay-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid #e5e7eb;
  flex-shrink: 0;
}

.direct-overlay-header h2 {
  flex: 1;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--clr-heading, #111111);
  line-height: 1.25;
}

.direct-overlay-back,
.direct-overlay-close {
  width: 40px;
  height: 40px;
  border: 0;
  background: #f3f6f4;
  border-radius: 50%;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  color: var(--clr-heading, #111111);
  flex-shrink: 0;
}

.direct-overlay-back.is-hidden {
  visibility: hidden;
  pointer-events: none;
}

.direct-step {
  display: none;
  flex-direction: column;
  gap: 16px;
  padding: 20px 16px 28px;
  flex: 1;
  overflow-y: auto;
}

.direct-step.is-active {
  display: flex;
}

.direct-step-lead {
  margin: 0;
  font-size: 0.95rem;
  color: var(--clr-muted);
  line-height: 1.45;
}

.direct-channel-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.direct-channel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 14px;
  border-radius: 10px;
  border: none;
  font-family: Manrope, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.direct-channel-call {
  background: #fff;
  color: var(--clr-brand, #1e3f24);
  border: 2px solid var(--clr-brand, #1e3f24);
}
.direct-channel-call:hover {
  background: #f3f7f4;
}
.direct-channel-wa {
  background: #25d366;
}
.direct-channel-wa:hover {
  filter: brightness(1.05);
}
.direct-channel-viber {
  background: #7360f2;
}
.direct-channel-viber:hover {
  filter: brightness(1.05);
}

.direct-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
}

.direct-checklist-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.95rem;
}

.direct-checklist-item:last-child {
  border-bottom: none;
}

.direct-checklist-label {
  color: var(--clr-muted);
  font-weight: 600;
}

.direct-checklist-value {
  color: var(--clr-heading, #111111);
  font-weight: 700;
  text-align: right;
}

.direct-message-preview {
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  border-radius: 10px;
  padding: 16px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--clr-heading, #111111);
}

.direct-message-preview p {
  margin: 0 0 8px;
}

.direct-message-preview p:last-child {
  margin-bottom: 0;
}

.direct-message-preview strong {
  font-weight: 800;
  color: var(--clr-brand, #1e3f24);
}

.direct-primary-cta {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: auto;
  padding: 16px 14px !important;
  font-size: 1rem !important;
  font-weight: 700;
  border-radius: 10px !important;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
}

@media (min-width: 600px) {
  .direct-overlay {
    align-items: center;
    padding: 24px;
  }
  .direct-overlay-sheet {
    height: auto;
    max-height: min(720px, 92vh);
    border-radius: 14px;
    overflow: hidden;
  }
}
/* ==========================================================================
   Vouchers page (vauceri.html) - Variant F aligned
   ========================================================================== */
.page-vauceri {
  font-size: 16px;
}

.page-vauceri .btn-back-link,
.page-vauceri .footer-links a,
.page-vauceri .footer-contact a,
.page-vauceri .footer-copy,
.page-vauceri .contact-strip p,
.page-vauceri .contact-strip .dual-cta > a,
.page-vauceri .cta-pill,
.page-vauceri .f-brand {
  font-size: 1rem;
}

.page-vauceri .f-voucher {
  font-size: 1rem !important;
}

.page-vauceri .voucher-page {
  max-width: none;
  margin: 0;
  padding: 0 0 40px;
}

.page-vauceri .voucher-page-toolbar {
  max-width: 720px;
  margin: 0 auto;
  padding: 14px 16px 10px;
}

.page-vauceri .voucher-page-toolbar .btn-back-link {
  margin: 0;
}

.page-vauceri .voucher-page-header {
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.06) 0%, transparent 42%),
    linear-gradient(180deg, #254a2c 0%, var(--clr-brand, #1e3f24) 55%, #162f1b 100%);
  color: #fff;
  padding: 36px 16px 40px;
  margin: 0 0 8px;
  text-align: center;
}

.page-vauceri .voucher-page-header-inner {
  max-width: 720px;
  margin: 0 auto;
}

.page-vauceri .voucher-page-header h1 {
  font-family: var(--font-heading, Manrope, sans-serif);
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.page-vauceri .voucher-page-header p {
  margin: 0 auto;
  max-width: 34em;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.page-vauceri .voucher-apartments {
  padding: 28px 0 0;
  margin: 0;
}

.page-vauceri .voucher-apartments-head {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 16px 14px;
}

.page-vauceri .voucher-apartments-head h2 {
  font-family: var(--font-heading, Manrope, sans-serif);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--clr-heading, #1a2420);
  margin: 0 0 6px;
  line-height: 1.25;
}

.page-vauceri .voucher-apartments-head p {
  margin: 0;
  font-size: 1rem;
  color: var(--clr-text-muted, #62726b);
  line-height: 1.45;
}

.page-vauceri .voucher-swipe {
  position: relative;
  overflow: hidden;
}

.page-vauceri .voucher-swipe-nav {
  position: absolute;
  top: 42%;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(30, 63, 36, 0.55);
  color: #fff;
  font-size: 1.65rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.page-vauceri .voucher-swipe-nav span {
  display: block;
  margin-top: -2px;
}

.page-vauceri .voucher-swipe-nav:hover {
  background: rgba(30, 63, 36, 0.78);
}

.page-vauceri .voucher-swipe-nav:focus-visible {
  outline: 2px solid var(--clr-accent, #d4a373);
  outline-offset: 2px;
}

.page-vauceri .voucher-swipe-prev {
  left: 8px;
  transform: translateY(-50%);
}

.page-vauceri .voucher-swipe-next {
  right: 8px;
  transform: translateY(-50%);
}

.page-vauceri .voucher-swipe-nav[hidden] {
  display: none;
}

.page-vauceri .voucher-swipe-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: none;
  scroll-padding-inline: 16px;
  padding: 4px 16px 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}

.page-vauceri .voucher-swipe-track::-webkit-scrollbar {
  display: none;
}

.page-vauceri .voucher-swipe-card {
  position: relative;
  flex: 0 0 min(78vw, 280px);
  scroll-snap-align: none;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--clr-border, #e2e8e5);
  border-radius: 12px;
  overflow: hidden;
  color: inherit;
  box-shadow: 0 4px 14px rgba(30, 63, 36, 0.06);
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
}

.page-vauceri .voucher-swipe-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(100, 116, 139, 0.1);
  border-radius: inherit;
}

.page-vauceri .voucher-swipe-media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #e8eee9;
  overflow: hidden;
}

.page-vauceri .voucher-swipe-media::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(15, 23, 42, 0.12);
}

.page-vauceri .voucher-swipe-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-vauceri .voucher-swipe-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #d90429;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 5px 8px;
  z-index: 2;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.page-vauceri .voucher-swipe-badge img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}

.page-vauceri .voucher-swipe-body {
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 0;
}

.page-vauceri .voucher-swipe-title {
  margin: 0;
  font-family: var(--font-heading, Manrope, sans-serif);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--clr-heading, #1a2420);
  line-height: 1.25;
}

.page-vauceri .voucher-swipe-meta {
  margin: 0;
  font-size: 1rem;
  color: var(--clr-text-muted, #62726b);
  line-height: 1.35;
}

.page-vauceri .voucher-swipe-price {
  margin-top: 6px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--clr-heading, #1a2420);
  line-height: 1.2;
}

.page-vauceri .voucher-swipe-price span {
  font-size: 1rem;
  font-weight: 500;
  color: var(--clr-text-muted, #62726b);
}

.page-vauceri .voucher-page-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 4px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.page-vauceri .voucher-section {
  padding: 24px 0;
  border-top: 1px solid var(--clr-border, #e2e8e5);
}

.page-vauceri .voucher-section:first-child {
  border-top: 0;
  padding-top: 4px;
}

.page-vauceri .voucher-section h2 {
  font-family: var(--font-heading, Manrope, sans-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--clr-heading, #111111);
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--clr-accent, #d4a373);
  display: inline-block;
}

.page-vauceri .voucher-section > p {
  margin: 0 0 20px;
  color: var(--clr-text-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.page-vauceri .voucher-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-vauceri .voucher-step-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.page-vauceri .step-num {
  background: var(--clr-brand, #1e3f24);
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}

.page-vauceri .step-text strong {
  display: block;
  font-size: 1.0625rem;
  color: var(--clr-heading, #111111);
  margin-bottom: 4px;
}

.page-vauceri .step-text p {
  margin: 0;
  color: var(--clr-text-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.page-vauceri .voucher-role-list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--clr-text-muted);
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

.page-vauceri .voucher-role-list strong {
  color: var(--clr-heading, #111111);
}

.page-vauceri .voucher-cta-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  margin-top: 28px;
}

.page-vauceri .btn-choose-large {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 20px;
  background: #2d6a4f;
  color: #fff;
  font-family: var(--font-heading, Manrope, sans-serif);
  font-size: 1.0625rem;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #2d6a4f;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: 0 8px 24px rgba(45, 106, 79, 0.25);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.page-vauceri .btn-choose-large:hover {
  background: #1b4332;
  border-color: #1b4332;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(45, 106, 79, 0.35);
}

.page-vauceri .btn-call-large {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 0;
  padding: 18px 20px;
  background: #fff;
  color: var(--clr-brand, #1e3f24);
  font-family: var(--font-heading, Manrope, sans-serif);
  font-size: 1.0625rem;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  border: 2px solid var(--clr-brand, #1e3f24);
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.page-vauceri .btn-call-large img {
  flex-shrink: 0;
  filter: none;
}

.page-vauceri .btn-call-large:hover {
  background: #f3f7f4;
  transform: translateY(-2px);
  box-shadow: none;
}

.page-vauceri .sticky-bottom-cta,
.page-vauceri .contact-strip {
  display: none !important;
}

.page-vauceri .footer-container {
  padding-bottom: 24px;
}

@media (min-width: 640px) {
  .page-vauceri .voucher-page {
    padding: 0 0 48px;
  }

  .page-vauceri .voucher-page-header {
    padding: 44px 24px 48px;
  }

  .page-vauceri .voucher-page-toolbar {
    padding: 16px 24px 12px;
  }

  .page-vauceri .voucher-page-header h1 {
    font-size: 1.75rem;
  }

  .page-vauceri .voucher-apartments-head {
    padding: 0 24px 16px;
  }

  .page-vauceri .voucher-swipe-track {
    scroll-padding-inline: 24px;
    padding: 4px 24px 10px;
    gap: 14px;
  }

  .page-vauceri .voucher-swipe-card {
    flex-basis: 300px;
  }

  .page-vauceri .voucher-page-inner {
    padding: 6px 24px 0;
  }

  .page-vauceri .btn-choose-large,
  .page-vauceri .btn-call-large {
    font-size: 1.15rem;
    padding: 20px 24px;
  }
}

/* ==========================================================================
   Voucher browse mode (from vauceri.html? → ?from=vaucer)
   Hide Booking.com CTAs; keep direct / WhatsApp / Viber / call
   ========================================================================== */
body.voucher-mode .btn-booking,
body.voucher-mode .sticky-cta-main {
  display: none !important;
}

body.voucher-mode .sticky-bottom-cta--dual .sticky-cta-sub {
  flex: 1 1 100%;
}

body.voucher-mode .result-card-rating {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

body.voucher-mode .detail-booking-ctas .btn-booking {
  display: none !important;
}
