/* =====================================================
   NEKE MEKKE · landing styles
   Editorial premium · KZ/RU
   ===================================================== */

/* ===== Self-hosted font — Montserrat (matches STANDARD package) ===== */
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat-cyrillic-ext.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat-cyrillic.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat-latin.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink:        #103B2C;
  --ink-soft:   #2A3B33;
  --emerald:    #385C49;
  --sage:       #DCE4DA;
  --cream:      #EAE3D2;
  --cream-2:    #E2D8C1;
  --gold:       #C9AA5A;
  --gold-soft:  #D8C68B;
  --wa-green:   #25D366;
  --wa-green-d: #128C7E;
  --line:       rgba(16, 59, 44, 0.14);
  --line-cream: rgba(244, 240, 231, 0.18);

  --font-display: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body:    "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --max:    1320px;
  --gutter: 32px;

  /* Soft, generous corner radii — no sharp edges */
  --r-xs: 8px;
  --r-sm: 14px;
  --r-md: 20px;
  --r-lg: 28px;
  --r-xl: 40px;
  --r-pill: 999px;

  /* Eased motion tokens */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --t-fast: 0.25s;
  --t-med:  0.5s;
  --t-slow: 0.9s;
}

@media (max-width: 720px) {
  :root { --gutter: 20px; }
}

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

html, body { background: var(--cream); color: var(--ink); scroll-behavior: smooth; }
html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0.005em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  /* Montserrat (this build) ships no italic — never synthesise a slanted face */
  font-synthesis: none;
}

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

/* ===== Language switching ===== */
.lang-kz .ru, .lang-ru .kz { display: none; }

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* =====================================================
   NAV
   ===================================================== */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(234, 227, 210, 0.86);
  backdrop-filter: saturate(140%) blur(16px);
  -webkit-backdrop-filter: saturate(140%) blur(16px);
  border-bottom: 1px solid rgba(16,59,44,0.10);
  transition: background var(--t-med) var(--ease-out),
              box-shadow var(--t-med) var(--ease-out),
              border-color var(--t-med) var(--ease-out),
              color var(--t-med) var(--ease-out);
  color: var(--ink);
}
.nav .nav__wordmark { color: var(--ink); transition: color var(--t-med) var(--ease-out); }
.nav .nav__links a { color: var(--ink-soft); transition: color var(--t-fast) var(--ease-out); }
.nav .nav__links a:hover { color: var(--ink); }
.nav .lang-switch button { color: var(--ink-soft); }
.nav .lang-switch button.is-active { color: var(--ink); }
.nav .lang-switch span { color: var(--line); }

.nav.is-scrolled {
  background: rgba(234, 227, 210, 0.92);
  box-shadow: 0 8px 30px -16px rgba(18,40,31,0.18);
  border-color: rgba(18,40,31,0.10);
}
.nav.is-scrolled .nav__wordmark { color: var(--ink); }
.nav.is-scrolled .nav__links a { color: var(--ink-soft); }
.nav.is-scrolled .nav__links a:hover { color: var(--ink); }
.nav.is-scrolled .lang-switch button { color: var(--ink-soft); }
.nav.is-scrolled .lang-switch button.is-active { color: var(--ink); }
.nav.is-scrolled .lang-switch span { color: var(--line); }
.nav__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px var(--gutter);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
}
.nav__brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav__logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.nav__wordmark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.18em;
  color: var(--ink);
}
.nav__links {
  display: flex;
  gap: 28px;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.nav__links a {
  color: var(--ink-soft);
  position: relative;
  padding: 6px 0;
  transition: color .25s;
}
.nav__links a:hover { color: var(--ink); }
.nav__links a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.nav__links a:hover::after { transform: scaleX(1); }
.nav__right {
  display: flex;
  gap: 18px;
  align-items: center;
}
.lang-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.lang-switch button {
  background: none;
  border: 0;
  font: inherit;
  letter-spacing: inherit;
  color: var(--ink-soft);
  cursor: pointer;
  padding: 2px 4px;
  opacity: 0.55;
  transition: opacity .2s, color .2s;
}
.lang-switch button.is-active { opacity: 1; color: var(--ink); }
.lang-switch span { color: var(--line); }

@media (max-width: 1024px) {
  .nav__links { display: none; }
  .nav__inner { grid-template-columns: auto 1fr; }
  .nav__right { justify-self: end; }
}
@media (max-width: 520px) {
  .nav__wordmark { display: none; }
  .nav__right .btn--whatsapp span { display: none; }
}

/* =====================================================
   BUTTONS
   ===================================================== */
.btn {
  --bg: var(--ink);
  --fg: var(--cream);
  --bd: var(--gold);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--bg);
  color: var(--fg);
  border: 1px solid var(--bd);
  padding: 14px 24px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  cursor: pointer;
  border-radius: var(--r-pill);
  transition: background var(--t-fast) var(--ease-out),
              color var(--t-fast) var(--ease-out),
              border-color var(--t-fast) var(--ease-out),
              transform var(--t-fast) var(--ease-out),
              box-shadow var(--t-fast) var(--ease-out);
  overflow: hidden;
}
.btn:hover { background: var(--emerald); transform: translateY(-1px); }
.btn__arrow {
  display: inline-block;
  transition: transform var(--t-med) var(--ease-out);
}
.btn:hover .btn__arrow { transform: translateX(4px); }

.btn--primary {
  --bg: #128C7E;
  --fg: #FFFFFF;
  --bd: transparent;
  background: var(--bg);
  border: 0;
  padding: 16px 28px;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.20) inset,
    0 12px 30px -8px rgba(18,140,126,0.55);
  font-weight: 600;
  letter-spacing: 0.04em;
}
.btn--primary:hover {
  background: #25D366;
  transform: translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.25) inset,
    0 16px 36px -8px rgba(18,140,126,0.7),
    0 0 0 6px rgba(37,211,102,0.12);
}
/* Subtle continuous pulse for primary WhatsApp button */
.btn--primary::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: var(--r-pill);
  background: #25D366;
  z-index: -1;
  opacity: 0;
  animation: btnPulse 3s var(--ease-in-out) infinite;
}
@keyframes btnPulse {
  0%, 100% { transform: scale(1); opacity: 0; }
  50% { transform: scale(1.04); opacity: 0.35; }
}

.btn--gold {
  --bg: var(--gold);
  --fg: var(--ink);
  --bd: transparent;
  background: var(--bg);
  border: 0;
  color: var(--ink);
  padding: 16px 28px;
  box-shadow: 0 12px 30px -8px rgba(201,170,90,0.55);
  font-weight: 600;
}
.btn--gold:hover {
  background: var(--gold-soft);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -8px rgba(201,170,90,0.7);
}

/* Hero WhatsApp CTA — green text on a milky-sand background */
.hero__cta .btn--gold {
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 14px 34px -10px rgba(16,59,44,0.40);
}
.hero__cta .btn--gold:hover {
  background: #F2EEE2;
  box-shadow: 0 18px 40px -10px rgba(16,59,44,0.52);
}

.btn--whatsapp {
  --bg: var(--ink);
  --fg: #FFFFFF; --bd: transparent;
  background: var(--bg);
  border: 0;
  padding: 11px 18px;
  font-size: 13px;
  font-weight: 600;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.12) inset,
    0 8px 22px -6px rgba(16,59,44,0.45);
}
.btn--whatsapp:hover {
  background: var(--emerald);
  transform: translateY(-1px);
}

.btn--ghost {
  --bg: rgba(244,240,231,0.5);
  --fg: var(--ink);
  --bd: rgba(18,40,31,0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.btn--ghost:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.btn--block { width: 100%; justify-content: center; }
.btn--lg { padding: 20px 32px; font-size: 15px; }

/* =====================================================
   KICKERS (small label + numeral)
   ===================================================== */
.kicker {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 14px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  padding-bottom: 28px;
}
.kicker.dark { color: var(--cream); }
.kicker__num {
  color: var(--gold);
  font-style: italic;
  letter-spacing: 0.04em;
}

/* =====================================================
   DISPLAY type
   ===================================================== */
.display {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.005em;
  color: inherit;
  overflow-wrap: break-word;
}
.display em { font-style: italic; color: var(--emerald); font-weight: 400; }
.lang-kz .display em { color: var(--emerald); }

/* =====================================================
   HERO — solid green, text left, photo right
   ===================================================== */
.hero {
  position: relative;
  padding: 0;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: var(--cream);
  background-color: var(--ink);
  background-image: url('hero-cover.jpg');
  background-size: cover;
  background-position: center;
  isolation: isolate;
}
.hero__bg-shapes {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg,
    rgba(13,38,28,0.74) 0%,
    rgba(13,38,28,0.56) 46%,
    rgba(13,38,28,0.90) 100%);
  pointer-events: none;
}
.hero__split {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  align-items: stretch;
  padding: 120px var(--gutter) 80px;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.hero__copy { max-width: 720px; text-align: left; align-self: center; }

/* Kicker (bigger now) */
.hero__kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 36px;
}
.hero__kicker-line {
  width: 64px;
  height: 1px;
  background: rgba(201,170,90,0.65);
}
.hero__kicker-text {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}

/* Title */
.hero__title {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.012em;
  color: var(--cream);
  margin-bottom: 28px;
  text-shadow: none;
  overflow-wrap: break-word;
}
.hero__title-l1,
.hero__title-l2 {
  display: block;
  font-size: clamp(30px, 3.6vw, 56px);
  letter-spacing: -0.005em;
  line-height: 0.98;
  font-weight: 800;
}
.hero__title-l1 { color: var(--cream); margin-bottom: 6px; }
.hero__title-l2 { color: var(--gold); font-style: italic; }

/* Tagline */
.hero__tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(22px, 2vw, 30px);
  color: rgba(244,240,231,0.95);
  margin-bottom: 22px;
  line-height: 1.25;
  max-width: 32ch;
}

