/* ==========================================================================
   מעבר לאופק : Tourism / Adventure landing
   Palette: deep travel teal base + sunset coral/amber accents on warm cream
   Fonts: Rubik (display) + Assistant (body)
   ========================================================================== */

:root {
  --ink: #14262c;
  --ink-soft: #3d5158;
  --teal: #0f5c6b;
  --teal-deep: #093943;
  --teal-ink: #0b2a31;
  --coral: #ff6a3d;
  --coral-deep: #e8471a;
  --amber: #ffb43d;
  --cream: #fff7ef;
  --sand: #ffe7d3;
  --sand-line: #f4d9c1;
  --white: #ffffff;
  --shadow-sm: 0 6px 18px rgba(20, 38, 44, 0.08);
  --shadow-md: 0 18px 40px rgba(20, 38, 44, 0.14);
  --shadow-lg: 0 30px 70px rgba(9, 57, 67, 0.28);
  --radius: 22px;
  --radius-lg: 32px;
  --pill: 999px;
  --wrap: 1180px;
  --gradient-warm: linear-gradient(120deg, var(--coral) 0%, var(--amber) 100%);
  --gradient-cta: linear-gradient(120deg, #ff7a4d 0%, #ff5a2b 55%, #ff9f36 100%);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Assistant', system-ui, 'Segoe UI', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, .display {
  font-family: 'Rubik', 'Assistant', system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--teal-ink);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.wrap { width: min(var(--wrap), 92vw); margin-inline: auto; }

section { position: relative; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  color: var(--coral-deep);
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 3px;
  border-radius: 3px;
  background: var(--gradient-warm);
}

.section-head { max-width: 620px; margin-bottom: 44px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 {
  font-size: clamp(1.9rem, 4.6vw, 3.1rem);
  margin: 14px 0 12px;
}
.section-head p { color: var(--ink-soft); font-size: 1.08rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  padding: 15px 30px;
  border-radius: var(--pill);
  border: 0;
  cursor: pointer;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.3s;
  will-change: transform;
}
.btn-primary {
  background: var(--gradient-cta);
  color: #fff;
  box-shadow: 0 14px 30px rgba(232, 71, 26, 0.34);
}
.btn-primary:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 22px 44px rgba(232, 71, 26, 0.44); }
.btn-ghost {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1.6px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { transform: translateY(-4px); background: rgba(255, 255, 255, 0.24); }
.btn-solid {
  background: var(--teal);
  color: #fff;
  box-shadow: var(--shadow-sm);
}
.btn-solid:hover { transform: translateY(-4px); background: var(--teal-deep); box-shadow: var(--shadow-md); }
.btn-arrow { font-size: 1.2em; line-height: 0; transform: scaleX(-1); }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 60;
  transition: background 0.4s, box-shadow 0.4s, padding 0.4s;
  padding: 18px 0;
}
.site-header.scrolled {
  background: rgba(255, 247, 239, 0.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 6px 22px rgba(20, 38, 44, 0.09);
  padding: 10px 0;
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: 'Rubik', sans-serif;
  font-weight: 800;
  font-size: 1.34rem;
  color: #fff;
  transition: color 0.4s;
}
.scrolled .brand { color: var(--teal-ink); }
.brand-mark {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: var(--gradient-warm);
  display: grid; place-items: center;
  color: #fff; font-size: 1.3rem;
  box-shadow: 0 8px 18px rgba(232, 71, 26, 0.35);
  transform: rotate(-6deg);
}
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  position: relative;
  transition: color 0.3s;
}
.scrolled .nav-links a { color: var(--ink-soft); }
.nav-links a::after {
  content: "";
  position: absolute;
  inset-block-end: -6px; inset-inline-start: 0;
  width: 0; height: 2px;
  background: var(--coral);
  transition: width 0.3s var(--ease);
}
.nav-links a:hover { color: var(--coral); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-cta .btn { padding: 11px 22px; font-size: 0.96rem; }

.menu-toggle {
  display: none;
  width: 46px; height: 46px;
  border-radius: 12px;
  border: 0;
  background: rgba(255, 255, 255, 0.16);
  cursor: pointer;
  position: relative;
}
.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  position: absolute;
  inset-inline-start: 12px;
  width: 22px; height: 2.4px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s, background 0.3s;
}
.scrolled .menu-toggle { background: rgba(15, 92, 107, 0.12); }
.scrolled .menu-toggle span,
.scrolled .menu-toggle span::before,
.scrolled .menu-toggle span::after { background: var(--teal-ink); }
.menu-toggle span { inset-block-start: 22px; }
.menu-toggle span::before,
.menu-toggle span::after { inset-inline-start: 0; }
.menu-toggle span::before { inset-block-start: -7px; }
.menu-toggle span::after { inset-block-start: 7px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 0 80px;
  color: #fff;
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 40, 47, 0.82) 0%, rgba(9, 40, 47, 0.45) 45%, rgba(9, 40, 47, 0.1) 100%),
    linear-gradient(180deg, rgba(9, 40, 47, 0.35) 0%, rgba(9, 40, 47, 0.15) 40%, rgba(9, 40, 47, 0.55) 100%);
}
.hero-inner { max-width: 680px; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  padding: 8px 18px;
  border-radius: var(--pill);
  font-weight: 600;
  font-size: 0.92rem;
  margin-bottom: 24px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 4px rgba(255, 180, 61, 0.3); }
