@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600;700&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&display=swap');

:root {
  --bg-primary: #0B0B0F;
  --bg-secondary: #111118;
  --bg-card: #111118;
  --bg-card-hover: #161620;
  --gold: #C9A96E;
  --gold-light: #E8D5B0;
  --gold-dark: #A88B4A;
  --ivory: #F5F0E8;
  --warm-white: #FDFBF7;
  --cream: #F8F4ED;
  --text-primary: #F5F0E8;
  --text-secondary: #B8B0A0;
  --text-muted: #7A7468;
  --maroon: #6B1D2A;
  --saffron: #E8932F;
  --border: rgba(201,169,110,0.15);
  --border-light: rgba(201,169,110,0.08);
  --shadow-gold: 0 4px 30px rgba(201,169,110,0.1);
  --shadow-lg: 0 20px 60px rgba(0,0,0,0.4);
  --glass: rgba(11,11,15,0.7);
  --glass-light: rgba(22,22,30,0.6);
  --radius: 16px;
  --radius-sm: 10px;
  --radius-xs: 6px;
  --transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', -apple-system, sans-serif;
  --font-accent: 'Cormorant Garamond', Georgia, serif;
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }

html { scroll-behavior:smooth; font-size:16px; -webkit-font-smoothing:antialiased; overflow-x:hidden; }

body {
  font-family: var(--font-body);
  background: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.7;
  overflow-x: hidden;
}

a { color: var(--gold); text-decoration:none; transition: var(--transition); }
a:hover { color: var(--gold-light); }
img { max-width:100%; height:auto; display:block; }
button { cursor:pointer; border:none; background:none; font-family:inherit; }

.container { max-width:1280px; margin:0 auto; padding:0 24px; }

