/* ============================================================
   MOBIEL MENU - FIXES
   ============================================================ */

/* Hamburger knop - blijft donkerblauw */
.hamburger-btn {
    display: none;
    background: none;
    border: none;
    color: #1a2238 !important; /* Forceren naar donkerblauw */
    padding: 8px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .hamburger-btn {
        display: block !important;
        color: #1a2238 !important; /* Forceren op mobiel */
    }
}

/* Mobiel menu overlay - WITTE achtergrond */
#mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    padding: 20px;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
}

#mobile-menu.open {
    display: flex !important;
}

/* Witte card voor mobiel menu */
#mobile-menu .mobile-menu-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    max-width: 440px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    margin-top: 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

/* Mobiele menu items - zelfde als desktop */
#mobile-menu .mobile-menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    color: #1A1A2E;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: background 0.2s;
}

#mobile-menu .mobile-menu-item:hover {
    background: #F5F0EB;
    color: #F06048;
}

/* Mobiele dropdown toggle */
#mobile-menu .mobile-dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border-radius: 8px;
    color: #1A1A2E;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

#mobile-menu .mobile-dropdown-toggle:hover {
    background: #F5F0EB;
}

#mobile-menu .mobile-dropdown-toggle svg {
    transition: transform 0.3s ease;
}

#mobile-menu .mobile-dropdown-toggle.open svg {
    transform: rotate(180deg);
}

/* Mobiele dropdown content - WIT, zelfde als desktop */
#mobile-menu .mobile-dropdown-content {
    display: none;
    background: #ffffff;
    border-radius: 12px;
    margin-top: 8px;
    padding: 4px;
    border: 1px solid #E5E9F0;
}

#mobile-menu .mobile-dropdown-content.open {
    display: block;
}

#mobile-menu .mobile-dropdown-content a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none;
    color: #1A1A2E;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s;
}

#mobile-menu .mobile-dropdown-content a:hover {
    background: #F5F0EB;
    color: #F06048;
}

/* Sluitknop */
#mobile-menu .close-btn {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
}

#mobile-menu .close-btn button {
    background: none;
    border: none;
    color: #1A1A2E;
    font-size: 20px;
    cursor: pointer;
    padding: 4px 8px;
}

/* Filters knop in mobiel menu */
#mobile-menu .filters-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    border-radius: 12px;
    background: #F06048;
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    margin-top: 8px;
    transition: background 0.2s;
}

#mobile-menu .filters-btn:hover {
    background: #E3551A;
}

/* SVG iconen in mobiel menu - correcte grootte */
#mobile-menu svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

#mobile-menu .mobile-dropdown-content svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* ============================================================
   TRAVELKING - COMPLETE STYLESHEET (GEFIXT)
   ============================================================ */

