:root{--navy:#071b2a;--navy-2:#0b2b3d;--blue:#1b6f86;--cyan:#2aa7bc;--gold:#f8b934;--paper:#f7fafb;--ink:#102733;--muted:#61727a;--line:#d9e5e9;--white:#fff;--shadow:0 24px 70px rgba(6,34,48,.14)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"IBM Plex Sans Arabic",Tahoma,Arial,sans-serif;background:var(--paper);color:var(--ink);font-size:17px;line-height:1.8;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.skip-link{position:fixed;right:20px;top:-70px;background:var(--gold);color:var(--navy);padding:10px 18px;border-radius:8px;z-index:9999;font-weight:700;transition:.2s}.skip-link:focus{top:18px}
.site-header{position:relative;min-height:850px;background:radial-gradient(circle at 11% 28%,rgba(42,167,188,.25),transparent 31%),linear-gradient(128deg,var(--navy) 0%,#0a2638 58%,#113b4c 100%);color:#fff;overflow:hidden;padding-bottom:120px}
.header-glow{position:absolute;width:630px;height:630px;border:1px solid rgba(248,185,52,.18);border-radius:50%;left:-210px;top:80px;box-shadow:0 0 0 90px rgba(248,185,52,.025),0 0 0 180px rgba(42,167,188,.025)}
.nav{height:126px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:10}
.brand{width:330px;flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:1px}.brand img{width:100%;height:auto}.brand-name{display:block;padding-inline-start:146px;margin-top:-15px;color:#fff;font-size:14px;font-weight:700;white-space:nowrap;letter-spacing:.015em}
.nav-links{display:flex;align-items:center;gap:28px;color:#dce9ed;font-size:15px;font-weight:600}.nav-links a{position:relative;transition:.25s}.nav-links a:not(.nav-cta):after{content:"";position:absolute;bottom:-8px;right:0;width:0;height:2px;background:var(--gold);transition:.25s}.nav-links a:hover:after,.nav-links a:focus-visible:after{width:100%}.nav-cta{padding:11px 20px;border:1px solid rgba(255,255,255,.3);border-radius:999px}.nav-cta:hover{background:var(--gold);color:var(--navy);border-color:var(--gold)}
.menu-toggle{display:none;width:48px;height:48px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.04);border-radius:14px;padding:12px;cursor:pointer}.menu-toggle span{display:block;height:2px;background:#fff;margin:5px 0;border-radius:2px;transition:.25s}
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:76px;align-items:center;min-height:610px;position:relative;z-index:2;padding-top:20px}
.eyebrow,.kicker{font-size:14px;font-weight:700;letter-spacing:.1em;color:var(--cyan);text-transform:uppercase}.eyebrow{display:flex;align-items:center;gap:12px;color:#9ddce5}.eyebrow span{width:44px;height:3px;background:var(--gold)}
.hero h1{font-size:clamp(48px,6vw,82px);line-height:1.12;margin:18px 0 24px;letter-spacing:-.035em}.hero h1 strong{color:var(--gold);font-weight:700}.hero-copy>p{max-width:650px;color:#c7d8de;font-size:19px;margin:0 0 32px}.hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.btn{min-height:54px;padding:0 25px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;gap:14px;font-weight:700;transition:.25s}.btn svg{width:21px;fill:none;stroke:currentColor;stroke-width:2}.btn-primary{background:var(--gold);color:var(--navy);box-shadow:0 12px 30px rgba(248,185,52,.2)}.btn-primary:hover{transform:translateY(-2px);background:#ffc94f}.btn-ghost{border:1px solid rgba(255,255,255,.3);color:#fff}.btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.07)}
.hero-meta{display:flex;gap:24px;margin-top:55px;padding-top:22px;border-top:1px solid rgba(255,255,255,.13);color:#9bb0b9;font-size:14px}.hero-meta span{display:flex;align-items:center;gap:8px}.hero-meta b{font-size:12px;color:var(--gold)}
.hero-visual{position:relative;padding:0 34px 38px 0}.hero-image{height:565px;border-radius:210px 210px 24px 24px;overflow:hidden;position:relative;box-shadow:0 42px 80px rgba(0,0,0,.35)}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(3,23,34,.52),transparent 52%)}.hero-image img{width:100%;height:100%;object-fit:cover}.sun-orbit{position:absolute;width:190px;height:190px;border:1px solid rgba(248,185,52,.55);border-radius:50%;top:-30px;left:-20px}.sun-orbit:before,.sun-orbit:after{content:"";position:absolute;inset:19px;border:1px solid rgba(248,185,52,.25);border-radius:50%}.sun-orbit:after{inset:56px;background:rgba(248,185,52,.12);border-color:var(--gold)}.sun-orbit span{position:absolute;width:12px;height:12px;background:var(--gold);border-radius:50%;top:20px;right:22px}.energy-badge{position:absolute;right:-5px;bottom:0;background:#fff;color:var(--navy);padding:18px 22px;display:flex;align-items:center;gap:12px;border-radius:5px;box-shadow:var(--shadow)}.energy-badge svg{width:34px;fill:var(--gold)}.energy-badge span{font-size:13px;line-height:1.35;color:var(--muted)}.energy-badge b{color:var(--navy);font-size:16px}.header-wave{position:absolute;right:0;bottom:-1px;width:100%;height:126px;z-index:3}
.section{padding:110px 0}.section-heading{position:relative}.section-index{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid var(--line);border-radius:50%;color:var(--cyan);font-size:13px;margin-bottom:18px}.kicker{margin:0 0 10px}.section h2{font-size:clamp(34px,4vw,54px);line-height:1.25;margin:0;color:var(--navy);letter-spacing:-.025em}.intro{padding-top:80px}.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}.intro-copy{padding-top:72px}.intro-copy p{color:var(--muted);margin:0 0 18px}.intro-copy .lead{font-size:22px;line-height:1.75;color:var(--ink);font-weight:500}.text-link{display:inline-flex;align-items:center;gap:12px;color:var(--blue);font-weight:700;margin-top:10px}.text-link span{font-size:24px;transition:.25s}.text-link:hover span{transform:translateX(-5px)}
.about{background:#fff}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:95px;align-items:center}.about-image{position:relative;padding-left:40px}.about-image:before{content:"";position:absolute;right:-28px;bottom:-28px;width:63%;height:66%;border:2px solid var(--gold);z-index:0}.about-image img{height:600px;width:100%;object-fit:cover;position:relative;z-index:1;box-shadow:var(--shadow)}.image-label{position:absolute;z-index:2;bottom:30px;left:0;background:var(--navy);color:#fff;padding:18px 24px;min-width:250px;border-right:5px solid var(--gold)}.image-label small{display:block;color:#88cdd8}.image-label strong{font-size:18px}.about-content>p:not(.kicker){color:var(--muted);font-size:18px}.service-list{margin-top:28px;display:grid;gap:14px}.service-list>div{display:flex;gap:14px;align-items:flex-start;padding:15px 0;border-bottom:1px solid var(--line)}.service-list svg{width:27px;flex:0 0 27px;fill:none;stroke:var(--cyan);stroke-width:1.7}.service-list span{display:flex;flex-direction:column}.service-list b{font-size:17px}.service-list small{color:var(--muted);font-size:14px}
.objectives{background:linear-gradient(180deg,#f7fafb,#edf4f6)}.centered{text-align:center;max-width:720px;margin:0 auto 50px}.objective-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.objective-card{position:relative;background:#fff;padding:36px 27px 32px;border:1px solid transparent;min-height:330px;transition:.3s;overflow:hidden}.objective-card:after{content:"";position:absolute;right:0;bottom:0;width:0;height:4px;background:var(--gold);transition:.3s}.objective-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:#dfeaec}.objective-card:hover:after{width:100%}.objective-card svg{width:52px;fill:none;stroke:var(--blue);stroke-width:1.6;margin:20px 0 25px}.card-number{position:absolute;left:20px;top:16px;font-size:12px;color:#98a8ae}.objective-card h3{font-size:21px;margin:0 0 12px;color:var(--navy)}.objective-card p{color:var(--muted);font-size:15px;margin:0}
.gallery{background:var(--navy);color:#fff}.gallery-heading{display:flex;justify-content:space-between;gap:60px;align-items:end;margin-bottom:42px}.gallery h2{color:#fff}.gallery-heading>p{max-width:470px;color:#aebfc6;margin:0}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:350px;gap:18px}.gallery-item{margin:0;position:relative;overflow:hidden}.gallery-item.wide{grid-column:auto}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(4,24,35,.92),transparent 63%)}.gallery-item:hover img{transform:scale(1.05)}.gallery-item figcaption{position:absolute;z-index:2;right:25px;bottom:22px;display:flex;flex-direction:column}.gallery-item figcaption span{color:var(--gold);font-size:13px}.gallery-item figcaption b{font-size:20px}
.ambition{padding:0;background:#f7fafb}.ambition-inner{position:relative;min-height:440px;background:linear-gradient(120deg,#11627a,#0c3448);color:#fff;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center;padding:75px 8%;overflow:hidden}.ambition-inner:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 40%,rgba(255,255,255,.04) 40% 60%,transparent 60%)}.ambition-copy{position:relative;z-index:2;max-width:820px}.kicker.light{color:#9edce5}.ambition h2{color:#fff}.ambition p:not(.kicker){color:#cfe0e5;max-width:760px}.ambition-mark{position:absolute;left:5%;top:-22%;width:390px;height:390px;border:1px solid rgba(248,185,52,.22);border-radius:50%}.ambition-mark span{position:absolute;inset:50px;border:1px solid rgba(248,185,52,.16);border-radius:50%}.ambition-mark span:nth-child(2){inset:105px}.ambition-mark span:nth-child(3){inset:165px;background:rgba(248,185,52,.12)}.round-link{position:relative;z-index:2;width:82px;height:82px;border-radius:50%;background:var(--gold);display:grid;place-items:center;color:var(--navy);transition:.25s}.round-link:hover{transform:rotate(-10deg) scale(1.04)}.round-link svg{width:30px;fill:none;stroke:currentColor;stroke-width:2}
.contact{background:#fff}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:center}.contact-copy>p:not(.kicker){color:var(--muted);max-width:500px}.dark-text{margin-top:16px}.contact-cards{display:grid;gap:12px}.contact-card{background:var(--paper);border:1px solid var(--line);padding:22px 24px;display:flex;align-items:center;gap:18px;transition:.25s}.contact-card:hover{border-color:var(--cyan);transform:translateX(-5px)}.contact-icon{width:52px;height:52px;background:#e6f4f6;display:grid;place-items:center;flex:0 0 52px}.contact-icon svg{width:25px;fill:none;stroke:var(--blue);stroke-width:1.8}.contact-card>span:last-child{display:flex;flex-direction:column}.contact-card small{color:var(--muted);font-size:13px}.contact-card b{font-size:18px;color:var(--navy);direction:ltr;text-align:right}
.site-footer{position:relative;background:#071b2a;color:#fff;padding-top:165px}.footer-wave{position:absolute;right:0;top:0;width:100%;height:166px;transform:translateY(-1px)}.footer-grid{display:grid;grid-template-columns:1.6fr .7fr .9fr;gap:80px;padding:34px 0 55px}.footer-brand img{width:350px;margin-bottom:5px}.footer-company-name{font-size:21px!important;line-height:1.4!important;color:#fff!important;margin:0 0 16px!important;padding-right:15px;position:relative}.footer-company-name:before{content:"";position:absolute;right:0;top:.35em;width:4px;height:1.2em;background:var(--gold);border-radius:4px}.footer-brand p{color:#9fb2ba;max-width:520px}.socials{display:flex;gap:10px;margin-top:24px}.socials a{width:42px;height:42px;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:grid;place-items:center;transition:.25s}.socials a:hover{background:var(--gold);color:var(--navy);border-color:var(--gold)}.socials svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.socials a:first-child svg{fill:currentColor;stroke:none}.footer-col{display:flex;flex-direction:column;gap:11px}.footer-col h3{font-size:17px;color:var(--gold);margin:20px 0 8px}.footer-col a,.footer-col span{color:#aebfc6;font-size:15px}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:20px 0 26px;display:flex;justify-content:space-between;color:#82969f;font-size:13px}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}
@media (max-width:1050px){.nav-links{gap:17px;font-size:14px}.brand{width:275px}.hero{gap:35px}.objective-grid{grid-template-columns:repeat(2,1fr)}.about-grid{gap:55px}.about-image img{height:520px}.footer-grid{gap:35px}}
@media (max-width:820px){.container{width:min(100% - 32px,680px)}.site-header{min-height:auto;padding-bottom:120px}.nav{height:98px}.brand{width:245px}.brand-name{padding-inline-start:108px;margin-top:-12px;font-size:11px}.menu-toggle{display:block;position:relative;z-index:20}.menu-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-links{position:absolute;top:84px;right:0;left:0;background:#0b2b3d;border:1px solid rgba(255,255,255,.12);padding:20px;display:grid;gap:0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:.25s;box-shadow:0 24px 50px rgba(0,0,0,.25)}.nav-links.open{opacity:1;visibility:visible;transform:none}.nav-links a{padding:12px 6px;border-bottom:1px solid rgba(255,255,255,.08)}.nav-cta{margin-top:10px;text-align:center}.hero{grid-template-columns:1fr;padding-top:35px;gap:65px}.hero-copy{text-align:right}.hero h1{font-size:52px}.hero-visual{max-width:520px;margin:auto;width:100%}.hero-image{height:520px}.intro-grid,.about-grid,.contact-grid{grid-template-columns:1fr;gap:50px}.intro-copy{padding-top:0}.about-image{order:2}.section{padding:82px 0}.gallery-heading{display:block}.gallery-heading>p{margin-top:18px}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:330px}.ambition-inner{grid-template-columns:1fr;padding:60px 40px}.round-link{width:65px;height:65px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-brand img{width:320px}}
@media (max-width:560px){body{font-size:16px}.container{width:calc(100% - 28px)}.site-header{padding-bottom:95px}.nav{height:88px}.brand{width:205px}.brand-name{padding-inline-start:88px;margin-top:-9px;font-size:10px}.menu-toggle{width:44px;height:44px}.hero{padding-top:25px;gap:52px}.eyebrow{font-size:12px}.hero h1{font-size:42px}.hero-copy>p{font-size:17px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.btn{padding:0 14px}.hero-meta{gap:12px;display:grid;grid-template-columns:1fr 1fr}.hero-image{height:430px;border-radius:160px 160px 20px 20px}.hero-visual{padding-right:14px}.sun-orbit{width:140px;height:140px;left:-4px}.energy-badge{right:-4px;padding:13px}.section{padding:68px 0}.section h2{font-size:34px}.intro-grid{gap:35px}.intro-copy .lead{font-size:19px}.about-image{padding-left:18px}.about-image img{height:420px}.about-image:before{right:-12px;bottom:-16px}.image-label{left:0;bottom:20px;min-width:220px}.objective-grid{grid-template-columns:1fr}.objective-card{min-height:280px}.gallery-grid{grid-auto-rows:270px}.gallery-item figcaption b{font-size:17px}.ambition-inner{margin-inline:-14px;padding:50px 26px;min-height:420px}.contact-card{padding:17px 14px}.contact-card b{font-size:15px}.site-footer{padding-top:118px}.footer-wave{height:119px}.footer-grid{grid-template-columns:1fr;padding-top:16px}.footer-brand{grid-column:auto}.footer-brand img{width:270px}.footer-company-name{font-size:18px!important}.footer-bottom{flex-direction:column;gap:8px}.footer-col h3{margin-top:0}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.gallery-item img,.btn,.objective-card{transition:none}}
.site-footer{isolation:isolate;margin-top:165px;padding-top:24px}
.footer-wave{top:-165px;transform:none;pointer-events:none}
@media (max-width:560px){.site-footer{margin-top:118px;padding-top:20px}.footer-wave{top:-118px;height:119px}}

/* Transparent brand lockup */
.brand{width:118px;height:118px;flex:0 0 118px;display:flex;align-items:center;justify-content:center;margin-inline-end:auto}
.brand img{width:118px;height:118px;object-fit:contain;filter:drop-shadow(0 7px 16px rgba(0,0,0,.22))}
.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:940px;gap:42px 90px;padding:30px 0 58px}
.footer-brand{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;text-align:center}
.footer-brand img{width:250px;height:auto;margin:0 auto 18px;object-fit:contain;filter:drop-shadow(0 10px 24px rgba(0,0,0,.24))}
.footer-brand p{max-width:650px;margin:0 auto;color:#b3c5cc;font-size:16px;line-height:1.9}
.footer-brand .socials{justify-content:center;margin-top:22px}
.footer-col{align-items:center;text-align:center}
.footer-col h3{margin-top:0}
.whatsapp-float{position:fixed;left:max(20px,env(safe-area-inset-left));bottom:max(20px,env(safe-area-inset-bottom));z-index:1000;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;border:3px solid #fff;box-shadow:0 12px 30px rgba(4,31,38,.28);transition:transform .2s ease,box-shadow .2s ease}
.whatsapp-float svg{display:block;width:34px;height:34px;fill:currentColor;transform:translateY(.5px)}
.whatsapp-float:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 16px 36px rgba(4,31,38,.34)}
.whatsapp-float:focus-visible{outline:3px solid var(--gold);outline-offset:4px}
@media (max-width:820px){.brand{width:96px;height:96px;flex-basis:96px}.brand img{width:96px;height:96px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-brand img{width:230px}}
@media (max-width:560px){.brand{width:78px;height:78px;flex-basis:78px}.brand img{width:78px;height:78px}.footer-grid{grid-template-columns:1fr;gap:32px;padding-top:12px}.footer-brand{grid-column:auto}.footer-brand img{width:205px;margin-bottom:15px}.footer-brand p{font-size:15px;line-height:1.85;max-width:330px}.footer-brand .socials{margin-top:18px}.whatsapp-float{width:58px;height:58px;left:max(16px,env(safe-area-inset-left));bottom:max(16px,env(safe-area-inset-bottom))}.whatsapp-float svg{width:31px;height:31px}}
.contact-card b.address-text{direction:rtl;text-align:right}

/* Final logo treatment: solid white lettering; larger header logo only */
.brand{width:150px;height:auto;flex-basis:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;margin-inline-end:auto}
.brand img{width:132px;height:132px;object-fit:contain;filter:drop-shadow(0 7px 16px rgba(0,0,0,.22))}
.logo-title,.logo-subtitle{display:block;color:#fff!important;opacity:1!important;text-shadow:none!important;text-align:center;white-space:nowrap;font-weight:700;line-height:1.25}
.brand .logo-title{font-size:12px;margin-top:-5px}.brand .logo-subtitle{font-size:10px;margin-top:2px}
.footer-brand img{width:250px;height:auto;margin:0 auto 4px;object-fit:contain;filter:drop-shadow(0 10px 24px rgba(0,0,0,.24))}
.footer-brand .logo-title{font-size:22px}.footer-brand .logo-subtitle{font-size:17px;margin:2px 0 18px}
@media (max-width:820px){.brand{width:135px;flex-basis:135px}.brand img{width:118px;height:118px}.brand .logo-title{font-size:11px}.brand .logo-subtitle{font-size:9px}}
@media (max-width:560px){.nav{height:112px}.brand{width:122px;flex-basis:122px}.brand img{width:108px;height:108px}.brand .logo-title{font-size:10px}.brand .logo-subtitle{font-size:8.5px}.footer-brand img{width:205px}.footer-brand .logo-title{font-size:19px}.footer-brand .logo-subtitle{font-size:15px}}

/* Header logo repair: balanced lockup, no clipping/overlap */
.brand{width:160px;height:auto;flex:0 0 160px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;margin-inline-end:auto;padding-top:6px;overflow:visible}
.brand img{width:112px;height:112px;object-fit:contain;flex:0 0 auto;filter:drop-shadow(0 7px 16px rgba(0,0,0,.22))}
.brand .logo-title{font-size:12px;line-height:1.35;margin:0;color:#fff!important;opacity:1!important;white-space:nowrap;font-weight:700}
.brand .logo-subtitle{font-size:10px;line-height:1.35;margin:0;color:#fff!important;opacity:1!important;white-space:nowrap;font-weight:700}
@media (max-width:820px){.nav{height:132px;align-items:flex-start;padding-top:8px}.brand{width:150px;flex-basis:150px;padding-top:0}.brand img{width:108px;height:108px}.brand .logo-title{font-size:11.5px}.brand .logo-subtitle{font-size:9.5px}.menu-toggle{margin-top:38px}}
@media (max-width:560px){.nav{height:138px;align-items:flex-start;padding-top:8px}.brand{width:145px;flex-basis:145px;padding-top:0}.brand img{width:105px;height:105px}.brand .logo-title{font-size:11px}.brand .logo-subtitle{font-size:9px}.menu-toggle{margin-top:39px}}
