/* ============================================================
   MAURITIUS TOURS — PREMIUM BOUTIQUE STYLESHEET v4
   Warm editorial · Resort-inspired · Conversion-focused
============================================================ */

/* ---- TOKENS ---- */
:root {
  /* Palette */
  --cream:        #f5f0e8;
  --cream-light:  #faf7f2;
  --cream-mid:    #ede8df;
  --gold:         #c8922a;
  --gold-dark:    #a87520;
  --gold-light:   #fdf3e3;
  --forest:       #1a3a2e;
  --forest-mid:   #2c5040;
  --teal:         #1d6b5e;
  --teal-light:   #e8f4f1;
  --ink:          #1a1a18;
  --ink-mid:      #3d3d38;
  --muted:        #7a7a72;
  --border:       #e0dbd0;
  --border-dark:  #c8c2b4;
  --bg:           #ffffff;
  --bg-soft:      #faf7f2;
  --bg-dark:      #1a3a2e;
  --wa:           #25d366;
  --wa-dark:      #1da851;

  /* Radius */
  --r-sm:   4px;
  --r:      10px;
  --r-lg:   18px;
  --r-xl:   28px;

  /* Shadows */
  --sh-xs:  0 1px 4px rgba(26,26,24,.05);
  --sh-sm:  0 3px 14px rgba(26,26,24,.07);
  --sh-md:  0 8px 32px rgba(26,26,24,.10);
  --sh-lg:  0 20px 60px rgba(26,26,24,.13);

  /* Motion */
  --ease:   cubic-bezier(.4,0,.2,1);
  --dur:    .22s;
}

/* ---- RESET ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', sans-serif;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.65;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a   { text-decoration: none; color: inherit; }
ul  { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ---- TYPOGRAPHY ---- */
h1,h2,h3,h4 { font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif; }

.eyebrow {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 12px;
}
.eyebrow--gold   { color: var(--gold); }
.eyebrow--white  { color: rgba(255,255,255,.65); }
.eyebrow--muted  { color: var(--muted); }

.section-title {
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: -.01em;
}
.section-title em { font-style: italic; color: var(--teal); }
.section-title--white { color: #fff; }
.section-title--cream { color: var(--cream); }

.section-sub {
  font-size: .95rem;
  color: var(--muted);
  line-height: 1.78;
  max-width: 540px;
}
.section-sub--white { color: rgba(255,255,255,.65); }

.section-head { text-align: center; margin-bottom: 56px; }
.section-head .section-sub { margin: 14px auto 0; }

/* Thin divider */
.divider {
  width: 40px; height: 1px;
  background: var(--gold);
  margin: 16px auto 0;
}
.divider--left { margin-left: 0; }

/* ---- LAYOUT ---- */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}
section { padding: 96px 0; }

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 28px;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  border: 1.5px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition:
    transform var(--dur) var(--ease),
    box-shadow var(--dur) var(--ease),
    background var(--dur),
    border-color var(--dur),
    color var(--dur);
}
.btn:hover { transform: translateY(-2px); }

/* Gold — primary CTA */
.btn-gold {
  background: var(--gold);
  color: #fff;
  border-color: var(--gold);
}
.btn-gold:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  box-shadow: 0 10px 32px rgba(200,146,42,.4);
  transform: translateY(-2px) scale(1.02);
}

/* Forest — secondary */
.btn-forest {
  background: var(--forest);
  color: #fff;
  border-color: var(--forest);
}
.btn-forest:hover {
  background: var(--forest-mid);
  border-color: var(--forest-mid);
  box-shadow: 0 8px 28px rgba(26,58,46,.3);
}

/* Outline cream */
.btn-outline-cream {
  background: transparent;
  color: var(--cream);
  border-color: rgba(245,240,232,.45);
}
.btn-outline-cream:hover {
  background: rgba(245,240,232,.1);
  border-color: var(--cream);
}

