/* =====================================================
   tour.css — Maris Vlora Boat Tours
   Loaded on all tour pages after shared.css
   ===================================================== */

/* ——— TOUR HEADER ——— */
.tour-header {
  padding: calc(var(--nav-h) + 28px) 0 0;
  background: var(--white);
}

.tour-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.tour-breadcrumb a { color: var(--text-muted); transition: color var(--dur) var(--ease); }
.tour-breadcrumb a:hover { color: var(--orange); }

/* ——— DETAIL META LINKS ——— */
.tdm-item a {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--dur) var(--ease);
}

.tdm-item a:hover {
  color: var(--orange-dark);
}

.tour-title {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 14px;
}

.tour-meta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.tour-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
}

.tour-badge-tag {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  background: var(--orange-light);
  color: var(--orange);
}

.tour-badge-tag--full {
  background: var(--teal-light);
  color: var(--teal);
}

/* ——— GALLERY ——— */
.tour-gallery { background: var(--navy); padding: 0; }

.tour-gallery .container { padding: 0; max-width: 100%; }

.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3px;
}

.gallery-main img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
  font-size: 0;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
}

.gallery-thumbs img {
  width: 100%;
  height: 228px;
  object-fit: cover;
  display: block;
  font-size: 0;
  cursor: pointer;
  transition: opacity var(--dur) var(--ease);
}

.gallery-thumbs img:hover { opacity: 0.85; }

/* ——— TRUST BADGES ——— */
.tour-trust {
  background: var(--white);
  border-bottom: 1px solid var(--gray-100);
  padding: 14px 0;
}

.tour-trust-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

.tour-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
}

.tour-trust-item svg { color: var(--teal); flex-shrink: 0; }

/* ——— TOUR BODY ——— */
.tour-body { background: var(--white); padding: 0 0 48px; }
.tour-body-inner { max-width: 1000px; margin: 0 auto; }

/* ——— PRICE ROW ——— */
.tour-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid var(--gray-100);
}

.tour-price-display { display: flex; align-items: baseline; gap: 6px; }
.tpd-from { font-size: 13px; color: var(--text-muted); font-weight: 500; }
.tpd-val { font-size: 36px; font-weight: 800; color: var(--navy); letter-spacing: -1px; line-height: 1; }
.tpd-unit { font-size: 13px; color: var(--text-muted); }

/* ===== TOUR SEO INTRO ===== */

.tour-seo-intro{
  margin: 22px 0 26px;
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(11, 61, 107, 0.12);
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(11, 61, 107, 0.06);
}

.tour-seo-kicker{
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff5a1f;
}

.tour-seo-title{
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.15;
  color: #0b3d6b;
}

.tour-seo-lead{
  margin: 0 0 18px;
  font-size: 1rem;
  line-height: 1.75;
  color: #425466;
  max-width: 920px;
}

.tour-seo-intro a{
  color: #1a6fa8;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(26, 111, 168, 0.25);
  transition: color 0.25s ease, border-bottom-color 0.25s ease;
}

.tour-seo-intro a:hover{
  color: #ff5a1f;
  border-bottom-color: #ff5a1f;
}

.tour-seo-intro a:focus-visible{
  outline: 2px solid rgba(26, 111, 168, 0.28);
  outline-offset: 2px;
  border-bottom-color: #1a6fa8;
}

.tour-seo-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tour-seo-card{
  padding: 16px 16px 15px;
  background: linear-gradient(180deg, rgba(247, 250, 252, 0.95) 0%, rgba(255, 255, 255, 1) 100%);
  border: 1px solid rgba(11, 61, 107, 0.10);
  border-radius: 18px;
}

.tour-seo-card h3{
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.35;
  color: #12385d;
}

.tour-seo-card p{
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #516274;
}

/* ===== ACCORDION VERSION ===== */

