/* =============================================
   tour.css — Individual tour page styles
   ============================================= */

/* ---- Tour Hero ---- */
.tour-hero {
    min-height: 70vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding-top: 90px; /* keep content clear of the fixed navbar */
  }
  
  .tour-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.05);
    animation: heroZoom 14s ease-in-out infinite alternate;
  }
  
  @keyframes heroZoom {
    from { transform: scale(1.05); }
    to   { transform: scale(1.12); }
  }
  
  .tour-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(42,24,16,0.92) 0%, rgba(42,24,16,0.35) 55%, rgba(42,24,16,0.4) 100%);
  }
  
  .tour-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
  }
  
  .tour-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
  }
  
  .tour-breadcrumb a,
  .tour-breadcrumb span {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color 0.2s;
  }
  
  .tour-breadcrumb a:hover { color: var(--gold-light); }
  .tour-breadcrumb .sep { color: rgba(255,255,255,0.25); }
  .tour-breadcrumb .current { color: var(--gold-light); }
  
  .tour-hero-tag {
    display: inline-block;
    background: rgba(201,149,40,0.2);
    border: 1px solid rgba(201,149,40,0.4);
    color: var(--gold-light);
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0.25rem 0.75rem;
    border-radius: 2px;
    margin-bottom: 0.75rem;
  }
  
  .tour-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 5vw, 4rem);
    color: var(--white);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1rem;
  }
  
  .tour-hero-meta {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.75rem;
  }
  
  .tour-hero-meta-item {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255,255,255,0.75);
    display: flex;
    align-items: center;
    gap: 0.35rem;
  }
  
  .tour-hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }

  /* ---- Hero: indicative price + confirm on WhatsApp / call ---- */
  .tour-hero-price-banner {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    max-width: 44rem;
    margin-bottom: 1.5rem;
    padding: 1.1rem 1.35rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  }

  .tour-hero-price-banner-icon {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(212, 160, 23, 0.35), rgba(255, 107, 53, 0.25));
    border: 1px solid rgba(245, 200, 66, 0.35);
    font-size: 1rem;
    line-height: 1;
  }

  .tour-hero-price-banner-text {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 0;
  }

  .tour-hero-price-figures {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.96);
    letter-spacing: 0.04em;
    line-height: 1.35;
  }

  .tour-hero-price-figures em {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--gold-light);
    margin: 0 0.15rem;
  }

  .tour-hero-price-unit {
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.42);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-left: 0.25rem;
  }

  .tour-hero-price-extra {
    display: block;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.06em;
    margin-top: 0.15rem;
  }

  .tour-hero-price-msg {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.5;
    font-weight: 400;
  }

  .tour-hero-price-msg strong {
    color: #bbf7d0;
    font-weight: 600;
  }

  /* ---- In-page: confirm pricing CTA ---- */
  .tour-price-confirm-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: center;
    padding: 2rem 2rem 2rem 2.35rem;
    background: linear-gradient(152deg, var(--white) 0%, #FFF8E8 48%, #FFEFD7 100%);
    border-radius: 10px;
    border: 1px solid rgba(212, 160, 23, 0.28);
    box-shadow:
      0 16px 48px rgba(26, 18, 8, 0.09),
      0 1px 0 rgba(255, 255, 255, 0.9) inset;
    position: relative;
    overflow: hidden;
  }

  .tour-price-confirm-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, var(--saffron), var(--gold), rgba(212, 160, 23, 0.6));
    border-radius: 10px 0 0 10px;
  }

  .tour-price-confirm-content {
    position: relative;
    z-index: 1;
    min-width: 0;
  }

  .tour-price-confirm-kicker {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--saffron);
    display: block;
    margin-bottom: 0.5rem;
  }

  .tour-price-confirm-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 800;
    color: var(--dark);
    line-height: 1.25;
    margin-bottom: 0.6rem;
  }

  .tour-price-confirm-desc {
    font-size: 1.02rem;
    color: var(--muted);
    line-height: 1.65;
    font-weight: 400;
    max-width: 38rem;
    margin-bottom: 1rem;
  }

  .tour-price-confirm-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .tour-price-confirm-points li {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--charcoal);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    background: rgba(212, 160, 23, 0.1);
    border: 1px solid rgba(212, 160, 23, 0.2);
    border-radius: 4px;
  }

  .tour-price-confirm-points li::before {
    content: '✓';
    color: #16a34a;
    font-weight: 900;
    font-size: 0.75rem;
  }

  .tour-price-confirm-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: stretch;
    min-width: 220px;
    position: relative;
    z-index: 1;
  }

  .tour-price-confirm-actions .btn-whatsapp,
  .tour-price-confirm-actions .btn-primary {
    justify-content: center;
    white-space: nowrap;
  }

  .tour-price-confirm-actions .btn-primary {
    border: 2px solid rgba(255, 107, 53, 0.45);
    background: transparent;
    color: var(--saffron);
  }

  .tour-price-confirm-actions .btn-primary:hover {
    background: rgba(255, 107, 53, 0.08);
    color: var(--deep-red);
    border-color: var(--saffron);
  }

  /* Call CTA: label + phone line (number from js/site-config.js via .js-site-phone-display) */
  .tour-price-confirm-actions .btn-primary.tour-cta-call {
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.75rem 1rem;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
  }

  .tour-price-confirm-actions .tour-cta-call-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }

  .tour-price-confirm-actions .tour-cta-phone {
    font-size: 1.05rem;
    letter-spacing: 0.06em;
    text-transform: none;
    font-weight: 800;
    color: var(--deep-red);
  }

  .tour-price-confirm-actions .btn-primary.tour-cta-call:hover .tour-cta-phone {
    color: var(--deep-red);
  }

  .tour-price-confirm-note {
    font-size: 0.78rem;
    color: var(--muted);
    text-align: center;
    line-height: 1.4;
    margin: 0;
    font-style: italic;
  }
  
  /* ---- Tour Body Layout ---- */
  .tour-body {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  /* Booking sidebar (price / WhatsApp / call card) hidden on all tour pages */
  .tour-sidebar {
    display: none !important;
  }
  
  /* ---- Main Content (left) ---- */
  .tour-main {}
  
  .tour-section {
    margin-bottom: 3rem;
  }
  
  .tour-section-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--saffron);
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(42,24,16,0.08);
  }
  
  .tour-overview-text {
    font-size: 1.08rem;
    color: var(--charcoal);
    line-height: 1.85;
    font-weight: 300;
  }
  
  /* Itinerary */
  .itinerary-list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .itin-step {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 0 1rem;
    position: relative;
  }
  
  .itin-step:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 40px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, rgba(201,149,40,0.3), rgba(201,149,40,0.05));
  }
  
  .itin-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--saffron), var(--gold));
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--white);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    margin-top: 4px;
    box-shadow: 0 2px 10px rgba(229,97,44,0.3);
  }
  
  .itin-content { padding-bottom: 1.75rem; }
  
  .itin-time {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.2rem;
  }
  
  .itin-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: var(--dark);
    margin-bottom: 0.4rem;
  }
  
  .itin-desc {
    font-size: 0.95rem;
    color: var(--muted);
    line-height: 1.7;
    font-weight: 300;
  }
  
  /* Two-column included / excluded */
  .tour-incl-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  
  .incl-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .incl-list li {
    font-size: 0.95rem;
    color: var(--charcoal);
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    line-height: 1.45;
  }
  
  .incl-list.green li::before { content: '✓'; color: #22c55e; font-weight: 700; flex-shrink: 0; margin-top:1px; }
  .incl-list.red li::before   { content: '✗'; color: #ef4444; font-weight: 700; flex-shrink: 0; margin-top:1px; }
  .incl-list.tips li::before  { content: '→'; color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top:1px; }
  
  /* Gallery strip */
  .tour-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-top: 0.5rem;
  }
  
  .tour-gallery-img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 3px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
  }
  
  .tour-gallery-img:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 30px rgba(42,24,16,0.2);
  }
  
  /* ---- Sidebar (right) ---- */
  .tour-sidebar {
    position: sticky;
    top: 90px;
  }
  
  .sidebar-card {
    background: var(--white);
    border: 1px solid rgba(42,24,16,0.08);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(42,24,16,0.08);
  }
  
  .sidebar-price-block {
    background: var(--dark);
    padding: 1.5rem;
  }
  
  .sidebar-price-label {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    display: block;
    margin-bottom: 0.3rem;
  }
  
  .sidebar-price-value {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    font-weight: 900;
    color: var(--gold-light);
    display: block;
    line-height: 1;
  }
  
  .sidebar-price-note {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.72rem;
    color: rgba(255,255,255,0.4);
    display: block;
    margin-top: 0.3rem;
  }
  
  .sidebar-pay-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.85rem;
    background: rgba(37,211,102,0.12);
    border: 1px solid rgba(37,211,102,0.25);
    color: #4ade80;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.3rem 0.7rem;
    border-radius: 2px;
  }
  
  .sidebar-body { padding: 1.5rem; }
  
  .sidebar-meta-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(42,24,16,0.07);
  }
  
  .sidebar-meta-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9rem;
  }
  
  .sidebar-meta-list li .meta-key {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
  }
  
  .sidebar-meta-list li .meta-val {
    color: var(--dark);
    font-weight: 600;
    font-size: 0.9rem;
  }
  
  /* Sidebar CTA buttons */
  .sidebar-btn-wa {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    background: #25D366;
    color: var(--white);
    border: none;
    padding: 0.9rem 1rem;
    border-radius: 3px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 0.6rem;
    box-shadow: 0 3px 14px rgba(37,211,102,0.3);
  }
  
  .sidebar-btn-wa:hover {
    background: #20ba5a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37,211,102,0.4);
  }
  
  .sidebar-btn-call {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    background: transparent;
    border: 2px solid var(--saffron);
    color: var(--saffron);
    padding: 0.85rem 1rem;
    border-radius: 3px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .sidebar-btn-call:hover {
    background: var(--saffron);
    color: var(--white);
  }
  
  .sidebar-note {
    font-size: 0.78rem;
    color: var(--muted);
    text-align: center;
    margin-top: 0.85rem;
    line-height: 1.5;
  }
  
  /* Related tours */
  .related-tours {
    padding: 4rem 2rem;
    background: var(--dark);
  }
  
  .related-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .related-tours .section-label { color: var(--gold); }
  .related-tours .section-title { color: var(--white); margin-bottom: 2rem; }
  
  .related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
  
  .related-card {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4/3;
    text-decoration: none;
    display: block;
  }
  
  .related-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  
  .related-card:hover img { transform: scale(1.07); }
  
  .related-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(42,24,16,0.88) 0%, transparent 55%);
    transition: background 0.3s;
  }
  
  .related-card:hover .related-card-overlay {
    background: linear-gradient(to top, rgba(42,24,16,0.95) 0%, rgba(42,24,16,0.2) 65%);
  }
  
  .related-card-content {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 1.25rem;
  }
  
  .related-card-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: var(--white);
    margin-bottom: 0.3rem;
  }
  
  .related-card-price {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--gold-light);
    letter-spacing: 0.08em;
  }

  .related-card-meta {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  
  /* =============================================
     RESPONSIVE — tour pages only
     (footer styles live in style.css)
     ============================================= */
  @media (max-width: 1024px) {
    .tour-body { grid-template-columns: 1fr; gap: 2rem; }
    .related-grid { grid-template-columns: repeat(2, 1fr); }
  }
  
  @media (max-width: 768px) {
    .tour-hero {
      min-height: 70vh;
      padding-top: 76px; /* navbar height on mobile */
    }
    .tour-hero-content { padding: 1.5rem 1.25rem 2rem; }
    .tour-hero-title { font-size: clamp(1.7rem, 7vw, 2.6rem); margin-bottom: 0.75rem; }
    .tour-hero-tag { margin-bottom: 0.5rem; }
    .tour-hero-meta { gap: 0.75rem 1.25rem; margin-bottom: 1.25rem; }
    .tour-hero-actions { flex-direction: column; }
    .tour-hero-price-banner {
      padding: 1rem 1.1rem;
      margin-bottom: 1.25rem;
    }
    .tour-hero-price-figures em { font-size: 1.35rem; }

    .tour-price-confirm-card {
      grid-template-columns: 1fr;
      gap: 1.5rem;
      padding: 1.65rem 1.35rem 1.65rem 1.6rem;
    }
    .tour-price-confirm-actions {
      min-width: 0;
    }
    .tour-price-confirm-actions .btn-whatsapp,
    .tour-price-confirm-actions .btn-primary {
      width: 100%;
    }
  
    .tour-body {
      grid-template-columns: 1fr;
      padding: 2.5rem 1.25rem;
      gap: 2rem;
    }
  
    .tour-sidebar { position: static; }
    .tour-incl-grid { grid-template-columns: 1fr; }
    .tour-gallery { grid-template-columns: repeat(2, 1fr); }
    .related-grid { grid-template-columns: 1fr 1fr; }
  }
  
  @media (max-width: 480px) {
    .tour-hero-meta { gap: 0.85rem; }
    .tour-gallery { grid-template-columns: 1fr; }
    .related-grid { grid-template-columns: 1fr; }
    .tour-breadcrumb { display: none; }
  }