/* ===========================================================
   Ricki Margalit — Amsterdam & Holland for Travelers
   Design system: warm cream, sage green, terracotta accent
   =========================================================== */

:root{
  /* Palette */
  --cream:        #FFFFFF;
  --cream-2:      #F5F5F4;
  --cream-3:      #EBEBEA;
  --paper:        #FFFFFF;
  --ink:          #1C2B3A;
  --ink-soft:     #4A5568;
  --muted:        #9AA5B4;
  --line:         #E2E6EA;
  --line-soft:    #EDEDEC;

  --green:        #1D4ED8;
  --green-deep:   #1640B8;
  --green-soft:   #DBEAFE;
  --green-tint:   #EFF6FF;

  --terra:        #F97316;
  --terra-soft:   #FEE9D7;
  --tulip:        #FB923C;
  --ochre:        #F59E0B;

  /* Type — Assistant for Hebrew, Open Sans fallback for English */
  --font-display: 'Assistant', 'Open Sans', -apple-system, 'Segoe UI', Arial, sans-serif;
  --font-body:    'Assistant', 'Open Sans', -apple-system, 'Segoe UI', Arial, sans-serif;

  /* Readable supporting text — scales across mobile, tablet & desktop */
  --text-lead:    clamp(18px, 1.75vw, 22px);
  --text-body-lg: clamp(17px, 1.2vw, 19.5px);
  --text-body:    clamp(16px, 1.05vw, 18px);
  --text-link:    clamp(16px, 0.95vw, 17.5px);

  /* Rhythm */
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 18px;
  --r-xl: 28px;

  --shadow-sm: 0 1px 2px rgba(31,42,38,.04), 0 2px 8px rgba(31,42,38,.04);
  --shadow-md: 0 6px 24px rgba(31,42,38,.06), 0 2px 6px rgba(31,42,38,.04);
  --shadow-lg: 0 18px 48px rgba(31,42,38,.10), 0 6px 14px rgba(31,42,38,.05);

  --container: 1240px;
  --gutter: clamp(20px, 4vw, 56px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body{
  margin:0;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  direction: rtl;
  overflow-x: hidden;
}
@media (min-width: 1100px){ body{ font-size: 19px; }}

/* Subtle paper texture overlay */
body::before{
  content:"";
  position:fixed; inset:0; pointer-events:none; z-index:0;
  background-image:
    radial-gradient(circle at 18% 12%, rgba(45,93,75,.04), transparent 40%),
    radial-gradient(circle at 82% 78%, rgba(194,85,58,.035), transparent 45%);
}

h1,h2,h3,h4{ font-family: var(--font-display); font-weight: 800; line-height: 1.2; letter-spacing: -0.01em; color: var(--ink); margin:0; text-wrap: pretty;}
html[lang="en"] body{ font-family: 'Open Sans', 'Assistant', sans-serif;}
html[lang="en"] h1, html[lang="en"] h2, html[lang="en"] h3, html[lang="en"] h4{ font-family: 'Open Sans', 'Assistant', sans-serif; letter-spacing: -0.015em;}
html[lang="en"] em, html[lang="en"] i{ font-style: italic;}
p{ margin:0; text-wrap: pretty;}
a{ color: inherit; text-decoration: none; }
img{ max-width:100%; display:block; }
button{ font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

.container{ max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); position: relative; z-index: 1;}

section{ padding: clamp(64px, 9vw, 120px) 0; position: relative; z-index: 1;}
section.tight{ padding: clamp(48px, 7vw, 88px) 0;}

.eyebrow{
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-size: 18px; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase;
  color: var(--green);
  padding: 6px 0;
}
.eyebrow::before{ content: none; display: none; }
@media (max-width: 640px){
  .eyebrow{ font-size: 16px; letter-spacing: .03em; }
}

.section-title{
  font-size: clamp(30px, 4.2vw, 52px);
  margin: 8px 0 18px;
  max-width: 22ch;
}
.section-lead{
  font-size: var(--text-lead);
  color: var(--ink-soft);
  max-width: 60ch;
  line-height: 1.75;
}

/* ───────────────  NAV  ─────────────── */
.nav{
  position: fixed; width: 100%; top: 0; z-index: 100;
  background: #FFFFFF;
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid var(--line-soft);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
  box-shadow: 0 1px 0 rgba(31,42,38,.02);
}
.nav.nav-hidden{ transform: translateY(0);}
main{ padding-top: 100px;}
.nav.scrolled{ border-bottom-color: var(--line); box-shadow: 0 4px 14px rgba(31,42,38,.06);}
.nav-inner{
  display:flex; align-items:center; justify-content: space-between;
  gap: 32px; padding: 16px 0;
  max-width: var(--container); margin: 0 auto; padding-inline: var(--gutter);
}
.nav-logo{ display:flex; align-items:center; gap:10px; flex-shrink:0; margin-inline-end: auto;}
.nav-logo img{ height: 84px; width:auto; transition: height .25s;}
.nav.scrolled .nav-logo img{ height: 68px;}

.nav-links{ display:flex; gap: 2px; align-items: center; flex: 1; justify-content: center;}
.nav-links a{
  position: relative;
  padding: 10px 18px;
  font-size: 16px; font-weight: 700;
  color: var(--ink-soft);
  border-radius: 999px;
  transition: color .2s, background .2s;
  white-space: nowrap;
}
.nav-links a:hover{ color: var(--green); background: rgba(45,93,75,.06);}
.nav-links a.active{ color: var(--green); background: rgba(45,93,75,.10);}

.nav-right{ display:flex; align-items:center; gap: 10px; flex-shrink:0;}

.nav-cta{
  display:inline-flex; align-items:center; gap:10px;
  background: var(--green);
  color: var(--cream);
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 600; font-size: 15px;
  transition: transform .15s ease, background .2s ease, box-shadow .2s ease;
  box-shadow: 0 4px 14px rgba(45,93,75,.20);
  white-space: nowrap;
}
.nav-cta:hover{ background: var(--green-deep); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(45,93,75,.28);}
.nav-cta svg{ width:18px; height:18px;}

.nav-lang{
  font-size: 13.5px; font-weight: 700; color: var(--green);
  padding: 10px 14px; border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--paper);
  cursor: pointer;
  transition: color .2s, border-color .2s, background .2s;
  min-width: 52px;
  display: inline-flex; align-items: center; justify-content: center;
}
.nav-lang:hover{ color: var(--cream); border-color: var(--green); background: var(--green);}

/* ─── English mode (LTR) overrides ─── */
body.lang-en .hero-pills{ direction: ltr; }
body.lang-en .testi-marquee{
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}
body.lang-en .who-card .who-eye,
body.lang-en .eyebrow{ letter-spacing: .14em; }
body.lang-en .hero-trust{ direction: ltr;}
body.lang-en .nav-links{ direction: ltr; }
body.lang-en .mobile-menu{ text-align: left; }
body.lang-en .faq-q{ text-align: left; }
body.lang-en .arrow{ transform: scaleX(-1);}
body.lang-en .btn:hover .arrow{ transform: scaleX(-1) translateX(-4px);}
body.lang-en .more svg,
body.lang-en .attr-btn svg{ transform: scaleX(-1);}
body.lang-en .community-photo-cta{ direction: ltr;}

.nav-mobile-btn{ display: none; order: -1; }

@media (max-width: 1100px){
  .nav-links a{ padding: 9px 12px; font-size: 14.5px;}
  .nav-inner{ gap: 16px;}
}
@media (max-width: 980px){
  .nav-links{ display:none; }
  .nav-lang{ display:none; }
  .nav-cta span{ display: none;}
  .nav-cta{ padding: 11px 14px;}
  .nav-cta svg{ width: 20px; height: 20px;}
  /* Hamburger pinned to the visual RIGHT (RTL start). Direct child of .nav-inner. */
  .nav-inner{ flex-wrap: nowrap; }
  .nav-mobile-btn{
    display:flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 46px; height: 46px; padding: 0 12px;
    border-radius: 12px;
    background: var(--paper); border: 1px solid var(--line);
    margin-inline-end: 4px;
    order: -10;
  }
  .nav-logo{ order: 0; }
  .nav-right{ order: 10; margin-inline-start: auto; }
  .nav-mobile-btn span{ display:block; height:2px; background: var(--ink); border-radius: 1px; transition: transform .25s, opacity .25s;}
  .nav-mobile-btn.open span:nth-child(1){ transform: translateY(7px) rotate(-45deg);}
  .nav-mobile-btn.open span:nth-child(2){ opacity:0; }
  .nav-mobile-btn.open span:nth-child(3){ transform: translateY(-7px) rotate(45deg);}
  .nav-logo img{ height: 64px;}
  .nav.scrolled .nav-logo img{ height: 54px;}
  .nav-inner{ padding: 12px 0; gap: 12px;}
}
@media (max-width: 480px){
  .nav-logo img{ height: 54px;}
  .nav.scrolled .nav-logo img{ height: 48px;}
}

/* Mobile dropdown menu — slides in from RIGHT (RTL) */
.mobile-menu{
  position: fixed; top: 0; bottom: 0; right: 0;
  width: min(360px, 86vw);
  z-index: 101;
  background: var(--cream);
  padding: 88px 32px 32px;
  transform: translateX(100%);
  transition: transform .4s cubic-bezier(.4,0,.2,1);
  overflow-y: auto;
  box-shadow: -20px 0 60px rgba(31,42,38,.15);
  border-inline-start: 1px solid var(--line);
}
.mobile-menu.open{ transform: translateX(0);}
/* Mobile menu close (X) button */
.mobile-menu-close{
  position: absolute; top: 18px;
  inset-inline-end: 22px;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--cream-3); border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink);
  cursor: pointer;
  z-index: 2;
  transition: background .2s, color .2s, transform .2s;
}
.mobile-menu-close:hover{ background: var(--green); color: var(--cream); transform: rotate(90deg);}
.mobile-menu-close svg{ width: 20px; height: 20px;}
.mobile-menu a{
  display: flex; align-items: center; justify-content: flex-start;
  padding: 18px 0; font-size: 20px; font-family: var(--font-body); font-weight: 700;
  border-bottom: 1px solid var(--line-soft); color: var(--ink);
  transition: color .2s;
}
.mobile-menu a:hover{ color: var(--green);}
/* No chevron on menu items per request */
.mobile-menu a::after{ display: none !important; content: none; }
.mobile-menu .mm-cta{
  margin-top: 28px;
  background: #3DB651;
  color: #fff;
  border-radius: 999px;
  padding: 11px 22px;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  border-bottom: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-menu .mm-cta::after{ display: none;}
.mobile-menu .mm-cta:hover{ background: #2fa042; color: #fff;}

.mobile-overlay{
  position: fixed; inset: 0; z-index: 100;
  background: rgba(31,42,38,.45);
  opacity: 0; pointer-events: none;
  transition: opacity .35s;
  backdrop-filter: blur(2px);
}
.mobile-overlay.open{ opacity: 1; pointer-events: auto;}

/* WhatsApp button in nav */
.nav-wa{
  display:inline-flex; align-items:center; gap:8px;
  background: #3DB651;
  color: #fff;
  padding: 9px 20px;
  border-radius: 999px;
  font-weight: 400;
  font-size: 15px;
  font-family: var(--font-display);
  white-space: nowrap;
  transition: background .2s, transform .15s;
  box-shadow: 0 4px 14px rgba(61,182,81,.25);
}
.nav-wa:hover{ background: #2fa042; transform: translateY(-1px);}
@media (max-width: 980px){ .nav-wa{ display: none;} }

/* Desktop dropdowns */
.nav-dropdown{ position: relative;}
.nav-dropdown-btn{
  display:inline-flex; align-items:center; gap:5px;
  padding: 10px 18px; border-radius: 999px;
  font-size: 16px; font-weight: 700; color: var(--ink-soft);
  cursor: pointer;
  transition: color .2s, background .2s;
  white-space: nowrap;
}
.nav-dropdown-btn:hover{ color: var(--green); background: rgba(29,78,216,.06);}
.nav-dropdown-menu{
  position: absolute; top: 100%; right: 0;
  padding-top: 8px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
  min-width: 180px;
  display: none;
  flex-direction: column;
  z-index: 200;
  overflow: hidden;
}.nav-dropdown-menu.active{ display: flex;}
.nav-dropdown-menu a{
  padding: 13px 20px;
  font-size: 15px; font-weight: 600; color: var(--ink);
  border-bottom: 1px solid var(--line-soft);
  transition: color .2s, background .2s;
}
.nav-dropdown-menu a:last-child{ border-bottom: none;}
.nav-dropdown-menu a:hover{ color: var(--green); background: var(--green-tint);}

/* Mobile menu groups */
.mm-link{
  display: flex; align-items: center;
  padding: 18px 0; font-size: 20px; font-weight: 700;
  border-bottom: 1px solid var(--line-soft); color: var(--ink);
  transition: color .2s;
}
.mm-link:hover{ color: var(--green);}
.mm-group{ border-bottom: 1px solid var(--line-soft);}
.mm-group-btn{
  display:flex; align-items:center; justify-content:space-between;
  width:100%; padding: 18px 0;
  font-size: 20px; font-weight: 700; color: var(--ink);
  cursor: pointer;
  transition: color .2s;
}
.mm-group-btn:hover{ color: var(--green);}
.mm-group-btn svg{ transition: transform .3s; flex-shrink:0;}
.mm-group-btn.open svg{ transform: rotate(180deg);}
.mm-sub{
  display: none; flex-direction: column; gap: 2px;
  padding-bottom: 12px; padding-right: 16px;
}
.mm-sub.open{ display: flex;}
.mm-sub a{
  padding: 10px 0; font-size: 16px; font-weight: 600;
  color: var(--ink-soft); border: none;
  transition: color .2s;
}
.mm-sub a:hover{ color: var(--green);}

/* ───────────────  HERO  ─────────────── */
.hero{
  position: relative;
  padding: 0;
  overflow: hidden;
  min-height: clamp(560px, 86vh, 820px);
  display: flex; align-items: center;
  isolation: isolate;
}
.hero-bg{
  position: absolute; inset: 0; z-index: -2;
}
.hero-bg img{
  width: 100%; height: 100%; object-fit: cover;
}
.hero-bg::after{
  content:""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.12) 0%, transparent 30%, rgba(0,0,0,.18) 100%);
}
.hero-inner{
  max-width: var(--container); margin: 0 auto; width: 100%;
  padding: clamp(80px, 12vw, 140px) var(--gutter) clamp(72px, 10vw, 120px);
  position: relative; z-index: 1;
}
.hero-copy{
  max-width: 860px; color: var(--cream); text-align: center; margin: 0 auto;
  position: relative;
  padding: clamp(24px, 4vw, 36px) clamp(20px, 4vw, 32px);
}
.hero-copy::before{
  content:""; position: absolute; inset: 0;
  background: rgba(0, 0, 0, 0.32);
  border-radius: 20px;
  z-index: -1;
  pointer-events: none;
}
.hero-copy h2,
.hero-copy p{
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}
.hero-copy .eyebrow{ color: rgba(247,242,232,.85);}
.hero-copy .eyebrow::before{ background: rgba(247,242,232,.7);}
.hero-copy h1{
  font-size: clamp(40px, 7vw, 88px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  color: var(--cream);
  font-weight: 700;
}
.hero-copy h1 .accent{ color: #E8C982; font-style: italic; font-weight: 500;}
.hero-sub{
  font-size: clamp(19px, 1.7vw, 23px);
  color: rgba(247,242,232,.96); line-height: 1.65; max-width: 56ch;
  margin-bottom: 12px;
  text-align: center;
  margin-inline: auto;
  font-weight: 500;
  text-shadow: 0 2px 16px rgba(0,0,0,.45);
}
.hero-sub.tagline{
  font-family: var(--font-display);
  font-size: clamp(18px, 1.5vw, 22px);
  color: var(--cream);
  font-weight: 600;
  font-style: normal;
  margin-bottom: 10px;
  text-shadow: 0 2px 14px rgba(0,0,0,.5);
}
.hero-pills{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 28px;
  margin: 28px 0 36px;
  max-width: 560px;
}
.hero-pill{
  display:flex; align-items: center; gap: 12px;
  background: transparent; border: none; padding: 0;
  font-size: 16.5px; font-weight: 700; color: var(--cream);
}
.hero-pill .dot{
  width: 6px; height: 6px; border-radius: 50%;
  background: #E8C982; flex-shrink: 0;
}
@media (max-width: 640px){
  .hero-pills{ grid-template-columns: 1fr; gap: 8px;}
  .hero-pill{ font-size: 15.5px;}
}

.hero-actions{ display:flex; flex-wrap: wrap; gap: 14px; align-items:center;}

.hero-copy h1{
  font-family: var(--font-display);
  font-size: clamp(26px, 5vw, 52px);
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.15;
}

.hero-btn-orange{
  background: #F97316;
  color: #fff;
  border: none;
  box-shadow: 0 8px 24px rgba(249,115,22,.35);
  font-family: var(--font-display);
  font-weight: 800;
}
.hero-btn-orange:hover{
  background: #EA580C;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(249,115,22,.45);
}

.hero-btn-wa{
  background: #25D366;
  color: #fff;
  border: none;
  box-shadow: 0 8px 24px rgba(37,211,102,.30);
  font-family: var(--font-display);
  font-weight: 800;
}
.hero-btn-wa:hover{
  background: #1ebe5d;
  transform: translateY(-2px);
}

.hero-photo-credit{
  margin-top: 32px;
  font-size: 12px;
  color: rgba(255,255,255,.5);
}
.hero-photo-credit a{
  color: rgba(255,255,255,.7);
  text-decoration: underline;
}
.hero-photo-credit a:hover{ color: #fff;}

.hero-photo-credit-bottom{
  position: absolute;
  bottom: 18px;
  left: 24px;
  font-size: 11px;
  color: rgba(255,255,255,.45);
  margin: 0;
  z-index: 2;
}
.hero-photo-credit-bottom a{
  color: rgba(255,255,255,.6);
  text-decoration: underline;
}
.hero-photo-credit-bottom a:hover{ color: #fff;}

@media (max-width: 760px){
  .hero-actions{ flex-direction: column; align-items: center;}
  .hero-btn-orange, .hero-btn-wa{
    width: auto;
    max-width: none;
    padding: 11px 26px;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
  }
  .hero-btn-orange{
    box-shadow: 0 4px 12px rgba(249,115,22,.28);
  }
  .hero-bg::after{
    background:
      linear-gradient(180deg, rgba(0,0,0,.08) 0%, transparent 35%, rgba(0,0,0,.12) 100%);
  }
  .hero-copy::before{
    background: rgba(0, 0, 0, 0.38);
  }
  .hero-photo-credit-bottom{
    bottom: 10px;
    left: 14px;
    font-size: 10px;
  }
}

.hero .btn-secondary{
  background: rgba(247,242,232,.10);
  color: var(--cream); border-color: rgba(247,242,232,.35);
  backdrop-filter: blur(8px);
}
.hero .btn-secondary:hover{
  background: rgba(247,242,232,.20); border-color: var(--cream); color: var(--cream);
}
.hero-trust{
  margin-top: 44px; display:flex; align-items:center; gap: 20px;
  color: rgba(247,242,232,.95); font-size: 15px;
  text-shadow: 0 1px 8px rgba(0,0,0,.4);
}
.hero-trust .stars{ color: #E8C982; letter-spacing: 2px; font-size: 16px;}
.hero-trust strong{ color: var(--cream); font-weight: 700;}
@media (max-width: 640px){
  .hero-trust{ flex-direction: column; align-items: center; gap: 8px; margin-top: 28px;}
}
@media (max-width: 760px){
  .hero-inner{ padding-block: clamp(80px, 14vw, 140px); }
  .hero-copy{ text-align: center; max-width: none;}
  .hero-copy .eyebrow{ justify-content: center; }
  .hero-sub{ margin-inline: auto; }
  .hero-pills{ margin-inline: auto; justify-content: center; max-width: 320px;}
  .hero-pill{ justify-content: flex-start;}
  .hero-actions{ justify-content: center;}
}

/* Buttons */
.btn{
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 600; font-size: 16px;
  font-family: var(--font-body);
  transition: transform .15s ease, background .2s ease, color .2s, box-shadow .2s, border-color .2s;
  white-space: nowrap;
  border: 1.5px solid transparent;
}
.btn svg{ width: 18px; height: 18px; flex-shrink:0; }
.btn-primary{ background: var(--green); color: var(--cream); box-shadow: 0 8px 24px rgba(45,93,75,.20);}
.btn-primary:hover{ background: var(--green-deep); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(45,93,75,.28);}
.btn-secondary{ background: var(--paper); color: var(--ink); border-color: var(--line);}
.btn-secondary:hover{ border-color: var(--green); color: var(--green); transform: translateY(-1px);}
.btn-terra{ background: var(--terra); color: var(--cream-2); box-shadow: 0 8px 24px rgba(194,85,58,.20);}
.btn-terra:hover{ background: #A3452D; transform: translateY(-2px);}
.btn-ghost{ color: var(--green); padding: 10px 0;}
.btn-ghost:hover{ color: var(--green-deep); gap: 14px;}
.btn-lg{ padding: 17px 32px; font-size: 17px;}

.arrow{ transition: transform .2s ease;}
.btn:hover .arrow{ transform: translateX(-4px);}

/* ───────────────  ABOUT  ─────────────── */
.about{ background: #FFFFFF;}
.about-grid{
  display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.about-photo{
  position: relative; aspect-ratio: 4/5; border-radius: var(--r-xl);
  overflow: hidden; background: var(--cream-3);
}
.about-photo img{ width:100%; height:100%; object-fit: cover;}
.about-photo::after{
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, transparent 50%, rgba(31,42,38,.18));
}
.about-photo .frame-tag{
  position:absolute; bottom: 24px; right: 24px; z-index: 2;
  background: rgba(247,242,232,.95); backdrop-filter: blur(8px);
  padding: 14px 18px; border-radius: var(--r-md);
  font-size: 13px;
}
.about-photo .frame-tag strong{ display:block; font-family: var(--font-display); font-size: 17px; color: var(--ink); margin-bottom:2px;}
.about-photo .frame-tag span{ color: var(--ink-soft); font-size: 12.5px;}
.about-body p{ font-size: var(--text-body-lg); line-height: 1.75; color: var(--ink-soft); margin-bottom: 16px;}
.about-body p:first-of-type::first-letter{ /* drop-cap removed */ }
.about-meta{
  display:grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--line);
}
.about-meta .stat strong{
  display:block; font-family: var(--font-display); font-size: 36px; color: var(--green); line-height: 1; margin-bottom: 6px;
}
.about-meta .stat span{ font-size: 13.5px; color: var(--muted); line-height: 1.4;}

@media (max-width: 880px){
  .about-grid{ grid-template-columns: 1fr; gap: 40px;}
  .about-photo{ max-width: 380px; margin: 0 auto;}
}

/* ───────────────  COMMUNITY  ─────────────── */
.community{
  background: var(--cream-2);
  position: relative;
  overflow: hidden;
}
.community-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.community-text{
  order: 2;
}
.community-image{
  order: 1;
}
.community-image a{
  display: block;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  transition: transform .35s ease, box-shadow .35s ease;
}
.community-image a:hover{
  transform: translateY(-4px);
  box-shadow: 0 36px 70px rgba(0,0,0,.15);
}
.community-image img{
  width: 100%;
  height: auto;
  display: block;
  transition: transform .8s ease;
}
.community-image a:hover img{ transform: scale(1.03);}
.community-title{
  font-size: clamp(32px, 4.2vw, 52px);
  color: #1C2B3A;
  margin: 8px 0 18px;
  line-height: 1.2;
}
.community-lead{
  font-size: var(--text-lead);
  line-height: 1.75;
  color: var(--ink-soft);
  margin-bottom: 24px;
  max-width: 50ch;
}
.community-list{
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  gap: 12px;
}
.community-list li{
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: var(--text-body-lg);
  color: var(--ink);
}
.community-list li::before{
  content:"";
  flex-shrink:0;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--green-tint);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M4 8.5l2.5 2.5L12 5.5' stroke='%231D4ED8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
.btn-community{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1877F2;
  color: #fff;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 16px;
  font-family: var(--font-body);
  border: none;
  transition: background .2s, transform .15s;
  box-shadow: 0 8px 24px rgba(24,119,242,.25);
}
.btn-community:hover{
  background: #166fe5;
  transform: translateY(-2px);
}

@media (max-width: 880px){
  .community-grid{ grid-template-columns: 1fr;}
  .community-text{ order: 2;}
  .community-image{ order: 1;}
}

/* ───────────────  WHAT I OFFER  ─────────────── */
.offers-grid{
  display:grid; grid-template-columns: repeat(12, 1fr); gap: 18px;
  margin-top: 56px;
}
.offer{
  background: var(--paper); border: 1px solid var(--line-soft);
  border-radius: var(--r-xl); padding: 32px;
  display:flex; flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s;
  position: relative;
}
.offer:hover{ transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--green);}
.offer .ofnum{ display: none; }
.offer h3{ font-size: 26px; margin-bottom: 14px;}
.offer p{ color: var(--ink-soft); font-size: var(--text-body-lg); line-height: 1.7;}
.offer .icon-wrap{
  width: 56px; height: 56px; border-radius: 16px;
  background: var(--green-tint);
  display:flex; align-items:center; justify-content:center;
  margin-bottom: 20px; color: var(--green);
}
.offer .icon-wrap svg{ width: 28px; height: 28px;}
.offer.large{ grid-column: span 6;}
.offer.small{ grid-column: span 3;}
.offer .more{
  margin-top: auto; padding-top: 22px;
  color: var(--green); font-weight: 600; font-size: var(--text-link);
  display: inline-flex; align-items:center; gap: 6px;
}
.offer:nth-child(2) .icon-wrap{ background: var(--terra-soft); color: var(--terra);}
.offer:nth-child(3) .icon-wrap{ background: #FBEED9; color: var(--ochre);}
.offer:nth-child(4) .icon-wrap{ background: #F4DDE2; color: #B86574;}
.offer:nth-child(5) .icon-wrap{ background: #E2E8E0; color: #4A6B58;}

@media (max-width: 980px){
  .offers-grid{ grid-template-columns: repeat(6, 1fr);}
  .offer.large{ grid-column: span 6;}
  .offer.small{ grid-column: span 3;}
}
@media (max-width: 640px){
  .offer.large, .offer.small{ grid-column: span 6;}
}

/* ───────────────  GUIDED TOURS  ─────────────── */
.tours{ background: var(--cream-2);}
.tours-header{
  display:flex; align-items:end; justify-content: space-between; gap: 32px; margin-bottom: 56px; flex-wrap: wrap;
}
.tours-list{ display: grid; grid-template-columns: 1fr; gap: 28px;}
.tour{
  display:grid; grid-template-columns: 1.05fr 1.4fr;
  background: var(--paper); border-radius: var(--r-xl); overflow: hidden;
  border: 1px solid var(--line-soft);
  transition: box-shadow .25s, transform .25s;
}
.tour:hover{ box-shadow: var(--shadow-md);}
.tour-img{ position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--cream-3);}
.tour-img img{ width:100%; height:100%; object-fit: cover; transition: transform .6s ease;}
.tour:hover .tour-img img{ transform: scale(1.04);}
.tour-img .season-tag{
  position:absolute; top: 18px; right: 18px;
  background: var(--cream-2); border-radius: 999px;
  padding: 7px 14px; font-size: 12.5px; font-weight: 600; color: var(--green);
  border: 1px solid var(--green-soft);
}
.tour-img .tour-num{ display: none; }
.tour-body{ padding: 36px clamp(28px, 3vw, 44px); display:flex; flex-direction: column; justify-content: center;}
.tour-body h3{ font-size: clamp(24px, 2.5vw, 32px); margin-bottom: 10px; line-height: 1.2;}
.tour-extra{ color: var(--terra); font-size: var(--text-body); font-weight: 600; margin-bottom: 16px;}
.tour-body p{ color: var(--ink-soft); font-size: var(--text-body-lg); line-height: 1.75; margin-bottom: 18px;}
.tour-body p + p { margin-top: -2px;}

.tour-notes{
  margin-top: 64px; background: var(--paper); border-radius: var(--r-xl);
  padding: 36px clamp(28px, 3vw, 44px);
  border: 1px solid var(--line-soft);
}
.tour-notes-inner{
  display: grid;
  grid-template-columns: 1fr minmax(260px, 340px);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}
.tour-notes-main h4{ font-size: 20px; margin-bottom: 18px; color: var(--ink);}
.tour-notes-aside{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}
.tour-notes-question{
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 6px;
}
.tour-notes-sub{
  font-size: 16px;
  color: var(--ink-soft);
  margin: 0 0 26px;
}
.tour-notes-aside .btn{ margin-top: 0;}
.tour-notes-wa-btn{
  font-size: 18px;
  font-weight: 800;
  padding: 16px 28px;
  gap: 12px;
}
.tour-notes-wa-btn svg{
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.tour-notes ul{
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr; gap: 12px;
}
.tour-notes li{
  display:flex; gap: 10px; align-items: flex-start;
  font-size: var(--text-body-lg); color: var(--ink-soft); line-height: 1.6;
}
.tour-notes li::before{
  content:"\2713"; color: var(--green); font-weight: 700; flex-shrink: 0; font-size: 16px;
}
.tour-notes-extra{
  display: flex; gap: 10px; align-items: flex-start;
  margin: 16px 0 0;
  font-size: var(--text-body-lg); color: var(--ink-soft); line-height: 1.6;
}
.tour-notes-extra::before{
  content:"\2713"; color: var(--green); font-weight: 700; flex-shrink: 0; font-size: 16px;
}

@media (max-width: 880px){
  .tour{ grid-template-columns: 1fr;}
  .tour-img{ aspect-ratio: 16/10;}
  .tour-body{ padding: 28px;}
  .tour-notes-inner{ grid-template-columns: 1fr; }
  .tour-notes ul{ grid-template-columns: 1fr;}
}

/* ───────────────  DIGITAL TOURS  ─────────────── */
.digital{
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-3) 100%);
  position: relative; overflow: hidden;
}
.digital-grid{
  display:grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.digital-copy h2{ font-size: clamp(32px, 4.2vw, 52px); margin-bottom: 18px;}
.digital-copy .lead{ font-size: var(--text-lead); color: var(--ink-soft); line-height: 1.75; margin-bottom: 32px;}
.steps{ list-style: none; padding: 0; margin: 0 0 36px; display: grid; gap: 16px;}
.steps li{
  display:flex; gap: 16px; padding: 16px 18px;
  background: var(--paper); border-radius: var(--r-md);
  border: 1px solid var(--line-soft);
  transition: border-color .2s, transform .2s;
}
.steps li:hover{ border-color: var(--green-soft); transform: translateX(-4px);}
.steps .num{
  flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%;
  background: var(--green-tint); color: var(--green);
  display:flex; align-items:center; justify-content:center;
  font-family: var(--font-display); font-weight: 700; font-size: 17px;
}
.steps .txt{ font-size: var(--text-body-lg); color: var(--ink); line-height: 1.6;}

.phone-mock{
  position: relative; aspect-ratio: 9/16; max-width: 380px; margin: 0 auto;
  background: var(--ink);
  border-radius: 44px;
  padding: 12px;
  box-shadow: var(--shadow-lg), inset 0 0 0 2px rgba(255,255,255,.06);
}
.phone-mock::before{
  content:""; position:absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 100px; height: 26px; background: var(--ink); border-radius: 0 0 18px 18px; z-index: 3;
}
.phone-screen{
  width: 100%; height: 100%; border-radius: 32px; overflow: hidden;
  background: var(--cream-2); position: relative;
}
.phone-screen img{ width: 100%; height: 100%; object-fit: cover;}
.phone-overlay{
  position: absolute; left: 12px; right: 12px; bottom: 14px;
  background: rgba(247,242,232,.96);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 14px 16px;
  text-align: right;
}
.phone-overlay .o-step{ font-size: 11px; color: var(--green); font-weight: 600; letter-spacing: .08em; margin-bottom: 4px;}
.phone-overlay h5{ font-family: var(--font-display); font-size: 16px; color: var(--ink); margin: 0 0 6px;}
.phone-overlay p{ font-size: 12px; color: var(--ink-soft); line-height: 1.4; margin: 0;}
.phone-overlay .o-btn{
  margin-top: 10px; background: var(--green); color: var(--cream);
  padding: 8px 12px; border-radius: 999px; font-size: 11.5px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 6px;
}

@media (max-width: 880px){
  .digital-grid{ grid-template-columns: 1fr;}
  .phone-mock{ max-width: 200px; }
}

/* ───────────────  WHO  ─────────────── */
.who-grid{
  display:grid; grid-template-columns: 1fr 1fr; gap: 22px;
  margin-top: 56px;
}
.who-card{
  background: var(--paper); border-radius: var(--r-xl);
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid var(--line-soft);
  position: relative; overflow: hidden;
}
.who-card.guided{
  background: linear-gradient(160deg, var(--green) 0%, var(--green-deep) 100%);
  color: var(--cream);
  border: none;
}
.who-card.guided h3, .who-card.guided p { color: var(--cream);}
.who-card .who-eye{
  font-size: clamp(16px, 2vw, 22px); font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--green); margin-bottom: 14px;
}
.who-card.guided .who-eye{ color: rgba(247,242,232,.7);}
.who-card h3{ font-size: clamp(24px, 2.4vw, 30px); margin-bottom: 22px; max-width: 18ch;}
.who-list{ list-style: none; padding: 0; margin: 0; display: grid; gap: 14px;}
.who-list li{ display:flex; gap: 12px; font-size: var(--text-body-lg); line-height: 1.65;}
.who-list li::before{
  content:""; flex-shrink: 0; width: 22px; height: 22px;
  border-radius: 50%; background: var(--green-tint);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M4 8.5l2.5 2.5L12 5.5' stroke='%232D5D4B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat:no-repeat; background-position: center; background-size: 65%;
  margin-top: 2px;
}
.who-card.guided .who-list li::before{
  background-color: rgba(247,242,232,.12);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M4 8.5l2.5 2.5L12 5.5' stroke='%23F7F2E8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.who-conclusion{
  margin-top: 40px; text-align: center;
  font-family: var(--font-display); font-size: clamp(20px, 2.2vw, 28px);
  color: var(--ink); max-width: 38ch; margin-inline: auto; line-height: 1.4;
}
.who-conclusion em{ color: var(--green); font-style: italic;}

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

/* ───────────────  HOTELS  ─────────────── */
.hotels{ background: var(--cream-2);}
.hotels-intro{
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 56px; align-items: end;
}
.hotels-intro p{ font-size: var(--text-body-lg); color: var(--ink-soft); line-height: 1.75;}
.hotels-checks{
  background: var(--paper); border-radius: var(--r-lg); padding: 26px 30px;
  border: 1px solid var(--line-soft);
}
.hotels-checks h4{ font-size: 18px; margin-bottom: 14px; color: var(--ink); display:flex; align-items: center; gap:8px;}
.hotels-checks ul{ list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px;}
.hotels-checks li{ display:flex; gap: 10px; font-size: var(--text-body-lg); color: var(--ink-soft); align-items: baseline;}
.hotels-checks li::before{ content:"\2713"; color: var(--green); font-weight: 700;}

.hotels-cats{ margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;}
.hotel-cat{
  background: var(--paper); border-radius: var(--r-lg); padding: 28px 26px;
  border: 1px solid var(--line-soft);
  transition: border-color .2s, transform .2s;
}
.hotel-cat:hover{ border-color: var(--green); transform: translateY(-2px);}
.hotel-cat .cat-icon{
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--green-tint); color: var(--green);
  display:flex; align-items:center; justify-content:center;
  margin-bottom: 16px;
}
.hotel-cat .cat-icon svg{ width: 22px; height: 22px;}
.hotel-cat h4{ font-size: 20px; margin-bottom: 16px;}
.hotel-cat ul{ list-style: none; padding: 0; margin: 0; display: grid; gap: 10px;}
.hotel-cat li{ font-size: var(--text-body-lg); color: var(--ink-soft); line-height: 1.55; padding-right: 14px; position: relative;}
.hotel-cat li a{
  color: inherit; text-decoration: none;
  transition: color .2s ease;
}
.hotel-cat li a:hover{ color: var(--green);}
.hotel-cat li::before{
  content:""; position:absolute; right: 0; top: 9px;
  width: 6px; height: 6px; border-radius: 50%; background: var(--green-soft);
}
.hotel-cat:nth-child(2) .cat-icon{ background: var(--terra-soft); color: var(--terra);}
.hotel-cat:nth-child(3) .cat-icon{ background: #FBEED9; color: var(--ochre);}
.hotel-cat:nth-child(4) .cat-icon{ background: #F4DDE2; color: #B86574;}
.hotel-cat:nth-child(5) .cat-icon{ background: #E2E8E0; color: #4A6B58;}
.hotel-cat:nth-child(6) .cat-icon{ background: #E8DEDA; color: #6B4B41;}

.hotels-note{
  margin-top: 32px; padding: 18px 22px;
  background: rgba(194,85,58,.06);
  border-radius: var(--r-md);
  border-inline-start: 3px solid var(--terra);
  font-size: var(--text-body-lg); color: var(--ink-soft);
}

.hotels-cta{
  margin-top: 48px;
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}

@media (max-width: 980px){
  .hotels-intro{ grid-template-columns: 1fr;}
  .hotels-cats{ grid-template-columns: repeat(2, 1fr);}
}
@media (max-width: 640px){
  .hotels-cats{ grid-template-columns: 1fr;}
  .hotels-checks ul{ grid-template-columns: 1fr;}
}

/* ───────────────  ATTRACTIONS  ─────────────── */
.attractions-grid{
  margin-top: 56px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.attr-card{
  display: flex; flex-direction: column;
  background: var(--paper);
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--line-soft);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s;
}
.attr-card:hover{
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--green-soft);
}
.attr-img{
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--cream-3);
}
.attr-img img{ width:100%; height:100%; object-fit: cover; transition: transform .6s ease;}
.attr-card:hover .attr-img img{ transform: scale(1.05);}
.attr-img.ph{ position: relative;}
.attr-img.ph::before{
  content:""; position: absolute; inset: 0;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.07) 0 14px, transparent 14px 28px),
    var(--ph-bg, linear-gradient(135deg, #2D5D4B, #1F4536));
}
.attr-img.ph .ph-mark{
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 64px; height: 64px; border-radius: 16px;
  background: rgba(247,242,232,.20);
  backdrop-filter: blur(8px);
  display:flex; align-items:center; justify-content:center;
  color: var(--cream);
}
.attr-img.ph .ph-mark svg{ width: 32px; height: 32px;}
.attr-img.ph-1{ --ph-bg: linear-gradient(135deg, #D67E8B, #B85A6A);}
.attr-img.ph-2{ --ph-bg: linear-gradient(135deg, #C89A3C, #8B6A22);}
.attr-img.ph-3{ --ph-bg: linear-gradient(135deg, #4A6B8C, #2C4862);}
.attr-img.ph-4{ --ph-bg: linear-gradient(135deg, #C2553A, #8B3520);}
.attr-img.ph-5{ --ph-bg: linear-gradient(135deg, #6E5A8C, #4A3D62);}
.attr-tag{
  position: absolute; top: 14px; right: 14px;
  background: rgba(247,242,232,.94);
  backdrop-filter: blur(8px);
  padding: 6px 12px; border-radius: 999px;
  font-size: 12px; font-weight: 600; color: var(--green);
  z-index: 2;
}
.attr-body{
  padding: 24px 24px 22px;
  display: flex; flex-direction: column; flex: 1;
}
.attr-body h4{
  font-size: 20px; line-height: 1.25;
  margin-bottom: 10px;
  color: var(--ink);
}
.attr-body p{
  font-size: var(--text-body-lg); color: var(--ink-soft);
  line-height: 1.65; margin-bottom: 22px; flex: 1;
}
.attr-btn{
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  align-self: stretch;
  background: #F97316;
  color: #FFFFFF;
  border: none;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 14.5px; font-weight: 600;
  transition: background .2s;
}
.attr-btn:hover{
  background: #C2570A; color: #FFFFFF; border-color: transparent;
}
.attr-btn svg{ width: 16px; height: 16px;}

@media (max-width: 980px){ .attractions-grid{ grid-template-columns: repeat(2, 1fr);}}
@media (max-width: 600px){ .attractions-grid{ grid-template-columns: 1fr;}}

.attractions-cta{ margin-top: 48px; display:flex; justify-content: center;}

/* ───────────────  CARS  ─────────────── */
.cars{
  background:
    linear-gradient(180deg, rgba(247,242,232,.6), rgba(247,242,232,.95)),
    url("img/zaanse-background.jpg") center/cover no-repeat;
  background-attachment: fixed;
}
.cars-card{
  background: var(--paper); border-radius: var(--r-xl);
  padding: clamp(36px, 5vw, 64px);
  box-shadow: var(--shadow-lg);
  max-width: 980px; margin: 0 auto;
  border: 1px solid var(--line-soft);
}
.cars-card h2{ font-size: clamp(28px, 3.6vw, 42px); margin-bottom: 14px; text-align: center;}
.cars-card .lead{ text-align: center; color: var(--ink-soft); max-width: 56ch; margin: 0 auto 36px; font-size: var(--text-lead);}
.cars-grid{ display: grid; grid-template-columns: 1.1fr 1fr; gap: 36px; align-items: center;}
.cars-checks h4{ font-size: 18px; margin-bottom: 14px; color: var(--ink);}
.cars-checks ul{ list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px;}
.cars-checks li{ display:flex; gap: 10px; font-size: var(--text-body-lg); color: var(--ink-soft);}
.cars-checks li::before{ content:"\2713"; color: var(--green); font-weight: 700;}
.cars-actions{ display:flex; flex-direction: column; gap: 12px;}
.cars-actions .btn{ justify-content: center;}

@media (max-width: 760px){
  .cars-grid{ grid-template-columns: 1fr;}
  .cars-checks ul{ grid-template-columns: 1fr 1fr;}
  .cars{ background-attachment: scroll;}
}

/* ───────────────  TESTIMONIALS  ─────────────── */
.testi{ background: var(--cream-2); padding: clamp(64px, 9vw, 120px) 0;}

.testi-outer{
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 40px 0 48px;
  direction: ltr;
  -webkit-mask-image: linear-gradient(to left, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(to left, transparent, #000 6%, #000 94%, transparent);
}

.testi-track{
  display: flex;
  gap: 20px;
  width: max-content;
  padding: 12px 0;
  direction: ltr;
  animation: testi-scroll 50s linear infinite;
  will-change: transform;
}
html[lang="he"] .testi-track{
  animation-duration: 50s;
}
.testi-outer:hover .testi-track{
  animation-play-state: paused;
}

@keyframes testi-scroll{
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - 10px)); }
}
@media (prefers-reduced-motion: reduce){
  .testi-track{ animation: none; }
}

html[lang="he"] .testi-card{
  direction: rtl;
  text-align: right;
}

html[lang="en"] .testi-card{
  direction: ltr;
  text-align: left;
}

.testi-card{
  flex: 0 0 320px;
  width: 320px;
  background: var(--paper);
  border-radius: var(--r-xl);
  padding: 28px 26px;
  border: 1px solid var(--line-soft);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
}

.testi-card p{
  font-size: 15px;
  color: var(--ink);
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
  font-style: italic;
}

.testi-stars{
  color: var(--ochre);
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-size: 14px;
}

.testi-meta{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line-soft);
}

.testi-avatar{
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--terra));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 16px;
  flex-shrink: 0;
}

.testi-meta strong{
  display: block;
  font-size: 14px;
  color: var(--ink);
}

.testi-tag{
  display: block;
  font-size: 12px;
  color: var(--terra);
  font-weight: 600;
  margin-top: 2px;
}

@media (max-width: 640px){
  .testi-card{ flex: 0 0 280px; width: 280px; padding: 20px 18px;}
  .testi-card p{ font-size: 14px;}
}

/* ───────────────  FAQ  ─────────────── */
.faq{ background: var(--cream-2);}
.faq-grid{ display: grid; grid-template-columns: .9fr 1.4fr; gap: clamp(40px, 6vw, 80px);}
.faq-list{ display: grid; gap: 12px;}
.faq-item{
  background: var(--paper); border-radius: var(--r-md);
  border: 1px solid var(--line-soft);
  overflow: hidden;
  transition: border-color .2s;
}
.faq-item.open{ border-color: var(--green);}
.faq-q{
  width: 100%; text-align: right;
  padding: 22px 26px;
  font-family: var(--font-display); font-size: 18.5px; font-weight: 700;
  color: var(--ink);
  display:flex; align-items:center; justify-content: space-between; gap: 16px;
  transition: color .2s;
}
.faq-q:hover{ color: var(--green);}
.faq-q .pl{
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--green-tint);
  color: var(--green);
  display:flex; align-items:center; justify-content:center;
  font-size: 18px; font-weight: 400;
  transition: transform .3s ease, background .2s;
}
.faq-item.open .faq-q .pl{ transform: rotate(45deg); background: var(--green); color: var(--cream);}
.faq-a{
  max-height: 0; overflow: hidden;
  transition: max-height .35s ease;
}
.faq-a-inner{ padding: 0 26px 24px; color: var(--ink-soft); font-size: var(--text-body-lg); line-height: 1.75;}
.faq-item.open .faq-a{ max-height: 400px;}

.faq-aside .question-card{
  background: var(--green); color: var(--cream);
  border-radius: var(--r-xl);
  padding: 32px 30px;
  position: sticky; top: 110px;
}
.faq-aside h3{ color: var(--cream); font-size: 22px; margin-bottom: 12px; line-height: 1.3;}
.faq-aside p{ color: rgba(247,242,232,.85); margin-bottom: 22px; font-size: var(--text-body-lg);}
.faq-aside .btn-primary{ background: var(--cream); color: var(--green); width: 100%; justify-content: center;}
.faq-aside .btn-primary svg{ flex-shrink: 0;}

@media (max-width: 880px){ .faq-grid{ grid-template-columns: 1fr;} .faq-aside .question-card{ position: static;}}
@media (max-width: 640px){
  .faq-aside .question-card{ padding: 22px 18px; border-radius: var(--r-lg);}
  .faq-aside h3{ font-size: 18px; margin-bottom: 10px;}
  .faq-aside p{ font-size: var(--text-body); margin-bottom: 16px; line-height: 1.65;}
  .faq-aside .btn-primary{ padding: 12px 16px; font-size: 14px; gap: 8px;}
}

/* ───────────────  CLOSING  ─────────────── */
.closing{
  background: var(--ink);
  color: var(--cream);
  position: relative; overflow: hidden;
}
.closing::before{
  content:""; position:absolute; top:-40%; left: -10%;
  width: 60%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(45,93,75,.35), transparent 65%);
}
.closing::after{
  content:""; position:absolute; bottom:-30%; right: -8%;
  width: 50%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(194,85,58,.20), transparent 65%);
}
.closing .container{ position: relative; z-index: 2; text-align: center; max-width: 800px;}
.closing .eyebrow{ color: rgba(247,242,232,.6); justify-content: center;}
@media (min-width: 641px){
  .closing .eyebrow{ font-size: 24px; }
}
.closing .eyebrow::before{ background: rgba(247,242,232,.5);}
.closing h2{
  color: var(--cream);
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.1;
  margin: 16px auto 24px;
  font-weight: 700;
}
.closing h2 em{ color: var(--ochre); font-style: italic; font-weight: 700;}
.closing p{ font-size: 18px; color: rgba(247,242,232,.85); max-width: 56ch; margin: 0 auto 36px; line-height: 1.65;}
.closing-actions{ display:flex; gap: 14px; justify-content: center; flex-wrap: wrap;}
.closing .btn-primary{ background: var(--cream); color: var(--ink);}
.closing .btn-primary:hover{ background: var(--paper);}
.closing .btn-secondary{ background: transparent; color: var(--cream); border-color: rgba(247,242,232,.4);}
.closing .btn-secondary:hover{ border-color: var(--cream); color: var(--cream); background: rgba(247,242,232,.06);}

/* ───────────────  FOOTER  ─────────────── */
.footer{ background: #FFFFFF; color: var(--ink); padding: 64px 0 32px; border-top: 1px solid var(--line);}
.footer-grid{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.footer-brand{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 520px;
}
.footer-brand img{ height: 64px; margin-bottom: 18px; filter: none;}
.footer-brand p{ color: var(--ink-soft); font-size: var(--text-body); line-height: 1.65; max-width: none;}
.footer h5{ color: #F97316; font-family: var(--font-display); font-size: 16px; font-weight: 800; margin-bottom: 18px;}
.footer ul{ list-style: none; padding: 0; margin: 0; display: grid; gap: 10px;}
.footer ul a{ font-size: var(--text-body); color: var(--ink-soft); transition: color .2s;}
.footer ul a:hover{ color: var(--green);}
.footer-social{ display:flex; gap: 10px; margin-bottom: 20px; justify-content: center;}
.footer-social a{
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--cream-3);
  display: flex; align-items:center; justify-content:center;
  color: #1C2B3A; transition: background .2s, transform .15s, color .2s;
}
.footer-social a:hover{ background: var(--green-soft); color: #1640B8; transform: translateY(-2px);}
.footer-social svg{ width: 18px; height: 18px;}
.footer-bottom{
  margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line);
  display:flex; justify-content: center; align-items: center;
  flex-direction: column;
  flex-wrap: wrap; gap: 12px;
  text-align: center;
  font-size: 13px; color: var(--muted);
}
.footer-bottom a{ color: var(--ink-soft);}
.footer-bottom a:hover{ color: var(--green);}

/* ───────────────  FLOATING WHATSAPP + SCROLL TOP  ─────────────── */
.float-actions{
  position: fixed;
  bottom: max(16px, env(safe-area-inset-bottom));
  right: max(12px, env(safe-area-inset-right));
  z-index: 90;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  pointer-events: none;
}
.float-actions > *{ pointer-events: auto;}

.float-wa{
  position: relative;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: #fff; box-shadow: 0 8px 22px rgba(37,211,102,.38);
  transition: transform .2s ease, box-shadow .2s;
}
.float-wa:hover{ transform: scale(1.06); box-shadow: 0 12px 28px rgba(37,211,102,.48);}
.float-wa svg{ width: 28px; height: 28px;}
.float-wa::after{
  content:""; position: absolute; inset: -6px;
  border-radius: 50%;
  background: #25D366; opacity: 0;
  animation: ping 2.2s cubic-bezier(0,0,.2,1) infinite;
  z-index: -1;
}
@keyframes ping{
  0%{ transform: scale(.9); opacity: .5;}
  80%, 100%{ transform: scale(1.4); opacity: 0;}
}

.scroll-top{
  position: static;
  width: 40px;
  min-height: 0;
  max-height: 0;
  border-radius: 10px;
  background: #EFF6FF;
  color: var(--green);
  border: none;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 2px;
  padding: 0;
  overflow: hidden;
  box-shadow: none;
  opacity: 0; visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity .3s, transform .3s, visibility .3s, max-height .3s, padding .3s, border-color .3s, box-shadow .2s, background .2s;
  cursor: pointer;
}
.scroll-top-label{
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  color: var(--green);
}
.scroll-top.show{
  min-height: 42px;
  max-height: 46px;
  padding: 4px 6px;
  border: 1.5px solid var(--green);
  box-shadow: 0 4px 18px rgba(29,78,216,.28);
  opacity: 1; visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.scroll-top:hover{
  background: var(--green-soft);
  border-color: var(--green-deep);
  box-shadow: 0 6px 20px rgba(29,78,216,.35);
}
.scroll-top svg{ width: 13px; height: 13px; flex-shrink: 0; stroke-width: 2.8;}

@media (max-width: 640px){
  .float-actions{
    bottom: max(14px, env(safe-area-inset-bottom));
    right: max(10px, env(safe-area-inset-right));
    gap: 8px;
  }
  .float-wa{ width: 50px; height: 50px;}
  .float-wa svg{ width: 24px; height: 24px;}
  .scroll-top.show{
    min-height: 40px;
    max-height: 44px;
    padding: 4px 5px;
    border-radius: 9px;
    border-width: 1.5px;
  }
  .scroll-top-label{ font-size: 9px;}
  .scroll-top svg{ width: 12px; height: 12px;}
  main{ padding-bottom: 88px;}
}

/* ───────────────  REVEAL ANIMATION  ─────────────── */
.reveal{ opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1);}
.reveal.in{ opacity: 1; transform: none;}

/* Utility */
.center{ text-align: center;}
.muted{ color: var(--muted);}


/* ───────── Complete English LTR support ───────── */
html[lang="en"],
html[lang="en"] body,
body.lang-en {
  direction: ltr;
}

html[lang="en"] body {
  text-align: left;
}

html[lang="en"] .about-body,
html[lang="en"] .community-text,
html[lang="en"] .tour-card-body,
html[lang="en"] .tour-notes,
html[lang="en"] .digital-copy,
html[lang="en"] .who-card,
html[lang="en"] .hotels-copy,
html[lang="en"] .cars-copy,
html[lang="en"] .faq-aside,
html[lang="en"] .faq-q,
html[lang="en"] .faq-a,
html[lang="en"] .footer {
  direction: ltr;
  text-align: left;
}

html[lang="en"] .tour-notes-question,
html[lang="en"] .tour-notes-sub,
html[lang="en"] .tour-notes li {
  direction: ltr;
  unicode-bidi: plaintext;
}

html[lang="en"] .nav-dropdown-menu {
  right: auto;
  left: 0;
}

html[lang="en"] .mm-sub {
  padding-right: 0;
  padding-left: 16px;
}

/* MOBILE FIXES – BUTTONS, CAR RENTAL AND FLOATING BUTTONS */
@media (max-width: 768px) {

  /* Center important buttons and keep them inside the screen */
  .community-btn,
  .digital-btn,
  .hotels-btn,
  .attractions-btn,
  .cars-btn,
  .btn,
  .btn-primary,
  .btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 32px);
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-align: center;
    white-space: normal;
  }

  /* Car-rental checklist: one column on mobile */
  .cars-checklist,
  .car-checklist,
  .cars-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
  }

  .cars-checklist li,
  .car-checklist li,
  .cars-list li {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  /* Car-rental buttons */
  .cars-actions,
  .car-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .cars-actions a,
  .car-actions a {
    width: calc(100% - 24px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    white-space: normal;
    text-align: center;
  }

  /* Floating buttons should not cover content */
  .back-to-top,
  .scroll-top,
  .whatsapp-float,
  .floating-whatsapp {
    transform: scale(0.88);
    transform-origin: bottom right;
  }

  body {
    padding-bottom: 110px;
    overflow-x: hidden;
  }
}

@media (max-width: 768px) {
  html[lang="en"] .cars-actions .btn,
  html[lang="en"] .cars-actions a,
  html[lang="en"] .car-actions .btn,
  html[lang="en"] .car-actions a {
    font-size: 15px !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }




