/* ============================================================
   كون الإعمار للمقاولات العامة — koonemar.com
   Global stylesheet
   ============================================================ */

:root {
  --ink:        #0a141f;
  --navy:       #0d1b2a;
  --navy-2:     #10263b;
  --navy-3:     #163449;
  --panel:      #12293d;
  --gold:       #c9a24b;
  --gold-light: #e6c877;
  --gold-deep:  #a9832f;
  --sand:       #f6f2ea;
  --sand-2:     #efe8db;
  --line:       rgba(201,162,75,.28);
  --text:       #26313c;
  --muted:      #64717e;
  --white:      #ffffff;
  --radius:     16px;
  --radius-sm:  10px;
  --shadow:     0 18px 50px -20px rgba(9,20,31,.45);
  --shadow-soft:0 10px 30px -14px rgba(9,20,31,.30);
  --maxw:       1240px;
  --ease:       cubic-bezier(.22,.61,.36,1);
  --header-h:   84px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Tajawal", "Segoe UI", Tahoma, sans-serif;
  color: var(--text);
  background: var(--sand);
  line-height: 1.85;
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "Cairo", "Tajawal", sans-serif;
  font-weight: 800;
  line-height: 1.3;
  color: var(--navy);
  margin: 0 0 .5em;
  letter-spacing: -.2px;
}

p { margin: 0 0 1em; }

a { color: inherit; text-decoration: none; transition: color .25s var(--ease); }

img { max-width: 100%; display: block; }

ul { margin: 0; padding: 0; list-style: none; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

.gold { color: var(--gold-deep); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 50px;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: all .3s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--ink);
  box-shadow: 0 12px 28px -12px rgba(201,162,75,.8);
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 18px 34px -12px rgba(201,162,75,.9); }
.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,.5);
}
.btn-ghost:hover { background: rgba(255,255,255,.12); border-color: var(--white); }
.btn-dark {
  background: var(--navy);
  color: var(--white);
}
.btn-dark:hover { background: var(--navy-2); transform: translateY(-3px); }
.btn-outline {
  background: transparent;
  color: var(--navy);
  border-color: var(--line);
}
.btn-outline:hover { background: var(--navy); color: var(--white); }

