/* ==========================================================================
   iCon Travel — نظام التصميم
   نافي عميق للأقسام الداكنة، تركواز الشعار للحظات العلامة والأفعال، عاجي ورملي للأقسام
   الفاتحة، ولمسة شامبانيا خافتة للخطوط الرفيعة فقط. خطٌّ واحد بأوزانٍ أربعة، مسافاتٌ واسعة،
   وصورٌ كبيرة — الفخامة من الهدوء لا من الزخرفة.
   ========================================================================== */

:root {
  --navy: #0b1f33; --navy-2: #12304a; --navy-3: #1a3d5c;
  --teal: #1b8a99; --teal-dark: #136b78; --teal-light: #e6f4f6; --teal-soft: #cfe9ec;
  --ivory: #fbf9f5; --sand: #f3eee5; --sand-2: #e8e0d1; --line: #e3ddd0;
  --ink: #16212b; --ink-2: #33414d; --muted: #5f6d7a; --muted-2: #8a96a1;
  --gold: #c9ad74; --gold-soft: #efe4cc;
  --white: #fff; --wa: #25d366; --danger: #b42318; --success: #0f7b4b;
  --font: "IBM Plex Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
  --r-sm: 8px; --r: 14px; --r-lg: 22px; --r-pill: 999px;
  --shadow-sm: 0 1px 2px rgba(11,31,51,.06), 0 2px 8px rgba(11,31,51,.05);
  --shadow: 0 10px 30px -12px rgba(11,31,51,.28);
  --shadow-lg: 0 30px 60px -24px rgba(11,31,51,.45);
  --container: 1240px; --gutter: clamp(16px, 4vw, 40px);
  --ease: cubic-bezier(.2,.7,.2,1);
}

