:root {
  --primary: #ca550f;
  --primary-dark: #b8480d;
  --primary-light: #e57a30;
  --primary-subtle: #fef6ef;
  --gold: #D4AF37;
  --gold-dark: #b8962e;
  --accent: #D4AF37;
  --orange: #ca550f;
  --bg: #F8F6F1;
  --bg-alt: #f3efe8;
  --white: #FFFFFF;
  --text: #1e1e1e;
  --text-light: #555555;
  --text-muted: #8a8a8a;
  --border: #e0dcd2;
  --shadow-card: 0 15px 50px rgba(0,0,0,0.05);
  --shadow-card-hover: 0 20px 50px rgba(0,0,0,0.12);
  --radius: 18px;
  --radius-lg: 24px;
  --font: 'Mazzard', 'Inter', -apple-system, sans-serif;
  --header-h: 72px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: var(--font); color: var(--text); background: var(--white); line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: 0.3s ease; }
ul { list-style: none; }
.section-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ========== HEADER ========== */
.site-header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
  height: var(--header-h);
}

.header-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 40px;
  display: flex; align-items: center; justify-content: space-between;
  height: 100%;
}
@media (min-width: 1200px) {
  .header-inner { padding: 0 20px; }
}

.header-logo img { height: 50px; width: auto; }

.header-nav .nav-menu { display: flex; align-items: center; gap: 2px; }

.nav-link {
  font-size: 13px; font-weight: 500; color: var(--text);
  padding: 6px 12px; border-radius: 4px;
  position: relative;
}

.nav-link:hover, .nav-link.active { color: var(--accent); }

.header-whatsapp-btn {
  display: inline-block;
  background: var(--primary);
  color: var(--white);
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: 0.3s;
}

.header-whatsapp-btn:hover { background: var(--primary-dark); transform: scale(1.03); }

.hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}

.hamburger span {
  display: block; width: 26px; height: 2px;
  background: var(--text); border-radius: 2px; transition: 0.3s;
}

.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Mobile menu extras — hidden on desktop */
.nav-close, .nav-extras { display: none; }

/* ========== HERO ========== */
.ultra-hero {
  position: relative; width: 100%; height: 80vh; overflow: hidden;
  font-family: var(--font); background: #0a0a0a;
}

.ultra-slide {
  position: absolute; inset: 0;
  opacity: 0; transform: scale(1.12);
  transition: opacity 1.4s cubic-bezier(0.4,0,0.2,1), transform 8s cubic-bezier(0.25,0.1,0.25,1);
  background-size: cover; background-position: center;
  display: flex; align-items: flex-end; justify-content: center;
  will-change: opacity, transform;
  z-index: 1; pointer-events: none;
}

.ultra-slide.active { opacity: 1; transform: scale(1); z-index: 2; pointer-events: auto; }

.ultra-slide::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.2) 0%,
    rgba(0,0,0,0.05) 30%,
    rgba(0,0,0,0.15) 50%,
    rgba(0,0,0,0.55) 80%,
    rgba(0,0,0,0.85) 100%
  );
  z-index: 1; pointer-events: none;
}

.ultra-slide::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 50%, rgba(0,0,0,0.4) 100%);
  z-index: 1; pointer-events: none;
}

.ultra-content {
  position: relative; z-index: 3;
  text-align: center; color: #fff;
  max-width: 850px; padding: 0 24px 120px;
  width: 100%;
}

.ultra-content .slide-tag {
  display: inline-block;
  font-size: 11px; font-weight: 700;
  letter-spacing: 4px; text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 16px;
  opacity: 0; transform: translateY(15px);
  position: relative;
  padding: 0 20px;
}

.ultra-content .slide-tag::before,
.ultra-content .slide-tag::after {
  content: ""; position: absolute; top: 50%;
  width: 30px; height: 1px; background: var(--primary);
}
.ultra-content .slide-tag::before { right: 100%; }
.ultra-content .slide-tag::after { left: 100%; }

.ultra-content h1 {
  font-size: 64px; margin-bottom: 16px; line-height: 1.08;
  opacity: 0; transform: translateY(30px);
  letter-spacing: -0.5px; font-weight: 800;
  text-shadow: 0 4px 30px rgba(0,0,0,0.3);
}

.ultra-content p {
  font-size: 19px; margin-bottom: 32px;
  opacity: 0; color: rgba(255,255,255,0.85); line-height: 1.7;
  transform: translateY(20px);
  max-width: 600px; margin-left: auto; margin-right: auto;
  font-weight: 300;
}

.ultra-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 38px;
  border-radius: 0; border: 1px solid rgba(255,255,255,0.5); color: #fff;
  text-decoration: none; font-size: 12px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.4,0,0.2,1); opacity: 0; transform: translateY(20px);
  background: transparent; backdrop-filter: blur(4px);
  position: relative; overflow: hidden;
}

.ultra-btn::before {
  content: ""; position: absolute; inset: 0;
  background: var(--primary); transform: translateX(-101%);
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
  z-index: -1;
}

.ultra-btn:hover { border-color: var(--primary); transform: translateY(-2px); }
.ultra-btn:hover::before { transform: translateX(0); }
.ultra-btn i { font-size: 10px; transition: transform 0.3s; }
.ultra-btn:hover i { transform: translateX(4px); }

/* Slide progress bar */
.ultra-progress {
  position: absolute; bottom: 0; left: 0; width: 100%; height: 3px;
  background: rgba(255,255,255,0.15); z-index: 10;
}
.ultra-progress-bar {
  height: 100%; width: 0; background: var(--primary);
  transition: width 5s linear;
}

/* Slide counter */
.ultra-counter {
  position: absolute; bottom: 30px; right: 40px; z-index: 10;
  display: flex; align-items: baseline; gap: 6px;
  font-size: 13px; color: rgba(255,255,255,0.5);
  font-weight: 300; letter-spacing: 1px;
}
.ultra-counter .current {
  font-size: 32px; font-weight: 700; color: #fff;
  line-height: 1; min-width: 36px; text-align: right;
}
.ultra-counter .total { color: rgba(255,255,255,0.35); font-size: 14px; }

/* Navigation arrows */
.ultra-arrows {
  position: absolute; bottom: 30px; left: 40px; z-index: 10;
  display: flex; gap: 8px;
}
.ultra-arrow {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.6);
  cursor: pointer; transition: all 0.3s;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(4px);
  font-size: 12px;
}
.ultra-arrow:hover { border-color: var(--primary); color: var(--primary); background: rgba(202,85,15,0.1); }

.view-all-btn {
  display: inline-block; padding: 14px 36px;
  border-radius: 30px; border: 2px solid var(--primary); color: var(--primary);
  text-decoration: none; font-size: 15px; font-weight: 600;
  letter-spacing: 0.5px; text-transform: uppercase;
  transition: 0.3s; opacity: 1; transform: none;
}
.view-all-btn:hover { background: var(--primary); color: #fff; transform: scale(1.05); }

.ultra-slide.active .slide-tag { animation: fadeUp 0.8s cubic-bezier(0.4,0,0.2,1) forwards 0.2s; }
.ultra-slide.active h1 { animation: fadeUp 0.9s cubic-bezier(0.4,0,0.2,1) forwards 0.4s; }
.ultra-slide.active p { animation: fadeUp 0.9s cubic-bezier(0.4,0,0.2,1) forwards 0.6s; }
.ultra-slide.active .ultra-btn { animation: fadeUp 0.9s cubic-bezier(0.4,0,0.2,1) forwards 0.8s; }

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

/* Dots removed — replaced with arrows + counter */

/* ========== TAGLINE + CARDS ========== */
.tagline-section {
  padding: 60px 0; text-align: center;
  max-width: 1200px; margin: 0 auto;
}

.tagline-heading {
  font-size: 32px; font-weight: 700; color: var(--primary);
  margin-bottom: 12px; line-height: 1.2;
}

.tagline-text {
  max-width: 700px; margin: 0 auto 40px;
  color: var(--text-light); font-size: 15px; line-height: 1.6;
}

.hero-cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px;
}

.hero-card {
  position: relative; border-radius: var(--radius); overflow: hidden;
  height: 265px; color: #fff;
  display: flex; align-items: center; justify-content: center;
  text-align: center; transition: 0.4s ease; cursor: pointer;
}

.hero-card:hover { transform: translateY(-8px); }

.hero-card img {
  position: absolute; width: 100%; height: 100%;
  object-fit: cover; top: 0; left: 0; z-index: 1;
}

.hero-overlay {
  position: absolute; width: 100%; height: 100%;
  top: 0; left: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.2));
  z-index: 2;
}

.hero-card-content { position: relative; z-index: 3; padding: 20px; }

.hero-card-content h2 { font-size: 24px; margin-bottom: 6px; }

.hero-card-content p { font-size: 14px; margin-bottom: 16px; color: rgba(255,255,255,0.9); }

.hero-btn {
  display: inline-block; padding: 9px 16px;
  border: 1px solid #fff; border-radius: 30px;
  text-decoration: none; color: #fff; font-size: 13px; transition: 0.3s;
}

.hero-btn:hover { background: var(--accent); border-color: var(--accent); }

/* ========== DESTINATIONS ========== */
.destinations-section {
  background: #f8f6f1; padding: 60px 0;
}
.tz-title {
  text-align: center; font-size: 34px; font-weight: 700;
  color: var(--primary); margin-bottom: 10px;
}

.tz-sub {
  text-align: center; color: var(--text-light);
  margin-bottom: 40px; max-width: 700px; margin-left: auto; margin-right: auto;
}

.tz-row { display: grid; gap: 15px; margin-bottom: 15px; }
.tz-row-1 { grid-template-columns: 2fr 1fr; }
.tz-row-2 { grid-template-columns: 1fr; }
.tz-row-3 { grid-template-columns: repeat(3, 1fr); }

.tz-card {
  position: relative; height: 260px; border-radius: var(--radius);
  overflow: hidden; text-decoration: none; display: block;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.tz-card img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s ease; display: block; }
.tz-card:hover img { transform: scale(1.06); }

.tz-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.1));
  padding: 20px; display: flex; flex-direction: column; justify-content: flex-end;
}

.tz-overlay h3 { color: #fff; margin: 0; font-size: 18px; }
.tz-overlay p { color: #ddd; font-size: 13px; margin-top: 5px; }

.tz-badge {
  position: absolute; top: 12px; right: 12px;
  background: rgba(0,0,0,0.6); backdrop-filter: blur(6px);
  color: #fff; font-size: 12px; padding: 6px 12px;
  border-radius: 20px; font-weight: 600; z-index: 3;
}

/* ========== PACKAGES ========== */
.packages-section {
  background: #f8f6f1; padding: 60px 0;
}

.packages-heading {
  text-align: center; font-size: 32px; font-weight: 700;
  color: var(--primary); margin-bottom: 12px;
}

.packages-sub {
  text-align: center; color: var(--text-light);
  max-width: 780px; margin: 0 auto 40px; font-size: 15px; line-height: 1.7;
}

.packages-wrapper {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}

.package-card {
  border-radius: var(--radius-lg); overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-card); transition: 0.6s; position: relative;
  border: 1px solid var(--border);
}

.package-card:hover { transform: translateY(-8px); }

.package-card img { width: 100%; height: 240px; object-fit: cover; }

.pkg-badge {
  position: absolute; top: 15px; left: 15px;
  background: linear-gradient(120deg, var(--primary), var(--gold));
  color: #fff; font-size: 11px; padding: 6px 12px;
  border-radius: 30px; z-index: 2; font-weight: 600;
}

.pkg-discount {
  position: absolute; top: 15px; right: 15px;
  background: #111; color: #fff; font-size: 11px;
  padding: 6px 10px; border-radius: 20px; z-index: 2;
}

.pkg-content { padding: 18px; }

.pkg-days { font-size: 12px; color: var(--text-muted); }

.pkg-title { font-size: 17px; margin: 8px 0; line-height: 1.3; font-weight: 600; color: var(--text); }

.pkg-rating { font-size: 13px; color: #f59e0b; margin-bottom: 10px; letter-spacing: 2px; }

.pkg-footer {
  border-top: 1px dashed rgba(0,0,0,0.12);
  padding-top: 12px; display: flex; justify-content: space-between; align-items: center; gap: 10px;
}

.pkg-price strong { font-size: 20px; color: var(--primary); display: block; }
.pkg-price span { font-size: 11px; color: var(--text-muted); }

.pkg-btn {
  padding: 8px 14px; border-radius: 30px;
  border: 1px solid rgba(202,85,15,0.3); color: var(--primary);
  text-decoration: none; white-space: nowrap; font-size: 13px; font-weight: 500; transition: 0.3s;
}

.pkg-btn:hover { background: var(--primary); color: #fff; }

.pkg-dots { display: none; justify-content: center; gap: 8px; margin-top: 20px; }

.pkg-dot { width: 8px; height: 8px; background: #d1d5db; border-radius: 50%; transition: 0.3s; cursor: pointer; }
.pkg-dot.active { width: 22px; background: var(--primary); }

/* ========== TESTIMONIALS ========== */
.testimonials-section {
  padding: 60px 0; text-align: center;
  max-width: 900px; margin: 0 auto;
}

.testimonials-heading {
  font-size: 32px; font-weight: 700; color: var(--primary); margin-bottom: 12px;
}

.testimonials-sub {
  color: var(--text-light); max-width: 700px; margin: 0 auto 50px; font-size: 15px; line-height: 1.7;
}

.testimonials-slider { position: relative; overflow: hidden; }

.testimonial-card { display: none; text-align: center; padding: 20px; }
.testimonial-card.active { display: block; animation: fadeIn 0.5s ease; }

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

.testimonial-stars { font-size: 22px; color: #f59e0b; margin-bottom: 20px; letter-spacing: 4px; }

.testimonial-quote {
  font-size: 20px; font-style: italic; color: var(--text);
  line-height: 1.7; margin-bottom: 30px; max-width: 650px; margin-left: auto; margin-right: auto;
}

.testimonial-author { display: flex; align-items: center; justify-content: center; gap: 14px; }

.testimonial-avatar {
  width: 50px; height: 50px; border-radius: 50%;
  background: var(--primary); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 600; font-size: 18px; flex-shrink: 0;
}

.testimonial-info { text-align: left; }
.testimonial-info strong { display: block; font-size: 16px; color: var(--primary); }
.testimonial-info span { font-size: 13px; color: var(--text-muted); }

.testimonials-nav { display: flex; justify-content: center; gap: 8px; margin-top: 30px; }

.tdot {
  width: 10px; height: 10px; border-radius: 50%;
  background: #d1d5db; cursor: pointer; transition: 0.3s;
}

.tdot.active { background: var(--accent); transform: scale(1.3); }

/* ========== BLOG ========== */
.blog-section {
  background: #f8f6f1; padding: 60px 0;
}

.blog-heading {
  text-align: center; font-size: 32px; font-weight: 700;
  color: var(--primary); margin-bottom: 12px;
}

.blog-sub {
  text-align: center; color: var(--text-light);
  max-width: 650px; margin: 0 auto 40px; font-size: 15px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px; max-width: 1200px; margin: 0 auto;
}

.blog-card {
  position: relative; border-radius: 14px; overflow: hidden;
  height: 260px; cursor: pointer; display: block;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
}

.blog-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-card-hover); }

.blog-img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1s ease;
}

.blog-card:hover .blog-img { transform: scale(1.08); }

.blog-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 18px;
  background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.1));
}

