
:root{
  --bg:#F8FAFC;--bg2:#F1F5F9;--bg3:#E2E8F0;
  --accent:#C8A96B;--accent2:#b8955a;
  --cta:#0F766E;--cta2:#0a5c56;
  --navy:#0F172A;--secondary:#1E293B;
  --white:#FFFFFF;--text:#111827;--muted:#64748B;
  --radius:8px;--shadow:0 4px 16px rgba(15,23,42,.1);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{overflow-x:hidden;scroll-behavior:smooth;direction:rtl}
body{overflow-x:hidden;background:var(--bg);color:var(--text);font-family:'IBM Plex Sans Arabic','Noto Kufi Arabic',Tahoma,system-ui,sans-serif;font-size:16px;line-height:1.85;direction:rtl;text-align:right}
a{color:var(--accent);text-decoration:none}
a:hover{color:var(--accent2)}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4{font-family:'IBM Plex Sans Arabic','Noto Kufi Arabic',Tahoma,system-ui,sans-serif;line-height:1.35;color:var(--navy);font-weight:700}
h1{font-size:clamp(1.85rem,4.5vw,2.9rem)}
h2{font-size:clamp(1.35rem,3vw,2rem)}
h3{font-size:1.15rem}
p{margin-bottom:1rem}
ul{list-style:none}
.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}
.section{padding:5rem 0}
.section-sm{padding:3rem 0}
.section-header{margin-bottom:2.5rem}
.section-tag{display:inline-block;color:var(--accent);font-size:.8rem;font-weight:600;letter-spacing:1px;margin-bottom:.5rem}
.section-header h2{margin-bottom:.75rem}
.section-header p{color:var(--muted);max-width:600px}

