@font-face { font-family: "Cairo"; src: url("../fonts/Cairo-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Cairo"; src: url("../fonts/Cairo-SemiBold.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Cairo"; src: url("../fonts/Cairo-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Cairo"; src: url("../fonts/Cairo-ExtraLight.ttf") format("truetype"); font-weight: 200; font-style: normal; font-display: swap; }
@font-face { font-family: "Cairo"; src: url("../fonts/Cairo-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Cairo"; src: url("../fonts/Cairo-Black.ttf") format("truetype"); font-weight: 900; font-style: normal; font-display: swap; }

:root {
  --navy: #102a43;
  --navy-2: #0a2034;
  --gold-a: #b9904a;
  --black-m: #10161b;
  --gold-m: #c49a48;
  --ivory: #f7f3ea;
  --ivory-m: #f5f1e8;
  --ink: #17212a;
  --muted: #66717a;
  --line: rgba(16, 42, 67, 0.16);
  --side: clamp(24px, 5.5vw, 96px);
}

* { box-sizing: border-box; }
html { background: var(--navy-2); min-height: 100%; scroll-behavior: smooth; }
body { background: var(--navy-2); color: var(--ink); font-family: "Cairo", Arial, sans-serif; font-size: 16px; line-height: 1.65; margin: 0; min-height: 100vh; min-height: 100dvh; overflow-x: clip; padding: 0; -webkit-font-smoothing: antialiased; }
#aldar-maakum-root, body > div:first-child { background: var(--navy-2); display: block; min-height: 100vh; min-height: 100dvh; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--gold-a); color: #fff; }

.eyebrow { align-items: center; display: flex; gap: 12px; font-size: 11px !important; font-weight: 700; letter-spacing: .2em; line-height: 1.4; margin: 0 0 24px; text-transform: uppercase; }
.eyebrow > span { background: currentColor; display: inline-block; height: 1px; opacity: .8; width: 32px; }
.eyebrow.dark-text { color: var(--gold-a); }
.reveal { animation: reveal .9s cubic-bezier(.2,.8,.2,1) both; }
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

/* Gateway */
.gateway { background: var(--black-m); min-height: 100vh; color: var(--ivory-m); overflow: hidden; }
.gateway-nav { align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); display: flex; height: 82px; justify-content: space-between; padding: 0 var(--side); position: relative; z-index: 5; }
.group-mark { align-items: center; display: flex; font-family: Georgia, serif; font-size: 16px; font-weight: 700; gap: 10px; letter-spacing: .14em; }
.group-mark .mark-line { background: var(--gold-m); height: 1px; width: 42px; }
.group-mark b { color: var(--gold-m); font-family: "Cairo"; font-weight: 400; }
.gateway-actions { align-items: center; display: flex; font-size: 11px; gap: 26px; letter-spacing: .12em; text-transform: uppercase; }
.language { background: rgba(255,255,255,.18); border: 1px solid rgba(185,144,74,.72); border-radius: 99px; color: var(--navy-2); cursor: pointer; font-size: 12px; font-weight: 700; min-width: 62px; padding: 7px 14px; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease, transform .15s ease; }
.language:hover, .language:focus-visible { background: var(--gold-a); border-color: var(--gold-a); box-shadow: 0 0 0 3px rgba(185,144,74,.2); color: var(--navy-2); }
.language:active { background: #a77c37; border-color: #a77c37; color: #071522; transform: translateY(1px); }
.language.dark, .site-header.maakum .language { background: rgba(255,255,255,.045); border-color: rgba(196,154,72,.75); color: #fff; }
.language.dark:hover, .language.dark:focus-visible, .site-header.maakum .language:hover, .site-header.maakum .language:focus-visible { background: var(--gold-m); border-color: var(--gold-m); box-shadow: 0 0 0 3px rgba(196,154,72,.22); color: var(--black-m); }
.language.dark:active, .site-header.maakum .language:active { background: #ae8035; border-color: #ae8035; color: #071015; transform: translateY(1px); }
.gateway-hero { background: var(--black-m); display: grid; grid-template-columns: .95fr 1.05fr; min-height: calc(100vh - 82px); overflow: hidden; position: relative; }
.gateway-hero::before { background-image: url("../visuals/gateway-cinematic.jpg"); background-position: center; background-size: cover; content: ""; inset: 0; position: absolute; transform: scaleX(1); }
.gateway-hero::after { background: linear-gradient(90deg, rgba(16,22,27,.97) 0%, rgba(16,22,27,.89) 46%, rgba(16,22,27,.68) 100%); content: ""; inset: 0; position: absolute; }
[dir="rtl"] .gateway-hero::before { transform: scaleX(-1); }
[dir="rtl"] .gateway-hero::after { background: linear-gradient(270deg, rgba(16,22,27,.97) 0%, rgba(16,22,27,.89) 46%, rgba(16,22,27,.68) 100%); }
.gateway-copy { align-self: center; padding: 80px var(--side); padding-right: clamp(32px, 4vw, 72px); position: relative; z-index: 2; }
.gateway-copy .eyebrow { color: var(--gold-m); }
.gateway-copy h1 { font-family: Georgia, serif; font-size: clamp(52px, 6.2vw, 104px); font-weight: 400; letter-spacing: -.05em; line-height: 1.08; margin: 0 0 34px; max-width: 840px; }
.gateway-copy h1 em { color: var(--gold-m); font-style: normal; }
.gateway-copy .lead { color: rgba(255,255,255,.72); font-size: clamp(15px, 1.2vw, 19px); line-height: 1.9; margin: 0 0 58px; max-width: 690px; }
.trust-row { align-items: center; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.55); display: flex; font-size: 10px; justify-content: space-between; letter-spacing: .12em; padding-top: 20px; text-transform: uppercase; }
.coordinates { color: var(--gold-m); }
.company-portals { display: grid; grid-template-columns: 1fr 1fr; min-height: inherit; position: relative; z-index: 1; }
.portal { align-items: flex-start; background: transparent; border: 0; border-left: 1px solid rgba(255,255,255,.13); color: #fff; cursor: pointer; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: 48px clamp(28px, 3.4vw, 62px); position: relative; text-align: left; transition: flex .5s ease, background .5s ease; }
[dir="rtl"] .portal { text-align: right; }
.portal::before { background-position: center; background-size: cover; content: ""; inset: 0; opacity: 0; position: absolute; transform: scale(1.05); transition: opacity .6s ease, transform 1s ease; }
.portal.aldar::before { background-image: linear-gradient(145deg, rgba(10,32,52,.38), rgba(10,32,52,.96)), url("../brand/aldar-pattern.svg"); background-size: cover, 540px; }
.portal.maakum::before { background-image: radial-gradient(circle at 75% 25%, rgba(196,154,72,.2), transparent 34%), linear-gradient(145deg, rgba(35,44,50,.6), rgba(16,22,27,.98)); }
.portal:hover::before { opacity: 1; transform: scale(1); }
.portal > * { position: relative; z-index: 2; }
.portal-top { display: flex; font-size: 10px; justify-content: space-between; letter-spacing: .14em; margin-bottom: 80px; opacity: .55; position: absolute; top: 48px; width: calc(100% - clamp(56px, 6.8vw, 124px)); }
.portal .brand-lockup { gap: 18px; height: 102px; margin-bottom: 44px; width: min(100%, 300px); }
.portal .brand-symbol { height: 72px; width: 72px; }
.portal .brand-word-box { height: 70px; padding: 12px 20px; width: 190px; }
.portal .brand-lockup.aldar .brand-wordmark { height: 39px; }
.portal .brand-lockup.maakum .brand-wordmark { height: 39px; }
.portal p { color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.8; margin: 0 0 58px; max-width: 350px; }
.portal .enter { align-items: center; border-top: 1px solid rgba(255,255,255,.22); display: flex; font-size: 12px; font-weight: 700; justify-content: space-between; letter-spacing: .12em; padding-top: 18px; text-transform: uppercase; width: 100%; }
.portal .enter b { align-items: center; background: var(--gold-m); border-radius: 50%; color: var(--black-m); display: flex; height: 40px; justify-content: center; transition: .3s ease; width: 40px; }
.portal:hover .enter b { transform: rotate(45deg); }
.gateway-ecosystem { background: var(--ivory-m); color: var(--ink); display: grid; gap: 8vw; grid-template-columns: 1fr 1fr; padding: 130px var(--side); }
.gateway-ecosystem h2, .gateway-principles h2 { font-family: Georgia, serif; font-size: clamp(38px, 4vw, 66px); font-weight: 400; letter-spacing: -.035em; line-height: 1.1; margin: 0; }
.ecosystem-list { border-top: 1px solid var(--line); }
.ecosystem-list span { align-items: center; border-bottom: 1px solid var(--line); display: flex; font-size: 16px; padding: 17px 0; }
.ecosystem-list b { color: var(--gold-a); font-size: 10px; margin-right: 30px; }
[dir="rtl"] .ecosystem-list b { margin-left: 30px; margin-right: 0; }
.gateway-principles { background: #fff; display: grid; gap: 5vw; grid-template-columns: 80px 1.3fr 1fr; padding: 110px var(--side); }
.principle-number { color: var(--gold-a); font-family: Georgia, serif; font-size: 42px; }
.gateway-principles > p { color: var(--muted); font-size: 16px; line-height: 2; margin: 54px 0 0; }
.gateway-footer { align-items: center; background: var(--black-m); color: rgba(255,255,255,.55); display: flex; font-size: 10px; justify-content: space-between; letter-spacing: .13em; padding: 26px var(--side); text-transform: uppercase; }
.gateway-footer button { background: transparent; border: 0; color: inherit; cursor: pointer; }

/* Header */
.site-header { align-items: center; background: rgba(247,243,234,.96); border-bottom: 1px solid rgba(16,42,67,.12); display: grid; grid-template-columns: 260px 1fr auto; height: 84px; padding: 0 var(--side); position: sticky; top: 0; z-index: 40; backdrop-filter: blur(14px); }
.site-header.maakum { background: rgba(16,22,27,.96); border-color: rgba(255,255,255,.1); color: #fff; }
.logo-button { background: transparent; border: 0; cursor: pointer; padding: 0; text-align: inherit; }
.brand-lockup { align-items: center; display: inline-flex; gap: 12px; height: 58px; vertical-align: middle; width: auto; }
.brand-symbol { display: block; flex: 0 0 auto; height: 46px; object-fit: contain; width: 46px; }
.brand-word-box { align-items: center; background: linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.025)); border: 1px solid rgba(185,144,74,.34); box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 8px 24px rgba(3,10,16,.08); display: flex; height: 48px; justify-content: center; overflow: hidden; padding: 8px 14px; width: 136px; -webkit-backdrop-filter: blur(8px) saturate(115%); backdrop-filter: blur(8px) saturate(115%); }
.brand-wordmark { display: block; filter: brightness(0) invert(1); max-width: 100%; object-fit: contain; width: auto; }
.site-header.aldar .brand-word-box { background: linear-gradient(135deg, rgba(10,32,52,.07), rgba(10,32,52,.025)); border-color: rgba(10,32,52,.24); box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 8px 24px rgba(10,32,52,.04); }
.site-header.aldar .brand-wordmark { filter: none; }
.brand-lockup.aldar .brand-wordmark { height: 28px; }
.brand-lockup.maakum .brand-wordmark { height: 28px; }
.nav { display: flex; justify-content: center; gap: clamp(18px, 2.3vw, 42px); }
.nav button { background: transparent; border: 0; cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .1em; padding: 8px 0; position: relative; text-transform: uppercase; }
.nav button::after { background: var(--gold-a); bottom: 1px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: .25s; width: 100%; }
.nav button:hover::after, .nav button.active::after, .nav button[aria-current="page"]::after { transform: scaleX(1); }
.mobile-nav-contact { display: none; }
.header-actions { align-items: center; display: flex; gap: 12px; }
.contact-pill { align-items: center; background: var(--navy); border: 0; border-radius: 99px; color: #fff; cursor: pointer; display: flex; font-size: 11px; font-weight: 700; gap: 18px; letter-spacing: .08em; padding: 10px 11px 10px 19px; text-transform: uppercase; }
.maakum .contact-pill { background: var(--gold-m); color: var(--black-m); }
.contact-pill span { align-items: center; background: rgba(255,255,255,.15); border-radius: 50%; display: flex; height: 27px; justify-content: center; width: 27px; }
.contact-pill.active, .contact-pill[aria-current="page"] { box-shadow: 0 0 0 2px var(--gold-a); }
.menu-button { background: transparent; border: 0; cursor: pointer; display: none; height: 40px; padding: 8px; width: 40px; }
.menu-button span { background: currentColor; display: block; height: 1px; margin: 7px 0; width: 24px; }

/* Company heroes */
.company-hero { color: #fff; height: min(790px, calc(100vh - 84px)); min-height: 650px; overflow: hidden; position: relative; }
.hero-image { background-position: center; background-size: cover; inset: 0; opacity: 0; position: absolute; transform: scale(1.05); transition: opacity 1.2s ease; }
.hero-image.active { animation: hero-zoom 7s linear forwards; opacity: 1; }
.hero-image.rtl-image { transform: scaleX(-1) scale(1.05); }
.hero-image.rtl-image.active { animation-name: hero-zoom-rtl; }
@keyframes hero-zoom { from { transform: scale(1.05); } to { transform: scale(1); } }
@keyframes hero-zoom-rtl { from { transform: scaleX(-1) scale(1.05); } to { transform: scaleX(-1) scale(1); } }
.hero-grid { background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 25% 100%, 25% 100%; inset: 0; position: absolute; }
.hero-content { bottom: 14%; left: var(--side); max-width: 860px; position: absolute; z-index: 2; }
[dir="rtl"] .hero-content { left: auto; right: var(--side); }
.hero-content .eyebrow { color: var(--gold-a); }
.hero-content h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(54px, 6.5vw, 106px); font-weight: 400; letter-spacing: -.05em; line-height: 1.1; margin: 0 0 30px; max-width: 900px; }
[dir="rtl"] .hero-content h1, [dir="rtl"] h1, [dir="rtl"] h2 { font-family: "Cairo", Arial, sans-serif; font-weight: 600; letter-spacing: -.02em; }
.hero-content > p:not(.eyebrow) { color: rgba(255,255,255,.74); font-size: clamp(15px, 1.2vw, 19px); line-height: 1.8; margin: 0; max-width: 650px; }
.hero-actions { align-items: center; display: flex; gap: 28px; margin-top: 42px; }
.primary-button { align-items: center; background: var(--gold-a); border: 0; color: var(--navy); cursor: pointer; display: inline-flex; font-size: 11px; font-weight: 700; gap: 30px; justify-content: space-between; letter-spacing: .1em; min-width: 210px; padding: 16px 18px; text-transform: uppercase; transition: .25s; }
.primary-button:hover { background: #d0a65e; transform: translateY(-2px); }
.text-button, .line-link { align-items: center; background: transparent; border: 0; color: inherit; cursor: pointer; display: inline-flex; font-size: 11px; font-weight: 700; gap: 28px; letter-spacing: .1em; padding: 12px 0; text-transform: uppercase; }
.text-button span, .line-link span { transition: transform .25s; }
.text-button:hover span, .line-link:hover span { transform: translateX(5px); }
[dir="rtl"] .text-button:hover span, [dir="rtl"] .line-link:hover span { transform: translateX(-5px); }
.hero-controls { align-items: center; bottom: 32px; display: flex; font-size: 10px; gap: 14px; letter-spacing: .12em; position: absolute; right: var(--side); z-index: 3; }
[dir="rtl"] .hero-controls { left: var(--side); right: auto; }
.dots { display: flex; gap: 5px; }
.dots button { background: rgba(255,255,255,.28); border: 0; cursor: pointer; height: 2px; padding: 0; transition: width .3s, background .3s; width: 28px; }
.dots button.active { background: var(--gold-a); width: 54px; }

/* Shared sections */
.statement-section { background: var(--ivory); display: grid; gap: 5vw; grid-template-columns: 70px 1.25fr 1fr; padding: 130px var(--side); }
.statement-number { color: var(--gold-a); font-family: Georgia, serif; font-size: 38px; }
.section-intro .eyebrow { margin-bottom: 22px; }
.section-intro h2 { color: var(--navy); font-family: Georgia, serif; font-size: clamp(38px, 4.4vw, 72px); font-weight: 400; letter-spacing: -.04em; line-height: 1.17; margin: 0; }
.section-lead { color: var(--muted); font-size: 16px; line-height: 1.9; max-width: 680px; }
.statement-copy { padding-top: 48px; }
.statement-copy > p { color: var(--muted); font-size: 17px; line-height: 2; margin: 0 0 26px; }
.line-link { border-bottom: 1px solid var(--line); color: var(--navy); justify-content: space-between; width: 100%; }
.services-section, .all-services { background: #fff; padding: 125px var(--side); }
.section-top { align-items: end; display: flex; gap: 50px; justify-content: space-between; margin-bottom: 64px; }
.section-top .section-intro { max-width: 850px; }
.section-top > p { color: var(--muted); max-width: 430px; }
.outline-button { background: transparent; border: 1px solid rgba(16,42,67,.35); cursor: pointer; flex-shrink: 0; font-size: 11px; font-weight: 700; letter-spacing: .1em; padding: 15px 18px; text-transform: uppercase; }
.service-visual { background-position: center; background-size: cover; height: clamp(300px, 38vw, 540px); margin: 0 0 62px; overflow: hidden; position: relative; }
.service-visual::after { background: linear-gradient(90deg, rgba(7,18,29,.9), rgba(7,18,29,.05)); content: ""; inset: 0; position: absolute; }
[dir="rtl"] .service-visual::after { background: linear-gradient(270deg, rgba(7,18,29,.9), rgba(7,18,29,.05)); }
.service-visual.aldar { background-image: url("../visuals/aldar-section-services-v2.jpg"); }
.service-visual.maakum { background-image: url("../visuals/maakum-section-services-v2.jpg"); }
.service-visual > div { bottom: clamp(28px, 4vw, 58px); color: #fff; left: clamp(26px, 4.5vw, 68px); max-width: 520px; position: absolute; z-index: 2; }
[dir="rtl"] .service-visual > div { left: auto; right: clamp(26px, 4.5vw, 68px); }
.service-visual span { color: var(--gold-a); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.service-visual p { font-size: clamp(22px, 2.4vw, 38px); font-weight: 600; line-height: 1.25; margin: 14px 0 0; }
.services-grid { border-left: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
[dir="rtl"] .services-grid { border-left: 0; border-right: 1px solid var(--line); }
.service-card { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); min-height: 405px; padding: 34px; transition: background .35s, color .35s, transform .35s; }
[dir="rtl"] .service-card { border-left: 1px solid var(--line); border-right: 0; }
.service-card:hover { background: var(--navy); color: #fff; transform: translateY(-6px); }
.services-grid.maakum .service-card:hover { background: var(--black-m); }
.service-head { align-items: center; display: flex; justify-content: space-between; margin-bottom: 58px; }
.service-mark { align-items: center; border: 1px solid var(--gold-a); color: var(--gold-a); display: flex; font-family: Georgia, serif; font-size: 17px; height: 48px; justify-content: center; width: 48px; }
.service-index { color: var(--gold-a); font-size: 10px; letter-spacing: .1em; }
.service-card h3 { color: var(--navy); font-family: Georgia, serif; font-size: 26px; font-weight: 400; line-height: 1.2; margin: 0 0 20px; transition: color .35s; }
.service-card:hover h3 { color: #fff; }
.service-card p { color: var(--muted); font-size: 13px; line-height: 1.85; margin: 0 0 28px; transition: color .35s; }
.service-card:hover p { color: rgba(255,255,255,.7); }
.service-card button { align-items: center; background: transparent; border: 0; border-bottom: 1px solid currentColor; color: var(--navy); cursor: pointer; display: flex; font-size: 10px; font-weight: 700; justify-content: space-between; letter-spacing: .1em; margin-top: auto; padding: 8px 0; text-transform: uppercase; width: 100%; }
.service-card:hover button { color: var(--gold-a); }
.cooperation { align-items: center; background: var(--navy); color: #fff; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 700px; }
.cooperation.maakum { background: var(--black-m); }
.cooperation-visual { align-items: center; background-position: center; background-size: cover; display: flex; height: 100%; justify-content: center; overflow: hidden; position: relative; }
.cooperation.aldar .cooperation-visual { background-image: linear-gradient(rgba(16,22,27,.64), rgba(16,22,27,.9)), url("../visuals/aldar-section-cooperation-v2.jpg"); }
.cooperation.maakum .cooperation-visual { background-image: linear-gradient(rgba(10,32,52,.62), rgba(10,32,52,.91)), url("../visuals/maakum-section-cooperation-v2.jpg"); }
.cooperation-ring { align-items: center; border: 1px solid rgba(185,144,74,.45); border-radius: 50%; display: flex; height: clamp(290px, 32vw, 510px); justify-content: center; position: relative; width: clamp(290px, 32vw, 510px); }
.cooperation-ring::before, .cooperation-ring::after { border: 1px solid rgba(185,144,74,.16); border-radius: 50%; content: ""; position: absolute; }
.cooperation-ring::before { inset: 42px; }
.cooperation-ring::after { inset: 95px; }
.cooperation-ring img { max-height: 120px; max-width: 180px; position: relative; z-index: 2; }
.cooperation-copy { padding: 90px var(--side) 90px 7vw; }
[dir="rtl"] .cooperation-copy { padding-left: var(--side); padding-right: 7vw; }
.cooperation-copy .eyebrow { color: var(--gold-a); }
.cooperation-copy h2 { font-family: Georgia, serif; font-size: clamp(42px, 4.5vw, 72px); font-weight: 400; letter-spacing: -.04em; line-height: 1.17; margin: 0 0 30px; }
.cooperation-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); line-height: 2; margin: 0 0 38px; max-width: 660px; }
.clients-preview { background: var(--ivory); overflow: hidden; padding: 120px 0; }
.clients-preview .section-intro { margin: 0 var(--side) 55px; max-width: 850px; }
.client-rail { overflow: hidden; padding: 10px 0 45px; }
.client-track { animation: marquee 28s linear infinite; display: flex; width: max-content; }
.client-rail:hover .client-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
[dir="rtl"] .client-track { animation-direction: reverse; }
.client-logo { align-items: center; background: #fff; border-right: 1px solid var(--line); display: flex; height: 210px; justify-content: center; padding: 30px 36px; width: 340px; }
.client-logo img { filter: grayscale(1) contrast(1.12); max-height: 142px; max-width: 270px; mix-blend-mode: multiply; object-fit: contain; opacity: .98; transition: filter .3s, opacity .3s, transform .3s; }
.client-logo:hover img { filter: grayscale(0); opacity: 1; transform: scale(1.08); }
.clients-preview .line-link.centered { display: flex; margin-inline: auto; max-width: 340px; padding-inline: 4px; width: calc(100% - (2 * var(--side))); }
.cta-band { align-items: center; background: var(--gold-a); color: var(--navy); display: grid; gap: 30px; grid-template-columns: .7fr 2fr auto; padding: 65px var(--side); }
.cta-band .eyebrow { margin: 0; }
.cta-band h2 { font-family: Georgia, serif; font-size: clamp(34px, 4vw, 62px); font-weight: 400; letter-spacing: -.04em; line-height: 1.16; margin: 0; }
.cta-actions { align-items: flex-start; display: flex; flex-direction: column; gap: 9px; }
[dir="rtl"] .cta-actions { align-items: flex-end; }
.cta-phone { color: var(--navy); font-size: 13px; font-weight: 700; }
.cta-actions button { align-items: center; background: var(--navy); border: 0; color: #fff; cursor: pointer; display: flex; font-size: 10px; font-weight: 700; gap: 34px; letter-spacing: .1em; padding: 16px 18px; text-transform: uppercase; }

/* Internal pages */
.page-hero { --hero-art: url("../visuals/aldar-page-about-v2.jpg"); align-items: center; background-color: var(--navy); color: #fff; display: flex; height: clamp(520px, 36vw, 620px); min-height: 520px; overflow: hidden; padding: 90px var(--side); position: relative; }
.page-hero.maakum { --hero-art: url("../visuals/maakum-page-about-v2.jpg"); background-color: var(--black-m); }
.page-hero::before { background-image: var(--hero-art); background-position: center; background-size: cover; content: ""; inset: 0; position: absolute; transform: scaleX(1); }
.page-hero::after { background: linear-gradient(90deg, rgba(10,32,52,.97), rgba(10,32,52,.74) 58%, rgba(10,32,52,.32)); content: ""; inset: 0; position: absolute; }
.page-hero.maakum::after { background: linear-gradient(90deg, rgba(16,22,27,.97), rgba(16,22,27,.72) 58%, rgba(16,22,27,.28)); }
[dir="rtl"] .page-hero::before { transform: scaleX(-1); }
[dir="rtl"] .page-hero::after { background: linear-gradient(270deg, rgba(10,32,52,.97), rgba(10,32,52,.74) 58%, rgba(10,32,52,.32)); }
[dir="rtl"] .page-hero.maakum::after { background: linear-gradient(270deg, rgba(16,22,27,.97), rgba(16,22,27,.72) 58%, rgba(16,22,27,.28)); }
.page-hero.aldar.visual-about { --hero-art: url("../visuals/aldar-page-about-v2.jpg"); }
.page-hero.aldar.visual-services { --hero-art: url("../visuals/aldar-page-services-v2.jpg"); }
.page-hero.aldar.visual-expertise { --hero-art: url("../visuals/aldar-page-industries-v2.jpg"); }
.page-hero.aldar.visual-clients { --hero-art: url("../visuals/aldar-page-clients-v2.jpg"); }
.page-hero.aldar.visual-contact { --hero-art: url("../visuals/aldar-page-contact-v2.jpg"); }
.page-hero.maakum.visual-about { --hero-art: url("../visuals/maakum-page-about-v2.jpg"); }
.page-hero.maakum.visual-services { --hero-art: url("../visuals/maakum-page-services-v2.jpg"); }
.page-hero.maakum.visual-expertise { --hero-art: url("../visuals/maakum-page-capabilities-v2.jpg"); }
.page-hero.maakum.visual-clients { --hero-art: url("../visuals/maakum-page-clients-v3.jpg"); }
.page-hero.maakum.visual-contact { --hero-art: url("../visuals/maakum-page-contact-v2.jpg"); }
.page-hero-pattern { background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 90px 90px; inset: 0; position: absolute; z-index: 1; }
.page-hero > div:not(.page-hero-pattern) { max-width: 930px; position: relative; z-index: 2; }
.page-hero .eyebrow { color: var(--gold-a); }
.page-hero h1 { font-family: Georgia, serif; font-size: clamp(54px, 6.5vw, 100px); font-weight: 400; letter-spacing: -.05em; line-height: 1.14; margin: 0 0 28px; }
.page-hero p:not(.eyebrow) { color: rgba(255,255,255,.67); font-size: 17px; max-width: 680px; }
.page-hero-index { bottom: -100px; color: rgba(255,255,255,.035); font-family: Georgia, serif; font-size: 510px; line-height: 1; position: absolute !important; right: 3vw; z-index: 1 !important; }
[dir="rtl"] .page-hero-index { left: 3vw; right: auto; }
.about-visual { align-items: flex-end; background-position: center; background-size: cover; display: flex; min-height: clamp(380px, 53vw, 720px); padding: 70px var(--side); position: relative; }
.about-visual::after { background: linear-gradient(0deg, rgba(7,18,29,.9), rgba(7,18,29,.05) 68%); content: ""; inset: 0; position: absolute; }
.about-visual.aldar { background-image: url("../visuals/aldar-section-about-v2.jpg"); }
.about-visual.maakum { background-image: url("../visuals/maakum-section-about-v2.jpg"); }
.about-visual > div { color: #fff; max-width: 760px; position: relative; z-index: 2; }
.about-visual .eyebrow { color: var(--gold-a); }
.about-visual > div > p:last-child { font-size: clamp(28px, 4vw, 58px); font-weight: 600; line-height: 1.22; margin: 0; }
.editorial-split { display: grid; gap: 10vw; grid-template-columns: 1fr 1fr; padding: 130px var(--side); }
.editorial-split h2 { color: var(--navy); font-family: Georgia, serif; font-size: clamp(42px, 5vw, 80px); font-weight: 400; letter-spacing: -.04em; line-height: 1.16; margin: 0; }
.editorial-split > div:last-child { padding-top: 50px; }
.editorial-split > div:last-child p { color: var(--muted); font-size: 17px; line-height: 2; }
.value-section { background: #fff; padding: 120px var(--side); }
.value-section .section-intro { max-width: 780px; }
.value-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 60px; }
.value-grid article { border-right: 1px solid var(--line); padding: 44px 42px 36px; }
.value-grid article:last-child { border-right: 0; }
[dir="rtl"] .value-grid article { border-left: 1px solid var(--line); border-right: 0; padding: 44px 42px 36px; }
[dir="rtl"] .value-grid article:last-child { border-left: 0; }
.value-grid span { color: var(--gold-a); font-size: 11px; }
.value-grid h3 { color: var(--navy); font-family: Georgia, serif; font-size: 32px; font-weight: 400; margin: 35px 0 16px; }
.value-grid p { color: var(--muted); font-size: 14px; line-height: 1.9; }
.process-section { background: var(--ivory); padding: 120px var(--side); }
.process-line { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; }
.process-line article { border-top: 1px solid var(--gold-a); padding: 28px 28px 0 0; position: relative; }
.process-line article::before { background: var(--gold-a); border: 5px solid var(--ivory); border-radius: 50%; content: ""; height: 14px; position: absolute; top: -7px; width: 14px; }
.process-line b { color: var(--gold-a); font-size: 10px; }
.process-line h3 { color: var(--navy); font-family: Georgia, serif; font-size: 26px; font-weight: 400; margin: 22px 0 12px; }
.process-line p { color: var(--muted); font-size: 13px; }
.all-services .section-top > p { align-self: flex-end; }
.all-services .services-grid { grid-template-columns: repeat(3, 1fr); }
.disclaimer { background: var(--ivory); display: grid; gap: 5vw; grid-template-columns: 180px 1fr; padding: 52px var(--side); }
.disclaimer b { color: var(--gold-a); font-size: 11px; letter-spacing: .12em; }
.disclaimer p { color: var(--muted); font-size: 13px; margin: 0; max-width: 860px; }
.sector-section { background: #fff; padding: 120px var(--side); }
.sector-section .section-intro { max-width: 790px; }
.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 65px; }
.sector-grid article { border: 1px solid var(--line); margin: -1px 0 0 -1px; min-height: 285px; padding: 34px; }
.sector-grid article span { color: var(--gold-a); font-size: 10px; }
.sector-grid h3 { color: var(--navy); font-family: Georgia, serif; font-size: 28px; font-weight: 400; line-height: 1.25; margin: 44px 0 16px; }
.sector-grid p { color: var(--muted); font-size: 13px; }
.insight-band { background: var(--navy); color: #fff; display: grid; gap: 10vw; grid-template-columns: 1.2fr 1fr; padding: 110px var(--side); }
.maakum .insight-band { background: var(--black-m); }
.insight-band .eyebrow { color: var(--gold-a); }
.insight-band h2 { font-family: Georgia, serif; font-size: clamp(42px, 4.5vw, 70px); font-weight: 400; letter-spacing: -.04em; line-height: 1.17; margin: 0; }
.insight-band > div:last-child { align-self: end; }
.insight-band > div:last-child p { color: rgba(255,255,255,.68); line-height: 2; margin: 0 0 30px; }
.client-page { background: var(--ivory); padding: 120px var(--side); }
.client-page .section-intro { max-width: 900px; }
.client-wall { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 60px; }
.client-logo.large { border: 1px solid var(--line); flex-direction: column; height: 300px; margin: -1px 0 0 -1px; padding: 36px; width: auto; }
.client-logo.large img { max-height: 178px; max-width: 275px; }
.client-logo.large span { color: var(--muted); font-size: 10px; letter-spacing: .1em; margin-top: 24px; text-transform: uppercase; }

/* Contact */
.contact-layout { background: #fff; display: grid; grid-template-columns: .8fr 1.2fr; padding: 110px var(--side); }
.contact-details { padding-right: 8vw; }
[dir="rtl"] .contact-details { padding-left: 8vw; padding-right: 0; }
.contact-details h2 { color: var(--navy); font-family: Georgia, serif; font-size: clamp(38px, 4vw, 62px); font-weight: 400; letter-spacing: -.04em; line-height: 1.18; margin: 0 0 60px; }
.detail-row { border-top: 1px solid var(--line); display: grid; grid-template-columns: 48px 1fr; padding: 20px 0; }
.detail-row > span { color: var(--gold-a); font-size: 10px; }
.detail-row div { display: flex; flex-direction: column; }
.detail-row b { color: var(--muted); font-size: 10px; letter-spacing: .12em; margin-bottom: 5px; text-transform: uppercase; }
.detail-row a, .detail-row p { color: var(--navy); font-size: 14px; margin: 0; }
[dir="rtl"] .detail-row .phone-ltr { align-self: stretch; text-align: right; }
.contact-form { background: var(--ivory); min-height: 690px; padding: clamp(30px, 4vw, 60px); }
.form-note { background: rgba(185,144,74,.12); border-left: 2px solid var(--gold-a); color: #66512d; font-size: 11px; margin-bottom: 35px; padding: 12px 16px; }
[dir="rtl"] .form-note { border-left: 0; border-right: 2px solid var(--gold-a); }
.form-error { background: rgba(148,38,38,.08); border-left: 2px solid #942626; color: #762020; font-size: 12px; margin-bottom: 28px; padding: 13px 16px; }
[dir="rtl"] .form-error { border-left: 0; border-right: 2px solid #942626; }
.contact-website { height: 1px; left: -10000px; overflow: hidden; position: absolute; top: auto; width: 1px; }
.field-pair { display: grid; gap: 24px; grid-template-columns: 1fr 1fr; }
.contact-form label { color: var(--muted); display: block; font-size: 10px; font-weight: 700; letter-spacing: .11em; margin-bottom: 24px; text-transform: uppercase; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { background: transparent; border: 0; border-bottom: 1px solid rgba(16,42,67,.25); border-radius: 0; color: var(--navy); display: block; font-size: 14px; outline: none; padding: 12px 0; resize: vertical; width: 100%; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold-a); }
.consent { align-items: flex-start; display: flex !important; gap: 10px; letter-spacing: 0 !important; line-height: 1.6; text-transform: none !important; }
.consent input { accent-color: var(--gold-a); margin-top: 4px; }
.submit-button { align-items: center; background: var(--navy); border: 0; color: #fff; cursor: pointer; display: flex; font-size: 11px; font-weight: 700; justify-content: space-between; letter-spacing: .1em; margin-top: 12px; min-width: 220px; padding: 17px 19px; text-transform: uppercase; }
.submit-button:disabled { cursor: wait; opacity: .65; }
.success-message { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; min-height: 520px; }
.success-message > span { align-items: center; background: var(--gold-a); border-radius: 50%; color: #fff; display: flex; font-size: 24px; height: 60px; justify-content: center; width: 60px; }
.success-message h3 { color: var(--navy); font-family: Georgia, serif; font-size: 48px; font-weight: 400; margin: 28px 0 10px; }
.success-message p { color: var(--muted); max-width: 520px; }
.map-section { background: var(--navy); color: #fff; display: grid; grid-template-columns: .72fr 1.28fr; min-height: 540px; }
.maakum .map-section { background: var(--black-m); }
.map-copy { align-self: stretch; background-image: radial-gradient(circle at 75% 18%, rgba(185,144,74,.2), transparent 34%), linear-gradient(145deg, var(--navy), var(--navy-2)); display: flex; flex-direction: column; justify-content: center; padding: 70px var(--side); }
.maakum .map-copy { background-image: radial-gradient(circle at 75% 18%, rgba(196,154,72,.2), transparent 34%), linear-gradient(145deg, #1b242b, var(--black-m)); }
.map-copy .eyebrow { color: var(--gold-a); }
.map-copy h2 { font-family: Georgia, serif; font-size: clamp(38px, 4vw, 62px); font-weight: 400; letter-spacing: -.04em; line-height: 1.18; margin: 0 0 26px; }
.map-copy > p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.map-copy a { border-bottom: 1px solid var(--gold-a); color: var(--gold-a); display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .1em; margin-top: 20px; padding-bottom: 8px; text-transform: uppercase; }
.map-section iframe { border: 0; filter: grayscale(1) contrast(.92); height: 100%; min-height: 540px; width: 100%; }

/* Footer & floating controls */
.company-footer { background: var(--navy-2); color: #fff; display: grid; gap: 5vw; grid-template-columns: 1.1fr .55fr .9fr .55fr; margin: 0; padding: 90px var(--side) 28px; }
.company-footer.maakum { background: #0b0f12; }
.footer-brand .brand-lockup { margin-bottom: 26px; }
.footer-brand p { color: rgba(255,255,255,.55); font-size: 13px; }
.footer-column { display: flex; flex-direction: column; gap: 9px; }
.footer-column b, .footer-switch > span { color: var(--gold-a); font-size: 10px; letter-spacing: .13em; margin-bottom: 12px; text-transform: uppercase; }
.footer-column button, .footer-column a, .footer-column span { background: transparent; border: 0; color: rgba(255,255,255,.6); cursor: pointer; font-size: 12px; padding: 0; text-align: inherit; }
.socials { display: flex; flex-direction: row !important; gap: 8px; margin-top: 15px; }
.socials a { align-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; display: flex; flex: 0 0 auto; font-size: 9px; font-weight: 700; height: 34px; justify-content: center; transition: background .25s, border-color .25s, color .25s, transform .25s; width: 34px; }
.socials a:hover { background: var(--gold-a); border-color: var(--gold-a); color: var(--navy); transform: translateY(-2px); }
.phone-ltr { direction: ltr; display: inline-block; text-align: left; unicode-bidi: isolate; white-space: nowrap; }
.header-phone { color: var(--navy); font-size: 10px; font-weight: 700; letter-spacing: .03em; }
.site-header.maakum .header-phone { color: rgba(255,255,255,.78); }
.header-socials { margin: 0; }
.header-socials a { border-color: rgba(16,42,67,.2); color: var(--navy); height: 28px; width: 28px; }
.site-header.maakum .header-socials a { border-color: rgba(255,255,255,.2); color: #fff; }
.mobile-contact-meta { display: none; }
.gateway-socials { margin: 0; }
.contact-socials { margin: 3px 0 0; }
.contact-socials a { border-color: rgba(16,42,67,.22); color: var(--navy); }
.footer-switch { display: flex; flex-direction: column; }
.footer-switch button { align-items: center; background: var(--gold-a); border: 0; border-radius: 50%; color: var(--navy); cursor: pointer; display: flex; font-size: 22px; height: 64px; justify-content: center; width: 64px; }
.mobile-footer-switch { display: none; }
.footer-bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.38); display: flex; font-size: 9px; grid-column: 1 / -1; justify-content: space-between; letter-spacing: .08em; margin-top: 35px; padding-top: 22px; text-transform: uppercase; }
.policy-links { display: flex; flex-wrap: wrap; gap: 15px; }
.policy-links button { background: transparent; border: 0; color: inherit; cursor: pointer; font-size: inherit; padding: 0; }
.policy-links button.active { color: var(--gold-a); }
.back-top { background: var(--gold-a); border: 0; bottom: 24px; color: var(--navy); cursor: pointer; height: 42px; position: fixed; right: 24px; width: 42px; z-index: 30; }
[dir="rtl"] .back-top { left: 24px; right: auto; }
.quick-contact { align-items: center; background: var(--navy); border: 1px solid rgba(255,255,255,.2); border-radius: 99px; bottom: 24px; color: #fff; cursor: pointer; display: flex; font-size: 10px; gap: 8px; left: 24px; letter-spacing: .08em; padding: 11px 17px; position: fixed; text-transform: uppercase; z-index: 30; }
[dir="rtl"] .quick-contact { left: auto; right: 24px; }
.maakum .quick-contact { background: var(--black-m); }
.quick-contact span { color: #37bd73; font-size: 10px; }

/* Policy, modal, cookie, 404 */
.policy-page { background: var(--ivory); min-height: 100vh; }
.policy-nav { align-items: center; background: var(--black-m); color: #fff; display: flex; height: 80px; justify-content: space-between; padding: 0 var(--side); }
.policy-nav > button:first-child { background: transparent; border: 0; color: inherit; cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.policy-hero { background-image: radial-gradient(circle at 82% 18%, rgba(185,144,74,.17), transparent 28%), linear-gradient(135deg, #fff, var(--ivory)); border-bottom: 1px solid var(--line); padding: 100px var(--side) 70px; }
.policy-hero h1 { color: var(--navy); font-family: Georgia, serif; font-size: clamp(54px, 7vw, 108px); font-weight: 400; letter-spacing: -.05em; line-height: 1.14; margin: 0 0 20px; }
.policy-hero > p:last-child { color: var(--muted); font-size: 11px; }
.policy-body { margin: 0 auto; max-width: 1120px; padding: 75px var(--side); }
.policy-body > section { border-bottom: 1px solid var(--line); display: grid; gap: 40px; grid-template-columns: 80px 1fr; padding: 40px 0; }
.policy-body > section > span { color: var(--gold-a); font-size: 11px; }
.policy-body h2 { color: var(--navy); font-family: Georgia, serif; font-size: 30px; font-weight: 400; margin: 0 0 12px; }
.policy-body p { color: var(--muted); line-height: 2; margin: 0; }
.legal-review-note { background: var(--navy); color: #fff; margin-top: 50px; padding: 35px; }
.legal-review-note b { color: var(--gold-a); font-size: 10px; letter-spacing: .12em; }
.legal-review-note p { color: rgba(255,255,255,.65); font-size: 13px; margin-top: 12px; }
.policy-page > .policy-links { background: var(--black-m); color: rgba(255,255,255,.55); font-size: 10px; justify-content: center; letter-spacing: .1em; padding: 28px var(--side); text-transform: uppercase; }
.modal-backdrop { align-items: center; background: rgba(5,11,16,.78); display: flex; inset: 0; justify-content: center; padding: 24px; position: fixed; z-index: 100; backdrop-filter: blur(10px); }
.service-modal { background: var(--ivory); box-shadow: 0 30px 90px rgba(0,0,0,.35); max-height: 92vh; max-width: 780px; overflow-y: auto; padding: clamp(34px, 5vw, 72px); position: relative; width: 100%; }
.modal-close { background: transparent; border: 0; cursor: pointer; font-size: 28px; position: absolute; right: 24px; top: 17px; }
[dir="rtl"] .modal-close { left: 24px; right: auto; }
.modal-mark { align-items: center; border: 1px solid var(--gold-a); color: var(--gold-a); display: flex; font-family: Georgia, serif; height: 58px; justify-content: center; margin-bottom: 42px; width: 58px; }
.service-modal h2 { color: var(--navy); font-family: Georgia, serif; font-size: clamp(38px, 5vw, 66px); font-weight: 400; letter-spacing: -.04em; line-height: 1.05; margin: 0 0 25px; }
.modal-description { color: var(--muted); font-size: 16px; line-height: 1.9; }
.modal-grid { display: grid; gap: 22px; grid-template-columns: 1fr 1fr; margin: 38px 0; }
.modal-grid > div { border-top: 1px solid var(--line); padding-top: 18px; }
.modal-grid b { color: var(--gold-a); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.modal-grid p { color: var(--navy); font-size: 13px; line-height: 1.7; }
.modal-disclaimer { background: rgba(185,144,74,.1); color: #735c31; font-size: 11px; margin-bottom: 32px; padding: 13px 16px; }
.cookie-banner { align-items: center; background: rgba(10,32,52,.98); border: 1px solid rgba(255,255,255,.14); bottom: 22px; box-shadow: 0 18px 60px rgba(0,0,0,.28); color: #fff; display: flex; gap: 32px; justify-content: space-between; left: 50%; max-width: 890px; padding: 19px 22px; position: fixed; transform: translateX(-50%); width: calc(100% - 48px); z-index: 90; backdrop-filter: blur(14px); }
.cookie-banner b { color: var(--gold-a); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.cookie-banner p { color: rgba(255,255,255,.65); display: inline; font-size: 11px; margin: 0 12px 0 0; }
.cookie-banner > div > button { background: transparent; border: 0; color: var(--gold-a); cursor: pointer; font-size: 11px; text-decoration: underline; }
.cookie-accept { background: var(--gold-a); border: 0; color: var(--navy); cursor: pointer; flex-shrink: 0; font-size: 10px; font-weight: 700; letter-spacing: .08em; padding: 12px 18px; text-transform: uppercase; }
.not-found { align-items: center; background: var(--black-m); color: #fff; display: flex; flex-direction: column; justify-content: center; min-height: 100vh; padding: 50px 24px; text-align: center; }
.not-found > span { color: rgba(196,154,72,.18); font-family: Georgia, serif; font-size: clamp(150px, 30vw, 420px); line-height: .75; }
.not-found h1 { font-family: Georgia, serif; font-size: clamp(42px, 5vw, 78px); font-weight: 400; letter-spacing: -.04em; margin: -20px 0 15px; }
.not-found p { color: rgba(255,255,255,.6); margin: 0 0 34px; }

/* Cairo is the sole display and interface typeface across both languages. */
body, button, input, select, textarea, h1, h2, h3, h4, p, a, span,
.group-mark, .gateway-copy h1, .gateway-ecosystem h2, .gateway-principles h2,
.hero-content h1, .statement-number, .section-intro h2, .service-mark,
.service-card h3, .cooperation-copy h2, .cta-band h2, .page-hero h1,
.page-hero-index, .editorial-split h2, .value-grid h3, .process-line h3,
.sector-grid h3, .insight-band h2, .contact-details h2, .success-message h3,
.map-copy h2, .policy-hero h1, .policy-body h2, .modal-mark,
.service-modal h2, .not-found > span, .not-found h1 {
  font-family: "Cairo", Arial, sans-serif !important;
}
h1, h2, h3 { letter-spacing: -.025em !important; text-wrap: balance; }
h1 { font-weight: 700 !important; }
h2 { font-weight: 600 !important; }
h3 { font-weight: 600 !important; }
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3 { letter-spacing: 0 !important; }
[dir="rtl"] h1 { font-weight: 700 !important; line-height: 1.18 !important; }
[dir="rtl"] h2 { line-height: 1.25 !important; }
[dir="rtl"] .gateway-copy h1 { font-size: clamp(52px, 5.7vw, 94px); line-height: 1.18 !important; }
[dir="rtl"] .hero-content { max-width: 780px; }
[dir="rtl"] .hero-content h1 { font-size: clamp(52px, 5.8vw, 94px); line-height: 1.18 !important; }
[dir="rtl"] .page-hero h1, [dir="rtl"] .policy-hero h1 { font-size: clamp(52px, 5.9vw, 94px); line-height: 1.18 !important; }
.gateway-copy, .portal, .hero-content, .statement-copy, .section-lead, .section-top > p,
.service-card, .cooperation-copy, .editorial-split, .value-grid article, .process-line article,
.sector-grid article, .insight-band, .contact-details, .contact-form, .map-copy, .footer-brand,
.footer-column, .policy-body, .modal-description, .modal-grid, .disclaimer { text-align: start; }
[dir="rtl"] .gateway-copy, [dir="rtl"] .portal, [dir="rtl"] .hero-content, [dir="rtl"] .statement-copy,
[dir="rtl"] .section-lead, [dir="rtl"] .section-top > p, [dir="rtl"] .service-card,
[dir="rtl"] .cooperation-copy, [dir="rtl"] .editorial-split, [dir="rtl"] .value-grid article,
[dir="rtl"] .process-line article, [dir="rtl"] .sector-grid article, [dir="rtl"] .insight-band,
[dir="rtl"] .contact-details, [dir="rtl"] .contact-form, [dir="rtl"] .map-copy,
[dir="rtl"] .footer-brand, [dir="rtl"] .footer-column, [dir="rtl"] .policy-body,
[dir="rtl"] .modal-description, [dir="rtl"] .modal-grid, [dir="rtl"] .disclaimer { text-align: right; }
:focus-visible { outline: 2px solid var(--gold-a); outline-offset: 4px; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 190px 1fr auto; }
  .nav { gap: 18px; }
  .header-phone, .header-socials { display: none; }
  .contact-pill { min-width: 42px; padding: 8px; }
  .contact-pill > span { display: flex; }
  .contact-pill { font-size: 0; gap: 0; }
  .gateway-hero { grid-template-columns: 1fr; }
  .gateway-copy { padding-bottom: 70px; }
  .company-portals { min-height: 620px; }
  .services-grid, .all-services .services-grid { grid-template-columns: repeat(2, 1fr); }
  .client-wall { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  :root { --side: 28px; }
  .gateway-actions > span { display: none; }
  .gateway-hero { min-height: auto; }
  .gateway-copy { padding-top: 100px; }
  .company-portals { grid-template-columns: 1fr 1fr; min-height: 540px; }
  .portal { padding: 36px 28px; }
  .portal-top { top: 30px; width: calc(100% - 56px); }
  .gateway-ecosystem, .editorial-split { gap: 55px; grid-template-columns: 1fr; }
  .gateway-principles { grid-template-columns: 50px 1fr; }
  .gateway-principles > p { grid-column: 2; margin-top: 0; }
  .nav { background: var(--ivory); box-shadow: 0 20px 40px rgba(0,0,0,.12); flex-direction: column; left: 0; opacity: 0; padding: 32px var(--side); pointer-events: none; position: absolute; top: 84px; transform: translateY(-10px); transition: .25s; width: 100%; }
  .site-header.maakum .nav { background: var(--black-m); }
  .nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav button { font-size: 13px; padding: 9px 0; text-align: inherit; }
  .nav .mobile-nav-contact { display: block; }
  .mobile-contact-meta { align-items: center; border-top: 1px solid var(--line); display: flex; gap: 18px; margin-top: 10px; padding-top: 20px; }
  .site-header.maakum .mobile-contact-meta { border-color: rgba(255,255,255,.14); }
  .mobile-contact-meta .phone-ltr { color: var(--navy); font-size: 13px; font-weight: 700; }
  .site-header.maakum .mobile-contact-meta .phone-ltr { color: #fff; }
  .nav-socials { margin: 0; }
  .nav-socials a { border-color: rgba(16,42,67,.22); color: var(--navy); }
  .site-header.maakum .nav-socials a { border-color: rgba(255,255,255,.22); color: #fff; }
  .menu-button { display: block; }
  .site-header { grid-template-columns: 1fr auto; }
  .company-hero { height: 720px; min-height: 0; }
  .hero-content { bottom: 14%; }
  .statement-section { grid-template-columns: 45px 1fr; }
  .statement-copy { grid-column: 2; padding-top: 0; }
  .section-top { align-items: flex-start; flex-direction: column; }
  .cooperation { display: flex; flex-direction: column; min-height: 0; }
  .cooperation-visual { flex: 0 0 auto; height: clamp(400px, 78vw, 520px); min-height: 0; width: 100%; }
  .cooperation-copy { flex: 0 0 auto; min-height: 0; padding: 72px var(--side) 86px; width: 100%; }
  .cta-band { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article, [dir="rtl"] .value-grid article { border-bottom: 1px solid var(--line); border-left: 0; border-right: 0; padding: 38px 32px; }
  .process-line { grid-template-columns: 1fr 1fr; row-gap: 45px; }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .insight-band { grid-template-columns: 1fr; }
  .client-wall { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-details { padding-bottom: 60px; padding-right: 0; }
  [dir="rtl"] .contact-details { padding-left: 0; }
  .map-section { grid-template-columns: 1fr; }
  .map-section iframe { min-height: 420px; }
  .company-footer { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-switch { display: none; }
  .mobile-footer-switch { align-items: center; background: transparent; border: 1px solid rgba(185,144,74,.7); color: #fff; cursor: pointer; display: flex; font-size: 11px; font-weight: 700; gap: 24px; grid-column: 1 / -1; justify-content: space-between; letter-spacing: .1em; max-width: 360px; padding: 15px 18px; text-transform: uppercase; transition: background .25s, color .25s, transform .25s; width: 100%; }
  .mobile-footer-switch:hover, .mobile-footer-switch:focus-visible { background: var(--gold-a); color: var(--navy); transform: translateY(-2px); }
  [dir="rtl"] .mobile-footer-switch { letter-spacing: 0; }
}

@media (max-width: 620px) {
  :root { --side: 20px; }
  body { font-size: 15px; }
  .gateway-nav { height: 70px; }
  .group-mark .mark-line { width: 20px; }
  .group-mark { font-size: 12px; }
  .gateway-copy { padding-bottom: 65px; padding-top: 76px; }
  .gateway-copy h1 { font-size: 48px; line-height: 1.16; }
  .gateway-copy .lead { line-height: 1.75; }
  .trust-row { align-items: flex-start; flex-direction: column; gap: 9px; }
  .company-portals { grid-template-columns: 1fr; }
  .portal { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); min-height: 480px; padding: 32px 24px; }
  .portal-top { width: calc(100% - 48px); }
  .gateway-ecosystem { padding-bottom: 90px; padding-top: 90px; }
  .gateway-principles { grid-template-columns: 1fr; padding-bottom: 85px; padding-top: 85px; }
  .gateway-principles > p { grid-column: 1; }
  .gateway-footer { align-items: flex-start; flex-direction: column; gap: 8px; }
  .site-header { height: 72px; }
  .brand-lockup { gap: 9px; height: 48px; width: auto; }
  .brand-symbol { height: 38px; width: 38px; }
  .brand-word-box { height: 40px; padding: 7px 11px; width: 114px; }
  .brand-lockup.aldar .brand-wordmark { height: 23px; }
  .brand-lockup.maakum .brand-wordmark { height: 23px; }
  .nav { top: 72px; }
  .language { min-width: 52px; padding: 6px 10px; }
  .contact-pill { display: none; }
  .company-hero { height: 660px; }
  .hero-content { bottom: 16%; }
  .hero-content h1 { font-size: 51px; line-height: 1.16; }
  [dir="rtl"] .hero-content h1 { font-size: 48px; line-height: 1.22 !important; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 30px; }
  .hero-controls { bottom: 20px; }
  .dots button { width: 18px; }
  .dots button.active { width: 35px; }
  .statement-section { gap: 20px; grid-template-columns: 1fr; padding-bottom: 85px; padding-top: 85px; }
  .statement-copy { grid-column: 1; }
  .section-intro h2 { font-size: 42px; line-height: 1.22; }
  .services-section, .all-services { padding-bottom: 85px; padding-top: 85px; }
  .service-visual { height: 330px; margin-bottom: 42px; }
  .service-visual.aldar { background-position: 64% center; }
  .service-visual.maakum { background-position: 70% center; }
  [dir="rtl"] .service-visual.aldar { background-position: 36% center; }
  [dir="rtl"] .service-visual.maakum { background-position: 30% center; }
  .services-grid, .all-services .services-grid { border: 0; grid-template-columns: 1fr; }
  .service-card, [dir="rtl"] .service-card { border-left: 0; border-right: 0; min-height: 360px; padding: 30px 0; }
  .cooperation-visual { height: clamp(330px, 94vw, 420px); min-height: 0; }
  .cooperation-ring { height: min(74vw, 300px); width: min(74vw, 300px); }
  .cooperation-ring::before { inset: 32px; }
  .cooperation-ring::after { inset: 72px; }
  .cooperation-ring img { max-height: 92px; max-width: 136px; }
  .cooperation-copy, [dir="rtl"] .cooperation-copy { padding: 54px var(--side) 92px; }
  .cooperation-copy .eyebrow { margin-bottom: 20px; }
  .cooperation-copy h2 { font-size: clamp(34px, 10vw, 42px); line-height: 1.2; margin-bottom: 22px; overflow-wrap: anywhere; }
  [dir="rtl"] .cooperation-copy h2 { line-height: 1.32 !important; }
  .cooperation-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.85; margin-bottom: 30px; }
  .cooperation-copy .primary-button { max-width: 100%; min-width: 0; width: 100%; }
  .clients-preview { padding: 85px 0; }
  .client-logo { height: 175px; padding: 24px 28px; width: 270px; }
  .client-logo img { max-height: 120px; max-width: 212px; }
  .cta-band { padding-bottom: 55px; padding-top: 55px; }
  .cta-band h2 { font-size: 39px; }
  .page-hero { height: 500px; min-height: 500px; padding-bottom: 65px; padding-top: 80px; }
  .page-hero h1 { font-size: 50px; line-height: 1.18; }
  [dir="rtl"] .page-hero h1, [dir="rtl"] .policy-hero h1 { font-size: 48px; line-height: 1.22 !important; }
  .page-hero-index { font-size: 310px; }
  .about-visual { min-height: 480px; padding-bottom: 44px; padding-top: 44px; }
  .editorial-split, .value-section, .process-section, .sector-section, .client-page { padding-bottom: 85px; padding-top: 85px; }
  .editorial-split h2 { font-size: 48px; }
  .process-line { grid-template-columns: 1fr; }
  .sector-grid, .client-wall { grid-template-columns: 1fr; }
  .sector-grid article { min-height: 240px; }
  .client-logo.large { height: 260px; }
  .client-logo.large img { max-height: 145px; max-width: 225px; }
  .disclaimer { grid-template-columns: 1fr; }
  .contact-layout { padding-bottom: 85px; padding-top: 85px; }
  .field-pair { grid-template-columns: 1fr; }
  .contact-form { margin: 0 -20px; min-height: 0; padding: 35px 20px; }
  .map-copy { padding-bottom: 65px; padding-top: 65px; }
  .company-footer { grid-template-columns: 1fr 1fr; padding-bottom: calc(100px + env(safe-area-inset-bottom, 0px)); padding-top: 70px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 16px; }
  .footer-bottom .policy-links { gap: 10px; }
  .quick-contact { bottom: calc(16px + env(safe-area-inset-bottom, 0px)); left: 16px; }
  [dir="rtl"] .quick-contact { left: auto; right: 16px; }
  .back-top { bottom: calc(16px + env(safe-area-inset-bottom, 0px)); right: 16px; }
  [dir="rtl"] .back-top { left: 16px; right: auto; }
  .policy-hero { padding-bottom: 55px; padding-top: 75px; }
  .policy-hero h1 { font-size: 51px; }
  .policy-body > section { gap: 15px; grid-template-columns: 36px 1fr; }
  .modal-grid { grid-template-columns: 1fr; }
  .cookie-banner { align-items: stretch; bottom: 10px; flex-direction: column; gap: 14px; padding: 17px; width: calc(100% - 20px); }
  .cookie-banner p { display: block; margin-top: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

.aldar-maakum-noscript { background: #102a43; color: #fff; font-family: "Cairo", sans-serif; min-height: 100vh; padding: 15vh 8vw; text-align: center; }
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
