/*
 * The Holidave — category.css
 */


/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

/* ── FA FIX ── */
.ctp-wrap *:not(i):not(.fa):not(.fas):not(.far):not(.fab):not(.fal) {
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.ctp-wrap i, .ctp-wrap .fa, .ctp-wrap .fas, .ctp-wrap .far, .ctp-wrap .fab {
  font-family: "Font Awesome 6 Free","Font Awesome 6 Brands","FontAwesome" !important;
  font-style: normal; font-variant: normal; text-rendering: auto;
}

/* ── TOKENS ── */
.ctp-wrap {
  --o: #FB5B32; --o-lt: #FFF0EB; --o-dk: #D94520;
  --t: #0a5b66; --t-lt: #E3F2F4; --t-dk: #074650;
  --blk: #111; --gd: #444; --g: #767676;
  --g-lt: #F4F4F2; --bd: #E2E2DE; --w: #fff;
  --gye: #FBBC05;
  --r: 8px; --rl: 12px; --rxl: 20px;
  --sh: 0 1px 6px rgba(0,0,0,.06);
  --sh-lg: 0 8px 36px rgba(0,0,0,.13);
  font-size: 15px; line-height: 1.55;
  color: var(--blk); background: #F2F2F0;
}

/* ════════════════════════════════
   HERO
════════════════════════════════ */
.ctp-hero {
  position: relative;
  min-height: 500px;
  display: flex; align-items: flex-end;
  overflow: hidden;
  background: var(--t-dk);
}
.ctp-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(180deg, rgba(7,70,80,.15) 0%, rgba(7,70,80,.7) 55%, rgba(7,70,80,.97) 100%),
    linear-gradient(135deg, #1a8a9a 0%, #0a5b66 45%, #053d46 100%);
}
.ctp-hero-bg::before {
  content: ''; position: absolute; right: -80px; top: -80px;
  width: 400px; height: 400px; border-radius: 50%;
  background: rgba(255,255,255,.04);
}
/* Single image panel */
.ctp-hero-img {
  position: absolute; right: 0; top: 0; bottom: 0;
  width: 46%; z-index: 1; overflow: hidden;
}
.ctp-hero-img-inner {
  width: 100%; height: 100%;
  background: linear-gradient(155deg,#3ecf99 0%,#1aaa7a 35%,#0a5b66 65%,#053d46 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 160px;
  transition: transform 8s ease;
}
.ctp-hero:hover .ctp-hero-img-inner { transform: scale(1.04); }
.ctp-hero-img-fade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--t-dk) 0%, rgba(7,70,80,.5) 55%, transparent 100%);
}
.ctp-hero-img::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 50%;
  background: linear-gradient(0deg, rgba(7,70,80,.65) 0%, transparent 100%);
}
/* Hero content */
.ctp-hero-content {
  position: relative; z-index: 4;
  width: 100%; max-width: 1400px; margin: 0 auto;
  padding: 3rem 2.5rem 3rem;
}
/* Hero breadcrumb */
.ctp-hbc { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin-bottom: 1rem; }
.ctp-hbc a { font-size: 13px; color: rgba(255,255,255,.6); text-decoration: none; display: flex; align-items: center; gap: 5px; transition: color .15s; }
.ctp-hbc a:hover { color: rgba(255,255,255,.9); }
.ctp-hbc-sep { font-size: 9px; color: rgba(255,255,255,.35); }
.ctp-hbc-cur { font-size: 13px; color: rgba(255,255,255,.9); font-weight: 600; }

