/*
Theme Name: Udawalawe Safari Premium
Theme URI: https://udawalawesafari.net
Author: Udawalawe Safari
Description: Ultra-fast premium WordPress theme with AI Safari Expert, Tours, Gallery, Google Reviews, Stripe Payments, Booking Management. Stunning modern design with glassmorphism effects. Fully responsive for all devices.
Version: 5.1.5
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: udawalawe-safari
Tags: safari, tours, booking, wildlife, one-page, custom-logo, ai-chatbot, stripe-payments, fast, responsive
*/

/* ==========================================================================
   🎨 PREMIUM DESIGN SYSTEM v5.0 - FASTER & MORE BEAUTIFUL
   ========================================================================== */
:root {
  /* Colors - Vibrant Safari Palette */
  --c-primary: #059669;
  --c-primary-dark: #047857;
  --c-primary-light: #34d399;
  --c-primary-glow: rgba(5, 150, 105, 0.4);
  --c-secondary: #f59e0b;
  --c-secondary-dark: #d97706;
  --c-secondary-light: #fbbf24;
  --c-secondary-glow: rgba(245, 158, 11, 0.4);
  --c-accent: #8b5cf6;
  --c-ink: #0f172a;
  --c-ink-light: #334155;
  --c-muted: #64748b;
  --c-bg: #ffffff;
  --c-bg-alt: #f8fafc;
  --c-bg-accent: #ecfdf5;
  --c-border: #e2e8f0;
  
  /* Gradients - Eye-catching */
  --grad-primary: linear-gradient(135deg, #059669 0%, #10b981 50%, #34d399 100%);
  --grad-secondary: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
  --grad-hero: linear-gradient(180deg, #ecfdf5 0%, #d1fae5 50%, #a7f3d0 100%);
  --grad-dark: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  --grad-glass: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%);
  --grad-shine: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.8) 50%, transparent 100%);
  --grad-card: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(248,250,252,1) 100%);
  
  /* Typography */
  --ff-display: 'Playfair Display', Georgia, serif;
  --ff-body: 'Poppins', system-ui, -apple-system, sans-serif;
  
  /* Shadows - Layered depth */
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 15px rgba(0,0,0,0.08), 0 2px 6px rgba(0,0,0,0.04);
  --shadow-lg: 0 10px 40px rgba(0,0,0,0.1), 0 4px 15px rgba(0,0,0,0.05);
  --shadow-xl: 0 20px 60px rgba(0,0,0,0.12), 0 8px 25px rgba(0,0,0,0.06);
  --shadow-2xl: 0 30px 80px rgba(0,0,0,0.15);
  --shadow-glow: 0 0 40px var(--c-primary-glow);
  --shadow-glow-lg: 0 0 80px var(--c-primary-glow);
  --shadow-card: 0 4px 20px rgba(0,0,0,0.08), 0 0 0 1px rgba(0,0,0,0.02);
  --shadow-card-hover: 0 20px 50px rgba(5,150,105,0.15), 0 10px 25px rgba(0,0,0,0.08);
  
  /* Border Radius */
  --radius-sm: 0.5rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --radius-xl: 2rem;
  --radius-2xl: 3rem;
  --radius-full: 9999px;
  
  /* Animations - FASTER */
  --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --duration-fast: 0.15s;
  --duration-normal: 0.25s;
  --duration-slow: 0.4s;
  
  /* Layout */
  --header-height: 80px;
  
  /* Glass morphism */
  --glass-bg: rgba(255, 255, 255, 0.8);
  --glass-border: rgba(255, 255, 255, 0.3);
  --glass-blur: blur(20px);
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  :root {
    --c-bg: #0f172a;
    --c-bg-alt: #1e293b;
    --c-ink: #f1f5f9;
    --c-ink-light: #cbd5e1;
    --c-muted: #94a3b8;
    --c-border: #334155;
    --grad-hero: linear-gradient(180deg, #0f172a 0%, #1e3a2f 50%, #1e293b 100%);
  }
  
  /* Header */
  .site-header {
    background: rgba(15, 23, 42, 0.85);
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  .site-header.scrolled {
    background: rgba(15, 23, 42, 0.75);
  }
  .site-brand-text h1 {
    -webkit-text-fill-color: #10b981;
  }
  .site-brand-text p {
    color: #94a3b8;
  }
  .nav-menu a {
    color: #ffffff !important;
    font-weight: 500;
  }
  .nav-menu a:hover {
    color: #34d399 !important;
  }
  
  /* Mobile Nav */
  .mobile-nav {
    background: #0f172a;
  }
  .mobile-nav-menu a {
    color: #ffffff !important;
    font-weight: 500;
  }
  .mobile-nav-menu a:hover {
    color: #34d399 !important;
  }
  .mobile-menu-toggle {
    background: #1e293b;
  }
  .mobile-menu-toggle span {
    background: #ffffff;
  }
  
  /* Hero Section */
  .hero {
    background: linear-gradient(180deg, #0f172a 0%, #0d3320 50%, #1e293b 100%);
  }
  .hero::before {
    background: radial-gradient(circle, rgba(16, 185, 129, 0.2) 0%, transparent 60%);
  }
  .hero::after {
    background: radial-gradient(circle, rgba(245, 158, 11, 0.15) 0%, transparent 60%);
  }
  
  /* Hero Badge */
  .hero-badge {
    background: rgba(16, 185, 129, 0.2);
    border-color: rgba(16, 185, 129, 0.5);
    color: #34d399;
  }
  .hero-badge svg {
    color: #fbbf24;
  }
  
  /* Hero Title */
  .hero-title {
    color: #f1f5f9;
  }
  .hero-title .highlight {
    -webkit-text-fill-color: #34d399;
  }
  
  /* Hero Subtitle */
  .hero-subtitle {
    color: #cbd5e1;
  }
  
  /* Hero Features */
  .hero-features li {
    background: rgba(15, 23, 42, 0.75);
    border: 1px solid rgba(52, 211, 153, 0.3);
    color: #ffffff;
  }
  .hero-features li span,
  .hero-features li {
    color: #ffffff !important;
    font-weight: 600;
  }
  .hero-features li:hover {
    background: rgba(15, 23, 42, 1);
    border-color: rgba(52, 211, 153, 0.6);
  }
  .hero-features svg {
    color: #34d399 !important;
  }
  
  /* Hero Stats */
  .hero-stats {
    border-top-color: rgba(16, 185, 129, 0.3);
  }
  .hero-stat-value {
    -webkit-text-fill-color: #34d399;
  }
  .hero-stat-label {
    color: #94a3b8;
  }
  
  /* Particles */
  .hero-particle {
    opacity: 0.4;
  }
  
  /* Section Titles */
  .section-title {
    -webkit-text-fill-color: #34d399;
  }
  .section-subtitle {
    color: #94a3b8;
  }
  
  /* Tour Cards */
  .tour-card {
    background: #1e293b;
    border-color: #334155;
  }
  .tour-card-title {
    color: #f1f5f9;
  }
  .tour-card-features li {
    color: #cbd5e1;
  }
  .tour-card-price {
    color: #34d399 !important;
    -webkit-text-fill-color: #34d399 !important;
  }
  
  /* Feature Cards */
  .feature-card {
    background: #1e293b;
    border-color: #334155;
  }
  .feature-card h3 {
    color: #f1f5f9;
  }
  .feature-card p {
    color: #cbd5e1;
  }
  
  /* Review Cards */
  .review-card {
    background: #1e293b;
    border-color: #334155;
  }
  .review-text {
    color: #cbd5e1;
  }
  .review-author-info h4 {
    color: #f1f5f9;
  }
  .google-trust-badge {
    background: #1e293b;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  }
  .google-rating-score {
    color: #f1f5f9;
  }
  .review-source.google {
    background: #1e293b;
    border-color: #334155;
  }
  .review-source.verified {
    background: rgba(16, 185, 129, 0.2);
    color: #34d399;
  }
  
  /* Contact Form */
  .contact-form {
    background: #1e293b;
  }
  .form-group input,
  .form-group textarea,
  .form-group select {
    background: #0f172a;
    border-color: #334155;
    color: #f1f5f9;
  }
  .form-group input::placeholder,
  .form-group textarea::placeholder {
    color: #64748b;
  }
  .form-group label {
    color: #cbd5e1;
  }
  
  /* Gallery */
  .gallery-item {
    background: #1e293b;
  }
  
  /* Single Tour Page */
  .tour-content {
    background: #1e293b;
  }
  .tour-content h2 {
    color: #f1f5f9;
    border-bottom-color: #334155;
  }
  .tour-content p,
  .tour-content li {
    color: #cbd5e1;
  }
  .tour-highlight-item {
    background: #0f172a;
  }
  .tour-highlight-item span {
    color: #e2e8f0;
  }
  .tour-booking-card {
    background: #1e293b;
  }
  .tour-booking-body {
    background: #1e293b;
  }
  .tour-booking-features li {
    color: #cbd5e1;
    border-bottom-color: #334155;
  }
  .tour-contact-card {
    background: #1e293b;
  }
  .tour-contact-card h4 {
    color: #f1f5f9;
  }
  .tour-contact-card p {
    color: #94a3b8;
  }
  
  /* Chatbot */
  .chatbot-window {
    background: #1e293b;
  }
  .chatbot-messages {
    background: #0f172a;
  }
  .bot-message {
    /* background: #334155; */
    color: #f1f5f9;
  }
  .chatbot-input input {
    background: #0f172a;
    border-color: #334155;
    color: #f1f5f9;
  }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ==========================================================================
   BASE STYLES - OPTIMIZED
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { 
  scroll-behavior: smooth; 
  scroll-padding-top: calc(var(--header-height) + 2rem);
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; /* Prevent horizontal scroll */
  max-width: 100vw; /* Constrain to viewport */
}
body {
  font-family: var(--ff-body); 
  font-size: 1rem; 
  line-height: 1.7;
  color: var(--c-ink); 
  background: var(--c-bg);
  min-height: 100vh; 
  display: flex; 
  flex-direction: column;
  overflow-x: hidden; 
  max-width: 100vw; /* Constrain to viewport */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative; /* For containing absolute positioned children */
}
main { flex: 1; overflow-x: hidden; } /* Also hide overflow in main */
img { max-width: 100%; height: auto; display: block; }
a { 
  color: var(--c-primary); 
  text-decoration: none; 
  transition: color var(--duration-fast) var(--ease-smooth); 
}
a:hover { color: var(--c-primary-dark); }
h1, h2, h3, h4, h5, h6 { 
  font-family: var(--ff-display); 
  font-weight: 700; 
  line-height: 1.15; 
  letter-spacing: -0.02em;
}
::selection { background: var(--c-primary); color: #fff; }

/* GPU-accelerated animations */
.gpu-accelerate {
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}

/* ==========================================================================
   LAYOUT
   ========================================================================== */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: clamp(5rem, 12vw, 10rem) 0; position: relative; overflow: hidden; }
.section-alt { background: var(--c-bg-alt); }
.section-header { text-align: center; margin-bottom: 5rem; }
.section-title {
  font-size: clamp(2.25rem, 5vw, 3.5rem); margin-bottom: 1.25rem;
  background: var(--grad-primary);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; position: relative; display: inline-block;
}
.section-title::after {
  content: ''; position: absolute; bottom: -0.5rem; left: 50%; transform: translateX(-50%);
  width: 80px; height: 4px; background: var(--grad-secondary); border-radius: var(--radius-full);
}
.section-subtitle { font-size: 1.25rem; color: var(--c-muted); max-width: 600px; margin: 1rem auto 0; }

/* Skip Link */
.skip-link {
  position: absolute; top: -100px; left: 50%; transform: translateX(-50%);
  background: var(--c-primary); color: #fff; padding: 1rem 2rem;
  border-radius: var(--radius-full); z-index: 9999; font-weight: 600;
}
.skip-link:focus { top: 1rem; color: #fff; }

/* ==========================================================================
   HEADER - GLASSMORPHISM
   ========================================================================== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; height: var(--header-height);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 1000; transition: all 0.5s var(--ease-smooth);
  max-width: 100vw; overflow-x: hidden;
}
.site-header.scrolled {
  height: 70px; background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 100%; max-width: 1200px; margin: 0 auto; padding: 0 1.5rem;
}
.site-brand { display: flex; align-items: center; gap: 0.75rem; }
.site-brand img { height: 50px; width: auto; filter: drop-shadow(0 2px 8px rgba(0,0,0,0.1)); }
.site-brand-text h1 {
  font-size: 1.375rem; margin: 0; line-height: 1.2;
  background: var(--grad-primary);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.site-brand-text p { 
  font-size: 0.7rem; color: var(--c-muted); margin: 0; 
  letter-spacing: 1px; text-transform: uppercase;
  display: none; /* Hidden by default on mobile */
}
@media (min-width: 992px) {
  .site-brand-text p { display: block; } /* Show tagline only on desktop */
}
.custom-logo-link img { height: 50px; width: auto; }

/* Navigation */
.primary-nav { display: none; }
@media (min-width: 992px) { .primary-nav { display: block; } }
.nav-menu { display: flex; list-style: none; gap: 2.5rem; margin: 0; padding: 0; }
.nav-menu li { margin: 0; }
.nav-menu a { font-size: 0.9375rem; font-weight: 500; color: var(--c-ink-light); position: relative; padding: 0.5rem 0; }
.nav-menu a::before {
  content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px;
  background: var(--grad-primary); border-radius: var(--radius-full);
  transform: scaleX(0); transform-origin: right; transition: transform 0.4s var(--ease-spring);
}
.nav-menu a:hover { color: var(--c-primary); }
.nav-menu a:hover::before { transform: scaleX(1); transform-origin: left; }

.header-actions { display: flex; align-items: center; gap: 0.75rem; }

/* Header CTA Button - Show on all devices with responsive sizing */
.header-cta { 
  display: inline-flex;
  padding: 0.5rem 0.875rem;
  font-size: 0.75rem;
  white-space: nowrap;
}
@media (min-width: 480px) { 
  .header-cta { 
    padding: 0.625rem 1.125rem;
    font-size: 0.8rem;
  } 
}
@media (min-width: 768px) { 
  .header-cta { 
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
  } 
}
@media (min-width: 992px) {
  .header-cta {
    padding: 0.875rem 1.75rem;
    font-size: 0.9rem;
  }
}

/* Mobile Toggle */
.mobile-menu-toggle {
  display: flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 40px; height: 40px; background: var(--c-bg-alt); border: none;
  cursor: pointer; padding: 8px; border-radius: var(--radius-md); transition: all 0.3s;
}
.mobile-menu-toggle:hover { background: var(--c-primary); }
.mobile-menu-toggle:hover span { background: #fff; }
@media (min-width: 992px) { .mobile-menu-toggle { display: none; } }
.mobile-menu-toggle span {
  display: block; width: 24px; height: 2.5px; background: var(--c-ink);
  border-radius: var(--radius-full); transition: all 0.4s var(--ease-spring);
}
.mobile-menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.mobile-menu-toggle.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.mobile-menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Mobile Nav */
.mobile-nav {
  position: fixed; top: var(--header-height); left: 0; right: 0; bottom: 0;
  background: var(--c-bg); padding: 2rem; transform: translateX(100%);
  transition: transform 0.5s var(--ease-spring); z-index: 999; overflow-y: auto;
}
.mobile-nav.active { transform: translateX(0); }
.mobile-nav-menu { list-style: none; margin: 0; padding: 0; }
.mobile-nav-menu li { border-bottom: 1px solid var(--c-border); margin: 0; }
.mobile-nav-menu a { display: block; padding: 1.25rem 0; font-size: 1.25rem; font-weight: 600; color: var(--c-ink); }
.mobile-nav .btn { 
  width: 100%; 
  margin-top: 2rem;
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.75rem;
  padding: 1.125rem 2.25rem; font-family: var(--ff-body); font-size: 1rem; font-weight: 600;
  border: none; border-radius: var(--radius-full); cursor: pointer;
  transition: all 0.5s var(--ease-spring); position: relative; overflow: hidden;
  text-transform: uppercase; letter-spacing: 0.5px;
}
.btn::before {
  content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
  background: var(--grad-shine); transition: left 0.6s;
}
.btn:hover::before { left: 100%; }
.btn-primary {
  background: var(--grad-secondary); color: #fff;
  box-shadow: 0 8px 30px rgba(245, 158, 11, 0.4), inset 0 1px 0 rgba(255,255,255,0.3);
}
.btn-primary:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 15px 50px rgba(245, 158, 11, 0.5); color: #fff;
}
.btn-secondary {
  background: var(--grad-primary); color: #fff;
  box-shadow: 0 8px 30px rgba(5, 150, 105, 0.35);
}
.btn-secondary:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 15px 50px rgba(5, 150, 105, 0.45); color: #fff;
}
.btn-lg { padding: 1.25rem 3rem; font-size: 1.0625rem; }
.btn-block { width: 100%; }
.btn svg { width: 20px; height: 20px; flex-shrink: 0; }

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero {
  padding: calc(var(--header-height) + 3rem) 0 5rem;
  background: var(--grad-hero);
  min-height: 100vh; display: flex; align-items: center;
  position: relative; overflow: hidden; /* Clip all children */
  max-width: 100vw; /* Prevent extending beyond viewport */
}
.hero::before {
  content: ''; position: absolute; top: -50%; right: -30%; width: 100%; height: 200%;
  background: radial-gradient(circle, rgba(5, 150, 105, 0.15) 0%, transparent 60%);
  animation: heroFloat 25s ease-in-out infinite;
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; bottom: -40%; left: -20%; width: 80%; height: 150%;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.1) 0%, transparent 60%);
  animation: heroFloat 20s ease-in-out infinite reverse;
  pointer-events: none;
}
@keyframes heroFloat {
  0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
  25% { transform: translate(50px, -50px) rotate(5deg) scale(1.05); }
  50% { transform: translate(0, -30px) rotate(0deg) scale(1.1); }
  75% { transform: translate(-50px, -50px) rotate(-5deg) scale(1.05); }
}

/* Particles */
.hero-particles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }
.hero-particle {
  position: absolute; border-radius: 50%; opacity: 0.6;
  animation: particleRise linear infinite;
}
.hero-particle:nth-child(1) { width: 20px; height: 20px; left: 5%; background: var(--c-primary-light); animation-duration: 20s; }
.hero-particle:nth-child(2) { width: 15px; height: 15px; left: 15%; background: var(--c-secondary); animation-duration: 25s; animation-delay: 2s; }
.hero-particle:nth-child(3) { width: 25px; height: 25px; left: 30%; background: var(--c-primary); animation-duration: 18s; animation-delay: 4s; }
.hero-particle:nth-child(4) { width: 12px; height: 12px; left: 45%; background: var(--c-secondary-light); animation-duration: 22s; animation-delay: 1s; }
.hero-particle:nth-child(5) { width: 18px; height: 18px; left: 60%; background: var(--c-primary-light); animation-duration: 28s; animation-delay: 3s; }
.hero-particle:nth-child(6) { width: 22px; height: 22px; left: 75%; background: var(--c-secondary); animation-duration: 24s; animation-delay: 5s; }
.hero-particle:nth-child(7) { width: 16px; height: 16px; left: 88%; background: var(--c-primary); animation-duration: 20s; animation-delay: 2.5s; }
@keyframes particleRise {
  0% { bottom: -10%; opacity: 0; transform: translateX(0) scale(0.5); }
  10% { opacity: 0.6; }
  90% { opacity: 0.6; }
  100% { bottom: 110%; opacity: 0; transform: translateX(100px) scale(1.2); }
}