.blog-title { color: #fff; font-size: 15px; font-weight: 600; display: block; line-height: 1.3; }

.blog-tag {
  position: absolute; top: 12px; left: 12px;
  background: rgba(0,0,0,0.7); color: #fff;
  font-size: 10px; padding: 5px 9px; border-radius: 20px;
  letter-spacing: 1px; font-weight: 600;
}

/* ========== FAQ ========== */
.faq-section {
  padding: 60px 0; background: var(--white);
}

.faq-columns {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 40px; max-width: 1200px; margin: 0 auto;
}

.faq-heading {
  font-size: 24px; font-weight: 700; color: var(--primary);
  margin-bottom: 25px; line-height: 1.3;
}

.faq-item {
  border-radius: 14px; margin-bottom: 9px;
  overflow: hidden; background: var(--white);
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.faq-item.active { border-color: var(--accent); background: #fffdf7; }

.faq-question {
  padding: 18px; font-weight: 600; color: var(--text);
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  transition: 0.3s; font-size: 15px;
}

.faq-question::after {
  content: '+'; font-size: 20px; color: var(--accent);
  transition: 0.3s; font-weight: 400;
}

.faq-item.active .faq-question::after { transform: rotate(45deg); }
.faq-item.active .faq-question { color: var(--accent); }

.faq-answer {
  max-height: 0; overflow: hidden;
  transition: 0.4s ease; padding: 0 18px;
  color: var(--text-light); font-size: 14px; line-height: 1.7;
}

.faq-item.active .faq-answer { max-height: 300px; padding: 0 18px 18px; }

/* ========== FOOTER ========== */
.site-footer {
  background: var(--bg); padding: 60px 24px 24px;
}

.footer-container { max-width: 1200px; margin: 0 auto; }

.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.footer-brand h3 { font-size: 17px; color: var(--primary); margin-bottom: 10px; }
.footer-brand p { font-size: 14px; color: var(--text-light); line-height: 1.7; }

.footer-col h4 {
  font-size: 16px; color: var(--primary); margin-bottom: 15px;
  position: relative; padding-bottom: 8px;
}

.footer-col h4::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 24px; height: 2px; background: var(--accent);
}

.footer-links li { margin-bottom: 8px; }

.footer-links a {
  font-size: 14px; color: var(--text-light);
  padding-left: 18px; position: relative; display: inline-block;
}

.footer-links a::before {
  content: '\00BB'; position: absolute; left: 0;
  color: var(--accent); font-weight: 700;
}

.footer-links a:hover { color: var(--primary); transform: translateX(4px); }

.footer-contact li {
  font-size: 14px; color: var(--text-light);
  margin-bottom: 10px; display: flex; gap: 10px; align-items: center;
}

.footer-contact i { color: var(--accent); width: 16px; }

.footer-social { display: flex; gap: 8px; margin-top: 15px; }

.social-icon {
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(0,0,0,0.06); color: var(--text);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; transition: 0.3s;
}

.social-icon:hover { background: var(--accent); color: #fff; transform: translateY(-4px) scale(1.05); }

.footer-trust {
  border-top: 1px solid rgba(0,0,0,0.08);
  display: flex; justify-content: center; gap: 15px;
  flex-wrap: wrap; margin-top: 50px; padding: 25px 0;
}

.trust-item {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 18px; border-radius: 12px;
  background: var(--white); font-size: 13px; color: var(--text);
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.trust-item svg { flex-shrink: 0; }
.trust-item .fa-google { color: #fbbc05; font-size: 16px; }
.trust-item .fa-shield-alt { color: var(--accent); font-size: 16px; }

.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 10px;
  border-top: 1px solid rgba(0,0,0,0.08);
  padding: 18px 0 24px;
  font-size: 13px; color: var(--text-light);
}

.footer-legal { display: flex; gap: 12px; }

.footer-legal a { color: var(--text-light); }
.footer-legal a:hover { color: var(--accent); }

.footer-view-all {
  display: inline-block !important;
  padding-left: 0 !important;
  font-weight: 600 !important;
  color: var(--primary) !important;
  margin-top: 4px;
}
.footer-view-all::before { display: none !important; }
.footer-view-all:hover { color: var(--primary-dark) !important; }

.footer-whatsapp-btn {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 15px; padding: 10px 18px;
  background: #25d366; color: #fff;
  border-radius: 8px; font-size: 13px; font-weight: 600;
  transition: 0.3s;
}
.footer-whatsapp-btn:hover { background: #1da851; color: #fff; transform: translateY(-2px); }
.footer-whatsapp-btn i { font-size: 16px; }

.trust-item .fa-certificate { color: var(--accent); font-size: 16px; }

/* ========== WHATSAPP WIDGET ========== */
.whatsapp-widget {
  position: fixed; bottom: 30px; right: 30px; z-index: 999;
}

.whatsapp-popup {
  position: absolute; bottom: 70px; right: 0;
  width: 300px; background: #fff;
  border-radius: 12px; box-shadow: 0 10px 50px rgba(0,0,0,0.15);
  overflow: hidden; display: none;
}

.whatsapp-popup.open { display: block; }

.whatsapp-header {
  background: var(--primary); color: #fff;
  padding: 15px 18px; display: flex; justify-content: space-between; align-items: center;
  font-size: 14px; font-weight: 600;
}

.whatsapp-close { background: none; border: none; color: #fff; font-size: 22px; cursor: pointer; }

.whatsapp-body { padding: 20px; }

.whatsapp-msg {
  background: #f0f0f0; padding: 12px 16px; border-radius: 12px;
  font-size: 14px; color: var(--text); margin-bottom: 15px;
}

.whatsapp-start {
  display: block; text-align: center;
  background: #25D366; color: #fff;
  padding: 12px; border-radius: 8px; font-weight: 600; font-size: 14px;
}

.whatsapp-start:hover { background: #1DA851; }

.whatsapp-toggle {
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff; border: none;
  font-size: 28px; cursor: pointer; display: flex;
  align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: 0.3s;
}

.whatsapp-toggle:hover { transform: scale(1.1); }

/* ========== WHY BOOK WITH US ========== */
.trust-section { padding: 60px 0; }
.trust-section h2 { text-align: center; font-size: 28px; color: var(--primary); margin-bottom: 12px; }
.trust-section .trust-sub { text-align: center; color: var(--text-light); max-width: 650px; margin: 0 auto 35px; font-size: 15px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.trust-card { background: var(--white); border-radius: var(--radius); padding: 30px 22px; text-align: center; box-shadow: var(--shadow-card); transition: 0.3s; border: 1px solid var(--border); }
.trust-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card-hover); }
.trust-card i { font-size: 36px; color: var(--gold); margin-bottom: 14px; }
.trust-card h3 { font-size: 17px; color: var(--primary); margin-bottom: 8px; }
.trust-card p { font-size: 14px; color: var(--text-light); line-height: 1.7; }

/* ========== HOW TO BOOK ========== */
.steps-section { padding: 60px 0; background: var(--bg); }
.steps-section h2 { text-align: center; font-size: 28px; color: var(--primary); margin-bottom: 35px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; padding: 0 24px; }
.step-card { text-align: center; padding: 30px 20px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-card); position: relative; border: 1px solid var(--border); }
.step-number { width: 50px; height: 50px; border-radius: 50%; background: var(--primary); color: #fff; font-size: 22px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.step-card h3 { font-size: 17px; color: var(--primary); margin-bottom: 6px; }
.step-card p { font-size: 14px; color: var(--text-light); line-height: 1.7; }

/* ========== CTA BANNER ========== */
.cta-banner { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); padding: 60px 24px; text-align: center; color: #fff; }
.cta-banner h2 { font-size: 30px; margin-bottom: 10px; }
.cta-banner p { max-width: 600px; margin: 0 auto 24px; font-size: 15px; color: rgba(255,255,255,0.85); line-height: 1.7; }
.cta-banner .cta-btn { display: inline-block; padding: 14px 32px; border-radius: 30px; background: var(--gold); color: var(--primary); font-weight: 700; font-size: 15px; transition: 0.3s; }
.cta-banner .cta-btn:hover { background: var(--gold-dark); transform: scale(1.04); }

/* ========== ZANZIBAR ACTIVITIES ========== */
.zanzibar-activities { padding: 60px 0; }
.zanzibar-activities h2 { text-align: center; font-size: 28px; color: var(--primary); margin-bottom: 30px; }
.zanzibar-activities .section-container { max-width: 1100px; }

/* ========== RESPONSIVE ========== */
@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 992px) {
  .tz-title { font-size: 28px; }
  .tz-row-1 { grid-template-columns: 1fr; }
  .tz-row-3 { grid-template-columns: repeat(2, 1fr); }
  .tz-card { height: 240px; }
  .faq-columns { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 900px) {
  .hero-cards { grid-template-columns: 1fr; }
  .hero-card { height: 230px; }
  .packages-wrapper { grid-template-columns: 1fr; }
  .packages-wrapper { display: flex; overflow-x: auto; gap: 10px; scroll-snap-type: x mandatory; }
  .package-card { min-width: 85%; flex: 0 0 85%; scroll-snap-align: start; }
  .pkg-dots { display: flex; }
}

@media (max-width: 768px) {
  .site-header { --header-h: 70px; }

  .header-nav {
    position: fixed; top: 0; right: -100%; width: 280px;
    height: 100vh; background: #fff; padding: 80px 24px 30px;
    overflow-y: auto;
    box-shadow: -4px 0 30px rgba(0,0,0,0.1);
    transition: 0.4s; z-index: 98;
  }

  .header-nav.open { right: 0; }

  .nav-menu { flex-direction: column; align-items: flex-start; gap: 0; }
  .nav-link {
    padding: 11px 0 11px 24px; font-size: 15px; display: block;
    width: 100%; text-align: left;
    border-bottom: 2px dotted rgba(202,85,15,0.18);
    font-weight: 500;
  }
  .nav-link.active { font-weight: 600; color: var(--primary); }

  .header-actions { display: flex; align-items: center; margin-left: auto; margin-right: 8px; }
  .header-whatsapp-btn {
    padding: 6px 12px;
    font-size: 11px;
    white-space: nowrap;
  }
  .hamburger { display: flex; }

  /* Mobile menu extras */
  .nav-close {
    display: block; position: absolute; top: 14px; right: 16px;
    background: none; border: none; font-size: 18px;
    color: var(--text-light); cursor: pointer; padding: 4px 8px;
    border-radius: 6px; transition: 0.3s;
    z-index: 1;
  }
  .nav-close:hover { background: rgba(0,0,0,0.05); color: var(--primary); }

  .nav-extras {
    margin-top: 18px;
    padding-top: 8px;
    display: flex; flex-direction: column;
    align-items: center; gap: 10px;
  }

  .nav-whatsapp-link {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 13px; font-weight: 600;
    color: #fff; background: #25D366;
    padding: 9px 18px; border-radius: 30px;
    transition: all 0.3s;
    text-decoration: none;
    letter-spacing: 0.3px;
  }
  .nav-whatsapp-link i { font-size: 15px; }
  .nav-whatsapp-link:hover { background: #1da851; transform: scale(1.03); }

  .nav-plan-link {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 13px; font-weight: 600;
    color: #fff; background: var(--primary);
    padding: 9px 18px; border-radius: 30px;
    transition: all 0.3s;
    text-decoration: none;
    letter-spacing: 0.3px;
  }
  .nav-plan-link i { font-size: 15px; }
  .nav-plan-link:hover { background: var(--primary-dark); transform: scale(1.03); }

  .nav-social {
    display: flex; align-items: center; gap: 8px;
    margin-top: 4px;
    justify-content: center; width: 100%;
  }
  .nav-social-link {
    width: 34px; height: 34px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    color: var(--text-light); font-size: 14px;
    transition: 0.3s;
    border: 1px solid rgba(0,0,0,0.08);
    text-decoration: none;
  }
  .nav-social-link:hover {
    color: #fff; background: var(--primary);
    border-color: var(--primary); transform: translateY(-2px);
  }

  .ultra-hero { height: 65vh; }
  .ultra-content h1 { font-size: 36px; line-height: 1.15; }
  .ultra-content p { font-size: 15px; }
  .ultra-btn { font-size: 11px; padding: 13px 24px; letter-spacing: 2px; }
  .ultra-content { padding-bottom: 80px; }
  .ultra-counter { right: 20px; bottom: 20px; }
  .ultra-arrows { left: 20px; bottom: 20px; }
  .ultra-arrow { width: 38px; height: 38px; }

  .blog-grid { grid-template-columns: 1fr; }
  .blog-card { height: 220px; }
}

@media (max-width: 600px) {
  .tagline-heading { font-size: 24px; }
  .packages-heading { font-size: 24px; }
  .testimonials-heading { font-size: 24px; }
  .blog-heading { font-size: 24px; }

  .tz-title { font-size: 24px; }
  .tz-sub { font-size: 14px; margin-bottom: 25px; }
  .tz-row-3 { grid-template-columns: 1fr; }
  .tz-card { height: 220px; }
  .tz-overlay h3 { font-size: 16px; }
  .tz-overlay p { font-size: 12px; }

  .testimonial-quote { font-size: 17px; }

  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-col h4::after { left: 50%; transform: translateX(-50%); }
  .footer-links a { padding-left: 0; }
  .footer-links a::before { display: none; }
  .footer-contact li { justify-content: center; }
  .footer-social { justify-content: center; }
  .footer-bottom { flex-direction: column; text-align: center; }

  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: 1fr; max-width: 450px; }
  .cta-banner h2 { font-size: 24px; }
}

@media (max-width: 500px) {
  .trust-grid { grid-template-columns: 1fr; }
}

/* ========== PAGE BANNER (shared by all inner pages) ========== */
.page-banner {
  margin-top: var(--header-h);
  padding: 80px 24px 60px;
  text-align: center;
  background: linear-gradient(135deg, var(--bg) 0%, var(--bg-alt) 100%);
  position: relative;
}
.page-banner h1 {
  font-size: 40px;
  color: var(--primary);
  margin-bottom: 10px;
  line-height: 1.2;
}
.breadcrumbs {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 14px;
}
.breadcrumbs a { color: var(--primary); }
.breadcrumbs a:hover { color: var(--primary-dark); }
.breadcrumbs span { color: var(--text-muted); }
.page-banner p {
  max-width: 700px;
  margin: 0 auto;
  color: var(--text-light);
  font-size: 15px;
  line-height: 1.7;
}
.banner-sub {
  font-size: 14px;
  color: var(--gold);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 6px;
}
.banner-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.banner-tags span {
  background: rgba(202,85,15,0.08);
  padding: 7px 14px;
  border-radius: 20px;
  font-size: 13px;
  color: var(--primary);
  font-weight: 500;
}
.banner-tags i { margin-right: 6px; }

.section-header {
  text-align: center;
  margin-bottom: 40px;
}
.section-header h2 {
  font-size: 30px;
  color: var(--primary);
  margin-bottom: 8px;
  line-height: 1.3;
}
.section-header p {
  max-width: 700px;
  margin: 0 auto;
  color: var(--text-light);
  font-size: 15px;
  line-height: 1.7;
}

.required { color: #dc2626; }

/* Old page CSS removed — new premium styles at bottom of file */

/* ========== BLOG LISTING PAGE ========== */
.about-intro {
  padding: 60px 0;
}
.about-intro .section-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.about-intro .label {
  color: var(--gold);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.about-intro h2 {
  font-size: 32px;
  color: var(--primary);
  margin-bottom: 16px;
  line-height: 1.3;
}
.about-intro p {
  color: var(--text-light);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 14px;
}
.about-intro img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
}

.about-mv {
  padding: 50px 24px;
  background: var(--bg);
}
.about-mv .section-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}
.about-mv-card {
  background: var(--white);
  padding: 36px 28px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border);
}
.about-mv-card h3 {
  color: var(--primary);
  font-size: 22px;
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 12px;
}
.about-mv-card h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
}
.about-mv-card p {
  color: var(--text-light);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 8px;
}

.about-values {
  padding: 60px 0;
  background: var(--white);
}
.about-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.about-value-item {
  text-align: center;
  padding: 30px 20px;
  border-radius: var(--radius);
  background: var(--bg);
  border: 1px solid var(--border);
  transition: 0.3s;
}
.about-value-item:hover { transform: translateY(-5px); box-shadow: var(--shadow-card-hover); }
.about-value-item i {
  font-size: 36px;
  color: var(--gold);
  margin-bottom: 14px;
}
.about-value-item h4 {
  font-size: 17px;
  color: var(--primary);
  margin-bottom: 6px;
}
.about-value-item p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.7;
}

.about-promise {
  padding: 60px 0;
  background: var(--bg);
}
.about-promise-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
.about-promise-card {
  text-align: center;
  padding: 32px 22px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border);
  transition: 0.3s;
}
.about-promise-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card-hover); }
.icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.icon-wrap i { font-size: 24px; color: #fff; }
.about-promise-card h4 { font-size: 17px; color: var(--primary); margin-bottom: 6px; }
.about-promise-card p { font-size: 14px; color: var(--text-light); line-height: 1.7; }

.about-stats {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  padding: 60px 24px;
}
.about-stats .section-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.about-stat-number {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.about-stat-label {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  font-weight: 500;
}

.about-team-section { padding: 60px 0; }
.team-group { margin-bottom: 40px; }
.team-group-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding: 0 24px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.team-group-header i {
  font-size: 28px;
  color: var(--primary);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-group-header h3 {
  font-size: 22px;
  color: var(--primary);
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.team-member {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border);
  transition: 0.3s;
}
.team-member:hover { transform: translateY(-5px); box-shadow: var(--shadow-card-hover); }
.team-member img { width: 100%; height: 220px; object-fit: cover; }
.team-member-content { padding: 20px; }
.team-member-content h4 { font-size: 18px; color: var(--primary); margin-bottom: 2px; }
.team-role {
  font-size: 13px;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 8px;
}
.team-desc { font-size: 14px; color: var(--text-light); line-height: 1.7; margin-bottom: 10px; }
.team-exp {
  font-size: 12px;
  color: #fff;
  background: var(--primary);
  padding: 5px 12px;
  border-radius: 20px;
  display: inline-block;
}

.about-services-short {
  padding: 60px 24px;
  background: var(--bg);
}
.about-services-short .section-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.about-service-card {
  text-align: center;
  padding: 34px 22px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border);
  transition: 0.3s;
}
.about-service-card:hover { transform: translateY(-5px); }
.about-service-card i {
  font-size: 40px;
  color: var(--gold);
  margin-bottom: 14px;
}
.about-service-card h3 { font-size: 18px; color: var(--primary); margin-bottom: 8px; }
.about-service-card p { font-size: 14px; color: var(--text-light); line-height: 1.7; }

.about-faq {
  padding: 60px 24px;
  max-width: 800px;
  margin: 0 auto;
}
.about-faq h2 {
  text-align: center;
  font-size: 28px;
  color: var(--primary);
  margin-bottom: 30px;
}


/* ========== BLOG LISTING PAGE ========== */
.blog-intro {
  padding: 40px 24px;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
.blog-intro h2 {
  font-size: 28px;
  color: var(--primary);
  margin-bottom: 10px;
}
.blog-intro p {
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.7;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 30px;
}
.blog-section-title i {
  font-size: 32px;
  color: var(--gold);
  margin-bottom: 6px;
  display: block;
}
.blog-section-title h2 {
  font-size: 24px;
  color: var(--primary);
  margin-bottom: 4px;
}
.blog-section-title span {
  font-size: 14px;
  color: var(--text-muted);
}

.blog-cta {
  padding: 60px 24px;
  text-align: center;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
}
.blog-cta h2 { font-size: 30px; margin-bottom: 10px; }
.blog-cta p {
  max-width: 600px;
  margin: 0 auto 20px;
  font-size: 15px;
  color: rgba(255,255,255,0.85);
}
.blog-cta .cta-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 30px;
  background: var(--gold);
  color: var(--primary);
  font-weight: 700;
  font-size: 15px;
  transition: 0.3s;
}
.blog-cta .cta-btn:hover { background: var(--gold-dark); transform: scale(1.04); }

/* ========== BLOG ARTICLE HERO ========== */
.blog-hero {
  margin-top: var(--header-h);
  position: relative;
  height: 55vh;
  min-height: 350px;
  overflow: hidden;
}
.blog-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.2));
}
.blog-hero .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 24px;
  max-width: 850px;
  margin: 0 auto;
  color: #fff;
  z-index: 2;
}
.blog-hero .tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.blog-hero h1 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 12px;
  text-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.blog-hero .meta {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.blog-hero .meta i { margin-right: 4px; }
.blog-hero .meta span { color: rgba(255,255,255,0.4); }

@media (max-width: 768px) {
  .blog-hero { height: 45vh; min-height: 300px; }
  .blog-hero h1 { font-size: 26px; }
}

/* ========== BLOG PROGRESS NAV ========== */
.blog-progress {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: var(--header-h);
  z-index: 50;
  overflow-x: auto;
}
.blog-progress-inner {
  display: flex;
  gap: 0;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 14px;
}
.blog-progress-inner a {
  padding: 12px 14px;
  font-size: 13px;
  color: var(--text-light);
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
  flex-shrink: 0;
}
.blog-progress-inner a:hover {
  color: var(--primary);
  border-bottom-color: var(--primary);
}

/* ========== BLOG ARTICLE ========== */
.blog-article {
  max-width: 750px;
  margin: 40px auto;
  padding: 0 24px 60px;
}
.blog-article .lead {
  font-size: 18px;
  color: var(--text);
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 24px;
}
.blog-article h2 {
  font-size: 26px;
  color: var(--primary);
  margin: 36px 0 14px;
  line-height: 1.3;
}
.blog-article h3 {
  font-size: 20px;
  color: var(--text);
  margin: 28px 0 10px;
}
.blog-article h4 {
  font-size: 17px;
  color: var(--primary);
  margin: 20px 0 8px;
}
.blog-article p {
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 16px;
}
.blog-article ul,
.blog-article ol {
  margin: 12px 0 20px 24px;
}
.blog-article li {
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 6px;
}
.blog-article strong { color: var(--text); }

.highlight-box {
  background: var(--primary-subtle);
  border-left: 4px solid var(--primary);
  padding: 20px 24px;
  border-radius: 8px;
  margin: 24px 0;
}
.highlight-box.success { border-left-color: #16a34a; background: #f0fdf4; }
.highlight-box.warning { border-left-color: #d97706; background: #fffbeb; }
.highlight-box p { margin-bottom: 0 !important; font-size: 14px !important; }

.season-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .season-overview { grid-template-columns: 1fr; }
}
.season-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-card);
}
.season-card i { font-size: 28px; margin-bottom: 10px; }
.season-card h4 { font-size: 16px; color: var(--primary); margin-bottom: 8px; }
.season-card p { font-size: 14px; color: var(--text-light); line-height: 1.7; margin-bottom: 10px !important; }
.months { font-size: 13px; color: var(--primary); }