/* Outline dark */
.btn-outline-dark {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-outline-dark:hover {
  background: var(--ink);
  color: #fff;
}

/* WhatsApp */
.btn-wa {
  background: var(--wa);
  color: #fff;
  border-color: var(--wa);
}
.btn-wa:hover {
  background: var(--wa-dark);
  border-color: var(--wa-dark);
  box-shadow: 0 8px 24px rgba(37,211,102,.32);
}

/* Text link — animated underline + arrow */
.btn-text {
  background: transparent;
  color: var(--ink);
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: color .3s ease;
  margin-top: 8px;
}
.btn-text::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 1.5px;
  background: var(--teal);
  transition: width .35s ease;
}
.btn-text .btn-arrow {
  display: inline-block;
  transition: transform .3s ease;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
}
.btn-text:hover { color: var(--teal); transform: none; }
.btn-text:hover::after { width: 100%; }
.btn-text:hover .btn-arrow { transform: translateX(4px); }

/* Small */
.btn-sm { padding: 9px 20px; font-size: .75rem; }

/* Icons */
.ico { width: 16px; height: 16px; flex-shrink: 0; }
.ico-fill   { fill: currentColor; }
.ico-stroke { stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ---- NAVBAR ---- */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: background var(--dur) var(--ease), box-shadow var(--dur);
}
#navbar.solid {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 var(--border);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  gap: 16px;
}

/* Logo */
.nav-logo {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
  transition: opacity var(--dur);
}
.nav-logo:hover { opacity: .8; }
.nav-logo-mark {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.35);
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(4px);
  flex-shrink: 0;
  transition: border-color var(--dur), background var(--dur);
}
.nav-logo-mark svg {
  width: 18px; height: 18px;
  stroke: #fff; fill: none;
  stroke-width: 1.5;
  stroke-linecap: round; stroke-linejoin: round;
  transition: stroke var(--dur);
}
.nav-logo-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: #fff;
  transition: color var(--dur);
}
.nav-logo-sub {
  font-family: 'Inter', sans-serif;
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-top: -2px;
  transition: color var(--dur);
}

/* Solid state logo */
#navbar.solid .nav-logo-mark {
  border-color: var(--border);
  background: var(--cream-light);
}
#navbar.solid .nav-logo-mark svg { stroke: var(--teal); }
#navbar.solid .nav-logo-text { color: var(--ink); }
#navbar.solid .nav-logo-sub { color: var(--muted); }

/* Nav links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  flex: 1;
  justify-content: center;
}
.nav-links a {
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  transition: color var(--dur);
  position: relative;
  white-space: nowrap;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width var(--dur) var(--ease);
}
.nav-links a:hover,
.nav-links a.active { color: rgba(255,255,255,1); }
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }

#navbar.solid .nav-links a { color: var(--muted); }
#navbar.solid .nav-links a:hover,
#navbar.solid .nav-links a.active { color: var(--ink); }

/* Language switcher */
.lang-switch { display: flex; align-items: center; gap: 3px; flex-shrink: 0; }
.lang-btn {
  padding: 4px 9px;
  border-radius: var(--r-sm);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: rgba(255,255,255,.55);
  border: 1px solid rgba(255,255,255,.2);
  background: transparent;
  cursor: pointer;
  transition: color var(--dur), border-color var(--dur), background var(--dur);
}
.lang-btn.active { color: #fff; border-color: rgba(255,255,255,.8); background: rgba(255,255,255,.18); font-weight: 700; }
.lang-btn:hover { color: #fff; border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.1); }
#navbar.solid .lang-btn { color: var(--muted); border-color: var(--border); }
#navbar.solid .lang-btn.active { color: var(--teal); border-color: var(--teal); background: var(--teal-light); font-weight: 700; }
#navbar.solid .lang-btn:hover { color: var(--teal); border-color: var(--teal); background: var(--teal-light); }

/* Nav CTA */
.nav-cta { flex-shrink: 0; }
.nav-cta .btn { padding: 9px 18px; font-size: .72rem; }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
}
.hamburger span {
  display: block;
  width: 22px; height: 1.5px;
  background: #fff;
  border-radius: 2px;
  transition: transform var(--dur) var(--ease), opacity var(--dur);
}
#navbar.solid .hamburger span { background: var(--ink); }
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(4.5px, 4.5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(4.5px, -4.5px); }

/* Mobile drawer */
.mobile-nav {
  display: none;
  position: fixed;
  top: 70px; left: 0; right: 0; bottom: 0;
  background: var(--cream-light);
  z-index: 999;
  padding: 24px 28px 48px;
  flex-direction: column;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity var(--dur), transform var(--dur);
}
.mobile-nav.open { display: flex; opacity: 1; transform: translateY(0); }
.mobile-nav a {
  padding: 16px 0;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-mid);
  border-bottom: 1px solid var(--border);
  transition: color var(--dur);
}
.mobile-nav a:hover { color: var(--teal); }
.mobile-nav .btn { margin-top: 24px; justify-content: center; }
.mobile-lang { display: flex; gap: 8px; padding: 16px 0; border-bottom: 1px solid var(--border); }
.mobile-lang .lang-btn { color: var(--muted); border-color: var(--border); }
.mobile-lang .lang-btn.active { color: var(--teal); border-color: var(--teal); background: var(--teal-light); font-weight: 700; }
.mobile-lang .lang-btn:hover { color: var(--teal); border-color: var(--teal); background: var(--teal-light); }