.hero-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; position: relative; z-index: 2; }
@media (min-width: 992px) { .hero-grid { grid-template-columns: 1fr 480px; gap: 5rem; } }
.hero-content { text-align: center; }
@media (min-width: 992px) { .hero-content { text-align: left; } }

/* Hero Badge */
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.625rem; padding: 0.625rem 1.25rem;
  background: rgba(5, 150, 105, 0.1); border: 2px solid rgba(5, 150, 105, 0.3);
  border-radius: var(--radius-full); font-size: 0.9375rem; font-weight: 600;
  color: var(--c-primary); margin-bottom: 2rem;
  animation: badgeGlow 3s ease-in-out infinite;
}
.hero-badge svg { animation: starPulse 1.5s ease-in-out infinite; color: var(--c-secondary); }
@keyframes badgeGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(5, 150, 105, 0.3); }
  50% { box-shadow: 0 0 20px 5px rgba(5, 150, 105, 0.2); }
}
@keyframes starPulse {
  0%, 100% { transform: scale(1) rotate(0deg); }
  50% { transform: scale(1.3) rotate(15deg); }
}

/* Hero Title */
.hero-title { font-size: clamp(2.75rem, 7vw, 4.5rem); line-height: 1.05; margin-bottom: 1.75rem; }
.hero-title .highlight {
  position: relative; background: var(--grad-primary);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-title .highlight::after {
  content: ''; position: absolute; bottom: 0.05em; left: 0; width: 100%; height: 0.15em;
  background: var(--grad-secondary); border-radius: var(--radius-full);
  transform: scaleX(0); animation: titleUnderline 1.2s 0.8s var(--ease-spring) forwards;
}
@keyframes titleUnderline { to { transform: scaleX(1); } }

.hero-subtitle { font-size: 1.25rem; color: var(--c-ink-light); margin-bottom: 2.5rem; line-height: 1.9; max-width: 560px; }
@media (min-width: 992px) { .hero-subtitle { margin-left: 0; margin-right: auto; } }

/* Hero Features - RESPONSIVE 2x2 GRID */
.hero-features { 
  display: grid; 
  grid-template-columns: repeat(2, auto);
  gap: 0.75rem; 
  margin-bottom: 2.5rem; 
  list-style: none; 
  justify-content: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) { 
  .hero-features { 
    justify-content: start;
    margin-left: 0;
  } 
}
.hero-features li {
  display: flex; 
  align-items: center; 
  justify-content: center;
  gap: 0.5rem; 
  font-size: 0.9rem; 
  font-weight: 600;
  color: var(--c-ink-light); 
  padding: 0.625rem 1rem;
  background: rgba(255, 255, 255, 0.7); 
  backdrop-filter: blur(10px);
  border-radius: var(--radius-full); 
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow-sm); 
  transition: all 0.3s var(--ease-spring);
  white-space: nowrap;
  min-width: 130px;
}
.hero-features li:hover { 
  background: rgba(255, 255, 255, 0.75); 
  transform: translateY(-3px) scale(1.03); 
  box-shadow: var(--shadow-md); 
}
.hero-features svg { 
  color: var(--c-primary); 
  flex-shrink: 0; 
  width: 16px;
  height: 16px;
}

/* Hero Actions */
.hero-actions { display: flex; flex-wrap: wrap; gap: 1.25rem; justify-content: center; margin-bottom: 3rem; }
@media (min-width: 992px) { .hero-actions { justify-content: flex-start; } }

/* Hero Image */
.hero-image { position: relative; perspective: 1200px; overflow: visible; }
.hero-image img {
  width: 100%; max-width: 480px; height: auto;
  border-radius: var(--radius-2xl); box-shadow: var(--shadow-2xl), 0 0 80px rgba(5, 150, 105, 0.2);
  margin: 0 auto; position: relative; z-index: 3;
  transition: all 0.6s var(--ease-smooth);
  animation: heroImageFloat 6s ease-in-out infinite;
}
.hero-image:hover img { transform: scale(1.03) rotateY(-3deg) rotateX(2deg); box-shadow: var(--shadow-2xl), var(--shadow-glow); }
@keyframes heroImageFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }

/* Hero Image Decorative Elements - Hidden on mobile/tablet to prevent overflow */
.hero-image::before,
.hero-image::after {
  display: none; /* Hidden by default */
}

@media (min-width: 992px) {
  .hero-image::before {
    display: block;
    content: ''; position: absolute; top: -30px; right: -30px; width: 120%; height: 120%;
    background: var(--grad-primary); border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: 1; opacity: 0.15; animation: blobMorph 10s ease-in-out infinite;
  }
  .hero-image::after {
    display: block;
    content: ''; position: absolute; bottom: -40px; left: -40px; width: 140px; height: 140px;
    background: var(--grad-secondary); border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    z-index: 2; opacity: 0.9; animation: blobMorph 8s ease-in-out infinite reverse;
    box-shadow: 0 10px 40px rgba(245, 158, 11, 0.4);
  }
}
@keyframes blobMorph {
  0%, 100% { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; transform: rotate(0deg); }
  25% { border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%; }
  50% { border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%; transform: rotate(5deg); }
  75% { border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%; }
}

/* Hero Stats */
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding-top: 2.5rem; border-top: 2px solid rgba(5, 150, 105, 0.15); }
.hero-stat { text-align: center; }
@media (min-width: 992px) { .hero-stat { text-align: left; } }
.hero-stat-value {
  font-family: var(--ff-display); font-size: clamp(2rem, 5vw, 3rem); font-weight: 700;
  background: var(--grad-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1.2;
}
.hero-stat-label { font-size: 0.875rem; color: var(--c-muted); font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; }

/* ==========================================================================
   TOUR CARDS
   ========================================================================== */
.cards-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 768px) { .cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .cards-grid { grid-template-columns: repeat(3, 1fr); } }

.tour-card {
  background: var(--c-bg); border-radius: var(--radius-xl); overflow: hidden;
  transition: all 0.6s var(--ease-spring); border: 1px solid var(--c-border);
  position: relative; box-shadow: var(--shadow-md);
}
.tour-card::before {
  content: ''; position: absolute; inset: 0;
  background: var(--grad-primary); opacity: 0; transition: opacity 0.5s; z-index: 0;
}
.tour-card:hover { transform: translateY(-15px) scale(1.02); box-shadow: var(--shadow-2xl), var(--shadow-glow); }
.tour-card:hover::before { opacity: 0.03; }
.tour-card.featured { border: 2px solid var(--c-secondary); box-shadow: var(--shadow-lg), 0 0 0 4px rgba(245, 158, 11, 0.1); transform: scale(1.02); }
.tour-card.featured:hover { transform: translateY(-15px) scale(1.04); box-shadow: var(--shadow-2xl), var(--shadow-glow-orange); }

.tour-badge {
  position: absolute; top: 1.25rem; right: 1.25rem;
  background: var(--grad-secondary); color: #fff;
  font-size: 0.8125rem; font-weight: 700; padding: 0.625rem 1.25rem;
  border-radius: var(--radius-full); z-index: 10;
  text-transform: uppercase; letter-spacing: 0.5px;
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.5);
  animation: badgePulse 2.5s infinite;
}
@keyframes badgePulse {
  0%, 100% { box-shadow: 0 8px 25px rgba(245, 158, 11, 0.5); transform: scale(1); }
  50% { box-shadow: 0 8px 35px rgba(245, 158, 11, 0.7); transform: scale(1.05); }
}

.tour-card-image { position: relative; height: 240px; overflow: hidden; }
.tour-card-image img { width: 100%; height: 100%; object-fit: cover; transition: all 0.8s var(--ease-smooth); }
.tour-card:hover .tour-card-image img { transform: scale(1.15); }
.tour-card-image::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 60%);
  opacity: 0; transition: opacity 0.5s;
}
.tour-card:hover .tour-card-image::after { opacity: 1; }

.tour-card-body { padding: 2rem; position: relative; z-index: 1; }
.tour-card-title { font-size: 1.625rem; margin-bottom: 0.875rem; transition: all 0.4s; }
.tour-card:hover .tour-card-title { color: var(--c-primary); }

.tour-card-meta { display: flex; flex-wrap: wrap; gap: 1.25rem; margin-bottom: 1.5rem; font-size: 0.9375rem; color: var(--c-muted); }
.tour-card-meta span { display: flex; align-items: center; gap: 0.5rem; }

.tour-card-features { list-style: none; margin-bottom: 1.75rem; }
.tour-card-features li {
  display: flex; align-items: center; gap: 0.75rem; padding: 0.625rem 0;
  font-size: 1rem; color: var(--c-ink-light); border-bottom: 1px dashed var(--c-border);
}
.tour-card-features li:last-child { border-bottom: none; }
.tour-card-features svg { color: var(--c-primary); flex-shrink: 0; width: 20px; height: 20px; }

.tour-prices {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
  padding: 1.5rem; background: var(--c-bg-alt); border-radius: var(--radius-lg); margin-bottom: 1.75rem;
}
.tour-price-item { text-align: center; }
.tour-price-item span:first-child { display: block; font-size: 0.75rem; color: var(--c-muted); margin-bottom: 0.375rem; text-transform: uppercase; }
.tour-price-item span:last-child { font-size: 1.375rem; font-weight: 700; color: var(--c-primary); }

.tour-card-footer { padding: 0 2rem 2rem; }
.tour-card-footer .btn { width: 100%; }

/* ==========================================================================
   FEATURES
   ========================================================================== */
.features-section { background: var(--c-bg-alt); position: relative; overflow: hidden; }
.features-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--grad-primary); }

.features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
@media (min-width: 992px) { .features-grid { grid-template-columns: repeat(4, 1fr); } }