.ctp-hero-flag { font-size: 44px; display: block; margin-bottom: 10px; filter: drop-shadow(0 3px 8px rgba(0,0,0,.3)); }
.ctp-hero-tag {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--o); color: #fff;
  font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  padding: 4px 13px; border-radius: 99px; margin-bottom: 1rem;
}
.ctp-hero h1 {
  font-size: clamp(26px, 4vw, 46px); font-weight: 700;
  color: #fff; line-height: 1.15; margin-bottom: 1rem; max-width: 540px;
}
.ctp-hero-sub {
  font-size: 15px; color: rgba(255,255,255,.78);
  max-width: 500px; line-height: 1.75; margin-bottom: 1.75rem;
}
.ctp-hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 1.75rem; }
.ctp-btn-wh {
  display: inline-flex; align-items: center; gap: 7px;
  background: #fff; color: var(--t-dk); border: none;
  border-radius: var(--r); padding: 11px 22px;
  font-size: 14px; font-weight: 700; cursor: pointer; text-decoration: none;
  transition: background .15s, transform .1s; white-space: nowrap;
}
.ctp-btn-wh:hover { background: var(--t-lt); transform: scale(1.02); }
.ctp-btn-ghost {
  display: inline-flex; align-items: center; gap: 7px;
  background: transparent; color: rgba(255,255,255,.88);
  border: 1.5px solid rgba(255,255,255,.4); border-radius: var(--r);
  padding: 11px 20px; font-size: 14px; font-weight: 500;
  cursor: pointer; text-decoration: none; transition: all .15s; white-space: nowrap;
}
.ctp-btn-ghost:hover { border-color: rgba(255,255,255,.8); color: #fff; background: rgba(255,255,255,.08); }
.ctp-hero-trust { display: flex; gap: 16px; flex-wrap: wrap; }
.ctp-ht { display: flex; align-items: center; gap: 6px; font-size: 13px; color: rgba(255,255,255,.78); }
.ctp-ht i { font-size: 13px; color: rgba(255,255,255,.55); }

/* ════════════════════════════════
   PAGE
════════════════════════════════ */
.ctp-page { max-width: 1400px; margin: 0 auto; padding: 2rem 2rem 5rem; }

/* Breadcrumb below hero */
.ctp-bc { display: flex; align-items: center; flex-wrap: wrap; gap: 4px; list-style: none; margin-bottom: 1.5rem; font-size: 13px; color: var(--g); }
.ctp-bc a { color: var(--g); text-decoration: none; display: flex; align-items: center; gap: 5px; font-weight: 500; transition: color .15s; }
.ctp-bc a:hover { color: var(--t); }
.ctp-bc-sep { font-size: 9px; color: var(--bd); display: flex; align-items: center; }
.ctp-bc-cur { color: var(--o); font-weight: 600; }

/* Destination info */
.ctp-dest-info {
  background: var(--w); border: 1px solid var(--bd); border-radius: var(--rl);
  padding: 1.5rem; margin-bottom: 1.5rem; box-shadow: var(--sh);
  display: flex; gap: 2rem; align-items: flex-start; flex-wrap: wrap;
}
.ctp-di-left { flex: 1; min-width: 220px; }
.ctp-di-eyebrow { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--o); margin-bottom: 5px; }
.ctp-di-left h2 { font-size: 19px; font-weight: 700; color: var(--blk); margin-bottom: 7px; }
.ctp-di-left p { font-size: 14px; color: var(--gd); line-height: 1.75; }
.ctp-di-right { display: flex; gap: 10px; flex-wrap: wrap; flex-shrink: 0; }
.ctp-di-stat { text-align: center; background: var(--g-lt); border-radius: var(--rl); padding: 12px 18px; }
.ctp-di-num { font-size: 19px; font-weight: 700; color: var(--t-dk); }
.ctp-di-lbl { font-size: 11px; color: var(--g); margin-top: 2px; }

