/* =====================================================================
   LUXURY Travel & Tourism — نظام التصميم (Public)
   Brand: gold #e2ae69 / sand #e5d0a1 / ink #231f20
   RTL, mobile-first, accessible.
   ===================================================================== */

:root {
  --gold:        #e2ae69;
  --gold-light:  #e5d0a1;
  --gold-dark:   #c08a3a;
  --gold-deep:   #9c6f28;
  --ink:         #231f20;
  --ink-soft:    #4a4643;
  --navy:        #0b1d2a;
  --navy-2:      #10314a;
  --teal:        #00aad6;
  --teal-2:      #0aa5c9;
  --sky:         #68c7f1;
  --orange:      #f37342;
  --sand:        #fbf8f3;
  --sand-2:      #f4ede2;
  --line:        #ece3d5;
  --white:       #ffffff;
  --muted:       #7c756c;
  --shadow-sm:   0 2px 10px rgba(35,31,32,.06);
  --shadow-md:   0 12px 34px rgba(35,31,32,.10);
  --shadow-lg:   0 24px 60px rgba(35,31,32,.16);
  --radius:      18px;
  --radius-lg:   26px;
  --container:   1200px;
  --gold-grad:   linear-gradient(135deg, #e5d0a1 0%, #e2ae69 45%, #c08a3a 100%);
  --navy-grad:   linear-gradient(160deg, #10314a 0%, #0b1d2a 100%);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: "IBM Plex Sans Arabic", "Segoe UI", Tahoma, sans-serif;
  color: var(--ink);
  background: var(--sand);
  line-height: 1.75;
  overflow-x: hidden;
}

h1, h2, h3, h4, .display {
  font-family: "Alexandria", "IBM Plex Sans Arabic", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: var(--ink);
  margin: 0 0 .5em;
  letter-spacing: -.01em;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 20px; }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--gold-grad);
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: "Alexandria", sans-serif; font-weight: 600; font-size: 1rem;
  padding: .8rem 1.6rem; border-radius: 999px; border: 0; cursor: pointer;
  background: var(--btn-bg); color: var(--navy);
  box-shadow: 0 10px 24px rgba(226,174,105,.35);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(226,174,105,.45); }
.btn:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; }
.btn--ghost { background: transparent; color: var(--white); box-shadow: none; border: 1.5px solid rgba(255,255,255,.55); }
.btn--ghost:hover { background: rgba(255,255,255,.12); box-shadow: none; }
.btn--wa { --btn-bg: linear-gradient(135deg,#25d366,#128c7e); color:#fff; box-shadow:0 10px 24px rgba(37,211,102,.4); }
.btn--wa:hover { box-shadow:0 16px 32px rgba(37,211,102,.5); }
.btn--dark { --btn-bg: var(--navy-grad); color:#fff; box-shadow:0 10px 24px rgba(11,29,42,.3); }
.btn--sm { padding: .55rem 1.1rem; font-size: .9rem; }
.btn--block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251,248,243,.82);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .25s ease, background .25s ease, border-color .25s ease;
}
.site-header.is-scrolled { box-shadow: var(--shadow-sm); border-bottom-color: var(--line); background: rgba(251,248,243,.94); }
.header-inner { display: flex; align-items: center; gap: 1.25rem; height: 74px; }
.brand { display: flex; align-items: center; gap: .6rem; margin-inline-end: auto; }
.brand img { height: 46px; width: auto; }
.nav { display: flex; align-items: center; gap: .35rem; }
.nav a {
  font-family: "Alexandria", sans-serif; font-weight: 500; font-size: .98rem;
  padding: .5rem .9rem; border-radius: 999px; color: var(--ink-soft);
  transition: color .2s, background .2s;
}
.nav a:hover, .nav a.active { color: var(--navy); background: var(--sand-2); }
.nav a:focus-visible { outline: 2px solid var(--gold-dark); outline-offset: 2px; }
.header-cta { display: flex; align-items: center; gap: .6rem; }
.nav-toggle { display: none; background: none; border: 0; padding: .4rem; cursor: pointer; color: var(--ink); }
.nav-toggle svg { width: 28px; height: 28px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background: var(--navy-grad);
  padding: clamp(4rem, 9vw, 7.5rem) 0 clamp(5rem, 10vw, 8rem);
}
.hero::before,
.hero::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(10px); opacity: .5; z-index: 0;
}
.hero::before { width: 520px; height: 520px; top: -180px; inset-inline-start: -140px;
  background: radial-gradient(circle at 30% 30%, rgba(226,174,105,.55), transparent 62%); }