.month-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
  margin: 20px 0;
}
.month-card {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  background: var(--white);
}
.m-header {
  padding: 14px 16px;
  color: #fff;
}
.m-header h4 { font-size: 17px; margin: 0 0 2px; color: inherit !important; }
.m-header span { font-size: 12px; opacity: 0.85; }
.m-best { background: linear-gradient(135deg, #16a34a, #22c55e); }
.m-good { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.m-ok { background: linear-gradient(135deg, #d97706, #f59e0b); }
.m-poor { background: linear-gradient(135deg, #dc2626, #ef4444); }
.m-body { padding: 14px 16px; }
.m-stat {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.m-stat:last-child { border-bottom: none; }
.m-stat .label { color: var(--text-muted); }
.m-stat .value { color: var(--text); font-weight: 500; }
.m-rating {
  margin-top: 10px;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.badge-best { background: #f0fdf4; color: #16a34a; }
.badge-good { background: #eff6ff; color: #2563eb; }
.badge-ok { background: #fffbeb; color: #d97706; }
.badge-poor { background: #fef2f2; color: #dc2626; }

.quick-compare {
  overflow-x: auto;
  margin: 20px 0;
}
.quick-compare table { width: 100%; border-collapse: collapse; font-size: 14px; }
.quick-compare th {
  background: var(--primary);
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
}
.quick-compare td { padding: 10px 14px; border-bottom: 1px solid var(--border); }
.quick-compare tr:nth-child(even) td { background: var(--bg); }
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}
.dot-best { background: #16a34a; }
.dot-good { background: #2563eb; }
.dot-ok { background: #d97706; }
.dot-poor { background: #dc2626; }

.route-season-wrap { overflow-x: auto; margin: 20px 0; }
.route-season-wrap table { width: 100%; border-collapse: collapse; font-size: 14px; }
.route-season-wrap th {
  background: var(--primary);
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
}
.route-season-wrap td { padding: 10px 14px; border-bottom: 1px solid var(--border); }
.route-season-wrap tr:nth-child(even) td { background: var(--bg); }

.blog-cta-section {
  padding: 60px 24px;
  text-align: center;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
}
.blog-cta-section h2 { font-size: 30px; margin-bottom: 10px; }
.blog-cta-section p {
  max-width: 600px;
  margin: 0 auto 20px;
  font-size: 15px;
  color: rgba(255,255,255,0.85);
}
.blog-cta-section .cta-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 30px;
  background: var(--gold);
  color: var(--primary);
  font-weight: 700;
  font-size: 15px;
  transition: 0.3s;
}
.blog-cta-section .cta-btn:hover { background: var(--gold-dark); transform: scale(1.04); }

.blog-sidebar {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .related-grid { grid-template-columns: 1fr; }
}
.related-card {
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border);
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}
.related-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-hover); }
.related-card img { width: 100%; height: 140px; object-fit: cover; }
.rc-body { padding: 14px; }
.rc-body h4 { font-size: 14px; color: var(--text); margin-bottom: 6px; line-height: 1.4; }
.rc-body span { font-size: 11px; color: var(--primary); font-weight: 600; letter-spacing: 1px; }

/* ========== BLOG PACKING GRID ========== */
.pack-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
  margin: 20px 0;
}
.pack-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow-card);
}
.pack-card i { font-size: 28px; margin-bottom: 10px; display: block; }
.pack-card h4 { font-size: 15px; color: var(--primary); margin-bottom: 6px; }
.pack-card p { font-size: 13px; color: var(--text-light); line-height: 1.6; margin-bottom: 0 !important; }

.cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 14px;
  margin: 20px 0;
}
.cat-card {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  background: var(--white);
}
.cc-head {
  padding: 12px 16px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.cc-head i { margin-right: 8px; }
.cc-body { padding: 14px 16px; }
.cc-body ul { margin: 0; padding: 0; list-style: none; }
.cc-body li {
  font-size: 13px;
  color: var(--text-light);
  padding: 4px 0;
  line-height: 1.5;
}
.cc-body li i { margin-right: 6px; width: 16px; }

.tip-banner {
  display: flex;
  gap: 16px;
  padding: 20px;
  border-radius: var(--radius);
  margin: 24px 0;
  align-items: flex-start;
}
.tip-banner.pro {
  background: linear-gradient(135deg, #eff6ff, #f0fdf4);
  border: 1px solid #93c5fd;
}
.tip-banner i {
  font-size: 28px;
  color: #2563eb;
  flex-shrink: 0;
  margin-top: 4px;
}
.tip-banner h4 { font-size: 15px; color: var(--primary); margin-bottom: 4px; }
.tip-banner p { font-size: 14px; color: var(--text-light); line-height: 1.7; margin-bottom: 0 !important; }

.section-divider {
  text-align: center;
  margin: 40px 0;
  position: relative;
}
.section-divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--border);
}
.section-divider i {
  background: var(--white);
  padding: 0 16px;
  position: relative;
  z-index: 1;
  color: var(--gold);
  font-size: 18px;
}

.dont-card {
  display: flex;
  gap: 14px;
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 10px;
  align-items: flex-start;
}
.dont-card i { color: #dc2626; font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.dc-body h4 { font-size: 15px; color: var(--text); margin-bottom: 4px; }
.dc-body p { font-size: 14px; color: var(--text-light); line-height: 1.6; margin-bottom: 0 !important; }

.checklist-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.checklist-table th {
  background: var(--primary);
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
}
.checklist-table td { padding: 8px 14px; border-bottom: 1px solid var(--border); }
.checklist-table tr:nth-child(even) td { background: var(--bg); }
.chk { font-size: 16px; }
.tag {
  display: inline-block;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.tag.essential { background: #fef2f2; color: #dc2626; }
.tag.recommended { background: #fffbeb; color: #d97706; }
.tag.optional { background: #f0fdf4; color: #16a34a; }

.season-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 20px 0;
}
@media (max-width: 600px) {
  .season-compare { grid-template-columns: 1fr; }
}
.season-compare .season-card { padding: 20px; }
.season-compare .season-card.dry { border-left: 4px solid #d97706; }
.season-compare .season-card.wet { border-left: 4px solid #2563eb; }
.season-compare .season-card ul { margin: 10px 0 0; padding: 0; list-style: none; }
.season-compare .season-card li {
  font-size: 13px;
  color: var(--text-light);
  padding: 4px 0;
  line-height: 1.5;
}
.season-compare .season-card li i { margin-right: 6px; }

.share-section {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 30px 0;
  padding: 20px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.share-section span { font-size: 13px; font-weight: 600; color: var(--text-muted); letter-spacing: 1px; }
.share-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  transition: 0.3s;
}
.share-btn:hover { transform: scale(1.15); }
.share-btn.fb { background: #1877f2; }
.share-btn.tw { background: #000; }
.share-btn.wa { background: #25d366; }
.share-btn.pt { background: #e60023; }

.author-box {
  display: flex;
  gap: 18px;
  padding: 24px;
  background: var(--bg);
  border-radius: var(--radius);
  margin: 30px 0;
  align-items: center;
}
.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--primary-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 24px;
  flex-shrink: 0;
}
.author-info h4 { font-size: 16px; color: var(--primary); margin-bottom: 4px; }
.author-info p { font-size: 14px; color: var(--text-light); line-height: 1.7; margin-bottom: 0 !important; }

/* ========== TOUR DETAIL PAGES (shared across safari/kili/zanzibar packages) ========== */
.tour-overview {
  padding: 50px 24px;
}
.tour-overview .section-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .tour-overview .section-container { grid-template-columns: 1fr; }
}
.to-label {
  font-size: 13px;
  color: var(--gold);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 6px;
}
.tour-overview h2 {
  font-size: 30px;
  color: var(--primary);
  margin-bottom: 16px;
  line-height: 1.3;
}
.tour-overview p {
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 12px;
}
.tour-overview img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
}

.tour-quick-info {
  background: var(--bg);
  padding: 30px 24px;
}
.tour-quick-info .section-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 780px) {
  .tour-quick-info .section-container { grid-template-columns: repeat(2, 1fr); }
}
.qi-card {
  text-align: center;
  padding: 22px 14px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border);
}
.qi-card i { font-size: 28px; color: var(--gold); margin-bottom: 8px; }
.qi-value { font-size: 16px; font-weight: 600; color: var(--text); }
.qi-label { font-size: 13px; color: var(--text-muted); margin-top: 2px; }

.tour-itinerary {
  padding: 60px 0;
}

.itin-table-wrap { overflow-x: auto; margin: 0 24px 40px; }
.itin-table { width: 100%; border-collapse: collapse; font-size: 14px; max-width: 1000px; margin: 0 auto; display: table; }
.itin-table th {
  background: var(--primary);
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
}
.itin-table td { padding: 10px 14px; border-bottom: 1px solid var(--border); }
.itin-table tr:nth-child(even) td { background: var(--bg); }
.td-day { font-weight: 700; color: var(--primary); }
.td-group { font-weight: 500; }
.td-price { font-weight: 700; color: var(--primary); font-size: 16px; }

.itinerary-day {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  padding: 0 24px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .itinerary-day { flex-direction: column; }
}
.day-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 80px;
}
.day-num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--gold));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}
.day-label { font-size: 11px; color: var(--text-muted); margin-top: 4px; text-transform: uppercase; letter-spacing: 1px; }
.day-content { flex: 1; }
.day-content h3 { font-size: 18px; color: var(--primary); margin-bottom: 8px; }
.day-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.day-meta i { margin-right: 4px; }
.day-content p { font-size: 14px; color: var(--text-light); line-height: 1.7; }

.tour-accommodation { padding: 60px 0; background: var(--bg); }
.acc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
.acc-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border);
  transition: 0.3s;
}
.acc-card:hover { transform: translateY(-4px); }
.acc-card img { width: 100%; height: 180px; object-fit: cover; }
.acc-body { padding: 18px; }
.acc-body h4 { font-size: 16px; color: var(--primary); margin-bottom: 2px; }
.acc-elevation { font-size: 12px; color: var(--gold); font-weight: 600; margin-bottom: 8px; }
.acc-body p { font-size: 13px; color: var(--text-light); line-height: 1.6; }

.tour-pricing { padding: 60px 0; }
.inc-exc-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 24px;
}
.inc-exc-card {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
}
.inc-exc-card.inc { border-color: #86efac; }
.inc-exc-card.exc { border-color: #fca5a5; }
.iec-header {
  padding: 12px 18px;
  font-weight: 600;
  font-size: 14px;
}
.inc .iec-header { background: #f0fdf4; color: #16a34a; }
.exc .iec-header { background: #fef2f2; color: #dc2626; }
.iec-header i { margin-right: 6px; }
.iec-body { padding: 14px 18px; }
.iec-body ul { margin: 0; padding: 0; list-style: none; }
.iec-body li {
  font-size: 13px;
  color: var(--text-light);
  padding: 5px 0;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}
.iec-body li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 700;
}
.exc .iec-body li::before { content: '\2717'; color: #dc2626; }

.price-table-card {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: #fff;
}
.ptc-header {
  padding: 12px 18px;
  font-weight: 700;
  font-size: 14px;
  background: var(--primary);
  color: #fff;
  border-bottom: 1px solid var(--border);
}
.ptc-header i { margin-right: 6px; }
.price-table-wrap { overflow-x: auto; }
.price-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.price-table th {
  background: #f5f5f5;
  color: var(--text-color, #333);
  padding: 12px 18px;
  text-align: left;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid var(--border);
}
.price-table td { padding: 12px 18px; border-bottom: 1px solid var(--border); font-size: 14px; }
.price-table tbody tr:hover td { background: #fff8f0; }
.price-table tbody tr:last-child td { border-bottom: none; }
.td-group { font-weight: 600; color: #333; }
.td-price { color: var(--primary); font-weight: 700; font-size: 15px; text-align: right; }
.price-table th:last-child { text-align: right; }

.pricing-action {
  margin-top: 16px;
  text-align: center;
}
.pa-btn {
  display: inline-block;
  padding: 14px 32px;
  background: var(--primary);
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
}
.pa-btn:hover { background: var(--primary-dark); transform: scale(1.03); }
.pa-btn i { margin-right: 8px; }

.tour-benefits { padding: 60px 0; background: var(--bg); }
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
.benefit-card {
  text-align: center;
  padding: 28px 20px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border);
  transition: 0.3s;
}
.benefit-card:hover { transform: translateY(-4px); }
.benefit-card i { font-size: 32px; color: var(--gold); margin-bottom: 12px; }
.benefit-card h4 { font-size: 16px; color: var(--primary); margin-bottom: 6px; }
.benefit-card p { font-size: 14px; color: var(--text-light); line-height: 1.7; }

.tour-pro-tips { padding: 60px 0; }

.tour-faq {
  padding: 60px 0;
  max-width: 800px;
  margin: 0 auto;
}
.tour-faq h2 {
  text-align: center;
  font-size: 28px;
  color: var(--primary);
  margin-bottom: 30px;
  padding: 0 24px;
}
.tour-faq .faq-list { padding: 0 24px; }

.tour-inquiry { padding: 60px 0; background: var(--bg); }
.inquiry-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 800px) {
  .inquiry-layout { grid-template-columns: 1fr; }
}
.inq-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-row.full { grid-template-columns: 1fr; }
@media (max-width: 600px) {
  .form-row { grid-template-columns: 1fr; }
}
.inq-form label { font-size: 14px; font-weight: 500; display: block; margin-bottom: 4px; color: var(--text); }
.inq-form input,
.inq-form textarea,
.inq-form select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  font-family: var(--font);
  font-size: 14px;
  transition: 0.3s;
  background: var(--white);
}
.inq-form input:focus,
.inq-form textarea:focus,
.inq-form select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(202,85,15,0.1);
}
.inq-form textarea { height: 120px; resize: vertical; }
.inq-form .submit-btn { margin-top: 4px; }

.inq-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.inq-side-card {
  background: var(--white);
  padding: 22px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  text-align: center;
}
.inq-side-card i { font-size: 28px; color: var(--gold); margin-bottom: 8px; }
.inq-side-card h4 { font-size: 15px; color: var(--primary); margin-bottom: 4px; }
.inq-side-card p { font-size: 13px; color: var(--text-light); line-height: 1.6; }

.inq-wa-card {
  background: linear-gradient(135deg, #25d366, #1da851);
  padding: 22px;
  border-radius: var(--radius);
  text-align: center;
  color: #fff;
}
.inq-wa-card h4 { font-size: 15px; margin-bottom: 4px; color: #fff; }
.inq-wa-card p { font-size: 13px; margin-bottom: 12px; color: rgba(255,255,255,0.9); }
.wa-icon-wrap i { font-size: 36px; color: #fff; margin-bottom: 8px; }
.wa-btn {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(255,255,255,0.2);
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  font-size: 13px;
  transition: 0.3s;
}
.wa-btn:hover { background: rgba(255,255,255,0.3); }
.wa-btn i { margin-right: 6px; }

.tour-cta {
  padding: 60px 24px;
  text-align: center;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
}
.tour-cta h2 { font-size: 30px; margin-bottom: 10px; }
.tour-cta p {
  max-width: 650px;
  margin: 0 auto 24px;
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
}
.cta-btns {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.cta-btn.primary {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 30px;
  background: var(--gold);
  color: var(--primary);
  font-weight: 700;
  font-size: 15px;
  transition: 0.3s;
}
.cta-btn.primary:hover { background: var(--gold-dark); transform: scale(1.04); }
.cta-btn.outline {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 30px;
  border: 2px solid rgba(255,255,255,0.6);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
}
.cta-btn.outline:hover { background: rgba(255,255,255,0.15); border-color: #fff; }
.cta-btn.outline i { margin-right: 6px; }

/* ========== LEGAL PAGES (Terms & Privacy Policy) ========== */
.legal-page {
  padding: 50px 24px 80px;
  background: var(--white);
}
.legal-page .legal-wrap {
  max-width: 880px;
  margin: 0 auto;
}
.legal-page .legal-intro {
  font-size: 16px;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid var(--bg);
}
.legal-page h2 {
  font-size: 24px;
  color: var(--primary);
  margin: 40px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px dotted rgba(202,85,15,0.15);
}
.legal-page h3 {
  font-size: 18px;
  color: var(--text);
  margin: 28px 0 12px;
  font-weight: 600;
}
.legal-page p {
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 14px;
}
.legal-page ul {
  margin: 10px 0 20px 20px;
  list-style: disc;
}
.legal-page ul li {
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 6px;
}
.legal-page ul li strong {
  color: var(--text);
}
.legal-page .legal-footer {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 2px solid var(--bg);
  text-align: center;
}
.legal-page .legal-footer p {
  font-size: 14px;
  color: var(--text-muted);
}

/* ========================
   BLOG COMPONENT STYLES
   ======================== */

/* Section Divider */
.section-divider {
  text-align: center;
  margin: 40px 0 30px;
}
.section-divider i {
  font-size: 28px;
  color: var(--primary);
  background: var(--primary-subtle);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Highlight Box */
.highlight-box {
  padding: 20px 24px;
  border-radius: var(--radius);
  margin: 24px 0;
  border-left: 4px solid;
}
.highlight-box.success {
  background: #f0fdf4;
  border-color: #16a34a;
}
.highlight-box.warning {
  background: #fffbeb;
  border-color: #d97706;
}
.highlight-box.info {
  background: #eff6ff;
  border-color: #2563eb;
}

/* Park Table */
.park-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}
.park-table th {
  background: var(--primary);
  color: #fff;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
}
.park-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
}
.park-table tr:hover td {
  background: var(--primary-subtle);
}
.rating.great { color: #16a34a; font-weight: 600; }
.rating.good { color: #2563eb; font-weight: 600; }
.rating.fair { color: #d97706; font-weight: 600; }
.rating.poor { color: #dc2626; font-weight: 600; }

/* Pro/Con Card */
.pro-con-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 20px 0;
}
.pro-con-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px;
  border: 1px solid var(--border);
}
.pro-con-card.pro { border-top: 3px solid #16a34a; }
.pro-con-card.con { border-top: 3px solid #dc2626; }

/* Myth Grid */
.myth-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.myth-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px;
  border: 1px solid var(--border);
}
.myth-label {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.myth-label.myth { background: #fef2f2; color: #dc2626; }
.myth-label.busted { background: #f0fdf4; color: #16a34a; }

/* Price Grid */
.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.price-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
}
.pc-head {
  padding: 24px;
  text-align: center;
}
.pc-head h3 { margin-bottom: 8px; }
.pc-price {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary);
}
.pc-price span { font-size: 14px; font-weight: 400; color: var(--text-muted); }
.pc-badge {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 12px;
  background: var(--primary);
  color: #fff;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.pc-body {
  padding: 0 24px 24px;
}
.pc-body ul { margin-top: 12px; }
.pc-body li {
  padding: 6px 0;
  font-size: 14px;
  color: var(--text-light);
}

/* Day Card */
.day-card {
  background: var(--white);
  border-radius: var(--radius);
  margin: 16px 0;
  border: 1px solid var(--border);
  overflow: hidden;
}
.dc-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: var(--bg);
}
.dc-num {
  width: 40px;
  height: 40px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}
.dc-tag {
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.dc-body {
  padding: 16px 20px;
}
.dc-body ul {
  margin: 8px 0;
  padding-left: 20px;
  list-style: disc;
}
.dc-body li {
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 4px;
}
.dc-cost {
  font-weight: 700;
  color: var(--primary);
  font-size: 16px;
}
.dc-kids {
  margin-top: 12px;
  padding: 12px 16px;
  background: #fefce8;
  border-radius: 8px;
  font-size: 13px;
  color: #92400e;
  border-left: 3px solid #eab308;
}
.day-card.welcome .dc-head { background: #f0fdf4; }
.day-card.safari-day .dc-head { background: #fef6ef; }
.day-card.fun-day .dc-head { background: #eff6ff; }
.day-card.travel-day .dc-head { background: #f3f4f6; }

/* Tips Grid */
.tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.tip-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px;
  border: 1px solid var(--border);
}
.tip-banner {
  padding: 20px 24px;
  background: var(--primary-subtle);
  border-radius: var(--radius);
  margin: 20px 0;
  border-left: 4px solid var(--primary);
}

/* Season Grid */
.season-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin: 20px 0;
}
.season-grid .best {
  background: #f0fdf4;
  border: 2px solid #16a34a;
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
}
.season-grid .avoid {
  background: #fef2f2;
  border: 2px solid #dc2626;
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
}
.season-grid .good {
  background: #eff6ff;
  border: 2px solid #2563eb;
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
}

/* Hidden Cost Grid */
.hidden-cost-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.hidden-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px;
  border: 1px solid var(--border);
}
.hidden-card.avoid {
  border-left: 4px solid #dc2626;
}
.hidden-card.tip {
  border-left: 4px solid #16a34a;
}

/* Stat Row */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
  margin: 20px 0;
}
.stat-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
  border: 1px solid var(--border);
}
.s-icon {
  font-size: 24px;
  color: var(--primary);
  margin-bottom: 8px;
}
.s-num {
  font-size: 28px;
  font-weight: 700;
  color: var(--text);
}
.s-label {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 4px;
}

/* Timeline */
.timeline {
  position: relative;
  padding-left: 30px;
  margin: 20px 0;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border);
}
.timeline-item {
  position: relative;
  margin-bottom: 24px;
  padding: 16px 20px;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 20px;
  width: 12px;
  height: 12px;
  background: var(--primary);
  border-radius: 50%;
  border: 2px solid #fff;
}
.tl-month {
  font-weight: 700;
  color: var(--primary);
  font-size: 16px;
  margin-bottom: 4px;
}
.tl-loc {
  font-size: 14px;
  color: var(--text-light);
}

/* River Card */
.river-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px;
  margin: 16px 0;
  border: 1px solid var(--border);
}
.rc-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.rc-stats {
  display: flex;
  gap: 20px;
  margin-top: 12px;
}
.rc-stat {
  text-align: center;
}
.r-num {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
}
.r-label {
  font-size: 12px;
  color: var(--text-muted);
}

/* Camp Grid */
.camp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.camp-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px;
  border: 1px solid var(--border);
}

/* VS Table */
.vs-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}
.vs-table th {
  background: var(--primary);
  color: #fff;
  padding: 12px 16px;
  text-align: left;
}
.vs-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
}
.vs-table .vs-winner {
  background: #f0fdf4;
  font-weight: 600;
}

/* Park Card */
.park-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
}
.park-card.ngoro { border-top: 4px solid #16a34a; }
.park-card.serengeti { border-top: 4px solid #d97706; }
.pc-head {
  padding: 20px;
  background: var(--bg);
}
.pc-body {
  padding: 0 20px 20px;
}
.pc-stats {
  display: flex;
  gap: 16px;
  margin-top: 12px;
}
.pc-stat {
  text-align: center;
}
.p-num {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
}
.p-label {
  font-size: 12px;
  color: var(--text-muted);
}

/* Choice Grid */
.choice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.choice-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px;
  border: 1px solid var(--border);
}

/* Itinerary Card */
.itinerary-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px;
  margin: 12px 0;
  border: 1px solid var(--border);
}
.it-days {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
}

/* Gear Grid */
.gear-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.gear-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px;
  border: 1px solid var(--border);
}
.gc-head {
  padding: 12px 16px;
  background: var(--primary);
  color: #fff;
  border-radius: 8px;
  margin-bottom: 12px;
}
.gc-body ul {
  margin: 8px 0;
  padding-left: 16px;
  list-style: disc;
}
.gc-price {
  font-weight: 700;
  color: var(--primary);
  margin-top: 8px;
}

/* Tech Grid */
.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.tech-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px;
  border: 1px solid var(--border);
}
.tc-head {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
}

/* Animal Grid */
.animal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.animal-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
}
.ac-img {
  height: 120px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.ac-body {
  padding: 16px;
}
.ac-body ul {
  padding-left: 16px;
  list-style: disc;
}
.ac-body li {
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 6px;
}
.ac-icon {
  width: 50px;
  height: 50px;
  background: var(--primary-subtle);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--primary);
}
.ac-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Phone Grid */
.phone-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.phone-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px;
  border: 1px solid var(--border);
}

/* Don't Grid */
.dont-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.dont-card {
  background: #fef2f2;
  border-radius: var(--radius);
  padding: 20px;
  border: 1px solid #fecaca;
}

/* Settings Table */
.settings-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}
.settings-table th {
  background: var(--primary);
  color: #fff;
  padding: 12px 16px;
  text-align: left;
}
.settings-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
}
.setting-val {
  font-weight: 600;
  color: var(--primary);
}

/* Pack Grid */
.pack-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.pack-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
}
.pack-item.essential {
  border-left: 4px solid #dc2626;
}
.pack-item.recomm {
  border-left: 4px solid #2563eb;
}
.pack-item i {
  font-size: 20px;
  color: var(--primary);
  margin-top: 2px;
}
.pi-text h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}
.pi-text p {
  font-size: 13px;
  color: var(--text-muted);
}

/* Event Timeline */
.event-timeline {
  position: relative;
  padding-left: 30px;
  margin: 20px 0;
}
.event-timeline::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border);
}
.event-item {
  position: relative;
  margin-bottom: 16px;
  padding: 12px 16px;
  background: var(--white);
  border-radius: 8px;
  border: 1px solid var(--border);
}
.event-item::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 16px;
  width: 10px;
  height: 10px;
  background: var(--primary);
  border-radius: 50%;
}
.e-month {
  font-weight: 700;
  color: var(--primary);
}

