
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&display=swap');
:root{--blue:#0875d1;--dark:#031a39;--cyan:#2bbbf2;--green:#18b85b;--muted:#68778b}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Cairo,Arial,sans-serif;color:#13223c;background:#fff}a{text-decoration:none}
.container{width:min(1180px,92%);margin:auto}.header{height:110px;background:#fff;position:sticky;top:0;z-index:20;box-shadow:0 2px 16px #001b4210}.nav{height:110px;display:flex;align-items:center;gap:25px}.logo{margin:0}.logo img{width:190px;height:78px;object-fit:contain}.navlinks{display:flex;gap:25px}.navlinks a{color:#1a2840;font-weight:700}.navlinks a:hover{color:var(--blue)}.lang{border:1px solid #d7e2ef;background:#fff;border-radius:24px;padding:8px 15px;font-weight:700;color:#174f8d}
.page-hero{background:linear-gradient(135deg,#031a39,#0757ad);color:#fff;padding:48px 0}.hero-inner{display:grid;grid-template-columns:1fr 280px;align-items:center;gap:30px}.eyebrow{color:var(--cyan);font-weight:800;letter-spacing:2px}.page-hero h1{font-size:42px;margin:5px 0 10px}.page-hero p{color:#dcecff;line-height:1.9;margin:0}.hero-img{width:250px;height:190px;object-fit:contain;background:#fff;border-radius:16px;padding:10px}
.filters{padding:28px 0 8px}.filter-row{display:flex;gap:10px;flex-wrap:wrap}.filter{border:1px solid #dbe5ef;background:#fff;border-radius:24px;padding:9px 18px;color:#24517e;font-weight:700;cursor:pointer;transition:.18s}.filter.active,.filter:hover{background:#0875d1;color:#fff;border-color:#0875d1}
.products{padding:25px 0 65px}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}.section-title h2{margin:0;font-size:28px}.section-title p{margin:0;color:var(--muted);font-size:13px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product{border:1px solid #e0e8f1;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 7px 22px #001b420c}.product-img{height:180px;background:#f6f9fd;display:grid;place-items:center}.product-img img{width:75%;height:85%;object-fit:contain}.product-body{padding:18px}.product-body .brand{color:#0875d1;font-size:12px;font-weight:800}.product-body h3{font-size:19px;margin:4px 0}.product-body p{font-size:13px;color:var(--muted);line-height:1.8;margin:6px 0}.specs{margin:10px 0 15px;padding:0;list-style:none;border-top:1px solid #edf1f5}.specs li{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid #edf1f5;font-size:12px}.specs b{color:#29415e}.wa{display:block;text-align:center;background:var(--green);color:#fff;border-radius:9px;padding:10px;font-weight:800}.back{display:inline-block;margin-top:22px;color:#0875d1;font-weight:800}
.info{background:#f7faff;border-top:1px solid #e3ebf4;padding:38px 0}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.info-card{background:#fff;border:1px solid #e0e8f1;border-radius:14px;padding:20px}.info-card h3{margin:0 0 7px}.info-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.8}
.no-results{display:none;text-align:center;padding:35px;color:var(--muted);border:1px dashed #d7e1ec;border-radius:14px}
footer{background:#031a39;color:#9fb2c9;padding:18px 0;text-align:center;font-size:12px}
@media(max-width:900px){.navlinks{display:none}.hero-inner{grid-template-columns:1fr;text-align:center}.hero-img{margin:auto}.grid{grid-template-columns:1fr 1fr}.info-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.logo img{width:150px}.grid,.info-grid{grid-template-columns:1fr}.page-hero h1{font-size:34px}.section-title{display:block}.section-title p{margin-top:5px}}

.logo img{
  width:285px;
  height:105px;
  object-fit:contain;
  mix-blend-mode:normal;
}
html[dir="ltr"] .nav .logo{
  margin-left:0;
  margin-right:0;
}
.lang{margin-inline-start:auto;}
@media(max-width:600px){
  .header,.nav{height:82px}
  .logo img{width:190px;height:76px}
}
