/* =========================
   Tours & Combo page only
   ========================= */
body.page-tours { background: var(--gy); }

/* Page hero */
.page-hero {
  background: linear-gradient(135deg, var(--nv), var(--nv2));
  padding: 80px 0 64px;
  position: relative; overflow: hidden; text-align: center;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 70% 50%, rgba(232,93,4,.18), transparent 60%);
  pointer-events: none;
}
.ph-tag {
  display: inline-block;
  background: rgba(232,93,4,.18); color: var(--or3);
  font-size: .7rem; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  padding: 6px 18px; border-radius: 20px; margin-bottom: 14px;
  border: 1px solid rgba(232,93,4,.25); position: relative; z-index: 1;
}
.ph-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 700;
  color: #fff; line-height: 1.2; margin-bottom: 16px;
  position: relative; z-index: 1;
}
.ph-title em { color: var(--or3); font-style: normal; }
.ph-sub {
  font-size: .95rem; color: rgba(255,255,255,.6);
  max-width: 600px; margin: 0 auto; line-height: 1.8;
  position: relative; z-index: 1;
}

/* Tours section */
.tours-section { padding: 72px 0; background: var(--gy); }
.filter-tabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 44px; flex-wrap: wrap; }
.ftab { padding: 9px 22px; border-radius: 30px; border: 1.5px solid #e5e7eb; background: #fff; color: var(--tl); font-size: .82rem; font-weight: 600; cursor: pointer; transition: all .3s; font-family: var(--font-sans); }
.ftab.active, .ftab:hover { background: var(--or); color: #fff; border-color: var(--or); box-shadow: 0 4px 14px rgba(232,93,4,.25); }
.tour-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tcard { background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 3px 16px rgba(0,0,0,.07); transition: all .4s; cursor: default; }
.tcard:hover { transform: translateY(-7px); box-shadow: 0 20px 50px rgba(0,0,0,.13); }
.tcard[data-cat] { transition: opacity .3s, transform .3s; }
.tcard.hidden { display: none; }
.tc-img { height: 210px; position: relative; overflow: hidden; }
.tc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.tcard:hover .tc-img img { transform: scale(1.08); }
.tc-badges { position: absolute; top: 12px; left: 12px; display: flex; gap: 6px; z-index: 2; }
.tbadge { padding: 4px 10px; border-radius: 20px; font-size: .67rem; font-weight: 800; letter-spacing: .5px; }
.tbadge.hot { background: #EF4444; color: #fff; }
.tbadge.sale { background: var(--or); color: #fff; }
.tbadge.dur { background: rgba(0,0,0,.55); color: #fff; backdrop-filter: blur(4px); }
.tbadge.newt { background: #10B981; color: #fff; }
.tc-fav { position: absolute; top: 12px; right: 12px; width: 32px; height: 32px; background: rgba(255,255,255,.9); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--or); font-size: .85rem; z-index: 2; cursor: pointer; transition: all .3s; border: none; font-family: inherit; }
.tc-fav:hover { background: var(--or); color: #fff; }
.tc-dest-bar { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,.6), transparent); padding: 18px 14px 10px; }
.tc-dest { font-size: .7rem; font-weight: 700; color: rgba(255,255,255,.9); letter-spacing: 1.5px; text-transform: uppercase; }
.tc-body { padding: 16px 18px 18px; }
.tc-name { font-size: .95rem; font-weight: 700; color: var(--nv); margin-bottom: 10px; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; height: 2.9rem; }
.tc-meta { display: flex; gap: 14px; margin-bottom: 9px; flex-wrap: wrap; }
.tc-meta span { font-size: .73rem; color: var(--tl); display: flex; align-items: center; gap: 4px; }
.tc-meta i { color: var(--or); font-size: .68rem; }
.tc-rating { display: flex; align-items: center; gap: 5px; margin-bottom: 12px; }
.stars { color: var(--gd); font-size: .73rem; }
.r-num { font-size: .78rem; font-weight: 700; color: var(--nv); }
.r-cnt { font-size: .7rem; color: var(--tl); }
.tc-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; border-top: 1px solid #f0f2f5; }
.tc-price { display: flex; flex-direction: column; gap: 1px; }
.old-pr { font-size: .73rem; color: var(--tl); text-decoration: line-through; }
.new-pr { font-size: 1.1rem; font-weight: 900; color: var(--or); line-height: 1.1; background: linear-gradient(90deg,var(--or),#FF6B08,var(--or)); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: shimmer 2.5s linear infinite; }
.per-pr { font-size: .67rem; color: var(--tl); }
.btn-book { padding: 9px 18px; background: var(--or); color: #fff; border: none; border-radius: 30px; font-size: .8rem; font-weight: 700; cursor: pointer; font-family: var(--font-sans); transition: all .3s; white-space: nowrap; flex-shrink: 0; }
.btn-book:hover { background: var(--or2); transform: scale(1.04); }
.view-all-wrap { text-align: center; margin-top: 44px; }

/* Combos section */
.combos-section { padding: 80px 0; background: var(--cr); position: relative; overflow: hidden; }
.combos-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 95% 0%, rgba(232,93,4,.07), transparent 45%), radial-gradient(ellipse at 5% 100%, rgba(255,183,3,.07), transparent 45%); pointer-events: none; }
.combo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; z-index: 2; }
.ccard { background: #fff; border: 1.5px solid #EEF0F5; border-radius: 20px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.06); transition: all .4s; }
.ccard:hover { transform: translateY(-7px); box-shadow: 0 20px 52px rgba(0,0,0,.11); border-color: rgba(232,93,4,.2); }
.cc-img { height: 190px; overflow: hidden; position: relative; }
.cc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.ccard:hover .cc-img img { transform: scale(1.07); }
.cc-tag { position: absolute; top: 12px; left: 12px; background: var(--gd); color: var(--nv); font-size: .67rem; font-weight: 800; padding: 4px 12px; border-radius: 20px; letter-spacing: .5px; z-index: 2; }
.cc-save { position: absolute; top: 12px; right: 12px; background: #EF4444; color: #fff; font-size: .67rem; font-weight: 800; padding: 4px 12px; border-radius: 20px; z-index: 2; }
.cc-body { padding: 18px; }
.cc-dest { font-size: .7rem; font-weight: 700; color: var(--or); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 5px; }
.cc-name { font-size: 1rem; font-weight: 700; color: var(--nv); margin-bottom: 13px; line-height: 1.4; }
.cc-inc { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.cc-inc li { display: flex; align-items: center; gap: 8px; font-size: .77rem; color: var(--tl); list-style: none; }
.cc-inc li i { color: var(--or); width: 13px; font-size: .72rem; flex-shrink: 0; }
.cc-foot { display: flex; align-items: flex-end; justify-content: space-between; padding-top: 12px; border-top: 1px solid #F0F2F5; }
.cc-pr-wrap { display: flex; flex-direction: column; gap: 1px; }
.cc-old { font-size: .78rem; color: var(--tl); text-decoration: line-through; }
.cc-new { font-size: 1.25rem; font-weight: 900; color: var(--or); }
.cc-per { font-size: .67rem; color: var(--tl); }
.btn-combo { padding: 10px 20px; background: var(--or); color: #fff; border: none; border-radius: 30px; font-size: .8rem; font-weight: 700; cursor: pointer; font-family: var(--font-sans); transition: all .3s; white-space: nowrap; flex-shrink: 0; }
.btn-combo:hover { background: var(--or2); box-shadow: 0 6px 18px rgba(232,93,4,.3); }

/* Destinations section */
.destinations-section { padding: 72px 0 80px; background: #fff; }
.dest-header { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-bottom: 32px; }
.dest-filter { display: flex; gap: 8px; }
.df-btn { padding: 9px 24px; border-radius: 30px; font-size: .84rem; font-weight: 700; cursor: pointer; transition: all .28s; font-family: var(--font-sans); border: 2px solid #E5E7EB; background: #fff; color: var(--tl); }
.df-btn.active { background: #1D4ED8; color: #fff; border-color: #1D4ED8; box-shadow: 0 4px 14px rgba(29,78,216,.22); }
.df-btn:hover:not(.active) { border-color: var(--nv); color: var(--nv); }
.dest-mosaic { display: grid; grid-template-columns: 1.1fr 1fr 1fr; grid-template-rows: 240px 240px; gap: 14px; }
.dm-card { border-radius: 16px; overflow: hidden; position: relative; cursor: pointer; }
.dm-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.dm-card:hover img { transform: scale(1.07); }
.dm-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.68) 0%, rgba(0,0,0,.08) 55%, transparent 100%); }
.dm-large { grid-row: 1/3; }
.dm-info { position: absolute; bottom: 18px; left: 18px; color: #fff; z-index: 2; }
.dm-name { font-size: 1.05rem; font-weight: 800; margin-bottom: 4px; text-shadow: 0 1px 6px rgba(0,0,0,.4); }
.dm-large .dm-name { font-size: 1.55rem; }
.dm-count { font-size: .75rem; color: rgba(255,255,255,.82); }
.dm-badge { position: absolute; top: 14px; left: 14px; background: rgba(0,0,0,.38); backdrop-filter: blur(6px); color: #fff; font-size: .66rem; font-weight: 700; padding: 4px 11px; border-radius: 20px; z-index: 2; border: 1px solid rgba(255,255,255,.25); }

@keyframes shimmer { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }

@media (max-width: 1024px) { .tour-grid { grid-template-columns: repeat(2, 1fr); } .combo-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) { .dest-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: auto; } .dm-large { grid-row: auto; height: 240px; } .dm-card { height: 200px; } }
@media (max-width: 768px) {
  .tour-grid { grid-template-columns: repeat(2, 1fr); }
  .combo-grid { grid-template-columns: 1fr; }
  .tcard, .ccard { transform: none !important; }
  .tcard:hover, .ccard:hover { transform: none !important; box-shadow: 0 4px 18px rgba(0,0,0,.09) !important; }
}
@media (max-width: 600px) {
  .tour-grid { grid-template-columns: 1fr !important; }
  .combo-grid { grid-template-columns: 1fr !important; }
  .dest-mosaic { grid-template-columns: 1fr; }
  .dm-card, .dm-large { height: 200px; }
  .filter-tabs { gap: 6px; }
  .ftab { padding: 7px 13px; font-size: .74rem; }
  .tc-img { height: 200px; }
  .cc-img { height: 180px; }
  .new-pr, .cc-new { color: var(--or) !important; -webkit-text-fill-color: var(--or) !important; }
}