/* Lede */
.hero__lede {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(244,240,231,0.72);
  max-width: 54ch;
  margin-bottom: 44px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(201,170,90,0.30);
}

/* CTA */
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 56px;
}
.btn--ghost-light {
  --bg: rgba(244,240,231,0.06);
  --fg: var(--cream);
  --bd: rgba(244,240,231,0.30);
  color: var(--cream);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.btn--ghost-light:hover {
  background: rgba(244,240,231,0.92);
  color: var(--ink);
  border-color: rgba(244,240,231,0.92);
}

/* Package presentation cards — clickable links to the package PDFs */
.hero__meta-hint {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 600px;
  margin: 4px 0 2px;
  font-family: var(--font-body);
  font-size: 12.5px;
  letter-spacing: 0.02em;
  color: rgba(234,227,210,0.7);
}
.hero__meta-hint::before {
  content: "";
  flex: none;
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.hero__meta {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  width: 100%;
  max-width: 600px;
}
.hero__meta li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 22px 12px 20px;
  background: linear-gradient(165deg, rgba(244,240,231,0.12), rgba(244,240,231,0.035));
  border: 1px solid rgba(244,240,231,0.18);
  border-radius: var(--r-md);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  text-align: center;
  cursor: pointer;
  transition: background var(--t-med) var(--ease-out),
              border-color var(--t-med) var(--ease-out),
              box-shadow var(--t-med) var(--ease-out),
              transform var(--t-med) var(--ease-out);
}
.hero__meta li:hover {
  background: linear-gradient(165deg, rgba(244,240,231,0.2), rgba(244,240,231,0.07));
  border-color: rgba(201,170,90,0.6);
  transform: translateY(-5px);
  box-shadow: 0 20px 38px -20px rgba(0,0,0,0.7);
}
/* package index */
.hero__meta-k {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: var(--gold);
  line-height: 1;
}
.hero__meta-name {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.25;
  color: var(--cream);
}
/* small label under the name */
.hero__meta-sub {
  font-family: var(--font-body);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(234,227,210,0.5);
  transition: color var(--t-med) var(--ease-out);
}
.hero__meta li:hover .hero__meta-sub { color: var(--gold-soft); }
/* circular arrow — the clear "open" affordance */
.hero__meta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-top: auto;
  border-radius: 50%;
  border: 1px solid rgba(201,170,90,0.45);
  color: var(--gold);
  transition: background var(--t-med) var(--ease-out),
              border-color var(--t-med) var(--ease-out),
              color var(--t-med) var(--ease-out),
              transform var(--t-med) var(--ease-out);
}
.hero__meta-arrow svg { display: block; }
.hero__meta li:hover .hero__meta-arrow {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
  transform: scale(1.09) rotate(0deg);
}
.hero__meta-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
}
.hero__meta-link:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* Right column — photo: removed, the hero now uses a full-bleed cover photo */
.hero__art { display: none; }
.hero__photo {
  width: 100%;
  flex: 1;
  min-height: 480px;
  aspect-ratio: auto;
  background: rgba(244,240,231,0.05);
  border-radius: var(--r-lg);
  overflow: hidden;
  position: relative;
  z-index: 1;
  --slot-bg: rgba(244,240,231,0.05);
  --slot-border: rgba(244,240,231,0.20);
  --slot-text: rgba(244,240,231,0.55);
}
.hero__photo-frame {
  position: absolute;
  inset: -16px;
  border: 1px solid rgba(201,170,90,0.50);
  border-radius: calc(var(--r-lg) + 14px);
  pointer-events: none;
  z-index: 0;
}
.hero__photo-tag {
  position: absolute;
  bottom: -36px;
  right: 8px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--gold);
  text-transform: uppercase;
  z-index: 2;
}

/* No old hero rules apply */
.hero__overlay, .hero__vignette, .hero__scroll, .hero__scroll-line, .hero__bg { display: none !important; }
.hero__inner, .hero__logo { display: none !important; }

@media (max-width: 980px) {
  /* Phone: the hero photo becomes the full-bleed background of the slide */
  .hero { min-height: 100vh; }
  .hero__split {
    grid-template-columns: 1fr;
    padding: 120px var(--gutter) 88px;
    position: static;
    align-content: center;
  }
  .hero__art {
    position: absolute;
    inset: 0;
    z-index: 0;
    margin: 0;
    max-width: none;
  }
  .hero__photo {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    min-height: 0;
    flex: none;
    border-radius: 0;
  }
  .hero__photo-frame { display: none; }
  .hero__photo-tag { display: none; }
  /* dark scrim over the photo so the overlaid text stays readable */
  .hero__art::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg,
      rgba(18,40,31,0.82) 0%,
      rgba(18,40,31,0.62) 50%,
      rgba(18,40,31,0.9) 100%);
    pointer-events: none;
  }
  .hero__copy {
    text-align: left;
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 16px rgba(8,20,15,0.7);
  }
  .hero__title-l1, .hero__title-l2 { font-size: clamp(36px, 9vw, 64px); }
  .hero__strip { position: relative; z-index: 2; }
}
@media (min-width: 981px) {
  /* Desktop: give the photo a viewport-based height so the KZ/RU text-length
     difference no longer stretches it. Sized to match the shorter (RU) layout.
     Centered next to the copy column. */
  .hero__art { align-self: center; height: 80vh; max-height: 740px; }
}
@media (max-width: 520px) {
  .hero__meta { grid-template-columns: repeat(2, 1fr); }
  .hero__kicker-text { font-size: 12px; letter-spacing: 0.2em; }
  .hero__photo-tag { font-size: 11px; letter-spacing: 0.08em; right: 0; }
}
/* Marquee strip */
.hero__strip {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  padding: 14px 0;
  border-top: 1px solid rgba(244,240,231,0.10);
}
.hero__strip::before,
.hero__strip::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.hero__strip::before { display: none; }
.hero__strip::after { display: none; }
.strip__track {
  display: inline-flex;
  white-space: nowrap;
  animation: strip 90s linear infinite;
  will-change: transform;
}
.strip__row {
  display: inline-flex;
  align-items: center;
  gap: 38px;
  padding: 22px 0;
  margin-right: 38px;
  white-space: nowrap;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  color: rgba(244,240,231,0.92);
  flex-shrink: 0;
}
.strip__row em {
  font-style: normal;
  color: var(--gold);
  font-size: 22px;
}
@keyframes strip {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-25%, 0, 0); }
}

/* Hero responsive */
@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero__inner { padding: 90px var(--gutter) 80px; }
  .hero__logo { width: 70px; height: 70px; margin-bottom: 20px; }
  .hero__title-l1 { font-size: clamp(19px, 5vw, 32px); }
  .hero__title-l2 { font-size: clamp(22px, 6.5vw, 42px); }
  .hero__tagline { font-size: 18px; }
  .hero__scroll { display: none; }
}
@media (max-width: 520px) {
  .hero__meta { grid-template-columns: repeat(2, 1fr); }
  .hero__cta .btn { width: 100%; justify-content: center; }
  .hero__kicker-text { font-size: 10px; letter-spacing: 0.3em; }
}

/* Art column — removed (using full-bleed background photo instead) */

/* =====================================================
   IDEA
   ===================================================== */
.idea {
  background: var(--ink);
  color: var(--cream);
  padding: 140px 0 160px;
  position: relative;
  z-index: 1;
}
.idea .kicker__label { color: var(--cream); opacity: 0.8; }
.idea__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: start;
  text-align: center;
}
.idea__head {
  font-size: clamp(38px, 5.6vw, 84px);
  line-height: 1;
  letter-spacing: -0.014em;
  max-width: 18ch;
  margin: 0 auto;
}
.idea__head em {
  color: var(--gold);
  font-style: italic;
}
.idea__body {
  padding-top: 12px;
  max-width: 70ch;
  margin: 0 auto;
  text-align: left;
}
.idea__body p {
  color: rgba(244, 240, 231, 0.78);
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.65;
}
.idea__body em {
  font-style: italic;
  color: var(--gold-soft);
}
.idea__pillars {
  grid-column: 1 / -1;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  border-top: 1px solid var(--line-cream);
  padding-top: 36px;
}
.pillar {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pillar__k {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--gold);
  font-size: 16px;
}
.pillar strong {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.01em;
  color: var(--cream);
}
@media (max-width: 980px) {
  .idea { padding: 96px 0 96px; }
  .idea__grid { grid-template-columns: 1fr; gap: 36px; }
  .idea__pillars { grid-template-columns: repeat(2, 1fr); margin-top: 48px; }
}