/* Park Value Grid */
.park-value-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.park-value-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px;
  border: 1px solid var(--border);
}
.pvc-bar {
  height: 6px;
  background: var(--border);
  border-radius: 3px;
  margin: 8px 0;
  overflow: hidden;
}
.pvc-body {
  padding: 0;
}
.pvc-tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
}

/* Tips Grid (Family) */
.tip-family-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.tip-family-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px;
  border: 1px solid var(--border);
}
.tip-family-card.green { border-left: 4px solid #16a34a; }
.tip-family-card.blue { border-left: 4px solid #2563eb; }
.tip-family-card.orange { border-left: 4px solid #d97706; }
.tfc-icon {
  font-size: 24px;
  color: var(--primary);
  margin-bottom: 8px;
}

/* Activity Grid */
.activity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.activity-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px;
  border: 1px solid var(--border);
  text-align: center;
}

/* Safety Grid */
.safety-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.safety-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px;
  border: 1px solid var(--border);
}

/* Pack Family Grid */
.pack-family-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin: 20px 0;
}
.pack-family-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  background: var(--white);
  border-radius: 8px;
  border: 1px solid var(--border);
}
.pack-family-item i {
  font-size: 20px;
  color: var(--primary);
  margin-top: 2px;
}

/* Age Grid */
.age-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin: 20px 0;
}
.age-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
  border: 1px solid var(--border);
}
.age-range {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
}
.age-rating {
  font-size: 13px;
  color: var(--text-muted);
}