/* ===== SECTION BASE ===== */
.section { padding: 100px 0; position:relative; }
.section-label {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  display: block;
}
.section-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  color: var(--ivory);
  line-height: 1.2;
  margin-bottom: 16px;
}
.section-subtitle {
  font-family: var(--font-accent);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--text-secondary);
  max-width: 600px;
  font-style: italic;
}
.section-header { text-align:center; margin-bottom:60px; }
.section-header .section-subtitle { margin: 0 auto; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items:center; gap:8px;
  padding: 14px 32px;
  font-size: 0.9rem; font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  transition: var(--transition);
  position:relative; overflow:hidden;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--bg-primary);
}
.btn-primary:hover {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--bg-primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(201,169,110,0.3);
}
.btn-secondary {
  background: transparent;
  color: var(--gold);
  border: 1.5px solid var(--gold);
}
.btn-secondary:hover {
  background: var(--gold);
  color: var(--bg-primary);
  transform: translateY(-2px);
}
.btn-ghost {
  background: var(--glass-light);
  color: var(--ivory);
  border: 1px solid var(--border);
  backdrop-filter: blur(10px);
}
.btn-ghost:hover { background: rgba(201,169,110,0.15); color: var(--gold); }
.btn-sm { padding: 10px 24px; font-size: 0.8rem; }
.btn-whatsapp {
  background: #25D366;
  color: #fff;
}
.btn-whatsapp:hover { background: #20BD5A; color:#fff; transform:translateY(-2px); box-shadow: 0 8px 25px rgba(37,211,102,0.3); }

/* ===== NAVIGATION ===== */
.navbar {
  position: fixed; top:0; left:0; width:100%; z-index:1000;
  padding: 20px 0;
  transition: var(--transition);
}
.navbar.scrolled {
  padding: 12px 0;
  background: rgba(11,11,15,0.92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-light);
}
.nav-inner {
  display:flex; align-items:center; justify-content:space-between;
  max-width:1280px; margin:0 auto; padding:0 24px;
}
.nav-logo {
  font-family: var(--font-heading);
  font-size: 1.6rem; font-weight: 700;
  color: var(--ivory);
  display: flex; align-items: center; gap: 10px;
}
.nav-logo span { color: var(--gold); }
.nav-logo-img {
  width: 40px; height: 40px;
  object-fit: contain;
  border-radius: 50%;
}
.nav-links { display:flex; gap:32px; list-style:none; }
.nav-links a {
  color: var(--text-secondary);
  font-size: 0.85rem; font-weight: 500;
  letter-spacing: 0.5px; text-transform:uppercase;
  position:relative; padding-bottom:4px;
}
.nav-links a::after {
  content:''; position:absolute; bottom:0; left:0; width:0; height:1.5px;
  background: var(--gold); transition: var(--transition);
}
.nav-links a:hover, .nav-links a.active { color: var(--ivory); }
.nav-links a:hover::after, .nav-links a.active::after { width:100%; }
.nav-cta { display:flex; gap:12px; align-items:center; }
.nav-phone { color: var(--gold-light); font-size:0.85rem; font-weight:500; }
.mobile-toggle { display:none; flex-direction:column; gap:5px; cursor:pointer; }
.mobile-toggle span { width:24px; height:2px; background:var(--ivory); transition:var(--transition); }

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  display:flex; align-items:center;
  position:relative; overflow:hidden;
}
.hero-bg {
  position:absolute; inset:0; z-index:0;
}
.hero-bg img {
  width:100%; height:100%; object-fit:cover;
}
.hero-overlay {
  position:absolute; inset:0;
  background: linear-gradient(135deg, rgba(11,11,15,0.85) 0%, rgba(11,11,15,0.5) 50%, rgba(11,11,15,0.7) 100%);
}
.hero-content {
  position:relative; z-index:2;
  max-width: 720px;
  padding-top: 80px;
}
.hero-badge {
  display:inline-flex; align-items:center; gap:8px;
  padding: 8px 20px;
  background: rgba(201,169,110,0.1);
  border: 1px solid rgba(201,169,110,0.25);
  border-radius: 50px;
  font-size: 0.78rem; font-weight: 600;
  color: var(--gold);
  letter-spacing: 2px; text-transform:uppercase;
  margin-bottom: 28px;
}
.hero-badge::before { content:'✦'; font-size:0.65rem; }
.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.8rem, 5.5vw, 4.2rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--ivory);
  margin-bottom: 20px;
}
.hero-title .accent { color: var(--gold); font-style:italic; }
.hero-subtitle {
  font-family: var(--font-accent);
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 36px;
  font-style:italic;
}
.hero-actions { display:flex; gap:16px; flex-wrap:wrap; }
.hero-scroll {
  position:absolute; bottom:40px; left:50%; transform:translateX(-50%);
  z-index:2; display:flex; flex-direction:column; align-items:center; gap:8px;
  color: var(--text-muted); font-size:0.7rem; letter-spacing:2px; text-transform:uppercase;
}
.hero-scroll .line { width:1px; height:40px; background: linear-gradient(to bottom, var(--gold), transparent); }

/* ===== TRUST BAR ===== */
.trust-bar {
  padding: 50px 0;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  overflow: hidden;
}
.trust-grid {
  display:grid; grid-template-columns: repeat(4,1fr); gap:32px; text-align:center; overflow:hidden;
}
.trust-item .trust-number {
  font-family: var(--font-heading);
  font-size: 2.5rem; font-weight: 700;
  color: var(--gold);
  line-height:1;
}
.trust-item .trust-label {
  font-size: 0.82rem; color: var(--text-secondary);
  margin-top:6px; text-transform:uppercase; letter-spacing:1px;
}

/* ===== SERVICES ===== */
.services { background: var(--bg-primary); }
.services-grid {
  display:grid; grid-template-columns: repeat(4,1fr); gap:24px;
}
.service-card {
  background: #111118;
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 36px 28px;
  transition: var(--transition);
  position:relative; overflow:hidden;
}
.service-card::before {
  content:''; position:absolute; top:0; left:0; right:0; height:3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-dark));
  opacity:0; transition: var(--transition);
}
.service-card:hover {
  background: var(--bg-card-hover);
  border-color: var(--border);
  transform: translateY(-6px);
  box-shadow: var(--shadow-gold);
}
.service-card:hover::before { opacity:1; }
.service-icon {
  width:56px; height:56px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(201,169,110,0.08);
  border: 1px solid rgba(201,169,110,0.15);
  border-radius: 14px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.service-card h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem; font-weight: 600;
  color: var(--ivory);
  margin-bottom: 10px;
}
.service-card p {
  font-size: 0.88rem; color: var(--text-secondary);
  line-height: 1.6; margin-bottom: 18px;
}
.service-link {
  font-size: 0.8rem; font-weight: 600;
  color: var(--gold); letter-spacing: 1px;
  text-transform:uppercase;
  display:inline-flex; align-items:center; gap:6px;
}
.service-link:hover { gap:10px; }