.tour-seo-intro--accordion{
  margin: 0;
  padding: 2px 0 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.tour-seo-intro--accordion .tour-seo-kicker{
  margin-bottom: 6px;
}

.tour-seo-intro--accordion .tour-seo-title{
  margin-bottom: 10px;
}

.tour-seo-intro--accordion .tour-seo-lead{
  margin-bottom: 16px;
  max-width: none;
}

.tour-seo-intro--accordion .tour-seo-grid{
  margin-top: 2px;
}

.tour-seo-intro--accordion .tour-seo-card{
  box-shadow: none;
}

/* ===== MOBILE ===== */

@media (max-width: 768px){
  .tour-seo-intro{
    margin: 18px 0 22px;
    padding: 18px 16px;
    border-radius: 18px;
  }

  .tour-seo-grid{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tour-seo-title{
    font-size: 1.35rem;
  }

  .tour-seo-lead,
  .tour-seo-card p{
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .tour-seo-card{
    padding: 14px 14px 13px;
    border-radius: 16px;
  }
}

/* ——— DESCRIPTION ——— */
.tour-desc { padding: 24px 0; border-bottom: 1px solid var(--gray-100); }
.tour-desc p { font-size: 15px; color: var(--text-muted); line-height: 1.75; margin-bottom: 20px; }

.tour-desc-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 4px;
}

.tdm-item { display: flex; align-items: flex-start; gap: 10px; }
.tdm-item svg { color: var(--orange); flex-shrink: 0; margin-top: 2px; }
.tdm-item strong { display: block; font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 1px; }
.tdm-item span { font-size: 13px; color: var(--text-muted); }

/* ——— ACCORDION ——— */
.tacc { border-bottom: 1px solid var(--gray-100); }

.tacc-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding: 20px 0;
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
  text-align: left;
  letter-spacing: -0.2px;
  transition: color var(--dur) var(--ease);
  font-family: inherit;
}

.tacc-btn:hover { color: var(--orange); }
.tacc-chev { flex-shrink: 0; color: var(--gray-400); transition: transform var(--dur) var(--ease); }
.tacc-btn[aria-expanded="true"] .tacc-chev { transform: rotate(180deg); color: var(--orange); }

.tacc-body { padding-bottom: 20px; animation: tacc-open 180ms ease-out; }
.tacc-body[hidden] { display: none; }

@keyframes tacc-open {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

.tour-hl-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.tour-hl-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--text); line-height: 1.5; }
.tour-hl-list li::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); flex-shrink: 0; margin-top: 5px; }

.tour-inc-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.tour-inc-list li { display: flex; align-items: center; gap: 9px; font-size: 14px; color: var(--text); }
.tour-inc-list li svg { color: var(--green); flex-shrink: 0; }

.tour-unsuitable-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.tour-unsuitable-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--text-muted); line-height: 1.5; }
.tour-unsuitable-list li::before { content: '×'; color: var(--red); font-weight: 800; font-size: 16px; flex-shrink: 0; line-height: 1.3; }

/* ——— ITINERARY ——— */
.itin-timeline { display: flex; flex-direction: column; }

.itin-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  position: relative;
}

.itin-row:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 26px;
  width: 2px;
  bottom: 0;
  background: var(--gray-100);
  z-index: 0;
}

.itin-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  position: relative;
  z-index: 1;
  margin-top: 2px;
}

.itin-dot--stop { background: var(--orange); color: var(--white); }
.itin-dot--highlight { background: var(--navy); color: var(--white); width: 28px; height: 28px; font-size: 11px; }
.itin-dot--transit { background: var(--teal-light); width: 14px; height: 14px; margin-left: 5px; margin-top: 5px; }
.itin-dot--start, .itin-dot--end { background: var(--gray-100); }

.itin-info { padding: 3px 0 18px; flex: 1; }
.itin-info strong { display: block; font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 2px; }
.itin-info span { font-size: 13px; color: var(--text-muted); }
.itin-info a { color: var(--teal); font-weight: 600; text-decoration: underline; }
.itin-transit-text { font-size: 13px; color: var(--text-muted); font-style: italic; padding: 2px 0 14px; }
.itin-stop--highlight .itin-info strong { color: var(--orange); font-size: 15px; }

.tacc-body p { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 12px; }
.meeting-map-btn { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; }

/* FAQ */
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--gray-100); }
.faq-item:first-child { border-top: 1px solid var(--gray-100); }

.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  background: none;
  border: none;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
  transition: color var(--dur) var(--ease);
  font-family: inherit;
}

.faq-q:hover { color: var(--orange); }
.faq-q[aria-expanded="true"] { color: var(--orange); }
.faq-chev { flex-shrink: 0; color: var(--gray-400); transition: transform var(--dur) var(--ease); }
.faq-q[aria-expanded="true"] .faq-chev { transform: rotate(180deg); color: var(--orange); }
.faq-a { padding-bottom: 14px; animation: tacc-open 180ms ease-out; }
.faq-a[hidden] { display: none; }
.faq-a p { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin: 0; }

/* ——— OTHER TOURS ——— */
.tour-other-section { padding-top: 40px; }
.tour-other-title { font-size: 22px; font-weight: 800; color: var(--navy); letter-spacing: -0.4px; margin-bottom: 20px; }

.other-tours-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.other-tour-card {
  background: var(--white);
  border: 1.5px solid var(--gray-100);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  display: flex;
  flex-direction: column;
}

.other-tour-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.other-tour-card img { width: 100%; height: 150px; object-fit: cover; font-size: 0; transition: transform 400ms var(--ease); }
.other-tour-card:hover img { transform: scale(1.04); }
.other-tour-body { padding: 14px 16px; display: flex; flex-direction: column; gap: 4px; }
.other-tour-body h3 { font-size: 14px; font-weight: 700; color: var(--navy); line-height: 1.3; }
.other-tour-price { font-size: 17px; font-weight: 800; color: var(--navy); }

/* ——— BOOKING ——— */
.booking-section { background: var(--cream); padding: 64px 0; }

.booking-header { text-align: center; max-width: 520px; margin: 0 auto 36px; }
.booking-header h2 { font-size: clamp(24px, 3vw, 34px); font-weight: 800; color: var(--navy); letter-spacing: -0.8px; margin-bottom: 8px; }
.booking-header p { font-size: 14px; color: var(--text-muted); }

.tour-section-tag { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--orange); display: block; margin-bottom: 8px; }

.booking-card { background: var(--white); border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); max-width: 640px; margin: 0 auto; overflow: hidden; }

.steps-bar { display: flex; align-items: center; padding: 20px 28px; background: var(--cream); border-bottom: 1px solid var(--gray-100); }
.step-ind { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.step-num { width: 26px; height: 26px; border-radius: 50%; background: var(--gray-100); color: var(--gray-600); font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; transition: background var(--dur) var(--ease), color var(--dur) var(--ease); }
.step-label { font-size: 12px; font-weight: 600; color: var(--gray-400); transition: color var(--dur) var(--ease); white-space: nowrap; }
.step-ind.active .step-num { background: var(--orange); color: var(--white); }
.step-ind.active .step-label { color: var(--navy); }
.step-ind.done .step-num { background: var(--green); color: var(--white); }
.step-ind.done .step-label { color: var(--text-muted); }
.step-connector { flex: 1; height: 2px; background: var(--gray-100); margin: 0 10px; }

.form-panel { display: none; }
.form-panel.active { display: block; }
.panel-body { padding: 28px; display: flex; flex-direction: column; gap: 18px; }

.cal-wrap { border: 1.5px solid var(--gray-100); border-radius: var(--radius-md); overflow: hidden; }
.cal-header { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; background: var(--navy); }
.cal-month { font-size: 14px; font-weight: 700; color: var(--white); }
.cal-nav { background: none; border: none; color: rgba(255,255,255,0.7); font-size: 20px; cursor: pointer; padding: 4px 10px; border-radius: var(--radius); transition: color var(--dur) var(--ease), background var(--dur) var(--ease); line-height: 1; font-family: inherit; }
.cal-nav:hover { color: var(--white); background: rgba(255,255,255,0.1); }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); }
.day-header {
  font-size: 11px;
  font-weight: 700;
  color: var(--gray-700);
  text-align: center;
  padding: 10px 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.08em; /* cleaner spacing */
}
.day-cell { text-align: center; padding: 8px 4px; font-size: 13px; font-weight: 500; color: var(--text); cursor: pointer; border-radius: var(--radius); transition: background var(--dur) var(--ease), color var(--dur) var(--ease); user-select: none; }
.day-cell:hover:not(.disabled):not(.empty) { background: var(--orange-light); color: var(--orange); }
.day-cell.selected { background: var(--orange); color: var(--white); font-weight: 700; }
.day-cell.today { font-weight: 800; color: var(--teal); }
.day-cell.disabled, .day-cell.empty { color: var(--gray-200); cursor: default; pointer-events: none; }

