/* ============================================
   TRIPFLORIC — Listing Pages (Tours & Hotels)
   Proper CSS with .home-v2 prefix to override home.css
   ============================================ */

/* ==================================================
   HERO
   ================================================== */
.lp-hero { position: relative; min-height: 380px; display: flex; align-items: flex-end; padding-top: 80px; padding-bottom: 60px; overflow: hidden; }
.lp-hero-bg { position: absolute; inset: 0; z-index: 0; }
.lp-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.lp-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,23,42,0.55) 0%, rgba(15,23,42,0.7) 100%); z-index: 1; }
.lp-hero-content { position: relative; z-index: 2; width: 100%; }
.lp-hero-breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; font-size: 14px; color: rgba(255,255,255,0.7); }
.lp-hero-breadcrumb a { color: rgba(255,255,255,0.7); transition: color 0.2s; }
.lp-hero-breadcrumb a:hover { color: #fff; }
.lp-hero-breadcrumb .sep { font-size: 11px; }
.lp-hero h1 { font-size: 40px; font-weight: 800; color: #fff; margin-bottom: 12px; letter-spacing: -0.02em; text-shadow: 0 2px 8px rgba(0,0,0,0.2); }
.lp-hero-sub { font-size: 17px; color: rgba(255,255,255,0.85); max-width: 520px; line-height: 1.6; }

/* ==================================================
   SEARCH BAR
   ================================================== */
.lp-search-bar { position: relative; z-index: 10; margin-top: -40px; margin-bottom: 0; }
.lp-search-bar-inner { background: #fff; border-radius: 16px; box-shadow: 0 8px 40px rgba(0,0,0,0.12); display: flex; align-items: stretch; overflow: hidden; border: 1px solid rgba(255,255,255,0.8); transition: box-shadow 0.3s; }
.lp-search-bar-inner:hover { box-shadow: 0 12px 48px rgba(0,0,0,0.15); }
.lp-search-field { flex: 1; display: flex; align-items: center; gap: 12px; padding: 18px 20px; border-right: 1px solid #f0f0f0; cursor: pointer; transition: background 0.2s; }
.lp-search-field:last-of-type { border-right: none; }
.lp-search-field:hover { background: #fafbfc; }
.lp-search-field .icon { width: 40px; height: 40px; border-radius: 10px; background: var(--primary-light); display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 16px; flex-shrink: 0; transition: transform 0.2s; }
.lp-search-field:hover .icon { transform: scale(1.08); }
.lp-search-field .field-info { flex: 1; min-width: 0; }
.lp-search-field .field-label { font-size: 12px; font-weight: 600; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 2px; }
.lp-search-field input, .lp-search-field select { width: 100%; border: none; background: transparent; font-size: 15px; font-weight: 500; color: #1e293b; outline: none; cursor: pointer; }
.lp-search-field select { appearance: none; -webkit-appearance: none; padding-right: 20px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2394a3b8' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0 center; }
.lp-search-btn { display: flex; align-items: center; gap: 10px; padding: 18px 36px; background: linear-gradient(135deg, var(--warning), #e09100); color: #fff; font-size: 16px; font-weight: 700; border: none; cursor: pointer; transition: all 0.3s; white-space: nowrap; }
.lp-search-btn:hover { background: #e09100; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,158,11,0.35); }

/* ==================================================
   TRUST BADGES
   ================================================== */
.lp-trust { display: flex; gap: 16px; margin-bottom: 40px; overflow-x: auto; scrollbar-width: none; }
.lp-trust::-webkit-scrollbar { display: none; }
.lp-trust-item { display: flex; align-items: center; gap: 12px; padding: 16px 20px; background: #fff; border-radius: 14px; border: 1px solid rgba(0,0,0,0.06); transition: all 0.3s; min-width: 200px; flex: 1; }
.lp-trust-item:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); border-color: var(--primary); }
.lp-trust-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--primary-light); color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.lp-trust-item:hover .lp-trust-icon { background: var(--primary); color: white; }
.lp-trust-text h4 { font-size: 13px; font-weight: 700; color: var(--text-primary); margin-bottom: 2px; }
.lp-trust-text p { font-size: 11px; color: var(--text-tertiary); line-height: 1.4; }

/* ==================================================
   RESULTS HEADER
   ================================================== */
.lp-results-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 24px; }
.lp-results-header h2 { font-size: 28px; font-weight: 800; color: var(--text-primary); margin-bottom: 4px; letter-spacing: -0.02em; }
.lp-results-count { font-size: 14px; color: var(--text-tertiary); }
.lp-results-count strong { color: #0f172a; font-weight: 700; }
.lp-results-actions { display: flex; align-items: center; gap: 12px; }
.lp-sort-select { padding: 8px 32px 8px 12px; border: 1px solid var(--border-light); border-radius: 8px; font-size: 13px; color: var(--text-secondary); background: #fff; cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2394a3b8' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 10px center; }
.lp-sort-select:focus { border-color: var(--primary); outline: none; }
.lp-view-toggle { display: flex; gap: 4px; }
.lp-view-btn { width: 36px; height: 36px; border-radius: 8px; border: 1px solid var(--border-light); background: #fff; color: var(--text-tertiary); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s; }
.lp-view-btn.active, .lp-view-btn:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.lp-mobile-filter-btn { display: none !important; align-items: center; gap: 6px; padding: 8px 16px; background: var(--primary); color: white; border: none; border-radius: 8px; font-size: 13px; font-weight: 600; cursor: pointer; }
.lp-mobile-filter-btn:hover { background: var(--primary-hover); }

/* ==================================================
   FILTER SIDEBAR
   ================================================== */
.lp-layout { display: grid; grid-template-columns: 280px 1fr; gap: 32px; align-items: flex-start; }
.lp-sidebar { position: sticky; top: 100px; max-height: calc(100vh - 120px); overflow-y: auto; overflow-x: hidden; scrollbar-width: none; -ms-overflow-style: none; }
.lp-sidebar::-webkit-scrollbar { display: none; }
.lp-sidebar-overlay { display: none; }
.lp-sidebar-card { background: #fff; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); padding: 24px; border: 1px solid rgba(0,0,0,0.06); }
.lp-sidebar-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--border-light); position: sticky; top: 0; background: white; z-index: 10; }
.lp-sidebar-header h3 { font-size: 17px; font-weight: 700; color: var(--text-primary); display: flex; align-items: center; gap: 8px; }
.lp-sidebar-header h3 i { color: var(--primary); }
.lp-sidebar-close-btn { display: none !important; }
.lp-sidebar-reset { font-size: 13px; color: var(--primary); font-weight: 500; cursor: pointer; background: none; border: none; }
.lp-sidebar-reset:hover { color: var(--primary-hover); }
.lp-filter-section { border-bottom: 1px solid var(--border-light, #eee); padding-bottom: 16px; margin-bottom: 16px; }
.lp-filter-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.lp-filter-section-title { display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding: 8px 0; font-size: 14px; font-weight: 600; color: #1a1a1a; user-select: none; }
.lp-filter-section-title:hover { color: var(--primary); }
.lp-filter-section-title i { font-size: 12px; color: #6b7280; transition: transform 0.2s; }
.lp-filter-section.collapsed .lp-filter-section-title i { transform: rotate(-90deg); }
.lp-filter-section-body { overflow: hidden; transition: max-height 0.3s ease, opacity 0.2s ease; max-height: 1000px; opacity: 1; }
.lp-filter-section.collapsed .lp-filter-section-body { max-height: 0; opacity: 0; padding-top: 0; }
.lp-filter-group { margin-bottom: 20px; }
.lp-filter-group:last-child { margin-bottom: 0; }
.lp-filter-label { font-size: 13px; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.lp-filter-search { position: relative; }
.lp-filter-search input { width: 100%; padding: 10px 12px 10px 36px; border: 1px solid var(--border-light); border-radius: 10px; font-size: 13px; color: var(--text-secondary); background: var(--bg-secondary); }
.lp-filter-search input:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(12,95,88,0.1); outline: none; }
.lp-filter-search input::placeholder { color: var(--text-tertiary); }
.lp-filter-search i { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: var(--text-tertiary); font-size: 13px; }
.lp-check-item { display: flex; align-items: center; gap: 10px; padding: 6px 0; cursor: pointer; font-size: 13px; color: var(--text-secondary); }
.lp-check-item:hover { color: var(--primary); }
.lp-check-item input[type="checkbox"], .lp-check-item input[type="radio"] { width: 16px; height: 16px; accent-color: var(--primary); cursor: pointer; }
.lp-check-item .count { margin-left: auto; font-size: 12px; color: var(--text-tertiary); }
.lp-check-item .stars { display: flex; gap: 1px; color: var(--warning); font-size: 12px; }
.lp-price-display { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.lp-price-display span { font-size: 13px; color: var(--text-tertiary); font-weight: 500; }
.lp-price-slider { width: 100%; -webkit-appearance: none; appearance: none; height: 4px; border-radius: 2px; background: linear-gradient(to right, var(--primary) 0%, var(--primary) var(--val, 50%), var(--border-light) var(--val, 50%), var(--border-light) 100%); outline: none; margin-bottom: 12px; }
.lp-price-slider::-webkit-slider-thumb { -webkit-appearance: none; width: 18px; height: 18px; border-radius: 50%; background: var(--primary); cursor: pointer; box-shadow: 0 2px 6px rgba(12,95,88,0.3); border: 3px solid #fff; }
.lp-price-inputs { display: flex; gap: 8px; width: 100%; }
.lp-price-inputs input { flex: 1; min-width: 0; padding: 10px 12px; border: 1px solid var(--border-light); border-radius: 8px; font-size: 14px; font-weight: 500; color: var(--text-primary); background: white; text-align: center; }
.lp-price-inputs input:focus { border-color: var(--primary); outline: none; }
.lp-view-map-btn { width: 100%; padding: 14px; border: 2px solid var(--primary); border-radius: 12px; background: transparent; color: var(--primary); font-size: 14px; font-weight: 700; cursor: pointer; transition: all 0.3s; display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 20px; }
.lp-view-map-btn:hover { background: var(--primary); color: white; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(12,95,88,0.3); }

/* ==================================================
   HOTEL CARDS — Grid View (Default: 2 columns)
   Matches home page hv2-tour-card design language
   ================================================== */

/* --- Grid Container --- */
.home-v2 .lp-hotel-grid,
.lp-hotel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* --- List View --- */
.lp-hotel-grid-list.lp-hotel-grid {
  grid-template-columns: 1fr;
  gap: 20px;
}

/* ============================================
   HOTEL CARD — Matches hv2-tour-card design
   ============================================ */
.home-v2 .lp-hotel-card,
.lp-hotel-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border-light);
  box-shadow: 0 2px 6px rgba(15,23,42,0.04);
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  position: relative;
}

.lp-hotel-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(15,23,42,0.12);
}

/* ============================================
   HOTEL CARD — List View Override
   ============================================ */
.lp-hotel-grid-list .lp-hotel-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0;
  min-height: 200px;
  align-items: stretch;
}

.lp-hotel-grid-list .lp-hotel-card-img {
  aspect-ratio: auto;
  height: auto;
  min-height: 200px;
  max-height: 260px;
}

.lp-hotel-grid-list .lp-hotel-card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.lp-hotel-grid-list .lp-hotel-card-body {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
}

.lp-hotel-grid-list .lp-hotel-card-name {
  font-size: 17px;
  margin-bottom: 6px;
}

.lp-hotel-grid-list .lp-hotel-card-location {
  font-size: 13px;
  margin-bottom: 8px;
}

.lp-hotel-grid-list .lp-hotel-card-rating {
  font-size: 13px;
  margin-bottom: 10px;
}

.lp-hotel-grid-list .lp-hotel-card-amenities {
  margin-bottom: 12px;
}

.lp-hotel-grid-list .lp-hotel-card-amenity {
  font-size: 12px;
  padding: 4px 10px;
}

.lp-hotel-grid-list .lp-hotel-card-body .lp-hotel-card-bottom {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--border-light);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.lp-hotel-grid-list .lp-hotel-card-tags {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.lp-hotel-grid-list .lp-hotel-card-price-area {
  text-align: right;
}

.lp-hotel-grid-list .lp-hotel-card-price .amount {
  font-size: 22px;
}

/* ============================================
   HOTEL CARD — Image Area (uses aspect-ratio like home page)
   ============================================ */
.home-v2 .lp-hotel-card-img,
.lp-hotel-card-img {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  flex-shrink: 0;
  background: #f1f5f9;
}

.lp-hotel-card-img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
  z-index: 1;
  pointer-events: none;
}

.lp-hotel-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}

.lp-hotel-card:hover .lp-hotel-card-img img {
  transform: scale(1.06);
}

/* --- Badges (matches hv2-tour-badge style) --- */
.lp-hotel-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.lp-hotel-card-badge.best-seller { background: var(--warning); color: #422006; }
.lp-hotel-card-badge.popular { background: var(--primary); color: white; }
.lp-hotel-card-badge.new { background: var(--success); color: white; }
.lp-hotel-card-badge.free-cancellation { background: #10b981; color: white; }

/* --- Wishlist Button (matches hv2-tour-wishlist style) --- */
.lp-hotel-card-wishlist {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(6px);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text-primary);
  font-size: 15px;
  transition: background 0.2s, color 0.2s;
  z-index: 2;
}

.lp-hotel-card-wishlist:hover, .lp-hotel-card-wishlist.active {
  background: white;
  color: var(--danger);
}

/* --- Photo Counter --- */
.lp-hotel-card-counter {
  position: absolute;
  bottom: 14px;
  right: 14px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(15,23,42,0.75);
  backdrop-filter: blur(6px);
  color: white;
  font-size: 11px;
  font-weight: 600;
  z-index: 2;
  letter-spacing: 0.02em;
}

/* ============================================
   HOTEL CARD — Body (matches home page hv2-tour-body)
   ============================================ */
.lp-hotel-card-body {
  padding: 16px 18px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* --- Name & Stars Row --- */
.lp-hotel-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6px;
  gap: 8px;
}

.lp-hotel-card-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.3;
  transition: color 0.2s;
}

.lp-hotel-card:hover .lp-hotel-card-name {
  color: var(--primary);
}

.lp-hotel-card-stars {
  display: flex;
  gap: 1px;
  color: var(--warning);
  font-size: 11px;
  flex-shrink: 0;
  padding-top: 3px;
}

/* --- Location (matches hv2-tour-loc style) --- */
.lp-hotel-card-location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--text-tertiary);
  margin-bottom: 8px;
}

.lp-hotel-card-location i {
  color: var(--primary);
  font-size: 11px;
}

/* --- Rating (matches hv2-tour-rating style) --- */
.lp-hotel-card-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--text-secondary);
  margin-bottom: 10px;
}

.lp-hotel-card-rating .score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  padding: 2px 7px;
  border-radius: 6px;
  background: var(--primary);
  color: white;
  font-size: 11px;
  font-weight: 700;
}

.lp-hotel-card-rating .label {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-primary);
}

.lp-hotel-card-rating .reviews {
  font-size: 11px;
  color: var(--text-tertiary);
}

/* --- Amenities (matches hv2-tour-meta style) --- */
.lp-hotel-card-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.lp-hotel-card-amenity {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: var(--text-tertiary);
  background: var(--bg-secondary);
  padding: 3px 8px;
  border-radius: 6px;
  transition: all 0.2s;
}

.lp-hotel-card-amenity:hover {
  background: var(--primary-light);
  color: var(--primary);
}

.lp-hotel-card-amenity i {
  color: var(--primary);
  font-size: 10px;
}

/* ============================================
   HOTEL CARD — Bottom Section (matches hv2-tour-foot)
   ============================================ */
.lp-hotel-card-bottom {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

/* --- Tags (left side) --- */
.lp-hotel-card-tags {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lp-hotel-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: var(--text-tertiary);
  font-weight: 500;
}

.lp-hotel-card-tag i { font-size: 10px; }
.lp-hotel-card-tag.pay-at-hotel i { color: #10b981; }
.lp-hotel-card-tag.free-cancel i { color: var(--primary); }

/* --- Price Area (right side, matches hv2-tour-price style) --- */
.lp-hotel-card-price-area {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.lp-hotel-card-price {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
}

.lp-hotel-card-price .currency {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-primary);
}

.lp-hotel-card-price .amount {
  font-size: 18px;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1;
  letter-spacing: -0.02em;
}

.lp-hotel-card-price .per {
  font-size: 11px;
  color: var(--text-tertiary);
}

.lp-hotel-card-taxes {
  font-size: 10px;
  color: var(--text-tertiary);
  line-height: 1.3;
}

/* --- Book Button (compact like home page) --- */
.lp-hotel-card-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 10px;
  background: var(--primary);
  color: white;
  font-size: 12px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  white-space: nowrap;
}

.lp-hotel-card-book-btn:hover {
  background: var(--primary-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(12,95,88,0.3);
}

/* ==================================================
   TOUR CARDS — Grid View (Default: 2 columns)
   ================================================== */
.home-v2 .lp-tours-grid,
.lp-tours-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: start;
}

/* List view (NO !important so toggle works) */
.lp-tours-grid-list.lp-tours-grid {
  grid-template-columns: 1fr;
  gap: 16px;
}

.lp-tours-grid-list.lp-tours-grid .lp-tour-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0;
}

.lp-tours-grid-list.lp-tours-grid .lp-tour-img {
  height: 100%;
  min-height: 220px;
}

/* --- Tour Card --- */
.home-v2 .lp-tour-card,
.lp-tour-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08), 0 1px 3px rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.06);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  position: relative;
}

.lp-tour-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.15), 0 8px 24px rgba(0,0,0,0.08);
}