/* =====================================================
   SERVICES
   ===================================================== */
.services {
  padding: 160px 0 140px;
  background: var(--cream);
  position: relative;
  z-index: 2;
}
.services::before { display: none; }
.services__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  margin-bottom: 80px;
}
.services__head .display {
  font-size: clamp(38px, 5.6vw, 84px);
  line-height: 1;
  letter-spacing: -0.014em;
  max-width: 18ch;
}
.services__sub {
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 56ch;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.service {
  padding: 28px 24px 32px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(18,40,31,0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: var(--r-md);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: background var(--t-fast) var(--ease-out),
              border-color var(--t-fast) var(--ease-out),
              transform var(--t-fast) var(--ease-out),
              box-shadow var(--t-fast) var(--ease-out);
  min-height: 220px;
}
.service:hover {
  background: rgba(255,255,255,0.97);
  border-color: rgba(201,170,90,0.45);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(18,40,31,0.18);
}
.service__num {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--gold);
  font-size: 16px;
}
.service h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -0.005em;
  color: var(--ink);
  overflow-wrap: break-word;
  hyphens: auto;
}
.service p {
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.service--vip {
  background: var(--ink);
  border-color: rgba(201,170,90,0.45);
  color: var(--cream);
  box-shadow: 0 20px 40px -16px rgba(18,40,31,0.30);
}
.service--vip:hover {
  background: var(--emerald);
  border-color: var(--gold);
  transform: translateY(-3px);
}
.service--vip h3 { color: var(--cream); font-style: italic; }
.service--vip p { color: rgba(244,240,231,0.78); }
.service--vip .service__num { color: var(--gold); font-size: 26px; }

@media (max-width: 1200px) {
  .services__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .services { padding: 88px 0; }
  .services__head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 36px; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .service { padding: 20px 16px 24px; }
  .service h3 { font-size: 19px; }
}

/* =====================================================
   PACKAGES
   ===================================================== */
.packages {
  background: var(--ink);
  color: var(--cream);
  padding: 160px 0 140px;
  position: relative;
  z-index: 3;
}
.packages::before { display: none; }
.packages .kicker__label { color: var(--cream); opacity: 0.8; }
.packages .container { text-align: center; }
.packages .kicker { display: inline-flex; }
.packages__head {
  font-size: clamp(38px, 5.8vw, 86px);
  line-height: 1;
  letter-spacing: -0.014em;
  max-width: 20ch;
  margin: 0 auto;
}
.packages__head em { color: var(--gold); font-style: italic; }
.packages__intro {
  max-width: 60ch;
  margin: 32px auto 64px;
  color: rgba(244,240,231,0.78);
  font-size: 17px;
  line-height: 1.65;
}
.packages__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  text-align: left;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}
.pkg {
  background: rgba(244, 240, 231, 0.045);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(244,240,231,0.12);
  border-radius: var(--r-lg);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: background var(--t-med) var(--ease-out),
              border-color var(--t-med) var(--ease-out),
              transform var(--t-med) var(--ease-out),
              box-shadow var(--t-med) var(--ease-out);
}
.pkg:hover {
  background: rgba(244, 240, 231, 0.08);
  border-color: rgba(201, 170, 90, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -24px rgba(0,0,0,0.4);
}
.pkg__head {
  padding: 26px 28px 22px;
  border-bottom: 1px solid var(--line-cream);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  gap: 14px;
}
.pkg__num {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--gold);
  font-size: 18px;
  letter-spacing: 0.04em;
}
.pkg__name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 36px;
  letter-spacing: 0.005em;
  color: var(--cream);
}
.pkg__tag {
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 5px 12px;
  border: 1px solid rgba(201,170,90,0.5);
  border-radius: var(--r-pill);
  white-space: nowrap;
}
.pkg__photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  min-height: 360px;
  background-color: rgba(244, 240, 231, 0.05);
  background-image: url('hero-mosque.jpg');
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid var(--line-cream);
  border-radius: 0;
  position: relative;
}
.pkg__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18,40,31,0.35) 0%, rgba(18,40,31,0.65) 100%);
  pointer-events: none;
}
/* Different tinted overlays per tier */
.pkg[data-tier="comfort"] .pkg__photo::after { background: linear-gradient(180deg, rgba(18,40,31,0.20) 0%, rgba(18,40,31,0.55) 100%); }
.pkg[data-tier="comfort-plus"] .pkg__photo::after { background: linear-gradient(180deg, rgba(201,170,90,0.10) 0%, rgba(18,40,31,0.65) 100%); }
.pkg[data-tier="premium"] .pkg__photo::after { background: linear-gradient(180deg, rgba(201,170,90,0.25) 0%, rgba(18,40,31,0.70) 100%); }

/* ===== Package slide carousel (replaces the static photo) ===== */
.pkg-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  background: var(--ink);
  border-bottom: 1px solid var(--line-cream);
  overflow: hidden;
}
.pkg-carousel__viewport {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.pkg-carousel__viewport::-webkit-scrollbar { display: none; }
.pkg-carousel__slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}
/* prev / next arrows */
.pkg-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(16,59,44,0.62);
  color: var(--cream);
  cursor: pointer;
  z-index: 3;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: background var(--t-fast) var(--ease-out),
              opacity var(--t-fast) var(--ease-out);
}
.pkg-carousel__arrow:hover { background: var(--gold); color: var(--ink); }
.pkg-carousel__arrow--prev { left: 12px; }
.pkg-carousel__arrow--next { right: 12px; }
.pkg-carousel__arrow:disabled { opacity: 0; pointer-events: none; }
.pkg-carousel__arrow svg { display: block; }
/* "open full presentation" pill */
.pkg-carousel__open {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 13px;
  border-radius: var(--r-pill);
  background: rgba(16,59,44,0.78);
  border: 1px solid rgba(201,170,90,0.5);
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: background var(--t-fast) var(--ease-out),
              color var(--t-fast) var(--ease-out),
              border-color var(--t-fast) var(--ease-out);
}
.pkg-carousel__open:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}
.pkg-carousel__open svg { display: block; }
/* slide indicator dots */
.pkg-carousel__dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: var(--r-pill);
  background: rgba(16,59,44,0.55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.pkg-carousel__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(244,240,231,0.45);
  cursor: pointer;
  transition: background var(--t-fast) var(--ease-out),
              width var(--t-fast) var(--ease-out);
}
.pkg-carousel__dot.is-active {
  width: 20px;
  border-radius: var(--r-pill);
  background: var(--gold);
}
@media (prefers-reduced-motion: reduce) {
  .pkg-carousel__viewport { scroll-behavior: auto; }
}
@media (max-width: 640px) {
  .pkg-carousel__arrow { width: 34px; height: 34px; }
  .pkg-carousel__arrow--prev { left: 8px; }
  .pkg-carousel__arrow--next { right: 8px; }
  .pkg-carousel__open { top: 10px; right: 10px; padding: 7px 11px; }
  .pkg-carousel__dots { bottom: 10px; }
}

.pkg__body {
  padding: 32px 28px 18px;
  flex: 1;
}
.pkg__lede {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  line-height: 1.35;
  color: var(--cream);
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-cream);
}
.pkg__section {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 18px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px dashed rgba(201,170,90,0.3);
}
.pkg__section:first-of-type { margin-top: 0; }
.pkg__incl {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pkg__incl--tight { gap: 6px; margin-bottom: 4px; }
.pkg__incl--tight li { font-size: 13.5px; }
.pkg__price-num--ask {
  font-size: 28px;
  color: var(--gold);
}

/* Package spec definition list */
.pkg__spec {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 8px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-cream);
  font-size: 12.5px;
  line-height: 1.4;
}
.pkg__spec dt {
  color: rgba(244,240,231,0.55);
  text-transform: uppercase;
  font-size: 10.5px;
  padding-top: 3px;
  letter-spacing: 0.08em;
  overflow-wrap: break-word;
}
.pkg__spec dd {
  color: var(--cream);
  font-size: 13px;
  overflow-wrap: break-word;
}
.pkg__spec dd em {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--gold);
  font-size: 14px;
}

/* Discount strip */
.discount {
  margin-top: 64px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 36px;
  align-items: center;
  padding: 36px 40px;
  background: rgba(201,170,90,0.10);
  border: 1px solid rgba(201,170,90,0.45);
  border-radius: var(--r-lg);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.discount__icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 38px;
  color: var(--gold);
  letter-spacing: -0.02em;
  position: relative;
}
.discount__icon span {
  position: absolute;
  bottom: 24px;
  font-size: 11px;
  letter-spacing: 0.2em;
  font-style: italic;
}
.discount__body h3 {
  font-size: clamp(22px, 2.6vw, 36px);
  line-height: 1.1;
  color: var(--cream);
  margin-bottom: 10px;
}
.discount__body h3 em {
  font-style: italic;
  color: var(--gold);
}
.discount__body p {
  color: rgba(244,240,231,0.7);
  font-size: 14.5px;
  line-height: 1.55;
  max-width: 56ch;
}
.discount__cta { display: flex; }
.btn--ghost-light {
  --bg: transparent; --fg: var(--cream); --bd: var(--gold);
  color: var(--cream);
}
.btn--ghost-light:hover { background: var(--gold); color: var(--ink); }

