/* ===================================
   Turkey Holiday Bazaar - Main CSS
   =================================== */

/* ── DARK THEME (default) ── */
:root,
[data-theme="dark"] {
  --gold: #C9A84C;
  --gold-light: #E8C97A;
  --gold-dark: #9A7A2E;
  --dark: #0D0D0D;
  --dark-2: #1A1410;
  --dark-3: #241E15;
  --dark-card: #1E1A12;
  --text: #F5F0E8;
  --text-muted: #A89B80;
  --text-dim: #6B6050;
  --white: #FFFFFF;
  --nav-bg: rgba(13,13,13,0.97);
  --nav-border: rgba(201,168,76,0.15);
  --card-hover-border: rgba(201,168,76,0.35);
  --section-alt: #1A1410;
  --red-accent: #C0392B;
  --teal: #2E8B7A;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow: 0 8px 32px rgba(0,0,0,0.4);
  --shadow-gold: 0 4px 24px rgba(201,168,76,0.25);
  --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
  --font-display: 'Playfair Display', serif;
  --font-body: 'Nunito', sans-serif;
  --font-ar: 'Noto Kufi Arabic', sans-serif;
}

/* ── LIGHT THEME ── */
[data-theme="light"] {
  --gold: #A07820;
  --gold-light: #C9A84C;
  --gold-dark: #7A5A10;
  --dark: #F8F4ED;
  --dark-2: #EDE8DF;
  --dark-3: #E4DDD2;
  --dark-card: #FFFFFF;
  --text: #1A1208;
  --text-muted: #6B5830;
  --text-dim: #A89B80;
  --white: #1A1208;
  --nav-bg: rgba(248,244,237,0.97);
  --nav-border: rgba(160,120,32,0.2);
  --card-hover-border: rgba(160,120,32,0.5);
  --section-alt: #EDE8DF;
  --shadow: 0 8px 32px rgba(0,0,0,0.12);
  --shadow-gold: 0 4px 24px rgba(160,120,32,0.2);
}

