/* dec2 — سبيس ارت العصري (أبيض × تركوازي × ذهبي) — Cairo RTL */
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --navy: #102A43; --teal: #1F7A6D; --teal-deep: #14524A;
  --gold: #E8A93D; --gold-light: #F5C86B; --gold-btn: linear-gradient(135deg, #F5C86B, #E8A93D);
  --ink: #102A43; --muted: #5B7186; --line: #E6EBF0; --white: #fff; --bg: #FAFAF7;
  --shadow-sm: 0 8px 24px rgba(16,42,67,.08); --shadow: 0 24px 55px -18px rgba(16,42,67,.25);
}
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: 'Cairo', Tahoma, sans-serif; background: var(--bg); 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; }
.btn-gold {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  background: var(--gold-btn); color: #102A43 !important; font-weight: 800; font-size: 15px;
  height: 52px; padding: 0 36px; border-radius: 999px; border: 0; cursor: pointer; white-space: nowrap;
  box-shadow: 0 14px 28px -10px rgba(232,169,61,.55);
}
.btn-gold:hover { transform: translateY(-2px); filter: brightness(1.06); }

/* الهيدر */
.site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 110; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); transition: box-shadow .35s; }
.site-header.scrolled { box-shadow: 0 10px 30px rgba(16,42,67,.12); }
.header-in { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 14px; }
.brand-txt b { font-size: 21px; font-weight: 900; color: var(--navy); letter-spacing: 1px; white-space: nowrap; }
.brand-txt b span { color: var(--gold); }
.brand-txt small { display: block; font-size: 9px; color: var(--muted); letter-spacing: 3px; font-weight: 700; }
.main-links { display: flex; gap: 22px; align-items: center; font-weight: 700; font-size: 14px; color: var(--ink); }
.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); 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; background: var(--teal); color: #fff !important; font-weight: 800; font-size: 14px; height: 46px; padding: 0 26px; border-radius: 999px; white-space: nowrap; }
.btn-book:hover { background: var(--teal-deep); transform: translateY(-2px); }
.burger { display: none; background: transparent; color: var(--navy); border: 1.5px solid var(--line); width: 44px; height: 44px; border-radius: 12px; font-size: 22px; cursor: pointer; }