/* ---------- BASIS ---------- */
body {
  font-family: 'Inter', system-ui, sans-serif;
  background: #FAF8F5;
  color: #1E1E2A;
  overflow-x: hidden;
}
h1, h2, h3, h4 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.gradient-coral {
  background: linear-gradient(135deg, #FF7A4A, #F06048);
  color: white;
}
.gradient-navy {
  background: linear-gradient(135deg, #083B7A, #1B115C);
}
.text-balance {
  text-wrap: balance;
}
.scrollbar-none::-webkit-scrollbar {
  display: none;
}
.scrollbar-none {
  scrollbar-width: none;
}

/* ---------- SHADOW & BORDER HELPERS ---------- */
.shadow-card {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.shadow-coral {
  box-shadow: 0 10px 30px -8px rgba(240, 96, 72, 0.45);
}
.border-border {
  border-color: #E5E9F0;
}
.text-coral {
  color: #F06048;
}
.bg-coral {
  background: #F06048;
}
.text-navy {
  color: #1A1A2E;
}
.bg-navy {
  background: #1A1A2E;
}
.font-display {
  font-family: 'Poppins', sans-serif;
}
.text-muted-foreground {
  color: #6B6B7A;
}
.bg-secondary {
  background: #F0EDE8;
}
.bg-lagoon {
  background: #D4E9F7;
}
.text-gold {
  color: #F5A623;
}
.bg-trust {
  background: #00B67A;
}
.text-trust {
  color: #00B67A;
}
.section-title {
  position: relative;
}
.section-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #F06048, #E3551A);
  border-radius: 4px;
}

/* ---------- TRAVELKING LOGO ---------- */
.travelking-logo {
  display: inline-block;
  background: linear-gradient(180deg, #0B458F 0%, #083B7A 100%);
  padding: 10px 18px;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: 24px;
  text-decoration: none;
  letter-spacing: -1px;
  box-shadow: 0 8px 20px rgba(8, 59, 122, .25);
  line-height: 1.2;
  color: white;
}
.travelking-logo .travel {
  color: #FFFFFF;
}
.travelking-logo .king {
  color: #F06048;
}
.travelking-logo .nl {
  color: #FFFFFF;
}
.travelking-tagline {
  margin-top: 4px;
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  letter-spacing: 0.35em;
  font-weight: 600;
  color: #083B7A;
  text-transform: uppercase;
}

/* ---------- STICKY HEADER ---------- */
.sticky-header {
  position: sticky;
  top: 0;
  height: 80px;
  z-index: 100;
  background: white;
  border-bottom: 1px solid #E5E9F0;
}
.sticky-nav {
  position: sticky;
  top: 80px;
  z-index: 50;
  overflow: visible !important;
  background: #083B7A;
}

/* ---------- DESKTOP DROPDOWN ---------- */
.desktop-nav {
  overflow: visible !important;
}
.nav-dropdown {
  position: relative;
}
.nav-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 220px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  z-index: 999999;
  border: none;
}
.nav-dropdown:hover .dropdown-menu {
  display: flex;
  flex-direction: column;
}
.dropdown-menu a {
  color: #1a2238;
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
}
.dropdown-menu a:hover {
  background: #FFFDF7;
  color: #F06048;
}
.nav-link {
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: white;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: background 0.2s, border-color 0.2s;
}
.nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.nav-link.active {
  border-bottom-color: #F06048;
}
.nav-dropdown>a i {
  transition: transform 0.2s;
}
.nav-dropdown:hover>a i {
  transform: rotate(180deg);
}

/* ---------- MOBIEL MENU ---------- */
#mobile-menu {
  display: none;
  flex-direction: column;
  background: #083B7A;
  padding: 0 0 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  top: 48px;
  width: 100%;
  z-index: 99999;
}
#mobile-menu.open {
  display: flex;
}
#mobile-menu>a {
  color: white;
  padding: 14px 24px;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.2s;
}
#mobile-menu>a:hover {
  background: rgba(255, 255, 255, 0.05);
}
.mobile-dropdown {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  color: white;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s;
  user-select: none;
}
.mobile-dropdown-toggle:hover {
  background: rgba(255, 255, 255, 0.05);
}
.mobile-dropdown-toggle i {
  transition: transform 0.3s ease;
}
.mobile-dropdown-content {
  display: none;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.05);
  padding: 6px 0;
}
.mobile-dropdown-content.open {
  display: flex;
}
.mobile-dropdown-content a {
  color: rgba(255, 255, 255, 0.85);
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 400;
  transition: background 0.2s, color 0.2s;
}
.mobile-dropdown-content a:hover {
  background: rgba(240, 96, 72, 0.2);
  color: #F06048;
}
.hamburger-btn {
  display: none;
  background: none;
  border: none;
  color: #1A1A2E;
  padding: 8px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .hamburger-btn {
    display: block !important;
  }
  .desktop-nav {
    display: none !important;
  }
  .sticky-nav {
    position: relative;
    top: 0;
    z-index: 99999;
  }
  .sticky-header {
    height: 64px;
  }
}
@media (min-width: 1025px) {
  #mobile-menu {
    display: none !important;
  }
  .desktop-nav {
    display: flex !important;
  }
}

/* ---------- HERO ---------- */
.hero-bg {
  background-image: url('https://images.unsplash.com/photo-1519046904884-53103b34b206?auto=format&fit=crop&w=1920&q=80&v=2');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
}
.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.50) 60%, rgba(255, 255, 255, 0.10) 100%);
  z-index: 1;
}
.hero-bg>* {
  position: relative;
  z-index: 2;
}