@media (max-width: 880px) {
  .discount { grid-template-columns: 1fr; gap: 20px; padding: 28px; text-align: left; }
  .discount__icon { width: 92px; height: 92px; font-size: 32px; }
  .discount__icon span { bottom: 20px; }
}
.pkg__incl li {
  font-size: 14px;
  color: rgba(244,240,231,0.78);
  padding-left: 22px;
  position: relative;
  line-height: 1.45;
}
.pkg__incl li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 1px;
  background: var(--gold);
}
.pkg__foot {
  padding: 22px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-top: 1px solid var(--line-cream);
  margin-top: auto;
}

/* Collapsible details inside cards */
.pkg__details {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.6s var(--ease-out),
              opacity 0.35s var(--ease-out),
              margin-top 0.3s var(--ease-out);
  margin-top: 0;
}
.pkg.is-open .pkg__details {
  max-height: 1400px;
  opacity: 1;
  margin-top: 16px;
}
.pkg__toggle {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(244,240,231,0.06);
  border: 1px solid rgba(244,240,231,0.22);
  color: rgba(244,240,231,0.92);
  padding: 10px 18px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: var(--r-pill);
  margin-top: 14px;
  transition: background var(--t-fast) var(--ease-out),
              border-color var(--t-fast) var(--ease-out),
              color var(--t-fast) var(--ease-out);
}
.pkg__toggle:hover {
  background: rgba(201,170,90,0.18);
  border-color: var(--gold);
  color: var(--gold-soft);
}
.pkg__toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(201,170,90,0.25);
  color: var(--gold);
  font-size: 14px;
  line-height: 1;
  transition: transform var(--t-med) var(--ease-out),
              background var(--t-fast) var(--ease-out);
}
.pkg.is-open .pkg__toggle-icon { transform: rotate(45deg); background: var(--gold); color: var(--ink); }

/* Toggle button text — closed/open state, respects language switch */
.pkg__toggle .pkg__toggle-text-open { display: none; }
.pkg.is-open .pkg__toggle .pkg__toggle-text-closed { display: none; }
.lang-kz .pkg.is-open .pkg__toggle .kz.pkg__toggle-text-open { display: inline; }
.lang-ru .pkg.is-open .pkg__toggle .ru.pkg__toggle-text-open { display: inline; }
.pkg__price {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.pkg__price-from {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244,240,231,0.55);
}
.pkg__price-num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.12;
  color: var(--cream);
  letter-spacing: 0;
}
.pkg__price-per {
  font-size: 11.5px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: rgba(244,240,231,0.5);
  margin-top: 2px;
}

.pkg--featured {
  background: rgba(201, 170, 90, 0.10);
  border-color: rgba(201, 170, 90, 0.5);
}
.pkg--premium {
  background: rgba(201,170,90,0.10);
  border-color: rgba(201,170,90,0.85);
  box-shadow: 0 30px 60px -28px rgba(201,170,90,0.35);
}
.pkg--premium .pkg__name { color: var(--gold); }

.packages__note {
  margin-top: 36px;
  font-size: 12.5px;
  color: rgba(244,240,231,0.55);
  letter-spacing: 0.02em;
  max-width: 70ch;
}

@media (max-width: 1200px) {
  .packages__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .packages { padding: 88px 0; }
  .packages__grid { grid-template-columns: 1fr; }
  .pkg__head { padding: 22px 20px 18px; gap: 10px; }
  .pkg__name { font-size: 28px; }
  .pkg__tag { font-size: 9.5px; letter-spacing: 0.12em; padding: 5px 9px; }
  .pkg__photo { min-height: 300px; }
  .pkg__body { padding: 24px 20px 16px; }
}

/* =====================================================
   PROCESS
   ===================================================== */
.process {
  padding: 160px 0 140px;
  background: var(--cream);
  position: relative;
  z-index: 4;
}
.process::before { display: none; }
.process .container { text-align: center; }
.process .kicker { display: inline-flex; }
.process__head {
  font-size: clamp(38px, 5.8vw, 86px);
  line-height: 1;
  letter-spacing: -0.014em;
  max-width: 20ch;
  margin: 0 auto 80px;
}
.process__head em { font-style: italic; color: var(--emerald); }
.process__steps {
  list-style: none;
  border-top: 1px solid var(--line);
  text-align: left;
  max-width: 1100px;
  margin: 0 auto;
}
.process__steps li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 48px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.step__num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 48px;
  color: var(--gold);
  letter-spacing: -0.02em;
}
.step__body { max-width: 60ch; }
.step__body h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 34px;
  line-height: 1.05;
  margin-bottom: 10px;
  color: var(--ink);
}
.step__body p {
  font-size: 16.5px;
  color: var(--ink-soft);
  line-height: 1.6;
}

@media (max-width: 720px) {
  .process { padding: 88px 0; }
  .process__head { margin-bottom: 48px; }
  .process__steps li { grid-template-columns: 1fr; gap: 8px; padding: 28px 0; }
  .step__num { font-size: 30px; }
  .step__body h3 { font-size: 26px; }
}

/* =====================================================
   EXCURSIONS
   ===================================================== */
.excursions {
  background: var(--cream-2);
  padding: 160px 0 140px;
  position: relative;
  z-index: 5;
}
.excursions::before { display: none; }
/* =====================================================
   EXCURSIONS
   ===================================================== */
.excursions {
  padding: 160px 0 140px;
  position: relative;
  z-index: 5;
  color: var(--cream);
  background-color: var(--ink);
  background-image: url('hero-mosque.jpg');
  background-size: cover;
  background-position: center 40%;
  background-attachment: fixed;
}
.excursions::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(11, 25, 19, 0.82);
  pointer-events: none;
  z-index: 0;
}
.excursions .container { position: relative; z-index: 1; text-align: center; }
.excursions::before { display: none; }
.excursions .kicker { color: rgba(244,240,231,0.85); }
.excursions .kicker__label { color: rgba(244,240,231,0.85); }
.excursions__head {
  font-size: clamp(38px, 5.8vw, 86px);
  line-height: 1;
  letter-spacing: -0.014em;
  max-width: 22ch;
  margin: 0 auto 24px;
  color: var(--cream);
}
.excursions__head em { font-style: italic; color: var(--gold); }
.excursions__intro {
  max-width: 60ch;
  color: rgba(244,240,231,0.78);
  font-size: 18px;
  line-height: 1.6;
  margin: 0 auto 80px;
}
.excursions__grid {
  text-align: left;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  align-items: stretch;
}
.exc-col {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
  row-gap: 22px;
  padding: 28px;
  background: rgba(244, 240, 231, 0.06);
  border: 1px solid rgba(201, 170, 90, 0.30);
  border-radius: var(--r-lg);
  backdrop-filter: blur(22px) saturate(130%);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.06) inset,
    0 40px 80px -32px rgba(0,0,0,0.5);
  position: relative;
  overflow: hidden;
  align-self: stretch;
  height: 100%;
}
.exc-col__photo {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 0;
  height: auto;
  border-radius: var(--r-md);
  background: rgba(244,240,231,0.06);
  align-self: start;
  position: relative;
  z-index: 1;
}
.exc-col__head {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  z-index: 1;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(201,170,90,0.25);
}
.exc-col__num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  padding-top: 4px;
  line-height: 1;
}
.exc-col__city {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(52px, 5vw, 86px);
  letter-spacing: -0.015em;
  color: var(--cream);
  line-height: 0.95;
}
.exc-col__sub {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  color: var(--gold-soft);
  letter-spacing: 0.04em;
  margin-top: 8px;
}
.exc-list {
  grid-column: 1;
  grid-row: 3;
  list-style: none;
  position: relative;
  z-index: 1;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 8px;
  padding-top: 0;
  border-top: 0;
  align-self: stretch;
}
.exc-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.exc-list li {
  padding: 16px 16px;
  font-size: 14px;
  color: rgba(244,240,231,0.92);
  letter-spacing: 0.005em;
  position: relative;
  line-height: 1.35;
  background: rgba(244,240,231,0.05);
  border: 1px solid rgba(244,240,231,0.10);
  border-radius: var(--r-md);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background var(--t-fast) var(--ease-out),
              border-color var(--t-fast) var(--ease-out),
              transform var(--t-fast) var(--ease-out);
}
.exc-list li:hover {
  background: rgba(201,170,90,0.12);
  border-color: rgba(201,170,90,0.40);
  transform: translateY(-1px);
}
.exc-list li::before { display: none; }