/* ---- HERO ---- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 70px;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    110deg,
    rgba(10,22,18,.82) 0%,
    rgba(10,22,18,.6) 45%,
    rgba(10,22,18,.2) 100%
  );
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 680px;
  padding: 72px 0;
}
.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.75);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 50px;
  margin-bottom: 28px;
  backdrop-filter: blur(6px);
  background: rgba(255,255,255,.06);
}
.hero-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--wa);
  animation: blink 2.4s ease-in-out infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.25} }

.hero-title {
  font-size: clamp(2.6rem, 6.5vw, 4.4rem);
  font-weight: 600;
  line-height: 1.08;
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 22px;
}
.hero-title em { font-style: italic; color: rgba(255,255,255,.75); }
.hero-sub {
  font-size: clamp(.88rem, 1.5vw, 1rem);
  color: rgba(255,255,255,.68);
  line-height: 1.8;
  max-width: 520px;
  margin-bottom: 40px;
}
.hero-btns { display: flex; flex-wrap: wrap; gap: 12px; }

/* Stats bar */
.hero-stats {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,.1);
}
.hero-stats-inner {
  display: flex;
  align-items: stretch;
  height: 72px;
}
.hero-stat {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 20px;
  border-right: 1px solid rgba(255,255,255,.1);
}
.hero-stat:last-child { border-right: none; }
.hero-stat-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.hero-stat-label {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  line-height: 1.3;
}

/* Page banner (inner pages) */
.page-banner {
  position: relative;
  height: 420px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 56px;
  margin-top: 70px;
}
.page-banner-bg { position: absolute; inset: 0; z-index: 0; }
.page-banner-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to bottom, rgba(10,22,18,.3) 0%, rgba(10,22,18,.75) 100%);
}
.page-banner-content { position: relative; z-index: 2; }
.page-banner-eyebrow {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.page-banner-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 12px;
}
.page-banner-sub {
  font-size: .95rem;
  color: rgba(255,255,255,.65);
  max-width: 480px;
}

/* ---- SERVICE CARDS ---- */
.service-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.service-card {
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--cream-light);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: box-shadow .35s ease, transform .35s ease;
}
.service-card:hover {
  box-shadow: 0 16px 48px rgba(26,58,46,.14);
  transform: translateY(-6px) scale(1.02);
}
.service-card:hover .btn-text { color: var(--teal); }
.service-card:hover .btn-text::after { width: 100%; }
.service-card:hover .btn-text .btn-arrow { transform: translateX(4px); }
.service-card-img {
  height: 280px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.service-card-img img { transition: transform .55s var(--ease); }
.service-card:hover .service-card-img img { transform: scale(1.04); }
.service-card-body { padding: 30px 30px 34px; flex: 1; display: flex; flex-direction: column; }
.service-card-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 10px;
}
.service-card-desc {
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.72;
  margin-bottom: 24px;
  flex: 1;
}

