/* ============================================================
   INFINITY UNITS TOURISM · انفينيتي يونت للسفر والسياحة
   Shared Design System — main.css
   Built on the original single-page tokens, extended for a
   full multi-page luxury tourism platform.
   ============================================================ */

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --ink:        #1F2E62;   /* primary navy — matched to logo */
  --ink-deep:   #0F1A40;   /* darker depth */
  --ink-mid:    #2D3F75;
  --gold:       #C26B2A;   /* brand orange */
  --gold-soft:  #E8B690;   /* light orange */
  --gold-deep:  #8E4515;
  --cream:      #FAF7F2;   /* warm off-white */
  --paper:      #FFFFFF;
  --gray:       #6B7280;
  --gray-soft:  #E5E7EB;
  --gray-line:  #D9D6CF;
  --wa:         #25D366;
  --wa-deep:    #1DA851;

  --font-ar-display: 'El Messiri', 'Cairo', 'IBM Plex Sans Arabic', system-ui, sans-serif;
  --font-ar-body:    'Tajawal', 'IBM Plex Sans Arabic', system-ui, sans-serif;
  --font-ar-serif:   'Amiri', 'El Messiri', Georgia, serif;
  --font-en-display: 'Playfair Display', Georgia, serif;
  --font-en-body:    'Inter', system-ui, -apple-system, sans-serif;
  --font-ar-tech:    'Reem Kufi', 'Cairo', system-ui, sans-serif;
  --font-en-tech:    'Space Grotesk', 'Inter', system-ui, sans-serif;

  --max:    1280px;
  --gutter: clamp(20px, 4vw, 56px);
  --section-pad: clamp(80px, 10vw, 140px);
  --radius:   18px;
  --radius-sm: 12px;
  --shadow-card: 0 24px 60px -30px rgba(31,46,98,.28);
  --shadow-soft: 0 20px 50px -22px rgba(15,26,64,.22);

  --ease: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-ar-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
[data-lang="en"] body { font-family: var(--font-en-body); direction: ltr; }

img { max-width: 100%; display: block; }
a   { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

/* ============================================================
   LANGUAGE SWITCHING
   ============================================================ */
[lang="ar"], [lang="en"] { display: block; }
html[data-lang="ar"] [lang="en"]:not(.always) { display: none !important; }
html[data-lang="en"] [lang="ar"]:not(.always) { display: none !important; }
html[data-lang="en"] { direction: ltr; }
html[data-lang="en"] body { font-family: var(--font-en-body); text-align: left; }
.dual { display: inline-flex; align-items: center; gap: .65em; }

/* inline dual token that keeps both languages */
span.always[lang] { display: inline; }

/* ============================================================
   TYPE SCALE
   ============================================================ */
.eyebrow {
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-deep); font-weight: 500; font-family: var(--font-en-body);
}
html[data-lang="ar"] .eyebrow { font-family: var(--font-ar-body); letter-spacing: .12em; font-weight: 600; }

.display { font-family: var(--font-ar-display); font-weight: 700; line-height: 1.1; letter-spacing: -.01em; }
html[data-lang="en"] .display { font-family: var(--font-en-display); font-weight: 600; letter-spacing: -.015em; }

.h-hero  { font-size: clamp(44px, 7vw, 96px); }
.h-1     { font-size: clamp(36px, 5vw, 64px); }
.h-2     { font-size: clamp(28px, 3.5vw, 44px); }
.h-3     { font-size: clamp(22px, 2.3vw, 30px); }
.h-4     { font-size: clamp(18px, 1.6vw, 22px); }

.lead    { font-size: clamp(17px, 1.6vw, 21px); line-height: 1.65; color: var(--ink-mid); }
.body    { font-size: 16px; line-height: 1.75; }
.small   { font-size: 14px; line-height: 1.6; }
.text-gold { color: var(--gold); }

/* ============================================================
   LAYOUT PRIMITIVES
   ============================================================ */
.container { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.container--wide { max-width: 1480px; }
.section { padding: var(--section-pad) 0; position: relative; }
.section--ink   { background: var(--ink); color: var(--cream); }
.section--deep  { background: var(--ink-deep); color: var(--cream); }
.section--paper { background: var(--paper); }
.section--cream { background: var(--cream); }
.section--tight { padding: clamp(56px,7vw,90px) 0; }

.hairline { display: block; width: 100%; height: 1px; background: var(--gray-line); }
.hairline--gold { background: var(--gold); height: 1px; opacity: .55; }

.eyebrow-row { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.eyebrow-row::before { content: ""; width: 28px; height: 1px; background: var(--gold); }
.eyebrow-row::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); margin-inline-start: -12px; opacity: .8; }
.section--ink .eyebrow, .section--deep .eyebrow { color: var(--gold); }
.section--ink .display, .section--deep .display { color: var(--cream); }
.section--ink .lead, .section--deep .lead { color: rgba(250,247,242,.75); }

.sect-index {
  font-family: var(--font-en-body); font-size: 12px; letter-spacing: .2em;
  color: var(--gold-deep); display: inline-flex; align-items: baseline; gap: 10px;
}
.sect-index .ar-num { font-family: var(--font-ar-display); font-size: 14px; letter-spacing: 0; color: var(--gold); }
.sect-index .sep { opacity: .35; }

.section-head { display: grid; grid-template-columns: 1fr; gap: 24px; margin-bottom: 60px; }
@media (min-width: 900px) { .section-head { grid-template-columns: 1.3fr 1fr; align-items: end; gap: 60px; } }
.section-head .lead { max-width: 52ch; }
.section-head--center { text-align: center; place-items: center; max-width: 760px; margin-inline: auto; grid-template-columns: 1fr !important; }
.section-head--center .eyebrow-row { justify-content: center; }

.center { text-align: center; }
.mt-s { margin-top: 20px; } .mt-m { margin-top: 40px; } .mt-l { margin-top: 60px; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 28px; font-size: 13px; letter-spacing: .14em;
  text-transform: uppercase; font-weight: 600; font-family: var(--font-en-body);
  transition: all .3s var(--ease); cursor: pointer; border-radius: 999px;
  position: relative; overflow: hidden;
}
html[data-lang="ar"] .btn { font-family: var(--font-ar-body); letter-spacing: .08em; text-transform: none; font-size: 15px; }
.btn--gold  { background: var(--gold); color: var(--ink); }
.btn--gold:hover { background: var(--gold-soft); transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(194,107,42,.5); }
.btn--ink   { background: var(--ink); color: var(--cream); }
.btn--ink:hover { background: var(--ink-deep); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--cream); border: 1px solid rgba(250,247,242,.4); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn--ghost-ink { background: transparent; color: var(--ink); border: 1px solid var(--gray-line); }
.btn--ghost-ink:hover { border-color: var(--gold); color: var(--gold-deep); }
.btn--sm { padding: 11px 20px; font-size: 12px; }
.btn--block { width: 100%; justify-content: center; }
.btn .arrow { transition: transform .3s var(--ease); }
html[dir="rtl"] .btn .arrow { transform: scaleX(-1); }
.btn:hover .arrow { transform: translateX(4px); }
html[dir="rtl"] .btn:hover .arrow { transform: scaleX(-1) translateX(4px); }
.btn::after {
  content: ""; position: absolute; top: 0; left: -60%; width: 40%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.35), transparent);
  transform: skewX(-20deg); transition: left .6s var(--ease); pointer-events: none;
}
.btn:hover::after { left: 130%; }

.pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px;
  border-radius: 999px; font-size: 12px; letter-spacing: .04em; font-weight: 600;
  background: rgba(194,107,42,.1); color: var(--gold-deep);
}
.pill--ink { background: rgba(31,46,98,.08); color: var(--ink); }
.pill--light { background: rgba(255,255,255,.12); color: var(--cream); }

/* ============================================================
   TOP BAR + NAV + MEGA MENU
   ============================================================ */
.topbar {
  background: var(--ink-deep); color: rgba(250,247,242,.82);
  font-size: 12.5px; letter-spacing: .02em;
  transition: transform .4s var(--ease);
}
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 9px 0; flex-wrap: wrap; }
.topbar a:hover { color: var(--gold-soft); }
.topbar__left { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar__item { display: inline-flex; align-items: center; gap: 7px; }
.topbar__item svg { width: 14px; height: 14px; color: var(--gold); }
.topbar__social { display: flex; gap: 14px; align-items: center; }
.topbar__social a { display: inline-flex; opacity: .8; transition: opacity .2s, color .2s, transform .2s; }
.topbar__social a:hover { opacity: 1; color: var(--gold-soft); transform: translateY(-1px); }
.topbar__social svg { width: 15px; height: 15px; }
@media (max-width: 780px) { .topbar { display: none; } }

.nav {
  position: sticky; top: 0; z-index: 100;
  padding: 14px var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: rgba(250,247,242,.95);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-bottom: 1px solid var(--gray-line);
  color: var(--ink);
  transition: padding .35s var(--ease), box-shadow .35s var(--ease);
}
.nav.is-stuck { box-shadow: 0 10px 30px -18px rgba(15,26,64,.35); padding-top: 10px; padding-bottom: 10px; }

/* transparent-over-hero variant (home) */
.nav--overlay { position: fixed; inset: 0 0 auto 0; background: rgba(15,26,64,0); backdrop-filter: blur(0); border-bottom-color: transparent; color: var(--cream); }
.nav--overlay.is-stuck { background: rgba(250,247,242,.95); backdrop-filter: blur(20px) saturate(140%); -webkit-backdrop-filter: blur(20px) saturate(140%); border-bottom: 1px solid var(--gray-line); color: var(--ink); }
body.has-overlay-nav { }

.brand { display: flex; align-items: center; gap: 14px; color: inherit; flex-shrink: 0; }
.brand__logo { height: 52px; width: auto; display: block; transition: height .35s var(--ease); }
.nav--overlay:not(.is-stuck) .brand__logo { filter: drop-shadow(0 2px 8px rgba(0,0,0,.35)); }
.nav.is-stuck .brand__logo { height: 44px; }
.brand__name { display: flex; flex-direction: column; line-height: 1.15; }
.brand__name-line1 { font-family: var(--font-ar-display); font-size: 15px; font-weight: 700; }
html[data-lang="en"] .brand__name-line1 { font-family: var(--font-en-display); font-style: italic; font-weight: 600; font-size: 16px; }
.brand__name-line2 { font-family: var(--font-en-body); font-size: 9.5px; letter-spacing: .22em; text-transform: uppercase; font-weight: 500; color: var(--gold); margin-top: 3px; }
html[data-lang="ar"] .brand__name-line2 { font-family: var(--font-ar-body); letter-spacing: .1em; font-weight: 600; font-size: 11px; }
@media (max-width: 900px) { .brand__name { display: none; } .brand__logo { height: 46px; } }

.nav-links { display: flex; gap: 26px; align-items: center; font-size: 13.5px; letter-spacing: .03em; }
.nav-item { position: relative; }
.nav-item > a, .nav-item > button {
  position: relative; padding: 26px 0; display: inline-flex; align-items: center; gap: 6px;
  transition: color .2s var(--ease); font: inherit; letter-spacing: inherit; color: inherit;
}
.nav-item > a::after, .nav-item > button::after {
  content: ""; position: absolute; left: 0; bottom: 18px; width: 0; height: 2px; background: var(--gold); transition: width .35s var(--ease);
}
html[dir="rtl"] .nav-item > a::after, html[dir="rtl"] .nav-item > button::after { left: auto; right: 0; }
.nav-item:hover > a, .nav-item:hover > button, .nav-item.is-active > a { color: var(--gold); }
.nav-item:hover > a::after, .nav-item:hover > button::after { width: 100%; }
.nav-item .caret { width: 10px; height: 10px; transition: transform .3s var(--ease); }
.nav-item:hover .caret { transform: rotate(180deg); }

/* mega panel */
.mega {
  position: absolute; top: 100%; inset-inline-start: 50%; transform: translateX(-50%) translateY(12px);
  min-width: 640px; background: var(--paper); border: 1px solid var(--gray-line);
  border-radius: var(--radius); box-shadow: 0 40px 90px -30px rgba(15,26,64,.4);
  padding: 28px; opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s;
  z-index: 120;
}
html[dir="rtl"] .mega { transform: translateX(50%) translateY(12px); }
.nav-item:hover .mega, .nav-item:focus-within .mega { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(6px); }
html[dir="rtl"] .nav-item:hover .mega, html[dir="rtl"] .nav-item:focus-within .mega { transform: translateX(50%) translateY(6px); }
.mega--right { inset-inline-start: auto; inset-inline-end: 0; transform: translateY(12px); }
.nav-item:hover .mega--right, .nav-item:focus-within .mega--right { transform: translateY(6px); }
.mega__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px 26px; }
.mega__grid--2 { grid-template-columns: 1.4fr 1fr; gap: 28px; }
.mega__col-h { font-family: var(--font-en-body); font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; margin: 6px 0 12px; }
html[data-lang="ar"] .mega__col-h { font-family: var(--font-ar-body); letter-spacing: .08em; }
.mega__link { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 10px; font-size: 13.5px; color: var(--ink-mid); transition: background .2s, color .2s, transform .2s; }
.mega__link:hover { background: var(--cream); color: var(--gold-deep); transform: translateX(3px); }
html[dir="rtl"] .mega__link:hover { transform: translateX(-3px); }
.mega__link .ic { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; }
.mega__feature { background: linear-gradient(160deg, var(--ink), var(--ink-deep)); border-radius: var(--radius-sm); padding: 24px; color: var(--cream); display: flex; flex-direction: column; justify-content: flex-end; min-height: 200px; position: relative; overflow: hidden; }
.mega__feature::after { content: ""; position: absolute; inset: 0; background: radial-gradient(80% 80% at 100% 0%, rgba(194,107,42,.35), transparent 60%); }
.mega__feature > * { position: relative; z-index: 1; }
.mega__feature .eyebrow { color: var(--gold-soft); margin-bottom: 8px; }
.mega__feature h4 { font-family: var(--font-ar-display); font-size: 20px; margin-bottom: 8px; }
html[data-lang="en"] .mega__feature h4 { font-family: var(--font-en-display); font-style: italic; }
.mega__feature p { font-size: 13px; color: rgba(250,247,242,.8); margin-bottom: 14px; }

