/* ═══════════════════════════════════════════════════════════
   SWINGO SINTRA LP — Custom CSS (complements Tailwind)
   Brand font + component primitives + animations
   ═══════════════════════════════════════════════════════════ */

/* ────── Authentic Sans Pro (Swingo brand font, hosted on Webflow CDN) */
@font-face {
  font-family: 'Authentic Sans';
  src: url('https://cdn.prod.website-files.com/6818e494945bdde30e92edb9/6818e494945bdde30e92edd8_AUTHENTICSans-90.woff2') format('woff2');
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Authentic Sans';
  src: url('https://cdn.prod.website-files.com/6818e494945bdde30e92edb9/6818e494945bdde30e92edc5_AUTHENTICSans-130.woff2') format('woff2');
  font-weight: 600 800;
  font-style: normal;
  font-display: swap;
}

/* ────── Base */
:root {
  --brick:       #bf6826;
  --brick-dark:  #8d4711;
  --dark:        #1b3d48;
  --egg-light:   #f5f2e9;
  --mustard:     #dab162;
}

html { -webkit-text-size-adjust: 100%; }
/* Native smooth-scroll fallback (when Lenis hasn't booted or is paused) */
html:not(.lenis) { scroll-behavior: smooth; }
html.lenis { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: clip; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* iOS safe-area for sticky CTA */
.safe-bottom { padding-bottom: max(0.625rem, env(safe-area-inset-bottom)); }

/* ────── CTA buttons */
.cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--brick);
  color: #fff;
  font-weight: 700;
  padding: 0.95rem 1.625rem;
  border-radius: 9999px;
  font-size: 0.95rem;
  transition: transform .25s cubic-bezier(.16,1,.3,1),
              background-color .2s ease,
              box-shadow .25s ease;
  box-shadow: 0 10px 28px -10px rgba(191, 104, 38, 0.55),
              0 2px 4px rgba(191, 104, 38, 0.18);
  text-decoration: none;
  cursor: pointer;
  border: none;
}
.cta-primary:hover {
  background: var(--brick-dark);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -10px rgba(191, 104, 38, 0.6),
              0 4px 8px rgba(191, 104, 38, 0.2);
}
.cta-primary:active { transform: translateY(0) scale(0.98); }
.cta-primary svg { transition: transform .25s ease; }
.cta-primary:hover svg { transform: translateX(3px); }

.cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: var(--brick);
  border: 2px solid var(--brick);
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: 0.95rem;
  transition: all .2s ease;
  text-decoration: none;
}
.cta-secondary:hover { background: var(--brick); color: #fff; }

/* Dark-section secondary */
section.bg-swingo-dark .cta-secondary {
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}
section.bg-swingo-dark .cta-secondary:hover {
  background: #fff;
  color: var(--dark);
  border-color: #fff;
}

/* ────── Feature cards (Why this tour) */
.card-feature {
  background: #fff;
  border: 1px solid rgba(27, 61, 72, 0.06);
  border-radius: 1.75rem;
  padding: 1.875rem;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1),
              border-color .35s ease,
              box-shadow .35s ease;
  box-shadow: 0 1px 2px rgba(22, 21, 22, 0.04);
}
.card-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(191, 104, 38, 0.18);
  box-shadow: 0 24px 48px -20px rgba(22, 21, 22, 0.18);
}
.card-feature .icon-wrap {
  width: 52px; height: 52px;
  border-radius: 16px;
  background: var(--egg-light);
  color: var(--brick);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.125rem;
}
.card-feature .icon-wrap svg { width: 24px; height: 24px; }
.card-feature h3 { font-weight: 700; font-size: 1.0625rem; margin-bottom: 0.375rem; color: var(--dark); }
.card-feature p { color: rgba(27, 61, 72, 0.7); font-size: 0.9rem; line-height: 1.55; }

/* ────── Highlight cards (top 3) */
.highlight-card {
  background: #fff;
  border-radius: 1.75rem;
  overflow: hidden;
  transition: transform .4s cubic-bezier(.16,1,.3,1),
              box-shadow .4s ease;
  box-shadow: 0 4px 24px -12px rgba(22, 21, 22, 0.1);
}
.highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 56px -20px rgba(22, 21, 22, 0.25);
}
.highlight-card img {
  transition: transform .6s ease;
}
.highlight-card:hover img {
  transform: scale(1.04);
}
.badge-unesco {
  display: inline-block;
  background: var(--mustard);
  color: var(--dark);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
}