/* ---------- Section framing ---------- */
.section { padding: 100px 0; position: relative; }
.section-dark { background: var(--navy); color: #d7e0e8; }
.section-dark h1,.section-dark h2,.section-dark h3 { color: #fff; }
.section-sand { background: var(--sand-2); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: 1px;
  color: var(--gold-deep);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.eyebrow::before {
  content: "";
  width: 32px; height: 2px;
  background: var(--gold);
  display: inline-block;
}
.section-head { max-width: 640px; margin-bottom: 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
.section-head p { color: var(--muted); font-size: 1.08rem; }
.section-dark .section-head p { color: #9fb0be; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: var(--header-h);
  z-index: 1000;
  display: flex;
  align-items: center;
  transition: all .35s var(--ease);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-header.scrolled {
  height: 68px;
  background: rgba(9,20,31,.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px -18px rgba(0,0,0,.7);
  border-bottom: 1px solid rgba(201,162,75,.18);
}

.brand { display: flex; align-items: center; gap: 13px; }
.brand img { width: 46px; height: 46px; transition: all .35s var(--ease); }
.brand-txt { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name {
  font-family: "Cairo", sans-serif;
  font-weight: 800;
  font-size: 1.28rem;
  color: #fff;
}
.brand-name b { color: var(--gold-light); font-weight: 800; }
.brand-sub {
  font-size: .72rem;
  letter-spacing: 3px;
  color: var(--gold);
  font-weight: 500;
}
.scrolled .brand img { width: 40px; height: 40px; }

.nav { display: flex; align-items: center; gap: 6px; }
.nav a {
  color: rgba(255,255,255,.86);
  font-family: "Cairo", sans-serif;
  font-weight: 600;
  font-size: .98rem;
  padding: 10px 16px;
  border-radius: 8px;
  position: relative;
}
.nav a::after {
  content: "";
  position: absolute;
  right: 16px; left: 16px; bottom: 6px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s var(--ease);
}
.nav a:hover, .nav a.active { color: #fff; }
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); }

.header-cta { display: flex; align-items: center; gap: 14px; }
.header-phone {
  display: flex; align-items: center; gap: 8px;
  color: #fff; font-weight: 700; font-family: "Cairo", sans-serif;
  font-size: .98rem;
}
.header-phone svg { width: 18px; height: 18px; color: var(--gold-light); }
.header-phone span { direction: ltr; }

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none; border: none; cursor: pointer; padding: 8px;
}
.burger span { width: 26px; height: 2.5px; background: #fff; border-radius: 2px; transition: .3s; }
.burger.open span:nth-child(1){ transform: translateY(7.5px) rotate(45deg); }
.burger.open span:nth-child(2){ opacity: 0; }
.burger.open span:nth-child(3){ transform: translateY(-7.5px) rotate(-45deg); }

/* Mobile drawer */
.mobile-nav {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(82vw, 340px);
  background: var(--navy);
  z-index: 1200;
  transform: translateX(100%);
  transition: transform .4s var(--ease);
  padding: 100px 30px 40px;
  display: flex; flex-direction: column; gap: 6px;
  box-shadow: -20px 0 60px -20px rgba(0,0,0,.6);
}
.mobile-nav.open { transform: translateX(0); }
.mobile-nav a {
  color: #cdd7e0; font-family: "Cairo", sans-serif; font-weight: 600;
  font-size: 1.15rem; padding: 14px 8px; border-bottom: 1px solid rgba(255,255,255,.07);
}
.mobile-nav a:hover, .mobile-nav a.active { color: var(--gold-light); }
.mobile-nav .btn { margin-top: 20px; justify-content: center; }
.overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.55);
  z-index: 1100; opacity: 0; visibility: hidden; transition: .35s;
}
.overlay.show { opacity: 1; visibility: visible; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; animation: heroZoom 18s ease-in-out infinite alternate; }
@keyframes heroZoom { from { transform: scale(1); } to { transform: scale(1.12); } }
.hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(9,20,31,.94) 0%, rgba(9,20,31,.78) 45%, rgba(9,20,31,.42) 100%),
    linear-gradient(0deg, rgba(9,20,31,.85), rgba(9,20,31,.1));
}
.hero .container { position: relative; z-index: 2; padding-top: var(--header-h); }
.hero-inner { max-width: 760px; }
.hero .eyebrow { color: var(--gold-light); }
.hero .eyebrow::before { background: var(--gold-light); }
.hero h1 {
  color: #fff;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: 1.14;
  margin-bottom: 22px;
}
.hero h1 span { color: var(--gold-light); position: relative; }
.hero-lead {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  color: #d3dce4;
  max-width: 620px;
  margin-bottom: 34px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 54px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 34px; }
.hero-badge { display: flex; align-items: center; gap: 12px; }
.hero-badge .num { font-family: "Cairo", sans-serif; font-weight: 800; font-size: 2rem; color: var(--gold-light); }
.hero-badge .lbl { font-size: .92rem; color: #b9c5cf; line-height: 1.4; }
.hero-scroll {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  z-index: 2; color: rgba(255,255,255,.6); font-size: .8rem; letter-spacing: 2px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.hero-scroll .mouse {
  width: 22px; height: 36px; border: 2px solid rgba(255,255,255,.4); border-radius: 12px;
  position: relative;
}
.hero-scroll .mouse::after {
  content: ""; position: absolute; top: 6px; left: 50%; transform: translateX(-50%);
  width: 3px; height: 7px; background: var(--gold-light); border-radius: 2px;
  animation: scrollDot 1.6s infinite;
}
@keyframes scrollDot { 0%{opacity:0;top:6px} 40%{opacity:1} 80%{opacity:0;top:16px} 100%{opacity:0} }

/* ============================================================
   MARQUEE / trust strip
   ============================================================ */
.strip {
  background: var(--gold);
  color: var(--ink);
  padding: 16px 0;
  overflow: hidden;
}
.strip-track {
  display: flex; gap: 60px; white-space: nowrap;
  animation: marquee 28s linear infinite;
  font-family: "Cairo", sans-serif; font-weight: 700; font-size: 1.02rem;
}
.strip-track span { display: inline-flex; align-items: center; gap: 14px; }
.strip-track span::before { content: "◆"; color: var(--navy); font-size: .7rem; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   STAT / feature cards
   ============================================================ */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.stat {
  text-align: center;
  padding: 34px 18px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(201,162,75,.22);
}
.stat .num {
  font-family: "Cairo", sans-serif; font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  color: var(--gold-light); line-height: 1;
}
.stat .num small { font-size: .5em; }
.stat .lbl { margin-top: 10px; color: #b7c4cf; font-size: 1rem; }

/* ============================================================
   ABOUT split
   ============================================================ */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; }
.about-media { position: relative; }
.about-media .frame {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.about-media .frame img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3.4; }
.about-media .accent {
  position: absolute; inset: auto auto -26px -26px;
  width: 62%; aspect-ratio: 1/.8; border-radius: var(--radius);
  overflow: hidden; border: 6px solid var(--sand); box-shadow: var(--shadow-soft);
}
.about-media .accent img { width: 100%; height: 100%; object-fit: cover; }
.about-media .badge-year {
  position: absolute; top: 22px; right: 22px;
  background: var(--gold); color: var(--ink); border-radius: 12px;
  padding: 14px 20px; text-align: center; box-shadow: var(--shadow-soft);
  font-family: "Cairo", sans-serif;
}
.about-media .badge-year b { display: block; font-size: 1.7rem; line-height: 1; }
.about-media .badge-year span { font-size: .72rem; }

.value-list { display: grid; gap: 18px; margin-top: 26px; }
.value-item { display: flex; gap: 16px; align-items: flex-start; }
.value-item .ic {
  flex: 0 0 auto; width: 46px; height: 46px; border-radius: 12px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  display: grid; place-items: center; color: var(--ink);
}
.value-item .ic svg { width: 22px; height: 22px; }
.value-item h4 { margin: 2px 0 4px; font-size: 1.1rem; }
.value-item p { margin: 0; color: var(--muted); font-size: .97rem; }

/* ============================================================
   SERVICES
   ============================================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.svc-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 340px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  box-shadow: var(--shadow-soft);
  isolation: isolate;
}
.svc-card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2;
  transition: transform .7s var(--ease);
}
.svc-card::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(0deg, rgba(9,20,31,.94) 8%, rgba(9,20,31,.55) 45%, rgba(9,20,31,.15) 100%);
  transition: background .4s var(--ease);
}
.svc-card:hover img { transform: scale(1.09); }
.svc-card:hover::after { background: linear-gradient(0deg, rgba(9,20,31,.96) 12%, rgba(13,27,42,.7) 60%, rgba(201,162,75,.25) 100%); }
.svc-body { padding: 28px; width: 100%; }
.svc-ic {
  width: 52px; height: 52px; border-radius: 13px;
  background: rgba(201,162,75,.2); border: 1px solid rgba(201,162,75,.5);
  display: grid; place-items: center; margin-bottom: 16px; color: var(--gold-light);
  transition: all .35s var(--ease);
}
.svc-ic svg { width: 26px; height: 26px; }
.svc-card:hover .svc-ic { background: var(--gold); color: var(--ink); transform: translateY(-4px); }
.svc-body h3 { color: #fff; font-size: 1.32rem; margin-bottom: 8px; }
.svc-body p {
  color: #c4d0da; font-size: .96rem; margin: 0;
  max-height: 0; opacity: 0; overflow: hidden;
  transition: all .45s var(--ease);
}
.svc-card:hover .svc-body p { max-height: 120px; opacity: 1; margin-top: 4px; }
.svc-more {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 14px;
  color: var(--gold-light); font-family: "Cairo", sans-serif; font-weight: 700; font-size: .92rem;
}
.svc-more svg { width: 16px; height: 16px; transition: transform .3s; }
.svc-card:hover .svc-more svg { transform: translateX(-5px); }

/* Detailed service rows (services page) */
.svc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 60px 0; border-bottom: 1px solid var(--line); }
.svc-row:nth-child(even) .svc-row-media { order: 2; }
.svc-row-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); position: relative; }
.svc-row-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .8s var(--ease); }
.svc-row-media:hover img { transform: scale(1.06); }
.svc-row-media .tag {
  position: absolute; top: 18px; right: 18px; background: var(--gold); color: var(--ink);
  font-family: "Cairo", sans-serif; font-weight: 700; font-size: .82rem; padding: 7px 16px; border-radius: 30px;
}
.svc-row .num-mark { font-family: "Cairo", sans-serif; font-weight: 800; font-size: 1rem; color: var(--gold-deep); letter-spacing: 2px; }
.svc-row h3 { font-size: clamp(1.5rem, 3vw, 2rem); margin: 8px 0 14px; }
.svc-row p { color: var(--muted); }
.check-list { display: grid; gap: 12px; margin-top: 20px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--text); font-size: 1rem; }
.check-list li svg { flex: 0 0 auto; width: 22px; height: 22px; color: var(--gold-deep); margin-top: 4px; }