.nav-actions { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.lang-toggle { display: inline-flex; border: 1px solid currentColor; border-radius: 999px; padding: 4px; font-family: var(--font-en-body); font-size: 11px; letter-spacing: .12em; font-weight: 600; opacity: .85; }
.lang-toggle button { padding: 5px 12px; border-radius: 999px; color: inherit; transition: background .2s, color .2s; }
.lang-toggle button.is-active { background: var(--gold); color: var(--ink); }

.nav-search-btn { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; border: 1px solid currentColor; opacity: .8; transition: .2s; }
.nav-search-btn:hover { color: var(--gold); opacity: 1; }
.nav-search-btn svg { width: 17px; height: 17px; }

.nav-cta { display: inline-flex; }
@media (max-width: 1150px) { .nav-cta { display: none; } }

.nav-burger { display: none; width: 42px; height: 42px; border-radius: 10px; align-items: center; justify-content: center; }
.nav-burger span { position: relative; width: 22px; height: 2px; background: currentColor; display: block; transition: .3s var(--ease); }
.nav-burger span::before, .nav-burger span::after { content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: currentColor; transition: .3s var(--ease); }
.nav-burger span::before { top: -7px; } .nav-burger span::after { top: 7px; }
body.menu-open .nav-burger span { background: transparent; }
body.menu-open .nav-burger span::before { top: 0; transform: rotate(45deg); }
body.menu-open .nav-burger span::after { top: 0; transform: rotate(-45deg); }

@media (max-width: 1024px) {
  .nav-links { display: none; }
  .nav-burger { display: inline-flex; }
}

/* mobile drawer */
.mobile-menu {
  position: fixed; inset: 0; z-index: 200; background: var(--ink-deep); color: var(--cream);
  transform: translateX(100%); transition: transform .4s var(--ease); overflow-y: auto; padding: 90px var(--gutter) 40px;
  visibility: hidden;
}
html[dir="rtl"] .mobile-menu { transform: translateX(-100%); }
body.menu-open .mobile-menu { transform: translateX(0); visibility: visible; }
.mobile-menu__close { position: absolute; top: 22px; inset-inline-end: var(--gutter); width: 42px; height: 42px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 26px; color: var(--gold-soft); }
.m-acc { border-bottom: 1px solid rgba(194,107,42,.2); }
.m-acc__head { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 18px 0; font-family: var(--font-ar-display); font-size: 19px; color: var(--cream); }
html[data-lang="en"] .m-acc__head { font-family: var(--font-en-display); font-style: italic; }
.m-acc__head .caret { width: 16px; height: 16px; color: var(--gold); transition: transform .3s; }
.m-acc.is-open .m-acc__head .caret { transform: rotate(180deg); }
.m-acc__body { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.m-acc.is-open .m-acc__body { max-height: 640px; }
.m-acc__body a { display: block; padding: 11px 0 11px 16px; font-size: 15px; color: rgba(250,247,242,.78); }
html[dir="rtl"] .m-acc__body a { padding: 11px 16px 11px 0; }
.m-acc__body a:hover { color: var(--gold-soft); }
.mobile-menu__foot { margin-top: 30px; display: flex; flex-direction: column; gap: 16px; }
.mobile-menu__social { display: flex; gap: 18px; margin-top: 8px; }
.mobile-menu__social a svg { width: 20px; height: 20px; color: var(--gold-soft); }

/* search overlay */
.search-overlay { position: fixed; inset: 0; z-index: 300; background: rgba(15,26,64,.96); backdrop-filter: blur(8px); display: flex; align-items: flex-start; justify-content: center; padding-top: 18vh; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.search-overlay.is-open { opacity: 1; visibility: visible; }
.search-overlay__box { width: min(720px, 90vw); }
.search-overlay input { width: 100%; background: transparent; border: none; border-bottom: 2px solid var(--gold); color: var(--cream); font-size: clamp(24px,4vw,40px); font-family: var(--font-ar-display); padding: 16px 8px; outline: none; }
html[data-lang="en"] .search-overlay input { font-family: var(--font-en-display); font-style: italic; }
.search-overlay__hint { color: rgba(250,247,242,.6); margin-top: 18px; font-size: 14px; }
.search-overlay__close { position: absolute; top: 30px; inset-inline-end: 40px; color: var(--cream); font-size: 32px; }
.search-overlay__tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.search-overlay__tags a { padding: 8px 16px; border: 1px solid rgba(232,182,144,.4); border-radius: 999px; font-size: 13px; color: var(--gold-soft); transition: .2s; }
.search-overlay__tags a:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }

/* ============================================================
   HERO (home)
   ============================================================ */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; color: var(--cream); overflow: hidden; isolation: isolate; padding: 140px 0 90px; }
.hero__media { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, var(--ink), var(--ink-deep)); }
.page-hero__media, .cta-band__media { background: linear-gradient(160deg, var(--ink), var(--ink-deep)); }
.hero__media video, .hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,26,64,.62) 0%, rgba(15,26,64,.35) 40%, rgba(15,26,64,.88) 100%); }
.hero__media::before { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 80% at 75% 8%, rgba(194,107,42,.22), transparent 55%); z-index: 1; }
.hero__inner { width: 100%; }
.hero__eyebrow { font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 26px; display: inline-flex; align-items: center; gap: 14px; font-family: var(--font-en-body); font-weight: 500; }
html[data-lang="ar"] .hero__eyebrow { font-family: var(--font-ar-body); letter-spacing: .16em; }
.hero__eyebrow::before { content: ""; width: 36px; height: 1px; background: var(--gold); }
.hero__title { font-family: var(--font-ar-display); font-weight: 700; font-size: clamp(42px, 7.5vw, 104px); line-height: 1.06; letter-spacing: 0; color: var(--cream); margin-bottom: 10px; max-width: 16ch; }
html[data-lang="en"] .hero__title { font-family: var(--font-en-display); font-weight: 500; font-style: italic; line-height: .98; letter-spacing: -.02em; }
.hero__title .inf { background: linear-gradient(120deg, var(--gold-soft), var(--gold) 45%, var(--gold-deep)); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; animation: gradSheen 5s ease-in-out infinite; filter: drop-shadow(0 0 18px rgba(194,107,42,.35)); font-style: italic; }
.hero__tagline { max-width: 560px; font-size: clamp(15px,1.5vw,19px); line-height: 1.65; color: rgba(250,247,242,.9); margin: 22px 0 40px; }
.hero__ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.hero__cue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 10px; letter-spacing: .25em; text-transform: uppercase; color: rgba(232,213,168,.7); font-family: var(--font-en-body); z-index: 3; }
.hero__cue::after { content: ""; width: 1px; height: 32px; background: linear-gradient(to bottom, var(--gold), transparent); animation: scrollPulse 2.4s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100% { transform: scaleY(.6); transform-origin: top; opacity: .6; } 50% { transform: scaleY(1); opacity: 1; } }
@keyframes gradSheen { 0%,100% { background-position: 0% center; } 50% { background-position: 100% center; } }

/* ============================================================
   SEARCH / BOOKING WIDGET
   ============================================================ */
.searchbar { background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow-soft); padding: 12px; margin-top: 44px; max-width: 940px; }
.searchbar__tabs { display: flex; gap: 4px; padding: 4px 8px 12px; flex-wrap: wrap; }
.searchbar__tab { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 999px; font-size: 13px; font-weight: 600; color: var(--ink-mid); transition: .2s; }
.searchbar__tab.is-active { background: var(--ink); color: var(--cream); }
.searchbar__tab svg { width: 16px; height: 16px; }
.searchbar__fields { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--gray-line); border-radius: var(--radius-sm); overflow: hidden; }
@media (min-width: 760px) { .searchbar__fields { grid-template-columns: 1.4fr 1fr 1fr auto; } }
.sf { background: var(--paper); padding: 14px 18px; display: flex; flex-direction: column; gap: 4px; }
.sf label { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--gray); font-weight: 600; font-family: var(--font-en-body); }
html[data-lang="ar"] .sf label { font-family: var(--font-ar-body); letter-spacing: .05em; }
.sf input, .sf select { border: none; background: transparent; font: inherit; font-size: 15px; color: var(--ink); outline: none; font-weight: 500; }
.sf__go { background: var(--gold); display: flex; align-items: center; justify-content: center; padding: 14px 26px; }
.sf__go button { color: var(--ink); font-weight: 700; display: inline-flex; align-items: center; gap: 10px; font-size: 14px; }
.sf__go svg { width: 18px; height: 18px; }