/* ────── Timeline */
.timeline { position: relative; list-style: none; padding: 0; margin: 0; }
.timeline::before {
  content: '';
  position: absolute;
  left: 4.25rem;
  top: 0.75rem;
  bottom: 0.75rem;
  width: 2px;
  background: linear-gradient(to bottom, var(--brick) 0%, var(--mustard) 50%, var(--egg-light) 100%);
  opacity: 0.5;
}
@media (max-width: 640px) {
  .timeline::before { left: 1.5rem; }
}
.timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 1.5rem;
  padding: 0.5rem 0 1.75rem;
}
@media (max-width: 640px) {
  .timeline li { grid-template-columns: 3rem 1fr; gap: 1rem; }
}
.timeline li::before {
  content: '';
  position: absolute;
  left: 3.5rem;
  top: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--brick);
  z-index: 1;
}
@media (max-width: 640px) {
  .timeline li::before { left: 0.75rem; }
}
.timeline .t-time {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--brick);
  padding-top: 0.5rem;
}
@media (max-width: 640px) {
  .timeline .t-time { font-size: 0.875rem; padding-top: 0.6rem; }
}
.timeline .t-content h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.375rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
}
.timeline .t-dur {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(27, 61, 72, 0.55);
  letter-spacing: 0.01em;
}
.timeline .opt { font-size: 0.95rem; font-weight: 500; color: rgba(27, 61, 72, 0.5); }
.timeline .t-content p { color: rgba(27, 61, 72, 0.75); line-height: 1.6; }

/* ────── Included list (dark section) */
.incl {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: rgba(255,255,255,0.92);
}
.incl::before {
  content: '';
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--mustard);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%231b3d48'><path d='M16.7 5.3a1 1 0 010 1.4l-8 8a1 1 0 01-1.4 0l-4-4a1 1 0 011.4-1.4L8 12.6l7.3-7.3a1 1 0 011.4 0z'/></svg>");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}

/* ────── Mini check */
.check-mini {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--brick);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  margin-top: 1px;
}

/* ────── Travellers' photos (TripAdvisor gallery, masonry via CSS columns) */
.photo-grid {
  column-count: 4;
  column-gap: 1.25rem;
}
@media (max-width: 1023px) { .photo-grid { column-count: 3; column-gap: 1rem; } }
@media (max-width: 639px)  { .photo-grid { column-count: 2; column-gap: 0.75rem; } }

.photo-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  margin: 0 0 1.25rem;
  break-inside: avoid;
  display: block;
  box-shadow: 0 4px 24px -12px rgba(22, 21, 22, 0.18);
  transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s ease;
}
@media (max-width: 1023px) { .photo-card { margin-bottom: 1rem; } }
@media (max-width: 639px)  { .photo-card { margin-bottom: 0.75rem; border-radius: 1.25rem; } }

.photo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -16px rgba(22, 21, 22, 0.28);
}
.photo-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .8s cubic-bezier(.16,1,.3,1);
}
.photo-card:hover img { transform: scale(1.06); }

.photo-card figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 1.5rem 1.25rem 1.125rem;
  background: linear-gradient(to top,
              rgba(0, 0, 0, 0.82) 0%,
              rgba(0, 0, 0, 0.55) 40%,
              transparent 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.photo-card .stars {
  color: var(--mustard);
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 6px;
}
.photo-card .photo-name {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.2;
}
.photo-card .photo-date {
  font-size: 0.75rem;
  opacity: 0.85;
  line-height: 1.3;
}

/* ────── Testimonials */
.testimonial {
  background: #fff;
  border-radius: 1.5rem;
  padding: 1.75rem;
  margin: 0;
  box-shadow: 0 4px 24px -12px rgba(22, 21, 22, 0.12);
  border: 1px solid rgba(27, 61, 72, 0.04);
  display: flex;
  flex-direction: column;
}
.testimonial .stars {
  color: var(--mustard);
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}
.testimonial blockquote {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--dark);
  margin: 0 0 1rem;
  flex: 1;
}
.testimonial figcaption {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-top: 1px solid rgba(27, 61, 72, 0.08);
  padding-top: 1rem;
  line-height: 1.3;
}
.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: var(--egg-light);
  box-shadow: 0 0 0 2px #fff,
              0 2px 6px rgba(22, 21, 22, 0.12);
}
.testimonial figcaption strong {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--dark);
}
.testimonial figcaption span {
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(27, 61, 72, 0.55);
}

/* ────── Form */
.form-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(27, 61, 72, 0.7);
  margin-bottom: 0.375rem;
}
.form-input {
  width: 100%;
  background: #fff;
  /* !important to defeat @tailwindcss/forms base styles which are injected
     after styles.css and target [type='date'], [type='email'], etc. */
  border: 1.5px solid rgba(27, 61, 72, 0.1) !important;
  border-radius: 1.125rem !important;
  padding: 0.875rem 1rem !important;
  font-size: 0.9375rem;
  color: var(--dark);
  transition: border-color .15s ease, box-shadow .15s ease;
  outline: none;
  font-family: inherit;
}
.form-input:focus {
  border-color: var(--brick) !important;
  box-shadow: 0 0 0 3px rgba(191, 104, 38, 0.15) !important;
}
.form-input::placeholder { color: rgba(27, 61, 72, 0.4); }