/* ---------- ZOEKWIDGET ---------- */
.search-widget-hero {
  background: white;
  border-radius: 36px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  width: 100%;
}
.tabs-hero {
  display: flex;
  border-bottom: 1px solid #E5E9F0;
  padding: 0 12px;
  gap: 4px;
  background: white;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.tab-btn-hero {
  padding: 12px 12px;
  font-weight: 700;
  font-size: 12px;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  color: #6B7280;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.tab-btn-hero:hover {
  color: #1a2238;
}
.tab-btn-hero.active {
  color: #F06048;
  border-color: #F06048;
}
.search-form-hero {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 20px;
  gap: 12px;
  background: white;
}
.field-hero {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.field-hero label {
  font-weight: 800;
  font-size: 11px;
  color: #1a2238;
  display: block;
}
.field-hero label i {
  margin-right: 4px;
  color: #F06048;
}
.field-hero input,
.field-hero select {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #E5E9F0;
  background: #F2F4F8;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  transition: border 0.2s, box-shadow 0.2s;
  min-width: 0;
}
.field-hero input:focus,
.field-hero select:focus {
  border-color: #F06048;
  box-shadow: 0 0 0 4px rgba(240, 96, 72, 0.12);
  background: white;
}
.submit-btn-hero {
  background: linear-gradient(135deg, #FF7A4A, #F06048);
  color: white;
  font-weight: 800;
  font-size: 14px;
  padding: 10px 16px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 8px 24px rgba(240, 96, 72, 0.35);
  transition: 0.3s;
  min-width: 0;
  white-space: normal;
  text-align: center;
  line-height: 1.2;
}
.submit-btn-hero:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(240, 96, 72, 0.45);
}
@media (min-width: 1024px) {
  .search-form-hero {
    grid-template-columns: repeat(4, 1fr) auto;
    padding: 24px 28px 28px;
    gap: 16px;
    align-items: end;
  }
  .tab-btn-hero {
    font-size: 13px;
    padding: 14px 18px;
  }
}
@media (max-width: 1023px) {
  .submit-btn-hero {
    grid-column: span 2;
  }
}
@media (max-width: 640px) {
  .search-form-hero {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
  }
  .submit-btn-hero {
    grid-column: span 1;
    width: 100%;
  }
  .hero-bg {
    min-height: 420px;
  }
  .sticky-header {
    height: 64px;
  }
}

/* ---------- CATEGORIE CAROUSEL ---------- */
.category-carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
}
.dest-picker-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 0 12px 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scroll-behavior: smooth;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.dest-picker-scroll::-webkit-scrollbar {
  display: none;
}
.dest-picker-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: white;
  border-radius: 14px;
  border: 1px solid #E5E9F0;
  transition: all 0.2s ease;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: #1a2238;
  scroll-snap-align: start;
  flex-shrink: 0;
  white-space: nowrap;
}
.dest-picker-item:hover {
  border-color: #F06048;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(240, 96, 72, 0.12);
}
.dest-picker-item i {
  width: 20px;
  height: 20px;
  color: #F06048;
}
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: 1px solid #E5E9F0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
  color: #1a2238;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  opacity: 0;
  pointer-events: none;
}
.scroll-btn:hover {
  background: #F06048;
  color: white;
  border-color: #F06048;
  box-shadow: 0 8px 20px rgba(240, 96, 72, 0.25);
}
.scroll-btn.visible {
  opacity: 1;
  pointer-events: auto;
}
.scroll-btn-left {
  left: -20px;
}
.scroll-btn-right {
  right: -20px;
}
@media (max-width: 768px) {
  .scroll-btn {
    width: 32px;
    height: 32px;
  }
  .scroll-btn-left {
    left: -12px;
  }
  .scroll-btn-right {
    right: -12px;
  }
  .dest-picker-item {
    padding: 10px 14px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .scroll-btn {
    width: 28px;
    height: 28px;
  }
  .scroll-btn-left {
    left: -8px;
  }
  .scroll-btn-right {
    right: -8px;
  }
  .dest-picker-item {
    padding: 8px 12px;
    font-size: 12px;
    gap: 6px;
  }
  .dest-picker-item i {
    width: 16px;
    height: 16px;
  }
}

/* ============================================================
   DEAL CARDS - SNELLE, VLOEIENDE OVERGANGEN
   ============================================================ */
.deal-card {
  transition: transform 0.2s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #E5E9F0;
  display: block;
  text-decoration: none;
  color: inherit;
  will-change: transform, box-shadow;
}
.deal-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.15);
  border-color: #F06048;
}
.deal-card .deal-img {
  overflow: hidden;
  position: relative;
  height: 176px;
  background: #f3f4f6;
}
.deal-card .deal-img img {
  transition: transform 0.35s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.deal-card:hover .deal-img img {
  transform: scale(1.05);
}
.deal-card .deal-body {
  padding: 16px;
}
.deal-card .deal-title {
  font-weight: 700;
  color: #1a2238;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 42px;
}
.deal-card .deal-price {
  color: #F06048;
  font-weight: 900;
  font-size: 20px;
  white-space: nowrap;
}
.deal-card .deal-location {
  font-size: 12px;
  color: #6B7280;
  margin-top: 4px;
}
.deal-card .deal-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.deal-card .deal-tag {
  font-size: 11px;
  background: #FAF0E6;
  padding: 2px 10px;
  border-radius: 20px;
  font-weight: 600;
}
.deal-card .deal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  font-size: 12px;
  color: #9CA3AF;
}
.deal-card .deal-footer .btn-link {
  color: #F06048;
  font-weight: 700;
  transition: color 0.2s ease;
}
.deal-card:hover .deal-footer .btn-link {
  color: #c94a1a;
}
.deal-card .deal-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.05), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.deal-card:hover .deal-img::after {
  opacity: 1;
}