/* ============================================================
   INNER PAGE HERO (banner)
   ============================================================ */
.page-hero { position: relative; padding: clamp(140px,18vw,220px) 0 clamp(60px,8vw,90px); color: var(--cream); overflow: hidden; isolation: isolate; }
.page-hero__media { position: absolute; inset: 0; z-index: -2; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,26,64,.72), rgba(15,26,64,.5) 50%, rgba(15,26,64,.9)); }
.page-hero__media::before { content: ""; position: absolute; inset: 0; background: radial-gradient(110% 90% at 80% 0%, rgba(194,107,42,.28), transparent 55%); z-index: 1; }
.page-hero__title { font-family: var(--font-ar-display); font-weight: 700; font-size: clamp(34px,5.5vw,72px); line-height: 1.1; margin-bottom: 14px; }
html[data-lang="en"] .page-hero__title { font-family: var(--font-en-display); font-style: italic; font-weight: 500; }
.page-hero__sub { font-size: clamp(16px,1.6vw,20px); color: rgba(250,247,242,.85); max-width: 60ch; }
.page-hero .breadcrumb { margin-bottom: 22px; }

.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 12.5px; letter-spacing: .04em; }
.breadcrumb a { color: var(--gold-soft); transition: color .2s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { opacity: .5; }
.breadcrumb .current { color: rgba(250,247,242,.7); }
.breadcrumb--ink a { color: var(--gold-deep); }
.breadcrumb--ink .current { color: var(--gray); }

/* ============================================================
   CARDS — destinations / packages
   ============================================================ */
.card-grid { display: grid; grid-template-columns: 1fr; gap: 26px; }
@media (min-width: 640px) { .card-grid--2 { grid-template-columns: 1fr 1fr; } .card-grid--3 { grid-template-columns: 1fr 1fr; } .card-grid--4 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .card-grid--3 { grid-template-columns: repeat(3,1fr); } .card-grid--4 { grid-template-columns: repeat(4,1fr); } }

.dest-card { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 420px; display: flex; align-items: flex-end; color: var(--cream); box-shadow: var(--shadow-card); isolation: isolate; background: linear-gradient(160deg, var(--ink), var(--ink-deep)); }
.dest-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .7s var(--ease); }
.dest-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,26,64,0) 30%, rgba(15,26,64,.85) 100%); z-index: -1; }
.dest-card:hover img { transform: scale(1.07); }
.dest-card__body { padding: 26px; width: 100%; }
.dest-card__country { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-soft); font-weight: 600; margin-bottom: 8px; }
html[data-lang="ar"] .dest-card__country { letter-spacing: .08em; }
.dest-card__title { font-family: var(--font-ar-display); font-size: 26px; font-weight: 700; margin-bottom: 8px; }
html[data-lang="en"] .dest-card__title { font-family: var(--font-en-display); font-style: italic; font-weight: 600; }
.dest-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 14px; border-top: 1px solid rgba(232,182,144,.25); margin-top: 14px; }
.dest-card__price { font-size: 13px; color: rgba(250,247,242,.85); }
.dest-card__price b { font-family: var(--font-en-display); font-size: 20px; color: var(--cream); font-style: italic; }
.dest-card__arrow { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(232,182,144,.4); display: flex; align-items: center; justify-content: center; transition: .3s; }
.dest-card:hover .dest-card__arrow { background: var(--gold); border-color: var(--gold); color: var(--ink); }
html[dir="rtl"] .dest-card__arrow svg { transform: scaleX(-1); }

.pkg-card { background: var(--paper); border: 1px solid var(--gray-line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s; }
.pkg-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); border-color: var(--gold-soft); }
.pkg-card__media { position: relative; aspect-ratio: 3/2; overflow: hidden; background: linear-gradient(160deg, var(--ink), var(--ink-deep)); }
.pkg-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.pkg-card:hover .pkg-card__media img { transform: scale(1.06); }
.pkg-card__badge { position: absolute; top: 14px; inset-inline-start: 14px; background: var(--gold); color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .05em; padding: 6px 12px; border-radius: 999px; }
.pkg-card__fav { position: absolute; top: 12px; inset-inline-end: 12px; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.9); display: flex; align-items: center; justify-content: center; color: var(--gold-deep); }
.pkg-card__body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.pkg-card__loc { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; }
.pkg-card__loc svg { width: 13px; height: 13px; }
html[data-lang="ar"] .pkg-card__loc { letter-spacing: .04em; }
.pkg-card__title { font-family: var(--font-ar-display); font-size: 20px; font-weight: 700; color: var(--ink); margin-bottom: 12px; line-height: 1.35; }
html[data-lang="en"] .pkg-card__title { font-family: var(--font-en-display); font-style: italic; font-weight: 600; }
.pkg-card__feats { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: 12.5px; color: var(--ink-mid); margin-bottom: 16px; }
.pkg-card__feats span { display: inline-flex; align-items: center; gap: 6px; }
.pkg-card__feats svg { width: 14px; height: 14px; color: var(--gold); }
.pkg-card__foot { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--gray-line); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.pkg-card__price small { font-size: 11px; color: var(--gray); display: block; }
.pkg-card__price b { font-family: var(--font-en-display); font-style: italic; font-size: 24px; color: var(--ink); }
.pkg-card__price b .cur { font-size: 14px; color: var(--gold-deep); }
.rating { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 600; color: var(--gold-deep); }
.rating svg { width: 14px; height: 14px; fill: var(--gold); color: var(--gold); }