/* Park Family Grid */
.park-family-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.park-family-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
}
.pfc-head {
  padding: 16px;
  background: var(--primary-subtle);
}
.pfc-body {
  padding: 16px;
}
.pfc-stat {
  display: inline-block;
  padding: 3px 10px;
  background: var(--bg);
  border-radius: 12px;
  font-size: 12px;
  margin: 4px;
}

/* Lodging Grid */
.lodging-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.lodging-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px;
  border: 1px solid var(--border);
}
.lc-head {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
}
.lc-body {
  font-size: 14px;
  color: var(--text-light);
}

/* Fear Card */
.fear-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px;
  margin: 12px 0;
  border: 1px solid var(--border);
}
.fc-icon-safe { color: #16a34a; font-size: 24px; }
.fc-icon-warn { color: #d97706; font-size: 24px; }

/* Prep Grid */
.prep-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.prep-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px;
  border: 1px solid var(--border);
}

/* Drive Schedule */
.drive-schedule {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin: 20px 0;
}
.drive-slot {
  background: var(--white);
  border-radius: 8px;
  padding: 16px;
  border: 1px solid var(--border);
}
.ds-time {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 4px;
}

/* Accom Grid */
.accom-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.accom-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px;
  border: 1px solid var(--border);
}
.ac-head {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
}
.ac-body {
  font-size: 14px;
  color: var(--text-light);
}
.ac-price {
  font-weight: 700;
  color: var(--primary);
  margin-top: 8px;
}

/* Migration Compare */
.migration-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 20px 0;
}
.migration-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px;
  border: 1px solid var(--border);
}
.mc-head {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}
.mc-stat {
  margin: 8px 0;
}
.ms-label {
  font-size: 13px;
  color: var(--text-muted);
}
.ms-val {
  font-weight: 600;
}

/* Cost Compare */
.cost-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 20px 0;
}
.cost-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px;
  border: 1px solid var(--border);
}
.co-head {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}
.co-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
}
.cr-label { color: var(--text-light); }
.cr-val { font-weight: 600; }
.co-total {
  display: flex;
  justify-content: space-between;
  padding: 12px 0 0;
  font-weight: 700;
  font-size: 16px;
  color: var(--primary);
}

/* Compare Quick */
.compare-quick {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 20px 0;
}
.cmp-winner {
  display: inline-block;
  padding: 4px 12px;
  background: #f0fdf4;
  color: #16a34a;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}
.flag-tz, .flag-ke {
  display: inline-block;
  margin-right: 8px;
}

/* Country Side */
.country-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 20px 0;
}
.country-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px;
  border: 1px solid var(--border);
}
.cc-head {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
}
.cc-sub {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 12px;
}
.cc-body {
  font-size: 14px;
  color: var(--text-light);
}
.cc-stat {
  margin: 8px 0;
  font-size: 14px;
}

/* Logistics Grid */
.logistics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.logi-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px;
  border: 1px solid var(--border);
  text-align: center;
}
.logi-icon {
  font-size: 28px;
  color: var(--primary);
  margin-bottom: 8px;
}

/* Decision Grid */
.decision-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.decision-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px;
  border: 1px solid var(--border);
}

/* Verdict Box */
.verdict-box {
  padding: 24px;
  background: var(--primary-subtle);
  border-radius: var(--radius);
  border-left: 4px solid var(--primary);
  margin: 20px 0;
}

/* ========== WHATSAPP INQUIRY FORM ========== */
.wa-inquiry-section {
  padding: 80px 0 100px;
  background: var(--bg);
}

.wa-inquiry-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 40px;
}

.wa-inquiry-icon {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 56px; height: 56px;
  background: #25D366;
  color: #fff;
  font-size: 26px;
  border-radius: 50%;
  margin-bottom: 16px;
  box-shadow: 0 8px 24px rgba(37,211,102,0.3);
}

.wa-inquiry-title {
  font-size: 38px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 12px;
  line-height: 1.2;
}

.wa-inquiry-sub {
  font-size: 17px;
  color: var(--text-light);
  line-height: 1.7;
}

.wa-inquiry-card {
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.06);
}

.wa-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
}

.wa-card-top-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.wa-card-top-left > i {
  font-size: 28px;
  opacity: 0.9;
}

.wa-card-top-left strong {
  font-size: 17px;
  display: block;
}

.wa-card-top-left span {
  font-size: 12px;
  opacity: 0.85;
}

.wa-secure-badge {
  background: rgba(255,255,255,0.2);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.wa-card-body {
  padding: 28px;
}

.wa-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.wa-row-full {
  grid-template-columns: 1fr;
}

.wa-field label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}

.wa-input-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f9fafb;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  padding: 0 14px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.wa-input-wrap:focus-within {
  border-color: #25D366;
  box-shadow: 0 0 0 3px rgba(37,211,102,0.12);
}

.wa-input-wrap i {
  color: #9ca3af;
  font-size: 14px;
  min-width: 16px;
  text-align: center;
}

.wa-input-wrap input,
.wa-input-wrap select,
.wa-input-wrap textarea {
  flex: 1;
  border: none;
  background: transparent;
  padding: 12px 0;
  font-size: 14px;
  color: var(--text);
  outline: none;
  font-family: inherit;
  min-width: 0;
}

.wa-input-wrap textarea {
  resize: vertical;
  min-height: 70px;
}

.wa-input-wrap select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.wa-date-wrap {
  cursor: pointer;
}

.wa-date-wrap input[type="date"] {
  cursor: pointer;
}

.wa-input-group {
  padding-right: 0;
}

.wa-input-suffix {
  padding: 12px 14px;
  background: #f1f5f9;
  border-left: 1.5px solid #e5e7eb;
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 600;
  white-space: nowrap;
  border-radius: 0 10px 10px 0;
  margin: -0px -14px -0px 0;
  padding: 12px 14px;
}

.wa-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 0.3px;
  margin-top: 4px;
  box-shadow: 0 6px 20px rgba(37,211,102,0.3);
}

.wa-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(37,211,102,0.4);
}

.wa-submit-btn i {
  font-size: 20px;
}

@media (max-width: 768px) {
  .wa-inquiry-title { font-size: 28px; }
  .wa-row { grid-template-columns: 1fr; gap: 14px; }
  .wa-card-body { padding: 20px; }
}

/* ========== KILIMANJARO PAGE ========== */
.kili-hero {
  position: relative; min-height: 90vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; background: #0a0a0a;
}
.kili-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.05);
  animation: heroZoom 20s ease infinite alternate;
}
@keyframes heroZoom { from { transform: scale(1.05); } to { transform: scale(1.15); } }
.kili-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.7) 100%);
}
.kili-hero-content {
  position: relative; z-index: 2; text-align: center;
  max-width: 800px; padding: 0 24px; color: #fff;
}
.kili-hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: var(--primary); margin-bottom: 20px;
}
.kili-hero-tag i { font-size: 14px; }
.kili-hero-content h1 {
  font-size: 68px; font-weight: 800; line-height: 1.05; margin-bottom: 16px;
  letter-spacing: -1px;
}
.kili-hero-content p {
  font-size: 19px; line-height: 1.7; color: rgba(255,255,255,0.85);
  max-width: 600px; margin: 0 auto 32px; font-weight: 300;
}
.text-gold { color: var(--primary); }
.kili-hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.kili-hero-btn {
  padding: 14px 32px; font-size: 13px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; border-radius: 0; transition: all 0.4s; cursor: pointer;
  text-decoration: none;
}
.kili-hero-btn.primary {
  background: var(--primary); color: #fff; border: 2px solid var(--primary);
}
.kili-hero-btn.primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); transform: translateY(-2px); }
.kili-hero-btn.outline {
  background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.4);
}
.kili-hero-btn.outline:hover { border-color: #fff; background: rgba(255,255,255,0.1); }
.kili-hero-btn i { margin-right: 6px; }
.kili-hero-stats {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 3;
  display: flex; justify-content: center; gap: 0;
  background: rgba(0,0,0,0.6); backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,0.1);
}
.kili-stat {
  padding: 24px 48px; text-align: center;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.kili-stat:last-child { border-right: none; }
.kili-stat-num {
  font-size: 32px; font-weight: 800; color: #fff;
}
.kili-stat-num small { font-size: 16px; font-weight: 400; color: var(--primary); }
.kili-stat-label {
  font-size: 11px; color: rgba(255,255,255,0.5);
  letter-spacing: 1px; text-transform: uppercase; margin-top: 4px;
}

/* Section tags */
.section-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--primary); margin-bottom: 12px;
}
.section-tag i { font-size: 12px; }
.section-tag.light { color: var(--primary); }
.section-header { text-align: center; max-width: 700px; margin: 0 auto 50px; }
.section-header h2 { font-size: 40px; font-weight: 800; margin-bottom: 14px; line-height: 1.2; }
.section-header p { font-size: 17px; color: var(--text-light); line-height: 1.7; }