/* ============================================================
   DESTINATION CARDS - SNELLE OVERGANGEN
   ============================================================ */
.dest-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
@media (max-width: 1024px) {
  .dest-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .dest-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .dest-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.dest-card {
  transition: transform 0.2s ease, box-shadow 0.25s ease;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #E5E9F0;
  aspect-ratio: 3/4;
  position: relative;
  background: #f3f4f6;
  cursor: pointer;
  display: block;
  text-decoration: none;
  will-change: transform, box-shadow;
}
.dest-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px -12px rgba(8, 59, 122, 0.25);
  border-color: #F06048;
}
.dest-card .dest-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.dest-card:hover .dest-img {
  transform: scale(1.05);
}
.dest-card .dest-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 59, 122, 0.60) 0%, rgba(8, 59, 122, 0.10) 50%, transparent 100%);
  transition: background 0.25s ease;
  pointer-events: none;
}
.dest-card:hover .dest-overlay {
  background: linear-gradient(to top, rgba(8, 59, 122, 0.75), rgba(8, 59, 122, 0.15));
}
.dest-card .dest-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 16px 16px;
  color: white;
  pointer-events: none;
}
.dest-card .dest-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.dest-card .dest-country {
  font-size: 12px;
  opacity: 0.85;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.dest-card .dest-btn {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: auto;
  display: inline-block;
  margin-top: 8px;
}
.dest-card:hover .dest-btn {
  opacity: 1;
  transform: translateY(0);
}
.dest-card .dest-btn span {
  display: inline-block;
  background: #F06048;
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 9999px;
  box-shadow: 0 8px 24px rgba(240, 96, 72, 0.35);
  transition: background 0.2s ease, transform 0.2s ease;
}
.dest-card .dest-btn span:hover,
.dest-card:hover .dest-btn span {
  transform: scale(1.05);
  background: #c94a1a;
}

/* ============================================================
   REVIEW CARDS
   ============================================================ */
.review-card {
  transition: transform 0.2s ease, box-shadow 0.25s ease;
  background: white;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #E5E9F0;
}
.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.1);
}
.review-card .line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ============================================================
   FEATURE CARDS - SNELLE OVERGANGEN
   ============================================================ */
.feature-card {
  transition: transform 0.2s ease, box-shadow 0.25s ease;
  border-radius: 16px;
  padding: 20px;
  min-height: 230px;
  position: relative;
  overflow: hidden;
  background: white;
  border: 1px solid #E5E9F0;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px -12px rgba(0, 0, 0, 0.12);
}
.feature-card .feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(240, 96, 72, 0.1);
  display: grid;
  place-items: center;
  transition: transform 0.25s ease;
}
.feature-card:hover .feature-icon {
  transform: scale(1.1) rotate(-5deg);
}
.feature-card .feature-icon i {
  width: 36px;
  height: 36px;
}

/* ---------- PARTNER LOGOS ---------- */
.partner-logo-block {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  border-radius: 12px;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 13px;
  color: #1a2238;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid #E5E9F0;
  transition: all 0.2s ease;
}
.partner-logo-block:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: #F06048;
}
.partner-logo-block .brand-icon {
  font-size: 20px;
  line-height: 1;
}