/* ---------- الأساس ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body { margin: 0; font-family: var(--font); font-size: 17px; line-height: 1.75; color: var(--ink); background: var(--ivory); direction: rtl; text-align: right; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.modal-open, body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
.img-cover { width: 100%; height: 100%; object-fit: cover; }
a { color: var(--teal-dark); text-decoration: none; }
a:hover { color: var(--teal); }
h1, h2, h3, h4 { margin: 0; line-height: 1.25; color: var(--navy); font-weight: 700; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; }
svg.icon { width: 1.15em; height: 1.15em; vertical-align: -.2em; flex: none; }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
[hidden] { display: none !important; }
.skip-link { position: absolute; top: -60px; right: 16px; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: var(--r-sm); z-index: 1000; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; border-radius: 4px; }
.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }

/* ---------- الطباعة ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 12px; font-size: 13px; font-weight: 600; letter-spacing: .08em; color: var(--teal-dark); text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gold); }
.eyebrow--light { color: var(--teal-soft); }
.eyebrow--light::before { background: var(--gold); }
.section__title { font-size: clamp(26px, 3.4vw, 42px); }
.section__lead { max-width: 62ch; margin: 12px 0 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.section__head { max-width: 760px; margin-bottom: clamp(28px, 4vw, 48px); }
.section__head--row { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 16px; max-width: none; }
.section__head--row .section__lead { flex: 1 1 380px; margin: 0; }
.section__more { margin: clamp(24px, 3vw, 40px) 0 0; display: flex; flex-wrap: wrap; gap: 12px; }
.prose { max-width: 76ch; font-size: 17.5px; }
.prose p { margin-bottom: 1.1em; color: var(--ink-2); }
.prose h2 { font-size: 26px; margin: 1.6em 0 .6em; } .prose h3 { font-size: 21px; margin: 1.4em 0 .5em; }
.prose ul { list-style: disc; padding-right: 1.4em; margin-bottom: 1em; } .prose ol { list-style: decimal; padding-right: 1.4em; margin-bottom: 1em; }
.prose img { border-radius: var(--r); }
.prose iframe { max-width: 100%; }

/* ---------- الأقسام ---------- */
.section { padding: clamp(56px, 8vw, 112px) 0; }
.section--alt { background: var(--sand); }
.section--dark { background: var(--navy); color: #dfe7ee; }
.section--dark h2, .section--dark h3 { color: #fff; }
.section--dark .section__lead { color: #b9c6d2; }
.section--dark .eyebrow { color: var(--teal-soft); }

/* ---------- الأزرار ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 24px; border-radius: var(--r-pill); font-weight: 600; font-size: 15.5px; line-height: 1; border: 1.5px solid transparent; transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s, color .2s, border-color .2s; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--teal); color: #fff; box-shadow: 0 8px 20px -10px rgba(27,138,153,.7); }
.btn--primary:hover { background: var(--teal-dark); color: #fff; box-shadow: 0 12px 26px -10px rgba(27,138,153,.8); transform: translateY(-1px); }
.btn--outline { background: transparent; color: var(--navy); border-color: var(--navy-3); }
.btn--outline:hover { background: var(--navy); color: #fff; }
.btn--ghost { background: rgba(11,31,51,.05); color: var(--navy); }
.btn--ghost:hover { background: rgba(11,31,51,.1); color: var(--navy); }
.btn--glass { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.35); backdrop-filter: blur(8px); }
.btn--glass:hover { background: rgba(255,255,255,.22); color: #fff; }
.btn--link { padding: 8px 0; border-radius: 0; color: var(--teal-dark); font-weight: 600; position: relative; }
.btn--link::after { content: ""; position: absolute; inset-inline: 0; bottom: 4px; height: 1.5px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s var(--ease); }
.btn--link:hover::after { transform: scaleX(1); }
.btn--sm { padding: 10px 18px; font-size: 14px; }
.btn--lg { padding: 16px 32px; font-size: 17px; }
.btn--block { width: 100%; }

/* ---------- الترويسة ---------- */
.site-header { position: sticky; top: 0; z-index: 90; background: #fff; border-bottom: 1px solid var(--line); transition: background .3s, box-shadow .3s, border-color .3s; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 84px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--navy); }
.brand__img { width: auto; height: 74px; max-width: 100px; object-fit: contain; border-radius: 0; image-rendering: auto; }
.brand__name { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name span { font-weight: 700; font-size: 20px; letter-spacing: .01em; }
.brand__name small { font-size: 11.5px; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; }
.nav__list { display: flex; align-items: center; gap: 4px; }
.nav__list a { display: block; padding: 10px 14px; border-radius: var(--r-pill); color: var(--ink-2); font-weight: 500; font-size: 15.5px; transition: background .2s, color .2s; }
.nav__list a:hover { background: var(--sand); color: var(--navy); }
.nav__list .is-active > a, .nav__list .current-menu-item > a { color: var(--teal-dark); font-weight: 600; }
.site-header__actions { display: flex; align-items: center; gap: 12px; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 600; font-size: 15px; }
.header-phone .icon { color: var(--teal); }
.nav-toggle, .nav-close { display: none; align-items: center; justify-content: center; width: 46px; height: 46px; border: 1px solid var(--line); background: #fff; border-radius: 12px; color: var(--navy); }
.nav-toggle .icon, .nav-close .icon { width: 24px; height: 24px; }
/* فوق الهيرو: شفافة وبيضاء النص، ثم صلبة مع التمرير */
body.has-hero .site-header:not(.is-scrolled) { position: fixed; inset-inline: 0; background: linear-gradient(to bottom, rgba(6,18,30,.55), rgba(6,18,30,0)); border-color: transparent; }
body.has-hero .site-header:not(.is-scrolled) .brand, body.has-hero .site-header:not(.is-scrolled) .nav__list a, body.has-hero .site-header:not(.is-scrolled) .header-phone, body.has-hero .site-header:not(.is-scrolled) .brand__name small { color: #fff; }
body.has-hero .site-header:not(.is-scrolled) .nav__list a:hover { background: rgba(255,255,255,.12); }
body.has-hero .site-header:not(.is-scrolled) .nav-toggle { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.3); color: #fff; }
body.has-hero .site-header.is-scrolled { position: fixed; inset-inline: 0; box-shadow: var(--shadow-sm); }
body.has-hero .site-main { margin-top: 0; }
.site-header.is-scrolled { box-shadow: var(--shadow-sm); }

/* قائمة الجوال */
.mobile-nav { position: fixed; inset: 0; z-index: 95; }
.mobile-nav__backdrop { position: absolute; inset: 0; background: rgba(6,18,30,.55); border: 0; }
.mobile-nav__panel { position: absolute; top: 0; bottom: 0; right: 0; width: min(88vw, 380px); background: #fff; padding: 20px 22px 32px; overflow-y: auto; box-shadow: var(--shadow-lg); animation: slideIn .28s var(--ease); }
@keyframes slideIn { from { transform: translateX(100%); } to { transform: none; } }
.mobile-nav__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.mobile-nav__title { font-weight: 700; color: var(--navy); }
.mobile-nav .nav__list { flex-direction: column; align-items: stretch; gap: 2px; }
.mobile-nav .nav__list a { padding: 14px 12px; font-size: 18px; border-radius: var(--r-sm); }
.mobile-nav__contact { display: grid; gap: 10px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.mobile-nav .nav-close { display: inline-flex; }

/* ---------- الهيرو ---------- */
.hero { position: relative; min-height: min(92vh, 860px); display: flex; align-items: center; color: #fff; padding: 132px 0 64px; isolation: isolate; }
.hero__media { position: absolute; inset: 0; z-index: -1; overflow: hidden; background: var(--navy); }
.hero__img { transform: scale(1.04); animation: heroZoom 14s var(--ease) forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(6,18,30,.82) 0%, rgba(6,18,30,.55) 45%, rgba(6,18,30,.25) 100%), linear-gradient(to top, rgba(6,18,30,.6), transparent 40%); }
.hero__inner { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, 440px); gap: clamp(28px, 5vw, 72px); align-items: center; }
.hero__title { font-size: clamp(38px, 6vw, 72px); color: #fff; line-height: 1.12; margin: 6px 0 18px; text-shadow: 0 2px 24px rgba(0,0,0,.25); }
.hero__lead { font-size: clamp(17px, 1.5vw, 20px); line-height: 1.8; color: #e5edf3; max-width: 56ch; margin-bottom: 28px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.trust-pill { display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px 10px 20px; border-radius: var(--r-pill); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); color: #fff; backdrop-filter: blur(8px); font-size: 14.5px; transition: background .2s; }
.trust-pill:hover { background: rgba(255,255,255,.18); color: #fff; }
.trust-pill__score { font-weight: 700; font-size: 20px; }
.stars--gold { color: var(--gold); letter-spacing: .05em; font-size: 15px; }
.hero__form { background: rgba(255,255,255,.96); color: var(--ink); border-radius: var(--r-lg); padding: 26px 26px 20px; box-shadow: var(--shadow-lg); backdrop-filter: blur(10px); }
.hero__form-head { margin-bottom: 14px; }
.hero__form-title { font-size: 22px; margin-bottom: 4px; }
.hero__form-head p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* ---------- النماذج ---------- */
.form { display: block; }
/* مصيدة السبام مخفيّة بلا إزاحةٍ خارج الشاشة: في RTL الإزاحة السالبة تتحوّل إلى تمريرٍ أفقي هائل */
.form .hp { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); opacity: 0; pointer-events: none; }
.field { margin-bottom: 14px; }
.field label { display: block; margin-bottom: 6px; font-size: 14px; font-weight: 600; color: var(--navy); }
.field .opt { font-weight: 400; color: var(--muted-2); font-size: 12.5px; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: var(--r-sm); background: #fff; font: inherit; font-size: 16px; color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(27,138,153,.15); }
.field input::placeholder, .field textarea::placeholder { color: #a5aeb6; }
.field input[dir="ltr"] { text-align: left; }
.field select { appearance: none; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235f6d7a' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: left 12px center; background-size: 18px; padding-left: 40px; }
.field input[type="file"] { padding: 10px; background: var(--sand); }
.field textarea { resize: vertical; min-height: 96px; }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--danger); }
.field__error { margin: 6px 0 0; font-size: 13px; color: var(--danger); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.type-group { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 12px; margin-bottom: 14px; }
.type-group .field { margin-bottom: 0; }
.field--wide { grid-column: 1 / -1; }
@media (max-width: 600px) { .type-group { grid-template-columns: 1fr; } }
.form__actions { display: flex; gap: 10px; justify-content: space-between; margin-top: 6px; }
.form__actions .js-submit { flex: 1; }
.form__note { margin: 12px 0 0; font-size: 12.5px; color: var(--muted-2); line-height: 1.6; }
.form__status { margin-top: 12px; font-size: 15px; line-height: 1.7; border-radius: var(--r-sm); }
.form__status.is-loading { color: var(--muted); }
.form__status.is-error { background: #fdf1f0; color: var(--danger); padding: 12px 14px; border: 1px solid #f3c7c3; }
.form__status.is-success { background: #eefaf3; color: var(--success); padding: 18px 16px; border: 1px solid #bfe7d0; font-size: 16px; }
.form__status.is-success .btn { margin-top: 12px; }
.form.is-done .steps { display: none; }
.steps { display: flex; gap: 8px; margin: 0 0 18px; counter-reset: s; }
.steps li { flex: 1; font-size: 13px; color: var(--muted-2); padding-top: 8px; border-top: 2px solid var(--line); }
.steps li.is-active { color: var(--teal-dark); border-color: var(--teal); font-weight: 600; }
.form__step[hidden] { display: none; }
.form--compact .field { margin-bottom: 12px; }

/* ---------- الخدمات ---------- */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.services--3 { grid-template-columns: repeat(3, 1fr); }
.service { position: relative; padding: 30px 26px 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; }
.service:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--teal-soft); }
.service__n { position: absolute; top: -8px; left: 14px; font-size: 88px; font-weight: 300; line-height: 1; color: var(--teal-light); letter-spacing: -.04em; pointer-events: none; }
.service__n .icon { width: 64px; height: 64px; color: var(--teal-light); margin-top: 18px; }
.service__title { font-size: 20px; margin-bottom: 8px; position: relative; }
.service__text { color: var(--muted); font-size: 15px; line-height: 1.75; margin-bottom: 8px; position: relative; }

/* ---------- البطاقات ---------- */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: #fff; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card__media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--sand-2); }
.card__media img { transition: transform .8s var(--ease); }
.card:hover .card__media img { transform: scale(1.05); }
.card__media--portrait { aspect-ratio: 3 / 4; }
.card__tag { position: absolute; top: 14px; right: 14px; display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: var(--r-pill); background: rgba(11,31,51,.72); color: #fff; font-size: 12.5px; backdrop-filter: blur(6px); }
.card__body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card__meta { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted); min-height: 18px; }
.stars { display: inline-flex; gap: 2px; color: var(--gold); }
.stars svg { width: 14px; height: 14px; fill: currentColor; }
.card__title { font-size: 19px; }
.card__title a { color: var(--navy); }
.card__title a:hover { color: var(--teal-dark); }
.card__text { color: var(--muted); font-size: 14.5px; margin: 0; }
.card__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 10px; }
.card__actions { display: flex; align-items: center; gap: 10px; }
.price { font-size: 14px; color: var(--muted); }
.price b { font-size: 18px; color: var(--navy); }
.price__cur { font-size: 12px; }
/* بطاقة مميزة */
.hotels-editorial { display: grid; grid-template-columns: 1.25fr 1fr; gap: 22px; }
.card--feature .card__media { aspect-ratio: 16 / 11; }
.card--feature .card__title { font-size: 26px; }
.card--feature .card__text { font-size: 16px; }
.hotels-editorial__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.card--compact .card__media { aspect-ratio: 4 / 3; }
.card--compact .card__body { padding: 14px 16px 16px; }
.card--compact .card__title { font-size: 16.5px; }
.card--compact .card__text, .card--compact .card__meta .card__loc { display: none; }
.card--compact .card__foot { padding-top: 6px; }
/* الرحلات */
.tours-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tours-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card--tour { border: 0; background: transparent; }
.card--tour .card__media { border-radius: var(--r-lg); }
.card__overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; background: linear-gradient(to top, rgba(6,18,30,.85), rgba(6,18,30,.1) 55%, transparent); }
.card__overlay .card__tag { position: static; align-self: flex-start; margin-bottom: 10px; }
.card__title--light { color: #fff; font-size: 21px; }
.card__loc--light { color: #d5dfe8; font-size: 13.5px; margin: 4px 0 0; }
.card__foot--tour { padding: 12px 4px 0; }
/* الوجهات */
.dest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.dest-grid--3 { grid-template-columns: repeat(3, 1fr); }
.dest-grid--2 { grid-template-columns: repeat(2, 1fr); }
.dest { position: relative; display: block; aspect-ratio: 1; border-radius: var(--r-lg); overflow: hidden; background: var(--navy-2); color: #fff; }
.dest img { transition: transform .9s var(--ease); }
.dest:hover img { transform: scale(1.06); }
.dest__body { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; gap: 2px; padding: 22px; background: linear-gradient(to top, rgba(6,18,30,.88), rgba(6,18,30,.15) 55%, transparent); }
.dest__title { font-size: 24px; font-weight: 700; }
.dest__meta { color: #c7d3dd; font-size: 13.5px; }
.dest__cta { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; font-size: 14px; color: var(--teal-soft); opacity: 0; transform: translateY(6px); transition: opacity .3s, transform .3s; }
.dest:hover .dest__cta { opacity: 1; transform: none; }
.dest__cta .icon { transform: scaleX(-1); }
.dest-more { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 32px; padding: 22px 26px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--r-lg); background: rgba(255,255,255,.04); }
.dest-more p { margin: 0; color: #d5dfe8; }
/* رقائق */
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: var(--r-pill); background: #fff; border: 1px solid var(--line); color: var(--navy); font-size: 14.5px; font-weight: 500; }
.chip small { color: var(--muted-2); }
.chip:hover { border-color: var(--teal); color: var(--teal-dark); }
.hotel-group + .hotel-group { margin-top: clamp(48px, 6vw, 80px); }
.inline-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-top: clamp(48px, 6vw, 80px); padding: clamp(24px, 3vw, 40px); background: var(--navy); color: #d5dfe8; border-radius: var(--r-lg); }
.inline-cta__title { color: #fff; font-size: 24px; margin-bottom: 6px; }
.inline-cta p { margin: 0; }
.inline-cta a { color: var(--teal-soft); }
.empty { color: var(--muted); }

/* ---------- السياحة الدينية (قسمٌ بلغةٍ أهدأ: نافي أعمق، ذهبٌ رفيع، زخرفةٌ هندسية خافتة) ---------- */
.religious { position: relative; isolation: isolate; background: #071627; color: #dfe7ee; overflow: hidden; }
.religious__media { position: absolute; inset: 0; z-index: -2; }
.religious__media img { opacity: .28; }
.religious__pattern { position: absolute; inset: 0; z-index: -1; opacity: .06; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96' fill='none' stroke='%23c9ad74' stroke-width='1'%3E%3Cpath d='M48 4l44 44-44 44L4 48z'/%3E%3Cpath d='M48 22l26 26-26 26-26-26z'/%3E%3Ccircle cx='48' cy='48' r='8'/%3E%3C/svg%3E"); background-size: 96px 96px; }
.religious::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(90% 70% at 100% 0%, rgba(27,138,153,.25), transparent 60%), linear-gradient(to bottom, rgba(7,22,39,.2), #071627 80%); }
.eyebrow--gold { color: var(--gold); } .eyebrow--gold::before { background: var(--gold); }
.religious__intro { max-width: 820px; margin: 0 auto clamp(32px, 4vw, 56px); text-align: center; }
.religious__intro .eyebrow { justify-content: center; }
.religious__title { color: #fff; font-size: clamp(28px, 3.8vw, 46px); margin-bottom: 16px; }
.religious__lead { color: #c7d3dd; font-size: 17.5px; line-height: 1.9; margin-bottom: 26px; }
.religious__lead strong { color: #fff; font-weight: 600; }
.partner-badge { display: inline-grid; gap: 2px; padding: 14px 28px; border: 1px solid rgba(201,173,116,.45); border-radius: var(--r-lg); background: rgba(255,255,255,.03); }
.partner-badge__label { font-size: 12.5px; letter-spacing: .12em; color: var(--gold); text-transform: uppercase; }
.partner-badge__name { font-size: 20px; font-weight: 700; color: #fff; }
.partner-badge__note { font-size: 13px; color: #9fb0c0; }
.religious__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rel-card { padding: 26px 24px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-lg); background: rgba(255,255,255,.035); transition: border-color .3s, background .3s, transform .3s var(--ease); }
.rel-card:hover { border-color: rgba(201,173,116,.55); background: rgba(255,255,255,.06); transform: translateY(-3px); }
.rel-card__icon { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: rgba(201,173,116,.12); border: 1px solid rgba(201,173,116,.35); font-size: 24px; margin-bottom: 14px; }
.rel-card__title { color: #fff; font-size: 19px; margin-bottom: 8px; }
.rel-card__text { color: #b9c6d2; font-size: 15px; margin: 0; line-height: 1.75; }
.religious__cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; margin-top: clamp(28px, 4vw, 48px); padding-top: 28px; border-top: 1px solid rgba(201,173,116,.3); }
.religious__cta p { margin: 0; color: #dfe7ee; font-size: 17px; }
.religious__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn--gold { background: var(--gold); color: #1a1408; }
.btn--gold:hover { background: #d9bf8a; color: #1a1408; transform: translateY(-1px); }
.religious--full { padding-top: clamp(48px, 6vw, 88px); }
@media (max-width: 1100px) { .religious__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .religious__grid { grid-template-columns: 1fr; } .religious__actions .btn { flex: 1; } }

/* ---------- الطيران / التقسيم ---------- */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.split__media { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 5; max-height: 640px; }
.split__badge { position: absolute; bottom: 18px; right: 18px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: var(--r-pill); background: rgba(255,255,255,.92); color: var(--navy); font-weight: 600; font-size: 14px; backdrop-filter: blur(6px); }
.split__badge .icon { color: var(--teal); }
.checks { display: grid; gap: 10px; margin: 20px 0 26px; }
.checks li { display: flex; align-items: center; gap: 10px; color: var(--ink-2); }
.checks .icon { color: var(--teal); width: 22px; height: 22px; padding: 3px; border-radius: 50%; background: var(--teal-light); }
.split--form { align-items: start; }
.card-surface { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(22px, 3vw, 34px); box-shadow: var(--shadow-sm); }
.contact__form-title { font-size: 22px; margin-bottom: 16px; }
.how { counter-reset: h; display: grid; gap: 14px; margin: 18px 0 26px; }
.how li { counter-increment: h; position: relative; padding-right: 56px; color: var(--ink-2); }
.how li::before { content: counter(h, decimal-leading-zero); position: absolute; right: 0; top: -2px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--teal-light); color: var(--teal-dark); font-weight: 700; font-size: 15px; }
.note-card { display: flex; gap: 14px; align-items: flex-start; padding: 18px 20px; background: var(--sand); border-radius: var(--r); color: var(--ink-2); font-size: 15px; }
.note-card > .icon { width: 28px; height: 28px; color: var(--teal); flex: none; }

/* ---------- لماذا نحن ---------- */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.why { padding: 26px 22px; border-top: 2px solid var(--gold-soft); background: #fff; border-radius: 0 0 var(--r) var(--r); }
.why__n { display: block; font-size: 13px; letter-spacing: .1em; color: var(--gold); margin-bottom: 14px; }
.why__title { font-size: 19px; margin-bottom: 8px; }
.why__text { color: var(--muted); font-size: 14.5px; margin: 0; }

/* ---------- التقييمات ---------- */
.section--reviews { background: var(--sand); }
.reviews-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.google-badge { display: grid; justify-items: center; gap: 4px; padding: 20px 28px; background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow-sm); color: var(--navy); min-width: 240px; }
.google-badge__score { font-size: 44px; font-weight: 700; line-height: 1; }
.google-badge__label { color: var(--muted); font-size: 14px; }
.reviews-scroller { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 340px); gap: 16px; overflow-x: auto; padding: 6px 0 18px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.reviews-scroller::-webkit-scrollbar { height: 6px; } .reviews-scroller::-webkit-scrollbar-thumb { background: var(--sand-2); border-radius: 3px; }
.review { scroll-snap-align: start; margin: 0; padding: 22px 22px 18px; background: #fff; border-radius: var(--r-lg); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; }
.review p { margin: 0; color: var(--ink-2); font-size: 15.5px; line-height: 1.8; flex: 1; }
.review footer { display: flex; align-items: center; justify-content: space-between; font-size: 13px; color: var(--muted-2); }
.review cite { font-style: normal; font-weight: 600; color: var(--navy); }

/* ---------- الدعوة ---------- */
.section--cta { padding: 0; }
.cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; padding: clamp(36px, 5vw, 64px); margin: clamp(56px, 8vw, 112px) auto; background: radial-gradient(120% 140% at 100% 0%, var(--navy-3), var(--navy) 60%); color: #d5dfe8; border-radius: var(--r-lg); }
.cta__title { color: #fff; font-size: clamp(24px, 3vw, 36px); margin-bottom: 10px; }
.cta__lead { margin: 0; max-width: 60ch; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- التواصل ---------- */
.contact { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.contact__block { margin-top: 22px; }
.contact__label { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--teal-dark); margin-bottom: 10px; }
.contact__list { display: grid; gap: 8px; }
.contact__list a { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 500; font-size: 17px; }
.contact__list a:hover { color: var(--teal-dark); }
.contact__list .icon { color: var(--teal); width: 20px; height: 20px; }
.contact__address { display: flex; gap: 10px; align-items: flex-start; color: var(--ink-2); margin: 0; }
.contact__address .icon { color: var(--teal); margin-top: 4px; }
.contact__side { display: grid; gap: 22px; }
/* الأرقام الأخرى: صفٌّ مرن — كل رقمٍ كتلةٌ لا تنكسر في منتصفها، والالتفاف بين الأرقام فقط، بلا نقاطٍ يتيمة */
.contact__others, .footer-others { display: grid; grid-template-columns: repeat(2, max-content); justify-content: start; column-gap: 22px; row-gap: 2px; margin: 12px 0 0; line-height: 1.8; min-width: 0; }
/* العنوان «أرقام أخرى» سطرٌ وحده فوق الشبكة، والأرقام رقمان بجوار بعض ورقمان تحتهما محاذيان (قرار المالك 23/09/2026) */
.contact__others .others-label, .footer-others .others-label { grid-column: 1 / -1; }
.contact__others { font-size: 13.5px; color: var(--muted-2); }
.footer-others { font-size: 12.5px; color: #8fa0b0; }
@media (max-width: 600px) { .footer-bottom { padding-bottom: 72px; } }   /* لا يغطّي زرّ واتساب سطر الحقوق */
.contact__others .num, .footer-others .num { white-space: nowrap; direction: ltr; unicode-bidi: isolate; font-variant-numeric: tabular-nums; color: inherit; }
.contact__others .num:hover, .footer-others .num:hover { color: var(--teal); }
.contact__others .sep, .footer-others .sep { display: none; }
.contact__map { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16 / 10; }
.contact__map iframe { width: 100%; height: 100%; display: block; }
.message__quote { margin: 0; padding: 0 28px 0 0; border-right: 3px solid var(--gold); font-size: clamp(19px, 2vw, 24px); line-height: 1.9; color: var(--ink-2); max-width: 80ch; }

/* ---------- الفوتر ---------- */
.site-footer { background: var(--navy); color: #b9c6d2; padding: clamp(48px, 6vw, 80px) 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 36px; }
/* الشعار الجديد ليس مربّعًا (2000×1600) — يُعرض بنسبته الأصلية بلا قصٍّ ولا تدوير */
.footer-logo { width: 120px; height: auto; border-radius: 0; margin-bottom: 14px; object-fit: contain; }
.footer-about { font-size: 14.5px; line-height: 1.8; max-width: 44ch; }
.footer-map { display: inline-flex; gap: 8px; align-items: flex-start; color: var(--teal-soft); font-size: 14px; }
.footer-branches { display: grid; gap: 6px; margin-bottom: 12px; }
.footer-social { display: inline-block; color: #fff; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.3); }
.contact__list--branches li { display: flex; gap: 10px; align-items: flex-start; font-size: 15.5px; }
.contact__list--branches b { color: var(--navy); }
.footer-title { color: #fff; font-size: 15px; letter-spacing: .06em; margin-bottom: 14px; }
.footer-title--sub { margin-top: 20px; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: #c7d3dd; font-size: 15px; }
.footer-links a:hover { color: #fff; }
.footer-contact { display: grid; gap: 8px; }
.footer-contact a { display: inline-flex; gap: 8px; align-items: center; color: #dfe7ee; font-size: 15px; }
.footer-contact a:hover { color: #fff; }
.footer-contact .icon { color: var(--teal-soft); width: 18px; height: 18px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13.5px; color: #8fa0b0; }
.footer-bottom p { margin: 0; }
.footer-legal { display: flex; gap: 16px; }

/* ---------- التواصل العائم ---------- */
.float-contact { position: fixed; left: 18px; bottom: 18px; z-index: 80; }
.float-contact__btn { display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px 12px 14px; border-radius: var(--r-pill); font-weight: 700; font-size: 15px; color: #fff; background: var(--wa); box-shadow: 0 8px 22px rgba(0,0,0,.25); border: 0; transition: transform .2s var(--ease), box-shadow .2s; }
.float-contact__btn:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.3); }
.float-contact__btn .icon { width: 26px; height: 26px; }

/* ---------- النافذة ---------- */
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 16px; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(6,18,30,.6); border: 0; backdrop-filter: blur(3px); }
.modal__panel { position: relative; width: min(100%, 560px); max-height: calc(100vh - 32px); overflow-y: auto; background: #fff; border-radius: var(--r-lg); padding: 30px 30px 24px; box-shadow: var(--shadow-lg); animation: popIn .25s var(--ease); }
@keyframes popIn { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
.modal__close { position: absolute; top: 14px; left: 14px; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--navy); display: grid; place-items: center; }
.modal__close .icon { width: 20px; height: 20px; }
.modal__head { margin-bottom: 16px; padding-left: 40px; }
.modal__title { font-size: 24px; margin-bottom: 4px; }
.modal__lead { color: var(--muted); font-size: 15px; margin: 0; }

/* ---------- الصفحات الداخلية ---------- */
.page-hero { position: relative; min-height: 380px; display: flex; align-items: flex-end; padding: 140px 0 48px; color: #fff; background: var(--navy); isolation: isolate; }
.page-hero--plain { min-height: 280px; padding-top: 120px; background: radial-gradient(120% 140% at 100% 0%, var(--navy-3), var(--navy) 60%); }
.page-hero__media { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.page-hero__title { color: #fff; font-size: clamp(32px, 5vw, 56px); margin: 4px 0 10px; }
.page-hero__lead { color: #dfe7ee; max-width: 62ch; font-size: 17.5px; margin: 0; }
body:not(.has-hero) .site-header { position: sticky; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13.5px; color: var(--muted-2); margin: 28px 0 14px; }
.crumbs a { color: var(--muted); } .crumbs a::after { content: "‹"; margin-right: 8px; color: var(--muted-2); }
.crumbs span { color: var(--navy); }
.single__head { margin-bottom: 24px; }
.single__title { font-size: clamp(28px, 4vw, 44px); margin: 4px 0 12px; }
.single__meta { display: flex; flex-wrap: wrap; gap: 16px; color: var(--muted); font-size: 14.5px; }
.single__meta span { display: inline-flex; align-items: center; gap: 6px; }
.single__meta .icon { color: var(--teal); }
.single__layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(28px, 4vw, 56px); padding-bottom: clamp(48px, 6vw, 96px); }
.single__related { margin-top: clamp(40px, 5vw, 64px); }
.sticky-card { position: sticky; top: 100px; padding: 26px 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow); display: grid; gap: 12px; }
.sticky-card__title { font-size: 20px; }
.sticky-card__text { color: var(--muted); font-size: 14.5px; margin: 0; }
.sticky-card__trust { display: grid; gap: 6px; margin-top: 6px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 13.5px; color: var(--muted); }
.sticky-card__trust li { display: flex; align-items: center; gap: 8px; }
.sticky-card__trust .icon { color: var(--teal); }
.gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 260px 260px; gap: 8px; margin-top: 84px; }
.gallery--1 { grid-template-columns: 1fr; grid-template-rows: 520px; }
.gallery--2 { grid-template-columns: 2fr 1fr; grid-template-rows: 520px; }
.gallery--3 { grid-template-columns: 2fr 1fr; }
.gallery__item { position: relative; display: block; overflow: hidden; background: var(--sand-2); }
.gallery__item:first-child { grid-row: span 2; }
.gallery--3 .gallery__item:nth-child(2), .gallery--3 .gallery__item:nth-child(3) { grid-row: span 1; }
.gallery__item img { transition: transform .8s var(--ease); }
.gallery__item:hover img { transform: scale(1.04); }
.gallery__more { position: absolute; bottom: 12px; left: 12px; padding: 6px 12px; background: rgba(11,31,51,.75); color: #fff; border-radius: var(--r-pill); font-size: 13px; }
.gallery { position: relative; }
.lb { position: fixed; inset: 0; z-index: 120; background: rgba(6,18,30,.94); display: grid; place-items: center; }
.lb img { max-width: 94vw; max-height: 88vh; object-fit: contain; border-radius: 6px; }
.lb button { position: absolute; background: rgba(255,255,255,.12); color: #fff; border: 0; width: 48px; height: 48px; border-radius: 50%; font-size: 28px; }
.lb__close { top: 16px; left: 16px; } .lb__prev { right: 16px; top: 50%; } .lb__next { left: 16px; top: 50%; }
.lb__count { position: absolute; bottom: 16px; color: #c7d3dd; font-size: 13px; }
.pagination { margin-top: 32px; display: flex; justify-content: center; }
.pagination .nav-links { display: flex; gap: 6px; }
.pagination a, .pagination span { padding: 8px 14px; border-radius: var(--r-pill); border: 1px solid var(--line); }
.pagination .current { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ---------- الظهور ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal--delay { transition-delay: .15s; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ---------- التجاوب ---------- */
@media (max-width: 1100px) {
  .services, .cards-grid, .tours-grid { grid-template-columns: repeat(2, 1fr); }
  .tours-row, .why-grid, .dest-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hotels-editorial { grid-template-columns: 1fr; }
  .hotels-editorial__grid { grid-template-columns: repeat(2, 1fr); }
  .single__layout { grid-template-columns: 1fr; }
  .sticky-card { position: static; }
}
@media (max-width: 900px) {
  .nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .header-phone, .header-cta { display: none; }
  .site-header__inner { min-height: 72px; }
  .brand__img { height: 54px; max-width: 72px; }
  .hero { padding: 110px 0 40px; min-height: auto; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__form { padding: 22px 18px 16px; }
  .split, .contact { grid-template-columns: 1fr; }
  .split__media { aspect-ratio: 4 / 3; max-height: 420px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 160px; margin-top: 72px; }
  .gallery__item:nth-child(n+4) { display: none; }
  .gallery__item:first-child { grid-column: span 2; grid-row: span 1; }
  .float-contact { left: 12px; bottom: 12px; }
  .float-contact__btn { padding: 12px; }
  .float-contact__btn span { display: none; }
  .reviews-scroller { grid-auto-columns: minmax(270px, 80vw); }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .services, .services--3, .cards-grid, .tours-grid, .tours-row, .why-grid, .dest-grid, .hotels-editorial__grid, .footer-grid, .field-row { grid-template-columns: 1fr; }
  .hero__title { font-size: 36px; }
  .hero__actions .btn { flex: 1; }
  .section__head--row { display: block; }
  .section__head--row .section__lead { margin-top: 10px; }
  .card--compact .card__text { display: block; }
  .form__actions { flex-direction: column; }
  .modal { padding: 0; align-items: end; }
  .modal__panel { width: 100%; max-height: 92vh; border-radius: var(--r-lg) var(--r-lg) 0 0; padding: 24px 18px 20px; }
  .cta { border-radius: var(--r); margin-inline: var(--gutter); width: auto; }
  .google-badge { width: 100%; }
}

/* ---------- الطباعة ---------- */
@media print { .site-header, .float-contact, .modal, .mobile-nav, .hero__form, .btn { display: none !important; } body { background: #fff; } }

/* ---------- شات الدعم المباشر (قرار المالك 23/09/2026) ---------- */
/* الزرّان بنفس العرض والارتفاع فوق بعض (قرار المالك 23/09/2026: «الزرارين قد بعض») */
.float-contact { display: flex; flex-direction: column; gap: 10px; align-items: stretch; }
.float-contact__btn { justify-content: flex-start; min-height: 52px; box-sizing: border-box; }
.float-contact__btn--chat { background: var(--navy); position: relative; }
.float-contact__btn--chat:hover { background: var(--navy-2); }
.chat-float__badge { position: absolute; top: -6px; right: -6px; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 10px; background: var(--danger); color: #fff; font-size: 12px; font-weight: 700; display: grid; place-items: center; }
.chat { position: fixed; left: 18px; bottom: 96px; z-index: 90; width: min(380px, calc(100vw - 24px)); max-height: min(640px, calc(100vh - 120px)); display: flex; flex-direction: column; background: #fff; border-radius: var(--r-lg); box-shadow: 0 24px 60px rgba(6,18,30,.28); overflow: hidden; direction: rtl; }
.chat[hidden] { display: none !important; }
.chat__head { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: var(--navy); color: #fff; }
.chat__avatar { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.12); display: grid; place-items: center; flex: none; }
.chat__avatar .icon { width: 22px; height: 22px; color: var(--gold); }
.chat__head-text { min-width: 0; flex: 1; }
.chat__title { margin: 0; font-size: 16px; color: #fff; }
.chat__sub { margin: 2px 0 0; font-size: 12.5px; color: #c7d2dc; line-height: 1.4; }
.chat__close { width: 36px; height: 36px; border: 0; border-radius: 10px; background: rgba(255,255,255,.1); color: #fff; display: grid; place-items: center; flex: none; }
.chat__close:hover { background: rgba(255,255,255,.2); }
.chat__close .icon { width: 18px; height: 18px; }
.chat__body { flex: 1; overflow-y: auto; padding: 16px 14px; background: var(--ivory); display: flex; flex-direction: column; gap: 10px; min-height: 220px; }
.chat__msg { display: flex; flex-direction: column; max-width: 86%; }
.chat__msg--me { align-self: flex-start; align-items: flex-start; }
.chat__msg--bot, .chat__msg--agent { align-self: flex-end; align-items: flex-end; }
.chat__bubble { padding: 10px 14px; border-radius: 16px; font-size: 15px; line-height: 1.65; box-shadow: 0 2px 8px rgba(0,0,0,.05); word-break: break-word; }
.chat__msg--me .chat__bubble { background: var(--teal); color: #fff; border-bottom-left-radius: 4px; }
.chat__msg--bot .chat__bubble { background: #fff; color: var(--ink); border-bottom-right-radius: 4px; }
.chat__msg--agent .chat__bubble { background: var(--navy); color: #fff; border-bottom-right-radius: 4px; }
.chat__meta { margin-top: 3px; font-size: 11.5px; color: var(--muted-2); }
.chat__sys { align-self: center; font-size: 12.5px; color: var(--muted); background: rgba(11,31,51,.05); padding: 4px 12px; border-radius: var(--r-pill); text-align: center; }
.chat__chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 10px 14px 0; background: var(--ivory); }
.chat__chips[hidden] { display: none; }
.chat__chip { padding: 8px 14px; border-radius: var(--r-pill); border: 1.5px solid var(--teal); background: #fff; color: var(--teal-dark); font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; transition: background .15s, color .15s; }
.chat__chip:hover { background: var(--teal); color: #fff; }
.chat__input { display: flex; gap: 8px; padding: 12px 14px; background: #fff; border-top: 1px solid var(--line); }
.chat__input[hidden] { display: none; }
.chat__input input { flex: 1; min-width: 0; padding: 11px 14px; border: 1.5px solid var(--line); border-radius: var(--r-pill); font: inherit; font-size: 15px; }
.chat__input input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(27,138,153,.15); }
.chat__input input[type="tel"] { direction: ltr; text-align: left; }
.chat__send { width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--teal); color: #fff; display: grid; place-items: center; flex: none; cursor: pointer; }
.chat__send .icon { width: 20px; height: 20px; }
.chat__foot { padding: 10px 14px 12px; background: #fff; font-size: 13px; color: var(--muted); display: flex; flex-wrap: wrap; align-items: center; gap: 8px; border-top: 1px solid var(--line); }
.chat__foot[hidden] { display: none; }
.chat__foot a { color: var(--teal-dark); font-weight: 600; }
.chat__link { border: 0; background: none; color: var(--danger); font: inherit; font-size: 13px; cursor: pointer; padding: 0; }
.hours-line { display: inline-flex; align-items: center; gap: 8px; margin: 10px 0 0; font-size: 14.5px; color: var(--ink-2); }
.hours-line .icon { width: 18px; height: 18px; color: var(--teal); }
.footer-hours { margin: 12px 0 0; font-size: 13.5px; color: #c7d2dc; }
@media (max-width: 600px) {
  .chat { left: 8px; right: 8px; width: auto; bottom: 84px; max-height: calc(100vh - 100px); }
  .float-contact__btn--chat span { display: none; }
  body.chat-open .float-contact { display: none; }
  .footer-bottom { padding-bottom: 130px; }
}
@media print { .chat { display: none !important; } }
