/* ============================================
   VIAJES TOURS EN MARRUECOS
   World-Class Morocco Tourism Website
   Design: Premium Luxury Travel
   Colors: White + Sand + Gold + Dark Green
   ============================================ */

:root {
  --gold: #C9973A;
  --gold-light: #E8C97A;
  --gold-dark: #9B7321;
  --gold-pale: #F5ECD7;
  --green: #1B4332;
  --green-mid: #2D6A4F;
  --green-light: #40916C;
  --sand: #F5ECD7;
  --sand-dark: #E8D5B0;
  --white: #FFFFFF;
  --off-white: #FAFAF8;
  --gray-100: #F8F9FA;
  --gray-200: #E9ECEF;
  --gray-300: #DEE2E6;
  --gray-600: #6C757D;
  --text-dark: #1A1A1A;
  --text-medium: #4A4A4A;
  --text-light: #757575;
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Raleway', 'Helvetica Neue', sans-serif;
  --section-padding: clamp(60px, 8vw, 110px);
  --container-max: 1320px;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 2px 12px rgba(0,0,0,0.07);
  --shadow-md: 0 8px 32px rgba(0,0,0,0.11);
  --shadow-lg: 0 20px 60px rgba(0,0,0,0.14);
  --shadow-gold: 0 8px 30px rgba(201,151,58,0.35);
  --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
  --transition-slow: all 0.55s cubic-bezier(0.4,0,0.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); color: var(--text-dark); background: var(--off-white); line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: var(--transition); }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* Typography */
h1,h2,h3,h4,h5,h6 { font-family: var(--font-heading); line-height: 1.2; }
.section-label { font-size: 0.73rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 10px; }
.section-title { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 700; margin-bottom: 14px; }
.section-subtitle { font-size: clamp(0.95rem, 1.4vw, 1.1rem); color: var(--text-medium); max-width: 600px; line-height: 1.8; }
.section-header { text-align: center; margin-bottom: 56px; }
.section-header .section-subtitle { margin: 0 auto; }

/* Layout */
.container { max-width: var(--container-max); margin: 0 auto; padding: 0 24px; }
section { padding: var(--section-padding) 0; }
.section-sand { background: var(--sand); }
.section-white { background: white; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 50px; font-family: var(--font-body); font-weight: 600; font-size: 0.93rem; letter-spacing: 0.4px; transition: var(--transition); white-space: nowrap; }
.btn-primary { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: white; box-shadow: 0 4px 20px rgba(201,151,58,0.4); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(201,151,58,0.55); color: white; }
.btn-whatsapp { background: linear-gradient(135deg, #25D366, #128C7E); color: white; box-shadow: 0 4px 20px rgba(37,211,102,0.4); }
.btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(37,211,102,0.5); color: white; }
.btn-outline { border: 2px solid var(--gold); color: var(--gold); background: transparent; }
.btn-outline:hover { background: var(--gold); color: white; }
.btn-outline-white { border: 2px solid rgba(255,255,255,0.7); color: white; background: transparent; }
.btn-outline-white:hover { background: white; color: var(--green); }
.btn-lg { padding: 18px 38px; font-size: 1.05rem; }
.btn-sm { padding: 10px 20px; font-size: 0.83rem; }

/* ============================================
   TOP BAR
   ============================================ */
.top-bar { background: var(--green); color: rgba(255,255,255,0.82); padding: 8px 0; font-size: 0.8rem; position: sticky; top: 0; z-index: 1001; }
.top-bar .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.top-bar-left { display: flex; align-items: center; gap: 20px; }
.top-bar-left a { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.82); }
.top-bar-left a:hover { color: var(--gold-light); }
.top-bar-right { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.lang-switcher { display: flex; align-items: center; gap: 4px; }
.lang-btn { background: none; border: none; color: rgba(255,255,255,0.65); font-size: 0.76rem; font-weight: 700; cursor: pointer; padding: 3px 7px; border-radius: 4px; transition: var(--transition); font-family: var(--font-body); }
.lang-btn:hover, .lang-btn.active { color: white; background: rgba(255,255,255,0.18); }
.currency-select { background: none; border: 1px solid rgba(255,255,255,0.28); color: rgba(255,255,255,0.82); font-size: 0.76rem; padding: 3px 6px; border-radius: 4px; cursor: pointer; outline: none; }
.social-links { display: flex; align-items: center; gap: 10px; }
.social-links a { color: rgba(255,255,255,0.65); font-size: 0.82rem; }
.social-links a:hover { color: var(--gold-light); }

/* ============================================
   HEADER
   ============================================ */
.header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,0.97); backdrop-filter: blur(20px); box-shadow: 0 2px 20px rgba(0,0,0,0.07); transition: var(--transition); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; gap: 16px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-img {
  height: 52px;
  width: auto;
  object-fit: contain;
  transition: var(--transition);
  /* Remove sandy background — show logo cleanly */
  mix-blend-mode: multiply;
}
.logo-img:hover { opacity: 0.85; }
/* On dark backgrounds (footer, loading) invert logo to white */
.footer-logo .logo-img,
.loading-screen .logo-img { filter: brightness(0) invert(1); mix-blend-mode: normal; }
/* Mobile menu — logo on white background */
.mobile-menu .logo-img { mix-blend-mode: multiply; height: 44px; }
.logo-text-fallback { display: flex; flex-direction: column; line-height: 1.1; }
.logo-main { font-family: var(--font-heading); font-size: 1.35rem; font-weight: 800; color: var(--green); letter-spacing: -0.3px; }
.logo-sub { font-size: 0.62rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); }
.nav-menu { display: flex; align-items: center; gap: 2px; }
.nav-menu > li > a { display: block; padding: 8px 13px; font-size: 0.87rem; font-weight: 600; color: var(--text-dark); border-radius: 6px; transition: var(--transition); }
.nav-menu > li > a:hover { color: var(--gold); background: var(--gold-pale); }
.nav-item-dropdown { position: relative; }
.dropdown-menu { position: absolute; top: calc(100% + 8px); left: 0; min-width: 230px; background: white; border-radius: 14px; box-shadow: var(--shadow-lg); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: var(--transition); border: 1px solid var(--gray-200); }
.nav-item-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu a { display: flex; align-items: center; gap: 10px; padding: 10px 14px; font-size: 0.86rem; font-weight: 500; color: var(--text-medium); border-radius: 8px; }
.dropdown-menu a:hover { color: var(--gold); background: var(--gold-pale); }
.dropdown-menu a i { font-size: 0.78rem; color: var(--gold); width: 16px; }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--text-dark); border-radius: 2px; transition: var(--transition); }