.excursions__note {
  margin: 56px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(244,240,231,0.18);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 17px;
  color: rgba(244,240,231,0.72);
  letter-spacing: 0.02em;
  max-width: 70ch;
  text-align: center;
}
/* Image-slot inside excursions — dark mode */
.excursions image-slot {
  --slot-bg: rgba(244,240,231,0.06);
  --slot-border: rgba(244,240,231,0.30);
  --slot-text: rgba(244,240,231,0.60);
}
@media (max-width: 980px) {
  .excursions { background-attachment: scroll; padding: 110px 0; }
  .excursions__grid { gap: 24px; }
  .exc-col__photo { aspect-ratio: 4/3; }
  .exc-col__city { font-size: clamp(40px, 6vw, 64px); }
}
@media (max-width: 720px) {
  /* Keep both city cards side by side on phones — compacted */
  .excursions__grid { gap: 10px; }
  .exc-col { padding: 12px; row-gap: 10px; border-radius: var(--r-md); }
  .exc-col__head { padding-bottom: 8px; gap: 2px; }
  .exc-col__num { font-size: 10px; letter-spacing: 0.1em; }
  .exc-col__city { font-size: clamp(24px, 7.5vw, 40px); line-height: 1; }
  .exc-col__sub { font-size: 11px; margin-top: 2px; }
  .exc-col__photo { aspect-ratio: 16 / 11; }
  .exc-list { grid-template-columns: 1fr 1fr; gap: 4px; }
  .exc-list li {
    padding: 7px 5px;
    font-size: 9.5px;
    line-height: 1.25;
    border-radius: 7px;
    text-align: center;
    justify-content: center;
  }
  .exc-list li::before { display: none; }
  /* a lone trailing chip spans the full row instead of sitting half-empty */
  .exc-list li:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
/* =====================================================
   FAQ
   ===================================================== */
.faq {
  padding: 150px 0 150px;
  background: var(--cream);
  position: relative;
  z-index: 2;
}
.faq__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 22px;
  margin-bottom: 62px;
}
.faq__head .display {
  font-size: clamp(38px, 5.6vw, 84px);
  line-height: 1.02;
  letter-spacing: -0.014em;
  max-width: 20ch;
}
.faq__sub {
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 52ch;
}
.faq__list {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq__item {
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(18,40,31,0.10);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: background var(--t-fast) var(--ease-out),
              border-color var(--t-fast) var(--ease-out),
              box-shadow var(--t-fast) var(--ease-out);
}
.faq__item:hover {
  border-color: rgba(201,170,90,0.40);
}
.faq__item.is-open {
  background: rgba(255,255,255,0.92);
  border-color: rgba(201,170,90,0.55);
  box-shadow: 0 22px 48px -28px rgba(18,40,31,0.30);
}
.faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 26px 30px;
  margin: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(19px, 1.5vw, 24px);
  line-height: 1.3;
  color: var(--ink);
}
.faq__q-text { flex: 1 1 auto; }
.faq__icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(201,170,90,0.18);
  color: var(--gold);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  transition: transform var(--t-med) var(--ease-out),
              background var(--t-fast) var(--ease-out),
              color var(--t-fast) var(--ease-out);
}
.faq__q:hover .faq__icon { background: rgba(201,170,90,0.34); }
.faq__item.is-open .faq__icon {
  transform: rotate(45deg);
  background: var(--gold);
  color: var(--ink);
}
.faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--t-med) var(--ease-out);
}
.faq__item.is-open .faq__a { max-height: 420px; }
.faq__a-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 0 30px 28px;
}
.faq__a-inner p {
  font-size: 16.5px;
  line-height: 1.62;
  color: var(--ink-soft);
}
.faq__ask {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 24px;
  border-radius: var(--r-pill);
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  transition: background var(--t-fast) var(--ease-out),
              color var(--t-fast) var(--ease-out);
}
.faq__ask:hover { background: var(--gold); color: var(--ink); }
.faq__ask-arrow { transition: transform var(--t-fast) var(--ease-out); }
.faq__ask:hover .faq__ask-arrow { transform: translateX(3px); }

@media (max-width: 720px) {
  .faq { padding: 88px 0 92px; }
  .faq__head { margin-bottom: 40px; gap: 16px; }
  .faq__sub { font-size: 15.5px; }
  .faq__list { gap: 10px; }
  .faq__q { padding: 18px 18px; gap: 14px; font-size: 17px; }
  .faq__icon { width: 30px; height: 30px; font-size: 21px; }
  .faq__a-inner { padding: 0 18px 22px; gap: 14px; }
  .faq__a-inner p { font-size: 14.5px; }
  .faq__item.is-open .faq__a { max-height: 560px; }
  .faq__ask { width: 100%; justify-content: center; padding: 13px 20px; }
}

/* =====================================================
   FORM SECTION (lead)
   ===================================================== */
.form-section {
  padding: 160px 0 140px;
  background: var(--cream);
  position: relative;
  z-index: 6;
  color: var(--ink);
}
.form-section .container { text-align: center; }
.form-section .kicker { display: inline-flex; }
.form-section__head {
  font-size: clamp(38px, 5.8vw, 86px);
  line-height: 1;
  letter-spacing: -0.014em;
  max-width: 22ch;
  margin: 0 auto 24px;
  color: var(--ink);
}
.form-section__head em { font-style: italic; color: var(--emerald); }
.form-section__intro {
  max-width: 58ch;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.6;
  margin: 0 auto 72px;
}

/* The form */
.lead-form {
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 36px;
  background: rgba(244, 240, 231, 0.6);
  border: 1px solid rgba(201,170,90,0.30);
  border-radius: var(--r-lg);
  padding: 48px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 36px 80px -32px rgba(18,40,31,0.20);
}
.lead-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.lead-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lead-field--full { grid-column: 1 / -1; }
.lead-field__label {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.lead-field__input {
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(18,40,31,0.18);
  border-radius: var(--r-md);
  padding: 14px 18px;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--ink);
  font-weight: 400;
  width: 100%;
  transition: border-color var(--t-fast) var(--ease-out),
              background var(--t-fast) var(--ease-out),
              box-shadow var(--t-fast) var(--ease-out);
  outline: none;
  resize: vertical;
}
.lead-field__input::placeholder {
  color: rgba(18,40,31,0.40);
  font-style: italic;
}
.lead-field__input:focus {
  border-color: var(--gold);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(201,170,90,0.20);
}
.lead-field__input:invalid:not(:placeholder-shown) {
  border-color: rgba(180,60,60,0.55);
}

/* Pill pickers (radio groups) */
.lead-pickers { border: 0; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.lead-pickers legend.lead-field__label { padding: 0; }
.lead-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.lead-pill {
  position: relative;
  cursor: pointer;
}
.lead-pill input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.lead-pill > span {
  display: inline-block;
  padding: 11px 18px;
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(18,40,31,0.18);
  border-radius: var(--r-pill);
  font-size: 13.5px;
  letter-spacing: 0.04em;
  color: var(--ink);
  font-weight: 500;
  transition: background var(--t-fast) var(--ease-out),
              border-color var(--t-fast) var(--ease-out),
              color var(--t-fast) var(--ease-out),
              transform var(--t-fast) var(--ease-out);
}
.lead-pill:hover > span {
  border-color: rgba(201,170,90,0.55);
  background: rgba(255,255,255,0.92);
}
.lead-pill input:checked + span {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}
.lead-pill input:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(201,170,90,0.30);
}
.lead-pill--vip input:checked + span {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}