.feature-card {
  background: var(--c-bg); padding: 3rem 2rem; border-radius: var(--radius-xl);
  text-align: center; transition: all 0.6s var(--ease-spring);
  border: 1px solid transparent; position: relative; overflow: hidden;
}
.feature-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px;
  background: var(--grad-primary); transform: scaleX(0); transition: transform 0.6s var(--ease-spring);
}
.feature-card:hover { transform: translateY(-12px); box-shadow: var(--shadow-xl), var(--shadow-glow); border-color: rgba(5, 150, 105, 0.2); }
.feature-card:hover::before { transform: scaleX(1); }

.feature-icon {
  width: 100px; height: 100px; margin: 0 auto 2rem;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(5, 150, 105, 0.1) 0%, rgba(52, 211, 153, 0.1) 100%);
  border-radius: var(--radius-xl); color: var(--c-primary); transition: all 0.6s var(--ease-spring);
}
.feature-card:hover .feature-icon { background: var(--grad-primary); color: #fff; transform: scale(1.15) rotate(8deg); box-shadow: var(--shadow-glow); }
.feature-icon svg { width: 44px; height: 44px; }
.feature-card h3 { font-size: 1.375rem; margin-bottom: 1rem; font-family: var(--ff-body); font-weight: 700; }
.feature-card p { font-size: 1rem; color: var(--c-muted); line-height: 1.7; }

/* ==========================================================================
   GALLERY
   ========================================================================== */
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
@media (min-width: 768px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 992px) { .gallery-grid { grid-template-columns: repeat(4, 1fr); } }

.gallery-item {
  position: relative; aspect-ratio: 1; overflow: hidden;
  border-radius: var(--radius-lg); cursor: pointer; box-shadow: var(--shadow-sm);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: all 0.8s var(--ease-smooth); }
.gallery-item::before { content: ''; position: absolute; inset: 0; background: var(--grad-primary); opacity: 0; transition: opacity 0.5s; z-index: 1; }
.gallery-item::after {
  content: '🔍'; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0); font-size: 2.5rem; z-index: 2;
  transition: transform 0.6s var(--ease-spring);
}
.gallery-item:hover img { transform: scale(1.2) rotate(3deg); }
.gallery-item:hover::before { opacity: 0.75; }
.gallery-item:hover::after { transform: translate(-50%, -50%) scale(1); }

/* ==========================================================================
   REVIEWS - PREMIUM CREDIBILITY DESIGN
   ========================================================================== */
.reviews-section {
  position: relative;
  overflow: hidden;
}

/* Google Reviews Trust Badge */
.reviews-trust-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.google-trust-badge {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 2rem;
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.03);
}

.google-trust-badge img {
  height: 28px;
  width: auto;
}

.google-rating-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.google-rating-score {
  font-size: 2rem;
  font-weight: 700;
  color: var(--c-ink);
  line-height: 1;
}

.google-rating-details {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.google-stars {
  display: flex;
  gap: 2px;
  color: #fbbc04;
}

.google-stars svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.google-review-count {
  font-size: 0.8rem;
  color: var(--c-muted);
}

.reviews-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 768px) { .reviews-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .reviews-grid { grid-template-columns: repeat(3, 1fr); } }

.review-card {
  background: #fff;
  padding: 2rem;
  border-radius: var(--radius-xl);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s var(--ease-smooth);
  position: relative;
  display: flex;
  flex-direction: column;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

/* Review Source Badge */
.review-source {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  background: #f8f9fa;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--c-muted);
  margin-bottom: 1rem;
  width: fit-content;
}

.review-source.google {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  border: 1px solid #e8eaed;
}

.review-source.google img {
  height: 14px;
  width: auto;
}

.review-source.verified {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  color: #2e7d32;
}

.review-source.verified svg {
  width: 14px;
  height: 14px;
  color: #2e7d32;
}

/* Review Stars */
.review-stars {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.review-stars svg {
  width: 20px;
  height: 20px;
  color: #fbbc04;
  fill: #fbbc04;
}

/* Review Text */
.review-text {
  font-size: 1rem;
  color: var(--c-ink-light);
  line-height: 1.8;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  position: relative;
}

.review-text::before {
  content: '"';
  font-family: var(--ff-display);
  font-size: 3rem;
  color: var(--c-primary);
  opacity: 0.15;
  position: absolute;
  top: -0.75rem;
  left: -0.5rem;
  line-height: 1;
}

/* Review Author */
.review-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--c-border);
}

.review-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--grad-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  font-size: 1.125rem;
  flex-shrink: 0;
}

.review-avatar-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.review-author-info {
  flex-grow: 1;
  min-width: 0;
}

.review-author-info h4 {
  font-size: 1rem;
  font-family: var(--ff-body);
  font-weight: 600;
  margin-bottom: 0.125rem;
  color: var(--c-ink);
}

.review-author-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: var(--c-muted);
}

.review-author-meta .review-time {
  color: var(--c-muted);
}

.review-author-meta .review-location {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

/* Responsive Reviews */
@media (max-width: 767px) {
  .google-trust-badge {
    padding: 1rem 1.5rem;
    gap: 1rem;
  }
  
  .google-trust-badge img {
    height: 22px;
  }
  
  .google-rating-score {
    font-size: 1.5rem;
  }
  
  .google-stars svg {
    width: 14px;
    height: 14px;
  }
  
  .review-card {
    padding: 1.5rem;
  }
  
  .review-text {
    font-size: 0.9375rem;
  }
  
  .review-avatar,
  .review-avatar-img {
    width: 44px;
    height: 44px;
  }
}

/* ==========================================================================
   CONTACT
   ========================================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; }
@media (min-width: 992px) { .contact-grid { grid-template-columns: 450px 1fr; } }

.contact-info-card {
  background: var(--grad-primary); padding: 3rem; border-radius: var(--radius-2xl);
  color: #fff; position: relative; overflow: hidden; box-shadow: var(--shadow-xl);
}
.contact-info-card::before {
  content: ''; position: absolute; top: -50%; right: -50%; width: 100%; height: 100%;
  background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);
  animation: heroFloat 12s ease-in-out infinite;
}
.contact-info-card h3 { font-size: 2rem; margin-bottom: 2.5rem; color: #fff; }

.contact-list { list-style: none; margin-bottom: 2.5rem; position: relative; z-index: 1; }
.contact-list li { display: flex; gap: 1.25rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.contact-list li:last-child { border-bottom: none; }
.contact-list svg { flex-shrink: 0; margin-top: 0.25rem; opacity: 0.9; }
.contact-list strong { display: block; font-size: 0.8125rem; opacity: 0.8; margin-bottom: 0.375rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.contact-list a, .contact-list span { font-size: 1.125rem; color: #fff; }
.contact-list a:hover { text-decoration: underline; color: #fff; }

.quick-booking {
  background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px);
  padding: 2rem; border-radius: var(--radius-xl); text-align: center; position: relative; z-index: 1;
}
.quick-booking h4 { font-size: 1.25rem; margin-bottom: 0.75rem; color: #fff; font-family: var(--ff-body); font-weight: 700; }
.quick-booking p { font-size: 0.9375rem; opacity: 0.85; margin-bottom: 1.25rem; }
.quick-booking .btn { background: #fff; color: var(--c-primary); font-weight: 700; }
.quick-booking .btn:hover { background: var(--c-secondary); color: #fff; }

/* Contact Form */
.contact-form-wrapper { background: var(--c-bg-alt); padding: 3rem; border-radius: var(--radius-2xl); box-shadow: var(--shadow-xl); }
.form-grid { display: grid; grid-template-columns: 1fr; gap: 1.75rem; }
@media (min-width: 768px) { .form-grid { grid-template-columns: repeat(2, 1fr); } }
.form-group { display: flex; flex-direction: column; }
.form-group-full { grid-column: 1 / -1; }
.form-group label { font-size: 0.9375rem; font-weight: 600; margin-bottom: 0.625rem; color: var(--c-ink); }
.form-group label .required { color: #ef4444; }
.form-group input, .form-group select, .form-group textarea {
  font-family: var(--ff-body); font-size: 1rem; padding: 1.125rem 1.5rem;
  border: 2px solid var(--c-border); border-radius: var(--radius-lg);
  background: var(--c-bg); color: var(--c-ink); transition: all 0.4s var(--ease-smooth);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--c-primary);
  box-shadow: 0 0 0 5px rgba(5, 150, 105, 0.1), var(--shadow-md);
}
.form-group textarea { resize: vertical; min-height: 150px; }
.form-group select {
  cursor: pointer; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1.25rem center; padding-right: 3.5rem;
}
.form-submit { margin-top: 1.75rem; }
.form-message { margin-top: 1.75rem; padding: 1.25rem 1.75rem; border-radius: var(--radius-lg); display: none; font-weight: 600; }
.form-message.success { display: block; background: rgba(16, 185, 129, 0.15); color: #059669; border: 2px solid rgba(16, 185, 129, 0.3); }
.form-message.error { display: block; background: rgba(239, 68, 68, 0.15); color: #dc2626; border: 2px solid rgba(239, 68, 68, 0.3); }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: var(--grad-dark); color: #fff; padding: 5rem 0 2.5rem;
  position: relative; overflow: hidden;
}
.site-footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--grad-primary); }
.footer-inner { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 2.5rem; }
@media (min-width: 768px) { .footer-inner { flex-direction: row; justify-content: space-between; text-align: left; } }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand img { height: 45px; }
.footer-brand-text { font-family: var(--ff-display); font-size: 1.375rem; font-weight: 700; color: #fff; }
.footer-nav { display: flex; gap: 2.5rem; flex-wrap: wrap; justify-content: center; }
.footer-nav a { color: rgba(255,255,255,0.75); font-size: 1rem; transition: all 0.4s; }
.footer-nav a:hover { color: #fff; transform: translateY(-3px); }
.footer-social { display: flex; gap: 1.25rem; }
.footer-social a {
  display: flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; background: rgba(255,255,255,0.1);
  border-radius: 50%; color: #fff; transition: all 0.5s var(--ease-spring);
}
.footer-social a:hover { background: var(--c-primary); transform: translateY(-5px) scale(1.1); box-shadow: var(--shadow-glow); color: #fff; }
.footer-bottom { margin-top: 4rem; padding-top: 2.5rem; border-top: 1px solid rgba(255,255,255,0.1); text-align: center; }
.footer-copyright { font-size: 0.9375rem; color: rgba(255,255,255,0.5); }

/* ==========================================================================
   WHATSAPP FLOAT - IMPROVED
   ========================================================================== */
.whatsapp-float-wrapper {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 998;
}

.whatsapp-float {
  position: relative;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  color: #fff;
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
}

.whatsapp-float:active {
  transform: scale(0.95);
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.whatsapp-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.4);
  animation: whatsappPulseRing 2s ease-out infinite;
}

.whatsapp-pulse-2 {
  animation-delay: 1s;
}

@keyframes whatsappPulseRing {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.whatsapp-tooltip {
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: #1f2937;
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

.whatsapp-tooltip::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-right-color: #1f2937;
}

.whatsapp-float-wrapper:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .whatsapp-float-wrapper {
    bottom: 1.5rem;
    left: 1.5rem;
  }
  
  .whatsapp-float {
    width: 54px;
    height: 54px;
  }
  
  .whatsapp-float svg {
    width: 26px;
    height: 26px;
  }
  
  .whatsapp-tooltip {
    display: none;
  }
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(50px); transition: all 1s var(--ease-smooth); }
.reveal.active { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.15s; }
.reveal-delay-2 { transition-delay: 0.3s; }
.reveal-delay-3 { transition-delay: 0.45s; }
.reveal-delay-4 { transition-delay: 0.6s; }

.reveal-scale { opacity: 0; transform: scale(0.85); transition: all 1s var(--ease-spring); }
.reveal-scale.active { opacity: 1; transform: scale(1); }

.reveal-left { opacity: 0; transform: translateX(-80px); transition: all 1s var(--ease-smooth); }
.reveal-left.active { opacity: 1; transform: translateX(0); }

.reveal-right { opacity: 0; transform: translateX(80px); transition: all 1s var(--ease-smooth); }
.reveal-right.active { opacity: 1; transform: translateX(0); }

/* ==========================================================================
   UTILITIES & WORDPRESS
   ========================================================================== */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.no-content { text-align: center; padding: 3rem; color: var(--c-muted); font-size: 1.125rem; }
.text-center { text-align: center; }
.alignleft { float: left; margin-right: 1.5rem; margin-bottom: 1rem; }
.alignright { float: right; margin-left: 1.5rem; margin-bottom: 1rem; }
.aligncenter { display: block; margin: 0 auto; }

/* Single & Archive */
.single-content, .archive-content { padding: calc(var(--header-height) + 4rem) 0 5rem; }
.single-container { max-width: 800px; margin: 0 auto; padding: 0 1.5rem; }
.single-header { margin-bottom: 2.5rem; }
.single-title { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 1rem; }
.single-meta { font-size: 0.9375rem; color: var(--c-muted); }
.single-body { font-size: 1.0625rem; line-height: 1.9; }
.single-body p { margin-bottom: 1.5rem; }
.single-body img { margin: 2rem 0; border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); }

/* ==========================================================================
   🎫 SINGLE TOUR PAGE - ELEGANT DESIGN
   ========================================================================== */
.single-safari_tour .single-content {
  padding: 0;
  background: var(--c-bg-alt);
}

/* Tour Hero Banner */
.tour-hero {
  position: relative;
  height: 50vh;
  min-height: 400px;
  max-height: 550px;
  overflow: hidden;
}

.tour-hero-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.tour-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 100%);
  z-index: 2;
}

