/* ============================================================
   LISTING.CSS — shared-tours, private-tours, cruise-travellers
   ============================================================ */

/* FILTER BAR */
.filter-bar { background: var(--sand); border-bottom: 1px solid rgba(0,0,0,.07); padding: 20px 0; position: sticky; top: var(--nav-h); z-index: 100; }
.filter-inner { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.filter-label { font-size: .7rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-right: 8px; }
.filter-btn { font-family: 'Google Sans Flex', sans-serif; font-size: .72rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; padding: 8px 20px; border-radius: 20px; border: 1px solid rgba(0,0,0,.15); background: transparent; color: var(--muted); cursor: pointer; transition: all .25s; }
.filter-btn.active, .filter-btn:hover { background: var(--deep); color: var(--white); border-color: var(--deep); }

/* TOURS GRID */
.tours-section { padding: 80px 0; background: var(--white); }
.tours-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }

/* PRIVATE TOURS HERO */
.page-hero.cruise-hero::before {
  background-image:
    linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,.4) 50%, rgba(0,0,0,.15) 100%),
    url('../img/hrt-ft-croisiere-1.webp');
  background-position: center, center top;
  opacity: 1;
}

.hero-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--white);
  backdrop-filter: blur(4px);
}

.hero-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}

.security-banner {
  padding: 28px 0;
  background: var(--white);
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.security-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
}

.security-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201,168,76,.18);
  color: var(--deep);
  flex-shrink: 0;
}

.security-text h4 {
  font-size: 1.35rem;
  color: var(--deep);
  margin-bottom: 8px;
}

.security-text p {
  font-size: .95rem;
  max-width: 960px;
}

/* CRUISE PORTS */
.ports-strip {
  background: var(--white);
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.ports-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 0;
}

.port-item {
  padding: 26px 20px;
  text-align: center;
}

.port-name {
  font-family: 'Roboto Serif', serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--deep);
  line-height: 1.1;
}

.port-sub {
  margin-top: 6px;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
}

.port-divider {
  width: 1px;
  height: 58px;
  justify-self: end;
  background: rgba(0,0,0,.08);
}

/* CRUISE INFO */
.info-section {
  padding: 80px 0;
  background: var(--sand);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 42px;
}

.info-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
}

.info-card h4 {
  font-size: 1.25rem;
  color: var(--deep);
  margin-bottom: 12px;
}

.info-card p {
  font-size: .9rem;
  line-height: 1.7;
}

/* TOUR CARD */
.tour-card { display: flex; flex-direction: column; height: 100%; border-radius: var(--radius); overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.08); transition: transform .3s var(--ease), box-shadow .3s; background: var(--white); }
.tour-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,.14); }
.tour-card-img { position: relative; overflow: hidden; height: 230px; }
.tour-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.tour-card:hover .tour-card-img img { transform: scale(1.06); }
.tour-card-badge { position: absolute; top: 14px; left: 14px; font-family: 'Google Sans Flex', sans-serif; font-size: .6rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; background: var(--deep); color: var(--white); padding: 4px 10px; border-radius: 2px; }
.tour-card-badge.gold { background: var(--gold); color: var(--deep); }
.tour-card-badge.full-day { background: var(--deep); color: var(--white); }
.tour-card-badge.half-day { background: var(--white); color: var(--deep); }
.tour-card-badge.cruise { background: var(--deep); color: var(--white); }
.tour-card-badge.cruise-cannes { background: var(--deep); color: var(--white); }
.tour-card-badge.cruise-villefranche { background: var(--white); color: var(--deep); }
.tour-card-badge.night { background: #1D0363; color: var(--white); }
.tour-card-body { flex: 1; padding: 22px 24px; }
.tour-card-content { display: flex; flex: 1; flex-direction: column; justify-content: space-between; gap: 18px; padding: 22px 24px; min-height: 280px; }
.tour-card-code { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.tour-card-body h3, .tour-card-content h3 { font-size: 1.15rem; color: var(--deep); margin-bottom: 10px; line-height: 1.3; }
.tour-card-body p, .tour-card-content p { font-size: .95rem; line-height: 1.7; }
.tour-card-footer { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; border-top: 1px solid rgba(255,255,255,.12); background: var(--deep); }
.tour-card-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 18px; border-top: 1px solid var(--light); }
.tour-duration { font-size: .72rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--white); }
.tour-card-footer-inner .tour-duration { color: var(--deep); }
.tour-cta { display: inline-flex; align-items: center; gap: 6px; font-family: 'Google Sans Flex', sans-serif; font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--azure); transition: color .2s; }
.tour-cta:hover { color: var(--gold); }

/* WHY SECTION */
.why-section { padding: 80px 0; background: var(--sand); }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; margin-top: 48px; }
.why-item { text-align: center; padding: 36px 24px; }
.why-icon { width: 52px; height: 52px; margin: 0 auto 20px; color: var(--gold); }
.why-item h4 { font-family: 'Roboto Serif', serif; font-size: 1.3rem; color: var(--deep); margin-bottom: 12px; }
.why-item p { font-size: .88rem; }

/* CRUISE TIPS */
.tips-section {
  padding: 80px 0;
  background: var(--white);
}

.tips-header {
  text-align: center;
  margin-bottom: 42px;
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.tip {
  background: var(--sand);
  border-radius: var(--radius);
  padding: 28px 24px;
}

.tip-num {
  font-family: 'Google Sans Flex', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.tip h4 {
  font-size: 1.2rem;
  color: var(--deep);
  margin-bottom: 10px;
}

.tip p {
  font-size: .88rem;
  line-height: 1.65;
}

/* PRIVATE TOUR PERKS */
.perks-section { padding: 80px 0; background: var(--sand); }
.perks-header { text-align: center; margin-bottom: 48px; }
.perks-header h2 { color: var(--deep); }
.perks-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; }
.perk {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
}
.perk-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  color: var(--gold);
}
.perk h4 {
  font-family: 'Roboto Serif', serif;
  font-size: 1.3rem;
  color: var(--deep);
  margin-bottom: 12px;
}
.perk p { font-size: .88rem; }

/* CTA STRIP */
.cta-section { padding: 80px 0; background: var(--deep); text-align: center; }
.cta-section h2 { color: var(--white); margin-bottom: 14px; }
.cta-section p { color: var(--white); max-width: 480px; margin: 0 auto 32px; }

/* RESPONSIVE */
@media(max-width: 1024px) {
  .ports-inner { grid-template-columns: repeat(2, 1fr); }
  .port-divider { display: none; }
  .info-grid { grid-template-columns: repeat(2, 1fr); }
  .tours-grid { grid-template-columns: repeat(2,1fr); }
  .tips-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2,1fr); }
  .perks-grid { grid-template-columns: repeat(2,1fr); }
}
@media(max-width: 768px) {
  .hero-cta { flex-direction: column; justify-content: center; align-items: stretch; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .hero-badges { justify-content: center; }
  .security-inner { grid-template-columns: 1fr; }
  .ports-inner { grid-template-columns: 1fr; }
  .port-item { padding: 18px 12px; }
  .info-grid { grid-template-columns: 1fr; }
  .tours-grid { grid-template-columns: 1fr; }
  .tips-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .perks-grid { grid-template-columns: 1fr; }
}