/* ============================================
   HERO
   ============================================ */
.hero { position: relative; min-height: 93vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(27,67,50,0.87) 0%, rgba(27,67,50,0.6) 50%, rgba(0,0,0,0.35) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; max-width: 720px; color: white; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(201,151,58,0.2); border: 1px solid rgba(201,151,58,0.5); color: var(--gold-light); padding: 6px 16px; border-radius: 50px; font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.hero h1 { font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 800; color: white; line-height: 1.12; margin-bottom: 8px; }
.hero h1 span { color: var(--gold-light); display: block; }
.hero-subtitle { font-size: clamp(1rem, 1.7vw, 1.2rem); color: rgba(255,255,255,0.85); line-height: 1.75; margin-bottom: 36px; max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 50px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 36px; }
.hero-stat { display: flex; flex-direction: column; }
.hero-stat-number { font-family: var(--font-heading); font-size: 1.9rem; font-weight: 700; color: var(--gold-light); line-height: 1; }
.hero-stat-label { font-size: 0.75rem; color: rgba(255,255,255,0.65); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
.hero-scroll { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,0.55); font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase; animation: bounce 2.2s infinite; }
@keyframes bounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(8px)} }

/* ============================================
   TRUST STRIP
   ============================================ */
.trust-strip { background: var(--green); }
.trust-badges { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.trust-badge { display: flex; align-items: center; gap: 10px; padding: 16px 26px; color: rgba(255,255,255,0.88); font-size: 0.83rem; font-weight: 600; border-right: 1px solid rgba(255,255,255,0.13); }
.trust-badge:last-child { border-right: none; }
.trust-badge i { color: var(--gold-light); font-size: 0.95rem; }

/* ============================================
   STATS
   ============================================ */
.stats-section { padding: 64px 0; background: var(--sand); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.stat-card { text-align: center; padding: 32px 24px; background: white; border-radius: var(--radius); box-shadow: var(--shadow-sm); border-bottom: 3px solid var(--gold); transition: var(--transition); }
.stat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.stat-card i { font-size: 1.9rem; color: var(--gold); margin-bottom: 12px; }
.stat-number { font-family: var(--font-heading); font-size: clamp(1.9rem, 3.5vw, 2.7rem); font-weight: 800; color: var(--green); line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: 0.86rem; color: var(--text-medium); font-weight: 500; }

/* ============================================
   TOURS
   ============================================ */
.tours-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.tour-card { background: white; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: var(--transition-slow); }
.tour-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.tour-card-image { position: relative; height: 240px; overflow: hidden; }
.tour-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.tour-card:hover .tour-card-image img { transform: scale(1.08); }
.tour-badge { position: absolute; top: 14px; left: 14px; background: var(--gold); color: white; padding: 4px 12px; border-radius: 50px; font-size: 0.7rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.tour-badge.popular { background: #E74C3C; }
.tour-badge.new-badge { background: var(--green-light); }
.tour-card-body { padding: 22px; }
.tour-meta { display: flex; align-items: center; gap: 16px; font-size: 0.78rem; color: var(--text-light); margin-bottom: 10px; }
.tour-meta span { display: flex; align-items: center; gap: 5px; }
.tour-meta i { color: var(--gold); font-size: 0.72rem; }
.tour-card h3 { font-size: 1.12rem; font-weight: 700; margin-bottom: 8px; color: var(--text-dark); line-height: 1.3; }
.tour-description { font-size: 0.86rem; color: var(--text-medium); line-height: 1.65; margin-bottom: 16px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.tour-highlights { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.tour-highlight { background: var(--gold-pale); color: var(--text-medium); padding: 3px 10px; border-radius: 50px; font-size: 0.73rem; font-weight: 500; }
.tour-card-footer { display: flex; align-items: center; justify-content: space-between; padding: 14px 22px; border-top: 1px solid var(--gray-200); background: var(--gray-100); }
.tour-price-from { font-size: 0.7rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 1px; }
.tour-price-amount { font-family: var(--font-heading); font-size: 1.4rem; font-weight: 800; color: var(--green); line-height: 1.1; }
.tour-price-per { font-size: 0.7rem; color: var(--text-light); }
.tour-rating { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.stars { color: var(--gold); font-size: 0.73rem; display: flex; gap: 1px; }
.review-count { font-size: 0.7rem; color: var(--text-light); }
.tour-card-actions { padding: 0 22px 18px; }
.btn-ver-prog { display: block; width: 100%; text-align: center; padding: 11px 16px; background: var(--green); color: #fff !important; border-radius: 8px; font-family: var(--font-body); font-weight: 700; font-size: 0.85rem; text-decoration: none; position: relative; z-index: 2; transition: background .22s, transform .15s; box-sizing: border-box; letter-spacing: .3px; }
.btn-ver-prog:hover { background: var(--gold); transform: translateY(-1px); }

/* ============================================
   DESTINATIONS
   ============================================ */
.destinations-section { background: var(--off-white); }
.destinations-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.destination-card { position: relative; overflow: hidden; border-radius: var(--radius); cursor: pointer; height: 260px; }
.destination-card.large { grid-column: span 2; height: 300px; }
.destination-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.destination-card:hover img { transform: scale(1.08); }
.destination-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.08) 60%, transparent 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; transition: var(--transition); }
.destination-card:hover .destination-overlay { background: linear-gradient(to top, rgba(27,67,50,0.88) 0%, rgba(27,67,50,0.25) 60%, transparent 100%); }
.destination-name { font-family: var(--font-heading); font-size: 1.18rem; font-weight: 700; color: white; margin-bottom: 3px; }
.destination-count { font-size: 0.76rem; color: rgba(255,255,255,0.78); }
.dest-arrow { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 0.85rem; opacity: 0; transform: scale(0.7); transition: var(--transition); }
.destination-card:hover .dest-arrow { opacity: 1; transform: scale(1); }

/* ============================================
   WHY CHOOSE US
   ============================================ */
.why-section { background: var(--green); color: white; }
.why-section .section-title { color: white; }
.why-section .section-subtitle { color: rgba(255,255,255,0.72); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.why-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius-lg); padding: 36px 28px; transition: var(--transition); position: relative; overflow: hidden; }
.why-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); opacity: 0; transition: var(--transition); }
.why-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-4px); }
.why-card:hover::before { opacity: 1; }
.why-icon { width: 60px; height: 60px; background: rgba(201,151,58,0.18); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--gold-light); margin-bottom: 20px; transition: var(--transition); }
.why-card:hover .why-icon { background: var(--gold); color: white; }
.why-card h3 { font-size: 1.08rem; font-weight: 700; color: white; margin-bottom: 10px; }
.why-card p { font-size: 0.88rem; color: rgba(255,255,255,0.68); line-height: 1.7; }

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials-section { background: var(--sand); }
.testimonial-card { background: white; border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow-sm); position: relative; margin: 4px; }
.testimonial-card::before { content: '"'; position: absolute; top: 18px; right: 26px; font-family: var(--font-heading); font-size: 5rem; color: var(--gold-pale); line-height: 1; }
.testimonial-stars { display: flex; gap: 3px; margin-bottom: 14px; }
.testimonial-stars i { color: var(--gold); font-size: 0.88rem; }
.testimonial-text { font-size: 0.95rem; color: var(--text-medium); line-height: 1.8; margin-bottom: 22px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 13px; }
.testimonial-avatar { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; border: 3px solid var(--gold-pale); background: var(--gold-pale); display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-weight: 700; color: var(--gold-dark); font-size: 1.1rem; flex-shrink: 0; }
.testimonial-info h4 { font-size: 0.93rem; font-weight: 700; color: var(--text-dark); }
.testimonial-info span { font-size: 0.78rem; color: var(--text-light); display: flex; align-items: center; gap: 5px; margin-top: 2px; }
.testimonial-info span i { color: var(--gold); font-size: 0.68rem; }