/* Routes Grid */
.kili-routes { padding: 90px 0; background: var(--white); }
.kili-routes-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  max-width: 1100px; margin: 0 auto;
}
.route-card {
  position: relative; padding: 32px 28px;
  background: var(--white); border: 1px solid var(--border);
  border-radius: 16px; transition: all 0.4s;
}
.route-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  border-color: var(--primary);
}
.route-icon {
  width: 50px; height: 50px; display: flex; align-items: center; justify-content: center;
  background: var(--primary-subtle); color: var(--primary);
  border-radius: 12px; font-size: 20px; margin-bottom: 18px;
}
.route-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; }
.route-meta { display: flex; gap: 14px; margin-bottom: 12px; flex-wrap: wrap; }
.route-meta span { font-size: 12px; color: var(--text-muted); display: flex; align-items: center; gap: 5px; }
.route-meta i { color: var(--primary); font-size: 11px; }
.route-card p { font-size: 14px; color: var(--text-light); line-height: 1.7; margin-bottom: 16px; }
.route-badge {
  position: absolute; top: 16px; right: 16px;
  padding: 4px 10px; border-radius: 20px; font-size: 10px;
  font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase;
}
.route-badge.rec { background: #fef3c7; color: #b45309; }
.route-badge.best { background: #d1fae5; color: #065f46; }
.route-badge.hut { background: #dbeafe; color: #1e40af; }
.route-badge.remote { background: #f3e8ff; color: #7c3aed; }
.route-badge.challenge { background: #fee2e2; color: #b91c1c; }
.route-badge.quiet { background: #e0f2fe; color: #0369a1; }

/* Why Climb With Us */
.kili-why {
  padding: 90px 0; background: #0f1419; color: #fff;
}
.kili-why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.kili-why-text h2 { font-size: 38px; font-weight: 800; margin-bottom: 16px; }
.kili-why-text > p { font-size: 16px; color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 32px; }
.kili-why-list { display: flex; flex-direction: column; gap: 24px; }
.kili-why-item { display: flex; gap: 16px; }
.kili-why-icon {
  width: 44px; height: 44px; min-width: 44px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(202,85,15,0.15); color: var(--primary);
  border-radius: 10px; font-size: 18px;
}
.kili-why-item h4 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.kili-why-item p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.6; }
.kili-why-visual { position: relative; }
.kili-why-img img { width: 100%; border-radius: 16px; display: block; }
.kili-why-float {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--primary); color: #fff;
  padding: 20px 28px; border-radius: 14px;
  box-shadow: 0 12px 40px rgba(202,85,15,0.4);
}
.kili-float-num { font-size: 36px; font-weight: 800; line-height: 1; }
.kili-float-text { font-size: 12px; opacity: 0.85; margin-top: 4px; }

/* Packages Grid */
.kili-packages { padding: 90px 0; background: var(--bg); }
.kili-pkg-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  max-width: 1100px; margin: 0 auto;
}
.kili-pkg-card {
  background: #fff; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--border); transition: all 0.4s;
}
.kili-pkg-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); }
.kili-pkg-img { position: relative; height: 220px; overflow: hidden; }
.kili-pkg-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.kili-pkg-card:hover .kili-pkg-img img { transform: scale(1.08); }
.kili-pkg-badge {
  position: absolute; top: 14px; right: 14px;
  background: rgba(0,0,0,0.7); color: #fff;
  padding: 5px 12px; border-radius: 6px;
  font-size: 11px; font-weight: 700; backdrop-filter: blur(4px);
}
.kili-pkg-body { padding: 22px; }
.kili-pkg-route { font-size: 11px; color: var(--primary); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.kili-pkg-body h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.kili-pkg-rating { font-size: 13px; color: var(--text-muted); margin-bottom: 16px; }
.kili-pkg-rating .stars { color: #f59e0b; letter-spacing: 2px; }
.kili-pkg-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px; border-top: 1px solid var(--border);
}
.kili-pkg-price { font-size: 18px; font-weight: 800; color: var(--primary); }
.kili-pkg-price span { font-size: 11px; font-weight: 400; color: var(--text-muted); }
.kili-pkg-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 18px; background: var(--primary); color: #fff;
  font-size: 12px; font-weight: 700; letter-spacing: 0.5px;
  border-radius: 8px; text-decoration: none; transition: all 0.3s;
}
.kili-pkg-btn:hover { background: var(--primary-dark); }
.kili-pkg-btn i { font-size: 10px; transition: transform 0.3s; }
.kili-pkg-btn:hover i { transform: translateX(3px); }

/* Comparison Table */
.kili-compare { padding: 90px 0; background: var(--white); }
.kili-table-wrap { overflow-x: auto; border-radius: 12px; border: 1px solid var(--border); }
.kili-table { width: 100%; border-collapse: collapse; }
.kili-table th {
  background: #0f1419; color: #fff;
  padding: 16px 20px; font-size: 12px; font-weight: 700;
  letter-spacing: 0.5px; text-transform: uppercase; text-align: left;
}
.kili-table td {
  padding: 16px 20px; border-bottom: 1px solid var(--border);
  font-size: 14px; color: var(--text);
}
.kili-table tr:last-child td { border-bottom: none; }
.kili-table tr:hover td { background: var(--primary-subtle); }
.kili-table strong { color: var(--primary); }
.diff {
  display: inline-block; padding: 3px 10px; border-radius: 20px;
  font-size: 11px; font-weight: 700;
}
.diff.moderate { background: #d1fae5; color: #065f46; }
.diff.hard { background: #fef3c7; color: #b45309; }
.diff.very-hard { background: #fee2e2; color: #b91c1c; }

/* Final CTA */
.kili-final-cta {
  position: relative; padding: 100px 24px; text-align: center;
  overflow: hidden;
}
.kili-final-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.kili-final-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.75);
}
.kili-final-content {
  position: relative; z-index: 2; max-width: 700px; margin: 0 auto; color: #fff;
}
.kili-final-content h2 { font-size: 42px; font-weight: 800; margin-bottom: 16px; }
.kili-final-content p { font-size: 17px; color: rgba(255,255,255,0.8); line-height: 1.7; margin-bottom: 32px; }
.kili-final-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 1024px) {
  .kili-routes-grid, .kili-pkg-grid { grid-template-columns: repeat(2, 1fr); }
  .kili-why-grid { grid-template-columns: 1fr; }
  .kili-why-visual { max-width: 500px; }
}
@media (max-width: 768px) {
  .kili-hero-content h1 { font-size: 38px; }
  .kili-hero-stats { flex-wrap: wrap; }
  .kili-stat { padding: 16px 24px; flex: 1; min-width: 50%; }
  .kili-routes-grid, .kili-pkg-grid { grid-template-columns: 1fr; }
  .section-header h2 { font-size: 30px; }
  .kili-final-content h2 { font-size: 30px; }
}

/* ========== SAFARI PAGE ========== */
.safari-hero .kili-hero-bg { animation-duration: 25s; }
.safari-hero .kili-hero-tag { color: var(--primary); }

/* Destinations */
.safari-destinations { padding: 90px 0; background: var(--white); }
.dest-hero-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  margin-bottom: 20px;
}
.dest-hero-card {
  position: relative; border-radius: 16px; overflow: hidden;
  height: 340px; display: block; text-decoration: none;
}
.dest-hero-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.dest-hero-card:hover img { transform: scale(1.08); }
.dest-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.8) 100%);
  padding: 24px; display: flex; flex-direction: column; justify-content: flex-end;
  color: #fff;
}
.dest-hero-region {
  font-size: 10px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--primary); margin-bottom: 6px;
}
.dest-hero-overlay h3 { font-size: 22px; font-weight: 700; margin-bottom: 6px; }
.dest-hero-overlay p { font-size: 13px; color: rgba(255,255,255,0.8); line-height: 1.5; margin-bottom: 10px; }
.dest-hero-link {
  font-size: 12px; font-weight: 700; color: var(--primary);
  display: inline-flex; align-items: center; gap: 6px;
}
.dest-hero-link i { font-size: 10px; transition: transform 0.3s; }
.dest-hero-card:hover .dest-hero-link i { transform: translateX(4px); }
.dest-sm-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.dest-sm-card {
  position: relative; border-radius: 12px; overflow: hidden;
  height: 200px; display: block; text-decoration: none;
}
.dest-sm-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.dest-sm-card:hover img { transform: scale(1.08); }
.dest-sm-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.8));
  padding: 16px; color: #fff;
}
.dest-sm-info h4 { font-size: 15px; font-weight: 700; margin-bottom: 2px; }
.dest-sm-info span { font-size: 11px; color: rgba(255,255,255,0.7); display: flex; align-items: center; gap: 4px; }

/* Safari Why */
.safari-why { padding: 90px 0; background: #0f1419; color: #fff; }
.safari-why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; max-width: 1100px; margin: 0 auto; }
.safari-why-text h2 { font-size: 38px; font-weight: 800; margin-bottom: 16px; }
.safari-why-text > p { font-size: 16px; color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 32px; }
.safari-why-list { display: flex; flex-direction: column; gap: 24px; }
.safari-why-item { display: flex; gap: 16px; }
.safari-why-icon {
  width: 44px; height: 44px; min-width: 44px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(202,85,15,0.15); color: var(--primary);
  border-radius: 10px; font-size: 18px;
}
.safari-why-item h4 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.safari-why-item p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.6; }
.safari-why-visual { position: relative; }
.safari-why-img img { width: 100%; border-radius: 16px; display: block; }
.safari-why-float {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--primary); color: #fff;
  padding: 20px 28px; border-radius: 14px;
  box-shadow: 0 12px 40px rgba(202,85,15,0.4);
}

/* Season Grid */
.safari-season { padding: 90px 0; background: var(--bg); }
.season-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.season-card {
  background: #fff; border-radius: 16px; padding: 32px;
  border: 1px solid var(--border); position: relative; transition: all 0.4s;
}
.season-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); }
.season-icon {
  width: 50px; height: 50px; display: flex; align-items: center; justify-content: center;
  border-radius: 12px; font-size: 22px; margin-bottom: 16px;
}
.season-card.dry .season-icon { background: #fef3c7; color: #d97706; }
.season-card.green .season-icon { background: #d1fae5; color: #059669; }
.season-card.migration .season-icon { background: #fee2e2; color: #dc2626; }
.season-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 4px; }
.season-months { font-size: 13px; color: var(--primary); font-weight: 600; margin-bottom: 18px; }
.season-card ul { list-style: none; padding: 0; margin: 0 0 20px; }
.season-card li { font-size: 13px; color: var(--text-light); line-height: 1.6; margin-bottom: 8px; display: flex; gap: 8px; }
.season-card li i { color: #059669; font-size: 11px; margin-top: 4px; }
.season-label {
  display: inline-block; padding: 4px 12px; border-radius: 20px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase;
}
.season-label.peak { background: #fef3c7; color: #b45309; }
.season-label.value { background: #d1fae5; color: #065f46; }
.season-label.iconic { background: #fee2e2; color: #b91c1c; }

/* Safari Types */
.safari-types { padding: 90px 0; background: var(--white); }
.types-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; max-width: 1100px; margin: 0 auto; }
.type-card {
  text-align: center; padding: 32px 20px;
  background: var(--bg); border-radius: 16px;
  border: 1px solid var(--border); transition: all 0.4s;
}
.type-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); border-color: var(--primary); }
.type-icon {
  width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
  background: var(--primary-subtle); color: var(--primary);
  border-radius: 14px; font-size: 24px; margin: 0 auto 16px;
}
.type-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.type-card p { font-size: 13px; color: var(--text-light); line-height: 1.6; }

/* Safari Packages */
.safari-packages { padding: 90px 0; background: var(--bg); }
.safari-pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1100px; margin: 0 auto; }
.safari-pkg-card {
  background: #fff; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--border); transition: all 0.4s;
}
.safari-pkg-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); }
.safari-pkg-img { position: relative; height: 200px; overflow: hidden; }
.safari-pkg-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.safari-pkg-card:hover .safari-pkg-img img { transform: scale(1.08); }
.safari-pkg-badge {
  position: absolute; top: 14px; right: 14px;
  background: rgba(0,0,0,0.7); color: #fff;
  padding: 5px 12px; border-radius: 6px;
  font-size: 11px; font-weight: 700; backdrop-filter: blur(4px);
}
.safari-pkg-body { padding: 20px; }
.safari-pkg-type { font-size: 11px; color: var(--primary); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.safari-pkg-body h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; line-height: 1.3; }
.safari-pkg-rating { font-size: 12px; color: var(--text-muted); margin-bottom: 14px; }
.safari-pkg-rating .stars { color: #f59e0b; letter-spacing: 2px; }
.safari-pkg-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 14px; border-top: 1px solid var(--border);
}
.safari-pkg-price { font-size: 16px; font-weight: 800; color: var(--primary); }
.safari-pkg-price span { font-size: 10px; font-weight: 400; color: var(--text-muted); }
.safari-pkg-btn {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 7px 14px; background: var(--primary); color: #fff;
  font-size: 11px; font-weight: 700; border-radius: 8px;
  text-decoration: none; transition: all 0.3s;
}
.safari-pkg-btn:hover { background: var(--primary-dark); }
.safari-pkg-btn i { font-size: 9px; transition: transform 0.3s; }
.safari-pkg-btn:hover i { transform: translateX(3px); }

/* Trust & Steps */
.safari-trust { padding: 90px 0; background: var(--white); }
.safari-steps { padding: 90px 0; background: var(--bg); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.trust-card {
  text-align: center; padding: 32px 24px;
  background: var(--bg); border-radius: 16px;
  border: 1px solid var(--border); transition: all 0.4s;
}
.trust-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); border-color: var(--primary); }
.trust-card i { font-size: 32px; color: var(--primary); margin-bottom: 16px; }
.trust-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.trust-card p { font-size: 13px; color: var(--text-light); line-height: 1.6; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1100px; margin: 0 auto; }
.step-card { text-align: center; padding: 20px; }
.step-number {
  width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
  background: var(--primary); color: #fff; border-radius: 50%;
  font-size: 22px; font-weight: 800; margin: 0 auto 18px;
}
.step-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.step-card p { font-size: 14px; color: var(--text-light); line-height: 1.6; }

/* Safari FAQ */
.safari-faq { padding: 90px 0; background: var(--white); }
.safari-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

/* Safari Final CTA */
.safari-final-cta {
  position: relative; padding: 100px 24px; text-align: center; overflow: hidden;
}
.safari-final-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
}
.safari-final-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.75); }
.safari-final-content { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; color: #fff; }
.safari-final-content h2 { font-size: 42px; font-weight: 800; margin-bottom: 16px; }
.safari-final-content p { font-size: 17px; color: rgba(255,255,255,0.8); line-height: 1.7; margin-bottom: 32px; }
.safari-final-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 1024px) {
  .dest-hero-grid { grid-template-columns: 1fr 1fr; }
  .safari-why-grid { grid-template-columns: 1fr; }
  .safari-pkg-grid { grid-template-columns: repeat(3, 1fr); }
  .types-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .dest-hero-grid { grid-template-columns: 1fr; }
  .dest-sm-grid { grid-template-columns: repeat(2, 1fr); }
  .season-grid { grid-template-columns: 1fr; }
  .types-grid { grid-template-columns: 1fr; }
  .safari-pkg-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .safari-faq-grid { grid-template-columns: 1fr; }
  .safari-final-content h2 { font-size: 30px; }
}

/* ========== ABOUT PAGE ========== */
.about-hero .kili-hero-bg { animation-duration: 22s; }
.about-hero .kili-hero-tag { color: var(--primary); }

/* Intro */
.about-intro { padding: 90px 0; background: var(--white); }
.about-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; max-width: 1100px; margin: 0 auto; }
.about-intro-text h2 { font-size: 36px; font-weight: 800; margin-bottom: 20px; line-height: 1.2; }
.about-intro-body { font-size: 16px; color: var(--text-light); line-height: 1.8; }
.about-intro-body p { margin-bottom: 14px; }
.about-intro-visual { position: relative; }
.about-intro-visual img { width: 100%; border-radius: 16px; display: block; }
.about-intro-badge {
  position: absolute; bottom: -20px; left: -20px;
  background: var(--primary); color: #fff;
  padding: 20px 28px; border-radius: 14px;
  box-shadow: 0 12px 40px rgba(202,85,15,0.4);
  display: flex; align-items: center; gap: 14px;
}
.about-badge-num { font-size: 36px; font-weight: 800; line-height: 1; }
.about-badge-num small { font-size: 18px; }
.about-badge-text { font-size: 13px; line-height: 1.3; opacity: 0.9; }