/* ---- HOW IT WORKS ---- */
.how-strip { background: var(--forest); padding: 64px 0; }
.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
}
.how-grid::before {
  content: '';
  position: absolute;
  top: 26px;
  left: calc(16.67% + 20px);
  right: calc(16.67% + 20px);
  height: 1px;
  background: rgba(255,255,255,.12);
  pointer-events: none;
}
.how-step { text-align: center; padding: 0 28px; }
.how-step-num {
  width: 50px; height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
  color: var(--gold);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  background: rgba(255,255,255,.04);
}
.how-step-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.how-step-desc {
  font-size: .85rem;
  color: rgba(255,255,255,.5);
  line-height: 1.65;
}

/* ---- TOUR CARDS ---- */
.tours-section { background: var(--bg-soft); }

.category-block { margin-bottom: 72px; }
.category-block:last-child { margin-bottom: 0; }

.category-label {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.category-label-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
}
.category-label-sub {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-left: auto;
  white-space: nowrap;
}

.tours-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tour-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.tour-card:hover { box-shadow: 0 16px 40px rgba(26,58,46,.12); transform: translateY(-6px) scale(1.02); }
.tour-card-img {
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.tour-card-img img { transition: transform .55s var(--ease); }
.tour-card:hover .tour-card-img img { transform: scale(1.05); }

.tour-badge {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--teal);
  color: #fff;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 50px;
}
.tour-badge--gold { background: var(--gold); }

.tour-card-body { padding: 22px 22px 26px; flex: 1; display: flex; flex-direction: column; }
.tour-card-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
  line-height: 1.25;
}
.tour-card-desc {
  font-size: .84rem;
  color: var(--muted);
  line-height: 1.68;
  margin-bottom: 14px;
}
.tour-highlights {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 20px;
  flex: 1;
}
.tour-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: .81rem;
  color: var(--ink-mid);
  line-height: 1.45;
}
.tour-highlights li::before {
  content: '';
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--teal-light);
  flex-shrink: 0;
  margin-top: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpolyline points='2.5 7 5.5 10 11.5 4' stroke='%231d6b5e' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
}

/* ---- TRANSFER SPLITS ---- */
.transfer-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.transfer-split--reverse { direction: rtl; }
.transfer-split--reverse > * { direction: ltr; }
.transfer-img {
  border-radius: var(--r-lg);
  overflow: hidden;
  height: 440px;
  box-shadow: var(--sh-lg);
}
.transfer-text .section-title { margin-bottom: 14px; }
.transfer-text .section-sub   { margin-bottom: 28px; }
.transfer-list { display: flex; flex-direction: column; gap: 13px; margin-bottom: 36px; }
.transfer-list li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  font-size: .9rem;
  color: var(--ink-mid);
  line-height: 1.55;
}
.transfer-list li::before {
  content: '';
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--teal-light);
  flex-shrink: 0;
  margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpolyline points='3.5 9 7 12.5 14.5 5.5' stroke='%231d6b5e' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

/* Benefits grid */
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card {
  background: var(--cream-light);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 28px 22px;
  text-align: center;
  transition: box-shadow var(--dur), transform var(--dur) var(--ease);
}
.benefit-card:hover { box-shadow: var(--sh-md); transform: translateY(-4px) scale(1.02); }
.benefit-icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: var(--teal-light);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
}
.benefit-icon svg {
  width: 20px; height: 20px;
  stroke: var(--teal); fill: none;
  stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}
.benefit-title { font-family: 'Inter', sans-serif; font-weight: 700; font-size: .88rem; color: var(--ink); margin-bottom: 6px; }
.benefit-desc { font-size: .8rem; color: var(--muted); line-height: 1.6; }