.guests-wrap { border: 1.5px solid var(--gray-100); border-radius: var(--radius-md); overflow: hidden; }
.guest-row { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border-bottom: 1px solid var(--gray-100); }
.guest-label strong { display: block; font-size: 14px; font-weight: 700; color: var(--navy); }
.guest-label span { font-size: 12px; color: var(--text-muted); }
.guest-price { font-size: 13px; font-weight: 600; color: var(--text-muted); }
.guest-counter { display: flex; align-items: center; gap: 12px; }
.guest-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--gray-200);
  background: none;
  font-size: 18px;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color var(--dur) var(--ease), color var(--dur) var(--ease), background var(--dur) var(--ease);
  line-height: 1;
  font-family: inherit;
  padding: 0;
  padding-bottom: 2px;
}
.guest-btn:hover { border-color: var(--orange); color: var(--orange); background: var(--orange-light); }
.guest-count { font-size: 16px; font-weight: 700; min-width: 20px; text-align: center; color: var(--navy); }
.guest-total { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; background: var(--cream); }
.guest-total span { font-size: 14px; font-weight: 700; color: var(--text-muted); }
.guest-total-price { font-size: 24px; font-weight: 800; color: var(--navy) !important; letter-spacing: -0.5px; }

.panel-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.panel-note { font-size: 12px; color: var(--text-muted); margin: 0; }
.btn-full { width: 100%; justify-content: center; }
.btn-back { background: none; border: 1.5px solid var(--gray-200); color: var(--text-muted); font-size: 14px; font-weight: 600; padding: 10px 20px; border-radius: var(--radius); cursor: pointer; font-family: inherit; transition: border-color var(--dur) var(--ease), color var(--dur) var(--ease); }
.btn-back:hover { border-color: var(--text); color: var(--text); }

.field { display: flex; flex-direction: column; gap: 5px; }
.field label { font-size: 13px; font-weight: 700; color: var(--navy); }
.field label span { color: var(--orange); }
.field input, .field textarea { font-family: inherit; font-size: 15px; color: var(--text); background: var(--white); border: 1.5px solid var(--gray-200); border-radius: var(--radius); padding: 10px 14px; transition: border-color var(--dur) var(--ease); width: 100%; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,90,31,0.10); }
.field input.error, .field textarea.error { border-color: var(--red); }
.field-error { font-size: 12px; color: var(--red); display: none; }
.field-error.show { display: block; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hp-field { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.review-block { border: 1.5px solid var(--gray-100); border-radius: var(--radius-md); overflow: hidden; }
.review-table { display: flex; flex-direction: column; }
.review-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 16px; border-bottom: 1px solid var(--gray-100); font-size: 14px; }
.review-row:last-child { border-bottom: none; }
.review-label { color: var(--text-muted); font-weight: 500; }
.review-value { font-weight: 600; color: var(--navy); }
.review-row--total { background: var(--cream); }
.review-row--total .review-label, .review-row--total .review-value { font-size: 16px; font-weight: 800; color: var(--navy); }

.payment-note { background: var(--teal-light); border: 1px solid rgba(13,110,140,0.2); border-radius: var(--radius-md); padding: 14px 16px; display: flex; flex-direction: column; gap: 4px; font-size: 13px; }
.payment-note strong { font-size: 14px; color: var(--teal); }
.payment-note span { color: var(--text-muted); line-height: 1.5; }

.confirm-note { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--text-muted); background: var(--gray-50); border-radius: var(--radius-md); padding: 12px 16px; }