/* Filter bar */
.ctp-filter-bar {
  background: var(--w); border: 1px solid var(--bd); border-radius: var(--rl);
  padding: .875rem 1.25rem; display: flex; align-items: center; gap: 1rem;
  margin-bottom: 1.5rem; flex-wrap: wrap; box-shadow: var(--sh);
}
.ctp-filter-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--g); flex-shrink: 0; }
.ctp-chips { display: flex; gap: 6px; flex: 1; flex-wrap: wrap; }
.ctp-chip {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 6px 13px; border-radius: 99px; border: 1px solid var(--bd);
  font-size: 13px; cursor: pointer; background: var(--w); color: var(--blk);
  transition: all .15s; user-select: none; white-space: nowrap;
}
.ctp-chip i { font-size: 13px; }
.ctp-chip:hover { border-color: var(--t); color: var(--t); background: var(--t-lt); }
.ctp-chip.active { background: var(--t-lt); border-color: var(--t); color: var(--t-dk); font-weight: 600; }
.ctp-filter-div { width: 1px; height: 26px; background: var(--bd); flex-shrink: 0; }
.ctp-sort { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.ctp-sort-lbl { font-size: 12px; color: var(--g); white-space: nowrap; }
.ctp-sort select {
  border: 1px solid var(--bd); border-radius: var(--r); padding: 7px 28px 7px 10px;
  font-size: 13px; color: var(--blk); background: var(--w); outline: none; cursor: pointer;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23767676'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 10px center;
}
.ctp-sort select:focus { border-color: var(--t); }
.ctp-res-count { font-size: 13px; color: var(--g); white-space: nowrap; }

/* Main layout */
.ctp-layout { display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: start; }

/* Sidebar */
.ctp-sidebar { position: sticky; top: 16px; display: flex; flex-direction: column; gap: 1rem; }
.ctp-sb-card { background: var(--w); border: 1px solid var(--bd); border-radius: var(--rl); overflow: hidden; box-shadow: var(--sh); }
.ctp-sb-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 15px; border-bottom: 1px solid var(--bd); cursor: pointer; user-select: none;
}
.ctp-sb-head h4 { font-size: 13px; font-weight: 700; color: var(--blk); }
.ctp-sb-head i { font-size: 13px; color: var(--g); transition: transform .2s; }
.ctp-sb-head.open i { transform: rotate(180deg); }
.ctp-sb-body { padding: 13px 15px; }
.ctp-sb-body.collapsed { display: none; }