/* ---- WHY US ---- */
.why-section { background: var(--forest); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.06);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.why-item {
  background: rgba(255,255,255,.03);
  padding: 38px 30px;
  transition: background var(--dur);
}
.why-item:hover { background: rgba(255,255,255,.07); }
.why-icon {
  width: 42px; height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.why-icon svg {
  width: 19px; height: 19px;
  stroke: rgba(255,255,255,.65); fill: none;
  stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
}
.why-title { font-family: 'Inter', sans-serif; font-weight: 700; font-size: .88rem; color: #fff; margin-bottom: 9px; }
.why-desc { font-size: .82rem; color: rgba(255,255,255,.45); line-height: 1.65; }

/* ---- TESTIMONIALS ---- */
.reviews-section { background: var(--cream-light); overflow: hidden; }
.testimonial-wrap {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
}
.testimonial-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: scroll-left 56s linear infinite;
}
.testimonial-track:hover { animation-play-state: paused; }
@keyframes scroll-left { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

.tcard {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 30px 26px;
  width: 330px;
  flex-shrink: 0;
  transition: box-shadow var(--dur);
}
.tcard:hover { box-shadow: var(--sh-sm); }
.tcard-stars { color: var(--gold); font-size: .8rem; letter-spacing: 3px; margin-bottom: 16px; }
.tcard-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  font-style: italic;
  color: var(--ink-mid);
  line-height: 1.7;
  margin-bottom: 22px;
}
.tcard-author { display: flex; align-items: center; gap: 12px; }
.tcard-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--forest));
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: .8rem;
  flex-shrink: 0;
}
.tcard-name { font-family: 'Inter', sans-serif; font-weight: 700; font-size: .85rem; color: var(--ink); }
.tcard-country { font-size: .72rem; color: var(--muted); margin-top: 2px; }

/* ---- ENQUIRY FORM ---- */
.form-section { background: var(--cream); }
.form-section--dark { background: var(--forest); }

.form-wrap {
  background: #fff;
  border-radius: var(--r-xl);
  padding: 52px 52px 56px;
  box-shadow: var(--sh-lg);
  border: 1px solid var(--border);
  max-width: 860px;
  margin: 0 auto;
}
.form-wrap--wide { max-width: 100%; }

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
}
.form-grid .full { grid-column: 1 / -1; }

.form-group { display: flex; flex-direction: column; gap: 7px; }
.form-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-mid);
}
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  font-family: 'Inter', sans-serif;
  font-size: .88rem;
  color: var(--ink);
  background: var(--cream-light);
  transition: border-color var(--dur), box-shadow var(--dur), background var(--dur);
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--gold);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(200,146,42,.12);
  outline: none;
}
.form-input::placeholder,
.form-textarea::placeholder { color: var(--muted); }
.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 7l5 5 5-5' stroke='%237a7a72' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  padding-right: 40px;
  cursor: pointer;
}
.form-textarea { resize: vertical; min-height: 110px; line-height: 1.6; }

.form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.form-note {
  font-size: .78rem;
  color: var(--muted);
  line-height: 1.55;
  max-width: 340px;
}
.form-note strong { color: var(--ink); }

/* ---- CTA SECTION ---- */
.cta-section {
  background: linear-gradient(135deg, var(--forest) 0%, var(--forest-mid) 100%);
  padding: 108px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: rgba(255,255,255,.03);
  pointer-events: none;
}
.cta-inner { position: relative; z-index: 1; max-width: 580px; margin: 0 auto; }
.cta-title {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.15;
}
.cta-sub { font-size: .95rem; color: rgba(255,255,255,.62); line-height: 1.78; margin-bottom: 44px; }
.cta-btns { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* ---- FOOTER ---- */
footer {
  background: var(--ink);
  color: rgba(255,255,255,.45);
  padding: 72px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 52px;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 16px;
}
.footer-logo-mark {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
}
.footer-logo-mark svg {
  width: 16px; height: 16px;
  stroke: rgba(255,255,255,.6); fill: none;
  stroke-width: 1.5;
  stroke-linecap: round; stroke-linejoin: round;
}
.footer-logo-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(255,255,255,.85);
}
.footer-desc { font-size: .84rem; line-height: 1.75; color: rgba(255,255,255,.38); margin-bottom: 24px; }
.footer-contacts { display: flex; flex-direction: column; gap: 10px; }
.footer-contact-link {
  display: flex; align-items: center; gap: 10px;
  font-size: .84rem; color: rgba(255,255,255,.45);
  transition: color var(--dur);
}
.footer-contact-link:hover { color: var(--gold); }
.footer-contact-link svg {
  width: 14px; height: 14px;
  stroke: currentColor; fill: none;
  stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
  flex-shrink: 0;
}
.footer-col h5 {
  font-family: 'Inter', sans-serif;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.25);
  margin-bottom: 20px;
}
.footer-links { display: flex; flex-direction: column; gap: 11px; }
.footer-links a {
  font-size: .84rem;
  color: rgba(255,255,255,.42);
  transition: color var(--dur), padding-left var(--dur);
}
.footer-links a:hover { color: rgba(255,255,255,.85); padding-left: 4px; }
.footer-social { display: flex; gap: 8px; margin-top: 4px; }
.social-icon {
  width: 34px; height: 34px;
  border-radius: var(--r-sm);
  background: rgba(255,255,255,.05);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.45);
  transition: background var(--dur), color var(--dur), transform var(--dur) var(--ease);
}
.social-icon svg { width: 15px; height: 15px; fill: currentColor; }
.social-icon:hover { background: var(--teal); color: #fff; transform: translateY(-2px); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: .76rem;
  color: rgba(255,255,255,.22);
}