.hero h1 {
  color: #fff;
  font-size: clamp(2.6rem, 7vw, 5rem);
  margin-bottom: 20px;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}
.hero h1 .accent {
  background: var(--gradient-warm);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-sub {
  font-size: clamp(1.05rem, 2.2vw, 1.32rem);
  color: rgba(255, 255, 255, 0.94);
  max-width: 540px;
  margin-bottom: 34px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.hero-scroll {
  position: absolute;
  inset-block-end: 30px; inset-inline-start: 50%;
  transform: translateX(50%);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.hero-scroll .mouse {
  width: 24px; height: 38px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 14px;
  position: relative;
}
.hero-scroll .mouse::after {
  content: "";
  position: absolute;
  inset-block-start: 7px; inset-inline-start: 50%;
  transform: translateX(-50%);
  width: 4px; height: 8px;
  border-radius: 3px;
  background: #fff;
  animation: scrollpulse 1.8s infinite;
}
@keyframes scrollpulse { 0% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 12px); } }

/* ---------- Stats strip ---------- */
.stats {
  margin-top: -60px;
  position: relative;
  z-index: 5;
}
.stats-grid {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 34px 20px;
  border: 1px solid var(--sand-line);
}
.stat { text-align: center; padding: 8px 14px; position: relative; }
.stat + .stat::before {
  content: "";
  position: absolute;
  inset-block: 10px; inset-inline-start: 0;
  width: 1px;
  background: var(--sand-line);
}
.stat .num {
  font-family: 'Rubik', sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--coral-deep);
  line-height: 1;
}
.stat .label { color: var(--ink-soft); font-weight: 600; font-size: 0.98rem; margin-top: 8px; }

