:root {
    --wenge:     #3D2314;                                                                                                                                                       --jungle:    #2D6A4F;
    --zand:      #E9C46A;                                                                                                                                                       --creme:     #FAF5E4;
    --bladgroen: #52B788;                                                                                                                                                       --amber:     #F4A261;
    --text-dark: #1a1a1a;                                                                                                                                                       --text-mid:  #4a4a4a;
  }                                                                                                                                                                         
  *, *::before, *::after { box-sizing: border-box; }                                                                                                                        
  body {
    font-family: 'Lato', sans-serif;
    background: var(--creme);                                                                                                                                                   color: var(--text-dark);
    margin: 0;                                                                                                                                                                }

  h1, h2, h3, h4 { font-family: 'Playfair Display', serif; }                                                                                                                
  /* NAVBAR */                                                                                                                                                                #mainNav {
    background: var(--wenge);
    padding: 0.9rem 0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.25);                                                                                                                                  }
                                                                                                                                                                              .brand-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;                                                                                                                                                          font-weight: 700;
    color: var(--zand);                                                                                                                                                         letter-spacing: 1px;
  }                                                                                                                                                                         
  .brand-sub {                                                                                                                                                                  font-family: 'Lato', sans-serif;
    font-size: 0.72rem;
    font-weight: 300;
    color: var(--creme);                                                                                                                                                        letter-spacing: 2px;
    text-transform: uppercase;                                                                                                                                                  display: block;
    margin-top: -4px;                                                                                                                                                         }

  .navbar-logo {
    height: 44px;
    width: 44px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
  }
                                                                                                                                                                              .nav-link { color: var(--creme) !important; transition: color 0.2s; }                                                                                                       .nav-link:hover { color: var(--zand) !important; }
                                                                                                                                                                              .btn-whatsapp {                                                                                                                                                               background: #25D366;
    color: white !important;                                                                                                                                                    border-radius: 50px;
    padding: 0.45rem 1.1rem;
    font-size: 0.9rem;                                                                                                                                                          font-weight: 700;
    transition: background 0.2s, transform 0.15s;                                                                                                                             }                                                                                                                                                                           .btn-whatsapp:hover { background: #1ebe5d; transform: translateY(-1px); }
                                                                                                                                                                              /* HERO */                                                                                                                                                                  .hero-img {
    height: 100vh;                                                                                                                                                              object-fit: cover;
    object-position: center;
  }

  .carousel-overlay {                                                                                                                                                           position: absolute;
    inset: 0;                                                                                                                                                                   background: linear-gradient(to bottom, rgba(30,15,5,0.4) 0%, rgba(30,15,5,0.72) 100%);
  }                                                                                                                                                                         
  .hero-content {                                                                                                                                                               position: absolute;
    top: 50%;                                                                                                                                                                   left: 0; right: 0;
    transform: translateY(-50%);                                                                                                                                                z-index: 10;
    color: white;                                                                                                                                                             }
                                                                                                                                                                              .hero-tagline {
    font-size: 0.85rem;
    letter-spacing: 3px;
    text-transform: uppercase;                                                                                                                                                  color: var(--zand);
    margin-bottom: 0.75rem;                                                                                                                                                   }                                                                                                                                                                         
  .hero-title {                                                                                                                                                                 font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 700;
    color: white;
    line-height: 1.15;                                                                                                                                                          margin-bottom: 1rem;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);                                                                                                                                  }                                                                                                                                                                         
  .hero-sub {                                                                                                                                                                   font-size: 1.1rem;
    font-weight: 300;
    color: rgba(255,255,255,0.88);                                                                                                                                              margin-bottom: 2rem;
    max-width: 560px;                                                                                                                                                           margin-left: auto;
    margin-right: auto;
  }                                                                                                                                                                         
  .btn-hero {                                                                                                                                                                   background: var(--zand);
    color: var(--wenge);
    font-weight: 700;
    border-radius: 50px;                                                                                                                                                        padding: 0.75rem 2rem;
    border: none;                                                                                                                                                               transition: background 0.2s, transform 0.15s;
  }                                                                                                                                                                           .btn-hero:hover { background: var(--amber); color: var(--wenge); transform: translateY(-2px); }
                                                                                                                                                                              .btn-hero-outline {                                                                                                                                                           background: transparent;
    color: white;                                                                                                                                                               font-weight: 700;
    border-radius: 50px;
    padding: 0.75rem 2rem;
    border: 2px solid rgba(255,255,255,0.7);                                                                                                                                    transition: all 0.2s;
  }                                                                                                                                                                           .btn-hero-outline:hover { background: rgba(255,255,255,0.12); color: white; border-color: white; transform: translateY(-2px); }
                                                                                                                                                                              /* SECTIES */
  section { padding: 5rem 0; }                                                                                                                                                                                                                                                                                                                            .section-label {
    font-size: 0.78rem;                                                                                                                                                         letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--jungle);
    font-weight: 700;                                                                                                                                                           display: block;
    margin-bottom: 0.5rem;                                                                                                                                                    }

  .section-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: var(--wenge);                                                                                                                                                        margin-bottom: 1rem;
    line-height: 1.2;                                                                                                                                                         }
                                                                                                                                                                              .section-sub {
    color: var(--text-mid);
    font-size: 1rem;
    max-width: 540px;                                                                                                                                                           margin: 0 auto;
  }                                                                                                                                                                         
  /* INTRO */
  .intro-section { background: white; }
                                                                                                                                                                              .lead-text {
    font-family: 'Playfair Display', serif;                                                                                                                                     font-size: 1.1rem;
    color: var(--text-mid);
    line-height: 1.75;                                                                                                                                                          margin-bottom: 1rem;
  }                                                                                                                                                                         
  .body-text { color: var(--text-mid); line-height: 1.7; }                                                                                                                  
  .intro-stats {                                                                                                                                                                display: flex;
    flex-direction: column;
    gap: 1.5rem;                                                                                                                                                                padding: 2rem;
    background: var(--creme);                                                                                                                                                   border-radius: 16px;
    border-left: 4px solid var(--jungle);                                                                                                                                     }
                                                                                                                                                                              .stat-item { display: flex; align-items: center; gap: 1rem; }                                                                                                               .stat-icon { font-size: 1.75rem; color: var(--jungle); flex-shrink: 0; }
  .stat-item strong { display: block; color: var(--wenge); font-size: 0.95rem; }                                                                                              .stat-item span { color: var(--text-mid); font-size: 0.85rem; }                                                                                                                                                                                                                                                                                         .btn-primary-custom {                                                                                                                                                         background: var(--jungle);                                                                                                                                                  color: white;
    border-radius: 50px;
    padding: 0.7rem 1.8rem;                                                                                                                                                     font-weight: 700;
    border: none;                                                                                                                                                               transition: background 0.2s, transform 0.15s;
  }                                                                                                                                                                           .btn-primary-custom:hover { background: var(--bladgroen); color: white; transform: translateY(-2px); }
                                                                                                                                                                              /* TOURS */
  .tours-section { background: var(--creme); }
                                                                                                                                                                              .tour-card {
    background: white;                                                                                                                                                          border-radius: 16px;
    padding: 2rem;
    height: 100%;
    position: relative;
    box-shadow: 0 4px 20px rgba(61,35,20,0.08);                                                                                                                                 border: 1px solid rgba(61,35,20,0.08);
    transition: transform 0.25s, box-shadow 0.25s;                                                                                                                            }
  .tour-card:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(61,35,20,0.14); }                                                                            
  .tour-card-featured {                                                                                                                                                         border: 2px solid var(--jungle);
    background: linear-gradient(145deg, white 0%, #f0f9f4 100%);                                                                                                              }                                                                                                                                                                                                                                                                                                                                                       .tour-badge {                                                                                                                                                                 position: absolute;
    top: 1.25rem; right: 1.25rem;
    background: var(--zand);                                                                                                                                                    color: var(--wenge);
    font-size: 0.7rem;                                                                                                                                                          font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;                                                                                                                                                  padding: 0.3rem 0.75rem;
    border-radius: 50px;                                                                                                                                                      }
  .tour-badge-featured { background: var(--jungle); color: white; }
                                                                                                                                                                              .tour-icon { font-size: 2.25rem; color: var(--jungle); margin-bottom: 0.75rem; }                                                                                            .tour-title { font-size: 1.3rem; color: var(--wenge); margin-bottom: 0.75rem; }                                                                                             .tour-desc { color: var(--text-mid); font-size: 0.93rem; line-height: 1.65; margin-bottom: 1.25rem; }                                                                                                                                                                                                                                                   .tour-details {                                                                                                                                                               list-style: none;                                                                                                                                                           padding: 0; margin: 0 0 1.5rem;
    display: flex;                                                                                                                                                              flex-direction: column;
    gap: 0.4rem;                                                                                                                                                              }
  .tour-details li { font-size: 0.88rem; color: var(--text-mid); display: flex; align-items: center; gap: 0.5rem; }
  .tour-details i { color: var(--jungle); }                                                                                                                                                                                                                                                                                                               .tour-footer {                                                                                                                                                                display: flex;                                                                                                                                                              align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(61,35,20,0.08);
    padding-top: 1.25rem;                                                                                                                                                       gap: 0.5rem;
    flex-wrap: wrap;                                                                                                                                                          }                                                                                                                                                                         
  .tour-price {                                                                                                                                                                 font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--wenge);                                                                                                                                                      }
  .tour-price small { font-size: 0.85rem; color: var(--text-mid); font-family: 'Lato', sans-serif; font-weight: 400; }                                                                                                                                                                                                                                    .btn-book {
    background: #25D366;                                                                                                                                                        color: white;
    border-radius: 50px;
    padding: 0.55rem 1.1rem;                                                                                                                                                    font-size: 0.88rem;
    font-weight: 700;                                                                                                                                                           border: none;
    transition: background 0.2s, transform 0.15s;
    white-space: nowrap;                                                                                                                                                        text-decoration: none;
    display: inline-block;                                                                                                                                                    }                                                                                                                                                                           .btn-book:hover { background: #1ebe5d; color: white; transform: translateY(-1px); }
  .btn-book-featured { font-size: 0.82rem; }
  .btn-book-lg { font-size: 1rem; padding: 0.75rem; }                                                                                                                                                                                                                                                                                                              /* CTA */
  .cta-section { background: var(--jungle); color: white; }                                                                                                                   .cta-icon { font-size: 3rem; color: var(--zand); display: block; margin-bottom: 1.25rem; }
  .cta-title { font-size: clamp(1.6rem, 3vw, 2.2rem); color: white; margin-bottom: 1.25rem; }                                                                                 .cta-text { font-size: 1rem; color: rgba(255,255,255,0.85); max-width: 640px; margin: 0 auto 2rem; line-height: 1.75; }                                                                                                                                                                                                                                 .btn-cta {                                                                                                                                                                    background: var(--zand);                                                                                                                                                    color: var(--wenge);
    border-radius: 50px;
    padding: 0.85rem 2.25rem;                                                                                                                                                   font-size: 1rem;
    font-weight: 700;                                                                                                                                                           border: none;                                                                                                                                                               transition: background 0.2s, transform 0.15s;
    text-decoration: none;                                                                                                                                                      display: inline-block;
  }                                                                                                                                                                           .btn-cta:hover { background: var(--amber); color: var(--wenge); transform: translateY(-2px); }
                                                                                                                                                                              /* FOOTER */
  .site-footer { background: var(--wenge); color: var(--creme); padding: 3.5rem 0 2rem; }
  .footer-brand { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--zand); margin-bottom: 0.75rem; }                                                    .footer-text { color: rgba(250,245,228,0.7); font-size: 0.9rem; line-height: 1.6; }                                                                                         .footer-heading { color: var(--zand); font-size: 0.78rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 1rem; }                                            .footer-links { list-style: none; padding: 0; margin: 0; }                                                                                                                  .footer-links li { margin-bottom: 0.4rem; }                                                                                                                                 .footer-links a { color: rgba(250,245,228,0.75); text-decoration: none; font-size: 0.9rem; transition: color 0.2s; }                                                        .footer-links a:hover { color: var(--zand); }                                                                                                                               .footer-whatsapp { display: inline-flex; align-items: center; gap: 0.5rem; color: #25D366; text-decoration: none; font-weight: 700; transition: color 0.2s; }               .footer-whatsapp:hover { color: #1ebe5d; }                                                                                                                                  .footer-instagram { display: inline-flex; align-items: center; gap: 0.5rem; color: #E1306C; text-decoration: none; font-weight: 700; transition: color 0.2s; }              .footer-instagram:hover { color: #c1255a; }                                                                                                                                 .footer-divider { border-color: rgba(250,245,228,0.15); margin: 2rem 0 1rem; }
  .footer-copy { color: rgba(250,245,228,0.4); font-size: 0.8rem; text-align: center; margin: 0; }
  .footer-legal-link { color: rgba(250,245,228,0.4); text-decoration: none; transition: color 0.2s; }
  .footer-legal-link:hover { color: var(--zand); }                                                                                                                                                                                                                                                        /* COPYRIGHT & DISCLAIMER PAGINA */
  .legal-section {
    background: var(--creme);
    padding: 5rem 0;
  }

  .legal-block {
    background: white;
    border-radius: 16px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(61,35,20,0.08);
    box-shadow: 0 4px 20px rgba(61,35,20,0.06);
  }

  .legal-block-header {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--jungle);
  }

  .legal-icon {
    font-size: 1.5rem;
    color: var(--jungle);
    flex-shrink: 0;
  }

  .legal-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: var(--wenge);
    margin: 0;
  }

  .legal-intro {
    font-weight: 700;
    color: var(--wenge);
    margin-bottom: 0.75rem;
  }

  .legal-label {
    font-weight: 700;
    color: var(--text-dark);
    margin: 1.25rem 0 0.5rem;
  }

  .legal-list {
    color: var(--text-mid);
    font-size: 0.95rem;
    line-height: 1.8;
    padding-left: 1.25rem;
  }

  .legal-list li { margin-bottom: 0.4rem; }

  .legal-subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    color: var(--wenge);
    margin: 1.75rem 0 0.6rem;
  }

  .legal-contact-block {
    margin-top: 1.5rem;
    padding: 1rem 1.25rem;
    background: var(--creme);
    border-radius: 10px;
    font-size: 0.92rem;
    color: var(--text-mid);
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
  }

  .legal-contact-block i { color: #25D366; font-size: 1.1rem; }
  .legal-contact-block a { color: var(--jungle); font-weight: 700; text-decoration: none; }
  .legal-contact-block a:hover { color: var(--bladgroen); }

  /* ZWEVENDE WHATSAPP KNOP */
  @keyframes wa-float {
    0%, 100% { transform: translateY(0);    box-shadow: 0 4px 20px rgba(37,211,102,0.5); }
    50%       { transform: translateY(-7px); box-shadow: 0 10px 28px rgba(37,211,102,0.4); }
  }

  .whatsapp-float {
    position: fixed;
    bottom: 1.75rem;
    right: 1.75rem;
    width: 58px;
    height: 58px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
    box-shadow: 0 4px 20px rgba(37,211,102,0.5);
    z-index: 999;
    text-decoration: none;
    animation: wa-float 2.8s ease-in-out infinite;
  }

  .whatsapp-float:hover {
    color: white;
    animation: none;
    transform: scale(1.12);
    box-shadow: 0 6px 28px rgba(37,211,102,0.7);
    transition: transform 0.2s, box-shadow 0.2s;
  }

  @media (max-width: 768px) {
    .whatsapp-float { width: 52px; height: 52px; font-size: 1.6rem; bottom: 1.25rem; right: 1.25rem; }
  }

  /* TOURS PAGINA */
  .tours-nav {
    background: var(--wenge);
    padding: 0;
    position: sticky;
    top: 60px;
    z-index: 100;
    border-top: 1px solid rgba(255,255,255,0.08);
  }

  .tours-nav-inner {
    display: flex;
    overflow-x: auto;
    gap: 0;
    scrollbar-width: none;
  }

  .tours-nav-inner::-webkit-scrollbar { display: none; }

  .tours-nav-link {
    color: rgba(250,245,228,0.65);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0.85rem 1.5rem;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: color 0.2s, border-color 0.2s;
  }

  .tours-nav-link:hover {
    color: var(--zand);
    border-bottom-color: var(--zand);
  }

  /* TOUR DETAIL SECTION */
  .tour-detail { }

  .tour-detail-alt { background: var(--creme); }

  .tour-detail-banner {
    position: relative;
    height: 55vh;
    min-height: 360px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
  }

  .tour-detail-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(30,15,5,0.2) 0%, rgba(30,15,5,0.82) 100%);
  }

  .tour-detail-banner-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 2.5rem 0;
  }

  .tour-detail-label {
    font-size: 0.78rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--zand);
    font-weight: 700;
    display: block;
    margin-bottom: 0.5rem;
  }

  .tour-detail-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: white;
    margin-bottom: 0.4rem;
    line-height: 1.1;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
  }

  .tour-detail-subtitle {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.82);
    margin-bottom: 1rem;
    font-weight: 300;
  }

  .tour-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 0.5rem;
  }

  .tour-detail-meta span {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }

  .tour-detail-meta i { color: var(--zand); }

  .tour-detail-body {
    background: white;
    padding: 4rem 0;
  }

  .tour-detail-alt .tour-detail-body { background: var(--creme); }

  .tour-section-heading {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: var(--wenge);
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--jungle);
    display: inline-block;
  }

  /* HIGHLIGHTS */
  .tour-highlights {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .tour-highlight-card {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
  }

  .tour-highlight-icon {
    width: 44px;
    height: 44px;
    background: rgba(45,106,79,0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--jungle);
    flex-shrink: 0;
    margin-top: 2px;
  }

  .tour-highlight-title {
    display: block;
    color: var(--wenge);
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
  }

  .tour-highlight-text {
    color: var(--text-mid);
    font-size: 0.9rem;
    line-height: 1.65;
    margin: 0;
  }

  /* DAY BY DAY */
  .tour-days {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-left: 3px solid var(--jungle);
    padding-left: 1.5rem;
    margin-left: 0.5rem;
  }

  .tour-day-item {
    position: relative;
    padding-bottom: 2rem;
  }

  .tour-day-item::before {
    content: '';
    position: absolute;
    left: -1.85rem;
    top: 0.4rem;
    width: 12px;
    height: 12px;
    background: var(--jungle);
    border-radius: 50%;
    border: 2px solid white;
  }

  .tour-day-badge {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--jungle);
    margin-bottom: 0.35rem;
  }

  .tour-day-title {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    color: var(--wenge);
    margin-bottom: 0.5rem;
  }

  .tour-day-text {
    color: var(--text-mid);
    font-size: 0.92rem;
    line-height: 1.75;
    margin: 0;
  }

  /* INFO BOX (sidebar) */
  .tour-info-box {
    background: var(--creme);
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid rgba(61,35,20,0.1);
    position: sticky;
    top: 130px;
  }

  .tour-info-box-featured {
    border: 2px solid var(--jungle);
    background: white;
  }

  .tour-info-heading {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: var(--wenge);
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(61,35,20,0.1);
  }

  .tour-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .tour-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: var(--text-mid);
  }

  .tour-info-list i { color: var(--jungle); flex-shrink: 0; margin-top: 2px; }

  .tour-info-included-title {
    font-size: 0.78rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--jungle);
    font-weight: 700;
    margin-bottom: 0.75rem;
  }

  .tour-info-included {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .tour-info-included li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.88rem;
    color: var(--text-mid);
  }

  .tour-info-included i { color: var(--jungle); }

  .tour-info-price {
    background: var(--wenge);
    border-radius: 10px;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .tour-info-price-label {
    font-size: 0.78rem;
    color: rgba(250,245,228,0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .tour-info-price-value {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--zand);
  }

  .tour-info-price-value small {
    font-size: 0.8rem;
    font-family: 'Lato', sans-serif;
    color: rgba(250,245,228,0.5);
  }

  /* MISSIE BLOK */
  .tour-mission {
    margin-top: 3rem;
    background: linear-gradient(135deg, var(--jungle) 0%, #1a4d35 100%);
    border-radius: 16px;
    padding: 2rem;
    color: white;
  }

  .tour-mission-icon {
    font-size: 2rem;
    color: var(--zand);
    display: block;
    margin-bottom: 0.75rem;
  }

  .tour-mission-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: white;
    margin-bottom: 0.75rem;
  }

  .tour-mission-text {
    color: rgba(255,255,255,0.85);
    font-size: 0.92rem;
    line-height: 1.75;
    margin: 0;
  }

  /* COMING SOON */
  .tour-coming-soon {
    background: var(--creme);
    padding: 4rem 0;
    border-top: 1px solid rgba(61,35,20,0.08);
  }

  .tour-coming-icon {
    font-size: 2.5rem;
    color: var(--jungle);
    display: block;
    margin-bottom: 1rem;
  }

  .tour-coming-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--wenge);
    margin-bottom: 0.75rem;
  }

  .tour-coming-text {
    color: var(--text-mid);
    max-width: 480px;
    margin: 0 auto 1.5rem;
    font-size: 0.95rem;
    line-height: 1.7;
  }

  /* RESPONSIVE TOURS */
  @media (max-width: 991px) {
    .tour-info-box { position: static; margin-top: 2rem; }
    .tour-detail-banner { height: 45vh; }
  }

  @media (max-width: 576px) {
    .tour-detail-banner { height: 55vh; min-height: 320px; }
    .tour-detail-meta { gap: 0.6rem; }
  }

  /* PRAKTISCHE INFO / FAQ */
  .faq-intro-section {
    background: white;
    padding: 4rem 0 2rem;
  }

  .faq-section {
    background: var(--creme);
    padding: 3rem 0 5rem;
  }

  .faq-category {
    margin-bottom: 3rem;
  }

  .faq-category-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--jungle);
  }

  .faq-category-icon {
    width: 48px;
    height: 48px;
    background: rgba(45,106,79,0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: var(--jungle);
    flex-shrink: 0;
  }

  .faq-category-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: var(--wenge);
    margin: 0;
  }

  .faq-accordion .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(61,35,20,0.1);
  }

  .faq-accordion .accordion-item:last-child {
    border-bottom: none;
  }

  .faq-accordion .accordion-button {
    background: transparent;
    color: var(--wenge);
    font-weight: 700;
    font-size: 0.95rem;
    padding: 1.1rem 2rem 1.1rem 0;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
  }

  .faq-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: var(--jungle);
    box-shadow: none;
  }

  .faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232D6A4F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

  .faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232D6A4F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

  .faq-accordion .accordion-body {
    padding: 0 2rem 1.25rem 0;
    color: var(--text-mid);
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .faq-contact-block {
    text-align: center;
    padding: 2.5rem;
    background: white;
    border-radius: 16px;
    border: 1px solid rgba(61,35,20,0.08);
    box-shadow: 0 4px 20px rgba(61,35,20,0.07);
    margin-top: 1rem;
  }

  .faq-contact-icon {
    font-size: 2rem;
    color: var(--jungle);
    display: block;
    margin-bottom: 0.75rem;
  }

  .faq-contact-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: var(--wenge);
    margin-bottom: 1.25rem;
  }

  /* GALLERIJ */
  .gallery-page-section {
    background: var(--creme);
    padding: 5rem 0;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }

  .gallery-item {
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #1a1a1a;
  }

  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease, opacity 0.2s ease;
    display: block;
  }

  .gallery-item:hover img {
    transform: scale(1.06);
    opacity: 0.88;
  }

  /* GALLERIJ PREVIEW (homepage) */
  .gallery-preview-section {
    background: white;
  }

  .gallery-preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .gallery-preview-item {
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #1a1a1a;
    position: relative;
  }

  .gallery-preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease, opacity 0.2s ease;
    display: block;
  }

  .gallery-preview-item:hover img {
    transform: scale(1.06);
    opacity: 0.88;
  }

  /* OVER ONS PAGINA */
  .page-hero {
    position: relative;
    height: 60vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(30,15,5,0.5) 0%, rgba(30,15,5,0.75) 100%);
  }

  .page-hero-content {
    position: relative;
    z-index: 10;
    color: white;
    padding: 0 1rem;
  }

  .about-intro { background: white; }

  .zakson-photo-wrap {
    position: relative;
    display: inline-block;
  }

  .zakson-photo-wrap::before {
    content: '';
    position: absolute;
    inset: -12px -12px 12px 12px;
    border: 3px solid var(--jungle);
    border-radius: 16px;
    z-index: 0;
  }

  .zakson-photo {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 380px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 12px 40px rgba(61,35,20,0.18);
  }

  .pullquote-section {
    background: var(--wenge);
    padding: 4rem 0;
  }

  .about-quote {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.2rem, 2.5vw, 1.7rem);
    color: var(--zand);
    line-height: 1.65;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    border: none;
    font-style: italic;
  }

  .about-quote cite {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 0.85rem;
    font-style: normal;
    color: rgba(250,245,228,0.6);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 1.25rem;
  }

  .pillars-section { background: var(--creme); }

  .pillar-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    border: 1px solid rgba(61,35,20,0.08);
    box-shadow: 0 4px 20px rgba(61,35,20,0.07);
    transition: transform 0.25s, box-shadow 0.25s;
  }

  .pillar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(61,35,20,0.13);
  }

  .pillar-icon-wrap {
    width: 56px;
    height: 56px;
    background: rgba(45,106,79,0.1);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
  }

  .pillar-icon {
    font-size: 1.6rem;
    color: var(--jungle);
  }

  .pillar-title {
    font-size: 1.1rem;
    color: var(--wenge);
    margin-bottom: 0.75rem;
  }

  .pillar-text {
    color: var(--text-mid);
    font-size: 0.93rem;
    line-height: 1.7;
    margin: 0;
  }

  .dream-section {
    background: white;
  }

  .dream-stats {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
    background: var(--creme);
    border-radius: 16px;
    border-left: 4px solid var(--jungle);
  }

  /* RESPONSIVE */
  @media (max-width: 992px) {
    .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  }

  @media (max-width: 768px) {
    .hero-img { height: 85vh; }
    section { padding: 3.5rem 0; }
    .tour-footer { flex-direction: column; align-items: flex-start; }
    .btn-book { width: 100%; text-align: center; }
    .page-hero { height: 50vh; }
    .zakson-photo-wrap::before { display: none; }
    .zakson-photo { max-width: 100%; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 4px; }
    .gallery-preview-grid { grid-template-columns: repeat(2, 1fr); }
  }

  @media (max-width: 480px) {
    .gallery-preview-grid { grid-template-columns: repeat(2, 1fr); gap: 4px; }

    /* Hero buttons stapelen op kleine telefoons */
    .btn-hero,
    .btn-hero-outline {
      display: block;
      width: 85%;
      max-width: 280px;
      margin: 0.5rem auto !important;
      text-align: center;
    }

    /* Pullquote minder lucht op mobiel */
    .pullquote-section { padding: 2.5rem 0; }

    /* Iets meer ruimte voor het quote-blok zelf */
    .about-quote { padding: 0 1rem; }
  }
  /* Language toggle */
  .lang-switch { display: flex; align-items: center; gap: 4px; }
  .lang-btn { background: none; border: none; color: var(--creme); font-size: 0.85rem; font-weight: 700; cursor: pointer; padding: 0.2rem 0.4rem; opacity: 0.5; transition: opacity 0.2s; letter-spacing: 0.5px; }
  .lang-btn:hover { opacity: 1; }
  .lang-btn.lang-active { opacity: 1; color: var(--zand); }
  .lang-sep { color: var(--creme); opacity: 0.4; font-size: 0.8rem; }
  /* Hide Google Translate top banner */
  .goog-te-banner-frame { display: none !important; }
  body { top: 0 !important; }

  /* EN translate button */
  .lang-btn-en { background: none; border: 1px solid rgba(250,245,228,0.35); border-radius: 20px; color: var(--creme); font-size: 0.82rem; font-weight: 700; cursor: pointer; padding: 0.25rem 0.7rem; letter-spacing: 0.5px; transition: background 0.2s, border-color 0.2s; white-space: nowrap; }
  .lang-btn-en:hover { background: rgba(250,245,228,0.15); border-color: var(--zand); color: var(--zand); }

  /* Social links footer */
  .footer-facebook { display: inline-flex; align-items: center; gap: 0.5rem; color: #1877F2; text-decoration: none; font-weight: 700; transition: color 0.2s; }
  .footer-facebook:hover { color: #0d65d9; }
  .footer-tiktok { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--creme); text-decoration: none; font-weight: 700; transition: color 0.2s; }
  .footer-tiktok:hover { color: var(--zand); }

  /* Tagline statement */
  .tagline-statement-section { background: var(--jungle); padding: 4rem 0; }
  .tagline-statement-text { font-family: 'Playfair Display', serif; font-size: clamp(1.4rem, 3vw, 2.2rem); color: var(--creme); font-weight: 400; font-style: italic; line-height: 1.5; max-width: 820px; margin: 0 auto 1rem; }
  .tagline-statement-author { font-family: 'Lato', sans-serif; font-size: 0.9rem; color: var(--zand); letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; }

  /* Maatwerk callout */
  .maatwerk-callout { display: flex; align-items: center; gap: 1.2rem; background: var(--creme); border: 2px solid var(--bladgroen); border-radius: 14px; padding: 1.4rem 1.8rem; margin: 2rem 0 1.5rem; flex-wrap: wrap; }
  .maatwerk-icon { font-size: 2rem; color: var(--jungle); flex-shrink: 0; }
  .maatwerk-callout > div { flex: 1; min-width: 200px; }
  .maatwerk-callout strong { display: block; font-size: 1.05rem; color: var(--wenge); margin-bottom: 0.25rem; }
  .maatwerk-callout span { font-size: 0.93rem; color: var(--text-mid); }
  .btn-maatwerk { display: inline-flex; align-items: center; gap: 0.4rem; background: #25D366; color: white; font-weight: 700; font-size: 0.9rem; padding: 0.6rem 1.2rem; border-radius: 50px; text-decoration: none; white-space: nowrap; transition: background 0.2s; flex-shrink: 0; }
  .btn-maatwerk:hover { background: #1ebe5d; color: white; }