/* ===== CAB ROUTES ===== */
.cab-routes { background: var(--bg-secondary); }
.routes-grid {
  display:grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap:20px;
}
.route-card {
  display:flex; align-items:center; gap:16px;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  padding: 20px 24px;
  transition: var(--transition);
}
.route-card:hover {
  border-color: var(--gold);
  background: var(--bg-card-hover);
  transform: translateX(4px);
}
.route-icon {
  width:44px; height:44px; min-width:44px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(201,169,110,0.1);
  border-radius: 10px;
  font-size:1.2rem;
}
.route-card h4 {
  font-family: var(--font-heading);
  font-size: 1rem; font-weight: 600; color: var(--ivory);
}
.route-card span {
  font-size: 0.8rem; color: var(--text-muted);
}

/* ===== PACKAGES ===== */
.packages { background: var(--bg-primary); }
.packages-grid {
  display:grid; grid-template-columns: repeat(3,1fr); gap:28px;
}
.package-card {
  background: #111118;
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  overflow:hidden;
  transition: var(--transition);
}
.package-card .package-body {
  background: #111118;
}
.package-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--border);
}
.package-img {
  height: 200px; overflow:hidden; position:relative;
}
.package-img img { width:100%; height:100%; object-fit:cover; transition: var(--transition); }
.package-card:hover .package-img img { transform:scale(1.05); }
.package-badge {
  position:absolute; top:14px; left:14px;
  background: var(--gold); color: var(--bg-primary);
  padding: 4px 14px; border-radius:50px;
  font-size:0.7rem; font-weight:700; text-transform:uppercase; letter-spacing:1px;
}
.package-body { padding: 24px; }
.package-body h3 {
  font-family: var(--font-heading);
  font-size: 1.25rem; font-weight: 600;
  color: var(--ivory); margin-bottom: 8px;
}
.package-meta {
  display:flex; gap:16px; margin-bottom:14px;
  font-size:0.78rem; color: var(--text-muted);
}
.package-meta span { display:flex; align-items:center; gap:4px; }
.package-body p {
  font-size: 0.88rem; color: var(--text-secondary);
  line-height:1.6; margin-bottom:8px;
}
.package-includes {
  list-style:none; margin: 14px 0 20px;
}
.package-includes li {
  font-size:0.82rem; color:var(--text-secondary);
  padding: 4px 0; padding-left:20px;
  position:relative;
}
.package-includes li::before {
  content:'✓'; position:absolute; left:0;
  color: var(--gold); font-weight:700;
}

/* ===== DESTINATIONS ===== */
.destinations { background: var(--bg-secondary); }
.dest-grid {
  display:grid; grid-template-columns: repeat(4,1fr); gap:20px;
}
.dest-card {
  position:relative; border-radius: var(--radius);
  overflow:hidden; height:320px;
  cursor:pointer;
}
.dest-card img {
  width:100%; height:100%; object-fit:cover;
  transition: var(--transition);
}
.dest-card:hover img { transform:scale(1.08); }
.dest-card-overlay {
  position:absolute; inset:0;
  background: linear-gradient(to top, rgba(11,11,15,0.9) 0%, transparent 60%);
  display:flex; flex-direction:column; justify-content:flex-end;
  padding: 24px;
}
.dest-card h4 {
  font-family: var(--font-heading);
  font-size: 1.2rem; color: var(--ivory); margin-bottom:4px;
}
.dest-card span { font-size:0.8rem; color: var(--gold); }

/* ===== WHY CHOOSE ===== */
.why-choose { background: var(--bg-primary); }
.why-grid {
  display:grid; grid-template-columns: repeat(3,1fr); gap:32px;
}
.why-item {
  text-align:center; padding: 36px 24px;
}
.why-icon {
  width:64px; height:64px; margin: 0 auto 20px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(201,169,110,0.06);
  border: 1px solid var(--border);
  border-radius: 50%;
  font-size:1.5rem;
}
.why-item h4 {
  font-family: var(--font-heading);
  font-size:1.1rem; font-weight:600; color:var(--ivory);
  margin-bottom:10px;
}
.why-item p { font-size:0.88rem; color:var(--text-secondary); }

