/* =========================================================================
   أجازات مصر - لاندنج إسطنبول
   style.css
   كل الأنماط مُنطّقة تحت .agz-ist-page حتى لا تتعارض مع ثيم ووردبريس.
   تصميم Mobile-first ثم توسيع للتابلت والديسكتوب.
   ========================================================================= */

/* ---- استيراد خط المرعي (مع بديل عند تعذّر التحميل) ---- */
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

/* ---- متغيرات الهوية اللونية (أجازات مصر + أجواء إسطنبول) ---- */
.agz-ist-page {
  --agz-green: #2fa84f;        /* أخضر منعش */
  --agz-green-dark: #1f8a3f;
  --agz-yellow: #f7c22e;       /* أصفر دافئ */
  --agz-orange: #f2852a;       /* برتقالي دافئ */
  --agz-orange-dark: #e2701a;
  --agz-white: #ffffff;
  --agz-charcoal: #1f2b33;     /* رمادي غامق */
  --agz-charcoal-soft: #33454f;
  --agz-turq: #21b0ae;         /* تركوازي ناعم */
  --agz-turq-dark: #158e8c;
  --agz-blue: #147bb8;         /* أزرق البوسفور */
  --agz-blue-dark: #0d5e90;
  --agz-cream: #fff7ea;        /* خلفية كريمية دافئة */
  --agz-sand: #fdeccd;
  --agz-ink: #22323b;          /* لون النص الأساسي */
  --agz-muted: #5d6f78;

  --agz-shadow: 0 14px 34px rgba(20, 45, 60, 0.14);
  --agz-shadow-sm: 0 6px 16px rgba(20, 45, 60, 0.10);
  --agz-radius: 20px;
  --agz-radius-sm: 12px;
  --agz-maxw: 1180px;

  font-family: 'Almarai', 'Segoe UI', Tahoma, 'Cairo', sans-serif;
  color: var(--agz-ink);
  direction: rtl;
  text-align: right;
  line-height: 1.75;
  background: var(--agz-cream);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* منع تجاوز العرض الأفقي داخل الصفحة فقط */
.agz-ist-page *,
.agz-ist-page *::before,
.agz-ist-page *::after { box-sizing: border-box; }

.agz-ist-page img { max-width: 100%; display: block; }

/* حاوية عامة */
.agz-ist-container {
  width: 100%;
  max-width: var(--agz-maxw);
  margin-inline: auto;
  padding-inline: 18px;
}

/* عناوين الأقسام */
.agz-ist-section { padding-block: 46px; position: relative; }
.agz-ist-section-head { text-align: center; margin-bottom: 26px; }
.agz-ist-eyebrow {
  display: inline-block;
  background: linear-gradient(90deg, var(--agz-yellow), var(--agz-orange));
  color: #5a3600;
  font-weight: 800;
  font-size: 0.82rem;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 12px;
  letter-spacing: 0.2px;
}
.agz-ist-h2 {
  font-size: clamp(1.5rem, 5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 8px;
  color: var(--agz-charcoal);
}
.agz-ist-sub {
  font-size: clamp(0.98rem, 2.6vw, 1.12rem);
  color: var(--agz-muted);
  max-width: 640px;
  margin-inline: auto;
}

/* ---- الأزرار ---- */
.agz-ist-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: inherit;
  font-weight: 800;
  font-size: 1.02rem;
  padding: 14px 26px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .2s ease;
  line-height: 1.2;
}
.agz-ist-button--primary {
  background: linear-gradient(100deg, var(--agz-orange), var(--agz-orange-dark));
  color: #fff;
  box-shadow: 0 10px 22px rgba(226, 112, 26, 0.38);
}
.agz-ist-button--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(226,112,26,.46); }
.agz-ist-button--green {
  background: linear-gradient(100deg, var(--agz-green), var(--agz-green-dark));
  color: #fff;
  box-shadow: 0 10px 22px rgba(31, 138, 63, 0.34);
}
.agz-ist-button--green:hover { transform: translateY(-2px); }
.agz-ist-button--ghost {
  background: rgba(255,255,255,0.16);
  color: #fff;
  border: 2px solid rgba(255,255,255,0.75);
  backdrop-filter: blur(4px);
}
.agz-ist-button--ghost:hover { background: rgba(255,255,255,0.28); transform: translateY(-2px); }
.agz-ist-button--wa {
  background: #25d366; color: #073b1e;
  box-shadow: 0 10px 22px rgba(37,211,102,.34);
}
.agz-ist-button--wa:hover { transform: translateY(-2px); }
.agz-ist-button--block { width: 100%; }