/* service card (reused from original serv-card, refined) */
.serv-card { background: var(--paper); border: 1px solid var(--gray-line); padding: 34px 28px; position: relative; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease); overflow: hidden; display: flex; flex-direction: column; min-height: 300px; border-radius: var(--radius-sm); }
.serv-card::before { content: ""; position: absolute; inset: auto 0 0 0; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
html[dir="rtl"] .serv-card::before { transform-origin: right; }
.serv-card:hover { transform: translateY(-5px); border-color: var(--gold-soft); box-shadow: var(--shadow-card); }
.serv-card:hover::before { transform: scaleX(1); }
.serv-card__icon { width: 52px; height: 52px; color: var(--gold-deep); margin-bottom: 24px; display: flex; align-items: center; justify-content: center; background: rgba(194,107,42,.08); border-radius: 14px; }
.serv-card__icon svg { width: 26px; height: 26px; stroke-width: 1.4; }
.serv-card__title { font-family: var(--font-ar-display); font-weight: 700; font-size: 20px; line-height: 1.35; color: var(--ink); margin-bottom: 12px; }
html[data-lang="en"] .serv-card__title { font-family: var(--font-en-display); font-weight: 600; font-style: italic; font-size: 22px; }
.serv-card__text { font-size: 14.5px; line-height: 1.7; color: var(--ink-mid); margin-bottom: 16px; }
.serv-card__link { margin-top: auto; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; color: var(--gold-deep); display: inline-flex; align-items: center; gap: 8px; }
html[data-lang="ar"] .serv-card__link { letter-spacing: .04em; text-transform: none; font-size: 14px; }
.serv-card__link svg { width: 15px; height: 15px; transition: transform .3s; }
html[dir="rtl"] .serv-card__link svg { transform: scaleX(-1); }
.serv-card:hover .serv-card__link svg { transform: translateX(4px); }
html[dir="rtl"] .serv-card:hover .serv-card__link svg { transform: scaleX(-1) translateX(4px); }

/* feature / benefit list item */
.feature-row { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--gray-line); align-items: start; }
.feature-row__ic { width: 46px; height: 46px; border-radius: 12px; background: rgba(194,107,42,.1); color: var(--gold-deep); display: flex; align-items: center; justify-content: center; }
.feature-row__ic svg { width: 22px; height: 22px; }
.feature-row__title { font-family: var(--font-ar-display); font-size: 18px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
html[data-lang="en"] .feature-row__title { font-family: var(--font-en-display); font-style: italic; font-weight: 600; }
.feature-row__text { font-size: 14.5px; color: var(--ink-mid); }

/* process steps */
.steps { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--gray-line); border: 1px solid var(--gray-line); border-radius: var(--radius); overflow: hidden; }
@media (min-width: 700px) { .steps--4 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .steps--4 { grid-template-columns: repeat(4,1fr); } }
.step { background: var(--paper); padding: 34px 26px; position: relative; }
.step__num { font-family: var(--font-en-display); font-style: italic; font-size: 40px; color: var(--gold); line-height: 1; margin-bottom: 18px; }
.step__title { font-family: var(--font-ar-display); font-size: 18px; font-weight: 700; margin-bottom: 8px; color: var(--ink); }
html[data-lang="en"] .step__title { font-family: var(--font-en-display); font-style: italic; font-weight: 600; }
.step__text { font-size: 14px; color: var(--ink-mid); }

/* ============================================================
   STATS / COUNTERS
   ============================================================ */
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--gray-line); border-radius: var(--radius); overflow: hidden; }
@media (min-width: 800px) { .stats-grid { grid-template-columns: repeat(4,1fr); } }
.section--ink .stats-grid, .section--deep .stats-grid { background: rgba(194,107,42,.25); }
.stat { background: var(--paper); padding: 52px 24px; text-align: center; }
.section--ink .stat, .section--deep .stat { background: var(--ink); }
.stat__num { font-family: var(--font-en-display); font-weight: 600; font-size: clamp(42px,5vw,64px); color: var(--ink); line-height: 1; margin-bottom: 10px; }
.section--ink .stat__num, .section--deep .stat__num { color: var(--cream); }
.stat__num .plus, .stat__num .cur { color: var(--gold); }
.stat__label { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--gray); font-family: var(--font-en-body); font-weight: 500; }
.section--ink .stat__label, .section--deep .stat__label { color: var(--gold-soft); }
html[data-lang="ar"] .stat__label { font-family: var(--font-ar-body); letter-spacing: .06em; font-weight: 600; font-size: 13px; text-transform: none; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi-card { background: var(--paper); border: 1px solid var(--gray-line); border-radius: var(--radius); padding: 32px; height: 100%; display: flex; flex-direction: column; }
.section--ink .testi-card, .section--deep .testi-card { background: rgba(255,255,255,.04); border-color: rgba(194,107,42,.2); color: var(--cream); }
.testi-card__stars { display: flex; gap: 3px; margin-bottom: 18px; }
.testi-card__stars svg { width: 17px; height: 17px; fill: var(--gold); color: var(--gold); }
.testi-card__quote { font-size: 16px; line-height: 1.8; color: var(--ink-mid); margin-bottom: 24px; flex: 1; }
.section--ink .testi-card__quote, .section--deep .testi-card__quote { color: rgba(250,247,242,.85); }
html[data-lang="ar"] .testi-card__quote { font-family: var(--font-ar-serif); font-size: 17px; }
.testi-card__author { display: flex; align-items: center; gap: 14px; }
.testi-card__avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.testi-card__name { font-family: var(--font-ar-display); font-weight: 700; font-size: 15px; color: var(--ink); }
.section--ink .testi-card__name, .section--deep .testi-card__name { color: var(--cream); }
html[data-lang="en"] .testi-card__name { font-family: var(--font-en-display); font-style: italic; }
.testi-card__role { font-size: 12px; color: var(--gray); }
.section--ink .testi-card__role, .section--deep .testi-card__role { color: var(--gold-soft); }

/* ============================================================
   PARTNERS MARQUEE
   ============================================================ */
.marquee { overflow: hidden; position: relative; padding: 12px 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; gap: 64px; width: max-content; animation: marquee 34s linear infinite; align-items: center; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
html[dir="rtl"] .marquee__track { animation-direction: reverse; }
.marquee__item { font-family: var(--font-en-display); font-style: italic; font-size: 26px; color: var(--ink-mid); opacity: .55; white-space: nowrap; transition: opacity .3s, color .3s; letter-spacing: .01em; }
.marquee__item:hover { opacity: 1; color: var(--gold-deep); }

/* ============================================================
   VIDEO
   ============================================================ */
.video-embed { position: relative; aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden; background: var(--ink-deep); cursor: pointer; box-shadow: var(--shadow-card); }
.video-embed img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: transform .7s var(--ease), opacity .3s; }
.video-embed:hover img { transform: scale(1.05); opacity: .7; }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-embed__play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.video-embed__play span { width: 76px; height: 76px; border-radius: 50%; background: rgba(194,107,42,.92); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 40px -8px rgba(194,107,42,.6); transition: transform .3s; }
.video-embed:hover .video-embed__play span { transform: scale(1.1); }
.video-embed__play svg { width: 26px; height: 26px; margin-inline-start: 3px; }
.video-embed__label { position: absolute; bottom: 0; left: 0; right: 0; padding: 40px 22px 20px; background: linear-gradient(transparent, rgba(15,26,64,.85)); color: var(--cream); font-family: var(--font-ar-display); font-size: 17px; font-weight: 600; z-index: 2; }
html[data-lang="en"] .video-embed__label { font-family: var(--font-en-display); font-style: italic; }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
@media (min-width: 800px) { .gallery-grid { grid-template-columns: repeat(4,1fr); grid-auto-rows: 200px; } }
.gallery-item { position: relative; overflow: hidden; border-radius: var(--radius-sm); cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(15,26,64,.6)); opacity: 0; transition: opacity .3s; }
.gallery-item:hover::after { opacity: 1; }
@media (min-width: 800px) { .gallery-item--tall { grid-row: span 2; } .gallery-item--wide { grid-column: span 2; } }
.gallery-filter { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 44px; }
.gallery-filter button { padding: 9px 20px; border-radius: 999px; border: 1px solid var(--gray-line); font-size: 13px; font-weight: 600; color: var(--ink-mid); transition: .2s; }
.gallery-filter button.is-active, .gallery-filter button:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.faq { max-width: 860px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--gray-line); }
.faq-item__q { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; text-align: start; padding: 24px 0; font-family: var(--font-ar-display); font-size: 18px; font-weight: 700; color: var(--ink); }
html[data-lang="en"] .faq-item__q { font-family: var(--font-en-display); font-style: italic; font-weight: 600; }
.faq-item__icon { flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--gray-line); display: flex; align-items: center; justify-content: center; color: var(--gold-deep); transition: .3s; position: relative; }
.faq-item__icon::before, .faq-item__icon::after { content: ""; position: absolute; background: currentColor; transition: .3s; }
.faq-item__icon::before { width: 12px; height: 2px; } .faq-item__icon::after { width: 2px; height: 12px; }
.faq-item.is-open .faq-item__icon { background: var(--gold); border-color: var(--gold); color: #fff; }
.faq-item.is-open .faq-item__icon::after { transform: scaleY(0); }
.faq-item__a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-item__a-inner { padding: 0 0 24px; font-size: 15.5px; line-height: 1.8; color: var(--ink-mid); max-width: 66ch; }

/* ============================================================
   TEAM
   ============================================================ */
.team-card { text-align: center; }
.team-card__photo { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 3/3.6; margin-bottom: 18px; }
.team-card__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.team-card:hover .team-card__photo img { transform: scale(1.05); }
.team-card__social { position: absolute; inset-inline: 0; bottom: 0; padding: 14px; display: flex; gap: 10px; justify-content: center; background: linear-gradient(transparent, rgba(15,26,64,.8)); transform: translateY(100%); transition: transform .4s var(--ease); }
.team-card:hover .team-card__social { transform: translateY(0); }
.team-card__social a { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; color: #fff; transition: .2s; }
.team-card__social a:hover { background: var(--gold); }
.team-card__social svg { width: 15px; height: 15px; }
.team-card__name { font-family: var(--font-ar-display); font-size: 19px; font-weight: 700; color: var(--ink); }
html[data-lang="en"] .team-card__name { font-family: var(--font-en-display); font-style: italic; font-weight: 600; }
.team-card__role { font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; margin-top: 4px; }
html[data-lang="ar"] .team-card__role { letter-spacing: .04em; text-transform: none; font-size: 14px; }

/* ============================================================
   FORMS
   ============================================================ */
.form-card { background: var(--paper); padding: clamp(28px,4vw,48px); border: 1px solid var(--gray-line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.form-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 640px) { .form-grid--2 { grid-template-columns: 1fr 1fr; } }
.cf-row { display: flex; flex-direction: column; gap: 8px; }
.cf-row--full { grid-column: 1 / -1; }
.cf-label { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--gray); font-family: var(--font-en-body); font-weight: 600; }
html[data-lang="ar"] .cf-label { font-family: var(--font-ar-body); letter-spacing: .06em; }
.cf-input, .cf-textarea, .cf-select { width: 100%; padding: 14px 16px; border: 1px solid var(--gray-line); border-radius: 10px; background: var(--cream); font: inherit; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
.cf-input:focus, .cf-textarea:focus, .cf-select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(194,107,42,.12); background: var(--paper); }
.cf-textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 13px; color: var(--gray); margin-top: 4px; }
.form-success { display: none; padding: 16px 18px; border-radius: 10px; background: rgba(37,211,102,.12); border: 1px solid rgba(37,211,102,.4); color: var(--wa-deep); font-weight: 600; font-size: 14px; }
.form-success.is-visible { display: block; }

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band { position: relative; overflow: hidden; isolation: isolate; text-align: center; color: var(--cream); padding: clamp(80px,11vw,150px) 0; }
.cta-band__media { position: absolute; inset: 0; z-index: -2; }
.cta-band__media img { width: 100%; height: 100%; object-fit: cover; }
.cta-band__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(15,26,64,.92), rgba(31,46,98,.78)); }
.cta-band h2 { margin-bottom: 20px; }
.cta-band .lead { color: rgba(250,247,242,.85) !important; max-width: 56ch; margin: 0 auto 34px; }
.cta-band__ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   NEWSLETTER
   ============================================================ */