.tour-hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem 0;
  z-index: 3;
  color: #fff;
}

.tour-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: var(--c-secondary);
  border-radius: var(--radius-full);
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tour-hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.tour-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 1rem;
  opacity: 0.9;
}

.tour-hero-meta span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tour-hero-meta svg {
  width: 20px;
  height: 20px;
  opacity: 0.8;
}

/* Tour Main Content */
.tour-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
}

@media (min-width: 992px) {
  .tour-main {
    grid-template-columns: 1fr 380px;
    gap: 3rem;
    padding: 3rem 2rem 5rem;
  }
}

/* Tour Content Section */
.tour-content {
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

@media (max-width: 767px) {
  .tour-content {
    padding: 1.5rem;
    border-radius: var(--radius-lg);
  }
}

.tour-content h2 {
  font-size: 1.5rem;
  color: var(--c-ink);
  margin: 2rem 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--c-bg-alt);
}

.tour-content h2:first-child {
  margin-top: 0;
}

.tour-content p {
  font-size: 1.0625rem;
  line-height: 1.9;
  color: var(--c-ink-light);
  margin-bottom: 1.25rem;
}

.tour-content ul,
.tour-content ol {
  margin: 1rem 0 1.5rem 1.25rem;
  color: var(--c-ink-light);
}

.tour-content li {
  margin-bottom: 0.75rem;
  line-height: 1.8;
}

/* Tour Highlights */
.tour-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 1.5rem 0;
}

@media (max-width: 576px) {
  .tour-highlights {
    grid-template-columns: 1fr;
  }
}

.tour-highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem;
  background: var(--c-bg-alt);
  border-radius: var(--radius-md);
}

.tour-highlight-item svg {
  width: 22px;
  height: 22px;
  color: var(--c-primary);
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.tour-highlight-item span {
  font-size: 0.9375rem;
  color: var(--c-ink);
  line-height: 1.5;
}

/* Tour Sidebar */
.tour-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 992px) {
  .tour-sidebar {
    position: sticky;
    top: calc(var(--header-height) + 1.5rem);
    align-self: start;
    max-height: calc(100vh - var(--header-height) - 3rem);
    overflow-y: auto;
  }
  
  /* Hide scrollbar but keep functionality */
  .tour-sidebar::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }
  .tour-sidebar {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
  }
}

/* Booking Card */
.tour-booking-card {
  background: #fff;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  flex-shrink: 0;
}

.tour-booking-header {
  background: var(--grad-primary);
  padding: 1.5rem;
  color: #fff;
  text-align: center;
}

.tour-booking-header .price-label {
  font-size: 0.8125rem;
  opacity: 0.9;
  margin-bottom: 0.25rem;
}

.tour-booking-header .price-value {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.tour-booking-header .price-note {
  font-size: 0.875rem;
  opacity: 0.85;
}

.tour-booking-body {
  padding: 1.5rem;
}

.tour-booking-features {
  list-style: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
}

.tour-booking-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--c-border);
  font-size: 0.9375rem;
  color: var(--c-ink-light);
}

.tour-booking-features li:last-child {
  border-bottom: none;
}

.tour-booking-features svg {
  width: 20px;
  height: 20px;
  color: var(--c-primary);
  flex-shrink: 0;
}

.tour-booking-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.tour-booking-actions .btn {
  width: 100%;
  justify-content: center;
}

/* Contact Card */
.tour-contact-card {
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  text-align: center;
  flex-shrink: 0;
}

.tour-contact-card h4 {
  font-size: 1rem;
  font-family: var(--ff-body);
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--c-ink);
}

.tour-contact-card p {
  font-size: 0.875rem;
  color: var(--c-muted);
  margin-bottom: 1rem;
}

.tour-contact-card .btn {
  width: 100%;
}

/* Tour Gallery (if present) */
.tour-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.tour-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: transform 0.3s, opacity 0.3s;
}

.tour-gallery img:hover {
  transform: scale(1.03);
  opacity: 0.9;
}

@media (max-width: 576px) {
  .tour-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Tour Mobile Responsive */
@media (max-width: 991px) {
  .tour-hero {
    height: 40vh;
    min-height: 300px;
  }
  
  .tour-hero-content {
    padding: 2rem 0;
  }
  
  .tour-hero-title {
    font-size: 1.75rem;
  }
  
  .tour-hero-meta {
    gap: 1rem;
    font-size: 0.875rem;
  }
  
  .tour-booking-card {
    position: relative;
    top: 0;
  }
}

.archive-header { text-align: center; margin-bottom: 4rem; }
.archive-title { font-size: clamp(2rem, 5vw, 3rem); }

.posts-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 768px) { .posts-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .posts-grid { grid-template-columns: repeat(3, 1fr); } }

.post-card { background: var(--c-bg); border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--c-border); transition: all 0.5s var(--ease-spring); }
.post-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-xl); }
.post-card-image { aspect-ratio: 16/10; overflow: hidden; }
.post-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
.post-card:hover .post-card-image img { transform: scale(1.1); }
.post-card-body { padding: 2rem; }
.post-card-title { font-size: 1.5rem; margin-bottom: 0.75rem; }
.post-card-title a { color: var(--c-ink); }
.post-card-title a:hover { color: var(--c-primary); }
.post-card-excerpt { font-size: 1rem; color: var(--c-muted); margin-bottom: 1rem; line-height: 1.7; }
.post-card-meta { font-size: 0.875rem; color: var(--c-muted); }

/* 404 */
.error-404 { min-height: 80vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 3rem 1.5rem; }
.error-404-content h1 { font-size: clamp(6rem, 25vw, 12rem); background: var(--grad-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }
.error-404-content h2 { font-size: 2rem; margin-bottom: 1rem; }
.error-404-content p { color: var(--c-muted); margin-bottom: 2rem; font-size: 1.25rem; }

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal, .reveal-scale, .reveal-left, .reveal-right { opacity: 1; transform: none; }
}

