:root{
--bg:#F4F1EA;--ink:#151B22;--muted:#414B55;--soft:#5E6870;
--line:#DDD7CB;--card:#FFFFFF;--tint:#E4E9E0;--teal:#0E5C4F;--clay:#B9541C;
--r:14px;--max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--ink);
font-family:"Segoe UI","SF Arabic","Noto Sans Arabic",Tahoma,sans-serif;
line-height:1.7;font-size:17px}
img,svg{max-width:100%}
a{color:var(--teal)}
h1,h2,h3{margin:0;line-height:1.3;font-weight:700;letter-spacing:-.4px}
h1{font-size:44px;letter-spacing:-1px}
h2{font-size:28px}
h3{font-size:20px}
p{margin:0}
ul{margin:0;padding-inline-start:20px}
li{margin-bottom:10px;color:var(--muted)}
.wrap{max-width:var(--max);margin:0 auto;padding:0 24px}
.sec{padding:0 0 40px}
.sec h2{margin-bottom:18px}

/* header */
.top{position:sticky;top:0;z-index:40;background:var(--ink)}
.top .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;height:78px}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none}
.mark{width:38px;height:38px;border-radius:9px;background:var(--teal);display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.bname{display:flex;flex-direction:column}
.bname b{font-size:17px;color:#F4F1EA;font-weight:700}
.bname span{font-size:12px;color:#A9B3BC;direction:ltr;text-align:right}
.nav{display:flex;align-items:center;gap:22px;font-size:15px}
.nav a{color:#D9DEE3;text-decoration:none}
.nav a:hover{color:#fff}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;
border-radius:11px;text-decoration:none;font-weight:600;white-space:nowrap}
.btn-call{height:48px;padding:0 20px;background:var(--clay);color:#fff;font-size:17px}
.btn-lg{height:56px;padding:0 28px;font-size:19px}
.btn-wa{background:#fff;border:1.5px solid var(--teal);color:var(--teal)}
.btn-teal{background:var(--teal);color:#fff}
.ltr{direction:ltr}

/* hero */
.hero{display:flex;align-items:center;gap:44px;padding:44px 0 34px}
.hero-txt{flex:1 1 auto;display:flex;flex-direction:column;gap:16px;min-width:0}
.pill{align-self:flex-start;padding:7px 14px;border-radius:999px;background:var(--tint);color:var(--teal);font-size:14px;font-weight:600}
.hero p{font-size:19px;color:var(--muted);max-width:560px}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px}
.trust{display:flex;gap:24px;flex-wrap:wrap;margin-top:8px;font-size:15px;color:var(--muted)}
.trust span{display:inline-flex;align-items:center;gap:8px}
.art{width:420px;height:280px;flex:0 0 auto;border-radius:18px;background:var(--ink);display:flex;align-items:center;justify-content:center}
.art svg{width:78%;height:auto}

/* grids */
.g5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px}
.g4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.g3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.g2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}

.card{background:var(--card);border:1px solid var(--line);border-radius:16px}
.bcard{display:flex;flex-direction:column;gap:5px;padding:20px 18px;text-decoration:none}
.bcard b{font-size:20px;color:var(--ink)}
.bcard span{font-size:14px;color:var(--muted)}
.scard{overflow:hidden;display:flex;flex-direction:column}
.scard .thumb{height:158px;background:var(--tint);display:flex;align-items:center;justify-content:center}
.scard .thumb svg{width:150px;height:auto}
.scard .body{padding:18px;display:flex;flex-direction:column;gap:8px}
.scard p{font-size:15px;color:var(--muted)}
.scard .btn{height:46px;font-size:16px;margin-top:4px}
.step{padding:22px;background:var(--tint);border-radius:16px;display:flex;flex-direction:column;gap:7px}
.step b{font-size:30px;color:var(--teal)}
.step p{font-size:16px;color:var(--muted)}

/* brand page sections */
.crumb{font-size:14px;color:var(--muted);padding-top:16px}
.crumb span{color:#8A939C}
.svc{display:flex;gap:26px;align-items:flex-start;padding:24px;margin-bottom:18px}
.svc .txt{flex:1 1 auto;display:flex;flex-direction:column;gap:11px;min-width:0}
.svc .pic{width:290px;height:210px;flex:0 0 auto;border-radius:14px;background:var(--tint);display:flex;align-items:center;justify-content:center}
.svc .pic svg{width:185px;height:auto}
.svc .btn{align-self:flex-start;height:48px;padding:0 22px;font-size:16px}
.chips{display:flex;gap:11px;flex-wrap:wrap}
.chip{padding:11px 20px;background:var(--card);border:1px solid var(--line);border-radius:10px;text-decoration:none;font-size:16px;font-weight:600;color:var(--ink)}
.box{padding:24px;display:flex;flex-direction:column;gap:9px}
.box.tint{background:var(--tint);border:0;border-radius:16px}
.box ul{list-style:none;padding:0}
.box li{display:flex;align-items:center;gap:9px;font-size:16px;margin-bottom:8px}

/* cta + footer */
.band{margin-bottom:26px;padding:26px 30px;background:var(--teal);border-radius:18px;
display:flex;align-items:center;justify-content:space-between;gap:26px;flex-wrap:wrap}
.band h2{color:#fff}
.band p{color:#CFE3DD;font-size:16px}
.band .btn{height:60px;padding:0 32px;background:#fff;color:var(--teal);font-size:23px;font-weight:700}
.foot{background:var(--ink);padding:28px 0 22px}
.foot .wrap{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}
.foot b{color:#F4F1EA;font-size:17px}
.foot span,.foot a{color:#A9B3BC;font-size:14px;text-decoration:none}
.foot .fine{color:#8A939C;font-size:13px}
.fcol{display:flex;flex-direction:column;gap:6px}

/* sticky call */
.float{position:fixed;bottom:26px;inset-inline-start:26px;z-index:50;height:58px;padding:0 24px;
background:var(--clay);color:#fff;border-radius:999px;font-size:19px;font-weight:700;
box-shadow:0 8px 24px rgba(21,27,34,.28)}
.bar{display:none}

@media(max-width:1000px){
h1{font-size:34px}h2{font-size:24px}
.hero{flex-direction:column;align-items:stretch;gap:22px;padding:26px 0}
.art{width:100%;height:220px}
.nav{display:none}
.g5{grid-template-columns:repeat(3,minmax(0,1fr))}
.g4{grid-template-columns:repeat(2,minmax(0,1fr))}
.g3{grid-template-columns:1fr}
.svc{flex-direction:column-reverse;gap:16px;padding:0}
.svc .pic{width:100%;height:140px;border-radius:14px 14px 0 0}
.svc .txt{padding:16px 18px}
.svc .btn{align-self:stretch}
}
@media(max-width:620px){
body{font-size:16px}
h1{font-size:27px}h2{font-size:21px}h3{font-size:18px}
.wrap{padding:0 16px}
.top .wrap{height:62px}
.top .btn-call{height:42px;padding:0 14px;font-size:15px}
.top .btn-call .ltr{display:none}
.bname b{font-size:15px}
.g5,.g2{grid-template-columns:repeat(2,minmax(0,1fr))}
.g4{grid-template-columns:repeat(2,minmax(0,1fr))}
.scard .thumb{height:96px}
.scard .thumb svg{width:92px}
.band{padding:20px;text-align:center;justify-content:center}
.band .btn{width:100%}
.cta-row .btn{flex:1 1 100%}
body{padding-bottom:84px}
.float{display:none}
.bar{display:flex;gap:10px;position:fixed;bottom:0;inset-inline:0;z-index:50;
padding:10px 14px;background:#fff;border-top:1px solid var(--line)}
.bar .btn{height:52px}
.bar .call{flex:1 1 auto;background:var(--clay);color:#fff;font-size:18px}
.bar .wa{width:60px;background:var(--teal);color:#fff}
}