/* Mission & Vision */
.about-mv { padding: 90px 0; background: #0f1419; color: #fff; }
.about-mv .section-tag { color: var(--primary); }
.about-mv .section-header h2 { color: #fff; }
.about-mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.about-mv-card {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; padding: 36px;
}
.about-mv-icon {
  width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
  background: rgba(202,85,15,0.15); color: var(--primary);
  border-radius: 14px; font-size: 24px; margin-bottom: 20px;
}
.about-mv-card h3 { font-size: 22px; font-weight: 700; margin-bottom: 14px; }
.about-mv-text { font-size: 15px; color: rgba(255,255,255,0.7); line-height: 1.8; }
.about-mv-text p { margin-bottom: 10px; }

/* Core Values */
.about-values { padding: 90px 0; background: var(--bg); }
.about-values-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; max-width: 1100px; margin: 0 auto; }
.about-value-card {
  text-align: center; padding: 32px 20px;
  background: #fff; border-radius: 16px;
  border: 1px solid var(--border); transition: all 0.4s;
}
.about-value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); border-color: var(--primary); }
.about-value-icon {
  width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
  background: var(--primary-subtle); color: var(--primary);
  border-radius: 14px; font-size: 24px; margin: 0 auto 16px;
}
.about-value-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.about-value-card p { font-size: 13px; color: var(--text-light); line-height: 1.6; }

/* What We Promise */
.about-promise { padding: 90px 0; background: var(--white); }
.about-promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.about-promise-card {
  text-align: center; padding: 32px 24px;
  background: var(--bg); border-radius: 16px;
  border: 1px solid var(--border); transition: all 0.4s;
}
.about-promise-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); border-color: var(--primary); }
.about-promise-icon {
  width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;
  background: var(--primary); color: #fff;
  border-radius: 50%; font-size: 24px; margin: 0 auto 18px;
}
.about-promise-card h4 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.about-promise-card p { font-size: 13px; color: var(--text-light); line-height: 1.6; }

/* Team */
.about-team { padding: 90px 0; background: var(--bg); }
.about-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 1100px; margin: 0 auto; }
.about-team-card {
  background: #fff; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--border); transition: all 0.4s;
}
.about-team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); }
.about-team-img { height: 280px; overflow: hidden; }
.about-team-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.about-team-card:hover .about-team-img img { transform: scale(1.06); }
.about-team-placeholder {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--primary), var(--gold));
  color: #fff; font-size: 64px; font-weight: 800;
}
.about-team-info { padding: 24px; }
.about-team-info h4 { font-size: 18px; font-weight: 700; margin-bottom: 4px; }
.about-team-role {
  font-size: 12px; color: var(--primary); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px;
}
.about-team-info p { font-size: 13px; color: var(--text-light); line-height: 1.6; }

/* Services */
.about-services { padding: 90px 0; background: var(--white); }
.about-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.about-service-card {
  padding: 36px 28px; background: var(--bg);
  border-radius: 16px; border: 1px solid var(--border);
  transition: all 0.4s;
}
.about-service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); border-color: var(--primary); }
.about-service-icon {
  width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
  background: var(--primary-subtle); color: var(--primary);
  border-radius: 14px; font-size: 24px; margin-bottom: 18px;
}
.about-service-card h3 { font-size: 19px; font-weight: 700; margin-bottom: 10px; }
.about-service-card p { font-size: 14px; color: var(--text-light); line-height: 1.7; }

/* FAQ */
.about-faq { padding: 90px 0; background: var(--bg); }
.about-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1100px; margin: 0 auto; }

/* CTA */
.about-cta {
  position: relative; padding: 100px 24px; text-align: center; overflow: hidden;
}
.about-cta-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
}
.about-cta-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.75); }
.about-cta-content { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; color: #fff; }
.about-cta-content h2 { font-size: 42px; font-weight: 800; margin-bottom: 16px; }
.about-cta-content p { font-size: 17px; color: rgba(255,255,255,0.8); line-height: 1.7; margin-bottom: 32px; }
.about-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 1024px) {
  .about-intro-grid { grid-template-columns: 1fr; }
  .about-mv-grid { grid-template-columns: 1fr; }
  .about-values-grid { grid-template-columns: repeat(3, 1fr); }
  .about-promise-grid { grid-template-columns: repeat(2, 1fr); }
  .about-team-grid { grid-template-columns: repeat(2, 1fr); }
  .about-services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .about-intro-visual { max-width: 400px; }
  .about-intro-badge { left: 10px; bottom: -10px; padding: 14px 20px; }
  .about-badge-num { font-size: 28px; }
  .about-values-grid { grid-template-columns: repeat(2, 1fr); }
  .about-promise-grid { grid-template-columns: 1fr; }
  .about-team-grid { grid-template-columns: 1fr; }
  .about-services-grid { grid-template-columns: 1fr; }
  .about-faq-grid { grid-template-columns: 1fr; }
  .about-cta-content h2 { font-size: 30px; }
}

/* ========== CONTACT PAGE ========== */
.contact-hero .kili-hero-bg { animation-duration: 22s; }
.contact-hero .kili-hero-tag { color: var(--primary); }

/* Quick Contact Cards */
.contact-quick { padding: 60px 0; position: relative; z-index: 5; }
.contact-quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1100px; margin: 0 auto; }
.contact-quick-card {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 32px 24px; background: #fff; border-radius: 16px;
  border: 1px solid var(--border); text-decoration: none; color: var(--text);
  transition: all 0.4s; box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.contact-quick-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
.contact-quick-icon {
  width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;
  border-radius: 50%; font-size: 26px; margin-bottom: 14px;
}
.contact-quick-card.wa .contact-quick-icon { background: #d1fae5; color: #059669; }
.contact-quick-card.phone .contact-quick-icon { background: #dbeafe; color: #2563eb; }
.contact-quick-card.email .contact-quick-icon { background: #fef3c7; color: #d97706; }
.contact-quick-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 4px; }
.contact-quick-card p { font-size: 13px; color: var(--text-muted); margin-bottom: 12px; }
.contact-quick-action {
  font-size: 12px; font-weight: 700; color: var(--primary);
  display: inline-flex; align-items: center; gap: 6px;
}
.contact-quick-action i { font-size: 10px; transition: transform 0.3s; }
.contact-quick-card:hover .contact-quick-action i { transform: translateX(4px); }

/* Main Contact */
.contact-main { padding: 80px 0; background: var(--bg); }
.contact-layout { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: start; max-width: 1100px; margin: 0 auto; }

/* Form */
.contact-form-wrap {
  background: #fff; border-radius: 16px; padding: 40px;
  border: 1px solid var(--border);
}
.contact-form-wrap h2 { font-size: 28px; font-weight: 800; margin-bottom: 6px; }
.contact-form-sub { font-size: 14px; color: var(--text-light); margin-bottom: 28px; }
.contact-alert {
  padding: 14px 18px; border-radius: 10px; margin-bottom: 24px;
  font-size: 14px; font-weight: 500; display: flex; align-items: center; gap: 10px;
}
.contact-alert.success { background: #d1fae5; color: #065f46; }
.contact-alert.error { background: #fee2e2; color: #991b1b; }
.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.contact-form-row.full { grid-template-columns: 1fr; }
.contact-field label {
  display: block; font-size: 13px; font-weight: 700;
  color: var(--text); margin-bottom: 6px;
}
.contact-field label span { color: #ef4444; }
.contact-input-wrap {
  display: flex; align-items: center; gap: 10px;
  background: #f9fafb; border: 1.5px solid #e5e7eb;
  border-radius: 10px; padding: 0 14px; transition: border-color 0.3s, box-shadow 0.3s;
}
.contact-input-wrap:focus-within { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(202,85,15,0.1); }
.contact-input-wrap i { color: #9ca3af; font-size: 14px; min-width: 16px; text-align: center; }
.contact-input-wrap input,
.contact-input-wrap select,
.contact-input-wrap textarea {
  flex: 1; border: none; background: transparent;
  padding: 12px 0; font-size: 14px; color: var(--text);
  outline: none; font-family: inherit; min-width: 0;
}
.contact-input-wrap textarea { resize: vertical; min-height: 100px; }
.contact-input-wrap select { cursor: pointer; appearance: none; -webkit-appearance: none; }
.textarea-wrap { align-items: flex-start; }
.textarea-wrap i { margin-top: 14px; }

/* Radio & Checkbox */
.contact-radio-group { display: flex; gap: 20px; margin-top: 6px; flex-wrap: wrap; }
.contact-radio {
  display: flex; align-items: center; gap: 8px; cursor: pointer;
  font-size: 14px; color: var(--text); position: relative;
}
.contact-radio input { display: none; }
.contact-radio-mark {
  width: 18px; height: 18px; border-radius: 50%;
  border: 2px solid #d1d5db; display: flex; align-items: center; justify-content: center;
  transition: all 0.3s;
}
.contact-radio input:checked + .contact-radio-mark { border-color: var(--primary); }
.contact-radio input:checked + .contact-radio-mark::after {
  content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: var(--primary);
}
.contact-radio i { font-size: 14px; color: var(--text-muted); }
.contact-checkbox {
  display: flex; align-items: flex-start; gap: 10px; cursor: pointer;
  font-size: 13px; color: var(--text-light); line-height: 1.5;
}
.contact-checkbox input { display: none; }
.contact-check-mark {
  width: 18px; height: 18px; min-width: 18px; border-radius: 4px;
  border: 2px solid #d1d5db; display: flex; align-items: center; justify-content: center;
  transition: all 0.3s; margin-top: 1px;
}
.contact-checkbox input:checked + .contact-check-mark {
  background: var(--primary); border-color: var(--primary);
}
.contact-checkbox input:checked + .contact-check-mark::after {
  content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900;
  font-size: 10px; color: #fff;
}
.contact-checkbox a { color: var(--primary); text-decoration: underline; }

/* Submit Button */
.contact-submit-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 36px; background: var(--primary); color: #fff;
  border: none; border-radius: 10px; font-size: 15px; font-weight: 700;
  cursor: pointer; transition: all 0.4s; letter-spacing: 0.3px;
}
.contact-submit-btn:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(202,85,15,0.3); }

/* Info Sidebar */
.contact-info-side { display: flex; flex-direction: column; gap: 20px; }
.contact-info-card {
  background: #fff; border-radius: 16px; padding: 28px;
  border: 1px solid var(--border);
}
.contact-info-card .ci-icon {
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  background: var(--primary-subtle); color: var(--primary);
  border-radius: 10px; font-size: 18px; margin-bottom: 14px;
}
.contact-info-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.contact-info-card p { font-size: 13px; color: var(--text-light); line-height: 1.7; }
.contact-info-card a { color: var(--primary); text-decoration: none; font-weight: 600; }
.contact-info-card a:hover { text-decoration: underline; }
.contact-info-card.wa-card { background: linear-gradient(135deg, #d1fae5, #a7f3d0); border-color: #6ee7b7; }
.contact-info-card.wa-card .ci-icon { background: rgba(255,255,255,0.7); color: #059669; }
.contact-wa-btn {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 14px; padding: 10px 22px;
  background: #25D366; color: #fff; border-radius: 10px;
  font-size: 13px; font-weight: 700; text-decoration: none; transition: all 0.3s;
}
.contact-wa-btn:hover { background: #128C7E; transform: translateY(-2px); }
.contact-social-card {
  background: #fff; border-radius: 16px; padding: 24px;
  border: 1px solid var(--border);
}
.contact-social-card h4 { font-size: 14px; font-weight: 700; margin-bottom: 12px; }
.contact-social-links { display: flex; gap: 10px; }
.contact-social-links a {
  width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
  background: var(--bg); border-radius: 10px; color: var(--text-muted);
  font-size: 16px; transition: all 0.3s;
}
.contact-social-links a:hover { background: var(--primary); color: #fff; }

/* Map */
.contact-map { padding: 90px 0; background: var(--white); }
.contact-map-wrap { border-radius: 16px; overflow: hidden; border: 1px solid var(--border); }
.contact-map-wrap iframe { width: 100%; height: 450px; border: none; display: block; }

/* Services */
.contact-services { padding: 90px 0; background: var(--bg); }
.contact-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.contact-service-card {
  position: relative; border-radius: 16px; overflow: hidden;
  height: 320px; display: block; text-decoration: none;
}
.contact-service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.contact-service-card:hover img { transform: scale(1.08); }
.contact-service-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 100%);
}
.contact-service-content {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 28px; color: #fff;
}
.contact-service-content i { font-size: 28px; color: var(--primary); margin-bottom: 12px; display: block; }
.contact-service-content h3 { font-size: 22px; font-weight: 700; margin-bottom: 6px; }
.contact-service-content p { font-size: 13px; color: rgba(255,255,255,0.8); margin-bottom: 12px; }
.contact-service-content span {
  font-size: 12px; font-weight: 700; color: var(--primary);
  display: inline-flex; align-items: center; gap: 6px;
}
.contact-service-content span i { font-size: 10px; color: var(--primary); display: inline; margin: 0; }

@media (max-width: 1024px) {
  .contact-layout { grid-template-columns: 1fr; }
  .contact-info-side { flex-direction: row; flex-wrap: wrap; }
  .contact-info-card { flex: 1; min-width: 250px; }
}
@media (max-width: 768px) {
  .contact-quick-grid { grid-template-columns: 1fr; }
  .contact-form-row { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 24px; }
  .contact-info-side { flex-direction: column; }
  .contact-info-card { min-width: auto; }
  .contact-services-grid { grid-template-columns: 1fr; }
  .contact-service-card { height: 250px; }
}

/* ========== ZANZIBAR PAGE ========== */
.zanzibar-hero .kili-hero-bg { animation-duration: 24s; }
.zanzibar-hero .kili-hero-tag { color: var(--primary); }

/* Intro */
.zanzibar-intro { padding: 90px 0; background: var(--white); }
.zanzibar-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; max-width: 1100px; margin: 0 auto; }
.zanzibar-intro-text h2 { font-size: 36px; font-weight: 800; margin-bottom: 20px; line-height: 1.2; }
.zanzibar-intro-body { font-size: 16px; color: var(--text-light); line-height: 1.8; }
.zanzibar-intro-body p { margin-bottom: 14px; }
.zanzibar-intro-visual { position: relative; }
.zanzibar-intro-visual img { width: 100%; border-radius: 16px; display: block; }
.zanzibar-intro-float {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--primary); color: #fff;
  padding: 18px 24px; border-radius: 14px;
  box-shadow: 0 12px 40px rgba(202,85,15,0.4);
  display: flex; align-items: center; gap: 14px;
}
.zanzibar-float-icon { font-size: 28px; }
.zanzibar-float-num { font-size: 32px; font-weight: 800; line-height: 1; }
.zanzibar-float-text { font-size: 12px; line-height: 1.3; opacity: 0.9; }

/* Experiences */
.zanzibar-experiences { padding: 90px 0; background: var(--bg); }
.zanzibar-exp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.zanzibar-exp-card {
  padding: 32px 28px; background: #fff; border-radius: 16px;
  border: 1px solid var(--border); transition: all 0.4s;
}
.zanzibar-exp-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); border-color: var(--primary); }
.zanzibar-exp-icon {
  width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
  background: var(--primary-subtle); color: var(--primary);
  border-radius: 14px; font-size: 24px; margin-bottom: 18px;
}
.zanzibar-exp-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.zanzibar-exp-card p { font-size: 14px; color: var(--text-light); line-height: 1.7; }

/* Best Time */
.zanzibar-season { padding: 90px 0; background: var(--white); }
.zanzibar-season-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.zanzibar-season-card {
  background: var(--bg); border-radius: 16px; padding: 32px;
  border: 1px solid var(--border); transition: all 0.4s; position: relative;
}
.zanzibar-season-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); }
.zanzibar-season-icon {
  width: 50px; height: 50px; display: flex; align-items: center; justify-content: center;
  border-radius: 12px; font-size: 22px; margin-bottom: 16px;
}
.zanzibar-season-card.dry .zanzibar-season-icon { background: #fef3c7; color: #d97706; }
.zanzibar-season-card.hot .zanzibar-season-icon { background: #fee2e2; color: #dc2626; }
.zanzibar-season-card.rain .zanzibar-season-icon { background: #d1fae5; color: #059669; }
.zanzibar-season-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 4px; }
.zanzibar-season-months { font-size: 13px; color: var(--primary); font-weight: 600; margin-bottom: 18px; }
.zanzibar-season-card ul { list-style: none; padding: 0; margin: 0 0 20px; }
.zanzibar-season-card li { font-size: 13px; color: var(--text-light); line-height: 1.6; margin-bottom: 8px; display: flex; gap: 8px; }
.zanzibar-season-card li i { color: #059669; font-size: 11px; margin-top: 4px; }

/* Packages */
.zanzibar-packages { padding: 90px 0; background: var(--bg); }
.zanzibar-pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.zanzibar-pkg-card {
  background: #fff; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--border); transition: all 0.4s;
}
.zanzibar-pkg-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); }
.zanzibar-pkg-img { position: relative; height: 240px; overflow: hidden; }
.zanzibar-pkg-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.zanzibar-pkg-card:hover .zanzibar-pkg-img img { transform: scale(1.08); }
.zanzibar-pkg-badge {
  position: absolute; top: 14px; right: 14px;
  background: rgba(0,0,0,0.7); color: #fff;
  padding: 5px 14px; border-radius: 6px;
  font-size: 11px; font-weight: 700; backdrop-filter: blur(4px);
}
.zanzibar-pkg-body { padding: 24px; }
.zanzibar-pkg-type { font-size: 11px; color: var(--primary); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.zanzibar-pkg-body h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.zanzibar-pkg-rating { font-size: 13px; color: var(--text-muted); margin-bottom: 16px; }
.zanzibar-pkg-rating .stars { color: #f59e0b; letter-spacing: 2px; }
.zanzibar-pkg-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px; border-top: 1px solid var(--border);
}
.zanzibar-pkg-price { font-size: 18px; font-weight: 800; color: var(--primary); }
.zanzibar-pkg-price span { font-size: 11px; font-weight: 400; color: var(--text-muted); }
.zanzibar-pkg-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 18px; background: var(--primary); color: #fff;
  font-size: 12px; font-weight: 700; border-radius: 8px;
  text-decoration: none; transition: all 0.3s;
}
.zanzibar-pkg-btn:hover { background: var(--primary-dark); }
.zanzibar-pkg-btn i { font-size: 10px; transition: transform 0.3s; }
.zanzibar-pkg-btn:hover i { transform: translateX(3px); }

/* Trust */
.zanzibar-trust { padding: 90px 0; background: #0f1419; color: #fff; }
.zanzibar-trust .section-tag { color: var(--primary); }
.zanzibar-trust .section-header h2 { color: #fff; }
.zanzibar-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.zanzibar-trust-card {
  text-align: center; padding: 32px 24px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; transition: all 0.4s;
}
.zanzibar-trust-card:hover { transform: translateY(-6px); background: rgba(255,255,255,0.08); }
.zanzibar-trust-card i { font-size: 32px; color: var(--primary); margin-bottom: 16px; }
.zanzibar-trust-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.zanzibar-trust-card p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.6; }

/* CTA */
.zanzibar-final-cta {
  position: relative; padding: 100px 24px; text-align: center; overflow: hidden;
}
.zanzibar-final-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
}
.zanzibar-final-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.75); }
.zanzibar-final-content { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; color: #fff; }
.zanzibar-final-content h2 { font-size: 42px; font-weight: 800; margin-bottom: 16px; }
.zanzibar-final-content p { font-size: 17px; color: rgba(255,255,255,0.8); line-height: 1.7; margin-bottom: 32px; }
.zanzibar-final-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 1024px) {
  .zanzibar-intro-grid { grid-template-columns: 1fr; }
  .zanzibar-exp-grid { grid-template-columns: repeat(2, 1fr); }
  .zanzibar-pkg-grid { grid-template-columns: repeat(2, 1fr); }
  .zanzibar-trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .zanzibar-intro-visual { max-width: 400px; }
  .zanzibar-intro-float { right: 10px; bottom: -10px; padding: 14px 18px; }
  .zanzibar-exp-grid { grid-template-columns: 1fr; }
  .zanzibar-season-grid { grid-template-columns: 1fr; }
  .zanzibar-pkg-grid { grid-template-columns: 1fr; }
  .zanzibar-trust-grid { grid-template-columns: 1fr; }
  .zanzibar-final-content h2 { font-size: 30px; }
}

/* ========== DAY TRIPS PAGE ========== */
.dt-hero .kili-hero-bg { animation-duration: 22s; }
.dt-hero .kili-hero-tag { color: var(--primary); }

/* Why Day Trips */
.dt-why { padding: 90px 0; background: var(--white); }
.dt-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.dt-why-card {
  text-align: center; padding: 32px 24px;
  background: var(--bg); border-radius: 16px;
  border: 1px solid var(--border); transition: all 0.4s;
}
.dt-why-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); border-color: var(--primary); }
.dt-why-icon {
  width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
  background: var(--primary-subtle); color: var(--primary);
  border-radius: 14px; font-size: 24px; margin: 0 auto 16px;
}
.dt-why-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.dt-why-card p { font-size: 13px; color: var(--text-light); line-height: 1.6; }