/* Light theme specific overrides */
[data-theme="light"] body { background: var(--dark); color: var(--text); }
[data-theme="light"] .navbar.scrolled { background: var(--nav-bg); border-bottom-color: var(--nav-border); box-shadow: 0 4px 24px rgba(0,0,0,0.1); }
[data-theme="light"] .navbar { background: transparent; }
[data-theme="light"] .nav-link { color: rgba(26,18,8,0.85); }
[data-theme="light"] .nav-logo { color: var(--text); }
[data-theme="light"] .hero-slide::after { background: linear-gradient(160deg,rgba(248,244,237,0.35) 0%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.5) 100%); }
[data-theme="light"] .tour-card,
[data-theme="light"] .blog-card,
[data-theme="light"] .why-card,
[data-theme="light"] .contact-info-card,
[data-theme="light"] .blog-list-item,
[data-theme="light"] .form-card { background: #FFFFFF; border-color: rgba(160,120,32,0.15); box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
[data-theme="light"] .tour-card:hover,
[data-theme="light"] .blog-card:hover,
[data-theme="light"] .why-card:hover { border-color: rgba(160,120,32,0.5); box-shadow: 0 8px 32px rgba(160,120,32,0.15); }
[data-theme="light"] .tour-card-title,
[data-theme="light"] .blog-card-title,
[data-theme="light"] .why-card h3,
[data-theme="light"] .section-title { color: #1A1208; }
[data-theme="light"] .tour-card-duration,
[data-theme="light"] .blog-card-excerpt,
[data-theme="light"] .why-card p,
[data-theme="light"] .text-muted { color: #6B5830; }
[data-theme="light"] .section-label { color: var(--gold); }
[data-theme="light"] .page-header { background: linear-gradient(180deg,rgba(160,120,32,0.06) 0%,transparent 100%); border-bottom-color: rgba(160,120,32,0.15); }
[data-theme="light"] .page-header-title { color: #1A1208; }
[data-theme="light"] .site-footer { background: #EDE8DF; border-top-color: rgba(160,120,32,0.2); }
[data-theme="light"] .footer-logo { color: #1A1208; }
[data-theme="light"] .footer-links a { color: #6B5830; }
[data-theme="light"] .footer-links a:hover { color: var(--gold); }
[data-theme="light"] .footer-contact-item { color: #6B5830; }
[data-theme="light"] .footer-bottom { color: #A89B80; border-top-color: rgba(160,120,32,0.15); }
[data-theme="light"] .nav-menu { background: rgba(248,244,237,0.97); }
[data-theme="light"] .why-us-section { background: linear-gradient(180deg,#EDE8DF 0%,#E4DDD2 50%,#EDE8DF 100%); }
[data-theme="light"] .blog-search-box input { background: #FFFFFF; border-color: rgba(160,120,32,0.2); color: #1A1208; }
[data-theme="light"] .faq-item { background: #FFFFFF; border-color: rgba(160,120,32,0.15); }
[data-theme="light"] .faq-question { color: #1A1208; }
[data-theme="light"] .faq-answer p { color: #6B5830; border-top-color: rgba(160,120,32,0.1); }
[data-theme="light"] .tour-info-card { background: #FFFFFF; border-color: rgba(160,120,32,0.2); }
[data-theme="light"] .tour-description { color: #6B5830; }
[data-theme="light"] .breadcrumb { color: #A89B80; }
[data-theme="light"] .hero-title { color: #FFFFFF; }
[data-theme="light"] .lang-switcher { border-color: rgba(160,120,32,0.3); }
[data-theme="light"] .lang-switcher a { color: #6B5830; }
[data-theme="light"] .lang-switcher a.active { color: var(--gold); background: rgba(160,120,32,0.1); border-color: rgba(160,120,32,0.3); }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--dark);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
}

body.rtl { font-family: var(--font-ar); direction: rtl; }

img { max-width: 100%; display: block; }

a { color: var(--gold); text-decoration: none; transition: var(--transition); }

.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* ========== NAVBAR ========== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 999;
  padding: 0 40px;
  transition: var(--transition);
  background: transparent;
}
.navbar.scrolled {
  background: var(--nav-bg);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--nav-border);
  box-shadow: 0 4px 24px rgba(0,0,0,0.5);
}
.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}
.nav-logo .logo-icon {
  color: var(--gold);
  font-size: 1.5rem;
  animation: spin-slow 8s linear infinite;
}
.nav-logo em { color: var(--gold); font-style: italic; }

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

.nav-menu {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-link {
  color: rgba(245,240,232,0.9);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 6px;
  transition: var(--transition);
  position: relative;
}
.nav-link:hover, .nav-link.active {
  color: var(--gold);
  background: rgba(201,168,76,0.1);
}
.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 50%; transform: translateX(-50%);
  width: 20px; height: 2px;
  background: var(--gold);
  border-radius: 2px;
}

/* ── Language Switcher with SVG Flags ── */
.lang-switcher {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid rgba(201,168,76,0.3);
}
.lang-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  padding: 5px 10px;
  border-radius: 7px;
  transition: var(--transition);
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
}
.lang-btn:hover {
  color: var(--gold);
  background: rgba(201,168,76,0.1);
  border-color: rgba(201,168,76,0.25);
}
.lang-btn.active {
  color: var(--gold);
  background: rgba(201,168,76,0.15);
  border-color: rgba(201,168,76,0.4);
}
.lang-flag-img {
  width: 22px;
  height: 15px;
  border-radius: 2px;
  object-fit: cover;
  display: block;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.lang-code {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.nav-toggle {
  display: none;
  flex-direction: column; gap: 5px;
  background: none; border: none;
  cursor: pointer; padding: 8px;
}
.nav-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: var(--transition);
}

/* ========== HERO / SLIDER ========== */
.hero-slider {
  position: relative;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease, transform 2s ease;
  transform: scale(1.05);
}
.hero-slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
.hero-slide img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.hero-slide::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    160deg,
    rgba(13,13,13,0.65) 0%,
    rgba(13,13,13,0.3) 40%,
    rgba(13,13,13,0.7) 100%
  );
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 24px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.4);
  color: var(--gold-light);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 24px;
  backdrop-filter: blur(8px);
  animation: fadeInDown 1s ease both;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 1.15;
  color: var(--white);
  max-width: 900px;
  text-shadow: 0 4px 24px rgba(0,0,0,0.6);
  animation: fadeInUp 1s 0.3s ease both;
}
.hero-title span { color: var(--gold); }

.hero-subtitle {
  font-size: 1.1rem;
  color: rgba(245,240,232,0.85);
  max-width: 600px;
  margin-top: 16px;
  animation: fadeInUp 1s 0.5s ease both;
}

.hero-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  gap: 10px;
}
.hero-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: var(--transition);
  border: none;
}
.hero-dot.active {
  background: var(--gold);
  width: 28px;
  border-radius: 4px;
}

.hero-arrows {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  z-index: 20;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
}
.hero-arrow {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(201,168,76,0.2);
  border: 1px solid rgba(201,168,76,0.4);
  color: var(--gold);
  font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  pointer-events: all;
  transition: var(--transition);
  backdrop-filter: blur(8px);
}
.hero-arrow:hover {
  background: var(--gold);
  color: var(--dark);
  transform: scale(1.1);
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ========== SECTIONS ========== */
.section { padding: 100px 0; }
.section-sm { padding: 60px 0; }

.section-header {
  text-align: center;
  margin-bottom: 64px;
}
.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
}
.section-title span { color: var(--gold); }
.section-divider {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  margin: 20px auto 0;
  border-radius: 2px;
}

/* ========== TOUR CARDS ========== */
.tours-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.tour-card {
  background: var(--dark-card);
  border: 1px solid rgba(201,168,76,0.12);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}
.tour-card:hover {
  transform: translateY(-8px);
  border-color: rgba(201,168,76,0.35);
  box-shadow: var(--shadow-gold);
}
.tour-card-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.tour-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.tour-card:hover .tour-card-img img { transform: scale(1.08); }
.tour-card-badge {
  position: absolute;
  top: 12px; right: 12px;
  background: var(--gold);
  color: var(--dark);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
}
.tour-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.tour-card-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
  line-height: 1.3;
}
.tour-card-duration {
  display: flex; align-items: center; gap: 6px;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.tour-card-duration i { color: var(--gold); }

.tour-card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.tour-card-price {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--gold);
}
.tour-card-price small {
  display: block;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 400;
  color: var(--text-muted);
}
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 0.85rem;
  letter-spacing: 0.05em;
  padding: 10px 20px;
  border-radius: 8px;
  border: none; cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  white-space: nowrap;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--dark);
}
.btn-gold:hover {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
  color: var(--dark);
}
.btn-outline {
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  width: 100%;
  justify-content: center;
}
.btn-outline:hover {
  background: var(--gold);
  color: var(--dark);
}
.btn-whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: white;
}
.btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37,211,102,0.4);
  color: white;
}
.btn-lg { padding: 14px 32px; font-size: 1rem; border-radius: 10px; }

/* ========== WHY US ========== */
.why-us-section {
  background: linear-gradient(180deg, var(--dark) 0%, var(--dark-3) 50%, var(--dark) 100%);
}
.why-us-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.why-card {
  background: var(--dark-card);
  border: 1px solid rgba(201,168,76,0.1);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  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, transparent, var(--gold), transparent);
  opacity: 0;
  transition: var(--transition);
}
.why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,168,76,0.3);
}
.why-card:hover::before { opacity: 1; }
.why-icon {
  width: 72px; height: 72px;
  background: linear-gradient(135deg, rgba(201,168,76,0.15), rgba(201,168,76,0.05));
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
  color: var(--gold);
  margin: 0 auto 20px;
  transition: var(--transition);
}
.why-card:hover .why-icon {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--dark);
  box-shadow: var(--shadow-gold);
}
.why-card h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.why-card p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ========== BLOG CARDS ========== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.blog-card {
  background: var(--dark-card);
  border: 1px solid rgba(201,168,76,0.1);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,168,76,0.3);
  box-shadow: var(--shadow-gold);
}
.blog-card-img {
  height: 200px;
  overflow: hidden;
}
.blog-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.blog-card:hover .blog-card-img img { transform: scale(1.08); }
.blog-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.blog-card-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.4;
  transition: var(--transition);
}
.blog-card:hover .blog-card-title { color: var(--gold); }
.blog-card-date {
  font-size: 0.8rem;
  color: var(--gold);
  margin-bottom: 12px;
  display: flex; align-items: center; gap: 6px;
}
.blog-card-excerpt {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
  flex: 1;
}
.blog-card-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 700;
  margin-top: 16px;
  transition: var(--transition);
}
.blog-card-link:hover { gap: 10px; }