.hero::after { width: 620px; height: 620px; bottom: -260px; inset-inline-end: -180px;
  background: radial-gradient(circle at 50% 50%, rgba(0,170,214,.4), transparent 60%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 2.5rem; align-items: center; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: "Alexandria", sans-serif; font-size: .9rem; font-weight: 500;
  color: var(--gold-light); background: rgba(226,174,105,.14);
  border: 1px solid rgba(226,174,105,.35); padding: .4rem 1rem; border-radius: 999px; margin-bottom: 1.2rem;
}
.hero h1 { color: #fff; font-size: clamp(2rem, 5vw, 3.5rem); margin-bottom: 1rem; }
.hero h1 .accent { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.lead { font-size: clamp(1.02rem, 2.2vw, 1.25rem); color: rgba(255,255,255,.82); max-width: 46ch; margin-bottom: 1.8rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.hero-stats { display: flex; gap: 2rem; margin-top: 2.4rem; flex-wrap: wrap; }
.hero-stats .stat b { font-family: "Alexandria", sans-serif; font-size: 1.9rem; color: var(--gold-light); display: block; line-height: 1; }
.hero-stats .stat span { font-size: .85rem; color: rgba(255,255,255,.7); }

/* hero visual card / plane */
.hero-visual { position: relative; height: 340px; }
.hero-orb {
  position: absolute; inset: 10% 8%; border-radius: 30% 70% 62% 38% / 42% 38% 62% 58%;
  background: linear-gradient(135deg, rgba(0,170,214,.35), rgba(226,174,105,.35));
  border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(4px);
  animation: morph 12s ease-in-out infinite;
}
.hero-plane { position: absolute; inset: 0; display: grid; place-items: center; font-size: 7rem; filter: drop-shadow(0 20px 30px rgba(0,0,0,.35)); animation: float 6s ease-in-out infinite; }
@keyframes morph {
  0%,100% { border-radius: 30% 70% 62% 38% / 42% 38% 62% 58%; }
  50% { border-radius: 62% 38% 40% 60% / 55% 62% 38% 45%; }
}
@keyframes float { 0%,100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-18px) rotate(2deg); } }
.hero-wave { position: absolute; bottom: -1px; inset-inline: 0; z-index: 1; line-height: 0; }
.hero-wave svg { width: 100%; height: 70px; display: block; }

/* ---------- Section base ---------- */
.section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.section--alt { background: var(--white); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto clamp(2rem,4vw,3rem); }
.section-head .kicker {
  font-family: "Alexandria", sans-serif; font-weight: 600; font-size: .85rem; letter-spacing: .08em;
  color: var(--gold-dark); text-transform: uppercase; display: inline-block; margin-bottom: .6rem;
}
.section-head h2 { font-size: clamp(1.7rem, 4vw, 2.6rem); }
.section-head p { color: var(--muted); font-size: 1.05rem; }

/* ---------- Segmented switcher ---------- */
.switcher { margin-top: -3.2rem; position: relative; z-index: 20; }
.switcher-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.switch-card {
  position: relative; display: flex; align-items: center; gap: 1.1rem; text-align: start;
  padding: 1.5rem 1.7rem; border-radius: var(--radius-lg); background: var(--white);
  border: 2px solid transparent; box-shadow: var(--shadow-md); cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  color: var(--ink); width: 100%; font: inherit;
}
.switch-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.switch-card:focus-visible { outline: 3px solid var(--gold-dark); outline-offset: 3px; }
.switch-card .ico {
  flex: none; width: 66px; height: 66px; border-radius: 20px; display: grid; place-items: center;
  font-size: 2.1rem; background: var(--sand-2);
}
.switch-card h3 { margin: 0 0 .15rem; font-size: 1.35rem; }
.switch-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.switch-card .go { margin-inline-start: auto; color: var(--gold-dark); font-size: 1.4rem; transition: transform .2s; }
.switch-card:hover .go { transform: translateX(-6px); }
.switch-card[data-target="#visas"] .ico { background: linear-gradient(135deg,#e6f6fb,#cdeff7); }
.switch-card[data-target="#holidays"] .ico { background: linear-gradient(135deg,#fdece3,#ffe0cf); }
.switch-card.is-active { border-color: var(--gold); box-shadow: 0 18px 44px rgba(226,174,105,.28); }
.switch-card.is-active::after {
  content: ""; position: absolute; inset-block-start: 14px; inset-inline-start: 14px;
  width: 10px; height: 10px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(226,174,105,.25);
}

/* ---------- Region groups ---------- */
.region { margin-bottom: 3rem; }
.region-head { display: flex; align-items: center; gap: .7rem; margin-bottom: 1.3rem; }
.region-head .emoji { font-size: 1.6rem; }
.region-head h3 { margin: 0; font-size: 1.5rem; }
.region-head .rule { flex: 1; height: 1px; background: linear-gradient(90deg, var(--line), transparent); }

/* ---------- Cards grid ---------- */
.grid { display: grid; gap: 1.3rem; }
.grid--visas { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
.grid--holidays { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }

/* Visa card */
.visa-card {
  position: relative; display: flex; flex-direction: column; gap: .85rem;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.4rem; box-shadow: var(--shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.visa-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--gold-light); }
.visa-card:focus-within { outline: 2px solid var(--gold-dark); outline-offset: 3px; }
.visa-card .flag { font-size: 2.6rem; line-height: 1; filter: drop-shadow(0 4px 8px rgba(0,0,0,.12)); }
.visa-card h4 { margin: 0; font-size: 1.25rem; }
.visa-card h4 a::after { content: ""; position: absolute; inset: 0; }
.visa-card .meta { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip {
  display: inline-flex; align-items: center; gap: .35rem; font-size: .8rem; font-weight: 500;
  padding: .28rem .7rem; border-radius: 999px; background: var(--sand-2); color: var(--ink-soft);
}
.chip--types { background: #eaf7fb; color: #0a6d8a; }
.visa-card .price-row { margin-top: auto; padding-top: .9rem; border-top: 1px dashed var(--line); display: flex; align-items: baseline; justify-content: space-between; }
.price-row .label { font-size: .78rem; color: var(--muted); }
.price-row .amount { font-family: "Alexandria", sans-serif; font-weight: 700; font-size: 1.3rem; color: var(--gold-deep); }
.visa-card .go-link { color: var(--gold-dark); font-weight: 600; font-size: .9rem; display: inline-flex; align-items: center; gap: .3rem; }

/* Holiday card */
.holiday-card {
  position: relative; display: flex; flex-direction: column;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease;
}
.holiday-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.holiday-card:focus-within { outline: 2px solid var(--gold-dark); outline-offset: 3px; }
.holiday-media { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--sand-2); }
.holiday-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.holiday-card:hover .holiday-media img { transform: scale(1.06); }
.ribbon {
  position: absolute; inset-block-start: 12px; inset-inline-start: 12px;
  background: rgba(11,29,42,.82); color: #fff; font-size: .8rem; font-weight: 600;
  padding: .3rem .8rem; border-radius: 999px; backdrop-filter: blur(4px);
}
.holiday-body { padding: 1.25rem 1.35rem 1.4rem; display: flex; flex-direction: column; gap: .6rem; flex: 1; }
.holiday-body h4 { margin: 0; font-size: 1.3rem; }
.holiday-body h4 a::after { content: ""; position: absolute; inset: 0; }
.holiday-body .dest { color: var(--muted); font-size: .9rem; display: flex; align-items: center; gap: .35rem; }
.holiday-foot { margin-top: auto; padding-top: .9rem; border-top: 1px dashed var(--line); display: flex; align-items: baseline; justify-content: space-between; }

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; inset-block-end: 22px; inset-inline-end: 22px; z-index: 70;
  width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg,#25d366,#128c7e); color: #fff;
  box-shadow: 0 12px 30px rgba(37,211,102,.45); transition: transform .2s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.wa-float svg { width: 32px; height: 32px; }
.wa-float::before { content:""; position:absolute; inset:0; border-radius:50%; box-shadow:0 0 0 0 rgba(37,211,102,.5); animation: pulse 2.4s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(37,211,102,.5);} 70%{box-shadow:0 0 0 18px rgba(37,211,102,0);} 100%{box-shadow:0 0 0 0 rgba(37,211,102,0);} }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-grad); color: rgba(255,255,255,.78); padding: 3.5rem 0 1.5rem; margin-top: 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.footer-brand img { height: 52px; margin-bottom: 1rem; filter: brightness(0) invert(1); opacity: .95; }
.site-footer h5 { font-family: "Alexandria", sans-serif; color: #fff; font-size: 1.05rem; margin: 0 0 1rem; }
.site-footer a:hover { color: var(--gold-light); }
.footer-links li { margin-bottom: .5rem; }
.socials { display: flex; gap: .6rem; margin-top: 1rem; }
.socials a { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.08); transition: background .2s, transform .2s; }
.socials a:hover { background: var(--gold); color: var(--navy); transform: translateY(-3px); }
.socials svg { width: 20px; height: 20px; }
.footer-bottom { margin-top: 2.5rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-wrap: wrap; gap: .6rem; justify-content: space-between; font-size: .85rem; }
.footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Detail pages ---------- */
.page-hero { background: var(--navy-grad); color: #fff; padding: 2.4rem 0; position: relative; overflow: hidden; }
.page-hero::after { content:""; position:absolute; inset-block-start:-120px; inset-inline-end:-100px; width:360px; height:360px; border-radius:50%; background: radial-gradient(circle,rgba(226,174,105,.4),transparent 65%); }
.breadcrumb { display: flex; gap: .5rem; align-items: center; font-size: .88rem; color: rgba(255,255,255,.7); margin-bottom: 1rem; position: relative; z-index: 2; }
.breadcrumb a:hover { color: var(--gold-light); }
.detail-grid { display: grid; grid-template-columns: 1fr 360px; gap: 2rem; align-items: start; }
.detail-main { min-width: 0; }
.card-block { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem 1.7rem; box-shadow: var(--shadow-sm); margin-bottom: 1.4rem; }
.card-block h3 { display: flex; align-items: center; gap: .6rem; font-size: 1.3rem; margin-bottom: 1.1rem; }
.card-block h3 .dot { width: 8px; height: 26px; border-radius: 4px; background: var(--gold-grad); }

.detail-cover { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); margin-bottom: 1.4rem; aspect-ratio: 16/9; background: var(--sand-2); }
.detail-cover img { width: 100%; height: 100%; object-fit: cover; }

/* pricing table */
.price-table { width: 100%; border-collapse: collapse; }
.price-table th, .price-table td { padding: .85rem 1rem; text-align: start; border-bottom: 1px solid var(--line); }
.price-table th { font-family: "Alexandria", sans-serif; font-size: .85rem; color: var(--muted); font-weight: 600; }
.price-table tbody tr:last-child td { border-bottom: 0; }
.price-table .t-price { font-family: "Alexandria", sans-serif; font-weight: 700; color: var(--gold-deep); white-space: nowrap; }
.price-table tr:hover td { background: var(--sand); }

/* checklist */
.checklist { display: grid; gap: .7rem; }
.checklist li { display: flex; gap: .7rem; align-items: flex-start; }
.checklist li .mk { flex: none; width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; font-size: .85rem; font-weight: 700; margin-top: 2px; }
.checklist.is-check li .mk { background: #e6f6ec; color: #1a9e54; }
.checklist.is-cross li .mk { background: #fdecec; color: #d9453f; }
.checklist.is-doc li .mk { background: var(--sand-2); color: var(--gold-deep); }

/* itinerary timeline */
.timeline { position: relative; padding-inline-start: 1.6rem; }
.timeline::before { content: ""; position: absolute; inset-block: 6px; inset-inline-start: 6px; width: 2px; background: linear-gradient(var(--gold), var(--gold-light)); }
.timeline li { position: relative; padding: 0 0 1.1rem; }
.timeline li::before { content: ""; position: absolute; inset-inline-start: -1.6rem; inset-block-start: 8px; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px var(--sand-2); }
.timeline li:last-child { padding-bottom: 0; }

.note-list li { position: relative; padding-inline-start: 1.3rem; margin-bottom: .5rem; color: var(--ink-soft); }
.note-list li::before { content: "•"; position: absolute; inset-inline-start: 0; color: var(--gold-dark); font-weight: 700; }

/* sticky booking box */
.booking-box { position: sticky; top: 92px; }
.booking-inner {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); overflow: hidden;
}
.booking-inner .top { background: var(--navy-grad); color: #fff; padding: 1.4rem 1.5rem; }
.booking-inner .top .amount { font-family: "Alexandria", sans-serif; font-size: 2rem; font-weight: 700; color: var(--gold-light); }
.booking-inner .top .label { font-size: .85rem; color: rgba(255,255,255,.72); }
.booking-inner .body { padding: 1.3rem 1.5rem; display: grid; gap: .8rem; }
.booking-facts { display: grid; gap: .55rem; margin-bottom: .3rem; }
.booking-facts div { display: flex; justify-content: space-between; font-size: .92rem; }
.booking-facts span { color: var(--muted); }
.booking-facts b { font-family: "Alexandria", sans-serif; }
.tag-strong { display:inline-flex; align-items:center; gap:.4rem; background: var(--sand-2); color: var(--gold-deep); font-weight:600; font-size:.82rem; padding:.3rem .8rem; border-radius:999px; }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .detail-grid { grid-template-columns: 1fr; }
  .booking-box { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav, .header-cta .btn { display: none; }
  .nav-toggle { display: inline-flex; margin-inline-start: auto; }
  .nav.is-open {
    display: flex; position: absolute; inset-inline: 12px; top: 78px; flex-direction: column;
    background: var(--white); padding: 1rem; border-radius: var(--radius); box-shadow: var(--shadow-lg); gap: .3rem;
  }
  .nav.is-open a { width: 100%; }
  .switcher-grid { grid-template-columns: 1fr; }
  .switcher { margin-top: -2.2rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 1.3rem; }
}

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