/* حالات التركيز للوصولية */
.agz-ist-page a:focus-visible,
.agz-ist-page button:focus-visible,
.agz-ist-page input:focus-visible,
.agz-ist-page select:focus-visible {
  outline: 3px solid var(--agz-blue);
  outline-offset: 3px;
  border-radius: 8px;
}

/* =====================  الهيدر  ===================== */
.agz-ist-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(8px);
  box-shadow: var(--agz-shadow-sm);
}
.agz-ist-header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding-block: 10px; gap: 12px;
}
.agz-ist-logo { height: 42px; width: auto; }
.agz-ist-header-phone {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 800; color: var(--agz-green-dark);
  text-decoration: none; font-size: 0.98rem;
  direction: ltr;
}
.agz-ist-header-phone span { font-size: 1.2rem; }

/* =====================  الهيرو  ===================== */
.agz-ist-hero {
  position: relative;
  min-height: 88vh;
  display: flex; align-items: center;
  color: #fff;
  padding-block: 60px;
  background: var(--agz-charcoal);
}
.agz-ist-hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.agz-ist-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(15,35,50,.30) 0%, rgba(15,35,50,.55) 55%, rgba(15,35,50,.82) 100%),
    linear-gradient(90deg, rgba(15,35,50,.55), rgba(15,35,50,.05));
}
.agz-ist-hero-inner { position: relative; z-index: 2; width: 100%; }
.agz-ist-hero-badge {
  display: inline-block;
  background: linear-gradient(90deg, var(--agz-yellow), var(--agz-orange));
  color: #4a2c00; font-weight: 800; font-size: 0.9rem;
  padding: 7px 16px; border-radius: 999px; margin-bottom: 16px;
}
.agz-ist-hero h1 {
  font-size: clamp(2rem, 8.5vw, 4rem);
  font-weight: 800; line-height: 1.18; margin: 0 0 14px;
  text-shadow: 0 4px 20px rgba(0,0,0,.35);
}
.agz-ist-hero h1 .agz-ist-hl { color: var(--agz-yellow); }
.agz-ist-hero-lead {
  font-size: clamp(1rem, 3.2vw, 1.28rem);
  max-width: 640px; margin: 0 0 22px;
  color: #f2f6f8; font-weight: 400;
}
.agz-ist-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; }
.agz-ist-chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.32);
  color: #fff; font-weight: 700; font-size: 0.9rem;
  padding: 8px 14px; border-radius: 999px;
  backdrop-filter: blur(3px);
}
.agz-ist-chip b { color: var(--agz-yellow); }
.agz-ist-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }
.agz-ist-fomo {
  display: inline-flex; align-items: flex-start; gap: 9px;
  background: rgba(242,133,42,0.22);
  border-right: 4px solid var(--agz-yellow);
  padding: 11px 15px; border-radius: 12px;
  font-size: 0.94rem; max-width: 560px; color: #fff;
}
.agz-ist-fomo span { font-size: 1.15rem; line-height: 1; }