/* ============================================================
   PROCESS
   ============================================================ */
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 26px; }
.process-step { position: relative; padding: 34px 26px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); border: 1px solid rgba(13,27,42,.06); transition: .35s var(--ease); }
.process-step:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.process-step .step-n {
  font-family: "Cairo", sans-serif; font-weight: 800; font-size: 3rem; line-height: 1;
  color: rgba(201,162,75,.28);
}
.process-step .ic { width: 54px; height: 54px; border-radius: 14px; background: var(--navy); color: var(--gold-light); display: grid; place-items: center; margin: -30px 0 16px auto; box-shadow: var(--shadow-soft); }
.process-step .ic svg { width: 26px; height: 26px; }
.process-step h4 { font-size: 1.18rem; margin-bottom: 8px; }
.process-step p { color: var(--muted); font-size: .95rem; margin: 0; }

/* ============================================================
   PROJECTS gallery
   ============================================================ */
.filter { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 40px; }
.filter button {
  background: transparent; border: 1.5px solid var(--line); color: var(--navy);
  font-family: "Cairo", sans-serif; font-weight: 700; font-size: .95rem;
  padding: 10px 22px; border-radius: 40px; cursor: pointer; transition: .3s var(--ease);
}
.filter button:hover { border-color: var(--gold); }
.filter button.active { background: var(--navy); color: #fff; border-color: var(--navy); }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery.masonry { grid-auto-rows: 10px; }
.g-item {
  position: relative; overflow: hidden; border-radius: var(--radius-sm); cursor: pointer;
  box-shadow: var(--shadow-soft);
}
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.g-item::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(9,20,31,.8), transparent 55%);
  opacity: 0; transition: .4s var(--ease);
}
.g-item .g-cap {
  position: absolute; inset: auto 0 0 0; padding: 20px; color: #fff; z-index: 2;
  transform: translateY(12px); opacity: 0; transition: .4s var(--ease);
}
.g-item .g-cap b { font-family: "Cairo", sans-serif; font-size: 1.05rem; display: block; }
.g-item .g-cap span { color: var(--gold-light); font-size: .85rem; }
.g-item:hover img { transform: scale(1.1); }
.g-item:hover::after { opacity: 1; }
.g-item:hover .g-cap { transform: translateY(0); opacity: 1; }
.g-item .zoom {
  position: absolute; top: 14px; left: 14px; width: 40px; height: 40px; border-radius: 50%;
  background: rgba(201,162,75,.9); color: var(--ink); display: grid; place-items: center;
  opacity: 0; transform: scale(.6); transition: .4s var(--ease); z-index: 2;
}
.g-item:hover .zoom { opacity: 1; transform: scale(1); }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 2000; background: rgba(6,13,20,.94);
  display: none; align-items: center; justify-content: center; padding: 30px;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 84vh; border-radius: 10px; box-shadow: 0 30px 80px -20px #000; }