/* ────── FAQ */
.faq-item {
  background: var(--egg-light);
  border: 1px solid rgba(27, 61, 72, 0.05);
  border-radius: 1.25rem;
  overflow: hidden;
  transition: background-color .25s ease, box-shadow .25s ease;
}
.faq-item[open] {
  background: #fff;
  box-shadow: 0 12px 28px -16px rgba(22, 21, 22, 0.15);
}
.faq-item summary {
  font-weight: 600;
  font-size: 1rem;
  padding: 1.125rem 1.5rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--dark);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: var(--brick);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .25s ease, background-color .2s ease;
}
.faq-item[open] summary::after {
  content: '−';
  background: var(--brick);
  color: #fff;
  transform: rotate(180deg);
}
.faq-item p {
  padding: 0 1.5rem 1.5rem;
  color: rgba(27, 61, 72, 0.78);
  line-height: 1.65;
  font-size: 0.95rem;
}

/* ────── Sticky CTA on scroll */
#sticky-cta.show { transform: translateY(0); }

/* ════════════════════════════════════════════════════════════════════
   HERO QUOTE CARD — first contact, must look premium and be live
   ════════════════════════════════════════════════════════════════════ */
.hero-quote-card {
  background: #fff;
  border-radius: 1.5rem;
  padding: 1.5rem;
  width: 100%;
  box-shadow: 0 24px 60px -20px rgba(22, 21, 22, 0.35),
              0 8px 16px -8px rgba(22, 21, 22, 0.15);
}
@media (min-width: 1024px) {
  .hero-quote-card {
    width: 420px;
    margin-left: auto;
    padding: 1.75rem;
  }
}

.quote-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(27, 61, 72, 0.08);
}
.quote-title {
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--dark);
  line-height: 1.2;
}
.quote-rating {
  font-size: 0.75rem;
  margin-top: 0.375rem;
  color: rgba(27, 61, 72, 0.7);
}
.quote-price { text-align: right; flex-shrink: 0; }
.quote-price-from {
  font-size: 0.7rem;
  color: rgba(27, 61, 72, 0.55);
  text-transform: lowercase;
}
.quote-price-value {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--dark);
  line-height: 1;
  margin: 0.125rem 0;
}
.quote-price-meta {
  font-size: 0.6875rem;
  color: rgba(27, 61, 72, 0.55);
}

/* Form */
.quote-form { display: flex; flex-direction: column; gap: 0.875rem; }
.quote-field { display: flex; flex-direction: column; gap: 0.375rem; }
.quote-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(27, 61, 72, 0.75);
}
.quote-input {
  width: 100%;
  /* !important to defeat @tailwindcss/forms base styles */
  border: 1.5px solid rgba(27, 61, 72, 0.1) !important;
  border-radius: 1.125rem !important;
  padding: 0.875rem 1rem !important;
  font-size: 0.9375rem;
  color: var(--dark);
  font-family: inherit;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
  background: #fff;
}
.quote-input:focus {
  border-color: var(--brick) !important;
  box-shadow: 0 0 0 3px rgba(191, 104, 38, 0.15) !important;
}

/* Tour selector (segmented radio cards) */
.quote-tour-pick {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.quote-tour-card {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0.75rem;
  border: 1.5px solid rgba(27, 61, 72, 0.1);
  border-radius: 0.75rem;
  cursor: pointer;
  text-align: center;
  transition: all .15s ease;
  position: relative;
  background: #fff;
}
.quote-tour-card input { position: absolute; opacity: 0; pointer-events: none; }
.quote-tour-card:hover { border-color: rgba(191, 104, 38, 0.3); }
.quote-tour-card:has(input:checked) {
  border-color: var(--brick);
  background: rgba(191, 104, 38, 0.04);
}
.quote-tour-title {
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--dark);
}
.quote-tour-meta {
  font-size: 0.6875rem;
  color: rgba(27, 61, 72, 0.55);
}

/* Mini steppers */
.quote-pax {
  border: 1.5px solid rgba(27, 61, 72, 0.1);
  border-radius: 1.125rem;
  padding: 0.25rem 1rem;
}
.quote-pax-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  gap: 0.75rem;
}
.quote-pax-row + .quote-pax-row {
  border-top: 1px solid rgba(27, 61, 72, 0.06);
}
.quote-pax-title {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--dark);
}
.quote-pax-meta {
  font-size: 0.6875rem;
  color: var(--sage, #a1b081);
  font-weight: 600;
  margin-left: 0.375rem;
}
.quote-pax-stepper {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}
.quote-pax-btn {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1.5px solid var(--brick);
  background: #fff;
  color: var(--brick);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: all .12s ease;
}
.quote-pax-btn:hover:not([disabled]) {
  background: var(--brick);
  color: #fff;
}
.quote-pax-btn[disabled] {
  border-color: rgba(27, 61, 72, 0.12);
  color: rgba(27, 61, 72, 0.25);
  cursor: not-allowed;
}
.quote-pax-count {
  min-width: 22px;
  text-align: center;
  font-weight: 700;
  color: var(--dark);
  font-variant-numeric: tabular-nums;
}

/* Trust signals */
.quote-trust {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0.375rem 0 0;
  font-size: 0.7rem;
  color: rgba(27, 61, 72, 0.65);
}
.quote-trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 500;
}
@media (max-width: 380px) {
  .quote-trust { flex-direction: column; gap: 0.25rem; }
}