.newsletter { background: linear-gradient(140deg, var(--ink), var(--ink-deep)); border-radius: var(--radius); padding: clamp(36px,5vw,64px); color: var(--cream); position: relative; overflow: hidden; }
.newsletter::after { content: "∞"; position: absolute; inset-inline-end: -20px; bottom: -60px; font-family: var(--font-en-display); font-style: italic; font-size: 260px; color: rgba(194,107,42,.08); line-height: 1; }
.newsletter__inner { position: relative; z-index: 1; display: grid; gap: 30px; align-items: center; }
@media (min-width: 860px) { .newsletter__inner { grid-template-columns: 1.1fr 1fr; } }
.newsletter h3 { color: var(--cream); margin-bottom: 12px; }
.newsletter p { color: rgba(250,247,242,.8); font-size: 15px; }
.newsletter__form { display: flex; gap: 10px; flex-wrap: wrap; }
.newsletter__form input { flex: 1; min-width: 200px; padding: 15px 18px; border-radius: 999px; border: 1px solid rgba(232,182,144,.35); background: rgba(255,255,255,.06); color: var(--cream); outline: none; }
.newsletter__form input::placeholder { color: rgba(250,247,242,.55); }
.newsletter__form input:focus { border-color: var(--gold); }

/* ============================================================
   INSTAGRAM STRIP
   ============================================================ */
.ig-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
@media (min-width: 700px) { .ig-grid { grid-template-columns: repeat(6,1fr); } }
.ig-item { position: relative; aspect-ratio: 1; overflow: hidden; }
.ig-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.ig-item:hover img { transform: scale(1.1); }
.ig-item::after { content: ""; position: absolute; inset: 0; background: rgba(194,107,42,.55); opacity: 0; transition: opacity .3s; display: flex; }
.ig-item:hover::after { opacity: 1; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--ink-deep); color: rgba(250,247,242,.7); padding: 80px 0 30px; }
.footer__grid { display: grid; grid-template-columns: 1fr; gap: 44px; margin-bottom: 54px; }
@media (min-width: 700px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .footer__grid { grid-template-columns: 1.5fr 1fr 1fr 1.2fr; } }
.footer__brand-logo { height: 62px; width: auto; margin-bottom: 18px; }
.footer__about { max-width: 40ch; opacity: .72; font-size: 14px; line-height: 1.8; margin-bottom: 20px; }
.footer__social { display: flex; gap: 12px; }
.footer__social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(194,107,42,.3); display: flex; align-items: center; justify-content: center; color: var(--gold-soft); transition: .25s; }
.footer__social a:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); transform: translateY(-2px); }
.footer__social svg { width: 17px; height: 17px; }
.footer__col-h { color: var(--gold); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 20px; font-family: var(--font-en-body); font-weight: 600; }
html[data-lang="ar"] .footer__col-h { font-family: var(--font-ar-body); letter-spacing: .08em; }
.footer__col ul { list-style: none; }
.footer__col li { padding: 6px 0; font-size: 14px; }
.footer__col a { transition: color .2s, padding .2s; }
.footer__col a:hover { color: var(--gold); padding-inline-start: 5px; }
.footer__contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer__contact svg { width: 15px; height: 15px; color: var(--gold); flex-shrink: 0; margin-top: 4px; }
.footer__bottom { padding-top: 26px; border-top: 1px solid rgba(194,107,42,.18); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; font-size: 12.5px; letter-spacing: .04em; }
.footer__bottom a:hover { color: var(--gold-soft); }
.footer__legal { display: flex; gap: 18px; flex-wrap: wrap; }

/* ============================================================
   WHATSAPP FAB
   ============================================================ */