/* Print */
@media print { .site-header, .site-footer, .whatsapp-float, .btn, .chatbot-widget { display: none !important; } }

/* ==========================================================================
   🤖 AI CHATBOT STYLES
   ========================================================================== */

/* CSS Variables for Chatbot */
:root {
  --chatbot-primary: #2d5016;
  --chatbot-primary-dark: #1e3a0e;
  --chatbot-primary-light: #4a7a2a;
  --chatbot-bg: #ffffff;
  --chatbot-text: #1f2937;
  --chatbot-text-light: #6b7280;
  --chatbot-border: #e5e7eb;
  --chatbot-user-bg: var(--chatbot-primary);
  --chatbot-user-text: #ffffff;
  --chatbot-bot-bg: #f3f4f6;
  --chatbot-bot-text: #1f2937;
  --chatbot-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  --chatbot-radius: 1rem;
}

/* Widget Container */
.chatbot-widget {
  position: fixed;
  bottom: 100px;
  right: 24px;
  z-index: 9998;
  font-family: var(--ff-body);
}

/* Toggle Button */
.chatbot-toggle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--chatbot-primary);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
}

.chatbot-toggle:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.25);
}

.chatbot-toggle:active {
  transform: scale(0.95);
}

.chatbot-toggle svg {
  color: white;
  pointer-events: none;
}

.chatbot-toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.chatbot-toggle .close-icon {
  display: none;
}

.chatbot-widget.is-open .chatbot-toggle .open-icon {
  display: none;
}

.chatbot-widget.is-open .chatbot-toggle .close-icon {
  display: flex;
}

/* Notification Badge */
.chatbot-notification {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 22px;
  height: 22px;
  background: #ef4444;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  font-weight: 600;
  display: none;
  align-items: center;
  justify-content: center;
  animation: bounce 1s infinite;
}