/* ===== TESTIMONIALS ===== */
.testimonials { background: var(--bg-secondary); }
.testimonials-grid {
  display:grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap:24px;
}
.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 32px;
}
.testimonial-stars { color: var(--gold); font-size:0.9rem; margin-bottom:16px; letter-spacing:2px; }
.testimonial-card blockquote {
  font-family: var(--font-accent);
  font-size: 1.05rem; font-style:italic;
  color: var(--text-secondary);
  line-height:1.7; margin-bottom:20px;
}
.testimonial-author { display:flex; align-items:center; gap:12px; }
.testimonial-avatar {
  width:44px; height:44px; border-radius:50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  display:flex; align-items:center; justify-content:center;
  font-family: var(--font-heading); font-size:1.1rem; color:var(--bg-primary); font-weight:700;
}
.testimonial-info h5 { font-size:0.9rem; font-weight:600; color:var(--ivory); }
.testimonial-info span { font-size:0.78rem; color:var(--text-muted); }

/* ===== FAQ ===== */
.faq { background: var(--bg-primary); }
.faq-list { max-width:800px; margin:0 auto; }
.faq-item {
  border-bottom: 1px solid var(--border-light);
}
.faq-question {
  width:100%; display:flex; justify-content:space-between; align-items:center;
  padding: 24px 0; text-align:left;
  font-family: var(--font-heading);
  font-size: 1.05rem; font-weight: 500;
  color: var(--ivory);
  transition: var(--transition);
}
.faq-question:hover { color: var(--gold); }
.faq-icon {
  font-size:1.2rem; color:var(--gold);
  transition: var(--transition); min-width:24px; text-align:center;
}
.faq-item.active .faq-icon { transform: rotate(45deg); }
.faq-answer {
  max-height:0; overflow:hidden;
  transition: max-height 0.4s ease;
}
.faq-answer p {
  padding: 0 0 24px;
  font-size: 0.9rem; color: var(--text-secondary); line-height:1.7;
}

/* ===== CTA SECTION ===== */
.cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
  text-align:center; position:relative; overflow:hidden;
}
.cta-section::before {
  content:''; position:absolute; top:50%; left:50%;
  width:600px; height:600px;
  background: radial-gradient(circle, rgba(201,169,110,0.06) 0%, transparent 70%);
  transform: translate(-50%,-50%);
}
.cta-section .section-title { margin-bottom:12px; }
.cta-actions { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; margin-top:32px; }

/* ===== FOOTER ===== */
.footer {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-light);
  padding: 80px 0 0;
}
.footer-grid {
  display:grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap:48px;
}
.footer-brand .nav-logo { margin-bottom:16px; display:block; }
.footer-brand p { font-size:0.88rem; color:var(--text-secondary); margin-bottom:20px; max-width:300px; }
.footer h4 {
  font-family: var(--font-heading);
  font-size:1rem; font-weight:600; color:var(--ivory);
  margin-bottom:20px;
}
.footer-links { list-style:none; }
.footer-links li { margin-bottom:10px; }
.footer-links a { color:var(--text-secondary); font-size:0.85rem; }
.footer-links a:hover { color:var(--gold); }
.footer-contact li {
  display:flex; align-items:flex-start; gap:10px;
  margin-bottom:12px; font-size:0.85rem; color:var(--text-secondary);
}
.footer-bottom {
  margin-top:60px; padding:24px 0;
  border-top: 1px solid var(--border-light);
  display:flex; justify-content:space-between; align-items:center;
  font-size:0.8rem; color:var(--text-muted);
}

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
  position:fixed; bottom:28px; right:28px; z-index:999;
  width:60px; height:60px;
  background:#25D366; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: var(--transition);
  font-size:1.6rem; color:#fff;
}
.whatsapp-float:hover { transform:scale(1.1); box-shadow: 0 6px 30px rgba(37,211,102,0.5); }

/* ===== SCROLL ANIMATIONS ===== */
.reveal {
  opacity:0; transform:translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity:1; transform:translateY(0); }