/* ---------- Marquee ---------- */
.marquee {
  padding: 30px 0;
  overflow: hidden;
  background: var(--teal-ink);
  color: #fff;
  margin-top: 80px;
  transform: rotate(-1.4deg) scale(1.04);
}
.marquee-track {
  display: flex;
  gap: 46px;
  width: max-content;
  animation: marquee 34s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 46px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.9);
}
.marquee-item::after { content: "✦"; color: var(--amber); font-size: 1.1rem; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Destinations ---------- */
.destinations { padding: 110px 0 90px; }
.dest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.dest-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
  isolation: isolate;
}
.dest-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); }
.dest-card .media { position: absolute; inset: 0; z-index: -2; }
.dest-card .media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.dest-card:hover .media img { transform: scale(1.08); }
.dest-card::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(9, 40, 47, 0) 30%, rgba(9, 40, 47, 0.35) 55%, rgba(9, 40, 47, 0.92) 100%);
}
.dest-tag {
  position: absolute;
  inset-block-start: 16px; inset-inline-end: 16px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
  padding: 6px 14px;
  border-radius: var(--pill);
  font-weight: 600;
  font-size: 0.82rem;
}
.dest-body { padding: 24px; }
.dest-region { font-weight: 600; font-size: 0.9rem; color: var(--amber); letter-spacing: 0.03em; }
.dest-card h3 { color: #fff; font-size: 1.55rem; margin: 4px 0 8px; }
.dest-desc { color: rgba(255, 255, 255, 0.9); font-size: 0.98rem; margin-bottom: 18px; }
.dest-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.dest-price { font-size: 0.9rem; color: rgba(255, 255, 255, 0.85); }
.dest-price b {
  font-family: 'Rubik', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: #fff;
  display: block;
  white-space: nowrap;
}
.dest-btn {
  background: #fff;
  color: var(--teal-ink);
  padding: 11px 20px;
  border-radius: var(--pill);
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 0.94rem;
  transition: background 0.3s, transform 0.3s, color 0.3s;
  white-space: nowrap;
}
.dest-btn:hover { background: var(--gradient-cta); color: #fff; transform: translateX(-3px); }

/* ---------- Why us ---------- */
.why { padding: 96px 0; background: linear-gradient(180deg, #fff 0%, var(--sand) 100%); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.feature {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px 26px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--sand-line);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.feature:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.feature .ico {
  width: 58px; height: 58px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 106, 61, 0.16), rgba(255, 180, 61, 0.16));
  display: grid; place-items: center;
  font-size: 1.7rem;
  margin-bottom: 18px;
}
.feature h3 { font-size: 1.25rem; margin-bottom: 8px; }
.feature p { color: var(--ink-soft); font-size: 0.98rem; }

/* ---------- How it works ---------- */
.how { padding: 100px 0; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step {
  position: relative;
  padding: 34px 24px 28px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--sand-line);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  inset-block-start: -22px; inset-inline-start: 24px;
  width: 48px; height: 48px;
  border-radius: 14px;
  background: var(--gradient-warm);
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  display: grid; place-items: center;
  box-shadow: 0 10px 22px rgba(232, 71, 26, 0.3);
}
.step h3 { font-size: 1.2rem; margin: 14px 0 8px; }
.step p { color: var(--ink-soft); font-size: 0.96rem; }

/* ---------- Testimonials ---------- */
.testi { padding: 96px 0; background: var(--teal-ink); color: #fff; overflow: hidden; }
.testi .section-head h2 { color: #fff; }
.testi .section-head p { color: rgba(255, 255, 255, 0.75); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.quote {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 30px 28px;
  backdrop-filter: blur(4px);
  transition: transform 0.4s var(--ease), background 0.4s;
}
.quote:hover { transform: translateY(-6px); background: rgba(255, 255, 255, 0.1); }
.quote .stars { color: var(--amber); font-size: 1.1rem; letter-spacing: 3px; margin-bottom: 14px; }
.quote p { font-size: 1.06rem; line-height: 1.75; color: rgba(255, 255, 255, 0.95); }
.quote .who { margin-top: 18px; display: flex; align-items: center; gap: 12px; }
.quote .who .av {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--gradient-warm);
  display: grid; place-items: center;
  font-family: 'Rubik', sans-serif; font-weight: 700; color: #fff;
}
.quote .who .meta b { display: block; font-family: 'Rubik', sans-serif; }
.quote .who .meta span { font-size: 0.88rem; color: rgba(255, 255, 255, 0.65); }

/* ---------- FAQ ---------- */
.faq { padding: 100px 0; }
.faq-wrap { max-width: 820px; margin-inline: auto; }
.faq-item {
  border: 1px solid var(--sand-line);
  border-radius: 18px;
  margin-bottom: 14px;
  background: #fff;
  overflow: hidden;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.faq-item.open { box-shadow: var(--shadow-sm); border-color: var(--coral); }
.faq-q {
  width: 100%;
  text-align: start;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 22px 26px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--teal-ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq-q .plus {
  flex: none;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--sand);
  color: var(--coral-deep);
  display: grid; place-items: center;
  font-size: 1.3rem;
  transition: transform 0.35s var(--ease), background 0.3s, color 0.3s;
}
.faq-item.open .plus { transform: rotate(45deg); background: var(--gradient-cta); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease); }
.faq-a p { padding: 0 26px 22px; color: var(--ink-soft); }

/* ---------- Contact / booking ---------- */
.contact { padding: 100px 0 110px; background: linear-gradient(180deg, var(--sand) 0%, #fff 100%); }
.contact-card {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: #fff;
  border: 1px solid var(--sand-line);
}
.contact-aside {
  position: relative;
  color: #fff;
  padding: 46px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  overflow: hidden;
}
.contact-aside .media { position: absolute; inset: 0; z-index: -2; }
.contact-aside .media img { width: 100%; height: 100%; object-fit: cover; }
.contact-aside::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(160deg, rgba(9, 40, 47, 0.88), rgba(15, 92, 107, 0.7));
}
.contact-aside h3 { color: #fff; font-size: 1.8rem; margin-bottom: 12px; }
.contact-aside p { color: rgba(255, 255, 255, 0.9); margin-bottom: 26px; }
.contact-list { display: flex; flex-direction: column; gap: 16px; }
.contact-list li { display: flex; align-items: center; gap: 13px; font-weight: 500; }
.contact-list .ci {
  width: 42px; height: 42px; flex: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.16);
  display: grid; place-items: center; font-size: 1.15rem;
}
.contact-form { padding: 46px 42px; }
.contact-form h3 { font-size: 1.7rem; margin-bottom: 6px; }
.contact-form > p { color: var(--ink-soft); margin-bottom: 26px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: 0.95rem; margin-bottom: 7px; color: var(--teal-ink); }
.field .req { color: var(--coral-deep); }
.field input,
.field select,
.field textarea {
  width: 100%;
  font-family: inherit;
  font-size: 1rem;
  padding: 13px 16px;
  border-radius: 14px;
  border: 1.6px solid var(--sand-line);
  background: var(--cream);
  color: var(--ink);
  transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
}
.field textarea { resize: vertical; min-height: 108px; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--coral);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 106, 61, 0.14);
}
.field.invalid input,
.field.invalid select,
.field.invalid textarea { border-color: var(--coral-deep); background: #fff4f0; }
.field .err { color: var(--coral-deep); font-size: 0.86rem; margin-top: 6px; display: none; font-weight: 600; }
.field.invalid .err { display: block; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form .btn-primary { width: 100%; margin-top: 6px; }
.form-note { font-size: 0.86rem; color: var(--ink-soft); margin-top: 14px; text-align: center; }

.form-success {
  display: none;
  text-align: center;
  padding: 30px 10px;
}
.form-success.show { display: block; animation: pop 0.5s var(--ease); }
.form-success .check {
  width: 76px; height: 76px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--gradient-warm);
  display: grid; place-items: center;
  color: #fff; font-size: 2.2rem;
  box-shadow: 0 14px 30px rgba(232, 71, 26, 0.3);
  animation: bounce 0.6s var(--ease);
}
.form-success h3 { font-size: 1.7rem; margin-bottom: 8px; }
.form-success p { color: var(--ink-soft); }
@keyframes pop { from { opacity: 0; transform: scale(0.96); } to { opacity: 1; transform: scale(1); } }
@keyframes bounce { 0% { transform: scale(0); } 60% { transform: scale(1.15); } 100% { transform: scale(1); } }

/* ---------- Footer ---------- */
.site-footer { background: var(--teal-ink); color: rgba(255, 255, 255, 0.82); padding: 66px 0 30px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 34px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-brand .brand { color: #fff; margin-bottom: 14px; }
.footer-brand p { max-width: 300px; font-size: 0.98rem; }
.footer-col h4 { color: #fff; font-size: 1.05rem; margin-bottom: 16px; }
.footer-col a { display: block; padding: 6px 0; color: rgba(255, 255, 255, 0.78); transition: color 0.25s, transform 0.25s; }
.footer-col a:hover { color: var(--amber); transform: translateX(-4px); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 26px;
  flex-wrap: wrap;
  font-size: 0.92rem;
}
.footer-bottom a { color: var(--amber); font-weight: 600; }
.socials { display: flex; gap: 12px; }
.socials a {
  width: 40px; height: 40px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.1);
  display: grid; place-items: center;
  transition: background 0.3s, transform 0.3s;
}
.socials a:hover { background: var(--gradient-cta); transform: translateY(-3px); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }

/* ---------- Legal pages ---------- */
.legal { padding: 150px 0 90px; }
.legal .wrap { max-width: 820px; }
.legal h1 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 10px; }
.legal .lead { color: var(--ink-soft); margin-bottom: 34px; font-size: 1.1rem; }
.legal h2 { font-size: 1.4rem; margin: 34px 0 10px; color: var(--teal-ink); }
.legal p, .legal li { color: var(--ink-soft); margin-bottom: 12px; }
.legal ul { list-style: disc; padding-inline-start: 22px; }
.legal a { color: var(--coral-deep); font-weight: 600; }
.back-home { display: inline-flex; align-items: center; gap: 8px; margin-top: 30px; font-weight: 600; color: var(--teal); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .dest-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 34px 22px; }
  .testi-grid { grid-template-columns: 1fr; }
  .contact-card { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 26px 0; }
  .stat:nth-child(2)::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 760px) {
  .nav-links, .nav-cta .btn { display: none; }
  .menu-toggle { display: block; }
  .nav-links.mobile-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    inset-block-start: 70px; inset-inline: 4vw;
    background: #fff;
    padding: 22px;
    border-radius: 18px;
    box-shadow: var(--shadow-md);
    gap: 6px;
  }
  .nav-links.mobile-open a { color: var(--ink); padding: 10px 6px; width: 100%; }
  .hero { min-height: 92vh; padding: 120px 0 70px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form, .contact-aside { padding: 34px 26px; }
}
@media (max-width: 560px) {
  body { font-size: 17px; }
  .dest-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid { grid-template-columns: 1fr; }
  .marquee-item { font-size: 1.2rem; }
  .stat + .stat::before { display: none; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .marquee-track { animation: none; }
}
