/* law4 — الفاخر الداكن (كحلي × ذهبي × كريمي) — Cairo RTL */
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --navy: #0A1628; --navy-deep: #060D1A; --navy-soft: #14263F;
  --gold: #C9A24B; --gold-light: #E8C876; --gold-btn: linear-gradient(135deg, #E8C876, #C9A24B);
  --cream: #F7F3EA; --ink: #101828; --muted: #5B6B82; --line: #E6EAF0; --white: #fff;
  --shadow-sm: 0 8px 24px rgba(10,22,40,.08); --shadow: 0 24px 55px -18px rgba(10,22,40,.3);
}
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: 'Cairo', Tahoma, sans-serif; background: var(--white); color: var(--ink); overflow-x: hidden; line-height: 1.9; -webkit-font-smoothing: antialiased; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; width: 100%; }
a { color: inherit; text-decoration: none; transition: .3s; }
img { max-width: 100%; display: block; }
button { font-family: inherit; }
section { position: relative; }
section[id] { scroll-margin-top: 84px; }
.rich { line-height: 2; }

/* الهيدر */
.site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 110; background: rgba(8,18,34,.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(201,162,75,.2); transition: background .35s; }
.site-header.scrolled { background: rgba(6,13,26,.96); box-shadow: 0 10px 30px rgba(0,0,0,.35); }
.header-in { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 14px; direction: ltr; }
.header-in > * { direction: rtl; }
.header-in .brand { direction: ltr; }
.brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand-mono { font-family: Georgia, serif; font-size: 30px; font-weight: 700; color: var(--gold); line-height: 1; flex-shrink: 0; }
.brand-txt { text-align: left; }
.brand-txt b { display: block; font-size: 15.5px; font-weight: 900; color: #fff; white-space: nowrap; }
.brand-txt small { display: block; font-size: 10px; color: #C9D6E2; font-weight: 700; white-space: nowrap; }
.main-links { display: flex; gap: 22px; align-items: center; font-weight: 700; font-size: 14px; color: #fff; }
.main-links a { position: relative; padding: 8px 2px; white-space: nowrap; }
.main-links a::after { content: ''; position: absolute; bottom: 2px; right: 0; left: 0; height: 2.5px; background: var(--gold); border-radius: 99px; transform: scaleX(0); transform-origin: right; transition: .3s; }
.main-links a:hover::after, .main-links a.active::after { transform: scaleX(1); }
.header-cta { display: flex; align-items: center; gap: 10px; }
.btn-book { display: inline-flex; align-items: center; justify-content: center; gap: 8px; flex-direction: row-reverse; background: var(--gold-btn); color: #0A1628 !important; font-weight: 800; font-size: 14px; height: 46px; padding: 0 26px; border-radius: 999px; white-space: nowrap; box-shadow: 0 10px 22px -8px rgba(201,162,75,.6); }
.btn-book svg { width: 18px; height: 18px; }
.btn-book:hover { transform: translateY(-2px); }
.burger { display: none; background: rgba(255,255,255,.1); color: #fff; border: 1.5px solid rgba(255,255,255,.4); width: 44px; height: 44px; border-radius: 12px; font-size: 22px; cursor: pointer; }

/* الهيرو المقسم */
.hero { padding-top: 72px; background: var(--navy-deep); }
.hero-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 640px; direction: ltr; }
.hero-split > * { direction: rtl; }
.hero-dark { position: relative; background: #0A1628; overflow: hidden; min-height: 560px; }
.hero-portrait { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.hero-dark::after { content: ''; position: absolute; inset: 0; background: linear-gradient(-90deg, rgba(6,13,26,.15) 40%, rgba(6,13,26,.55) 100%); }
.hero-vtext { position: absolute; z-index: 2; top: 90px; left: 22px; display: flex; flex-direction: column; gap: 6px; color: var(--gold-light); font-weight: 800; font-size: 15px; line-height: 2; text-shadow: 0 2px 12px rgba(0,0,0,.6); }
.hero-vtext::before, .hero-vtext::after { content: ''; width: 26px; height: 2.5px; background: var(--gold); border-radius: 99px; margin: 6px 0; }
.hero-slider { position: absolute; z-index: 2; bottom: 34px; left: 26px; display: flex; align-items: center; gap: 18px; }
.hnums { display: flex; gap: 14px; }
.hnums span { color: rgba(255,255,255,.45); font-weight: 800; font-size: 13px; cursor: pointer; border-bottom: 2px solid transparent; padding-bottom: 4px; }
.hnums span.on { color: var(--gold-light); border-color: var(--gold); }
.harrs { display: flex; gap: 10px; }
.harrs button { width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.4); background: transparent; color: #fff; font-size: 20px; cursor: pointer; transition: .3s; }
.harrs button:hover { border-color: var(--gold); color: var(--gold-light); }
.hero-light { position: relative; background: #F2EDE1; overflow: hidden; display: flex; align-items: center; }
.hero-city { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .35; }
.hero-light::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(242,237,225,.4), rgba(242,237,225,.92) 55%); }
.hero-ltext { position: relative; z-index: 2; padding: 60px 54px; text-align: center; max-width: 560px; margin: 0 auto; }
.hero-badge { color: var(--ink); font-weight: 700; font-size: 14.5px; margin-bottom: 8px; line-height: 2; }
.hero-badge span { display: block; }
.hero-ltext h1 { font-size: clamp(40px,4.6vw,64px); font-weight: 900; color: var(--ink); line-height: 1.4; }
@media (min-width: 1100px) { .hero-ltext h1 { white-space: nowrap; } }
.hero-spec { color: #8a6d2f; font-weight: 800; font-size: clamp(20px,2.2vw,28px); margin-bottom: 16px; }
.hero-minis { display: flex; justify-content: center; gap: 0; margin-bottom: 24px; }
.mini { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 4px 22px; font-size: 13px; font-weight: 800; color: var(--ink); }
.mini + .mini { border-inline-start: 1px solid rgba(10,22,40,.2); }
.mic { width: 40px; height: 40px; color: var(--ink); }
.mic svg { width: 100%; height: 100%; }
.btn-darkgold { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: #0A1628; color: var(--gold-light) !important; font-weight: 800; font-size: 15.5px; height: 54px; padding: 0 40px; border-radius: 999px; box-shadow: var(--shadow); }
.btn-darkgold:hover { transform: translateY(-2px); }
.hero-sign { margin-top: 22px; font-family: Georgia, serif; font-style: italic; font-size: 30px; color: var(--ink); line-height: 1.4; }
.hero-sign small { display: block; font-family: 'Cairo', sans-serif; font-style: normal; font-size: 13px; letter-spacing: 6px; font-weight: 700; }
.hero-wave { line-height: 0; background: var(--navy-deep); }
.hero-wave svg { width: 100%; height: 50px; display: block; fill: var(--navy-deep); }

/* الخدمات الداكنة */
.serv-sec { background: linear-gradient(180deg, #0A1628, #060D1A); color: #fff; padding: 56px 0 60px; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 28px; flex-wrap: wrap; }
.sec-tt h2 { font-size: clamp(24px,3vw,34px); font-weight: 900; display: flex; align-items: center; gap: 14px; }
.sec-tt h2 i { display: block; width: 44px; height: 3px; background: var(--gold); border-radius: 99px; }
.sec-tt p { color: #9DB3AD; font-weight: 600; }
.gold-link { color: var(--gold-light); font-weight: 800; font-size: 14px; white-space: nowrap; }
.gold-link:hover { color: #fff; }
.svc-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.svc-card { position: relative; border-radius: 16px; overflow: hidden; min-height: 300px; display: flex; align-items: flex-end; box-shadow: 0 18px 40px rgba(0,0,0,.4); transition: .3s; border: 1px solid rgba(255,255,255,.1); }
.svc-card:hover { transform: translateY(-6px); border-color: var(--gold); }
.svc-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.svc-card:hover img { transform: scale(1.07); }
.svc-ov { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,13,26,.05) 30%, rgba(6,13,26,.92) 100%); }
.svc-tx { position: relative; z-index: 2; padding: 16px 12px; text-align: center; width: 100%; }
.svc-tx b { display: block; font-size: 14px; font-weight: 800; }
.svc-tx small { font-size: 11px; color: #C9D6E2; }
.svc-go { position: absolute; z-index: 2; bottom: 12px; inset-inline-start: 12px; width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.5); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; }

/* لماذا */
.why-sec { background: var(--cream); padding: 60px 0; }
.why-grid { display: grid; grid-template-columns: .9fr 1.2fr .9fr; gap: 34px; align-items: center; }
.why-list { display: flex; flex-direction: column; }
.witem { display: flex; align-items: center; justify-content: flex-end; gap: 12px; padding: 13px 4px; font-size: 14.5px; font-weight: 800; }
.witem + .witem { border-top: 1px solid #E3DCCB; }
.wic { width: 42px; height: 42px; flex-shrink: 0; color: #8a6d2f; }
.wic svg { width: 100%; height: 100%; }
.why-txt { text-align: center; }
.why-txt h2 { font-size: clamp(26px,3.2vw,40px); font-weight: 900; margin-bottom: 12px; }
.why-txt .rich { color: var(--muted); font-weight: 600; }
.why-photo { border-radius: 6px; overflow: hidden; box-shadow: var(--shadow); min-height: 420px; position: relative; }
.why-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* الشريط */
.band-sec { background: #0A1628; color: #fff; }
.band-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 40px 24px; }
.band-stats { display: grid; grid-template-columns: repeat(4,1fr); }
.bstat { text-align: center; padding: 6px 14px; }
.bstat + .bstat { border-inline-start: 1px solid rgba(255,255,255,.14); }
.bstat b { display: block; font-size: clamp(24px,2.8vw,34px); font-weight: 900; color: var(--gold-light); }
.bstat small { color: #D7E3EE; font-weight: 700; font-size: 13px; }
.band-quote { font-family: 'Aref Ruqaa','Cairo',serif; font-size: 19px; line-height: 2.1; color: #EDF3F8; display: flex; flex-direction: column; max-width: 260px; }
.band-quote .qmark { color: var(--gold); font-size: 40px; line-height: 1; font-family: serif; }

/* CTA */
.cta-sec { padding: 0; }
.cta-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 380px; direction: ltr; }
.cta-split > * { direction: rtl; }
.cta-dark { background: linear-gradient(135deg, #0C1E38, #060D1A); color: #fff; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 54px; }
.cta-dark h2 { font-size: clamp(22px,2.6vw,32px); font-weight: 900; margin-bottom: 20px; line-height: 1.9; }
.btn-goldrow { display: inline-flex; align-items: center; gap: 12px; background: rgba(201,162,75,.14); border: 1.5px solid var(--gold); color: var(--gold-light) !important; font-weight: 800; font-size: 15px; height: 54px; padding: 0 18px 0 34px; border-radius: 999px; }
.btn-goldrow span { width: 38px; height: 38px; border-radius: 50%; background: var(--gold-btn); color: #0A1628; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 900; }
.btn-goldrow:hover { background: rgba(201,162,75,.25); }
.cta-photo { position: relative; overflow: hidden; min-height: 380px; }
.cta-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* الفوتر */
.site-footer { background: #0A1628; color: #D7E3EE; padding: 26px 0 0; }
.foot-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; }
.f-brand b { display: block; color: #fff; font-size: 16px; }
.f-brand small { color: #9DB3AD; font-size: 11px; display: block; }
.f-item a:hover { color: var(--gold-light); }
.socials { display: flex; gap: 8px; }
.socials a { width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.25); display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; }
.socials a:hover { border-color: var(--gold); color: var(--gold-light); }
.f-motto { font-size: 12.5px; color: #9DB3AD; text-align: center; }
.foot-copy { border-top: 1px solid rgba(255,255,255,.1); margin-top: 18px; padding: 14px 24px; display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; font-size: 12.5px; color: #9DB3AD; max-width: 1200px; margin-inline: auto; }

/* كتل إضافية */
.xblock { padding: 44px 0; background: #fff; }
.xblock:nth-of-type(even) { background: #F7F5EF; }
.xhead { text-align: center; max-width: 720px; margin: 0 auto 24px; }
.xhead h2 { font-size: clamp(22px,2.8vw,32px); font-weight: 900; }
.xhead p { color: var(--muted); font-weight: 600; }
.xvideo { max-width: 860px; margin: 0 auto; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 16/9; background: #000; }
.xvideo iframe, .xvideo video { width: 100%; height: 100%; border: 0; }
.xgallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.xgallery img, .xgallery video { width: 100%; height: 200px; object-fit: cover; border-radius: 16px; }
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; }
.faq-q { width: 100%; background: none; border: 0; padding: 15px 18px; display: flex; justify-content: space-between; align-items: center; font-weight: 800; font-size: 15px; cursor: pointer; color: var(--ink); font-family: inherit; }
.faq-q .plus { color: #8a6d2f; font-size: 22px; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a .rich { padding: 0 18px 16px; color: var(--muted); }
.xtestis { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.xtesti { border: 1px solid var(--line); border-radius: 16px; padding: 22px; background: #fff; box-shadow: var(--shadow-sm); }
.xtesti b { color: #8a6d2f; }
.xpages { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.xpage { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fff; }
.xpage img { width: 100%; height: 180px; object-fit: cover; }
.xpage h3 { padding: 14px 16px 0; font-size: 16px; }
.xpage p { padding: 0 16px 16px; }
.xpage a { color: #8a6d2f; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(26px); transition: .7s cubic-bezier(.4,0,.2,1); }
.reveal.vis { opacity: 1; transform: none; }
.float-wa { position: fixed; bottom: 22px; left: 22px; z-index: 99; background: #25D366; color: #fff; width: 58px; height: 58px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 30px; box-shadow: 0 8px 22px rgba(0,0,0,.25); }
.to-top { position: fixed; bottom: 22px; right: 22px; z-index: 99; width: 48px; height: 48px; border-radius: 50%; background: #0A1628; color: #fff; border: 1px solid rgba(255,255,255,.2); font-size: 20px; cursor: pointer; opacity: 0; pointer-events: none; transition: .3s; display: flex; align-items: center; justify-content: center; }
.to-top.show { opacity: 1; pointer-events: auto; }
.pwa-banner { position: fixed; z-index: 999; bottom: 90px; right: 18px; left: 18px; margin-inline: auto; max-width: 430px; background: #fff; color: #0f172a; border-radius: 20px; padding: 16px; box-shadow: 0 25px 70px rgba(0,0,0,.35); display: none; gap: 12px; align-items: center; }
.pwa-app-icon { width: 56px; height: 56px; border-radius: 14px; background: #0A1628; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 28px; overflow: hidden; flex-shrink: 0; }
.pwa-app-icon img { width: 100%; height: 100%; object-fit: cover; }
.pwa-banner .t { font-weight: 900; font-size: 14.5px; }
.pwa-banner small { color: #64748b; font-size: 12px; }
.pwa-banner .row { display: flex; gap: 8px; margin-top: 8px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; font-weight: 800; border: 0; cursor: pointer; }
.btn-sm { height: 40px; padding: 0 20px; font-size: 13px; }
.btn-ghost { background: #f1f5f9; color: #475569; }

@media (max-width: 1100px) {
  .svc-grid { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 1024px) {
  .hero-split { grid-template-columns: 1fr; }
  .hero-dark { min-height: 480px; }
  .hero-vtext { display: none; }
  .why-grid { grid-template-columns: 1fr; text-align: center; }
  .why-list { max-width: 420px; margin: 0 auto; width: 100%; }
  .witem { justify-content: center; }
  .why-photo { min-height: 320px; max-width: 560px; margin: 0 auto; width: 100%; }
  .band-grid { grid-template-columns: 1fr; text-align: center; }
  .band-quote { margin: 0 auto; text-align: center; }
  .cta-split { grid-template-columns: 1fr; }
  .cta-dark { align-items: center; text-align: center; }
  .cta-photo { min-height: 300px; }
  .xtestis, .xpages, .xgallery { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .main-links { position: absolute; top: 74px; right: 16px; left: 16px; background: #fff; flex-direction: column; padding: 20px; border-radius: 18px; box-shadow: 0 20px 50px rgba(0,0,0,.3); display: none; z-index: 99; }
  .main-links a { color: var(--ink); }
  .main-links.open { display: flex; }
  .burger { display: block; }
  .band-stats { grid-template-columns: 1fr 1fr; gap: 18px; }
  .bstat + .bstat { border-inline-start: 0; }
}
@media (max-width: 640px) {
  .container { padding: 0 16px; }
  .header-in { min-height: 64px; }
  .brand-mono { font-size: 24px; }
  .brand-txt b { font-size: 13.5px; }
  .btn-book { padding: 0 14px; font-size: 12px; height: 42px; }
  .hero { padding-top: 64px; }
  .hero-ltext { padding: 44px 24px; }
  .hero-minis { flex-wrap: wrap; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .hero-sign { font-size: 24px; }
  .xtestis, .xpages, .xgallery { grid-template-columns: 1fr; }
  .foot-in { flex-direction: column; text-align: center; }
  .foot-copy { flex-direction: column; text-align: center; }
}