/* Packages */
.dt-packages { padding: 90px 0; background: var(--bg); }
.dt-pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.dt-pkg-card {
  background: #fff; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--border); transition: all 0.4s;
}
.dt-pkg-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); }
.dt-pkg-img { position: relative; height: 220px; overflow: hidden; }
.dt-pkg-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.dt-pkg-card:hover .dt-pkg-img img { transform: scale(1.08); }
.dt-pkg-badge {
  position: absolute; top: 14px; right: 14px;
  background: rgba(0,0,0,0.7); color: #fff;
  padding: 5px 14px; border-radius: 6px;
  font-size: 11px; font-weight: 700; backdrop-filter: blur(4px);
}
.dt-pkg-body { padding: 24px; }
.dt-pkg-type { font-size: 11px; color: var(--primary); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.dt-pkg-body h3 { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.dt-pkg-sub { font-size: 13px; color: var(--text-light); margin-bottom: 10px; }
.dt-pkg-rating { font-size: 13px; color: var(--text-muted); margin-bottom: 16px; }
.dt-pkg-rating .stars { color: #f59e0b; letter-spacing: 2px; }
.dt-pkg-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px; border-top: 1px solid var(--border);
}
.dt-pkg-price { font-size: 18px; font-weight: 800; color: var(--primary); }
.dt-pkg-price span { font-size: 11px; font-weight: 400; color: var(--text-muted); }
.dt-pkg-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 18px; background: var(--primary); color: #fff;
  font-size: 12px; font-weight: 700; border-radius: 8px;
  text-decoration: none; transition: all 0.3s;
}
.dt-pkg-btn:hover { background: var(--primary-dark); }
.dt-pkg-btn i { font-size: 10px; transition: transform 0.3s; }
.dt-pkg-btn:hover i { transform: translateX(3px); }

/* What's Included */
.dt-included { padding: 90px 0; background: var(--white); }
.dt-included-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  max-width: 1100px; margin: 0 auto;
}
.dt-included-item {
  display: flex; align-items: center; gap: 10px;
  padding: 16px 20px; background: var(--bg); border-radius: 10px;
  font-size: 14px; color: var(--text); font-weight: 500;
  border: 1px solid var(--border);
}
.dt-included-item i { color: #059669; font-size: 16px; }

/* Best Time */
.dt-season { padding: 90px 0; background: var(--bg); }
.dt-season-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.dt-season-card {
  background: #fff; border-radius: 16px; padding: 32px;
  border: 1px solid var(--border); transition: all 0.4s;
}
.dt-season-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); }
.dt-season-icon {
  width: 50px; height: 50px; display: flex; align-items: center; justify-content: center;
  background: var(--primary-subtle); color: var(--primary);
  border-radius: 12px; font-size: 22px; margin-bottom: 16px;
}
.dt-season-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 4px; }
.dt-season-months { font-size: 13px; color: var(--primary); font-weight: 600; margin-bottom: 14px; }
.dt-season-card p { font-size: 14px; color: var(--text-light); line-height: 1.7; }

/* How It Works */
.dt-how { padding: 90px 0; background: var(--white); }
.dt-how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 900px; margin: 0 auto; }
.dt-how-card { text-align: center; padding: 20px; }
.dt-how-num {
  width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
  background: var(--primary); color: #fff; border-radius: 50%;
  font-size: 22px; font-weight: 800; margin: 0 auto 18px;
}
.dt-how-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.dt-how-card p { font-size: 14px; color: var(--text-light); line-height: 1.6; }

/* CTA */
.dt-final-cta {
  position: relative; padding: 100px 24px; text-align: center; overflow: hidden;
}
.dt-final-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
}
.dt-final-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.75); }
.dt-final-content { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; color: #fff; }
.dt-final-content h2 { font-size: 42px; font-weight: 800; margin-bottom: 16px; }
.dt-final-content p { font-size: 17px; color: rgba(255,255,255,0.8); line-height: 1.7; margin-bottom: 32px; }
.dt-final-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 1024px) {
  .dt-why-grid { grid-template-columns: repeat(2, 1fr); }
  .dt-pkg-grid { grid-template-columns: repeat(2, 1fr); }
  .dt-included-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .dt-why-grid { grid-template-columns: 1fr; }
  .dt-pkg-grid { grid-template-columns: 1fr; }
  .dt-season-grid { grid-template-columns: 1fr; }
  .dt-included-grid { grid-template-columns: 1fr; }
  .dt-how-grid { grid-template-columns: 1fr; max-width: 400px; }
  .dt-final-content h2 { font-size: 30px; }
}

/* ========== KILIMANJARO GROUP DEPARTURES ========== */
.kili-groups { padding: 80px 0; background: var(--bg); }
.groups-header { text-align: center; max-width: 700px; margin: 0 auto 40px; padding: 0 24px; }
.groups-header h2 { font-size: clamp(28px, 4vw, 42px); font-weight: 800; color: var(--text); margin-bottom: 12px; }
.groups-sub { font-size: 16px; color: var(--text-light); line-height: 1.7; }

.groups-table-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.groups-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-card); min-width: 700px; }
.groups-table thead tr { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); }
.groups-table th { padding: 16px 20px; color: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; text-align: left; white-space: nowrap; }
.groups-table td { padding: 18px 20px; border-bottom: 1px solid var(--border); font-size: 14px; color: var(--text); vertical-align: middle; }
.groups-table tbody tr:last-child td { border-bottom: none; }
.groups-table tbody tr:hover td { background: rgba(202,85,15,0.02); }
.groups-table .row-full td { opacity: 0.6; }

.td-tour strong { display: block; font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.td-tour-route { font-size: 12px; color: var(--text-muted); }
.td-date-range { font-size: 13px; font-weight: 500; color: var(--text); white-space: nowrap; }
.td-duration { font-size: 13px; color: var(--text-light); white-space: nowrap; }
.td-price { font-weight: 700; color: var(--primary); font-size: 16px; white-space: nowrap; }

.td-avail-bar-wrap { display: flex; flex-direction: column; gap: 4px; min-width: 100px; }
.td-avail-bar { height: 6px; background: var(--border); border-radius: 3px; overflow: hidden; }
.td-avail-fill { height: 100%; background: #22c55e; border-radius: 3px; transition: width 0.5s; }
.td-avail-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.td-avail-label.open { color: #22c55e; }
.td-avail-label.almost { color: #f59e0b; }
.td-avail-label.full { color: #ef4444; }

.td-badge { display: inline-block; padding: 5px 14px; border-radius: 20px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.td-badge.available { background: #dcfce7; color: #16a34a; }
.td-badge.confirmed { background: #dbeafe; color: #2563eb; }
.td-badge.almost { background: #fef3c7; color: #d97706; }
.td-badge.full { background: #fee2e2; color: #dc2626; }

.td-action { white-space: nowrap; }
.td-btn { display: inline-flex; align-items: center; gap: 6px; padding: 10px 20px; background: #25d366; color: #fff; border-radius: 8px; font-size: 13px; font-weight: 700; text-decoration: none; transition: all 0.3s; }
.td-btn:hover { background: #1da851; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(37,211,102,0.3); }
.td-btn i { font-size: 14px; }

.groups-cta-bottom { text-align: center; margin-top: 32px; }
.groups-wa-cta { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; background: #25d366; color: #fff; border-radius: 30px; font-size: 15px; font-weight: 700; text-decoration: none; transition: all 0.3s; box-shadow: 0 4px 20px rgba(37,211,102,0.3); }
.groups-wa-cta:hover { background: #1da851; transform: translateY(-3px); box-shadow: 0 8px 30px rgba(37,211,102,0.4); }
.groups-wa-cta i { font-size: 18px; }

.th-avail { min-width: 120px; }
.th-action { min-width: 100px; }

/* Mobile: Stack table as cards */
@media (max-width: 768px) {
  .kili-groups { padding: 60px 0; }
  .groups-header { margin-bottom: 30px; }
  .groups-table-wrap { padding: 0 16px; margin-bottom: 20px; }
  .groups-table { min-width: unset; }
  .groups-table thead { display: none; }
  .groups-table tbody tr {
    display: block;
    margin-bottom: 16px;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: var(--white);
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
  }
  .groups-table tbody tr.row-full { opacity: 0.7; }
  .groups-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
  }
  .groups-table td:last-child { border-bottom: none; padding-bottom: 0; }
  .groups-table td::before {
    content: attr(data-label);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-muted);
    flex-shrink: 0;
    margin-right: 12px;
  }
  .groups-table td.td-action { justify-content: flex-end; }
  .groups-table td.td-action::before { display: none; }
  .groups-table td.td-avail::before { display: none; }
  .td-avail-bar-wrap { min-width: unset; width: 100%; }
  .td-btn { padding: 10px 18px; font-size: 12px; }
  .groups-wa-cta { width: 100%; justify-content: center; padding: 16px 24px; }
}