/* ────── Hero text shadow (boosts legibility over image) */
header h1,
header > div > div > p,
header .text-white {
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5),
               0 1px 3px rgba(0, 0, 0, 0.3);
}
header h1 { text-shadow: 0 3px 32px rgba(0, 0, 0, 0.5), 0 2px 4px rgba(0, 0, 0, 0.4); }
/* Reset for the quote card on the right which sits on white bg */
header aside .text-white,
header aside h1,
header aside p { text-shadow: none; }

/* ────── Eyebrow label (simple, no leading dash) */
.eyebrow {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.005em;
  margin-bottom: 0.875rem;
  color: var(--brick);
}
.eyebrow-brick   { color: var(--brick); }
.eyebrow-mustard { color: var(--mustard); }
.eyebrow-muted   { color: rgba(27, 61, 72, 0.55); }

/* ────── Urgency dot (finite pulse — 4 cycles then stops) */
.urgency-dot {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--mustard);
  box-shadow: 0 0 0 0 rgba(218, 177, 98, 0.7);
  animation: urgency-pulse 1.6s ease-out 4;
}
@keyframes urgency-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(218, 177, 98, 0.7); }
  70%  { box-shadow: 0 0 0 10px rgba(218, 177, 98, 0); }
  100% { box-shadow: 0 0 0 0 rgba(218, 177, 98, 0); }
}

/* ═══════════════════════════════════════════════════════════
   BOOKING WIZARD MODAL
   ═══════════════════════════════════════════════════════════ */

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.booking-modal.hidden { display: none; }

.booking-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 21, 22, 0.6);
  animation: fade .25s ease-out;
}
/* Optional blur — enable with .booking-modal.with-blur if needed */
.booking-modal.with-blur .booking-backdrop {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.booking-panel {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 640px;
  max-height: 100dvh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 30px 80px -20px rgba(22, 21, 22, 0.35);
  animation: pop .35s cubic-bezier(.16,1,.3,1);
  overflow: hidden;
}
@media (min-width: 640px) {
  .booking-panel {
    max-height: min(90vh, 820px);
    border-radius: 1.75rem;
    margin: 1rem;
  }
  .booking-modal { padding: 0.5rem; }
}
@media (min-width: 900px) {
  /* Wider panel on desktop to host the live cart aside */
  .booking-panel { max-width: 940px; }
}
@media (max-width: 639px) {
  .booking-panel { height: 100dvh; max-height: 100dvh; }
}

/* Two-column layout for desktop (body | cart) */
.booking-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;            /* allow children to scroll */
}
@media (min-width: 900px) {
  .booking-main { flex-direction: row; }
  .booking-main > .booking-body { flex: 1; min-width: 0; }
}