.chatbot-notification.pulse {
  display: flex;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

/* Chat Window */
.chatbot-window {
  position: absolute;
  bottom: 75px;
  right: 0;
  width: 380px;
  max-width: calc(100vw - 48px);
  height: 550px;
  max-height: calc(100vh - 150px);
  background: var(--chatbot-bg);
  border-radius: var(--chatbot-radius);
  box-shadow: var(--chatbot-shadow);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.95);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.chatbot-widget.is-open .chatbot-window {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

/* Header */
.chatbot-header {
  background: var(--chatbot-primary);
  color: white;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.chatbot-header-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.chatbot-avatar {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.chatbot-header-text h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.chatbot-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  opacity: 0.9;
}

.status-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.chatbot-close {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.chatbot-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.chatbot-close svg {
  color: white;
}

/* Messages Container */
.chatbot-messages {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  scroll-behavior: smooth;
}

/* Chat Messages */
.chat-message {
  display: flex;
  gap: 10px;
  animation: fadeInUp 0.3s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.chat-message.user-message {
  flex-direction: row-reverse;
}

.message-avatar {
  width: 32px;
  height: 32px;
  background: var(--chatbot-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.message-content {
  max-width: 80%;
  padding: 12px 16px;
  border-radius: 16px;
  line-height: 1.5;
}

.message-content p {
  margin: 0;
  font-size: 14px;
}

.message-content a {
  color: inherit;
  text-decoration: underline;
}

.bot-message .message-content {
  background: var(--chatbot-bot-bg);
  color: var(--chatbot-bot-text);
  border-bottom-left-radius: 4px;
}

.user-message .message-content {
  background: var(--chatbot-user-bg);
  color: var(--chatbot-user-text);
  border-bottom-right-radius: 4px;
}

.chat-message.error .message-content {
  background: #fef2f2;
  color: #dc2626;
}

/* Typing Indicator */
.typing-indicator .message-content {
  background: var(--chatbot-bot-bg);
  padding: 16px 20px;
}

.typing-dots {
  display: flex;
  gap: 4px;
}

.typing-dots span {
  width: 8px;
  height: 8px;
  background: var(--chatbot-text-light);
  border-radius: 50%;
  animation: typingBounce 1.4s infinite ease-in-out;
}

.typing-dots span:nth-child(1) { animation-delay: 0s; }
.typing-dots span:nth-child(2) { animation-delay: 0.2s; }
.typing-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes typingBounce {
  0%, 60%, 100% { transform: translateY(0); }
  30% { transform: translateY(-6px); }
}

/* Suggestions */
.chatbot-suggestions {
  padding: 12px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid var(--chatbot-border);
  background: #fafafa;
}

.suggestion-btn {
  background: white;
  border: 1px solid var(--chatbot-border);
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

.suggestion-btn:hover {
  background: var(--chatbot-primary);
  color: white;
  border-color: var(--chatbot-primary);
  transform: translateY(-2px);
}

/* Input Area */
.chatbot-input-area {
  padding: 16px 20px;
  border-top: 1px solid var(--chatbot-border);
  background: var(--chatbot-bg);
  flex-shrink: 0;
}

.chatbot-form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.chatbot-input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid var(--chatbot-border);
  border-radius: 25px;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.chatbot-input:focus {
  border-color: var(--chatbot-primary);
  box-shadow: 0 0 0 3px rgba(45, 80, 22, 0.1);
}

.chatbot-send {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  background: var(--chatbot-primary);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.chatbot-send:hover {
  background: var(--chatbot-primary-dark);
  transform: scale(1.05);
}

.chatbot-send:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.chatbot-send svg {
  color: white;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  flex-shrink: 0;
  display: block;
}

.chatbot-powered {
  text-align: center;
  font-size: 11px;
  color: var(--chatbot-text-light);
  margin: 8px 0 0;
}

/* Mobile Responsive */
@media (max-width: 480px) {
  .chatbot-widget {
    bottom: 90px;
    right: 16px;
  }
  
  .chatbot-toggle {
    width: 54px;
    height: 54px;
  }
  
  .chatbot-window {
    width: calc(100vw - 32px);
    right: -8px;
    height: calc(100vh - 180px);
    max-height: 500px;
    bottom: 70px;
  }
  
  .chatbot-messages {
    padding: 16px;
  }
  
  .chatbot-suggestions {
    padding: 10px 16px;
  }
  
  .suggestion-btn {
    font-size: 11px;
    padding: 6px 12px;
  }
  
  .chatbot-input-area {
    padding: 12px 16px;
  }
  
  .chatbot-send {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }
  
  .chatbot-send svg {
    width: 22px;
    height: 22px;
  }
}

/* Adjust position when WhatsApp float is visible */
.whatsapp-float-wrapper ~ .chatbot-widget,
body:has(.whatsapp-float-wrapper) .chatbot-widget {
  bottom: 24px;
  right: 24px;
}

/* Scrollbar Styling */
.chatbot-messages::-webkit-scrollbar {
  width: 6px;
}

.chatbot-messages::-webkit-scrollbar-track {
  background: transparent;
}

.chatbot-messages::-webkit-scrollbar-thumb {
  background: var(--chatbot-border);
  border-radius: 3px;
}

.chatbot-messages::-webkit-scrollbar-thumb:hover {
  background: var(--chatbot-text-light);
}

/* ==========================================================================
   💳 STRIPE BOOKING MODAL
   ========================================================================== */
.booking-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.booking-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}

.booking-modal-content {
  position: relative;
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.booking-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: #f3f4f6;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  color: #6b7280;
  transition: all 0.2s;
  z-index: 10;
}

.booking-modal-close:hover {
  background: #e5e7eb;
  color: #1f2937;
}

.booking-modal-header {
  background: var(--c-primary);
  color: #fff;
  padding: 24px 30px;
  border-radius: 16px 16px 0 0;
}

.booking-modal-header h3 {
  margin: 0 0 5px;
  font-size: 22px;
  font-weight: 600;
}

.booking-tour-name {
  margin: 0;
  opacity: 0.9;
  font-size: 15px;
}

.booking-modal-form {
  padding: 24px 30px 30px;
}

.booking-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.booking-form-group {
  margin-bottom: 18px;
}

.booking-form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 14px;
  color: #374151;
}

.booking-form-group label .required {
  color: #ef4444;
}

.booking-form-group input,
.booking-form-group select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  transition: all 0.2s;
}

.booking-form-group input:focus,
.booking-form-group select:focus {
  outline: none;
  border-color: var(--c-primary);
  box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.1);
}

.booking-price-summary {
  background: #f9fafb;
  padding: 16px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.price-row span:last-child {
  font-weight: 700;
  font-size: 20px;
  color: var(--c-primary);
}

.booking-form-actions {
  margin-bottom: 16px;
}

.booking-form-actions .btn {
  width: 100%;
  padding: 14px 24px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.booking-secure-note {
  text-align: center;
  font-size: 12px;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
}

.booking-loading {
  text-align: center;
  padding: 30px;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #e5e7eb;
  border-top-color: var(--c-primary);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto 15px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.booking-loading p {
  color: #6b7280;
  margin: 0;
}

.booking-error {
  background: #fef2f2;
  color: #dc2626;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  margin-top: 15px;
}

@media (max-width: 540px) {
  .booking-form-row {
    grid-template-columns: 1fr;
  }
  
  .booking-modal-content {
    border-radius: 12px;
  }
  
  .booking-modal-header {
    padding: 20px;
    border-radius: 12px 12px 0 0;
  }
  
  .booking-modal-form {
    padding: 20px;
  }
}

/* ==========================================================================
   TOUR CARD IMPROVEMENTS
   ========================================================================== */
.tour-prices-hidden {
  background: transparent;
  padding: 1.5rem;
  margin-bottom: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tour-contact-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 50px;
  color: var(--c-primary);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.tour-contact-price:hover {
  background: linear-gradient(135deg, var(--c-primary) 0%, var(--c-primary-dark) 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(5, 150, 105, 0.3);
}

.tour-contact-price svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.tour-card-footer .btn {
  width: 100%;
  justify-content: center;
  gap: 8px;
}

.btn-book-stripe {
  background: linear-gradient(135deg, var(--c-primary) 0%, var(--c-primary-dark) 100%);
}

.btn-book-stripe:hover {
  background: linear-gradient(135deg, var(--c-primary-dark) 0%, var(--c-primary) 100%);
}

/* ==========================================================================
   CHATBOT POSITIONING FIX
   ========================================================================== */
.chatbot-widget {
  bottom: 24px;
  right: 24px;
}

@media (max-width: 768px) {
  .chatbot-widget {
    bottom: 20px;
    right: 16px;
  }
}

/* ==========================================================================
   SMOOTH SCROLL
   ========================================================================== */
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* ==========================================================================
   LOADING SKELETON
   ========================================================================== */
.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 8px;
}

@keyframes skeleton-loading {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ==========================================================================
   📱 COMPREHENSIVE RESPONSIVE STYLES - ALL DEVICES
   ========================================================================== */

/* --------------------------------------------------------------------------
   EXTRA SMALL DEVICES (Phones, less than 480px)
   -------------------------------------------------------------------------- */
@media (max-width: 479px) {
  /* Container */
  .container { padding: 0 1rem; }
  
  /* Section spacing */
  .section { padding: 3rem 0; }
  .section-header { margin-bottom: 2.5rem; }
  .section-title { font-size: 1.75rem; }
  .section-subtitle { font-size: 1rem; }
  
  /* Header */
  .site-header { height: 60px; }
  .header-inner { padding: 0 0.75rem; }
  .header-actions { gap: 0.5rem; }
  .site-brand img, .custom-logo-link img { height: 36px; }
  .site-brand-text h1 { font-size: 1rem; }
  /* Tagline hidden via main CSS */
  
  /* Mobile Nav */
  .mobile-nav { padding: 1.25rem; top: 60px; }
  .mobile-nav-menu a { font-size: 1.1rem; padding: 1rem 0; }
  
  /* Hero */
  .hero { 
    padding: calc(60px + 1.5rem) 0 2.5rem; 
    min-height: auto;
  }
  .hero-grid { gap: 2rem; }
  
  /* Hero Badge - FIXED */
  .hero-badge { 
    font-size: 0.7rem; 
    padding: 0.5rem 0.875rem; 
    margin-bottom: 1.25rem;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hero-badge svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }
  
  /* Hero Title - FIXED */
  .hero-title { 
    font-size: 1.75rem; 
    margin-bottom: 1rem;
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  .hero-title .highlight {
    display: inline;
    white-space: nowrap;
  }
  .hero-title .highlight::after {
    height: 0.1em;
    bottom: 0.02em;
  }
  
  .hero-subtitle { 
    font-size: 0.95rem; 
    margin-bottom: 1.5rem;
    line-height: 1.7;
  }
  
  /* Hero Features - MOBILE 2x2 GRID */
  .hero-features { 
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem; 
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 320px;
  }
  .hero-features li { 
    font-size: 0.75rem; 
    padding: 0.5rem 0.625rem;
    min-width: unset;
    justify-content: flex-start;
  }
  .hero-features li svg {
    width: 14px;
    height: 14px;
  }
  
  /* Hero Actions / Buttons - FIXED */
  .hero-actions { 
    flex-direction: column; 
    gap: 0.75rem;
    margin-bottom: 2rem;
    width: 100%;
  }
  .hero-actions .btn { 
    width: 100%; 
    padding: 1rem 1.5rem;
    font-size: 0.85rem;
    min-height: 52px;
    justify-content: center;
  }
  .hero-actions .btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
  .hero-actions .btn-lg {
    padding: 1rem 1.5rem;
    font-size: 0.85rem;
  }
  
  .hero-image img { 
    max-width: 280px; 
    border-radius: var(--radius-xl);
  }
  /* Hero image decorative elements hidden via main CSS on mobile */
  
  .hero-stats { 
    gap: 0.75rem; 
    padding-top: 1.5rem;
  }
  .hero-stat-value { font-size: 1.5rem; }
  .hero-stat-label { font-size: 0.65rem; }
  
  /* Buttons Global */
  .btn { 
    padding: 0.875rem 1.5rem; 
    font-size: 0.85rem;
    min-height: 48px;
    letter-spacing: 0.3px;
  }
  .btn-lg { 
    padding: 1rem 1.75rem;
    font-size: 0.9rem;
  }
  .btn svg {
    width: 18px;
    height: 18px;
  }
  
  /* Tour Cards */
  .cards-grid { gap: 1.5rem; }
  .tour-card-image { height: 180px; }
  .tour-card-body { padding: 1.25rem; }
  .tour-card-title { font-size: 1.25rem; }
  .tour-card-meta { 
    gap: 0.75rem; 
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }
  .tour-card-features li { 
    font-size: 0.875rem; 
    padding: 0.5rem 0;
  }
  .tour-prices { 
    padding: 1rem; 
    gap: 0.5rem;
    margin-bottom: 1.25rem;
  }
  .tour-price-item span:first-child { font-size: 0.65rem; }
  .tour-price-item span:last-child { font-size: 1.1rem; }
  .tour-card-footer { padding: 0 1.25rem 1.25rem; }
  .tour-badge { 
    top: 0.75rem; 
    right: 0.75rem;
    font-size: 0.7rem;
    padding: 0.5rem 0.875rem;
  }
  
  /* Features */
  .features-grid { 
    grid-template-columns: 1fr; 
    gap: 1.25rem;
  }
  .feature-card { padding: 2rem 1.5rem; }
  .feature-icon { 
    width: 70px; 
    height: 70px; 
    margin-bottom: 1.25rem;
  }
  .feature-icon svg { width: 32px; height: 32px; }
  .feature-card h3 { font-size: 1.125rem; }
  .feature-card p { font-size: 0.875rem; }
  
  /* Gallery */
  .gallery-grid { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 0.75rem;
  }
  .gallery-item { border-radius: var(--radius-md); }
  
  /* Reviews */
  .reviews-grid { gap: 1.5rem; }
  .review-card { padding: 1.5rem; }
  .review-card::before { font-size: 5rem; }
  .review-text { font-size: 1rem; margin-bottom: 1.25rem; }
  .review-avatar, .review-avatar-img { width: 50px; height: 50px; }
  .review-author-info h4 { font-size: 1rem; }
  .review-author-info span { font-size: 0.8rem; }
  
  /* Contact */
  .contact-grid { gap: 2rem; }
  .contact-info-card { padding: 2rem 1.5rem; }
  .contact-info-card h3 { font-size: 1.5rem; margin-bottom: 1.5rem; }
  .contact-list li { 
    padding: 1rem 0; 
    gap: 1rem;
    flex-direction: column;
    text-align: center;
  }
  .contact-list svg { margin: 0 auto; }
  .contact-list a, .contact-list span { font-size: 1rem; }
  .quick-booking { padding: 1.5rem; }
  .contact-form-wrapper { padding: 1.5rem; }
  .form-group input, 
  .form-group select, 
  .form-group textarea { 
    padding: 0.875rem 1rem; 
    font-size: 0.9rem;
  }
  
  /* Footer */
  .site-footer { padding: 3rem 0 1.5rem; }
  .footer-inner { gap: 1.5rem; }
  .footer-brand-text { font-size: 1.125rem; }
  .footer-nav { gap: 1.5rem; }
  .footer-nav a { font-size: 0.875rem; }
  .footer-social a { width: 44px; height: 44px; }
  .footer-bottom { margin-top: 2.5rem; padding-top: 1.5rem; }
  .footer-copyright { font-size: 0.8rem; }
  
  /* WhatsApp Float */
  .whatsapp-float-wrapper { bottom: 1rem; left: 1rem; }
  .whatsapp-float { width: 52px; height: 52px; }
  .whatsapp-float svg { width: 24px; height: 24px; }
  
  /* Chatbot */
  .chatbot-widget { bottom: 1rem; right: 1rem; }
  .chatbot-toggle { width: 52px; height: 52px; }
  .chatbot-window { 
    width: calc(100vw - 2rem); 
    height: 70vh;
    right: 0;
    bottom: 70px;
  }
  
  /* Booking Modal */
  .booking-modal-content { 
    width: 95%; 
    margin: 1rem;
    max-height: 90vh;
  }
  .booking-modal-header { padding: 1.25rem; }
  .booking-modal-header h3 { font-size: 1.1rem; }
  .booking-modal-form { padding: 1.25rem; }
  .booking-form-row { grid-template-columns: 1fr; gap: 0; }
}

/* --------------------------------------------------------------------------
   VERY SMALL DEVICES (Small phones, less than 360px)
   -------------------------------------------------------------------------- */
@media (max-width: 359px) {
  .container { padding: 0 0.75rem; }
  
  /* Hero Badge - Extra small */
  .hero-badge { 
    font-size: 0.65rem; 
    padding: 0.4rem 0.75rem;
  }
  
  /* Hero Title - Extra small */
  .hero-title { 
    font-size: 1.5rem;
  }
  
  .hero-subtitle { 
    font-size: 0.875rem;
  }
  
  /* Hero Features - Keep 2x2 grid on very small screens */
  .hero-features { 
    grid-template-columns: repeat(2, 1fr);
    gap: 0.375rem;
    max-width: 280px;
  }
  .hero-features li { 
    font-size: 0.65rem;
    padding: 0.4rem 0.5rem;
  }
  .hero-features li svg {
    width: 12px;
    height: 12px;
  }
  
  /* Buttons - Extra small */
  .hero-actions .btn {
    padding: 0.875rem 1.25rem;
    font-size: 0.8rem;
  }
  
  .btn {
    padding: 0.75rem 1.25rem;
    font-size: 0.8rem;
  }
  
  /* Stats */
  .hero-stats {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.5rem;
  }
  .hero-stat-value { font-size: 1.25rem; }
  .hero-stat-label { font-size: 0.6rem; }
  
  /* Chatbot - Very small */
  .chatbot-send {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }
  .chatbot-send svg {
    width: 18px;
    height: 18px;
  }
  .chatbot-input {
    padding: 10px 14px;
    font-size: 13px;
  }
}

/* --------------------------------------------------------------------------
   SMALL DEVICES (Phones landscape, small tablets, 480px - 767px)
   -------------------------------------------------------------------------- */
@media (min-width: 480px) and (max-width: 767px) {
  /* Container */
  .container { padding: 0 1.25rem; }
  
  /* Section */
  .section { padding: 4rem 0; }
  .section-header { margin-bottom: 3rem; }
  .section-title { font-size: 2rem; }
  
  /* Header */
  .site-header { height: 65px; }
  .header-inner { padding: 0 1rem; }
  .header-actions { gap: 0.625rem; }
  .site-brand img, .custom-logo-link img { height: 40px; }
  .site-brand-text h1 { font-size: 1.125rem; }
  /* Tagline hidden via main CSS */
  
  /* Mobile Nav */
  .mobile-nav { top: 65px; }
  
  /* Hero */
  .hero { 
    padding: calc(65px + 2rem) 0 3rem;
    min-height: auto;
  }
  .hero-title { font-size: 2.25rem; }
  .hero-subtitle { font-size: 1.1rem; }
  
  /* Hero Features - Consistent 2x2 grid */
  .hero-features {
    grid-template-columns: repeat(2, auto);
    gap: 0.625rem;
    max-width: 360px;
  }
  .hero-features li { 
    font-size: 0.8rem;
    padding: 0.5rem 0.875rem;
    min-width: 140px;
  }
  .hero-features li svg {
    width: 15px;
    height: 15px;
  }
  
  /* Hero Actions - Side by side with proper sizing */
  .hero-actions { 
    flex-direction: row; 
    justify-content: center;
    gap: 0.875rem;
    flex-wrap: wrap;
  }
  .hero-actions .btn { 
    flex: 1;
    min-width: 140px;
    max-width: 180px;
    padding: 0.875rem 1.25rem;
    font-size: 0.85rem;
  }
  
  .hero-image img { max-width: 340px; }
  .hero-stats { gap: 1.5rem; }
  .hero-stat-value { font-size: 1.75rem; }
  
  /* Buttons Global */
  .btn {
    padding: 0.875rem 1.5rem;
    font-size: 0.875rem;
    min-height: 48px;
  }
  .btn-lg {
    padding: 1rem 1.75rem;
    font-size: 0.9rem;
  }
  
  /* Tour Cards */
  .tour-card-image { height: 200px; }
  .tour-card-body { padding: 1.5rem; }
  .tour-card-title { font-size: 1.375rem; }
  
  /* Features */
  .features-grid { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 1.25rem;
  }
  .feature-card { padding: 2rem 1.25rem; }
  .feature-icon { width: 80px; height: 80px; }
  
  /* Reviews */
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { padding: 2rem; }
  
  /* Contact */
  .contact-info-card { padding: 2rem; }
  .contact-form-wrapper { padding: 2rem; }
  
  /* WhatsApp Float */
  .whatsapp-float-wrapper { bottom: 1.25rem; left: 1.25rem; }
  .whatsapp-float { width: 56px; height: 56px; }
}

/* --------------------------------------------------------------------------
   MEDIUM DEVICES (Tablets, 768px - 991px)
   -------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  /* Section */
  .section { padding: 5rem 0; }
  .section-header { margin-bottom: 4rem; }
  .section-title { font-size: 2.5rem; }
  
  /* Header */
  .site-header { height: 70px; }
  .header-inner { padding: 0 1.25rem; }
  .mobile-nav { top: 70px; }
  .site-brand img, .custom-logo-link img { height: 44px; }
  .site-brand-text h1 { font-size: 1.25rem; }
  /* Tagline hidden via main CSS */
  
  /* Hero */
  .hero { 
    padding: calc(70px + 2.5rem) 0 4rem;
    min-height: 90vh;
  }
  .hero-grid { 
    grid-template-columns: 1fr;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
  }
  .hero-content { text-align: center; }
  .hero-title { font-size: 2.75rem; }
  .hero-subtitle { 
    font-size: 1.15rem;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-features { 
    grid-template-columns: repeat(2, auto);
    gap: 0.75rem;
    max-width: 400px;
  }
  .hero-features li {
    font-size: 0.875rem;
    padding: 0.625rem 1rem;
    min-width: 160px;
  }
  .hero-actions { justify-content: center; }
  .hero-image { order: -1; margin-bottom: 1rem; }
  .hero-image img { max-width: 380px; }
  .hero-stats { justify-content: center; }
  .hero-stat { text-align: center; }
  
  /* Tour Cards */
  .cards-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .tour-card-image { height: 220px; }
  
  /* Features */
  .features-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  
  /* Gallery */
  .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
  
  /* Reviews */
  .reviews-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  
  /* Contact */
  .contact-grid { 
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
  .contact-info-card { 
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .contact-info-card h3 { grid-column: 1 / -1; }
  .contact-list { margin-bottom: 0; }
  
  /* Footer */
  .footer-inner { 
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
  .footer-nav { 
    order: 3;
    width: 100%;
    justify-content: center;
  }
}

/* --------------------------------------------------------------------------
   LARGE DEVICES (Desktops, 992px - 1199px)
   -------------------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Hero */
  .hero-grid { grid-template-columns: 1fr 420px; gap: 3rem; }
  .hero-title { font-size: 3.25rem; }
  .hero-image img { max-width: 420px; }
  
  /* Tour Cards */
  .cards-grid { gap: 2rem; }
  .tour-card-image { height: 220px; }
  
  /* Features */
  .features-grid { gap: 1.5rem; }
  .feature-card { padding: 2.5rem 1.5rem; }
  
  /* Gallery */
  .gallery-grid { gap: 1rem; }
  
  /* Contact */
  .contact-grid { grid-template-columns: 400px 1fr; gap: 2.5rem; }
}

/* --------------------------------------------------------------------------
   EXTRA LARGE DEVICES (Large desktops, 1200px and up)
   -------------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .container { max-width: 1200px; }
  
  /* Hero */
  .hero-grid { grid-template-columns: 1fr 480px; gap: 5rem; }
  .hero-title { font-size: 4rem; }
  
  /* Tour Cards */
  .cards-grid { gap: 2.5rem; }
  
  /* Features */
  .features-grid { gap: 2rem; }
  
  /* Contact */
  .contact-grid { grid-template-columns: 450px 1fr; gap: 3rem; }
}

/* --------------------------------------------------------------------------
   TOUCH DEVICE OPTIMIZATIONS
   -------------------------------------------------------------------------- */
@media (hover: none) and (pointer: coarse) {
  /* Disable hover effects on touch devices */
  .tour-card:hover { transform: none; }
  .tour-card:hover .tour-card-image img { transform: none; }
  .feature-card:hover { transform: none; }
  .gallery-item:hover img { transform: none; }
  .gallery-item:hover::before { opacity: 0; }
  .gallery-item:hover::after { transform: translate(-50%, -50%) scale(0); }
  .review-card:hover { transform: none; }
  
  /* Make touch targets larger */
  .btn { min-height: 48px; }
  .nav-menu a { padding: 0.75rem 0; }
  .mobile-nav-menu a { padding: 1.25rem 0; }
  .footer-social a { width: 52px; height: 52px; }
  
  /* Active states for touch */
  .btn:active { transform: scale(0.98); }
  .tour-card:active { transform: scale(0.99); }
  .feature-card:active { transform: scale(0.99); }
}

/* --------------------------------------------------------------------------
   LANDSCAPE ORIENTATION (Mobile)
   -------------------------------------------------------------------------- */
@media (max-width: 991px) and (orientation: landscape) {
  .hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 1rem);
    padding-bottom: 2rem;
  }
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
  }
  .hero-content { text-align: left; }
  .hero-features { 
    grid-template-columns: repeat(2, auto);
    justify-content: start;
    margin-left: 0;
    max-width: 320px;
  }
  .hero-actions { justify-content: flex-start; }
  .hero-image { order: 0; }
  .hero-image img { max-width: 300px; }
  .hero-stat { text-align: left; }
  
  .chatbot-window {
    height: 60vh;
  }
}

/* --------------------------------------------------------------------------
   HIGH DPI / RETINA DISPLAYS
   -------------------------------------------------------------------------- */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Ensure crisp borders and shadows */
  .tour-card,
  .feature-card,
  .review-card,
  .contact-form-wrapper {
    border-width: 0.5px;
  }
}

/* --------------------------------------------------------------------------
   PRINT STYLES
   -------------------------------------------------------------------------- */
@media print {
  .site-header,
  .mobile-nav,
  .whatsapp-float-wrapper,
  .chatbot-widget,
  .hero-particles,
  .btn,
  .footer-social { display: none !important; }
  
  body { 
    color: #000; 
    background: #fff;
    font-size: 12pt;
  }
  
  .section { 
    padding: 2rem 0; 
    page-break-inside: avoid;
  }
  
  .hero { 
    min-height: auto;
    padding-top: 0;
    background: none;
  }
  
  .tour-card,
  .feature-card,
  .review-card {
    box-shadow: none;
    border: 1px solid #ddd;
    page-break-inside: avoid;
  }
  
  a { color: #000; }
  a::after { content: " (" attr(href) ")"; font-size: 10pt; }
}

/* ==========================================================================
   FOCUS VISIBLE (Accessibility)
   ========================================================================== */
:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}

button:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
  outline: none;
}

/* ==========================================================================
   SELECTION HIGHLIGHT
   ========================================================================== */
::selection {
  background: var(--primary);
  color: #fff;
}

::-moz-selection {
  background: var(--primary);
  color: #fff;
}