#topbar{background:var(--navy);border-bottom:1px solid rgba(255,255,255,.1);padding:.5rem 0;font-size:.8rem;color:#94A3B8}
#topbar .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;flex-direction:row-reverse}
#topbar a{color:#94A3B8}
#topbar a:hover{color:var(--accent)}
@media(max-width:600px){#topbar .tb-address{display:none}}

#navbar{background:var(--navy);border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;z-index:900;overflow:visible;transition:box-shadow .3s}
#navbar.scrolled{box-shadow:0 4px 20px rgba(3,4,94,.35)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:64px;flex-direction:row-reverse}
.logo{font-family:'Poppins','IBM Plex Sans Arabic',system-ui,sans-serif;font-size:1.35rem;font-weight:800;color:#fff;direction:ltr;display:flex;align-items:center;gap:.25rem}
.logo-we{color:var(--accent)}
.logo-recruit{color:#fff}
.nav-links{display:flex;align-items:center;gap:1.25rem;list-style:none;flex-direction:row-reverse}
.nav-links a{color:#CBD5E1;font-size:.88rem;font-weight:500;transition:color .2s}
.nav-links a:hover,.nav-links a.active{color:var(--accent)}
.nav-cta{background:var(--accent);color:var(--navy)!important;padding:.45rem 1.1rem;border-radius:var(--radius);font-weight:700;font-size:.85rem;transition:transform .15s}
.nav-cta:hover{transform:translateY(-1px)}

.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;min-width:44px;min-height:44px;justify-content:center;align-items:center}
.hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .3s,opacity .3s,width .3s}
.hamburger.is-open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.is-open span:nth-child(2){opacity:0;width:0}
.hamburger.is-open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
@media(max-width:768px){.nav-links{display:none}.hamburger{display:flex}}

.nav-drawer{display:none;position:fixed;top:0;left:0;bottom:0;width:min(300px,85vw);background:var(--navy);z-index:1999;flex-direction:column;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}
.nav-drawer.is-open{display:flex;transform:translateX(0)}
.nav-backdrop{display:none;position:fixed;inset:0;z-index:1998;background:rgba(0,0,0,.55)}
.nav-backdrop.is-open{display:block}
.drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}
.drawer-close{background:none;border:none;color:#CBD5E1;font-size:1.4rem;cursor:pointer;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}
.drawer-links{padding:1.5rem;display:flex;flex-direction:column;gap:.25rem;flex:1}
.drawer-links a{color:#CBD5E1;font-size:1rem;font-weight:500;padding:.75rem .5rem;border-bottom:1px solid rgba(255,255,255,.1);transition:color .2s;display:block}
.drawer-links a:hover{color:var(--accent)}
.drawer-cta{padding:1.5rem}
.drawer-cta a{display:block;background:var(--accent);color:var(--navy);text-align:center;padding:.9rem;border-radius:var(--radius);font-weight:700}

.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--cta);color:#fff!important;padding:.85rem 2rem;border-radius:var(--radius);font-weight:700;font-size:1rem;transition:background .2s,transform .1s;white-space:nowrap}
.btn-primary:hover{background:var(--cta2);transform:translateY(-2px)}
.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--accent)!important;border:2px solid var(--accent);padding:.8rem 1.8rem;border-radius:var(--radius);font-weight:700;font-size:1rem;transition:all .2s}
.btn-secondary:hover{background:var(--accent);color:#fff!important}

.hero{background:linear-gradient(135deg,#F8FAFC 0%,#F1F5F9 100%);padding:5rem 0 4rem;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 30% 50%,rgba(200,169,107,.08) 0%,transparent 70%);pointer-events:none}
.hero-badge{display:inline-block;background:rgba(200,169,107,.12);color:var(--accent);border:1px solid rgba(0,150,199,.3);padding:.35rem 1rem;border-radius:50px;font-size:.8rem;font-weight:600;margin-bottom:1rem}
.hero h1{margin-bottom:1.25rem;color:var(--navy)}
.hero-sub{font-size:1.1rem;color:var(--muted);margin-bottom:2rem;max-width:540px;line-height:1.9}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}

.trust-bar{background:var(--secondary);padding:1.1rem 0}
.trust-bar .container{display:flex;justify-content:space-around;flex-wrap:wrap;gap:1rem;flex-direction:row-reverse}
.trust-item{display:flex;align-items:center;gap:.6rem;font-size:.88rem;font-weight:500;color:#CBD5E1;flex-direction:row-reverse}

.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:2.5rem}
.service-card{background:#fff;border:1px solid var(--bg3);border-radius:var(--radius);padding:1.75rem;transition:transform .2s,border-color .2s,box-shadow .2s;box-shadow:0 2px 12px rgba(200,169,107,.08)}
.service-card:hover{transform:translateY(-4px);border-color:var(--accent);box-shadow:0 8px 24px rgba(200,169,107,.18)}
.service-card-icon{width:46px;height:46px;background:rgba(200,169,107,.12);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;margin-right:0;margin-left:auto}
.service-card h3{margin-bottom:.5rem;font-size:1rem}
.service-card p{font-size:.9rem;color:var(--muted);margin-bottom:1rem}
.card-link{font-size:.85rem;color:var(--accent);font-weight:600}

.stats-bar{background:var(--navy);padding:3.5rem 0}
.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem;text-align:center}
.stat-num{font-family:'IBM Plex Sans Arabic',Tahoma,system-ui;font-size:2.8rem;font-weight:800;color:var(--accent)}
.stat-label{font-size:.9rem;color:#94A3B8;margin-top:.25rem}

.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem;margin-top:2.5rem}
.why-card{background:#fff;border:1px solid var(--bg3);border-radius:var(--radius);padding:1.75rem;border-right:3px solid var(--accent);box-shadow:0 2px 12px rgba(200,169,107,.08)}
.why-card h3{margin-bottom:.75rem;font-size:1rem;color:var(--navy)}
.why-card p{font-size:.9rem;color:var(--muted)}

.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2.5rem}
.step-card{background:#fff;border:1px solid var(--bg3);border-radius:var(--radius);padding:1.75rem;box-shadow:0 2px 12px rgba(200,169,107,.08)}
.step-num{width:40px;height:40px;background:var(--cta);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;margin-bottom:1rem;margin-right:0;margin-left:auto}
.step-card h3{font-size:1rem;margin-bottom:.5rem}
.step-card p{font-size:.9rem;color:var(--muted)}

.areas-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;margin-top:2rem}
.area-card{background:#fff;border:1px solid var(--bg3);border-radius:var(--radius);padding:1rem;text-align:center;transition:all .2s;box-shadow:0 2px 8px rgba(0,150,199,.04)}
.area-card:hover{border-color:var(--accent);transform:translateY(-2px)}
.area-card a{color:var(--text);font-weight:500}
.area-card a:hover{color:var(--accent)}

.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2.5rem}
.review-card{background:#fff;border:1px solid var(--bg3);border-radius:var(--radius);padding:1.75rem;box-shadow:0 2px 12px rgba(0,150,199,.06)}
.review-stars{color:var(--accent);font-size:1.1rem;margin-bottom:.75rem}
.review-text{font-size:.95rem;color:var(--text);margin-bottom:1rem;font-style:italic;line-height:1.9}
.review-author{font-size:.85rem;color:var(--muted);font-weight:600}

.faq-list{margin-top:2rem;max-width:800px}
.faq-item{border-bottom:1px solid var(--bg3)}
.faq-q{width:100%;background:none;border:none;color:var(--text);font-family:'IBM Plex Sans Arabic',Tahoma,system-ui;font-size:1rem;font-weight:600;text-align:right;padding:1.25rem 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;min-height:44px}
.faq-icon{width:20px;height:20px;min-width:20px;color:var(--accent);transition:transform .3s}
.faq-item.open .faq-icon{transform:rotate(180deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-item.open .faq-a{max-height:800px}
.faq-a p{padding:.5rem 0 1.25rem;color:var(--muted);font-size:.95rem;line-height:1.85}

.cta-box{background:linear-gradient(135deg,var(--navy),var(--secondary));border:1px solid rgba(200,169,107,.2);border-radius:12px;padding:3rem 2rem;text-align:center;margin:4rem 0}
.cta-box h2{margin-bottom:.75rem;color:#fff}
.cta-box p{color:#a8d8f0;margin-bottom:1.5rem}
.cta-trust{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:1.5rem;font-size:.85rem;color:#94A3B8}

.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.5rem;margin-top:2.5rem}
.blog-card{background:#fff;border:1px solid var(--bg3);border-radius:var(--radius);overflow:hidden;transition:transform .2s,border-color .2s;box-shadow:0 2px 12px rgba(200,169,107,.08)}
.blog-card:hover{transform:translateY(-4px);border-color:var(--accent)}
.blog-card-body{padding:1.5rem}
.blog-meta{font-size:.8rem;color:var(--muted);margin-bottom:.75rem}
.blog-card h3{font-size:1rem;margin-bottom:.5rem}
.blog-card p{font-size:.9rem;color:var(--muted);margin-bottom:1rem}

.article-body h2{margin:2.5rem 0 1rem;color:var(--navy)}
.article-body h3{margin:2rem 0 .75rem;color:var(--navy)}
.article-body ul,.article-body ol{padding-right:1.5rem;margin-bottom:1.25rem;list-style:disc}
.article-body ol{list-style:decimal}
.article-body li{margin-bottom:.6rem;color:var(--text);font-size:.95rem;line-height:1.85}
.article-body p{color:var(--text);line-height:1.85}
.article-body blockquote{background:var(--bg2);border-right:4px solid var(--accent);padding:1rem 1.5rem;margin:1.5rem 0;border-radius:0 var(--radius) var(--radius) 0;color:var(--muted)}
.article-body strong{color:var(--navy)}
.info-box{background:var(--bg2);border:1px solid var(--bg3);border-right:4px solid var(--accent);border-radius:var(--radius);padding:1.25rem 1.5rem;margin:1.5rem 0;font-size:.95rem;color:var(--text)}
.info-box strong{color:var(--navy)}

.testimonial{background:#fff;border:1px solid var(--bg3);border-right:4px solid var(--accent);border-radius:var(--radius);padding:2rem;margin:2rem 0;box-shadow:0 2px 12px rgba(0,150,199,.06)}
.testimonial p{font-size:1.05rem;font-style:italic;color:var(--text);margin-bottom:.75rem;line-height:1.9}
.testimonial cite{font-size:.85rem;color:var(--muted);font-style:normal;font-weight:600}

footer{background:var(--navy);border-top:1px solid rgba(255,255,255,.08);padding:4rem 0 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:500px){.footer-grid{grid-template-columns:1fr}}
.footer-col h4{color:#fff;font-size:.95rem;margin-bottom:1rem}
.footer-col ul li{margin-bottom:.5rem}
.footer-col ul a{color:#94A3B8;font-size:.9rem}
.footer-col ul a:hover{color:var(--accent)}
.footer-nap{color:#94A3B8;font-size:.9rem;line-height:1.9;margin-top:.75rem}
.footer-nap a{color:#94A3B8}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.25rem 0;margin-top:3rem}
.footer-bottom .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;flex-direction:row-reverse}
.footer-bottom span,.footer-bottom a{font-size:.8rem;color:#64748B}
.footer-bottom a:hover{color:var(--accent)}

.breadcrumbs{padding:.75rem 0;font-size:.85rem;color:var(--muted)}
.breadcrumbs a{color:var(--accent)}
.breadcrumbs li[aria-current]{color:var(--muted)}

.disclaimer-strip{padding:1.75rem 0;border-top:1px solid var(--bg3)}
.disclaimer-strip p{color:var(--muted);font-size:.85rem;line-height:1.8;max-width:860px;margin:0 auto;text-align:center;padding:0 1.25rem}

.lang-switch{display:flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:50px;padding:.3rem .8rem;font-size:.8rem;color:#CBD5E1;text-decoration:none;transition:background .2s}
.lang-switch:hover{background:rgba(255,255,255,.2);color:#fff}

.wa-sticky{position:fixed;bottom:1.75rem;left:1.75rem;z-index:9999;display:flex;align-items:center;gap:.65rem;background:#25d366;color:#fff;text-decoration:none;border-radius:50px;padding:.85rem 1.4rem .85rem 1.1rem;box-shadow:0 4px 20px rgba(37,211,102,.45);font-weight:700;font-size:.92rem;white-space:nowrap;transition:transform .2s,box-shadow .2s;animation:wa-pulse 2.5s infinite}
.wa-sticky:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 8px 28px rgba(37,211,102,.6);color:#fff}
.wa-icon{width:26px;height:26px;flex-shrink:0}
@keyframes wa-pulse{0%,100%{box-shadow:0 4px 20px rgba(37,211,102,.45)}50%{box-shadow:0 4px 32px rgba(37,211,102,.75),0 0 0 6px rgba(37,211,102,.12)}}
@media(max-width:768px){.wa-sticky{padding:.9rem;border-radius:50%}.wa-sticky .wa-label{display:none}.wa-icon{width:28px;height:28px}}

.skip-link{position:absolute;transform:translateY(-100%);right:.5rem;top:.5rem;background:var(--accent);color:#fff;padding:.5rem 1rem;border-radius:var(--radius);font-weight:700;z-index:10000}
.skip-link:focus{transform:translateY(0)}

@media(max-width:768px){.section{padding:3rem 0}.hero{padding:3rem 0 2.5rem}.cta-box{padding:2rem 1.25rem}.cta-trust{gap:1rem}h1{font-size:1.85rem}}