.lead-form__consent {
  font-size: 12.5px;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  line-height: 1.5;
  max-width: 58ch;
}
.lead-form__submit {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.lead-form__btn {
  align-self: flex-start;
}
.lead-form__success {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 17px;
  color: var(--emerald);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity var(--t-med) var(--ease-out), transform var(--t-med) var(--ease-out);
  pointer-events: none;
}
.lead-form.is-sent .lead-form__success { opacity: 1; transform: translateY(0); }
.lead-form.is-sent .lead-form__btn { opacity: 0.55; }

@media (max-width: 720px) {
  .form-section { padding: 110px 0 96px; }
  .lead-form { padding: 28px; gap: 28px; }
  .lead-form__row { grid-template-columns: 1fr; gap: 16px; }
}
.quote {
  background: var(--emerald);
  color: var(--cream);
  padding: 0;
  position: relative;
  z-index: 6;
  overflow: hidden;
}
.quote::before { display: none; }
.quote__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 92vh;
}
.quote__photo {
  width: 100%;
  aspect-ratio: 4/5;
  max-height: 78vh;
  min-height: 0;
  background: rgba(244,240,231,0.06);
  align-self: center;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  /* gold double-frame */
  outline: 1px solid rgba(201,170,90,0.55);
  outline-offset: -14px;
  box-shadow:
    inset 0 0 0 8px rgba(56,92,73,0.65),
    inset 0 0 0 9px rgba(201,170,90,0.45),
    0 30px 80px -28px rgba(0,0,0,0.4);
  filter: contrast(1.04) saturate(1.05);
}
.quote__photo::before {
  content: "";
  position: absolute;
  inset: 22px;
  pointer-events: none;
  border: 1px solid rgba(201,170,90,0.25);
  z-index: 2;
}
.quote__photo::after {
  content: "";
  position: absolute;
  inset: 14px;
  pointer-events: none;
  border: 1px solid rgba(244,240,231,0.10);
  z-index: 2;
}
.quote__copy {
  padding: 60px 20px 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.quote .kicker { padding-bottom: 12px; color: var(--cream); }
.quote .kicker__label { color: var(--cream); opacity: 0.85; }
.quote__ayah {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 0;
  border-top: 1px solid var(--line-cream);
  border-bottom: 1px solid var(--line-cream);
  margin-bottom: 12px;
  max-width: 32ch;
}
.quote__ayah-arabic {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  color: var(--gold);
  letter-spacing: 0;
  line-height: 1.4;
}
.quote__ayah-ref {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 12.5px;
  letter-spacing: 0.18em;
  color: rgba(244,240,231,0.65);
  text-transform: uppercase;
}
.quote__ayah-tr {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 17px;
  color: rgba(244,240,231,0.85);
  line-height: 1.4;
}
.quote__text {
  font-size: clamp(34px, 4.2vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.012em;
  font-weight: 400;
  font-style: italic;
  color: var(--cream);
  text-shadow: 0 1px 28px rgba(0,0,0,0.30);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
.quote__text em { font-style: normal; color: var(--gold); font-weight: 500; }
.quote__author {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 16px;
  color: rgba(244,240,231,0.7);
  letter-spacing: 0.04em;
}
@media (max-width: 980px) {
  .quote__inner { grid-template-columns: 1fr; gap: 40px; min-height: 0; padding: 80px var(--gutter); }
  .quote__photo { aspect-ratio: 5/6; max-height: none; }
  .quote__copy { padding: 0; }
}

/* =====================================================
   FOOTER
   ===================================================== */
.foot {
  background: var(--ink);
  color: var(--cream);
  padding: 160px 0 56px;
  position: relative;
  z-index: 7;
}
.foot::before { display: none; }
.foot .kicker__label { color: var(--cream); opacity: 0.8; }
.foot__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--line-cream);
}
.foot__head {
  font-size: clamp(38px, 5.8vw, 86px);
  line-height: 1;
  letter-spacing: -0.014em;
  max-width: 22ch;
  margin: 0 auto;
}
.foot__head em { color: var(--gold); font-style: italic; }
.foot__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  padding: 80px 0 56px;
  border-bottom: 1px solid var(--line-cream);
}

.foot .container { text-align: center; }
.foot .kicker { display: inline-flex; padding-bottom: 36px; }
/* Contact / legal / brand wrappers — narrower than full container */
.foot__grid,
.foot__legal-grid,
.foot__bottom {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.foot__grid { text-align: left; }
.foot__legal-grid { text-align: left; }
/* Phone number accent */
.foot__col { text-align: left; }
.foot__link--phone {
  font-feature-settings: "tnum" on, "lnum" on;
}
.foot__phone {
  color: var(--gold);
  font-weight: 500;
  letter-spacing: 0.04em;
  display: inline-block;
  transition: color var(--t-fast) var(--ease-out);
}
.foot__link--phone:hover .foot__phone {
  color: var(--gold-soft);
}
.foot__legal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  padding: 48px 0 32px;
  border-bottom: 1px solid var(--line-cream);
  text-align: left;
}
/* Legal grid */
.foot__legal-col { display: flex; flex-direction: column; gap: 8px; }
.foot__legal-text {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--cream);
  letter-spacing: 0.01em;
  line-height: 1.3;
}
.foot__legal-text--small {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  color: rgba(244,240,231,0.65);
  line-height: 1.45;
  letter-spacing: 0.02em;
}
.foot__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.foot__label {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--gold);
  margin-bottom: 14px;
}
.foot__link {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 22px;
  color: var(--cream);
  letter-spacing: 0.01em;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: border-color .2s;
  width: fit-content;
}
.foot__link:hover { border-color: var(--gold); }
.foot__addr {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.3;
  color: var(--cream);
}
.foot__hours {
  font-size: 13.5px;
  letter-spacing: 0.08em;
  color: rgba(244,240,231,0.6);
  margin-top: 10px;
}
.foot__col--qr { gap: 14px; }
.qr-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 6px;
}
.qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.qr__img {
  width: 100%;
  aspect-ratio: 1;
  background: var(--cream);
  padding: 10px;
  border-radius: var(--r-sm);
}
.qr__img svg { width: 100%; height: 100%; display: block; }
.qr__cap {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}
.foot__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  gap: 24px;
  flex-wrap: wrap;
}
.foot__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.16em;
  color: var(--cream);
}
.foot__brand img { width: 32px; height: 32px; object-fit: contain; }
.foot__legal {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(244,240,231,0.55);
  max-width: 60ch;
  text-align: right;
}
@media (max-width: 980px) {
  .foot { padding: 96px 0 32px; }
  .foot__top { grid-template-columns: 1fr; gap: 32px; padding-bottom: 56px; }
  .foot__grid { grid-template-columns: 1fr; gap: 40px; padding: 56px 0 40px; }
  .foot__legal-grid { grid-template-columns: 1fr; gap: 32px; padding: 32px 0; }
  .foot__bottom { flex-direction: column; align-items: flex-start; }
  .foot__legal { text-align: left; }
  /* Contact column: smaller type so each line fits on one row */
  .foot__col { gap: 14px; }
  .foot__link { font-size: 18px; letter-spacing: 0.01em; }
  .foot__addr { font-size: 18px; }
  .foot__phone { letter-spacing: 0.02em; }
}

/* =====================================================
   ICON BUTTONS (nav: TG, IG)
   ===================================================== */
.btn-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(16,59,44,0.06);
  border: 1px solid rgba(16,59,44,0.18);
  color: var(--ink-soft);
  transition: background var(--t-fast) var(--ease-out),
              border-color var(--t-fast) var(--ease-out),
              transform var(--t-fast) var(--ease-out),
              color var(--t-fast) var(--ease-out);
  flex-shrink: 0;
}
.btn-icon:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
  transform: translateY(-1px);
}
.btn-icon--ig:hover {
  background: #E4405F; border-color: #E4405F; color: #fff;
}
.nav.is-scrolled .btn-icon {
  background: rgba(18,40,31,0.08);
  border-color: rgba(18,40,31,0.18);
  color: var(--ink-soft);
}
.nav.is-scrolled .btn-icon:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }

@media (max-width: 720px) {
  .nav__right .btn-icon { display: none; }
}

/* =====================================================
   FLOATING WHATSAPP BUTTON (always-visible, bottom-right)
   ===================================================== */
.float-wa {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #25D366;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 90;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.20) inset,
    0 16px 36px -10px rgba(18,140,126,0.55),
    0 6px 18px -6px rgba(0,0,0,0.30);
  transition: transform var(--t-fast) var(--ease-out),
              background var(--t-fast) var(--ease-out),
              box-shadow var(--t-fast) var(--ease-out);
}
.float-wa:hover {
  background: #128C7E;
  transform: translateY(-3px) scale(1.05);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.25) inset,
    0 20px 44px -10px rgba(18,140,126,0.65),
    0 8px 22px -6px rgba(0,0,0,0.35);
}
.float-wa__pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25D366;
  opacity: 0.45;
  z-index: -1;
  animation: floatWaPulse 2.4s var(--ease-in-out) infinite;
}
@keyframes floatWaPulse {
  0%   { transform: scale(1); opacity: 0.45; }
  100% { transform: scale(1.55); opacity: 0; }
}
.float-wa__tip {
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  background: var(--ink);
  color: var(--cream);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 10px 16px;
  border-radius: var(--r-pill);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t-fast) var(--ease-out),
              transform var(--t-fast) var(--ease-out);
  box-shadow: 0 8px 22px -8px rgba(0,0,0,0.4);
}
.float-wa__tip::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: var(--ink);
}
.float-wa:hover .float-wa__tip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
@media (max-width: 720px) {
  /* On mobile, the sticky-bar already covers WhatsApp — hide the floater */
  .float-wa { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .float-wa__pulse { animation: none; }
}
.sticky-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 80;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 8px;
  background: rgba(18,40,31,0.92);
  border: 1px solid rgba(201,170,90,0.30);
  border-radius: var(--r-pill);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  box-shadow: 0 20px 50px -16px rgba(0,0,0,0.55);
}
.sticky-bar__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 10px 6px;
  color: var(--cream);
  font-size: 10.5px;
  letter-spacing: 0.04em;
  border-radius: var(--r-pill);
  background: transparent;
  border: 0;
  transition: background var(--t-fast) var(--ease-out), color var(--t-fast) var(--ease-out);
}
.sticky-bar__btn svg { display: block; }
.sticky-bar__btn span { font-size: 10.5px; font-weight: 500; letter-spacing: 0.06em; }
/* Unified colour scheme — gold icons on the dark sticky bar */
.sticky-bar__btn--wa,
.sticky-bar__btn--call,
.sticky-bar__btn--ig { color: var(--gold); }
.sticky-bar__btn--wa:hover, .sticky-bar__btn--wa:active,
.sticky-bar__btn--call:hover, .sticky-bar__btn--call:active,
.sticky-bar__btn--ig:hover, .sticky-bar__btn--ig:active { background: var(--gold); color: var(--ink); }