/* ============================================
   GALLERY
   ============================================ */
.gallery-section { background: white; padding: 80px 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 220px); gap: 12px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 10px; cursor: pointer; }
.gallery-item.featured { grid-column: span 2; grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-overlay { position: absolute; inset: 0; background: rgba(27,67,50,0.5); display: flex; align-items: center; justify-content: center; opacity: 0; transition: var(--transition); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 1.8rem; color: white; }

/* ============================================
   BLOG
   ============================================ */
.blog-section { background: var(--off-white); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card { background: white; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: var(--transition-slow); }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.blog-card-image { height: 200px; overflow: hidden; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.blog-card:hover .blog-card-image img { transform: scale(1.06); }
.blog-card-body { padding: 24px; }
.blog-category { font-size: 0.7rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.blog-card h3 { font-size: 1.04rem; font-weight: 700; color: var(--text-dark); margin-bottom: 10px; line-height: 1.4; }
.blog-card h3:hover { color: var(--gold-dark); cursor: pointer; }
.blog-excerpt { font-size: 0.86rem; color: var(--text-medium); line-height: 1.65; margin-bottom: 16px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.blog-meta { display: flex; align-items: center; justify-content: space-between; font-size: 0.76rem; color: var(--text-light); }
.blog-meta span { display: flex; align-items: center; gap: 5px; }
.blog-meta i { font-size: 0.7rem; color: var(--gold); }

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section { background: linear-gradient(135deg, var(--green) 0%, #0D3B2E 100%); padding: 100px 0; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: -50%; right: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(201,151,58,0.14) 0%, transparent 70%); border-radius: 50%; }
.cta-content { text-align: center; position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.cta-content .section-label { color: var(--gold-light); }
.cta-content h2 { color: white; font-size: clamp(1.8rem, 3.5vw, 3rem); margin-bottom: 18px; }
.cta-content p { color: rgba(255,255,255,0.78); font-size: 1.05rem; margin-bottom: 36px; line-height: 1.75; }
.cta-buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; margin-bottom: 36px; }
.cta-trust { display: flex; justify-content: center; flex-wrap: wrap; gap: 24px; color: rgba(255,255,255,0.56); font-size: 0.8rem; }
.cta-trust span { display: flex; align-items: center; gap: 6px; }
.cta-trust i { color: var(--gold-light); }

/* ============================================
   FOOTER
   ============================================ */
.footer { background: #0D1F17; color: rgba(255,255,255,0.68); padding: 80px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; padding-bottom: 60px; }
.footer-logo .logo-img { height: 56px; filter: brightness(0) invert(1); }
.footer-logo .logo-main { color: white; font-size: 1.5rem; }
.footer-logo .logo-sub { color: var(--gold); }
.footer-about { font-size: 0.87rem; line-height: 1.8; color: rgba(255,255,255,0.58); margin: 14px 0 20px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 38px; height: 38px; background: rgba(255,255,255,0.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.58); font-size: 0.88rem; transition: var(--transition); }
.footer-social a:hover { background: var(--gold); color: white; }
.footer-heading { font-family: var(--font-heading); font-size: 0.98rem; font-weight: 700; color: white; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.09); }
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a { font-size: 0.86rem; color: rgba(255,255,255,0.58); display: flex; align-items: center; gap: 8px; }
.footer-links a i { font-size: 0.68rem; color: var(--gold); }
.footer-links a:hover { color: var(--gold-light); padding-left: 4px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; font-size: 0.86rem; color: rgba(255,255,255,0.62); }
.footer-contact-item i { color: var(--gold); font-size: 0.88rem; margin-top: 3px; flex-shrink: 0; }
.footer-contact-item a { color: rgba(255,255,255,0.62); }
.footer-contact-item a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 20px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 0.8rem; color: rgba(255,255,255,0.4); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { color: rgba(255,255,255,0.4); }
.footer-bottom-links a:hover { color: var(--gold-light); }

/* ============================================
   WHATSAPP FLOAT
   ============================================ */
.whatsapp-float { position: fixed; bottom: 30px; right: 30px; z-index: 9999; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.whatsapp-btn { width: 62px; height: 62px; background: linear-gradient(135deg, #25D366, #128C7E); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.75rem; box-shadow: 0 8px 30px rgba(37,211,102,0.5); transition: var(--transition); animation: pulse-wa 2.2s infinite; }
.whatsapp-btn:hover { transform: scale(1.1); color: white; }
@keyframes pulse-wa { 0%{box-shadow:0 0 0 0 rgba(37,211,102,0.6)} 70%{box-shadow:0 0 0 16px rgba(37,211,102,0)} 100%{box-shadow:0 0 0 0 rgba(37,211,102,0)} }
.whatsapp-tooltip { background: white; color: var(--text-dark); padding: 10px 16px; border-radius: 10px; font-size: 0.84rem; font-weight: 600; box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 8px; white-space: nowrap; opacity: 0; transform: translateX(10px); transition: var(--transition); }
.whatsapp-tooltip i { color: #25D366; }
.whatsapp-float:hover .whatsapp-tooltip { opacity: 1; transform: translateX(0); }

/* ============================================
   BACK TO TOP
   ============================================ */
.back-to-top { position: fixed; bottom: 110px; right: 34px; width: 42px; height: 42px; background: white; border: 2px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 0.88rem; cursor: pointer; box-shadow: var(--shadow-sm); opacity: 0; visibility: hidden; transition: var(--transition); z-index: 998; }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--gold); color: white; }

/* ============================================
   MOBILE MENU
   ============================================ */
.mobile-menu { position: fixed; inset: 0; background: white; z-index: 9990; display: flex; flex-direction: column; padding: 24px; transform: translateX(100%); transition: var(--transition); overflow-y: auto; }
.mobile-menu.open { transform: translateX(0); }
.mobile-menu-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; }
.mobile-close { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: var(--gray-100); border-radius: 50%; font-size: 1.15rem; cursor: pointer; transition: var(--transition); }
.mobile-close:hover { background: var(--gray-200); }
.mobile-nav { flex: 1; }
.mobile-nav a { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; font-size: 1.08rem; font-weight: 600; color: var(--text-dark); border-bottom: 1px solid var(--gray-200); }
.mobile-nav a i { font-size: 0.78rem; color: var(--gold); }
.mobile-nav a:hover { color: var(--gold); }
.mobile-cta { margin-top: 28px; display: flex; flex-direction: column; gap: 12px; }
.mobile-cta .btn { width: 100%; justify-content: center; }

/* ============================================
   MODAL
   ============================================ */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.72); z-index: 10000; display: flex; align-items: center; justify-content: center; padding: 20px; opacity: 0; visibility: hidden; transition: var(--transition); }
.modal-overlay.open { opacity: 1; visibility: visible; }
.modal-box { background: white; border-radius: var(--radius-lg); padding: 40px; max-width: 560px; width: 100%; position: relative; transform: scale(0.95) translateY(20px); transition: var(--transition); max-height: 90vh; overflow-y: auto; }
.modal-overlay.open .modal-box { transform: scale(1) translateY(0); }
.modal-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; background: var(--gray-100); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 0.88rem; color: var(--text-medium); }
.modal-close:hover { background: var(--gray-200); }
.modal-box h3 { font-size: 1.4rem; margin-bottom: 6px; }
.modal-subtitle { font-size: 0.86rem; color: var(--text-light); margin-bottom: 24px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 0.83rem; font-weight: 600; color: var(--text-medium); margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 2px solid var(--gray-200); border-radius: 8px; font-size: 0.91rem; font-family: var(--font-body); color: var(--text-dark); background: white; transition: var(--transition); outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { height: 100px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

/* ============================================
   LOADING SCREEN
   ============================================ */
.loading-screen { position: fixed; inset: 0; background: var(--green); display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 99999; transition: opacity 0.5s ease, visibility 0.5s ease; }
.loading-screen.hidden { opacity: 0; visibility: hidden; }
.loading-logo { color: white; font-family: var(--font-heading); font-size: 1.9rem; font-weight: 800; margin-bottom: 6px; text-align: center; }
.loading-logo span { color: var(--gold-light); }
.loading-sub { color: var(--gold-light); font-size: 0.68rem; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 40px; }
.loading-bar { width: 200px; height: 3px; background: rgba(255,255,255,0.2); border-radius: 3px; overflow: hidden; }
.loading-bar-fill { height: 100%; background: var(--gold-light); width: 0%; animation: loading 1.6s ease forwards; border-radius: 3px; }
@keyframes loading { to { width: 100%; } }

/* ============================================
   COOKIE BAR
   ============================================ */
.cookie-bar { position: fixed; bottom: 0; left: 0; right: 0; background: #0D1F17; color: rgba(255,255,255,0.85); padding: 16px 24px; z-index: 9997; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 0.86rem; transform: translateY(100%); transition: var(--transition); }
.cookie-bar.show { transform: translateY(0); }
.cookie-bar a { color: var(--gold-light); }
.cookie-accept { background: var(--gold); color: white; padding: 8px 20px; border-radius: 50px; font-size: 0.82rem; font-weight: 600; cursor: pointer; font-family: var(--font-body); transition: var(--transition); white-space: nowrap; }
.cookie-accept:hover { background: var(--gold-dark); }

/* ============================================
   PAGE HEADER
   ============================================ */
.page-header { position: relative; padding: 90px 0 70px; background: var(--green); overflow: hidden; }
.page-header-bg { position: absolute; inset: 0; opacity: 0.25; }
.page-header-bg img { width: 100%; height: 100%; object-fit: cover; }
.page-header-content { position: relative; z-index: 1; text-align: center; color: white; }
.page-header h1 { color: white; font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 12px; }
.breadcrumb { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 0.86rem; color: rgba(255,255,255,0.68); }
.breadcrumb a { color: rgba(255,255,255,0.68); }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb i { font-size: 0.62rem; }

/* ============================================
   SWIPER
   ============================================ */
.swiper-pagination-bullet { background: var(--gold); opacity: 0.5; }
.swiper-pagination-bullet-active { opacity: 1; width: 24px; border-radius: 4px; }
.swiper-button-next, .swiper-button-prev { color: var(--gold) !important; background: white; width: 48px !important; height: 48px !important; border-radius: 50%; box-shadow: var(--shadow-md); }
.swiper-button-next::after, .swiper-button-prev::after { font-size: 1rem !important; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1200px) {
  .tours-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 992px) {
  .destinations-grid { grid-template-columns: repeat(2, 1fr); }
  .destination-card.large { grid-column: span 1; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .gallery-item.featured { grid-column: span 2; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .top-bar { display: none; }
  .nav-menu, .nav-cta { display: none; }
  .menu-toggle { display: flex; }
  .trust-badge { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.12); width: 50%; justify-content: center; padding: 12px; }
  .tours-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .gallery-item { height: 180px; }
  .gallery-item.featured { height: 260px; }
}
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .destinations-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item.featured { grid-column: span 1; }
  .cta-buttons { flex-direction: column; align-items: stretch; }
  .cta-buttons .btn { justify-content: center; }
  .trust-badge { width: 100%; }
  .form-row { grid-template-columns: 1fr; }
}
[dir="rtl"] .footer-links a:hover { padding-left: 0; padding-right: 4px; }
[dir="rtl"] .trust-badge { border-right: none; border-left: 1px solid rgba(255,255,255,0.13); }
[dir="rtl"] .trust-badge:last-child { border-left: none; }