/* ========== BLOG LIST PAGE ========== */
.blog-list-item {
  background: var(--dark-card);
  border: 1px solid rgba(201,168,76,0.1);
  border-radius: var(--radius-lg);
  padding: 28px;
  margin-bottom: 24px;
  transition: var(--transition);
}
.blog-list-item:hover {
  border-color: rgba(201,168,76,0.3);
  transform: translateX(4px);
}
.blog-list-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-list-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
  transition: var(--transition);
}
.blog-list-title:hover { color: var(--gold); }

.blog-search-box {
  position: relative;
  margin-bottom: 40px;
}
.blog-search-box input {
  width: 100%;
  background: var(--dark-card);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 10px;
  padding: 14px 50px 14px 20px;
  color: var(--text);
  font-size: 0.95rem;
  font-family: var(--font-body);
  outline: none;
  transition: var(--transition);
}
.blog-search-box input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.1);
}
.blog-search-box i {
  position: absolute;
  right: 18px; top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
}

/* ========== TOUR DETAIL ========== */
.tour-detail-hero {
  padding-top: 120px;
}
.tour-detail-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 20px;
}
.tour-gallery-main {
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 500px;
  cursor: zoom-in;
  margin-bottom: 16px;
}
.tour-gallery-main img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.tour-gallery-main:hover img { transform: scale(1.03); }
.tour-gallery-thumbs {
  display: flex; gap: 12px; flex-wrap: wrap;
}
.tour-gallery-thumb {
  width: 100px; height: 70px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: var(--transition);
}
.tour-gallery-thumb.active { border-color: var(--gold); }
.tour-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }

.tour-info-card {
  background: var(--dark-card);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: var(--radius-lg);
  padding: 32px;
  position: sticky;
  top: 100px;
}
.tour-price-display {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--gold);
  margin-bottom: 8px;
}
.tour-description {
  color: var(--text-muted);
  line-height: 1.8;
  font-size: 0.95rem;
}
.tour-description p { margin-bottom: 16px; }

/* ========== ABOUT PAGE ========== */
.about-hero {
  padding-top: 140px;
  padding-bottom: 80px;
}
.about-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.about-photo-grid .photo-item {
  border-radius: var(--radius);
  overflow: hidden;
  height: 220px;
  position: relative;
}
.about-photo-grid .photo-item.tall { height: 460px; }
.about-photo-grid .photo-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.about-photo-grid .photo-item:hover img { transform: scale(1.05); }

/* ========== CONTACT PAGE ========== */
.contact-hero { padding-top: 120px; }

.turkey-map-svg { width: 100%; max-width: 900px; margin: 0 auto; display: block; }

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.contact-info-card {
  background: var(--dark-card);
  border: 1px solid rgba(201,168,76,0.15);
  border-radius: var(--radius-lg);
  padding: 28px;
  text-align: center;
  transition: var(--transition);
}
.contact-info-card:hover {
  border-color: rgba(201,168,76,0.4);
  transform: translateY(-4px);
}
.contact-info-icon {
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 16px;
}
.contact-info-card h3 {
  font-family: var(--font-display);
  color: var(--white);
  margin-bottom: 8px;
}
.contact-info-card p, .contact-info-card a {
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* ========== PAGE HEADER ========== */
.page-header {
  padding: 140px 0 80px;
  text-align: center;
  background: linear-gradient(180deg, rgba(201,168,76,0.05) 0%, transparent 100%);
  border-bottom: 1px solid rgba(201,168,76,0.1);
}
.page-header-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 16px;
}
.page-header-subtitle { color: var(--text-muted); font-size: 1.05rem; }
.breadcrumb {
  display: flex; align-items: center; justify-content: center;
  gap: 8px; margin-top: 20px;
  font-size: 0.85rem;
  color: var(--text-dim);
}
.breadcrumb a { color: var(--gold); }
.breadcrumb span { color: var(--text-muted); }