@media (max-width: 720px) {
  .sticky-bar { display: grid; }
}
.sticky-wa {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  background: #128C7E;
  color: #FFFFFF;
  border: 0;
  padding: 14px 24px;
  border-radius: var(--r-pill);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  display: none;
  align-items: center;
  gap: 10px;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.25) inset,
    0 18px 36px -10px rgba(18,140,126,0.6);
  z-index: 80;
  transition: transform var(--t-fast) var(--ease-out);
}
.sticky-wa:hover { transform: translateX(-50%) translateY(-2px); }
@media (max-width: 720px) {
  .sticky-wa { display: inline-flex; }
}

/* =====================================================
   image-slot styling override
   ===================================================== */
image-slot {
  --slot-bg: rgba(56, 92, 73, 0.10);
  --slot-border: rgba(18,40,31,0.20);
  --slot-text: rgba(18,40,31,0.55);
  --slot-radius: var(--r-lg);
  background: var(--slot-bg);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.idea image-slot,
.packages image-slot,
.foot image-slot,
.quote image-slot {
  --slot-bg: rgba(244,240,231,0.06);
  --slot-border: rgba(244,240,231,0.30);
  --slot-text: rgba(244,240,231,0.60);
}
.pkg__photo {
  border-radius: 0;
  border-bottom: 1px solid rgba(244,240,231,0.10);
}

/* Selection */
::selection { background: var(--gold); color: var(--ink); }

/* =====================================================
   SECTION TRIM ORNAMENT (between sections)
   ===================================================== */
/* Move trim ornament deeper into the gradient zone */
.trim {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(82%, 720px);
  z-index: 3;
  pointer-events: none;
  color: var(--gold);
  opacity: 0;
  animation: trimFadeIn 1.2s var(--ease-out) 0.3s forwards;
}
.trim__line {
  flex: 1;
  height: 1px;
  background: rgba(201,170,90,0.55);
}

.trim__dot {
  width: 3px;
  height: 3px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
  opacity: 0.85;
}
.trim__mark {
  color: var(--gold);
  flex-shrink: 0;
  margin: 0 6px;
  filter: drop-shadow(0 1px 4px rgba(201,170,90,0.4));
}
@keyframes trimFadeIn {
  to { opacity: 1; }
}
/* Stronger glow on dark backgrounds */
.idea .trim__mark,
.packages .trim__mark,
.quote .trim__mark,
.foot .trim__mark {
  filter: drop-shadow(0 1px 8px rgba(201,170,90,0.55));
}

@media (prefers-reduced-motion: reduce) {
  .trim { animation: none; opacity: 1; }
}
@media (max-width: 720px) {
  .trim { top: 28px; width: min(90%, 460px); gap: 8px; }
  .trim__dot { width: 2.5px; height: 2.5px; }
}
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
  will-change: opacity, transform;
}
[data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}
[data-reveal-delay="1"] { transition-delay: 0.08s; }
[data-reveal-delay="2"] { transition-delay: 0.16s; }
[data-reveal-delay="3"] { transition-delay: 0.24s; }
[data-reveal-delay="4"] { transition-delay: 0.32s; }
[data-reveal-delay="5"] { transition-delay: 0.40s; }
[data-reveal-delay="6"] { transition-delay: 0.48s; }
[data-reveal-delay="7"] { transition-delay: 0.56s; }
[data-reveal-delay="8"] { transition-delay: 0.64s; }

@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .btn--primary::before { animation: none; }
  .hero__seal { animation: none; }
  .strip__row { animation: none; }
}

/* Image fade-in when image-slot is filled */
image-slot img {
  animation: imgFadeIn 0.8s var(--ease-out);
}
@keyframes imgFadeIn {
  from { opacity: 0; transform: scale(1.03); }
  to   { opacity: 1; transform: scale(1); }
}


/* =====================================================
   PROPHET ﷺ LIGATURE (enlarged)
   ===================================================== */
.prophet {
  font-size: 1.6em;
  vertical-align: -0.18em;
  color: var(--gold);
  letter-spacing: 0;
  line-height: 1;
}

/* =====================================================
   LEAD FORM (embedded in footer)
   ===================================================== */