.home-v2 .lp-tour-img,
.lp-tour-img {
  position: relative;
  height: 220px;
  overflow: hidden;
  flex-shrink: 0;
}

.lp-tour-img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
  z-index: 1;
  pointer-events: none;
}

.lp-tour-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lp-tour-card:hover .lp-tour-img img {
  transform: scale(1.08);
}

.lp-tour-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.lp-tour-badge.best-seller { background: linear-gradient(135deg, #f59e0b, #d97706); color: white; }
.lp-tour-badge.popular { background: linear-gradient(135deg, var(--primary), #0a5c54); color: white; }
.lp-tour-badge.new { background: linear-gradient(135deg, #8b5cf6, #7c3aed); color: white; }
.lp-tour-badge.luxury { background: linear-gradient(135deg, #ec4899, #db2777); color: white; }

.lp-tour-wishlist {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #64748b;
  font-size: 16px;
  transition: all 0.3s;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.lp-tour-wishlist:hover {
  background: #fee2e2;
  color: #ef4444;
  transform: scale(1.1);
}

.lp-tour-duration {
  position: absolute;
  bottom: 16px;
  right: 16px;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(8px);
  color: white;
  font-size: 11px;
  font-weight: 600;
  z-index: 2;
  letter-spacing: 0.02em;
}

.lp-tour-body {
  padding: 20px 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.lp-tour-location {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.lp-tour-location .flag {
  font-size: 15px;
}

.lp-tour-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 10px;
  line-height: 1.3;
  transition: color 0.3s;
  letter-spacing: -0.01em;
}

.lp-tour-card:hover .lp-tour-title {
  color: var(--primary);
}

.lp-tour-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.lp-tour-rating .stars {
  display: flex;
  gap: 2px;
  color: #f59e0b;
  font-size: 13px;
}

.lp-tour-rating .score {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-primary);
}

.lp-tour-rating .reviews {
  font-size: 12px;
  color: #94a3b8;
}

.lp-tour-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.lp-tour-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #64748b;
  background: #f8fafc;
  padding: 4px 10px;
  border-radius: 6px;
}

.lp-tour-meta i {
  color: var(--primary);
  font-size: 11px;
}

.lp-tour-price {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.lp-tour-price .from {
  font-size: 13px;
  color: #94a3b8;
}

.lp-tour-price .amount {
  font-size: 28px;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.02em;
}

.lp-tour-price .per {
  font-size: 13px;
  color: #94a3b8;
}

/* ==================================================
   PAGINATION
   ================================================== */
.lp-pagination { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 40px; }
.lp-pagi-btn { width: 44px; height: 44px; border-radius: 12px; border: 2px solid var(--border-light); background: #fff; color: var(--text-secondary); display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 14px; font-weight: 600; transition: all 0.3s; text-decoration: none; }
.lp-pagi-btn:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); box-shadow: 0 6px 16px rgba(12,95,88,0.15); }
.lp-pagi-btn.active { background: linear-gradient(135deg, var(--primary) 0%, #094B46 100%); color: #fff; border-color: transparent; box-shadow: 0 6px 20px rgba(12,95,88,0.3); }
.lp-pagi-btn.disabled { opacity: 0.4; cursor: not-allowed; }
.lp-pagi-dots { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; color: var(--text-tertiary); font-size: 14px; }

/* ==================================================
   RESPONSIVE
   ================================================== */
@media (min-width: 1400px) {
  .lp-hero { min-height: 420px; }
  .lp-hero h1 { font-size: 48px; }
  .lp-hero-sub { font-size: 18px; max-width: 560px; }
  .lp-layout { grid-template-columns: 300px 1fr; gap: 36px; }
  .lp-sidebar-card { padding: 28px; }
  .lp-trust { gap: 20px; }
  .lp-trust-item { padding: 18px 22px; }
  .lp-results-header h2 { font-size: 32px; }
  .lp-search-bar-inner { border-radius: 18px; }
  .lp-search-field { padding: 20px 24px; }
  .lp-search-btn { padding: 20px 40px; font-size: 16px; }
  .lp-hotel-card-name { font-size: 16px; }
}

@media (max-width: 1200px) {
  .lp-hotel-grid { gap: 16px; }
  .lp-tours-grid { gap: 16px; }
  .lp-hero h1 { font-size: 34px; }
}

@media (max-width: 1024px) {
  .lp-hero { min-height: 300px; padding-top: 70px; padding-bottom: 40px; }
  .lp-hero h1 { font-size: 30px; }
  .lp-hero-sub { font-size: 15px; max-width: 400px; }
  .lp-search-bar { margin-top: -32px; }
  .lp-search-field { padding: 14px 16px; gap: 10px; }
  .lp-search-field .icon { width: 34px; height: 34px; font-size: 14px; }
  .lp-search-field select, .lp-search-field input { font-size: 13px; }
  .lp-search-btn { padding: 14px 24px; font-size: 14px; }
  .lp-layout { grid-template-columns: 1fr; }
  .lp-sidebar { position: fixed; top: 0; left: -320px; width: 300px; max-width: 85vw; height: 100vh; z-index: 2000; background: white; overflow-y: auto; transition: left 0.3s; box-shadow: 4px 0 24px rgba(0,0,0,0.15); padding: 0; }
  .lp-sidebar.mobile-open { left: 0; }
  .lp-sidebar-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 1999; }
  .lp-sidebar-overlay.mobile-open { display: block; }
  .lp-trust { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .lp-trust::-webkit-scrollbar { display: none; }
  .lp-trust-item { min-width: 180px; flex: 0 0 auto; }
  .lp-tour-img { height: 180px; }
  .lp-tour-body { padding: 16px 18px 20px; }
  .lp-tour-title { font-size: 16px; }
  .lp-tour-price .amount { font-size: 22px; }
  .lp-tour-badge { font-size: 10px; padding: 4px 10px; top: 12px; left: 12px; }
  .lp-tour-wishlist { width: 32px; height: 32px; font-size: 14px; top: 12px; right: 12px; }
  .lp-tour-duration { font-size: 10px; padding: 4px 8px; bottom: 12px; right: 12px; }
  .lp-tour-meta { gap: 8px; }
  .lp-tour-meta span { font-size: 11px; padding: 3px 8px; }
  .lp-hotel-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-tours-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-hotel-grid-list .lp-hotel-card { grid-template-columns: 240px 1fr; }
  .lp-results-header { flex-direction: column; align-items: flex-start; gap: 12px; }
  .lp-results-actions { width: 100%; flex-wrap: wrap; }
  .lp-mobile-filter-btn { display: inline-flex !important; }
  .lp-sidebar-close-btn { display: flex !important; }
  .lp-sidebar-header { position: sticky; top: 0; z-index: 10; background: white; margin: 0; padding: 20px; border-radius: 16px 16px 0 0; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
  .lp-sidebar-close-btn:hover { background: var(--danger-light); color: var(--danger) !important; }
}

@media (max-width: 900px) {
  .lp-hero { min-height: 260px; padding-top: 60px; padding-bottom: 32px; }
  .lp-hero h1 { font-size: 26px; }
  .lp-hero-sub { font-size: 14px; max-width: 340px; }
  .lp-hero-breadcrumb { font-size: 12px; }
  .lp-search-bar { margin-top: -28px; }
  .lp-search-field { padding: 12px 14px; }
  .lp-search-field .field-label { font-size: 10px; }
  .lp-search-field .icon { width: 30px; height: 30px; font-size: 12px; border-radius: 8px; }
  .lp-search-btn { padding: 12px 20px; font-size: 13px; }
  .lp-tour-img { height: 170px; }
  .lp-tour-body { padding: 14px 16px 18px; }
  .lp-tour-title { font-size: 15px; margin-bottom: 8px; }
  .lp-tour-location { font-size: 12px; }
  .lp-tour-rating { gap: 6px; }
  .lp-tour-rating .stars { font-size: 11px; }
  .lp-tour-rating .score { font-size: 13px; }
  .lp-tour-rating .reviews { font-size: 11px; }
  .lp-tour-meta span { font-size: 11px; padding: 3px 8px; }
  .lp-tour-price .amount { font-size: 22px; }
  .lp-tour-price .from { font-size: 12px; }
  .lp-tour-price .per { font-size: 12px; }

  .lp-results-header h2 { font-size: 24px; }
  .lp-results-actions { flex-wrap: wrap; }
  .lp-sidebar-card { padding: 16px; }
  .lp-filter-group { margin-bottom: 16px; }
  .lp-pagination { margin-top: 28px; }
  .lp-pagi-btn { width: 38px; height: 38px; font-size: 13px; }
}

@media (max-width: 768px) {
  .lp-hero { min-height: 220px; padding-top: 56px; padding-bottom: 28px; }
  .lp-hero h1 { font-size: 22px; }
  .lp-hero-sub { font-size: 13px; max-width: 280px; }
  .lp-hero-breadcrumb { display: none; }
  .lp-search-bar { margin-top: -24px; }
  .lp-search-bar-inner { flex-direction: column; border-radius: 12px; }
  .lp-search-field { border-right: none; border-bottom: 1px solid #f0f0f0; padding: 10px 14px; }
  .lp-search-field:last-of-type { border-bottom: none; }
  .lp-search-field .icon { width: 28px; height: 28px; font-size: 11px; }
  .lp-search-btn { justify-content: center; border-radius: 0 0 12px 12px; padding: 14px; font-size: 14px; }
  .lp-hotel-grid { grid-template-columns: 1fr; }
  .lp-tours-grid { grid-template-columns: 1fr; }
  .lp-tour-img { height: 180px; }
  .lp-tour-body { padding: 12px 14px; }
  .lp-tour-title { font-size: 14px; }
  .lp-tour-location { font-size: 11px; margin-bottom: 6px; }
  .lp-tour-rating { gap: 4px; margin-bottom: 8px; }
  .lp-tour-rating .stars { font-size: 11px; }
  .lp-tour-rating .score { font-size: 12px; }
  .lp-tour-rating .reviews { font-size: 11px; }
  .lp-tour-meta { gap: 6px; margin-bottom: 10px; }
  .lp-tour-meta span { font-size: 10px; padding: 3px 6px; gap: 4px; }
  .lp-tour-meta i { font-size: 10px; }
  .lp-tour-price .amount { font-size: 18px; }
  .lp-tour-price .from { font-size: 11px; }
  .lp-tour-price .per { font-size: 11px; }
  .lp-tour-badge { font-size: 9px; padding: 3px 8px; top: 10px; left: 10px; }
  .lp-tour-wishlist { width: 28px; height: 28px; font-size: 12px; top: 10px; right: 10px; }
  .lp-tour-duration { font-size: 9px; padding: 3px 6px; bottom: 10px; right: 10px; }
  /* List view cards go full width on tablet */
  .lp-tours-grid-list.lp-tours-grid .lp-tour-card { grid-template-columns: 1fr; }
  .lp-tours-grid-list.lp-tours-grid .lp-tour-img { min-height: 160px; }
  .lp-hotel-grid-list .lp-hotel-card { grid-template-columns: 1fr; }
  .lp-hotel-grid-list .lp-hotel-card-img { max-height: 200px; }
  .lp-hotel-card-name { font-size: 14px; }
  .lp-hotel-card-stars { font-size: 11px; }
  .lp-hotel-card-location { font-size: 11px; }
  .lp-hotel-card-rating .score { font-size: 10px; padding: 2px 5px; }
  .lp-hotel-card-rating .label { font-size: 11px; }
  .lp-hotel-card-rating .reviews { font-size: 10px; }
  .lp-hotel-card-amenity { font-size: 10px; }
  .lp-hotel-card-tag { font-size: 10px; }
  .lp-results-header { margin-bottom: 16px; }
  .lp-sort-select { font-size: 12px; padding: 6px 28px 6px 10px; }
  .lp-view-btn { width: 32px; height: 32px; font-size: 12px; }
  .lp-trust { gap: 10px; }
  .lp-trust-item { padding: 12px 14px; gap: 10px; min-width: 160px; }
  .lp-trust-icon { width: 34px; height: 34px; font-size: 14px; }
  .lp-trust-text h4 { font-size: 12px; }
  .lp-trust-text p { font-size: 11px; }
  .lp-pagination { gap: 4px; margin-top: 24px; }
  .lp-pagi-btn { width: 34px; height: 34px; font-size: 12px; border-radius: 8px; }
  .lp-results-actions { flex-direction: column; align-items: stretch; width: 100%; }
  .lp-sort-select { width: 100%; }
  .lp-view-toggle { justify-content: center; }
}

@media (max-width: 540px) {
  .lp-hero { min-height: 180px; padding-top: 52px; padding-bottom: 20px; }
  .lp-hero h1 { font-size: 20px; }
  .lp-hero-sub { font-size: 12px; max-width: 240px; }
  .lp-search-bar { margin-top: -20px; }
  .lp-search-field { padding: 8px 12px; gap: 8px; }
  .lp-search-field .field-label { font-size: 9px; }
  .lp-search-field select, .lp-search-field input { font-size: 12px !important; }
  .lp-search-btn { font-size: 13px; padding: 12px; gap: 6px; }
  .lp-tour-img { height: 160px; }
  .lp-tour-body { padding: 10px 12px 14px; }
  .lp-tour-title { font-size: 13px; margin-bottom: 6px; }
  .lp-tour-location { font-size: 11px; margin-bottom: 6px; }
  .lp-tour-rating .stars { font-size: 10px; }
  .lp-tour-rating .score { font-size: 12px; }
  .lp-tour-rating .reviews { font-size: 10px; }
  .lp-tour-meta { gap: 6px; margin-bottom: 8px; }
  .lp-tour-meta span { font-size: 10px; padding: 2px 6px; }
  .lp-tour-price .amount { font-size: 16px; }
  .lp-tour-price .from { font-size: 11px; }
  .lp-tour-price .per { font-size: 11px; }
  .lp-tour-badge { font-size: 9px; padding: 3px 6px; top: 8px; left: 8px; }
  .lp-tour-wishlist { width: 26px; height: 26px; font-size: 11px; top: 8px; right: 8px; }
  .lp-tour-duration { font-size: 9px; padding: 2px 6px; bottom: 8px; right: 8px; }
  .lp-hotel-card-body { padding: 10px 12px; }
  .lp-hotel-card-name { font-size: 13px; }
  .lp-hotel-card-location { font-size: 10px; }
  .lp-hotel-card-amenities { gap: 4px; }
  .lp-hotel-card-amenity { font-size: 10px; gap: 3px; }
  .lp-hotel-card-taxes { font-size: 10px; }
  .lp-hotel-card-badge { font-size: 10px; padding: 3px 8px; top: 10px; left: 10px; }
  .lp-hotel-card-wishlist { width: 28px; height: 28px; font-size: 12px; top: 10px; right: 10px; }
  .lp-hotel-card-counter { font-size: 10px; padding: 3px 6px; bottom: 10px; right: 10px; }
  .lp-results-header h2 { font-size: 20px; }
  .lp-results-count { font-size: 12px; }
  .lp-view-map-btn { font-size: 13px; padding: 10px; }
  .lp-check-item { font-size: 12px; padding: 5px 0; }
  .lp-filter-label { font-size: 12px; }
  .lp-sidebar-card { padding: 14px; border-radius: 12px; }
}

@media (max-width: 400px) {
  .lp-hero { min-height: 160px; padding-top: 48px; padding-bottom: 16px; }
  .lp-hero h1 { font-size: 18px; }
  .lp-hero-sub { font-size: 11px; max-width: 200px; }
  .lp-search-field { padding: 6px 10px; }
  .lp-search-field .icon { width: 24px; height: 24px; font-size: 10px; border-radius: 6px; }
  .lp-search-btn { font-size: 12px; padding: 10px; }
  .lp-tour-img { height: 140px; }
  .lp-tour-body { padding: 8px 10px 12px; }
  .lp-tour-title { font-size: 12px; }
  .lp-tour-location { font-size: 10px; }
  .lp-tour-rating .stars { font-size: 9px; }
  .lp-tour-rating .score { font-size: 11px; }
  .lp-tour-rating .reviews { font-size: 9px; }
  .lp-tour-meta span { font-size: 9px; padding: 2px 5px; }
  .lp-tour-price .amount { font-size: 15px; }
  .lp-tour-badge { font-size: 8px; padding: 2px 6px; }
  .lp-tour-wishlist { width: 24px; height: 24px; font-size: 10px; }
  .lp-tour-duration { font-size: 8px; padding: 2px 5px; }
  .lp-hotel-card-body { padding: 8px 10px; }
  .lp-hotel-card-name { font-size: 13px; }
  .lp-hotel-card-price .amount { font-size: 16px; }
  .lp-pagi-btn { width: 30px; height: 30px; font-size: 11px; }
  .lp-pagi-dots { width: 24px; height: 24px; font-size: 12px; }
}