.wa-fab { position: fixed; bottom: clamp(20px,3vw,32px); z-index: 90; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
html[dir="rtl"] .wa-fab { left: clamp(20px,3vw,32px); right: auto; align-items: flex-start; }
html[dir="ltr"] .wa-fab { right: clamp(20px,3vw,32px); left: auto; align-items: flex-end; }
.wa-fab__btn { width: 60px; height: 60px; border-radius: 50%; background: var(--wa); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px -6px rgba(37,211,102,.45), 0 4px 12px -4px rgba(0,0,0,.18); transition: transform .3s var(--ease), background .3s var(--ease); position: relative; }
.wa-fab__btn:hover { background: var(--wa-deep); transform: scale(1.06); }
.wa-fab__btn svg { width: 30px; height: 30px; }
.wa-fab__btn::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 2px solid var(--wa); opacity: .5; animation: waPulse 2.2s ease-out infinite; pointer-events: none; }
@keyframes waPulse { 0% { transform: scale(.9); opacity: .6; } 100% { transform: scale(1.4); opacity: 0; } }
.wa-fab__panel { background: var(--paper); border-radius: 14px; padding: 14px; box-shadow: 0 20px 50px -12px rgba(15,26,64,.25); border: 1px solid var(--gray-soft); min-width: 260px; opacity: 0; transform: translateY(8px) scale(.96); transform-origin: bottom left; pointer-events: none; transition: opacity .25s var(--ease), transform .25s var(--ease); }
html[dir="ltr"] .wa-fab__panel { transform-origin: bottom right; }
.wa-fab.is-open .wa-fab__panel { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.wa-fab__panel-title { font-family: var(--font-ar-display); font-size: 13px; font-weight: 700; color: var(--ink); padding: 4px 8px 10px; border-bottom: 1px solid var(--gray-soft); margin-bottom: 8px; }
html[data-lang="en"] .wa-fab__panel-title { font-family: var(--font-en-display); font-style: italic; font-weight: 600; }
.wa-link { display: flex; align-items: center; gap: 12px; padding: 10px 8px; border-radius: 8px; color: var(--ink); transition: background .2s var(--ease); }
.wa-link:hover { background: var(--cream); }
.wa-link__flag { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; background: var(--cream); flex-shrink: 0; }
.wa-link__country { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--gray); font-family: var(--font-en-body); }
html[data-lang="ar"] .wa-link__country { font-family: var(--font-ar-body); letter-spacing: .05em; }
.wa-link__number { font-family: var(--font-en-body); font-size: 14px; font-weight: 600; color: var(--ink); direction: ltr; }

/* ============================================================
   LOADING SCREEN
   ============================================================ */
.loader { position: fixed; inset: 0; z-index: 9999; background: var(--ink-deep); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 20px; transition: opacity .6s var(--ease), visibility .6s; }
body.loaded .loader { opacity: 0; visibility: hidden; }
.loader__mark { font-family: var(--font-en-display); font-style: italic; font-size: 72px; color: var(--gold); animation: infFloat 3s ease-in-out infinite; }
@keyframes infFloat { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-8px) rotate(4deg); } }
.loader__bar { width: 160px; height: 2px; background: rgba(255,255,255,.15); border-radius: 2px; overflow: hidden; }
.loader__bar span { display: block; height: 100%; width: 40%; background: var(--gold); animation: loadBar 1.1s ease-in-out infinite; }
@keyframes loadBar { 0% { transform: translateX(-100%); } 100% { transform: translateX(350%); } }

/* ============================================================
   REVEAL + MOTION
   ============================================================ */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].is-in { opacity: 1; transform: none; }
[data-reveal-delay="1"] { transition-delay: .08s; }
[data-reveal-delay="2"] { transition-delay: .16s; }
[data-reveal-delay="3"] { transition-delay: .24s; }
[data-reveal-delay="4"] { transition-delay: .32s; }

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* Arabic display refinements */
html[data-lang="ar"] .display { font-weight: 700; letter-spacing: 0; }
html[data-lang="ar"] .hero__title { font-weight: 700; line-height: 1.14; }
html[data-lang="ar"] .h-1, html[data-lang="ar"] .h-hero { line-height: 1.18; }