@keyframes fade { from { opacity: 0 } to { opacity: 1 } }
@keyframes pop {
  from { opacity: 0; transform: translateY(20px) scale(0.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* ────── Header */
.booking-header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(27, 61, 72, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  background: #fff;
  position: sticky; top: 0; z-index: 1;
}
.booking-progress {
  display: flex;
  gap: 0.375rem;
}
.booking-progress-step {
  flex: 1;
  height: 4px;
  background: rgba(27, 61, 72, 0.12);
  border-radius: 999px;
  transition: background-color .3s ease;
}
.booking-progress-step.active { background: var(--brick); }
.booking-progress-step.done   { background: var(--brick); }

.booking-header-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-step-label {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgba(27, 61, 72, 0.6);
}
.booking-close {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(27, 61, 72, 0.06);
  border: none;
  color: var(--dark);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .15s ease;
}
.booking-close:hover { background: rgba(27, 61, 72, 0.12); }

/* ────── Body & steps */
.booking-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 639px) { .booking-body { padding: 1.25rem; } }

/* ════════════════════════════════════════════════════════════════════
   PERSISTENT CART PILL — appears when there's a saved-but-unfinished booking
   ════════════════════════════════════════════════════════════════════ */
.cart-pill {
  position: fixed;
  z-index: 50;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 0.625rem 0.625rem 0.875rem;
  background: #fff;
  border: 1px solid rgba(27, 61, 72, 0.1);
  border-radius: 9999px;
  box-shadow: 0 18px 50px -16px rgba(22, 21, 22, 0.32),
              0 4px 12px -4px rgba(22, 21, 22, 0.12);
  animation: pill-in .4s cubic-bezier(.16,1,.3,1);
  max-width: calc(100vw - 2rem);
}
.cart-pill.hidden {
  display: none;
}
@keyframes pill-in {
  from { opacity: 0; transform: translateY(20px) scale(0.95); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.cart-pill-icon {
  width: 36px; height: 36px;
  background: var(--brick);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.cart-pill-icon svg { width: 18px; height: 18px; }
.cart-pill-content {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}
.cart-pill-title {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(27, 61, 72, 0.55);
  margin: 0;
  line-height: 1.2;
}
.cart-pill-meta {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--dark);
  margin: 0;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.cart-pill-amount {
  font-size: 1rem;
  font-weight: 800;
  color: var(--brick);
  letter-spacing: -0.02em;
  padding: 0 0.5rem;
  border-left: 1px solid rgba(27, 61, 72, 0.1);
}
.cart-pill-resume {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--brick);
  color: #fff;
  border: none;
  border-radius: 9999px;
  padding: 0.5rem 0.875rem;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color .2s ease, transform .25s ease;
}
.cart-pill-resume svg { width: 14px; height: 14px; }
.cart-pill-resume:hover { background: var(--brick-dark); transform: translateY(-1px); }
.cart-pill-close {
  width: 28px; height: 28px;
  background: rgba(27, 61, 72, 0.06);
  border: none;
  border-radius: 50%;
  color: rgba(27, 61, 72, 0.55);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .15s ease, color .15s ease;
  flex-shrink: 0;
}
.cart-pill-close svg { width: 12px; height: 12px; }
.cart-pill-close:hover { background: rgba(27, 61, 72, 0.12); color: var(--dark); }

@media (max-width: 639px) {
  .cart-pill {
    right: 0.625rem;
    bottom: 0.625rem;
    padding: 0.5rem 0.5rem 0.5rem 0.625rem;
    gap: 0.5rem;
  }
  .cart-pill-icon { width: 32px; height: 32px; }
  .cart-pill-meta { max-width: 110px; font-size: 0.75rem; }
  .cart-pill-amount { font-size: 0.875rem; padding: 0 0.375rem; }
  .cart-pill-resume {
    padding: 0.45rem 0.625rem;
    font-size: 0.7rem;
  }
  .cart-pill-resume span { display: none; }
  .cart-pill-title { display: none; }
}

/* Hide pill while booking modal is open (state already visible inside) */
body.booking-open .cart-pill { display: none !important; }

/* ════════════════════════════════════════════════════════════════════
   LIVE CART (right aside on desktop, bottom drawer on mobile)
   ════════════════════════════════════════════════════════════════════ */
.booking-cart {
  background: #faf8f3;
  border-top: 1px solid rgba(27, 61, 72, 0.08);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem 1.25rem;
  border-bottom: 1px solid rgba(27, 61, 72, 0.08);
}
.cart-title {
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--dark);
  text-transform: uppercase;
}
.cart-toggle {
  display: none;            /* hidden on desktop, shown on mobile via override */
  width: 32px; height: 32px;
  background: rgba(27, 61, 72, 0.06);
  border: none;
  border-radius: 50%;
  color: var(--dark);
  cursor: pointer;
  transition: transform .25s ease, background-color .15s ease;
  align-items: center;
  justify-content: center;
}
.cart-toggle svg { width: 16px; height: 16px; }
.cart-toggle:hover { background: rgba(27, 61, 72, 0.12); }
.booking-cart.expanded .cart-toggle { transform: rotate(180deg); }

.cart-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.875rem;
}
.cart-empty {
  color: rgba(27, 61, 72, 0.55);
  font-style: italic;
}
.cart-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  line-height: 1.4;
}
.cart-row-label {
  color: rgba(27, 61, 72, 0.7);
  font-size: 0.8125rem;
}
.cart-row-value {
  color: var(--dark);
  font-weight: 600;
  text-align: right;
}
.cart-divider {
  height: 1px;
  background: rgba(27, 61, 72, 0.1);
  margin: 0.625rem 0;
}
.cart-subrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8125rem;
  color: rgba(27, 61, 72, 0.7);
  padding: 0.1rem 0;
}
.cart-subrow strong { color: var(--dark); font-weight: 600; }
.cart-addon-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.cart-addon-pill::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--brick);
  border-radius: 50%;
}
.cart-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1.5px solid rgba(27, 61, 72, 0.12);
  margin-top: 0.5rem;
}
.cart-total-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--dark);
}
.cart-total-amount {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--brick);
  letter-spacing: -0.02em;
}
.cart-fee-hint {
  font-size: 0.7rem;
  color: rgba(27, 61, 72, 0.55);
  margin-top: 0.25rem;
  text-align: right;
}

/* Compact bottom bar — only visible on mobile when collapsed */
.cart-bar {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  cursor: pointer;
}
.cart-bar-meta { color: rgba(27, 61, 72, 0.7); }
.cart-bar-total { font-size: 1.05rem; font-weight: 800; color: var(--brick); }

/* Desktop: cart is full right column with breakdown always visible */
@media (min-width: 900px) {
  .booking-cart {
    width: 320px;
    border-top: none;
    border-left: 1px solid rgba(27, 61, 72, 0.08);
    overflow-y: auto;
  }
  .cart-toggle { display: none !important; }
  .cart-bar { display: none !important; }
  .cart-body { display: flex !important; }
}