/* ===== MOBILE MENU ===== */
.mobile-menu {
  display:none; position:fixed; inset:0; z-index:998;
  background: rgba(11,11,15,0.97);
  backdrop-filter: blur(20px);
  flex-direction:column; align-items:center; justify-content:center; gap:28px;
}
.mobile-menu.open { display:flex; }
.mobile-menu a {
  font-family: var(--font-heading);
  font-size:1.4rem; color:var(--ivory);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .packages-grid { grid-template-columns: repeat(2,1fr); }
  .dest-grid { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 768px) {
  .section { padding: 60px 0; }
  .container { padding: 0 16px; }
  .nav-links, .nav-cta { display:none; }
  .mobile-toggle { display:flex; }
  
  /* Hero mobile */
  .hero { min-height: 100vh; }
  .hero-content { padding-top: 100px; max-width: 100%; }
  .hero-title { font-size: clamp(1.8rem, 6vw, 2.4rem); }
  .hero-subtitle { font-size: 1rem; }
  .hero-actions { flex-direction: column; gap: 12px; }
  .hero-actions .btn { width: 100%; justify-content: center; text-align: center; }
  .hero-trust { gap: 10px; margin-top: 20px; }
  .hero-trust-item { font-size: 0.75rem; }
  .hero-scroll { display: none; }
  
  /* Trust bar mobile */
  .trust-bar { padding: 30px 0; }
  .trust-grid { grid-template-columns: repeat(2,1fr); gap: 20px; }
  .trust-item .trust-number { font-size: 2rem; }
  .trust-item .trust-label { font-size: 0.72rem; }
  
  /* Section headers mobile */
  .section-header { margin-bottom: 36px; }
  .section-title { font-size: clamp(1.5rem, 5vw, 2rem); }
  .section-subtitle { font-size: 1rem; }
  .section-label { font-size: 0.7rem; letter-spacing: 3px; }
  
  /* Services mobile */
  .services-grid { grid-template-columns: 1fr; gap: 16px; }
  .service-card { padding: 24px 20px; }
  .service-card h3 { font-size: 1.1rem; }
  .service-card p { font-size: 0.85rem; }
  
  /* Routes mobile */
  .routes-grid { grid-template-columns: 1fr; gap: 12px; }
  .route-card { padding: 16px 20px; }
  .route-card h4 { font-size: 0.95rem; }
  
  /* Packages mobile */
  .packages-grid { grid-template-columns: 1fr; gap: 20px; }
  .package-img { height: 180px; }
  .package-body { padding: 20px; }
  .package-body h3 { font-size: 1.15rem; }
  .package-body p { font-size: 0.85rem; }
  .package-meta { flex-wrap: wrap; gap: 8px; }
  .package-premium { gap: 6px; }
  .package-premium span { font-size: 0.65rem; padding: 3px 10px; }
  .package-itinerary { padding: 12px; }
  .itinerary-step { font-size: 0.8rem; gap: 10px; }
  
  /* Destinations mobile */
  .dest-tabs { gap: 8px; margin-bottom: 24px; overflow-x: auto; flex-wrap: nowrap; justify-content: flex-start; padding-bottom: 8px; -webkit-overflow-scrolling: touch; }
  .dest-tab { padding: 8px 18px; font-size: 0.72rem; white-space: nowrap; flex-shrink: 0; }
  .dest-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .dest-card { height: 220px; }
  .dest-card h4 { font-size: 1rem; }
  .dest-card-desc { font-size: 0.72rem; -webkit-line-clamp: 2; }
  .dest-card-cta { font-size: 0.68rem; }
  
  /* Why choose mobile */
  .why-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .why-item { padding: 24px 16px; }
  .why-icon { width: 52px; height: 52px; font-size: 1.3rem; }
  .why-item h4 { font-size: 1rem; }
  .why-item p { font-size: 0.82rem; }
  
  /* Testimonials mobile */
  .testimonials-grid { grid-template-columns: 1fr; gap: 16px; }
  .testimonial-card { padding: 24px; }
  .testimonial-card blockquote { font-size: 0.95rem; }
  
  /* FAQ mobile */
  .faq-question { font-size: 0.95rem; padding: 20px 0; }
  .faq-answer p { font-size: 0.85rem; }
  
  /* CTA mobile */
  .cta-section { padding: 60px 0; }
  .cta-actions { flex-direction: column; gap: 12px; align-items: center; }
  .cta-actions .btn { width: 100%; justify-content: center; max-width: 320px; }
  
  /* Footer mobile */
  .footer { padding: 48px 0 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand p { max-width: 100%; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; margin-top: 32px; }
  
  /* WhatsApp float mobile */
  .whatsapp-float { width: 52px; height: 52px; font-size: 1.4rem; bottom: 20px; right: 16px; }
}

@media (max-width: 480px) {
  .container { padding: 0 14px; }
  .section { padding: 48px 0; }
  
  .hero-title { font-size: 1.6rem; }
  .hero-subtitle { font-size: 0.9rem; }
  .hero-badge { font-size: 0.68rem; padding: 6px 14px; }
  .hero-trust { flex-direction: column; gap: 8px; }
  
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .trust-item .trust-number { font-size: 1.6rem; }
  
  .dest-grid { grid-template-columns: 1fr; gap: 14px; }
  .dest-card { height: 200px; }
  
  .why-grid { grid-template-columns: 1fr; gap: 12px; }
  
  .section-title { font-size: 1.4rem; }
  
  .btn { padding: 12px 24px; font-size: 0.82rem; }
  .btn-sm { padding: 10px 20px; font-size: 0.78rem; }
  
  .nav-logo { font-size: 1.3rem; }
  .navbar.scrolled { padding: 8px 0; }
}

@media (max-width: 360px) {
  .hero-title { font-size: 1.4rem; }
  .hero-content { padding-top: 90px; }
  .trust-item .trust-number { font-size: 1.4rem; }
  .package-body h3 { font-size: 1rem; }
  .dest-card { height: 180px; }
}

/* ===== KEYFRAME ANIMATIONS ===== */
@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}
@keyframes float {
  0%,100% { transform:translateY(0); }
  50% { transform:translateY(-8px); }
}
@keyframes fadeInUp {
  from { opacity:0; transform:translateY(40px); }
  to { opacity:1; transform:translateY(0); }
}
@keyframes fadeInLeft {
  from { opacity:0; transform:translateX(-30px); }
  to { opacity:1; transform:translateX(0); }
}
@keyframes pulseGlow {
  0%,100% { box-shadow: 0 0 20px rgba(201,169,110,0.15); }
  50% { box-shadow: 0 0 40px rgba(201,169,110,0.3); }
}
@keyframes gradientBorder {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes scaleIn {
  from { opacity:0; transform:scale(0.9); }
  to { opacity:1; transform:scale(1); }
}
@keyframes scrollLine {
  0% { transform:translateX(-50%) scaleY(0); transform-origin:top; }
  50% { transform:translateX(-50%) scaleY(1); transform-origin:top; }
  50.1% { transform-origin:bottom; }
  100% { transform:translateX(-50%) scaleY(0); transform-origin:bottom; }
}

/* ===== HERO ENTRANCE ANIMATION ===== */
.hero-badge { animation: fadeInUp 0.8s ease both 0.2s; }
.hero-title { animation: fadeInUp 0.8s ease both 0.5s; }
.hero-subtitle { animation: fadeInUp 0.8s ease both 0.8s; }
.hero-actions { animation: fadeInUp 0.8s ease both 1.1s; }
.hero-trust { animation: fadeInUp 0.8s ease both 1.4s; }
.hero-scroll .line { animation: scrollLine 2s ease-in-out infinite; }

/* ===== STAGGERED REVEAL ===== */
.reveal.stagger-1 { transition-delay: 0.05s; }
.reveal.stagger-2 { transition-delay: 0.1s; }
.reveal.stagger-3 { transition-delay: 0.15s; }
.reveal.stagger-4 { transition-delay: 0.2s; }
.reveal.stagger-5 { transition-delay: 0.25s; }
.reveal.stagger-6 { transition-delay: 0.3s; }
.reveal.stagger-7 { transition-delay: 0.35s; }
.reveal.stagger-8 { transition-delay: 0.4s; }

/* ===== SHIMMER BADGE ===== */
.package-badge.shimmer {
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 40%, var(--gold) 80%);
  background-size: 200% 100%;
  animation: shimmer 3s linear infinite;
}

/* ===== HERO TRUST BADGES ===== */
.hero-trust {
  display:flex; gap:20px; flex-wrap:wrap; margin-top:28px;
}
.hero-trust-item {
  display:flex; align-items:center; gap:8px;
  font-size:0.82rem; color:var(--text-secondary);
}
.hero-trust-item .trust-check {
  width:22px; height:22px; border-radius:50%;
  background: rgba(201,169,110,0.12);
  border: 1px solid rgba(201,169,110,0.3);
  display:flex; align-items:center; justify-content:center;
  font-size:0.65rem; color:var(--gold);
}

/* ===== FLOATING SERVICE ICONS ===== */
.service-card:hover .service-icon { animation: float 2s ease-in-out infinite; }
.service-card:hover { animation: pulseGlow 2s ease-in-out infinite; }

/* ===== DESTINATION TABS ===== */
.dest-tabs {
  display:flex; justify-content:center; gap:12px;
  margin-bottom:40px; flex-wrap:wrap;
}
.dest-tab {
  padding: 10px 24px;
  font-size: 0.78rem; font-weight:600;
  letter-spacing:1.5px; text-transform:uppercase;
  color: var(--text-muted);
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 50px;
  cursor:pointer;
  transition: var(--transition);
}
.dest-tab:hover { color:var(--gold); border-color:var(--border); }
.dest-tab.active {
  color: var(--bg-primary);
  background: var(--gold);
  border-color: var(--gold);
}

/* ===== ENHANCED DESTINATION CARDS ===== */
.dest-card { height:280px; }
.dest-card-desc {
  font-size:0.78rem; color:rgba(255,255,255,0.7);
  margin: 4px 0 10px; line-height:1.5;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
}
.dest-card-cta {
  font-size:0.72rem; font-weight:600;
  color:var(--gold); text-transform:uppercase;
  letter-spacing:1px; display:inline-flex;
  align-items:center; gap:4px; transition:var(--transition);
}
.dest-card:hover .dest-card-cta { gap:8px; }
.dest-hidden { display:none !important; }

/* ===== PACKAGE ITINERARY ===== */
.package-itinerary {
  margin: 16px 0; padding: 16px;
  background: rgba(201,169,110,0.04);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  display:none;
}
.package-itinerary.open { display:block; }
.package-itinerary h4 {
  font-family:var(--font-heading);
  font-size:0.95rem; color:var(--gold);
  margin-bottom:12px;
}
.itinerary-step {
  display:flex; gap:12px; padding:8px 0;
  font-size:0.82rem; color:var(--text-secondary);
  position:relative;
}
.itinerary-step::before {
  content:''; width:8px; height:8px; min-width:8px;
  border-radius:50%; background:var(--gold);
  margin-top:6px;
}
.itinerary-step::after {
  content:''; position:absolute; left:3.5px; top:20px;
  width:1px; height:calc(100% - 4px);
  background:var(--border);
}
.itinerary-step:last-child::after { display:none; }
.itinerary-time {
  font-size:0.72rem; color:var(--gold); font-weight:600;
  display:block; margin-bottom:2px;
}
.package-toggle-itin {
  font-size:0.78rem; color:var(--gold);
  font-weight:600; text-transform:uppercase;
  letter-spacing:1px; cursor:pointer;
  display:inline-flex; align-items:center; gap:6px;
  margin-bottom:12px; transition:var(--transition);
  background:none; border:none; padding:0;
  font-family:var(--font-body);
}
.package-toggle-itin:hover { color:var(--gold-light); }
.package-premium {
  display:flex; flex-wrap:wrap; gap:8px;
  margin: 12px 0 16px;
}
.package-premium span {
  font-size:0.7rem; padding:4px 12px;
  background: rgba(201,169,110,0.08);
  border: 1px solid var(--border-light);
  border-radius:50px; color:var(--gold-light);
  font-weight:500;
}

/* ===== GRADIENT BORDER FOR FEATURED PACKAGES ===== */
.package-card.featured {
  border: 2px solid transparent;
  background-clip: padding-box;
  position:relative;
}
.package-card.featured::before {
  content:''; position:absolute; inset:-2px;
  border-radius: calc(var(--radius) + 2px);
  background: linear-gradient(135deg, var(--gold), var(--gold-dark), var(--saffron), var(--gold));
  background-size: 300% 300%;
  animation: gradientBorder 4s ease infinite;
  z-index:-1;
}