/* Swiper tweaks */
.swiper { padding-bottom: 4px; }
.swiper-pagination-bullet { background: var(--gold); opacity: .3; }
.swiper-pagination-bullet-active { opacity: 1; }
.slider-nav { display: flex; gap: 12px; }
.slider-nav button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--gray-line); display: flex; align-items: center; justify-content: center; color: var(--ink); transition: .25s; }
.slider-nav button:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.section--ink .slider-nav button, .section--deep .slider-nav button { border-color: rgba(194,107,42,.4); color: var(--cream); }
.slider-nav svg { width: 18px; height: 18px; }
html[dir="rtl"] .slider-nav svg { transform: scaleX(-1); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* ============================================================
   ✦ INFINITY BEYOND — DIGITAL DIVISION
   Distinct navy + cyan "tech" world, same brand family.
   ============================================================ */
:root { --cyan: #35C6D6; --cyan-soft: #8FE3EC; }

.tech-tag { font-family: var(--font-en-tech); font-size: 10px; letter-spacing: .28em; text-transform: uppercase; color: var(--cyan); font-weight: 500; }
html[data-lang="ar"] .tech-tag { font-family: var(--font-ar-tech); letter-spacing: .1em; }

/* Division hero */
.beyond-hero { position: relative; background: var(--ink-deep); color: var(--cream); padding: clamp(150px,18vw,230px) 0 clamp(90px,12vw,150px); overflow: hidden; isolation: isolate; border-bottom: 1px solid rgba(53,198,214,.18); }
.beyond-hero__bg { position: absolute; inset: 0; z-index: -2; background: radial-gradient(90% 70% at 80% 15%, rgba(53,198,214,.16), transparent 55%), radial-gradient(80% 80% at 12% 90%, rgba(194,107,42,.16), transparent 55%), linear-gradient(180deg, #0F1A40 0%, #0A1230 100%); }
.beyond-hero__bg::after { content: ""; position: absolute; inset: -50%; background-image: linear-gradient(rgba(143,227,236,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(143,227,236,.06) 1px, transparent 1px); background-size: 46px 46px; transform: perspective(600px) rotateX(58deg); animation: beyondGrid 18s linear infinite; -webkit-mask-image: radial-gradient(80% 60% at 50% 40%, #000 20%, transparent 75%); mask-image: radial-gradient(80% 60% at 50% 40%, #000 20%, transparent 75%); }
@keyframes beyondGrid { 0% { background-position: 0 0; } 100% { background-position: 0 46px; } }
.beyond-hero__inner { position: relative; text-align: center; max-width: 940px; margin: 0 auto; }
.beyond-kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 30px; padding: 7px 16px; border: 1px solid rgba(53,198,214,.35); border-radius: 999px; background: rgba(53,198,214,.06); }
.beyond-kicker .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); animation: beyondDot 2.4s ease-out infinite; }
@keyframes beyondDot { 0% { box-shadow: 0 0 0 0 rgba(53,198,214,.55); } 100% { box-shadow: 0 0 0 10px rgba(53,198,214,0); } }
.beyond-hero__title { font-family: var(--font-ar-tech); font-weight: 700; font-size: clamp(40px,7vw,92px); line-height: 1.08; letter-spacing: .01em; color: var(--cream); margin-bottom: 22px; }
html[data-lang="en"] .beyond-hero__title { font-family: var(--font-en-tech); font-weight: 600; letter-spacing: -.02em; }
.grad { background: linear-gradient(100deg, var(--cyan-soft), var(--cyan) 40%, var(--gold-soft) 90%); background-size: 220% auto; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; animation: gradSheen 7s ease-in-out infinite; }
.beyond-hero__sub { font-family: var(--font-en-tech); font-weight: 500; font-size: clamp(17px,2.1vw,26px); letter-spacing: .02em; color: var(--cyan-soft); margin-bottom: 26px; }
html[data-lang="en"] .beyond-hero__sub { font-family: var(--font-ar-tech); font-weight: 600; direction: rtl; }
.beyond-hero__lead { font-size: clamp(15px,1.5vw,19px); line-height: 1.85; color: rgba(250,247,242,.82); max-width: 68ch; margin: 0 auto; }

/* Beyond sections */
.beyond-section--dark { background: #0C1636; color: var(--cream); }
.beyond-section--dark .display, .beyond-section--dark .section-head .lead { color: var(--cream); }
.beyond-section--dark .eyebrow { color: var(--cyan); }
.beyond-section--dark .section-head .lead { color: rgba(250,247,242,.72); }
.beyond-section--dark .sect-index { color: var(--cyan); }
.beyond-section--dark .sect-index .ar-num { color: var(--cyan-soft); }
.beyond-section--dark .eyebrow-row::before, .beyond-section--dark .eyebrow-row::after { background: var(--cyan); }

/* diptych for beyond */
.beyond-diptych { display: grid; grid-template-columns: 1fr; border-top: 1px solid var(--cyan); border-bottom: 1px solid var(--cyan); }
@media (min-width: 900px) { .beyond-diptych { grid-template-columns: 1fr 1fr; } }
.beyond-diptych .dipt-panel { padding: clamp(40px,5vw,70px) clamp(24px,4vw,52px); }
.beyond-diptych .dipt-panel + .dipt-panel { border-top: 1px solid rgba(143,227,236,.22); }
@media (min-width: 900px) { .beyond-diptych .dipt-panel + .dipt-panel { border-top: none; border-inline-start: 1px solid rgba(143,227,236,.22); } }
.beyond-diptych .dipt-panel__label { display: flex; align-items: baseline; gap: 14px; margin-bottom: 26px; }
.beyond-diptych .dipt-panel__label .num { font-family: var(--font-en-tech); font-size: 40px; line-height: .8; color: var(--cyan); font-weight: 600; }
.beyond-diptych .dipt-panel__label .title { font-family: var(--font-ar-tech); font-size: 22px; font-weight: 600; color: var(--cream); }
html[data-lang="en"] .beyond-diptych .dipt-panel__label .title { font-family: var(--font-en-tech); }
.beyond-diptych .dipt-panel__text { font-size: clamp(15px,1.4vw,18px); line-height: 1.9; color: rgba(250,247,242,.9); max-width: 54ch; }

/* Beyond cards */
.beyond-grid { display: grid; gap: 1px; background: rgba(143,227,236,.14); grid-template-columns: 1fr; margin-top: 56px; border: 1px solid rgba(143,227,236,.14); }
@media (min-width: 700px) { .beyond-grid--2, .beyond-grid--3 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .beyond-grid--3 { grid-template-columns: 1fr 1fr 1fr; } }
.beyond-card { background: rgba(255,255,255,.03); border: 0; padding: 40px 32px; position: relative; overflow: hidden; transition: transform .4s var(--ease), background .4s var(--ease); display: flex; flex-direction: column; min-height: 280px; }
.beyond-card::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 100% at 100% 0%, rgba(53,198,214,.10), transparent 60%); opacity: 0; transition: opacity .4s var(--ease); }
.beyond-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.05); }
.beyond-card:hover::after { opacity: 1; }
.beyond-card__num { font-family: var(--font-en-tech); font-size: 12px; letter-spacing: .1em; font-weight: 500; color: var(--cyan); margin-bottom: 22px; display: flex; gap: 8px; align-items: baseline; }
.beyond-card__num .ar { font-family: var(--font-ar-tech); font-size: 15px; }
.beyond-card__num .sep { opacity: .4; }
.beyond-card__icon { width: 46px; height: 46px; margin-bottom: 22px; color: var(--cyan-soft); }
.beyond-card__icon svg { width: 100%; height: 100%; stroke-width: 1.2; }
.beyond-card__title { font-family: var(--font-ar-tech); font-weight: 600; font-size: 19px; line-height: 1.5; color: var(--cream); margin-bottom: 14px; }
html[data-lang="en"] .beyond-card__title { font-family: var(--font-en-tech); font-size: 20px; line-height: 1.35; letter-spacing: -.01em; }
.beyond-card__text { font-size: 14.5px; line-height: 1.7; color: rgba(250,247,242,.72); margin-top: auto; }
.beyond-card__tag { margin-bottom: 16px; }

/* Ecosystem model */
.eco { margin-top: 56px; display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 900px) { .eco { grid-template-columns: 1fr 1fr 1fr; gap: 0; } }
.eco-node { position: relative; padding: 44px 32px; border: 1px solid rgba(143,227,236,.18); background: rgba(255,255,255,.03); text-align: center; }
@media (min-width: 900px) { .eco-node + .eco-node { border-inline-start: none; } }
.eco-node__ring { width: 64px; height: 64px; margin: 0 auto 24px; border-radius: 50%; border: 1px solid rgba(53,198,214,.5); display: flex; align-items: center; justify-content: center; color: var(--cyan-soft); position: relative; }
.eco-node__ring::before { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 1px dashed rgba(53,198,214,.3); animation: ecoSpin 14s linear infinite; }
@keyframes ecoSpin { to { transform: rotate(360deg); } }
.eco-node__ring svg { width: 30px; height: 30px; stroke-width: 1.3; }
.eco-node__en { font-family: var(--font-en-tech); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; font-weight: 500; color: var(--cyan); margin-bottom: 12px; }
.eco-node__title { font-family: var(--font-ar-tech); font-weight: 600; font-size: 19px; color: var(--cream); margin-bottom: 12px; }
html[data-lang="en"] .eco-node__title { font-family: var(--font-en-tech); letter-spacing: -.01em; }
.eco-node__text { font-size: 14px; line-height: 1.7; color: rgba(250,247,242,.72); }

/* Beyond conclusion */
.beyond-outro { background: radial-gradient(70% 90% at 50% 30%, #12224e 0%, #0A1230 70%); color: var(--cream); padding: clamp(110px,15vw,190px) 0; text-align: center; position: relative; overflow: hidden; }
.beyond-outro::before { content: "∞"; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--font-en-display); font-style: italic; font-size: clamp(280px,40vw,560px); color: rgba(53,198,214,.05); line-height: 1; pointer-events: none; }
.beyond-outro__inner { position: relative; max-width: 860px; margin: 0 auto; }
.beyond-outro__title { font-family: var(--font-ar-tech); font-weight: 700; font-size: clamp(30px,5vw,60px); line-height: 1.28; color: var(--cream); margin-bottom: 26px; }
html[data-lang="en"] .beyond-outro__title { font-family: var(--font-en-tech); font-weight: 600; line-height: 1.2; letter-spacing: -.015em; }
.beyond-outro__title .grad { background: linear-gradient(100deg, var(--cyan-soft), var(--gold-soft)); }
.beyond-outro__text { font-size: clamp(16px,1.6vw,20px); line-height: 1.85; color: rgba(250,247,242,.82); }
.beyond-outro__sign { margin-top: 40px; font-family: var(--font-ar-serif); font-size: clamp(18px,2.2vw,26px); color: var(--cyan-soft); }
.btn--cyan { background: var(--cyan); color: var(--ink-deep); }
.btn--cyan:hover { background: var(--cyan-soft); transform: translateY(-2px); }
.btn--ghost-cyan { background: transparent; color: var(--cyan-soft); border: 1px solid rgba(53,198,214,.5); }
.btn--ghost-cyan:hover { border-color: var(--cyan); color: var(--cyan); }
@media (prefers-reduced-motion: reduce) { .grad { animation: none !important; } }
