:root{--blue-deep:#0b2545;--blue:#1d6fe0;--blue-light:#e8f0fe;--coral:#ff6b4a;--coral-dark:#e14f2e;--coral-light:#ffe8e2;--white:#fff;--gray-bg:#f3f6fa;--gray-mid:#e6ebf2;--gray-line:#dce3ed;--text:#14213d;--text-muted:#5b6472;--text-muted-dark:#b7c2d6;--font-ar:"Cairo", sans-serif;--sp-1:8px;--sp-2:16px;--sp-3:24px;--sp-4:32px;--sp-5:48px;--sp-6:64px;--sp-7:96px;--sp-8:128px;--radius:16px;--radius-sm:10px;--shadow:0 8px 28px #0b254517;--shadow-sm:0 4px 14px #0b254512;--content-max:1320px;--gutter:clamp(20px, 5vw, 80px)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html[dir=rtl] body{text-align:right;direction:rtl}body{font-family:var(--font-ar);color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;font-weight:400;line-height:1.8}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::selection{background:var(--coral);color:var(--white)}:focus-visible{outline:2px solid var(--blue);outline-offset:3px}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important}}h1,h2,h3,h4{font-family:var(--font-ar);color:var(--text);font-weight:800;line-height:1.3}p{max-width:58ch;color:var(--text);font-weight:400;line-height:1.85}.wrap{max-width:var(--content-max);padding-inline:var(--gutter);margin:0 auto}.sec-deep,.sec-deep h1,.sec-deep h2,.sec-deep h3,.sec-deep h4{color:var(--white)}.sec-deep{background:var(--blue-deep)}.sec-deep p{color:var(--text-muted-dark)}.sec-alt{background:var(--gray-bg)}section{padding:var(--sp-7) 0}.section-head{margin-bottom:var(--sp-6);max-width:680px}.section-head h2{margin-top:var(--sp-2);font-size:clamp(1.9rem,3.4vw,2.6rem)}.section-head .lead{margin-top:var(--sp-2);color:var(--text-muted);font-size:1.02rem}.sec-deep .section-head .lead{color:var(--text-muted-dark)}.text-center{text-align:center}.about-grid{gap:var(--sp-6);grid-template-columns:1fr 1fr;align-items:center;display:grid}.about-grid .media-photo{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:4/3.6}.about-grid p{color:var(--text-muted);margin-top:var(--sp-2)}@media (width<=900px){.about-grid{gap:var(--sp-4);grid-template-columns:1fr}}.media-photo{background:var(--blue-deep);position:relative;overflow:hidden}.media-photo img{object-fit:cover;width:100%;height:100%;display:block}.media-photo:after{content:"";pointer-events:none;mix-blend-mode:multiply;background:linear-gradient(160deg,#0b254524,#ff6b4a14);position:absolute;inset:0}.eyebrow{align-items:center;gap:var(--sp-1);color:var(--blue);background:var(--blue-light);border-radius:100px;padding:7px 18px;font-size:.82rem;font-weight:700;display:inline-flex}.sec-deep .eyebrow{color:var(--coral);background:#ff6b4a29}.icon-svg{width:24px;height:24px;display:inline-flex}.icon-svg svg{width:100%;height:100%}.icon-blue{background:var(--blue-light);color:var(--blue)}.icon-coral{background:var(--coral-light);color:var(--coral-dark)}.btn{align-items:center;gap:var(--sp-2);font-family:var(--font-ar);border:1.5px solid #0000;border-radius:100px;padding:15px 32px;font-size:.96rem;font-weight:700;transition:background .18s,border-color .18s,color .18s,transform .18s,box-shadow .18s;display:inline-flex}.btn .icon-svg{width:18px;height:18px}.btn-primary{background:var(--blue);color:var(--white);box-shadow:0 6px 18px #1d6fe059}.btn-primary:hover{background:#1a61c7;transform:translateY(-1px)}.btn-coral{background:var(--coral);color:var(--white);box-shadow:0 6px 18px #ff6b4a59}.btn-coral:hover{background:var(--coral-dark);transform:translateY(-1px)}.btn-ghost-dark{color:var(--white);background:0 0;border-color:#fff6}.btn-ghost-dark:hover{border-color:var(--white);background:#ffffff14}.btn-ghost-light{color:var(--text);border-color:var(--gray-line);background:0 0}.btn-ghost-light:hover{border-color:var(--blue);color:var(--blue)}.btn-text{color:var(--blue);align-items:center;gap:var(--sp-1);font-size:.92rem;font-weight:700;display:inline-flex}.sec-deep .btn-text{color:var(--coral)}.btn-text .icon-svg{width:15px;height:15px;transition:transform .16s}.btn-text:hover .icon-svg{transform:translate(-4px)}.site-header{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--gray-line);background:#ffffffeb;position:sticky;top:0}.site-header .wrap{justify-content:space-between;align-items:center;height:88px;display:flex}.brand{color:var(--text);align-items:center;gap:var(--sp-2);font-size:1.5rem;font-weight:800;display:flex}.brand .mark{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--blue), var(--coral));width:38px;height:38px;color:var(--white);justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex}.main-nav{align-items:center;gap:clamp(18px,2.2vw,32px);display:flex}.main-nav a{color:var(--text-muted);border-bottom:2px solid #0000;padding:6px 2px;font-size:.95rem;font-weight:600;transition:color .16s,border-color .16s}.main-nav a:hover,.main-nav a[aria-current=page]{color:var(--blue);border-color:var(--blue)}.nav-cta{align-items:center;gap:var(--sp-3);display:flex}.lang-switch{font-family:var(--font-ar);color:var(--text-muted);border:1.5px solid var(--gray-line);border-radius:100px;padding:6px 14px;font-size:.82rem;font-weight:700;transition:color .16s,border-color .16s}.lang-switch:hover{color:var(--blue);border-color:var(--blue)}.nav-toggle{color:var(--text);width:32px;height:22px;display:none;position:relative}.nav-toggle span,.nav-toggle:before,.nav-toggle:after{content:"";background:var(--text);border-radius:2px;height:2px;position:absolute;left:0;right:0}.nav-toggle:before{top:0}.nav-toggle span{top:10px}.nav-toggle:after{bottom:0}@media (width<=980px){.main-nav{background:var(--white);padding:var(--sp-5) var(--gutter);align-items:flex-start;gap:var(--sp-4);opacity:0;pointer-events:none;flex-direction:column;transition:opacity .2s,transform .2s;position:fixed;inset:88px 0 0;transform:translateY(-8px)}.main-nav.open{opacity:1;pointer-events:auto;transform:translateY(0)}.main-nav a{font-size:1.15rem}.nav-toggle{display:block}.nav-cta .btn-primary{padding:10px 20px;font-size:.85rem}}.site-footer{background:var(--blue-deep);color:var(--text-muted-dark);padding:var(--sp-7) 0 var(--sp-3)}.footer-top{gap:var(--sp-5);padding-bottom:var(--sp-5);border-bottom:1px solid #ffffff24;grid-template-columns:1.4fr repeat(3,1fr);display:grid}.footer-top h4{color:var(--white);margin-bottom:var(--sp-3);font-size:.88rem;font-weight:700}.footer-top li{margin-bottom:var(--sp-2);font-size:.92rem}.footer-top a:hover{color:var(--coral)}.footer-brand p{color:var(--text-muted-dark);margin-top:var(--sp-3);max-width:34ch;font-size:.92rem}.footer-social{gap:var(--sp-2);margin-top:var(--sp-3);display:flex}.footer-social a{border-radius:var(--radius-sm);background:#ffffff14;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.footer-social a:hover{background:var(--coral);color:var(--white)}.footer-social .icon-svg{width:15px;height:15px}.footer-bottom{padding-top:var(--sp-3);color:#6b7a99;justify-content:space-between;align-items:center;gap:var(--sp-2);flex-wrap:wrap;font-size:.8rem;display:flex}.footer-bottom .legal-links{gap:var(--sp-3);display:flex}@media (width<=860px){.footer-top{grid-template-columns:1fr 1fr}}@media (width<=540px){.footer-top{grid-template-columns:1fr}}.breadcrumb{background:var(--gray-bg);padding:var(--sp-2) 0;color:var(--text-muted);font-size:.82rem}.breadcrumb a:hover{color:var(--blue)}.breadcrumb .sep{margin:0 var(--sp-1)}.page-header{background:var(--blue-deep);color:var(--white);padding:var(--sp-6) 0 var(--sp-7)}.page-header h1{max-width:20ch;margin-top:var(--sp-3);color:var(--white);font-size:clamp(2.2rem,4.2vw,3.2rem)}.page-header .sub{color:var(--text-muted-dark);max-width:56ch;margin-top:var(--sp-3);font-size:1.05rem}.stat-cards{gap:var(--sp-3);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.stat-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:var(--sp-4);align-items:center;gap:var(--sp-3);display:flex}.sec-deep .stat-card{box-shadow:none;background:#ffffff0f}.stat-card .icon-wrap{border-radius:var(--radius-sm);background:var(--blue-light);width:52px;height:52px;color:var(--blue);flex:none;justify-content:center;align-items:center;display:flex}.sec-deep .stat-card .icon-wrap{color:#6fa8f5;background:#1d6fe038}.stat-card .num{font-size:1.6rem;font-weight:800;display:block}.stat-card .label{color:var(--text-muted);margin-top:2px;font-size:.85rem}.sec-deep .stat-card .label{color:var(--text-muted-dark)}.service-grid{gap:var(--sp-3);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));display:grid}.service-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:var(--sp-4);transition:box-shadow .2s,transform .2s;display:block}.service-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.service-card .icon-wrap{border-radius:var(--radius-sm);width:52px;height:52px;margin-bottom:var(--sp-3);justify-content:center;align-items:center;display:flex}.service-card h3{margin-bottom:var(--sp-1);font-size:1.15rem}.service-card p{color:var(--text-muted);font-size:.94rem}.service-card .btn-text{margin-top:var(--sp-2)}.project-grid{gap:var(--sp-4);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.project-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s;display:block;overflow:hidden}.project-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.project-card .media-photo{aspect-ratio:4/2.8}.project-card .body{padding:var(--sp-3) var(--sp-3) var(--sp-4)}.project-card .tag{color:var(--coral-dark);background:var(--coral-light);border-radius:100px;padding:4px 12px;font-size:.76rem;font-weight:700;display:inline-block}.project-card h3{margin-top:var(--sp-2);font-size:1.12rem}.project-card .meta{color:var(--text-muted);margin-top:var(--sp-1);font-size:.85rem}.reason-grid{gap:var(--sp-3);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.reason-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:var(--sp-4)}.reason-card .icon-wrap{border-radius:var(--radius-sm);width:52px;height:52px;margin-bottom:var(--sp-3);justify-content:center;align-items:center;display:flex}.reason-card h3{margin-bottom:var(--sp-1);font-size:1.08rem}.reason-card p{color:var(--text-muted);font-size:.92rem}.stepper{gap:var(--sp-4);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));display:grid;position:relative}.stepper:before{content:"";top:26px;background:var(--gray-line);z-index:0;height:2px;position:absolute;inset-inline:8%}.sec-deep .stepper:before{background:#ffffff2e}.step{z-index:1;text-align:center;position:relative}.step-dot{background:var(--blue);width:52px;height:52px;color:var(--white);margin:0 auto var(--sp-2);border-radius:50%;justify-content:center;align-items:center;font-weight:800;display:flex;box-shadow:0 6px 16px #1d6fe059}.step h4{margin-bottom:var(--sp-1);font-size:1rem}.step p{color:var(--text-muted);margin:0 auto;font-size:.85rem}.sec-deep .step p{color:var(--text-muted-dark)}.insight-grid{gap:var(--sp-4);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));display:grid}.insight-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.insight-card .media-photo{aspect-ratio:16/10}.insight-card .body{padding:var(--sp-3)}.insight-card .tag{color:var(--blue);font-size:.78rem;font-weight:700}.insight-card h3{margin-top:var(--sp-1);font-size:1.08rem}.insight-card p{color:var(--text-muted);margin-top:var(--sp-1);font-size:.9rem}.cta-banner{padding:var(--sp-6) 0}.cta-banner .inner{background:linear-gradient(120deg, var(--blue), var(--coral));border-radius:var(--radius);padding:var(--sp-6) var(--sp-5);justify-content:space-between;align-items:center;gap:var(--sp-4);color:var(--white);flex-wrap:wrap;display:flex}.cta-banner h2{color:var(--white);max-width:20ch;font-size:clamp(1.7rem,3vw,2.3rem)}.cta-banner p{color:#ffffffeb;margin-top:var(--sp-1)}.cta-banner .ctas{gap:var(--sp-2);flex-wrap:wrap;display:flex}.cta-banner .btn-primary{background:var(--white);color:var(--blue);box-shadow:none}.cta-banner .btn-primary:hover{background:var(--gray-bg)}.form-panel{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:var(--sp-5)}.form-grid{gap:var(--sp-3);grid-template-columns:1fr 1fr;display:grid}@media (width<=700px){.form-grid{grid-template-columns:1fr}.form-panel{padding:var(--sp-3)}}.field{gap:var(--sp-1);flex-direction:column;display:flex}.field.full{grid-column:1/-1}.field label{font-size:.88rem;font-weight:700}.field input,.field textarea{width:100%;font-family:var(--font-ar);border:1.5px solid var(--gray-line);border-radius:var(--radius-sm);background:var(--gray-bg);color:var(--text);padding:13px 16px;font-size:.98rem}.field input:focus,.field textarea:focus{border-color:var(--blue);background:var(--white)}.field textarea{resize:vertical;min-height:120px}.field-error{color:var(--coral-dark);font-size:.85rem}.field-honeypot{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.check-list{gap:var(--sp-2);margin-top:var(--sp-3);flex-direction:column;display:flex}.check-list li{gap:var(--sp-2);color:var(--text-muted);align-items:flex-start;font-size:.95rem;display:flex}.check-list li .icon-svg{width:18px;height:18px;color:var(--blue);flex:none;margin-top:3px}.hero{background:linear-gradient(180deg, var(--blue-light) 0%, var(--white) 60%);overflow:hidden}.hero-grid{gap:var(--sp-6);padding:var(--sp-7) 0;grid-template-columns:1.05fr .95fr;align-items:center;display:grid}.hero-copy .eyebrow{margin-bottom:var(--sp-3)}.hero h1{max-width:16ch;margin-bottom:var(--sp-3);font-size:clamp(2.3rem,4.6vw,3.6rem)}.hero-sub{color:var(--text-muted);max-width:48ch;margin-bottom:var(--sp-4);font-size:1.1rem}.hero-ctas{gap:var(--sp-2);margin-bottom:var(--sp-5);flex-wrap:wrap;display:flex}.hero-stats{gap:var(--sp-5);flex-wrap:wrap;display:flex}.hero-stats .num{color:var(--blue);font-size:1.6rem;font-weight:800;display:block}.hero-stats .label{color:var(--text-muted);margin-top:2px;font-size:.82rem}.hero-visual{position:relative}.hero-visual .media-photo{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:4/4.6}.hero-visual .floating-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:var(--sp-3) var(--sp-4);align-items:center;gap:var(--sp-2);max-width:240px;display:flex;position:absolute;bottom:-24px;right:-20px}[dir=rtl] .hero-visual .floating-card{left:-20px;right:auto}.floating-card .icon-wrap{border-radius:var(--radius-sm);background:var(--coral-light);width:44px;height:44px;color:var(--coral-dark);flex:none;justify-content:center;align-items:center;display:flex}.floating-card .num{color:var(--text);font-size:1.3rem;font-weight:800;display:block}.floating-card .label{color:var(--text-muted);font-size:.78rem}@media (width<=900px){.hero-grid{padding:var(--sp-5) 0;grid-template-columns:1fr}.hero-visual{margin-bottom:var(--sp-4);order:-1}}.mv-grid{gap:var(--sp-4);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.mv-card{border-radius:var(--radius);padding:var(--sp-5);color:var(--white)}.mv-card.blue{background:linear-gradient(135deg, var(--blue), #1449a0)}.mv-card.coral{background:linear-gradient(135deg, var(--coral), var(--coral-dark))}.mv-card .icon-wrap{border-radius:var(--radius-sm);width:52px;height:52px;margin-bottom:var(--sp-3);color:var(--white);background:#ffffff2e;justify-content:center;align-items:center;display:flex}.mv-card h3{color:var(--white);margin-bottom:var(--sp-2);font-size:1.2rem}.mv-card p{color:#ffffffeb;max-width:none;font-size:1.02rem}.testimonial-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:var(--sp-5);max-width:760px}.testimonial-card .icon-svg{width:32px;height:32px;color:var(--blue);margin-bottom:var(--sp-3)}.testimonial-card p{color:var(--text);max-width:none;font-size:1.15rem;line-height:1.75}.testimonial-person{align-items:center;gap:var(--sp-2);margin-top:var(--sp-4);display:flex}.testimonial-avatar{background:var(--blue-light);width:46px;height:46px;color:var(--blue);border-radius:50%;flex:none;justify-content:center;align-items:center;font-weight:800;display:flex}.testimonial-person .name{font-size:.94rem;font-weight:700}.testimonial-person .role{color:var(--text-muted);font-size:.82rem}.info-grid{gap:var(--sp-3);flex-direction:column;display:flex}.info-grid .item{gap:var(--sp-2);border-radius:var(--radius-sm);padding:var(--sp-2);background:#ffffff0f;align-items:flex-start;display:flex}.info-grid .icon-svg{color:#6fa8f5;flex:none;width:22px;height:22px}.info-grid h4{color:var(--white);margin-bottom:2px;font-size:.94rem;font-weight:700}.info-grid p{color:var(--text-muted-dark);font-size:.88rem}.map-block{aspect-ratio:16/6;border-radius:var(--radius);background:linear-gradient(120deg, var(--blue-deep), #163a66);color:var(--text-muted-dark);justify-content:center;align-items:center;font-size:.85rem;display:flex;position:relative;overflow:hidden}