/* ---- FLOATING WA ---- */
.wa-float {
  position: fixed;
  bottom: 26px; right: 26px;
  z-index: 998;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--wa);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,.45);
  transition: transform var(--dur) var(--ease), background var(--dur);
}
.wa-float:hover { background: var(--wa-dark); transform: scale(1.1); }
.wa-float svg { width: 24px; height: 24px; fill: #fff; }

/* ---- SCROLL REVEAL ---- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s var(--ease), transform .65s var(--ease);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .tours-grid    { grid-template-columns: repeat(2, 1fr); }
  .why-grid      { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid   { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .service-cards  { grid-template-columns: 1fr; }
  .transfer-split { grid-template-columns: 1fr; gap: 36px; }
  .transfer-split--reverse { direction: ltr; }
  .transfer-img   { height: 300px; }
  .nav-links, .nav-cta, .lang-switch { display: none; }
  .hamburger { display: flex; }
  .form-wrap { padding: 32px 24px 36px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: 1; }
}
@media (max-width: 640px) {
  .tours-grid    { grid-template-columns: 1fr; }
  .how-grid      { grid-template-columns: 1fr; gap: 36px; }
  .how-grid::before { display: none; }
  .why-grid      { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .footer-grid   { grid-template-columns: 1fr; }
  .hero-btns     { flex-direction: column; }
  .hero-btns .btn { justify-content: center; }
  .hero-stats-inner { flex-direction: column; height: auto; padding: 16px 0; }
  .hero-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); padding: 14px 20px; }
  .hero-stat:last-child { border-bottom: none; }
  section { padding: 72px 0; }
  .page-banner { height: 300px; padding-bottom: 36px; }
  .cta-btns { flex-direction: column; }
}

/* ============================================================
   V5 ADDITIONS — Dual form buttons, thumbnails, mobile polish
   ============================================================ */

/* ---- DUAL FORM SUBMIT BUTTONS ---- */
.form-submit-dual {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 8px;
}
.form-dual-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.form-dual-btns .btn {
  flex: 1;
  min-width: 200px;
  justify-content: center;
}

/* WhatsApp button — green */
.btn-wa {
  background: var(--wa);
  color: #fff;
  border: 2px solid var(--wa);
}
.btn-wa:hover {
  background: var(--wa-dark);
  border-color: var(--wa-dark);
  transform: translateY(-2px) scale(1.02);
}

/* Email button — dark outline */
.btn-outline-dark {
  background: transparent;
  color: var(--ink);
  border: 2px solid var(--ink);
}
.btn-outline-dark:hover {
  background: var(--ink);
  color: #fff;
  transform: translateY(-2px) scale(1.02);
}
.btn-outline-dark .ico-stroke {
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---- ATTRACTION THUMBNAILS ---- */
.tour-highlights--thumbs {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tour-highlights--thumbs li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .84rem;
  color: var(--ink-mid);
  line-height: 1.4;
}
.tour-highlights--thumbs li::before { display: none; }

.hi-thumb {
  width: 48px;
  height: 36px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid var(--border);
  display: block;
}

/* ---- MOBILE REFINEMENTS ---- */
@media (max-width: 640px) {
  /* Dual buttons stack vertically */
  .form-dual-btns { flex-direction: column; }
  .form-dual-btns .btn { min-width: 0; width: 100%; }

  /* Thumbnails stay clean on small screens */
  .hi-thumb { width: 42px; height: 32px; }
  .tour-highlights--thumbs li { font-size: .82rem; }

  /* Hero stats bar mobile (already removed but keep safe) */
  .hero-stats { display: none; }

  /* Slightly reduce form padding on mobile */
  .form-wrap { padding: 28px 18px 32px; }

  /* Tour card image height on mobile */
  .tour-card-img { height: 200px; }

  /* Service card image height */
  .service-card-img { height: 220px; }
}

@media (max-width: 860px) {
  /* Dual buttons on tablet */
  .form-dual-btns { flex-direction: column; }
  .form-dual-btns .btn { min-width: 0; width: 100%; }
}

/* ============================================================
   TOUR CARD CAROUSEL
   ============================================================ */
.tour-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #1a3a2e;
  border-radius: 12px 12px 0 0;
}
.tour-carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.tour-carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.tour-carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.tour-carousel .tour-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 4;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.88);
  color: #1a3a2e;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  transition: background 0.2s, transform 0.2s;
  padding: 0;
}
.carousel-btn:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.1);
}
.carousel-btn svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.carousel-btn-prev { left: 10px; }
.carousel-btn-next { right: 10px; }
.carousel-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  z-index: 5;
}
.carousel-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.45);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.carousel-dot.active {
  background: #fff;
  transform: scale(1.35);
}
.tour-highlights { padding: 4px 0 8px; }
.tour-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 4px 0;
  font-size: 0.875rem;
  color: #3a3a3a;
  line-height: 1.45;
}
.tour-highlights li .hi-thumb { display: none !important; }
.tour-highlights li span { flex: 1; }
@media (max-width: 480px) {
  .carousel-btn { width: 28px; height: 28px; }
  .carousel-btn svg { width: 12px; height: 12px; }
}