/* ---------- FOOTER ---------- */
.footer-grid-cols {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
@media (min-width: 1024px) {
  .footer-grid-cols {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 768px) {
  .footer-grid-cols {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .footer-grid-cols {
    grid-template-columns: 1fr;
  }
}

/* ---------- RESPONSIVE AFBEELDINGEN ---------- */
@media (max-width: 640px) {
  .deal-card .deal-img {
    height: 140px;
  }
  .dest-card {
    aspect-ratio: 4/5;
  }
  .dest-card .dest-name {
    font-size: 15px;
  }
}

/* ---------- OVERIGE HELPERS ---------- */
.topbar-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.topbar-scroll::-webkit-scrollbar {
  display: none;
}
.topbar-scroll {
  scrollbar-width: none;
}
.place-items-center {
  display: grid;
  place-items: center;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.backdrop-blur {
  backdrop-filter: blur(8px);
}
.overflow-hidden {
  overflow: hidden;
}
.transition {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.hover\:scale-105:hover {
  transform: scale(1.05);
}
.hover\:scale-110:hover {
  transform: scale(1.10);
}
.group:hover .group-hover\:scale-110 {
  transform: scale(1.10);
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.flex-wrap {
  flex-wrap: wrap;
}
.gap-1 {
  gap: 4px;
}
.gap-2 {
  gap: 8px;
}
.gap-3 {
  gap: 12px;
}
.gap-4 {
  gap: 16px;
}
.gap-5 {
  gap: 20px;
}
.gap-6 {
  gap: 24px;
}
.space-y-2>*+* {
  margin-top: 8px;
}
.shrink-0 {
  flex-shrink: 0;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.w-full {
  width: 100%;
}
.w-3 {
  width: 12px;
}
.w-3\.5 {
  width: 14px;
}
.w-4 {
  width: 16px;
}
.w-5 {
  width: 20px;
}
.w-6 {
  width: 24px;
}
.w-8 {
  width: 32px;
}
.w-9 {
  width: 36px;
}
.w-10 {
  width: 40px;
}
.w-12 {
  width: 48px;
}
.w-28 {
  width: 112px;
}
.h-3 {
  height: 12px;
}
.h-3\.5 {
  height: 14px;
}
.h-4 {
  height: 16px;
}
.h-5 {
  height: 20px;
}
.h-6 {
  height: 24px;
}
.h-8 {
  height: 32px;
}
.h-9 {
  height: 36px;
}
.h-10 {
  height: 40px;
}
.h-12 {
  height: 48px;
}
.h-28 {
  height: 112px;
}
.h-44 {
  height: 176px;
}
.min-h-\[230px\] {
  min-height: 230px;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[1400px\] {
  max-width: 1400px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-1 {
  margin-top: 4px;
}
.mt-2 {
  margin-top: 8px;
}
.mt-3 {
  margin-top: 12px;
}
.mt-4 {
  margin-top: 16px;
}
.mt-5 {
  margin-top: 20px;
}
.mt-6 {
  margin-top: 24px;
}
.mt-10 {
  margin-top: 40px;
}
.mt-12 {
  margin-top: 48px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-3 {
  margin-bottom: 12px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-5 {
  margin-bottom: 20px;
}
.-mt-4 {
  margin-top: -16px;
}
.p-3 {
  padding: 12px;
}
.p-4 {
  padding: 16px;
}
.p-5 {
  padding: 20px;
}
.p-6 {
  padding: 24px;
}
.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-1\.5 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}
.px-2\.5 {
  padding-left: 10px;
  padding-right: 10px;
}
.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}
.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}
.pt-6 {
  padding-top: 24px;
}
.border {
  border-width: 1px;
  border-style: solid;
}
.border-t {
  border-top-width: 1px;
  border-top-style: solid;
}
.border-b {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.border-2 {
  border-width: 2px;
}
.border-white {
  border-color: white;
}
.border-\[\#E8D5B7\] {
  border-color: #E8D5B7;
}
.bg-white {
  background: white;
}
.bg-white\/80 {
  background: rgba(255, 255, 255, 0.8);
}
.bg-white\/90 {
  background: rgba(255, 255, 255, 0.9);
}
.bg-white\/10 {
  background: rgba(255, 255, 255, 0.1);
}
.bg-\[\#FAF0E6\] {
  background: #FAF0E6;
}
.bg-\[\#F06048\]\/10 {
  background: rgba(240, 96, 72, 0.1);
}
.bg-black\/60 {
  background: rgba(0, 0, 0, 0.6);
}
.bg-black\/40 {
  background: rgba(0, 0, 0, 0.4);
}
.bg-transparent {
  background: transparent;
}
.rounded {
  border-radius: 4px;
}
.rounded-lg {
  border-radius: 8px;
}
.rounded-xl {
  border-radius: 12px;
}
.rounded-2xl {
  border-radius: 16px;
}
.rounded-3xl {
  border-radius: 24px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 6px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-xs {
  font-size: 12px;
}
.text-sm {
  font-size: 14px;
}
.text-base {
  font-size: 16px;
}
.text-lg {
  font-size: 18px;
}
.text-xl {
  font-size: 20px;
}
.text-2xl {
  font-size: 24px;
}
.text-4xl {
  font-size: 36px;
}
.text-5xl {
  font-size: 48px;
}
.font-bold {
  font-weight: 700;
}
.font-black {
  font-weight: 900;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-\[1\.02\] {
  line-height: 1.02;
}
.text-white {
  color: white;
}
.text-\[\#F06048\] {
  color: #F06048;
}
.text-foreground {
  color: #1a2238;
}
.text-foreground\/80 {
  color: rgba(26, 34, 56, 0.8);
}
.text-red-500 {
  color: #ef4444;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-70 {
  opacity: 0.7;
}
.ring-1 {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.ring-transparent {
  --tw-ring-color: transparent;
}
.focus\:ring-\[\#F06048\]:focus {
  --tw-ring-color: #F06048;
}
.outline-none {
  outline: none;
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style: none;
}
.drop-shadow-sm {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.05));
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.hover\:bg-\[\#c94a1a\]:hover {
  background: #c94a1a;
}
.hover\:bg-\[\#f0f0f0\]:hover {
  background: #f0f0f0;
}
.hover\:text-\[\#c94a1a\]:hover {
  color: #c94a1a;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}

/* ---------- MD BREAKPOINTS ---------- */
@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:text-3xl {
    font-size: 30px;
  }
  .md\:text-4xl {
    font-size: 36px;
  }
  .md\:p-6 {
    padding: 24px;
  }
  .md\:p-8 {
    padding: 32px;
  }
  .md\:px-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .md\:py-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .md\:mt-5 {
    margin-top: 20px;
  }
  .md\:gap-4 {
    gap: 16px;
  }
}

/* ---------- LG BREAKPOINTS ---------- */
@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:text-5xl {
    font-size: 48px;
  }
  .lg\:h-11 {
    height: 44px;
  }
  .lg\:h-14 {
    height: 56px;
  }
  .lg\:w-11 {
    width: 44px;
  }
}

/* ===== FILTERS - MOBIEL ===== */
.filter-toggle {
  display: none;
  background: #F06048;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 16px;
  width: 100%;
  font-size: 15px;
  transition: background 0.2s ease;
}
.filter-toggle:hover {
  background: #c94a1a;
}
.filter-toggle i {
  margin-right: 8px;
}

/* Sidebar - desktop */
.filter-sidebar {
  background: white;
  border-radius: 16px;
  padding: 16px 18px;
  border: 1px solid #E5E9F0;
  align-self: start;
  position: sticky;
  top: 110px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  min-width: 220px;
  width: 100%;
}

/* Sidebar - mobiel (overlay) */
.filter-sidebar-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  padding: 20px;
  align-items: flex-start;
  justify-content: center;
}
.filter-sidebar-mobile.open {
  display: flex;
}
.filter-sidebar-mobile .filter-sidebar-inner {
  background: white;
  border-radius: 16px;
  padding: 20px;
  max-width: 400px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  margin-top: 40px;
  animation: slideDown 0.3s ease;
}
@keyframes slideDown {
  from { transform: translateY(-30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.filter-sidebar-mobile .close-filter {
  position: sticky;
  top: 0;
  background: white;
  padding-bottom: 12px;
  border-bottom: 1px solid #E5E9F0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  z-index: 10;
}
.filter-sidebar-mobile .close-filter button {
  background: #F06048;
  color: white;
  border: none;
  padding: 6px 16px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
}
.filter-sidebar-mobile .close-filter button:hover {
  background: #c94a1a;
}
.filter-sidebar-mobile .close-filter span {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #1A1A2E;
}

@media (max-width: 1024px) {
  .filter-sidebar {
    display: none !important;
  }
  .filter-toggle {
    display: block !important;
  }
}