.form-error { background: #FEF2F2; border: 1px solid #FECACA; border-radius: var(--radius); padding: 12px 16px; font-size: 14px; color: var(--red); display: none; }
.form-error.show { display: block; }

.btn-spinner { display: none; width: 16px; height: 16px; border: 2px solid rgba(255,255,255,0.4); border-top-color: var(--white); border-radius: 50%; animation: spin 0.7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.success-panel { display: none; flex-direction: column; align-items: center; text-align: center; padding: 48px 28px; gap: 12px; }
.success-panel.active { display: flex; }
.success-icon { font-size: 52px; line-height: 1; }
.success-panel h2 { font-size: 26px; font-weight: 800; color: var(--navy); letter-spacing: -0.5px; }
.success-panel p { font-size: 15px; color: var(--text-muted); max-width: 380px; line-height: 1.65; }
.success-ref { font-size: 13px; font-weight: 700; color: var(--teal); background: var(--teal-light); padding: 6px 16px; border-radius: 20px; }

.btn-whatsapp { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: var(--white); font-weight: 700; font-size: 15px; padding: 12px 28px; border-radius: var(--radius); text-decoration: none; margin-top: 8px; transition: background var(--dur) var(--ease), transform var(--dur) var(--ease); }
.btn-whatsapp:hover { background: #1DAF5A; transform: translateY(-2px); }

/* ——— RESPONSIVE ——— */
@media (max-width: 768px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-main img { height: 260px; }
  .gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
  }
  .gallery-thumbs img { height: 80px; }

  .tour-trust-inner { gap: 14px; justify-content: flex-start; }
  .tour-price-row { flex-direction: column; align-items: flex-start; gap: 14px; }
  .tpd-val { font-size: 30px; }
  .tour-desc-meta { grid-template-columns: 1fr 1fr; }
  .tour-inc-list { grid-template-columns: 1fr; }
  .other-tours-grid { grid-template-columns: 1fr; }
  .panel-body { padding: 20px; }
  .field-row { grid-template-columns: 1fr; }
  .panel-actions { flex-direction: column; }
  .panel-actions .btn-primary, .panel-actions .btn-back { width: 100%; justify-content: center; text-align: center; }
  .steps-bar { padding: 14px 20px; }
  .step-label { display: none; }
}

@media (max-width: 480px) {
  .tour-desc-meta { grid-template-columns: 1fr; }
  .booking-section { padding: 48px 0; }
  .other-tours-grid { grid-template-columns: 1fr 1fr; }
  .other-tour-card img { height: 120px; }
}

/* ══════════════════════════════════════
   DEPARTURE SLOT SELECTOR (multi-slot tours)
══════════════════════════════════════ */
.departure-wrap {
  margin: 0 0 20px;
}

.departure-label {
  font-size: 0.875rem;
  margin: 0 0 10px;
  color: var(--text);
}

.departure-slots {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.departure-slot {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  border: 1.5px solid var(--gray-200);
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text);
  transition: border-color 0.15s, background 0.15s, color 0.15s;
  user-select: none;
  min-width: 0;
}

.departure-slot input[type="radio"] {
  accent-color: var(--orange);
  width: 15px;
  height: 15px;
  cursor: pointer;
  flex-shrink: 0;
}

.departure-slot:hover {
  border-color: var(--orange);
}

.departure-slot.is-selected {
  border-color: var(--orange);
  background: var(--orange-light);
  color: var(--orange-dark);
  font-weight: 600;
}

#err_departure {
  display: none;
  font-size: 0.8rem;
  color: var(--red);
  margin-top: 6px;
}

/* Read-only departure line (single-departure tours) */
.departure-info {
  margin: 16px 0 20px;
  padding: 10px 14px;
  background: var(--gray-50);
  border: 1.5px solid var(--gray-100);
  border-radius: 8px;
  font-size: 0.9rem;
  color: var(--text);
}

/* Prevent departure pills from causing horizontal scroll on small screens */
@media (max-width: 480px) {
  .departure-slots {
    gap: 6px;
  }
  .departure-slot {
    padding: 8px 12px;
    font-size: 0.82rem;
  }
}

/* Sunset departure sub-note */
.sunset-sub {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 400;
}

@media (max-width: 480px) {
  .guest-row {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "label counter"
      "price counter";
    padding: 14px 14px;
    gap: 0 12px;
  }

  .guest-label   { grid-area: label; }
  .guest-price   { grid-area: price; font-size: 12px; }
  .guest-counter { grid-area: counter; align-self: center; }
}