.lightbox .lb-close, .lightbox .lb-nav {
  position: absolute; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25);
  color: #fff; width: 54px; height: 54px; border-radius: 50%; cursor: pointer; font-size: 1.6rem;
  display: grid; place-items: center; transition: .3s;
}
.lightbox .lb-close:hover, .lightbox .lb-nav:hover { background: var(--gold); color: var(--ink); }
.lightbox .lb-close { top: 24px; left: 24px; }
.lightbox .lb-prev { right: 24px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-next { left: 24px; top: 50%; transform: translateY(-50%); }

/* ============================================================
   WHY US
   ============================================================ */
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.why-card {
  padding: 36px 30px; border-radius: var(--radius); background: rgba(255,255,255,.04);
  border: 1px solid rgba(201,162,75,.2); transition: .35s var(--ease);
}
.why-card:hover { border-color: var(--gold); transform: translateY(-6px); background: rgba(201,162,75,.06); }
.why-card .ic { width: 60px; height: 60px; border-radius: 15px; background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: var(--ink); display: grid; place-items: center; margin-bottom: 20px; }
.why-card .ic svg { width: 30px; height: 30px; }
.why-card h3 { color: #fff; font-size: 1.25rem; }
.why-card p { color: #a9b7c3; margin: 0; font-size: .98rem; }

/* ============================================================
   CTA band
   ============================================================ */
.cta-band { position: relative; overflow: hidden; color: #fff; }
.cta-band .bg { position: absolute; inset: 0; z-index: 0; }
.cta-band .bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-band .bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,27,42,.96), rgba(13,27,42,.82)); }
.cta-band .container { position: relative; z-index: 2; text-align: center; padding: 90px 24px; }
.cta-band h2 { color: #fff; font-size: clamp(1.9rem, 4vw, 3rem); }
.cta-band p { color: #cfd9e2; max-width: 620px; margin: 0 auto 30px; font-size: 1.1rem; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.tst-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.tst-card { background: #fff; border-radius: var(--radius); padding: 34px 30px; box-shadow: var(--shadow-soft); position: relative; border: 1px solid rgba(13,27,42,.05); }
.tst-card .quote { font-size: 3rem; color: var(--gold); line-height: .5; font-family: Georgia, serif; height: 24px; }
.tst-card p { color: var(--text); font-style: italic; }
.tst-stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 6px; }
.tst-who { display: flex; align-items: center; gap: 14px; margin-top: 18px; }
.tst-who .av { width: 48px; height: 48px; border-radius: 50%; background: var(--navy); color: var(--gold-light); display: grid; place-items: center; font-family: "Cairo", sans-serif; font-weight: 800; }
.tst-who b { display: block; font-family: "Cairo", sans-serif; color: var(--navy); }
.tst-who span { font-size: .85rem; color: var(--muted); }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: start; }
.contact-info { display: grid; gap: 22px; }
.ci-item { display: flex; gap: 18px; align-items: flex-start; }
.ci-item .ic { flex: 0 0 auto; width: 54px; height: 54px; border-radius: 14px; background: var(--navy); color: var(--gold-light); display: grid; place-items: center; }
.ci-item .ic svg { width: 24px; height: 24px; }
.ci-item h4 { margin: 4px 0 2px; font-size: 1.1rem; }
.ci-item p { margin: 0; color: var(--muted); }
.ci-item a { color: var(--muted); }
.ci-item a:hover { color: var(--gold-deep); }
.ci-item p span { direction: ltr; unicode-bidi: embed; display: inline-block; }

.form-card { background: #fff; border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow); border: 1px solid rgba(13,27,42,.05); }
.field { margin-bottom: 20px; }
.field label { display: block; font-family: "Cairo", sans-serif; font-weight: 600; margin-bottom: 8px; font-size: .95rem; color: var(--navy); }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; border: 1.5px solid #e2ddd2; border-radius: var(--radius-sm);
  font-family: inherit; font-size: 1rem; background: var(--sand); color: var(--text); transition: .25s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); background: #fff; box-shadow: 0 0 0 4px rgba(201,162,75,.12);
}
.field textarea { resize: vertical; min-height: 130px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-card .btn { width: 100%; justify-content: center; margin-top: 8px; }

.map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); margin-top: 46px; border: 1px solid var(--line); }
.map-wrap iframe { width: 100%; height: 380px; border: 0; display: block; filter: grayscale(.2); }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero {
  position: relative; color: #fff; padding: calc(var(--header-h) + 70px) 0 80px;
  overflow: hidden; text-align: center;
}
.page-hero .bg { position: absolute; inset: 0; z-index: 0; }
.page-hero .bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero .bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,20,31,.85), rgba(9,20,31,.9)); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; font-size: clamp(2.2rem, 5vw, 3.6rem); }
.crumbs { display: flex; gap: 10px; justify-content: center; color: #b9c5cf; font-size: .95rem; margin-top: 10px; }
.crumbs a:hover { color: var(--gold-light); }
.crumbs span { color: var(--gold-light); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--ink); color: #9fb0be; padding: 80px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 56px; }
.footer .brand-name { font-size: 1.35rem; }
.footer-about p { margin: 20px 0; font-size: .96rem; line-height: 1.9; }
.footer h4 { color: #fff; font-size: 1.12rem; margin-bottom: 22px; position: relative; padding-bottom: 12px; }
.footer h4::after { content: ""; position: absolute; right: 0; bottom: 0; width: 38px; height: 2px; background: var(--gold); }
.footer-links li { margin-bottom: 12px; }
.footer-links a { color: #9fb0be; font-size: .96rem; display: inline-flex; align-items: center; gap: 8px; }
.footer-links a::before { content: "‹"; color: var(--gold); }
.footer-links a:hover { color: #fff; padding-right: 4px; }
.footer-contact li { display: flex; gap: 12px; margin-bottom: 16px; font-size: .96rem; align-items: flex-start; }
.footer-contact li svg { flex: 0 0 auto; width: 20px; height: 20px; color: var(--gold); margin-top: 3px; }
.footer-contact li span { direction: ltr; }
.socials { display: flex; gap: 12px; margin-top: 20px; }
.socials a { width: 42px; height: 42px; border-radius: 10px; background: rgba(255,255,255,.06); display: grid; place-items: center; color: #cdd7e0; transition: .3s; }
.socials a:hover { background: var(--gold); color: var(--ink); transform: translateY(-3px); }
.socials svg { width: 20px; height: 20px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 24px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .9rem; }
.footer-bottom a:hover { color: var(--gold-light); }

/* Floating WhatsApp */
.wa-float {
  position: fixed; bottom: 24px; left: 24px; z-index: 900;
  width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff;
  display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(37,211,102,.6);
  transition: .3s var(--ease);
}
.wa-float:hover { transform: scale(1.1) translateY(-3px); }
.wa-float svg { width: 30px; height: 30px; }

/* ============================================================
   REVEAL animations
   ============================================================ */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .1s; }
.reveal.d2 { transition-delay: .2s; }
.reveal.d3 { transition-delay: .3s; }
.reveal.d4 { transition-delay: .4s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .services-grid, .why-grid, .tst-grid, .process-grid, .gallery { grid-template-columns: repeat(2,1fr); }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .nav, .header-cta .header-phone, .header-cta .btn { display: none; }
  .burger { display: flex; }
  .split, .svc-row, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .svc-row:nth-child(even) .svc-row-media { order: 0; }
  .about-media { max-width: 520px; margin: 0 auto; }
}
@media (max-width: 620px) {
  .section { padding: 70px 0; }
  .services-grid, .why-grid, .tst-grid, .process-grid, .gallery, .stats-grid, .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero-badges { gap: 22px; }
  .container { padding: 0 18px; }
  .form-card, .form-card { padding: 26px; }
}