/* Mobile / tablet (<900px): collapsible drawer at bottom of body */
@media (max-width: 899px) {
  .booking-cart {
    border-bottom: 1px solid rgba(27, 61, 72, 0.08);
  }
  .cart-toggle { display: inline-flex; }
  .cart-body { display: none; }
  .booking-cart.expanded .cart-body { display: flex; }
  /* Show compact bar only when collapsed */
  .cart-bar { display: flex; }
  .booking-cart.expanded .cart-bar { display: none; }
  .booking-cart.expanded .cart-head { border-bottom: 1px solid rgba(27,61,72,0.08); }
  .booking-cart:not(.expanded) .cart-head { border-bottom: none; }
}

.booking-step { animation: slide-in .35s ease-out; }
@keyframes slide-in {
  from { opacity: 0; transform: translateX(15px); }
  to   { opacity: 1; transform: translateX(0); }
}
.booking-step[hidden] { display: none !important; }

.booking-h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.375rem;
  line-height: 1.15;
}
.booking-sub {
  color: rgba(27, 61, 72, 0.65);
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.booking-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.875rem;
  margin-bottom: 0.875rem;
}
@media (max-width: 480px) {
  .booking-row { grid-template-columns: 1fr; }
}
.booking-field { margin-bottom: 0.875rem; }

.booking-hint {
  background: var(--egg-light);
  border-radius: 0.625rem;
  padding: 0.875rem;
  font-size: 0.875rem;
  color: rgba(27, 61, 72, 0.7);
  text-align: center;
}

/* ────── Pax steppers (Adult / Child / Infant) */
.pax-steppers {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  border: 1.5px solid rgba(27, 61, 72, 0.1);
  border-radius: 1.125rem;
  padding: 1rem 1.25rem;
  background: #fff;
}
.pax-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  gap: 1rem;
}
.pax-row + .pax-row {
  border-top: 1px solid rgba(27, 61, 72, 0.08);
}
.pax-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.pax-title {
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--dark);
}
.pax-meta {
  font-size: 0.75rem;
  color: rgba(27, 61, 72, 0.55);
}
.pax-stepper {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.pax-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid var(--brick);
  background: #fff;
  color: var(--brick);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease, transform .1s ease;
  padding: 0;
  user-select: none;
}
.pax-btn:hover:not([disabled]) {
  background: var(--brick);
  color: #fff;
}
.pax-btn:active:not([disabled]) { transform: scale(0.95); }
.pax-btn[disabled] {
  border-color: rgba(27, 61, 72, 0.15);
  color: rgba(27, 61, 72, 0.3);
  cursor: not-allowed;
}
.pax-count {
  min-width: 28px;
  text-align: center;
  font-weight: 700;
  font-size: 1.0625rem;
  color: var(--dark);
  font-variant-numeric: tabular-nums;
}

/* ────── Tour pick cards */
.booking-tour-pick {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 480px) {
  .booking-tour-pick { grid-template-columns: 1fr; }
}
.tour-pick-card {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 1.125rem;
  border: 2px solid rgba(27, 61, 72, 0.08);
  border-radius: 1.125rem;
  cursor: pointer;
  transition: all .2s ease;
  position: relative;
}
.tour-pick-card input { position: absolute; opacity: 0; pointer-events: none; }
.tour-pick-card:hover { border-color: rgba(191, 104, 38, 0.4); }
.tour-pick-card:has(input:checked) { border-color: var(--brick); background: rgba(191, 104, 38, 0.04); }
.tour-pick-title { font-weight: 700; font-size: 0.9375rem; color: var(--dark); }
.tour-pick-meta { font-size: 0.75rem; color: rgba(27, 61, 72, 0.6); }
.tour-pick-price { margin-left: auto; font-weight: 700; color: var(--brick); font-size: 0.95rem; }