/* الهيرو */
.hero { display: grid; grid-template-columns: .8fr 1.4fr; min-height: 100vh; padding-top: 72px; background: #fff; }
.hero > * { direction: rtl; }
.hero-panel { background: #fff; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; text-align: left; padding: 40px 6% 40px 24px; position: relative; z-index: 2; }
.hero-panel::after { content: ''; position: absolute; top: 0; bottom: 0; right: -90px; width: 180px; background: #fff; border-radius: 0 50% 50% 0 / 0 50% 50% 0; z-index: -1; }
.hero-panel h1 { font-size: clamp(40px,4.8vw,64px); font-weight: 900; line-height: 1.5; color: var(--navy); }
.hero-panel h1 .teal-w { color: var(--teal); }
.hero-sub { color: var(--muted); font-weight: 600; font-size: clamp(13.5px,1.4vw,16px); margin: 12px 0 24px; }
.hero-video-row { display: flex; align-items: center; gap: 12px; margin-top: 18px; font-weight: 800; font-size: 14px; flex-direction: row-reverse; }
.play-dark { width: 52px; height: 52px; border-radius: 50%; background: var(--navy); display: inline-flex; align-items: center; justify-content: center; transition: .3s; flex-shrink: 0; }
.play-dark svg { width: 20px; height: 20px; fill: #fff; }
.play-dark:hover { background: var(--teal); transform: scale(1.06); }
.hero-count { display: flex; align-items: center; gap: 10px; margin-top: 30px; font-weight: 800; font-size: 13px; color: var(--muted); }
.hero-count .hc.on { color: var(--navy); }
.hero-count i { width: 26px; height: 2px; background: var(--line); display: block; }
.harrs { display: flex; gap: 8px; margin-inline-start: 10px; }
.harrs button { width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid var(--line); background: #fff; color: var(--navy); cursor: pointer; font-size: 16px; }
.harrs button:hover { border-color: var(--gold); color: var(--gold); }
.hero-photo { position: relative; overflow: hidden; min-height: 560px; }
.hslide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .8s ease; }
.hslide.on { opacity: 1; }
.hero-script { position: absolute; z-index: 2; top: 60px; right: 34px; direction: ltr; text-align: left; font-family: 'Aref Ruqaa','Cairo',serif; font-size: 30px; line-height: 1.5; color: #fff; text-shadow: 0 2px 16px rgba(0,0,0,.5); }

/* الخدمات */
.serv-sec { background: #fff; padding: 54px 0; }
.serv-grid { display: grid; grid-template-columns: .9fr 1fr 1fr 1fr 1fr 1fr; gap: 14px; align-items: start; }
.serv-head .sec-label { color: var(--muted); font-weight: 700; font-size: 13px; }
.serv-head h2 { font-size: clamp(24px,2.8vw,36px); font-weight: 900; line-height: 1.6; }
.serv-head h2::after { content: ''; display: block; width: 54px; height: 3px; background: var(--gold); border-radius: 99px; margin-top: 8px; }
.svc-card { text-align: center; padding: 8px 4px; }
.svc-ic { width: 74px; height: 74px; border-radius: 50%; margin: 0 auto 10px; display: flex; align-items: center; justify-content: center; }
.svc-ic svg { width: 36px; height: 36px; }
.c1 .svc-ic { background: #FDEBD7; color: #B96A1B; }
.c2 .svc-ic { background: #DDF0EA; color: #1F7A6D; }
.c3 .svc-ic { background: #FEF3DC; color: #C08A1D; }
.c4 .svc-ic { background: #E4EEF7; color: #2B5F9E; }
.c5 .svc-ic { background: #FBE3E3; color: #C04545; }
.svc-card h3 { font-size: 13.5px; font-weight: 800; }
.svc-card p { font-size: 11.5px; color: var(--muted); font-weight: 600; }

/* الأعمال */
.works-sec { background: #fff; padding: 10px 0 54px; }
.works-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; }
.works-head .sec-label { color: var(--muted); font-weight: 700; font-size: 13px; }
.works-head h2 { font-size: clamp(24px,3vw,36px); font-weight: 900; line-height: 1.6; }
.link-more { font-weight: 800; font-size: 14px; white-space: nowrap; }
.link-more:hover { color: var(--gold); }
.works-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.work-card { position: relative; border-radius: 16px; overflow: hidden; height: 300px; }
.work-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.work-card:hover img { transform: scale(1.07); }
.work-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(16,42,67,.55)); }
.wlabel { position: absolute; z-index: 2; bottom: 14px; right: 14px; background: rgba(255,255,255,.92); font-size: 12px; font-weight: 800; padding: 5px 14px; border-radius: 999px; }
.wgo { position: absolute; z-index: 2; bottom: 14px; left: 14px; width: 36px; height: 36px; border-radius: 50%; background: #fff; color: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 900; }

/* العدادات */
.stats-sec { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr; gap: 10px; align-items: center; padding: 30px 24px; }
.stats-quote { font-size: 19px; font-weight: 900; line-height: 1.8; }
.stats-quote .qmark { color: var(--gold); font-size: 34px; font-family: serif; display: block; line-height: 1; }
.stat { text-align: center; padding: 4px 8px; }
.stat + .stat { border-inline-start: 1px solid var(--line); }
.stat-ic { width: 40px; height: 40px; color: var(--navy); margin: 0 auto 2px; display: block; }
.stat-ic svg { width: 100%; height: 100%; }
.stat-tx b { display: block; font-size: 23px; font-weight: 900; }
.stat-tx small { font-size: 12px; color: var(--muted); font-weight: 700; }

/* CTA */
.cta-sec { padding: 0; }
.cta-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 380px; }
.cta-teal { background: radial-gradient(400px 300px at 85% 20%, rgba(232,169,61,.35), transparent 60%), linear-gradient(135deg, #24806F, #14524A); color: #fff; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 54px; }
.cta-teal h2 { font-size: clamp(26px,3.2vw,42px); font-weight: 900; line-height: 1.6; margin-bottom: 8px; }
.cta-teal p { color: #D9EEE9; font-weight: 600; margin-bottom: 20px; }
.cta-photo { position: relative; overflow: hidden; min-height: 380px; }
.cta-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* آراء */
.testi-sec { background: #fff; padding: 56px 0; position: relative; overflow: hidden; }
.testi-grid { display: grid; grid-template-columns: .8fr 1.4fr .8fr; gap: 26px; align-items: center; }
.testi-side h2 { font-size: clamp(22px,2.6vw,30px); font-weight: 900; }
.testi-card { text-align: center; border: 1px solid var(--line); border-radius: 20px; padding: 30px 28px; background: #fff; box-shadow: var(--shadow-sm); }
.testi-card .q { color: var(--gold); font-size: 36px; font-family: serif; display: block; line-height: 1; }
.testi-card p { font-size: 14.5px; font-weight: 600; margin: 8px 0; }
.testi-card b { font-size: 14px; }
.testi-card .stars { color: var(--gold); letter-spacing: 3px; margin: 6px 0; }
.t-dots { display: flex; gap: 7px; justify-content: center; }
.t-dots span { width: 8px; height: 8px; border-radius: 50%; background: #D5DDE5; }
.t-dots span.on { background: var(--teal); }
.testi-photo img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 24px; }
.testi-script { position: absolute; bottom: 24px; left: 5%; font-family: 'Aref Ruqaa','Cairo',serif; font-size: 26px; line-height: 1.5; color: var(--navy); transform: rotate(-4deg); }

/* الفوتر */
.site-footer { background: #fff; border-top: 1px solid var(--line); padding: 28px 0 0; }
.foot-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.foot-contact { display: flex; gap: 26px; flex-wrap: wrap; font-size: 13px; font-weight: 700; }
.foot-contact a:hover { color: var(--gold); }
.foot-social .socials { display: flex; gap: 8px; margin-top: 8px; }
.socials a { width: 32px; height: 32px; border-radius: 50%; background: var(--navy); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; }
.socials a:hover { background: var(--gold); color: #102A43; }
.foot-hand { font-family: 'Aref Ruqaa','Cairo',serif; font-size: 20px; text-align: center; }
.foot-copy { text-align: center; font-size: 12px; color: var(--muted); padding: 14px; border-top: 1px solid var(--line); margin-top: 20px; }
.foot-brand-txt b { font-size: 19px; font-weight: 900; }
.foot-brand-txt b span { color: var(--gold); }
.foot-brand-txt small { display: block; font-size: 9px; letter-spacing: 2px; color: var(--muted); }

/* كتل إضافية */
.xblock { padding: 44px 0; background: #fff; }
.xblock:nth-of-type(even) { background: #F4F6F4; }
.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: var(--gold); 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: var(--teal); }
.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: var(--teal); 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: var(--navy); color: #fff; border: 0; 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: var(--navy); 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) {
  .serv-grid { grid-template-columns: repeat(3,1fr); }
  .serv-head { grid-column: 1/-1; text-align: center; }
  .serv-head h2::after { margin-inline: auto; }
  .works-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; }
  .hero-panel { order: 2; padding: 36px 24px; }
  .hero-panel::after { display: none; }
  .hero-photo { min-height: 420px; }
  .testi-grid { grid-template-columns: 1fr; text-align: center; }
  .cta-split { grid-template-columns: 1fr; }
  .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(16,42,67,.2); display: none; z-index: 99; }
  .main-links.open { display: flex; }
  .burger { display: block; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .stats-quote { grid-column: 1/-1; text-align: center; }
}
@media (max-width: 640px) {
  .container { padding: 0 16px; }
  .header-in { min-height: 64px; }
  .btn-book { padding: 0 14px; font-size: 12px; height: 42px; }
  .serv-grid { grid-template-columns: 1fr 1fr; }
  .serv-head { grid-column: 1/-1; text-align: center; }
  .serv-head { grid-column: 1/-1; text-align: center; }
  .serv-head h2::after { margin-inline: auto; }
  .works-grid { grid-template-columns: 1fr; }
  .xtestis, .xpages, .xgallery { grid-template-columns: 1fr; }
  .foot-top { flex-direction: column; text-align: center; }
  .foot-contact { justify-content: center; }
}