.foot__form-wrap {
  margin: 64px 0;
  padding-top: 64px;
  border-top: 1px solid var(--line-cream);
}
.foot .lead-form {
  max-width: 920px;
  margin: 0 auto;
  background: rgba(244, 240, 231, 0.04);
  border: 1px solid rgba(244, 240, 231, 0.12);
  border-radius: var(--r-lg);
  padding: 40px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.lead-form__head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(244,240,231,0.10);
}
.lead-form__label-mini {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
.lead-form__hint {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--cream);
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.foot .lead-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.foot .lead-field { display: flex; flex-direction: column; gap: 8px; }
.foot .lead-field--full { grid-column: 1 / -1; }
.foot .lead-field__label {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(244,240,231,0.65);
}
.foot .lead-field__input {
  background: rgba(244,240,231,0.06);
  border: 1px solid rgba(244,240,231,0.18);
  border-radius: var(--r-md);
  padding: 13px 16px;
  font-family: var(--font-body);
  font-size: 15.5px;
  color: var(--cream);
  font-weight: 400;
  width: 100%;
  outline: none;
  resize: vertical;
  transition: border-color var(--t-fast) var(--ease-out),
              background var(--t-fast) var(--ease-out),
              box-shadow var(--t-fast) var(--ease-out);
}
.foot .lead-field__input::placeholder { color: rgba(244,240,231,0.36); font-style: italic; }
.foot .lead-field__input:focus {
  border-color: var(--gold);
  background: rgba(244,240,231,0.10);
  box-shadow: 0 0 0 3px rgba(201,170,90,0.16);
}
.foot .lead-pickers { border: 0; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.foot .lead-pickers legend.lead-field__label { padding: 0; }
.foot .lead-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.foot .lead-pill { position: relative; cursor: pointer; }
.foot .lead-pill input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.foot .lead-pill > span {
  display: inline-block;
  padding: 10px 16px;
  background: rgba(244,240,231,0.06);
  border: 1px solid rgba(244,240,231,0.18);
  border-radius: var(--r-pill);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--cream);
  font-weight: 500;
  transition: background var(--t-fast) var(--ease-out),
              border-color var(--t-fast) var(--ease-out),
              color var(--t-fast) var(--ease-out);
}
.foot .lead-pill:hover > span {
  border-color: rgba(201,170,90,0.50);
  background: rgba(244,240,231,0.10);
}
.foot .lead-pill input:checked + span {
  background: var(--cream);
  color: var(--ink);
  border-color: var(--cream);
}
.foot .lead-pill--vip input:checked + span {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}
.foot .lead-form__consent {
  font-size: 12px;
  color: rgba(244,240,231,0.55);
  line-height: 1.5;
  max-width: 56ch;
}
.foot .lead-form__submit {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.foot .lead-form__success {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 17px;
  color: var(--gold-soft);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity var(--t-med) var(--ease-out), transform var(--t-med) var(--ease-out);
  pointer-events: none;
}
.foot .lead-form.is-sent .lead-form__success { opacity: 1; transform: translateY(0); }
.foot .lead-form.is-sent .lead-form__btn { opacity: 0.55; }
/* honeypot — kept in the layout but off-screen; bots fill it, people don't */
.lead-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* inline validation / anti-spam notice */
.lead-form__note {
  flex-basis: 100%;
  margin: 0;
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 1.5;
  color: #E6A9A0;
  display: none;
}
.lead-form__note.is-visible { display: block; }
.foot .lead-field__input.is-invalid {
  border-color: #C56B6B;
  background: rgba(197,107,107,0.12);
}
@media (max-width: 720px) {
  .foot__form-wrap { margin-top: 48px; padding-top: 48px; }
  .foot .lead-form { padding: 24px; gap: 20px; }
  .foot .lead-form__row { grid-template-columns: 1fr; gap: 14px; }
  /* clearance for the fixed quick-action bar that overlaps the page bottom */
  .foot { padding-bottom: 116px; }
}


/* =====================================================
   VIP block (footer head)
   ===================================================== */
.foot__vip-mini {
  display: inline-block;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.foot__vip-intro {
  margin-top: 20px;
  max-width: 62ch;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(244,240,231,0.78);
}
.foot__top {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foot__head em { color: var(--gold); font-style: italic; }
.lead-form--vip { border-color: rgba(201,170,90,0.40) !important; }
.lead-form--vip .lead-form__label-mini { color: var(--gold); }

/* =====================================================
   LIGHT THEME — content sections on milky-sand bg
   (STANDARD package style: light background everywhere)
   ===================================================== */

/* ---- PACKAGES ---- */
.packages { background: var(--cream); color: var(--ink); }
.packages .kicker,
.packages .kicker.dark { color: var(--ink-soft); }
.packages .kicker__label { color: var(--ink); opacity: 1; }
.packages .kicker__num { color: var(--gold); }
.packages__head em { color: var(--emerald); }
.packages__intro { color: var(--ink-soft); }
.pkg {
  background: #FFFFFF;
  border-color: rgba(16,59,44,0.10);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.pkg:hover {
  background: #FFFFFF;
  border-color: rgba(201,170,90,0.55);
  box-shadow: 0 30px 60px -28px rgba(16,59,44,0.22);
}
.pkg--featured { background: rgba(201,170,90,0.10); border-color: rgba(201,170,90,0.55); }
.pkg--premium  { background: rgba(201,170,90,0.14); border-color: rgba(201,170,90,0.85); }
.pkg__head { border-bottom-color: var(--line); }
.pkg__name { color: var(--ink); }
.pkg__lede { color: var(--ink); border-bottom-color: var(--line); }
.pkg__spec { border-bottom-color: var(--line); }
.pkg__spec dt { color: rgba(16,59,44,0.55); }
.pkg__spec dd { color: var(--ink); }
.pkg__incl li { color: var(--ink-soft); }
.pkg__foot { border-top-color: var(--line); }
.pkg__photo { border-bottom-color: var(--line); }
.pkg__toggle {
  background: rgba(16,59,44,0.05);
  border-color: rgba(16,59,44,0.18);
  color: var(--ink-soft);
}
.pkg__toggle:hover {
  background: rgba(201,170,90,0.16);
  border-color: var(--gold);
  color: var(--ink);
}
.pkg__price-from { color: rgba(16,59,44,0.55); }
.pkg__price-num { color: var(--ink); }
.pkg__price-per { color: rgba(16,59,44,0.5); }
.packages__note { color: rgba(16,59,44,0.55); }

/* ---- EXCURSIONS ---- */
.excursions {
  background-color: var(--cream);
  background-image: none;
  color: var(--ink);
}
.excursions::after { display: none; }
.excursions .kicker,
.excursions .kicker__label { color: var(--ink-soft); }
.excursions .kicker__num { color: var(--gold); }
.excursions__head { color: var(--ink); }
.excursions__head em { color: var(--emerald); }
.excursions__intro { color: var(--ink-soft); }
/* Dark-green city cards on the light section (STANDARD-package style) */
.exc-col {
  background: var(--ink);
  border-color: rgba(234,227,210,0.12);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 34px 64px -30px rgba(16,59,44,0.45);
}
.exc-col__photo { background: rgba(234,227,210,0.06); }
.exc-col__head { border-bottom-color: rgba(234,227,210,0.16); }
.exc-col__city { color: var(--cream); }
.exc-col__sub { color: var(--gold-soft); }
.exc-list li {
  color: var(--cream);
  background: rgba(234,227,210,0.06);
  border-color: rgba(234,227,210,0.14);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.exc-list li:hover {
  background: rgba(201,170,90,0.16);
  border-color: rgba(201,170,90,0.45);
}
.excursions__note { color: var(--ink-soft); border-top-color: var(--line); }

/* ---- FOOTER ---- */
.foot { background: var(--cream); color: var(--ink); }
.foot .kicker,
.foot .kicker__label { color: var(--ink-soft); }
.foot .kicker__num { color: var(--gold); }
.foot__top { border-bottom-color: var(--line); }
.foot__head { color: var(--ink); }
.foot__head em { color: var(--emerald); }
.foot__vip-mini { color: var(--emerald); }
.foot__vip-intro { color: var(--ink-soft); }
.foot__grid { border-bottom-color: var(--line); }
.foot__legal-grid { border-bottom-color: var(--line); }
.foot__label { color: var(--emerald); }
.foot__link { color: var(--ink); }
.foot__addr { color: var(--ink); }
.foot__hours { color: rgba(16,59,44,0.60); }
.foot__phone { color: var(--emerald); }
.foot__legal-text { color: var(--ink); }
.foot__legal-text--small { color: rgba(16,59,44,0.62); }
.qr__img { background: #FFFFFF; border: 1px solid var(--line); }
.qr__cap { color: var(--emerald); }
.foot__brand { color: var(--ink); }
.foot__legal { color: rgba(16,59,44,0.55); }

/* ---- FOOTER LEAD FORM ---- */
.foot__form-wrap { border-top-color: var(--line); }
.foot .lead-form {
  background: #FFFFFF;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.lead-form__head { border-bottom-color: var(--line); }
.lead-form__label-mini,
.lead-form--vip .lead-form__label-mini { color: var(--emerald); }
.lead-form__hint { color: var(--ink); }
.foot .lead-field__label { color: var(--ink-soft); }
.foot .lead-field__input {
  background: #FFFFFF;
  border-color: rgba(16,59,44,0.20);
  color: var(--ink);
}
.foot .lead-field__input::placeholder { color: rgba(16,59,44,0.40); }
.foot .lead-field__input:focus {
  border-color: var(--gold);
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(201,170,90,0.20);
}
.foot .lead-pill > span {
  background: #FFFFFF;
  border-color: rgba(16,59,44,0.20);
  color: var(--ink);
}
.foot .lead-pill:hover > span {
  border-color: rgba(201,170,90,0.55);
  background: #FFFFFF;
}
.foot .lead-pill input:checked + span {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}
.foot .lead-form__consent { color: var(--ink-soft); }
.foot .lead-form__success { color: var(--emerald); }
.foot .lead-form__note { color: #C0473C; }

/* =====================================================
   SERVICES — collapsible green title button
   (STANDARD-package green panel: milky text on green)
   ===================================================== */
.services__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 4vw, 48px);
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(30px, 4.4vw, 58px) clamp(26px, 5vw, 70px);
  background: var(--ink);
  color: var(--cream);
  border: 0;
  border-radius: var(--r-lg);
  cursor: pointer;
  text-align: left;
  box-shadow: 0 34px 64px -30px rgba(16,59,44,0.5);
  transition: background var(--t-fast) var(--ease-out),
              transform var(--t-fast) var(--ease-out),
              box-shadow var(--t-fast) var(--ease-out);
}
.services__toggle:hover {
  background: #15482F;
  transform: translateY(-2px);
  box-shadow: 0 42px 74px -28px rgba(16,59,44,0.6);
}
.services__toggle:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}
.services__toggle-title {
  flex: 1;
  min-width: 0;
  color: var(--cream);
  text-transform: uppercase;
  font-weight: 800;
  font-size: clamp(26px, 3.6vw, 56px);
  line-height: 1.07;
  letter-spacing: -0.005em;
}
.services__toggle-icon {
  flex: 0 0 auto;
  width: clamp(46px, 5vw, 64px);
  height: clamp(46px, 5vw, 64px);
  border-radius: 50%;
  border: 1.5px solid rgba(234,227,210,0.55);
  display: grid;
  place-items: center;
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 300;
  line-height: 1;
  color: var(--cream);
  transition: transform var(--t-med) var(--ease-out),
              background var(--t-fast) var(--ease-out),
              color var(--t-fast) var(--ease-out),
              border-color var(--t-fast) var(--ease-out);
}
.services.is-open .services__toggle-icon {
  transform: rotate(45deg);
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}
.services__reveal { display: none; }
.services.is-open .services__reveal {
  display: block;
  margin-top: clamp(44px, 5vw, 72px);
  animation: servicesReveal 0.55s var(--ease-out);
}
.services__reveal .services__sub {
  margin: 0 auto clamp(44px, 5vw, 64px);
  text-align: center;
}
@keyframes servicesReveal {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .services.is-open .services__reveal { animation: none; }
}
@media (max-width: 720px) {
  .services__toggle { padding: 24px 20px; gap: 14px; border-radius: var(--r-md); }
  .services__toggle-title { font-size: clamp(21px, 6vw, 32px); }
}

/* =====================================================
   FAQ — holy-places list inside excursion answers
   ===================================================== */
.faq__places {
  list-style: none;
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 24px;
}
.faq__places li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.45;
  color: var(--ink-soft);
}
.faq__places li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 1px;
  background: var(--gold);
}
.faq__item--places.is-open .faq__a { max-height: 1100px; }
@media (max-width: 720px) {
  .faq__places { grid-template-columns: 1fr; gap: 7px; }
  .faq__item--places.is-open .faq__a { max-height: 1700px; }
}

/* =====================================================
   FAQ — collapsed behind a green title button
   (same toggle pattern as the SERVICES section)
   ===================================================== */
.faq__reveal { display: none; }
.faq.is-open .faq__reveal {
  display: block;
  margin-top: clamp(44px, 5vw, 72px);
  animation: servicesReveal 0.55s var(--ease-out);
}
.faq.is-open .services__toggle-icon {
  transform: rotate(45deg);
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}
@media (prefers-reduced-motion: reduce) {
  .faq.is-open .faq__reveal { animation: none; }
}