/* ============================================================
   ISLAND TOURS CAROUSEL  (c-carousel)
   Clean, conflict-free implementation
   ============================================================ */

/* Container — fixed height matching tour-card-img */
.c-carousel {
  position: relative;
  width: 100%;
  height: 220px;          /* matches tour-card-img height */
  overflow: hidden;
  background: #0f2a1e;
  border-radius: 0;       /* tour-card already has border-radius + overflow:hidden */
  flex-shrink: 0;
  /* Prevent card hover scale from breaking carousel */
  transform: translateZ(0);
}

/* Sliding track */
.c-track {
  display: flex;
  width: 100%;
  height: 100%;
  /* NO transition here — JS sets it per-slide to avoid initial flash */
}

/* Each slide */
.c-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  /* Prevent img from inheriting global img styles that add height:100% issues */
  max-width: 100%;
}

/* Badge — absolute positioned inside carousel */
.c-carousel .tour-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
  pointer-events: none;
}

/* Arrow buttons */
.c-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.90);
  color: #1a3a2e;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
  padding: 0;
  line-height: 1;
  transition: background 0.18s ease, transform 0.18s ease;
  /* Prevent card hover from re-triggering */
  will-change: transform;
}
.c-btn:hover {
  background: #ffffff;
  transform: translateY(-50%) scale(1.12);
}
.c-btn:active {
  transform: translateY(-50%) scale(0.96);
}
.c-btn svg {
  width: 13px;
  height: 13px;
  display: block;
  flex-shrink: 0;
}
.c-btn--prev { left: 9px; }
.c-btn--next { right: 9px; }

/* Dot indicators */
.c-dots {
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  z-index: 10;
}
.c-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.40);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}
.c-dot--active {
  background: #ffffff;
  transform: scale(1.4);
}

/* Disable card hover scale while interacting with carousel arrows */
.c-carousel:hover ~ * { pointer-events: none; }

/* Responsive */
@media (max-width: 900px) {
  .c-carousel { height: 200px; }
}
@media (max-width: 600px) {
  .c-carousel { height: 185px; }
  .c-btn { width: 28px; height: 28px; }
  .c-btn svg { width: 11px; height: 11px; }
}