/* ────── Add-ons list */
.booking-addons { margin-top: 1.25rem; }
.booking-addons:empty { display: none; }
.booking-addons-list { display: grid; gap: 0.5rem; }
.addon-card {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 1.125rem;
  border: 2px solid rgba(27, 61, 72, 0.08);
  border-radius: 1.125rem;
  cursor: pointer;
  transition: all .2s ease;
  background: #fff;
  position: relative;
}
.addon-card input { position: absolute; opacity: 0; pointer-events: none; }
.addon-card:hover { border-color: rgba(191, 104, 38, 0.4); }
.addon-card:has(input:checked) {
  border-color: var(--brick);
  background: rgba(191, 104, 38, 0.04);
}
.addon-check {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 6px;
  border: 2px solid rgba(27, 61, 72, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: all .15s ease;
}
.addon-card:has(input:checked) .addon-check {
  background: var(--brick);
  border-color: var(--brick);
}
.addon-check::after {
  content: '✓';
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  opacity: 0;
  transition: opacity .15s ease;
}
.addon-card:has(input:checked) .addon-check::after { opacity: 1; }
.addon-content { flex: 1; min-width: 0; }
.addon-title {
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--dark);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.addon-recommended {
  display: inline-block;
  background: rgba(218, 177, 98, 0.2);
  color: #7a5a1f;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.125rem 0.5rem;
  border-radius: 999px;
}
.addon-desc {
  font-size: 0.8125rem;
  color: rgba(27, 61, 72, 0.65);
  margin-top: 2px;
}
.addon-price {
  flex-shrink: 0;
  font-weight: 700;
  color: var(--brick);
  font-size: 0.9375rem;
  text-align: right;
}
.addon-price-free {
  color: var(--sage, #a1b081);
  font-size: 0.8125rem;
}

/* ────── Slots list */
.booking-slots { margin-top: 1.25rem; }
.booking-slots-loading {
  display: flex; align-items: center; justify-content: center;
  padding: 2rem;
  color: rgba(27, 61, 72, 0.6);
  font-size: 0.875rem;
  gap: 0.5rem;
}
.booking-slots-loading::before {
  content: '';
  width: 18px; height: 18px;
  border: 2px solid rgba(27,61,72,0.15);
  border-top-color: var(--brick);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.booking-slots-list { display: grid; gap: 0.5rem; }
.slot-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.125rem 1.25rem;
  border: 2px solid rgba(27, 61, 72, 0.08);
  border-radius: 1.125rem;
  cursor: pointer;
  background: #fff;
  transition: all .2s ease;
}
.slot-card:hover { border-color: rgba(191, 104, 38, 0.4); }
.slot-card.selected { border-color: var(--brick); background: rgba(191, 104, 38, 0.06); }
.slot-time { font-weight: 700; font-size: 1rem; color: var(--dark); }
.slot-meta { font-size: 0.75rem; color: rgba(27, 61, 72, 0.6); margin-top: 2px; }
.slot-price { font-weight: 700; color: var(--brick); }
.slot-stock-low {
  display: inline-block;
  background: rgba(191, 104, 38, 0.1);
  color: var(--brick);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.125rem 0.5rem;
  border-radius: 999px;
  margin-left: 0.5rem;
}
.booking-slots-empty {
  text-align: center;
  padding: 1.5rem;
  color: rgba(27, 61, 72, 0.55);
  font-size: 0.875rem;
}

/* ────── Checkbox */
.booking-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  padding-top: 0.5rem;
  font-size: 0.875rem;
  color: rgba(27, 61, 72, 0.75);
  cursor: pointer;
}
.booking-checkbox input { margin-top: 3px; accent-color: var(--brick); }

/* ────── Summary card */
.booking-summary {
  background: var(--egg-light);
  border-radius: 0.875rem;
  padding: 1rem 1.25rem;
  margin-bottom: 1.25rem;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 0.375rem 0;
  font-size: 0.875rem;
  color: rgba(27, 61, 72, 0.75);
}
.summary-row strong { color: var(--dark); font-weight: 600; }
.summary-total {
  border-top: 1px solid rgba(27, 61, 72, 0.12);
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  font-weight: 700;
}
.summary-promo strong {
  color: var(--brick);
  font-size: 0.75rem;
  background: rgba(191, 104, 38, 0.1);
  padding: 0.125rem 0.5rem;
  border-radius: 999px;
  letter-spacing: 0.04em;
}
.summary-total .amount { font-size: 1.375rem; color: var(--brick); }

/* ────── Promo code (collapsible) */
.promo-details {
  margin-bottom: 1.25rem;
  border: 1px solid rgba(27, 61, 72, 0.08);
  border-radius: 0.875rem;
  background: #fff;
  overflow: hidden;
  transition: border-color .2s ease;
}
.promo-details[open] {
  border-color: rgba(191, 104, 38, 0.3);
}
.promo-details summary {
  list-style: none;
  cursor: pointer;
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--brick);
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
}
.promo-details summary::-webkit-details-marker { display: none; }
.promo-details summary::after {
  content: '+';
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--brick);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(191, 104, 38, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: transform .2s ease, background-color .2s ease;
}
.promo-details[open] summary::after {
  content: '−';
  background: var(--brick);
  color: #fff;
}
.promo-row {
  display: flex;
  gap: 0.5rem;
  padding: 0 1rem 0.875rem;
}
.promo-row .form-input {
  flex: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.promo-apply-btn {
  flex-shrink: 0;
  background: var(--brick);
  color: #fff;
  border: none;
  border-radius: 0.625rem;
  padding: 0 1.25rem;
  font-weight: 700;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color .15s ease;
}
.promo-apply-btn:hover { background: var(--brick-dark); }
.promo-apply-btn[disabled] { opacity: 0.6; cursor: not-allowed; }
.promo-msg {
  padding: 0 1rem 0.875rem;
  font-size: 0.8125rem;
  min-height: 0;
}
.promo-msg.success { color: #2d7a3f; }
.promo-msg.error   { color: #c0392b; }

/* ────── Stripe Element (Card) */
.card-field-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  gap: 0.75rem;
}
.card-brands {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}
.card-brand {
  height: 22px;
  width: auto;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(22, 21, 22, 0.08);
}
.stripe-card-element {
  background: #fff;
  border: 1.5px solid rgba(27, 61, 72, 0.15);
  border-radius: 0.625rem;
  padding: 1rem;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.stripe-card-element.StripeElement--focus {
  border-color: var(--brick);
  box-shadow: 0 0 0 3px rgba(191, 104, 38, 0.15);
}
.stripe-card-element.StripeElement--invalid {
  border-color: #c0392b;
}
.card-errors {
  color: #c0392b;
  font-size: 0.8125rem;
  margin-top: 0.5rem;
  min-height: 1.1em;
}

/* ────── Pay trust strip (Stripe + secure) */
.pay-trust-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: 0.875rem 1rem;
  background: var(--egg-light);
  border-radius: 0.75rem;
  font-size: 0.8125rem;
  color: rgba(27, 61, 72, 0.7);
}
.pay-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.pay-trust-stripe { gap: 0.375rem; }
.stripe-logo {
  height: 22px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .pay-trust-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

/* ────── Pay step trust list */
.pay-trust {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.pay-trust li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.9375rem;
  color: rgba(27, 61, 72, 0.85);
}

/* ────── Pay safe note */
.booking-paysafe {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: rgba(27, 61, 72, 0.55);
  font-size: 0.75rem;
  margin-top: 1rem;
}

/* ────── Success screen */
.booking-success { text-align: center; padding: 0.5rem 0 1rem; }
.success-burst {
  width: 84px; height: 84px;
  margin: 0 auto 1.25rem;
  background: rgba(161, 176, 129, 0.18);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--sage, #a1b081);
  position: relative;
  animation: success-pop .5s cubic-bezier(.16,1,.3,1) .1s backwards;
}
.success-burst svg { width: 40px; height: 40px; }
@keyframes success-pop {
  from { transform: scale(0); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}
.booking-confirmation-code {
  display: inline-block;
  background: var(--dark);
  color: #fff;
  padding: 0.625rem 1rem;
  border-radius: 0.625rem;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  margin: 1rem auto;
}
.booking-success-actions {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 1.25rem;
}
@media (max-width: 480px) {
  .booking-success-actions { grid-template-columns: 1fr; }
}

.text-center { text-align: center; }
.mt-5 { margin-top: 1.25rem; }

/* ────── Footer */
.booking-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-top: 1px solid rgba(27, 61, 72, 0.08);
  background: #fff;
}
.booking-footer.hidden { display: none; }

.booking-back {
  background: transparent;
  border: none;
  color: rgba(27, 61, 72, 0.7);
  font-weight: 600;
  font-size: 0.9375rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 0.875rem;
  border-radius: 999px;
  transition: background-color .15s ease;
}
.booking-back:hover { background: rgba(27, 61, 72, 0.06); }
.booking-back[hidden] { visibility: hidden; }

.booking-footer .cta-primary { padding: 0.75rem 1.5rem; }
.booking-footer .cta-primary[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
}

/* ────── Error banner */
.booking-error {
  background: rgba(191, 104, 38, 0.08);
  border: 1px solid rgba(191, 104, 38, 0.25);
  color: var(--brick-dark);
  padding: 0.875rem 1rem;
  border-radius: 0.625rem;
  font-size: 0.875rem;
  margin-top: 1rem;
}
.booking-error.hidden { display: none; }

/* ────── Reveal on scroll */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s cubic-bezier(.16, 1, .3, 1),
              transform .9s cubic-bezier(.16, 1, .3, 1);
  will-change: opacity, transform;
}
[data-reveal].in {
  opacity: 1;
  transform: translateY(0);
}
/* Hero copy lives in a relative container, reveal there is more subtle */
header [data-reveal] { transform: translateY(16px); }

/* ────── Refined hover for cards & buttons */
.card-feature,
.highlight-card,
.testimonial,
.faq-item {
  transition: transform .35s cubic-bezier(.16, 1, .3, 1),
              box-shadow .35s cubic-bezier(.16, 1, .3, 1),
              border-color .35s ease;
}

.cta-primary,
.cta-secondary,
.tour-pick-card,
.slot-card,
.addon-card {
  transition: transform .25s cubic-bezier(.16, 1, .3, 1),
              background-color .2s ease,
              border-color .2s ease,
              color .2s ease,
              box-shadow .25s ease;
}

/* Subtle parallax-like scale on hero image */
header img { transition: transform 12s ease-out; }
header:hover img { transform: scale(1.04); }

/* Focus visible */
.cta-primary:focus-visible,
.cta-secondary:focus-visible,
.booking-back:focus-visible,
.form-input:focus-visible,
.tour-pick-card:focus-within,
.slot-card:focus-visible,
.addon-card:focus-within {
  outline: 2px solid var(--brick);
  outline-offset: 2px;
}

/* ────── Reduce motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
}

/* ────── Footer certification badges */
.footer-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  padding: 0 1rem;
}
.footer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: opacity .2s ease, transform .2s ease;
  text-decoration: none;
}
.footer-badge:hover { opacity: 1; transform: translateY(-2px); }
.footer-badge img {
  height: 64px;
  width: auto;
  display: block;
}
.footer-badge-clean svg {
  height: 64px;
  width: 64px;
  display: block;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 640px) {
  .footer-badge img,
  .footer-badge-clean svg { height: 52px; }
  .footer-badge-clean svg { width: 52px; }
  .footer-badges { gap: 1rem 1.5rem; }
}