/* Sidebar filter components */
.ctp-price-range { display: flex; flex-direction: column; gap: 9px; }
.ctp-range-labels { display: flex; justify-content: space-between; font-size: 12px; color: var(--g); }
.ctp-range-val { font-size: 13px; font-weight: 700; color: var(--blk); text-align: center; }
input[type=range].ctp-slider {
  width: 100%; height: 4px; border-radius: 99px; outline: none; -webkit-appearance: none; cursor: pointer;
  background: linear-gradient(to right, var(--t) 0%, var(--t) 60%, var(--bd) 60%, var(--bd) 100%);
}
input[type=range].ctp-slider::-webkit-slider-thumb {
  -webkit-appearance: none; width: 16px; height: 16px; border-radius: 50%;
  background: var(--t); border: 2px solid #fff; box-shadow: 0 1px 4px rgba(0,0,0,.2); cursor: pointer;
}
.ctp-check-list { display: flex; flex-direction: column; gap: 9px; }
.ctp-check-item { display: flex; align-items: center; justify-content: space-between; cursor: pointer; }
.ctp-check-left { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--gd); }
.ctp-check-left input[type=checkbox] { width: 15px; height: 15px; accent-color: var(--t); cursor: pointer; flex-shrink: 0; }
.ctp-check-count { font-size: 11px; color: var(--g); background: var(--g-lt); padding: 2px 7px; border-radius: 99px; }
.ctp-star-list { display: flex; flex-direction: column; gap: 8px; }
.ctp-star-item { display: flex; align-items: center; gap: 8px; cursor: pointer; font-size: 13px; color: var(--gd); }
.ctp-star-item input[type=checkbox] { width: 15px; height: 15px; accent-color: var(--t); cursor: pointer; }
.ctp-stars-d { color: var(--gye); }
.ctp-dur-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.ctp-dur-chip {
  padding: 5px 12px; border-radius: 99px; border: 1px solid var(--bd);
  font-size: 12px; cursor: pointer; background: var(--w); color: var(--gd);
  transition: all .15s; user-select: none;
}
.ctp-dur-chip:hover, .ctp-dur-chip.active { background: var(--t-lt); border-color: var(--t); color: var(--t-dk); font-weight: 600; }
.ctp-filter-actions { display: flex; gap: 8px; margin-top: 4px; }
.ctp-btn-clear { flex: 1; background: var(--w); border: 1px solid var(--bd); border-radius: var(--r); padding: 9px; font-size: 13px; font-weight: 500; color: var(--g); cursor: pointer; transition: all .15s; }
.ctp-btn-clear:hover { border-color: var(--t); color: var(--t); }
.ctp-btn-apply { flex: 1; background: var(--t); color: #fff; border: none; border-radius: var(--r); padding: 9px; font-size: 13px; font-weight: 700; cursor: pointer; transition: background .15s; }
.ctp-btn-apply:hover { background: var(--t-dk); }

/* Package grid */


/* Card */
.ctp-card {
  background: var(--w); border: 1px solid var(--bd); border-radius: var(--rl);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  box-shadow: var(--sh); text-decoration: none; color: var(--blk);
}
.ctp-card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); border-color: rgba(10,91,102,.3); }
.ctp-card.featured { border: 2px solid var(--t); }
.ctp-card-img {
  height: 180px; display: flex; align-items: center; justify-content: center;
  font-size: 60px; position: relative; overflow: hidden;
}
.ci-bali     { background: linear-gradient(145deg,#3ecf99,#0a5b66); }
.ci-seminyak { background: linear-gradient(145deg,#a8e8f0,#006994); }
.ci-ubud     { background: linear-gradient(145deg,#b8f5d6,#1a8a4a); }
.ci-nusa     { background: linear-gradient(145deg,#ffd89b,#d4a020); }
.ci-lombok   { background: linear-gradient(145deg,#fce4ec,#2e4aa3 80%); }
.ci-gili     { background: linear-gradient(145deg,#e8f0fe,#0a5b66); }
.ctp-card-badge {
  position: absolute; top: 10px; left: 10px; z-index: 2;
  font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 99px;
}
.cbadge-pop { background: var(--t); color: #fff; }
.cbadge-hot { background: var(--o); color: #fff; }
.cbadge-new { background: #1967d2; color: #fff; }
.cbadge-deal { background: #2e7d32; color: #fff; }
.ctp-wish {
  position: absolute; top: 10px; right: 10px; z-index: 2;
  width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.85);
  border: none; display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 14px; color: var(--g); transition: all .15s;
}
.ctp-wish:hover { color: #e02020; background: #fff; }
.ctp-wish.on { color: #e02020; }
.ctp-card-rating {
  position: absolute; bottom: 10px; right: 10px; z-index: 2;
  background: rgba(0,0,0,.52); color: #fff; font-size: 11px; font-weight: 600;
  padding: 3px 9px; border-radius: 99px; display: flex; align-items: center; gap: 4px;
}
.ctp-card-rating i { color: var(--gye); font-size: 10px; }
.ctp-card-body { padding: 13px 14px 15px; display: flex; flex-direction: column; flex: 1; }
.ctp-card-dest { font-size: 11px; color: var(--g); display: flex; align-items: center; gap: 4px; margin-bottom: 4px; }
.ctp-card-dest i { font-size: 11px; color: var(--o); }
.ctp-card-title { font-size: 14px; font-weight: 700; color: var(--blk); margin-bottom: 7px; line-height: 1.3; }
.ctp-card-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 12px; color: var(--g); margin-bottom: 9px; }
.ctp-card-meta span { display: flex; align-items: center; gap: 4px; }
.ctp-card-meta i { font-size: 12px; color: var(--t); }
.ctp-card-includes { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 11px; }
.ctp-inc { font-size: 10px; color: var(--t-dk); background: var(--t-lt); padding: 2px 8px; border-radius: 99px; font-weight: 600; }
.ctp-card-footer {
  display: flex; align-items: flex-end; justify-content: space-between;
  padding-top: 10px; border-top: 1px solid var(--bd); margin-top: auto;
}
.ctp-old-price { font-size: 11px; color: var(--g); text-decoration: line-through; }
.ctp-from-lbl { font-size: 10px; color: var(--g); margin-bottom: 1px; }
.ctp-price { font-size: 20px; font-weight: 700; color: var(--t-dk); line-height: 1; }
.ctp-per { font-size: 11px; color: var(--g); margin-left: 2px; }
.ctp-btn-book {
  background: var(--o); color: #fff; border: none; border-radius: var(--r);
  padding: 8px 14px; font-size: 12px; font-weight: 700; cursor: pointer;
  transition: background .15s; white-space: nowrap;
}
.ctp-btn-book:hover { background: var(--o-dk); }

/* Pagination */
.ctp-pagination { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 2rem; flex-wrap: wrap; }
.ctp-pg-btn {
  min-width: 38px; height: 38px; border-radius: var(--r);
  border: 1px solid var(--bd); background: var(--w); font-size: 14px; font-weight: 500; color: var(--gd);
  cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 5px;
  transition: all .15s; padding: 0 10px;
}
.ctp-pg-btn:hover { border-color: var(--t); color: var(--t); }
.ctp-pg-btn.active { background: var(--t); border-color: var(--t); color: #fff; font-weight: 700; }
.ctp-pg-btn:disabled { opacity: .4; cursor: default; }
.ctp-pg-btn:disabled:hover { border-color: var(--bd); color: var(--gd); }
.ctp-pg-dots { font-size: 14px; color: var(--g); display: flex; align-items: center; }

/* Mobile bottom bar */
.ctp-mob-bar {
  display: none; position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--w); border-top: 1px solid var(--bd);
  padding: 11px 1.25rem; z-index: 500;
  align-items: center; justify-content: space-between; gap: 10px;
  box-shadow: 0 -4px 20px rgba(0,0,0,.08);
}
.ctp-mob-p strong { font-size: 14px; font-weight: 700; color: var(--blk); display: block; }
.ctp-mob-p span { font-size: 12px; color: var(--g); }
.ctp-mob-cta {
  background: var(--o); color: #fff; border: none; border-radius: var(--r);
  padding: 11px 22px; font-size: 14px; font-weight: 700; cursor: pointer;
  text-decoration: none; display: inline-flex; align-items: center; gap: 6px;
  white-space: nowrap;
}

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */

/* Large tablet — sidebar narrows, grid 2 col */
@media (max-width: 1180px) {
  .ctp-layout { grid-template-columns: 220px 1fr; gap: 1.25rem; }
  .ctp-grid { grid-template-columns: repeat(2, 1fr); }
  .ctp-hero-img { width: 42%; }
}

/* Tablet — sidebar collapses to top multi-col grid */
@media (max-width: 960px) {
  .ctp-hero { min-height: 420px; }
  .ctp-hero-content { padding: 2.5rem 1.75rem 2.5rem; }
  .ctp-hero h1 { font-size: 30px; }
  .ctp-hero-sub { font-size: 14px; }
  .ctp-hero-img { width: 40%; opacity: .6; }

  .ctp-layout { grid-template-columns: 1fr; }
  .ctp-sidebar { display: none; }



  .ctp-di-right { gap: 8px; }
  .ctp-di-stat { padding: 10px 14px; }
}

/* Mobile landscape / small tablet */
@media (max-width: 720px) {
  .ctp-hero { min-height: 380px; }
  .ctp-hero-content { padding: 2rem 1.25rem 2rem; }
  .ctp-hero h1 { font-size: 26px; max-width: 100%; }
  .ctp-hero-sub { font-size: 13px; max-width: 100%; margin-bottom: 1.25rem; }
  .ctp-hero-flag { font-size: 36px; margin-bottom: 8px; }
  .ctp-hero-tag { font-size: 10px; padding: 3px 10px; }
  .ctp-hero-img { width: 100%; opacity: .18; }
  .ctp-hero-img-fade { background: linear-gradient(90deg, var(--t-dk) 0%, rgba(7,70,80,.96) 100%); }
  .ctp-hero-trust { gap: 12px; }
  .ctp-ht { font-size: 12px; }
  .ctp-hbc a, .ctp-hbc-cur { font-size: 12px; }

  .ctp-page { padding: 1.25rem 1rem 5rem; }

  /* Breadcrumb scrolls horizontally */
  .ctp-bc { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 2px; white-space: nowrap; }
  .ctp-bc::-webkit-scrollbar { display: none; }
  .ctp-bc li { flex-shrink: 0; }

  /* Dest info stacks */
  .ctp-dest-info { flex-direction: column; gap: 1rem; padding: 1.1rem; }
  .ctp-di-right { display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; gap: 7px; }
  .ctp-di-stat { padding: 9px 6px; }
  .ctp-di-num { font-size: 15px; }
  .ctp-di-lbl { font-size: 10px; }
  .ctp-di-left h2 { font-size: 17px; }
  .ctp-di-left p { font-size: 13px; }

  /* Filter bar */
  .ctp-filter-bar { flex-direction: column; align-items: flex-start; gap: .625rem; padding: .75rem 1rem; }
  .ctp-chips { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 2px; gap: 6px; width: 100%; }
  .ctp-chips::-webkit-scrollbar { display: none; }
  .ctp-chip { flex-shrink: 0; font-size: 12px; padding: 5px 11px; }
  .ctp-filter-div { display: none; }
  .ctp-sort { width: 100%; justify-content: space-between; }
  .ctp-sort select { flex: 1; }

  /* Sidebar — hidden on mobile */
  .ctp-sidebar { display: none; }

  /* Grid 2 col */
  .ctp-grid { grid-template-columns: repeat(2, 1fr); gap: .75rem; }
  .ctp-card-img { height: 155px; font-size: 52px; }
  .ctp-card-title { font-size: 13px; }
  .ctp-card-meta { font-size: 11px; gap: 6px; }
  .ctp-price { font-size: 18px; }
  .ctp-btn-book { padding: 7px 12px; font-size: 12px; }

  /* Pagination */
  .ctp-pg-btn { min-width: 34px; height: 34px; font-size: 13px; padding: 0 8px; }

  /* Mobile bar */
  .ctp-mob-bar { display: flex; }
}

/* Mobile portrait */
@media (max-width: 480px) {
  .ctp-hero { min-height: 340px; }
  .ctp-hero-content { padding: 1.75rem 1rem 1.75rem; }
  .ctp-hero h1 { font-size: 22px; }
  .ctp-hero-sub { font-size: 13px; }
  .ctp-hero-img { display: none; }
  .ctp-hero-actions { flex-direction: column; gap: 8px; }
  .ctp-btn-wh, .ctp-btn-ghost { width: 100%; justify-content: center; font-size: 13px; padding: 11px 16px; }
  .ctp-hero-trust { gap: 8px; }
  .ctp-ht { font-size: 11px; }

  .ctp-page { padding: 1rem .875rem 5rem; }

  /* Dest info 2-col stats */
  .ctp-di-right { grid-template-columns: repeat(2, 1fr); }

  /* Sidebar cards smaller */
  .ctp-sb-card { flex: 0 0 210px; min-width: 210px; }

  /* Grid 1 col — cards stay vertical, image always on top */
  .ctp-grid { grid-template-columns: 1fr; gap: .75rem; }
  .ctp-card { flex-direction: column; }
  .ctp-card-img { width: 100%; height: 160px; min-height: unset; font-size: 52px; }
  .ctp-card-body { padding: 12px 13px; }
  .ctp-card-title { font-size: 14px; margin-bottom: 6px; }
  .ctp-card-meta { gap: 6px; margin-bottom: 8px; }
  .ctp-card-includes { margin-bottom: 9px; }
  .ctp-price { font-size: 19px; }
  .ctp-btn-book { padding: 7px 14px; font-size: 12px; }

  /* Pagination — prev/current/next only */
  .ctp-pg-btn:not(.active):not([disabled]):not(:first-child):not(:last-child) { display: none; }
  .ctp-pg-dots { display: none; }
}

/* Very small */
@media (max-width: 360px) {
  .ctp-hero h1 { font-size: 20px; }
  .ctp-hero-content { padding: 1.5rem .875rem 1.5rem; }
  .ctp-page { padding: .875rem .75rem 5rem; }
  .ctp-card-img { height: 140px; font-size: 44px; }
}

/* ══ CATEGORY — Dynamic additions ══ */
.ctp-wrap { font-family: 'Inter', sans-serif; }
.ctp-bc { display: flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255,255,255,.7); margin-bottom: 1rem; flex-wrap: wrap; }
.ctp-bc a { color: rgba(255,255,255,.8); text-decoration: none; } .ctp-bc a:hover { color: #fff; }
.ctp-bc i { font-size: 10px; opacity: .6; }
.ctp-hero-content { position: relative; z-index: 2; padding: 2.5rem 2rem 2rem; max-width: 1320px; margin: 0 auto; width: 100%; }
.ctp-hero-h1 { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: .75rem; letter-spacing: -.02em; }
.ctp-hero-h1 span { color: #FB5B32; }
.ctp-hero-sub { font-size: 15px; color: rgba(255,255,255,.75); margin-bottom: 1.5rem; max-width: 560px; }
.ctp-hero-stats { display: flex; align-items: center; gap: 0; flex-wrap: wrap; }
.ctp-hs { padding: 0 1.5rem; }
.ctp-hs:first-child { padding-left: 0; }
.ctp-hs-num { font-size: 22px; font-weight: 800; color: #fff; }
.ctp-hs-lbl { font-size: 11px; color: rgba(255,255,255,.6); }
.ctp-hs-div { width: 1px; height: 32px; background: rgba(255,255,255,.2); }
.ctp-hero-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 1rem; }
.ctp-meta-pill { background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.9); font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 99px; display: flex; align-items: center; gap: 5px; }
.ctp-trust-bar { background: #0a5b66; padding: 10px 1.5rem; }
.ctp-trust-inner { max-width: 1320px; margin: 0 auto; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; }
.ctp-ti { display: flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255,255,255,.85); font-weight: 600; padding: 3px 1.25rem; white-space: nowrap; }
.ctp-ti i { color: #FB5B32; }
.ctp-ti-div { width: 1px; height: 16px; background: rgba(255,255,255,.2); flex-shrink: 0; }
.ctp-main { padding: 2rem 1.5rem; }
.ctp-main-inner { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: start; }
.ctp-sb-card { background: #fff; border: 1px solid #E2E2DE; border-radius: 16px; padding: 1.25rem; position: sticky; top: 80px; }
.ctp-sb-title { font-size: 14px; font-weight: 800; color: #111; margin-bottom: 1rem; display: flex; align-items: center; gap: 7px; }
.ctp-sb-title i { color: #FB5B32; }
.ctp-filter-group { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid #F4F4F2; }
.ctp-filter-group:last-of-type { border-bottom: none; }
.ctp-fg-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #767676; margin-bottom: .6rem; }
.ctp-select { width: 100%; border: 1.5px solid #E2E2DE; border-radius: 8px; padding: 8px 10px; font-size: 13px; color: #111; outline: none; background: #fff; }
.ctp-checkboxes { display: flex; flex-direction: column; gap: 8px; }
.ctp-cb-label { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #333; cursor: pointer; }
.ctp-cb { accent-color: #0a5b66; width: 14px; height: 14px; }
.ctp-cat-link { color: #333; text-decoration: none; font-size: 13px; transition: color .15s; display: flex; justify-content: space-between; width: 100%; }
.ctp-cat-link:hover, .ctp-cat-link.active { color: #0a5b66; font-weight: 600; }
.ctp-cat-count { color: #aaa; font-weight: 400; }
.ctp-wa-btn { display: flex; align-items: center; justify-content: center; gap: 7px; background: #25D366; color: #fff; border-radius: 10px; padding: 11px; font-size: 13px; font-weight: 700; text-decoration: none; margin-top: .5rem; }
.ctp-results-hdr { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; flex-wrap: wrap; gap: .5rem; }
.ctp-results-count { font-size: 14px; color: #444; font-weight: 500; }
.ctp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.ctp-pkg-card { background: #fff; border: 1px solid #E2E2DE; border-radius: 16px; overflow: hidden; text-decoration: none; color: #111; display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s; }
.ctp-pkg-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,.1); }
.ctp-pc-img { height: 200px; position: relative; overflow: hidden; background: linear-gradient(135deg,#0a5b66,#1a9aaa); }
.ctp-pc-img-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 36px; color: rgba(255,255,255,.3); }
.ctp-pc-save { position: absolute; top: 10px; left: 10px; background: #FB5B32; color: #fff; font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 99px; text-transform: uppercase; }
.ctp-pc-badge { position: absolute; top: 10px; right: 10px; background: rgba(0,0,0,.5); backdrop-filter: blur(4px); color: #fff; font-size: 10px; font-weight: 600; padding: 3px 9px; border-radius: 99px; }
.ctp-pc-nights { position: absolute; bottom: 10px; left: 10px; background: rgba(0,0,0,.55); color: #fff; font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: 99px; display: flex; align-items: center; gap: 4px; }
.ctp-pc-nights i { color: #FB5B32; font-size: 10px; }
.ctp-pc-body { padding: 1rem 1.1rem; flex: 1; display: flex; flex-direction: column; gap: 5px; }
.ctp-pc-dest { font-size: 11px; color: #767676; display: flex; align-items: center; gap: 4px; }
.ctp-pc-dest i { color: #FB5B32; font-size: 10px; }
.ctp-pc-title { font-size: 14px; font-weight: 700; line-height: 1.3; }
.ctp-pc-chips { display: flex; gap: 5px; flex-wrap: wrap; }
.ctp-chip { font-size: 10px; font-weight: 600; color: #0a5b66; background: #E3F2F4; padding: 2px 8px; border-radius: 99px; display: flex; align-items: center; gap: 3px; }
.ctp-chip i { font-size: 9px; }
.ctp-pc-foot { display: flex; align-items: flex-end; justify-content: space-between; margin-top: auto; padding-top: 8px; border-top: 1px solid #E2E2DE; }
.ctp-pc-price-wrap { }
.ctp-pc-from { font-size: 10px; color: #767676; text-transform: uppercase; letter-spacing: .04em; font-weight: 600; }
.ctp-pc-was { font-size: 12px; color: #aaa; text-decoration: line-through; display: flex; align-items: center; gap: 3px; }
.ctp-pc-was img { height: .85em; width: auto; filter: brightness(0) invert(70%); }
.ctp-pc-price { font-size: 18px; font-weight: 800; color: #FB5B32; display: flex; align-items: center; gap: 4px; }
.ctp-pc-price img { height: .8em; width: auto; filter: brightness(0) saturate(100%) invert(47%) sepia(98%) saturate(1200%) hue-rotate(343deg) brightness(1.05); }
.ctp-pc-pp { font-size: 10px; color: #767676; }
.ctp-pc-cta { display: flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 700; color: #0a5b66; }
.ctp-no-results { grid-column: 1/-1; text-align: center; padding: 4rem 2rem; color: #444; }
.ctp-pagination { margin-top: 2rem; }
.ctp-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; }
.ctp-pagination ul { list-style: none; display: flex; gap: 6px; flex-wrap: wrap; justify-content: center; }
.ctp-pagination ul li a, .ctp-pagination ul li span { display: flex; align-items: center; justify-content: center; padding: 8px 14px; border-radius: 8px; font-size: 13px; font-weight: 600; color: #444; background: #fff; border: 1.5px solid #E2E2DE; text-decoration: none; min-width: 38px; }
.ctp-pagination ul li span.current { background: #0a5b66; color: #fff; border-color: #0a5b66; }
.ctp-pagination ul li a:hover { background: #E3F2F4; border-color: #0a5b66; color: #0a5b66; }
@media (max-width: 960px) { .ctp-main-inner { grid-template-columns: 1fr; } .ctp-sb-card { position: static; } .ctp-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .ctp-grid { grid-template-columns: 1fr; } .ctp-hero-h1 { font-size: 1.6rem; } }