/* ========== FOOTER ========== */
.site-footer {
  background: var(--dark-2);
  border-top: 1px solid rgba(201,168,76,0.15);
  padding-top: 60px;
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}
.footer-logo {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
}
.footer-logo em { color: var(--gold); font-style: italic; }
.footer-logo .logo-icon { color: var(--gold); }
.footer-brand p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.7; }
.footer-socials {
  display: flex; gap: 12px; margin-top: 20px;
}
.social-btn {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  transition: var(--transition);
  color: white;
}
.whatsapp-btn { background: #25D366; }
.instagram-btn { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.social-btn:hover { transform: scale(1.1) translateY(-2px); color: white; }

.footer-links h4, .footer-contact h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(201,168,76,0.2);
}
.footer-links a {
  display: block;
  color: var(--text-muted);
  font-size: 0.9rem;
  padding: 5px 0;
  transition: var(--transition);
}
.footer-links a:hover { color: var(--gold); padding-left: 6px; }

.footer-contact-item {
  display: flex; align-items: flex-start; gap: 12px;
  margin-bottom: 14px;
  color: var(--text-muted);
  font-size: 0.9rem;
}
.footer-contact-item i { color: var(--gold); margin-top: 3px; flex-shrink: 0; }

.footer-bottom {
  border-top: 1px solid rgba(201,168,76,0.1);
  padding: 20px 0;
  text-align: center;
  color: var(--text-dim);
  font-size: 0.85rem;
}

/* ========== WHATSAPP FLOAT ========== */
.whatsapp-float {
  position: fixed;
  bottom: 32px; right: 32px;
  z-index: 9999;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: white;
  font-size: 1.6rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 32px rgba(37,211,102,0.5);
  transition: var(--transition);
}
.whatsapp-float:hover {
  transform: scale(1.12) translateY(-4px);
  color: white;
  box-shadow: 0 16px 48px rgba(37,211,102,0.6);
}
.whatsapp-pulse {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: rgba(37,211,102,0.3);
  animation: pulse-ring 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}
@keyframes pulse-ring {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.4); opacity: 0; }
}

/* ========== LIGHTBOX ========== */
.lightbox {
  display: none;
  position: fixed; inset: 0;
  z-index: 99999;
  background: rgba(0,0,0,0.95);
  align-items: center; justify-content: center;
}
.lightbox.active { display: flex; }
.lightbox img {
  max-width: 90vw; max-height: 90vh;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.lightbox-close {
  position: absolute;
  top: 20px; right: 24px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  background: none; border: none;
}

/* ========== UTILITY ========== */
.text-gold { color: var(--gold); }
.text-center { text-align: center; }
.text-muted { color: var(--text-muted); }
.mt-4 { margin-top: 24px; }
.mt-6 { margin-top: 40px; }
.mb-6 { margin-bottom: 40px; }
.gap-2 { gap: 12px; }
.flex { display: flex; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }

.divider-line {
  border: none;
  border-top: 1px solid rgba(201,168,76,0.15);
  margin: 60px 0;
}

/* ========== SCROLL REVEAL ========== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1200px) {
  .tours-grid { grid-template-columns: repeat(2, 1fr); }
  .why-us-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
  .nav-menu {
    position: fixed;
    top: 0; right: -100%;
    width: 280px; height: 100vh;
    background: var(--dark-2);
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 32px 40px;
    transition: right 0.4s cubic-bezier(0.4,0,0.2,1);
    box-shadow: -10px 0 40px rgba(0,0,0,0.5);
    gap: 4px;
    border-left: 1px solid rgba(201,168,76,0.1);
  }
  .nav-menu.open { right: 0; }
  .nav-toggle { display: flex; }
  .lang-switcher { margin-left: 0; margin-top: 20px; }
  .tours-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .why-us-grid { grid-template-columns: 1fr; }
  .contact-info-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .about-photo-grid { grid-template-columns: repeat(2, 1fr); }
  .about-photo-grid .photo-item.tall { height: 220px; }
  .whatsapp-float { bottom: 20px; right: 20px; }
}
@media (max-width: 480px) {
  .tours-grid { grid-template-columns: 1fr; }
  .navbar { padding: 0 20px; }
}

/* ── Clickable contact links ── */
.footer-contact-item a,
.contact-info-card a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.25s;
}
.footer-contact-item a:hover,
.contact-info-card a:hover {
  color: var(--gold);
}