/* =====================  إشعار مهم (سياحة فقط)  ===================== */
.agz-ist-notice {
  background: linear-gradient(120deg, #fff5e6, #fdeccd);
  border: 2px solid var(--agz-yellow);
  border-radius: var(--agz-radius);
  padding: 20px 22px;
  display: flex; gap: 16px; align-items: flex-start;
  box-shadow: var(--agz-shadow-sm);
  margin-top: -34px; position: relative; z-index: 5;
}
.agz-ist-notice-icon {
  flex: 0 0 auto; width: 46px; height: 46px;
  display: grid; place-items: center;
  background: var(--agz-orange); color: #fff;
  border-radius: 14px; font-size: 1.5rem; font-weight: 800;
}
.agz-ist-notice h3 { margin: 0 0 6px; font-size: 1.12rem; color: var(--agz-charcoal); font-weight: 800; }
.agz-ist-notice p { margin: 0 0 6px; font-size: 0.97rem; color: #5b4a2e; }
.agz-ist-notice p:last-child { margin-bottom: 0; }

/* =====================  مقدمة التجربة (لحظات)  ===================== */
.agz-ist-moments {
  display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 10px;
}
.agz-ist-moment {
  position: relative; border-radius: var(--agz-radius); overflow: hidden;
  min-height: 260px; display: flex; align-items: flex-end;
  color: #fff; box-shadow: var(--agz-shadow);
}
.agz-ist-moment img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0; transition: transform .5s ease;
}
.agz-ist-moment:hover img { transform: scale(1.06); }
.agz-ist-moment::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.78) 100%);
}
.agz-ist-moment-txt { position: relative; z-index: 2; padding: 20px; }
.agz-ist-moment-txt h3 { margin: 0 0 6px; font-size: 1.28rem; font-weight: 800; }
.agz-ist-moment-txt p { margin: 0; font-size: 0.96rem; color: #eef3f5; }

/* =====================  ملخص الباقة  ===================== */
.agz-ist-included { background: #fff; }
.agz-ist-incl-grid {
  display: grid; grid-template-columns: 1fr; gap: 14px;
}
.agz-ist-incl-card {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--agz-cream);
  border: 1px solid #f0e2c8;
  border-radius: var(--agz-radius-sm);
  padding: 16px 18px;
}
.agz-ist-incl-ico {
  flex: 0 0 auto; width: 48px; height: 48px; border-radius: 12px;
  display: grid; place-items: center; font-size: 1.5rem;
  background: linear-gradient(135deg, var(--agz-turq), var(--agz-blue));
  color: #fff;
}
.agz-ist-incl-card:nth-child(2n) .agz-ist-incl-ico { background: linear-gradient(135deg, var(--agz-green), var(--agz-turq-dark)); }
.agz-ist-incl-card:nth-child(3n) .agz-ist-incl-ico { background: linear-gradient(135deg, var(--agz-orange), var(--agz-yellow)); }
.agz-ist-incl-card h4 { margin: 0 0 3px; font-size: 1.06rem; font-weight: 800; }
.agz-ist-incl-card p { margin: 0; font-size: 0.92rem; color: var(--agz-muted); }

/* =====================  الفنادق  ===================== */
.agz-ist-hotels { background: linear-gradient(180deg, #eefaf7, #fff); }
.agz-ist-hotel-grid {
  display: grid; grid-template-columns: 1fr; gap: 18px;
}
.agz-ist-hotel-card {
  background: #fff; border-radius: var(--agz-radius);
  box-shadow: var(--agz-shadow-sm); overflow: hidden;
  border: 1px solid #e7eef0; display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
  position: relative;
}
.agz-ist-hotel-card:hover { transform: translateY(-4px); box-shadow: var(--agz-shadow); }
.agz-ist-hotel-top {
  padding: 16px 18px 12px;
  background: linear-gradient(120deg, var(--agz-blue), var(--agz-turq-dark));
  color: #fff; position: relative;
}
.agz-ist-hotel-card--feature .agz-ist-hotel-top { background: linear-gradient(120deg, var(--agz-orange), var(--agz-orange-dark)); }
.agz-ist-hotel-tag {
  position: absolute; top: 12px; left: 12px;
  background: var(--agz-yellow); color: #4a2c00;
  font-weight: 800; font-size: 0.74rem; padding: 4px 11px; border-radius: 999px;
}
.agz-ist-hotel-top h3 { margin: 0 0 4px; font-size: 1.12rem; font-weight: 800; padding-inline-end: 78px; }
.agz-ist-hotel-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 0.85rem; }
.agz-ist-stars { color: var(--agz-yellow); letter-spacing: 1px; }
.agz-ist-hotel-area {
  background: rgba(255,255,255,0.22); padding: 2px 10px; border-radius: 999px; font-weight: 700;
}
.agz-ist-hotel-body { padding: 14px 18px 18px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.agz-ist-price-lead { font-size: 0.86rem; color: var(--agz-muted); }
.agz-ist-price-lead b { color: var(--agz-orange-dark); font-size: 1.5rem; font-weight: 800; }
.agz-ist-price-lead b small { font-size: 0.9rem; }
.agz-ist-price-rows { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.agz-ist-price-row {
  background: var(--agz-cream); border-radius: 10px; padding: 8px 10px;
  font-size: 0.82rem; color: var(--agz-muted);
}
.agz-ist-price-row b { display: block; color: var(--agz-charcoal); font-size: 1rem; }
.agz-ist-hotel-note { font-size: 0.8rem; color: var(--agz-muted); }
.agz-ist-hotel-card .agz-ist-button { margin-top: auto; }

.agz-ist-under-prices {
  text-align: center; margin-top: 18px; color: var(--agz-muted); font-size: 0.9rem;
}

/* شريط ملاحظة الأطفال */
.agz-ist-kidnote {
  background: #fff8ec; border: 1px dashed var(--agz-orange);
  border-radius: 14px; padding: 14px 16px; font-size: 0.9rem; color: #6b5327;
  margin-top: 16px;
}

/* =====================  الرحلات الاختيارية  ===================== */
.agz-ist-tours { background: #fff; }
.agz-ist-tour-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.agz-ist-tour-card {
  background: #fff; border-radius: var(--agz-radius); overflow: hidden;
  box-shadow: var(--agz-shadow-sm); border: 1px solid #eef1f2;
  display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.agz-ist-tour-card:hover { transform: translateY(-4px); box-shadow: var(--agz-shadow); }
.agz-ist-tour-media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.agz-ist-tour-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.agz-ist-tour-card:hover .agz-ist-tour-media img { transform: scale(1.06); }
.agz-ist-tour-price {
  position: absolute; bottom: 12px; inset-inline-start: 12px;
  background: var(--agz-orange); color: #fff; font-weight: 800;
  padding: 6px 14px; border-radius: 999px; font-size: 1rem;
  box-shadow: 0 6px 14px rgba(0,0,0,.25);
}
.agz-ist-tour-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.agz-ist-tour-body h3 { margin: 0; font-size: 1.24rem; font-weight: 800; color: var(--agz-charcoal); }
.agz-ist-tour-body p { margin: 0; font-size: 0.95rem; color: var(--agz-muted); }
.agz-ist-tour-feats { display: flex; flex-wrap: wrap; gap: 7px; }
.agz-ist-tour-feat {
  background: #eefaf7; color: var(--agz-turq-dark); font-weight: 700;
  font-size: 0.8rem; padding: 5px 11px; border-radius: 999px;
}
.agz-ist-tour-feat--free { background: #e9f8ec; color: var(--agz-green-dark); }
.agz-ist-tour-card .agz-ist-button { margin-top: auto; }

/* =====================  عرض الباقات (Bundle)  ===================== */
.agz-ist-bundle { position: relative; color: #fff; overflow: hidden; }
.agz-ist-bundle-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.agz-ist-bundle::after { content:""; position:absolute; inset:0; z-index:1;
  background: linear-gradient(120deg, rgba(13,94,144,.92), rgba(21,142,140,.86)); }
.agz-ist-bundle .agz-ist-container { position: relative; z-index: 2; }
.agz-ist-bundle .agz-ist-h2, .agz-ist-bundle .agz-ist-sub { color: #fff; }
.agz-ist-bundle-cards { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 24px; }
.agz-ist-bundle-card {
  background: rgba(255,255,255,0.13); border: 1px solid rgba(255,255,255,0.3);
  border-radius: var(--agz-radius); padding: 22px; backdrop-filter: blur(4px);
  text-align: center;
}
.agz-ist-bundle-card h3 { margin: 0 0 10px; font-size: 1.15rem; font-weight: 800; }
.agz-ist-bundle-price { display: flex; align-items: baseline; justify-content: center; gap: 10px; margin-bottom: 8px; }
.agz-ist-bundle-new { font-size: 2.4rem; font-weight: 800; color: var(--agz-yellow); }
.agz-ist-bundle-old { font-size: 1.15rem; text-decoration: line-through; opacity: .8; }
.agz-ist-bundle-card p { margin: 0; font-size: 0.92rem; color: #eaf4f5; }

/* =====================  المواعيد  ===================== */
.agz-ist-dates { background: linear-gradient(180deg, #fff, #eefaf7); }
.agz-ist-dates-scroll {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;
}
.agz-ist-date-pill {
  background: #fff; border: 2px solid #d9ece9; border-radius: 14px;
  padding: 12px 10px; text-align: center; cursor: pointer;
  transition: border-color .15s ease, transform .12s ease, background .15s ease;
}
.agz-ist-date-pill:hover { border-color: var(--agz-turq); transform: translateY(-2px); }
.agz-ist-date-pill.is-active { border-color: var(--agz-orange); background: #fff4e8; }
.agz-ist-date-pill .agz-ist-date-thu { font-size: 0.72rem; color: var(--agz-turq-dark); font-weight: 700; }
.agz-ist-date-pill .agz-ist-date-main { font-size: 0.95rem; font-weight: 800; color: var(--agz-charcoal); }
.agz-ist-dates-hint { text-align: center; margin-top: 18px; color: var(--agz-muted); font-size: 0.9rem; }

/* =====================  لمن هذه الرحلة  ===================== */
.agz-ist-forwho { background: #fff; }
.agz-ist-forwho-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.agz-ist-forwho-card { border-radius: var(--agz-radius); padding: 22px 22px 24px; box-shadow: var(--agz-shadow-sm); }
.agz-ist-forwho-yes { background: linear-gradient(160deg, #eaf8ee, #d9f2e0); border: 1px solid #bfe6c9; }
.agz-ist-forwho-no  { background: linear-gradient(160deg, #fdeee8, #fbe1d6); border: 1px solid #f3c9b6; }
.agz-ist-forwho-card h3 { margin: 0 0 14px; font-size: 1.2rem; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.agz-ist-forwho-yes h3 { color: var(--agz-green-dark); }
.agz-ist-forwho-no h3 { color: var(--agz-orange-dark); }
.agz-ist-forwho-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.agz-ist-forwho-card li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.97rem; }
.agz-ist-forwho-card li::before { content: ""; flex: 0 0 auto; margin-top: 3px; }
.agz-ist-forwho-yes li::before { content: "\2714"; color: var(--agz-green); font-weight: 800; }
.agz-ist-forwho-no li::before { content: "\2716"; color: var(--agz-orange); font-weight: 800; }
.agz-ist-forwho-clarify {
  margin-top: 18px; text-align: center; font-size: 0.95rem; color: var(--agz-muted);
  background: #f4f8f9; border-radius: 14px; padding: 14px 16px;
}

/* =====================  الفورم  ===================== */
.agz-ist-formsec { background: linear-gradient(160deg, #147bb8, #158e8c); color: #fff; }
.agz-ist-form-wrap { display: grid; grid-template-columns: 1fr; gap: 22px; align-items: start; }
.agz-ist-form-intro h2 { font-size: clamp(1.5rem, 5vw, 2.2rem); font-weight: 800; margin: 0 0 10px; }
.agz-ist-form-intro p { color: #e8f4f6; font-size: 1.02rem; margin: 0 0 14px; }
.agz-ist-confirm-box {
  background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.3);
  border-radius: 14px; padding: 14px 16px; font-size: 0.92rem;
}
.agz-ist-confirm-box b { color: var(--agz-yellow); }
.agz-ist-form {
  background: #fff; color: var(--agz-ink);
  border-radius: var(--agz-radius); padding: 22px; box-shadow: var(--agz-shadow);
}
.agz-ist-field { margin-bottom: 15px; }
.agz-ist-field label { display: block; font-weight: 800; font-size: 0.92rem; margin-bottom: 6px; color: var(--agz-charcoal); }
.agz-ist-field .agz-ist-req { color: var(--agz-orange); }
.agz-ist-field input,
.agz-ist-field select {
  width: 100%; font-family: inherit; font-size: 1rem;
  padding: 12px 14px; border: 2px solid #dfe7ea; border-radius: 12px;
  background: #fbfdfe; color: var(--agz-ink); transition: border-color .15s ease;
}
.agz-ist-field input:focus, .agz-ist-field select:focus { border-color: var(--agz-turq); }
.agz-ist-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.agz-ist-radio-group { display: flex; gap: 10px; }
.agz-ist-radio {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
  border: 2px solid #dfe7ea; border-radius: 12px; padding: 11px; cursor: pointer;
  font-weight: 700; transition: all .15s ease;
}
.agz-ist-radio input { width: auto; }
.agz-ist-radio:has(input:checked) { border-color: var(--agz-turq); background: #eefaf7; }
.agz-ist-check {
  display: flex; gap: 11px; align-items: flex-start;
  background: #fff8ec; border: 1px solid #f2d9a8; border-radius: 12px;
  padding: 13px 14px; margin-bottom: 8px; cursor: pointer; font-size: 0.9rem;
}
.agz-ist-check input { width: auto; margin-top: 4px; flex: 0 0 auto; }
.agz-ist-help { font-size: 0.85rem; color: var(--agz-muted); margin: 0 0 16px; }
.agz-ist-form-actions { display: grid; gap: 10px; }
.agz-ist-error { color: #c0392b; font-size: 0.85rem; margin-top: 5px; display: none; }
.agz-ist-error.is-shown { display: block; }
.agz-ist-field.has-error input,
.agz-ist-field.has-error select { border-color: #c0392b; }
.agz-ist-success {
  display: none; text-align: center; padding: 20px;
  background: #eaf8ee; border: 1px solid #bfe6c9; border-radius: 14px; color: var(--agz-green-dark);
}
.agz-ist-success.is-shown { display: block; }
.agz-ist-success h3 { margin: 0 0 6px; font-size: 1.2rem; }

/* =====================  التأشيرة والأوراق  ===================== */
.agz-ist-visa { background: #fff; }
.agz-ist-visa-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.agz-ist-accordion { display: grid; gap: 10px; }
.agz-ist-acc-item { border: 1px solid #e5edf0; border-radius: 14px; overflow: hidden; background: #fff; }
.agz-ist-acc-btn {
  width: 100%; text-align: right; font-family: inherit; font-weight: 800;
  font-size: 1rem; padding: 15px 18px; background: var(--agz-cream);
  border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px;
  color: var(--agz-charcoal);
}
.agz-ist-acc-btn .agz-ist-acc-ico { transition: transform .2s ease; color: var(--agz-orange); font-size: 1.3rem; }
.agz-ist-acc-item.is-open .agz-ist-acc-ico { transform: rotate(45deg); }
.agz-ist-acc-panel { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.agz-ist-acc-panel-inner { padding: 4px 18px 18px; color: var(--agz-muted); font-size: 0.95rem; }
.agz-ist-acc-panel-inner ul { margin: 8px 0 0; padding-inline-start: 18px; display: grid; gap: 6px; }
.agz-ist-visa-note {
  background: #fff8ec; border-right: 4px solid var(--agz-orange);
  border-radius: 12px; padding: 13px 16px; font-size: 0.9rem; color: #6b5327; margin-top: 12px;
}
.agz-ist-docs-card {
  background: linear-gradient(160deg, #eefaf7, #fff); border: 1px solid #d9ece9;
  border-radius: var(--agz-radius); padding: 22px;
}
.agz-ist-docs-card h3 { margin: 0 0 14px; font-size: 1.2rem; font-weight: 800; color: var(--agz-charcoal); }
.agz-ist-docs-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.agz-ist-docs-card li { display: flex; gap: 11px; align-items: flex-start; font-size: 0.97rem; }
.agz-ist-docs-card li span { color: var(--agz-turq-dark); font-size: 1.2rem; line-height: 1.4; }

/* =====================  FAQ  ===================== */
.agz-ist-faq { background: linear-gradient(180deg, #eefaf7, #fff); }
.agz-ist-faq-list { display: grid; gap: 10px; max-width: 820px; margin-inline: auto; }

/* =====================  CTA النهائي  ===================== */
.agz-ist-finalcta { position: relative; color: #fff; overflow: hidden; text-align: center; }
.agz-ist-finalcta-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.agz-ist-finalcta::after { content:""; position:absolute; inset:0; z-index:1;
  background: linear-gradient(180deg, rgba(15,35,50,.55), rgba(15,35,50,.82)); }
.agz-ist-finalcta .agz-ist-container { position: relative; z-index: 2; padding-block: 66px; }
.agz-ist-finalcta h2 { font-size: clamp(1.7rem, 6vw, 2.8rem); font-weight: 800; margin: 0 0 14px; text-shadow: 0 3px 16px rgba(0,0,0,.4); }
.agz-ist-finalcta p { font-size: clamp(1rem, 3vw, 1.2rem); max-width: 640px; margin: 0 auto 22px; color: #eef3f5; }
.agz-ist-finalcta .agz-ist-fomo { margin-inline: auto; text-align: right; }
.agz-ist-finalcta-tourism { margin-top: 16px; font-size: 0.88rem; opacity: .9; }

/* =====================  معرض الصور  ===================== */
.agz-ist-gallery { background: #fff; }
.agz-ist-gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.agz-ist-gallery-grid figure { margin: 0; border-radius: 14px; overflow: hidden; aspect-ratio: 1/1; box-shadow: var(--agz-shadow-sm); }
.agz-ist-gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.agz-ist-gallery-grid figure:hover img { transform: scale(1.08); }

/* =====================  التذييل  ===================== */
.agz-ist-footer { background: var(--agz-charcoal); color: #cdd8dd; padding-block: 34px; }
.agz-ist-footer-inner { display: flex; flex-direction: column; gap: 16px; align-items: center; text-align: center; }
.agz-ist-footer img { height: 44px; background: #fff; padding: 6px 10px; border-radius: 10px; }
.agz-ist-footer-links { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.agz-ist-footer-links a { color: #eaf1f3; text-decoration: none; font-weight: 700; display: inline-flex; gap: 6px; align-items: center; }
.agz-ist-footer-links a:hover { color: var(--agz-yellow); }
.agz-ist-footer-note { font-size: 0.82rem; color: #8aa0a9; max-width: 640px; }

/* =====================  شريط الحجز السفلي للموبايل  ===================== */
.agz-ist-sticky {
  position: fixed; bottom: 0; inset-inline: 0; z-index: 60;
  background: rgba(255,255,255,0.97); backdrop-filter: blur(8px);
  box-shadow: 0 -6px 20px rgba(20,45,60,.16);
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  transform: translateY(120%); transition: transform .3s ease;
}
.agz-ist-sticky.is-shown { transform: translateY(0); }
.agz-ist-sticky-price { line-height: 1.2; }
.agz-ist-sticky-price small { display: block; font-size: 0.72rem; color: var(--agz-muted); }
.agz-ist-sticky-price b { font-size: 1.15rem; color: var(--agz-orange-dark); font-weight: 800; }
.agz-ist-sticky .agz-ist-button { padding: 12px 22px; }

/* =====================  Responsive  ===================== */
@media (min-width: 620px) {
  .agz-ist-moments { grid-template-columns: 1fr 1fr; }
  .agz-ist-incl-grid { grid-template-columns: 1fr 1fr; }
  .agz-ist-tour-grid { grid-template-columns: 1fr 1fr; }
  .agz-ist-forwho-grid { grid-template-columns: 1fr 1fr; }
  .agz-ist-visa-grid { grid-template-columns: 1.2fr 1fr; }
  .agz-ist-bundle-cards { grid-template-columns: 1fr 1fr; }
  .agz-ist-dates-scroll { grid-template-columns: repeat(3, 1fr); }
  .agz-ist-gallery-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 900px) {
  .agz-ist-section { padding-block: 62px; }
  .agz-ist-hotel-grid { grid-template-columns: repeat(3, 1fr); }
  .agz-ist-incl-grid { grid-template-columns: repeat(3, 1fr); }
  .agz-ist-tour-grid { grid-template-columns: repeat(4, 1fr); }
  .agz-ist-dates-scroll { grid-template-columns: repeat(7, 1fr); }
  .agz-ist-form-wrap { grid-template-columns: 1fr 1fr; gap: 34px; }
  .agz-ist-moments { grid-template-columns: repeat(4, 1fr); }
  /* شريط الموبايل يختفي على الديسكتوب */
  .agz-ist-sticky { display: none; }
}

/* احترام تقليل الحركة */
@media (prefers-reduced-motion: reduce) {
  .agz-ist-page *,
  .agz-ist-page *::before,
  .agz-ist-page *::after {
    transition: none !important; animation: none !important; scroll-behavior: auto !important;
  }
  .agz-ist-moment img, .agz-ist-tour-media img, .agz-ist-gallery-grid img { transform: none !important; }
}
