@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;600;700;800;900&display=swap");


:root{--primary:#181562;--secondary:#0272bc;--ink:#152039;--muted:#6c7890;--light:#f6f9fc;--white:#fff;--shadow:0 18px 45px rgba(24,21,98,.12);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 36px));margin:auto}.section{padding:92px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--secondary);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.8rem}.eyebrow:before{content:'';width:30px;height:3px;border-radius:3px;background:var(--secondary)}h1,h2,h3{line-height:1.15;margin-top:0}.section-title{font-size:clamp(2rem,4vw,3.15rem);margin:12px 0 18px}.lead{font-size:1.08rem;color:var(--muted);max-width:760px}.topbar{background:var(--primary);color:#fff;font-size:.9rem}.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:9px 0;flex-wrap:wrap}.topbar a{opacity:.92}.navbar{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.96);backdrop-filter:blur(15px);border-bottom:1px solid #e8edf5}.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;font-weight:900;color:var(--primary)}.brand img{width:54px;height:54px;object-fit:contain}.brand strong{font-size:1.05rem}.nav-links{display:flex;align-items:center;gap:24px;font-weight:700;font-size:.94rem}.nav-links a:hover,.nav-links a.active{color:var(--secondary)}.menu-btn{display:none;border:0;background:var(--light);width:44px;height:44px;border-radius:12px;font-size:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 20px;border-radius:13px;font-weight:800;transition:.25s}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;box-shadow:0 10px 25px rgba(2,114,188,.25)}.btn-primary:hover{transform:translateY(-2px)}.btn-light{background:#fff;color:var(--primary)}
.hero{min-height:680px;display:grid;align-items:center;position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 80% 20%,rgba(2,114,188,.85),transparent 35%),linear-gradient(125deg,#0e0c43 0%,#181562 55%,#0272bc 100%)}.hero:before,.hero:after{content:'';position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.15)}.hero:before{width:520px;height:520px;right:-120px;top:30px}.hero:after{width:360px;height:360px;right:80px;bottom:-180px}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center;position:relative;z-index:2}.hero h1{font-size:clamp(2.8rem,6vw,5.1rem);margin:15px 0 24px}.hero p{font-size:1.15rem;max-width:700px;color:rgba(255,255,255,.84)}.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:30px}.hero-card{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(10px);padding:28px;border-radius:28px;box-shadow:0 30px 70px rgba(0,0,0,.15)}.hero-card .metric{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.metric div{padding:18px;border-radius:18px;background:rgba(255,255,255,.1)}.metric strong{display:block;font-size:1.65rem}.metric span{font-size:.88rem;color:rgba(255,255,255,.72)}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.image-panel{min-height:440px;border-radius:28px;background:linear-gradient(145deg,rgba(24,21,98,.06),rgba(2,114,188,.17));padding:28px;display:grid;place-items:center;box-shadow:var(--shadow)}.image-panel img{max-height:360px}.info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px}.card{background:#fff;border:1px solid #e8edf5;border-radius:var(--radius);padding:26px;box-shadow:0 12px 28px rgba(26,42,78,.06);transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card .icon{width:52px;height:52px;border-radius:15px;background:linear-gradient(135deg,rgba(24,21,98,.1),rgba(2,114,188,.14));display:grid;place-items:center;color:var(--primary);font-size:1.35rem;font-weight:900;margin-bottom:18px}.card p{color:var(--muted);margin-bottom:0}.bg-light{background:var(--light)}.service-grid,.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{position:relative;min-height:360px;border-radius:26px;overflow:hidden;color:#fff;display:flex;align-items:flex-end;padding:28px;box-shadow:var(--shadow)}.product-card:before{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(9,12,40,.9),rgba(9,12,40,.08) 70%)}.product-card>*{position:relative}.product-card h3{font-size:1.75rem;margin-bottom:7px}.product-card p{color:rgba(255,255,255,.8)}.moni-bg{background:linear-gradient(135deg,#ec353a,#a5ce56)}.pheno-bg{background:linear-gradient(135deg,#ed2027,#35aae1)}.cleanup-bg{background:linear-gradient(135deg,#35aae1,#ed2027)}
.slider{position:relative;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:#dde7f3}.slides{display:flex;transition:transform .5s ease}.slide{min-width:100%;height:500px;position:relative}.slide img{width:100%;height:100%;object-fit:cover}.slide:after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(7,10,35,.72),transparent 60%)}.slide-caption{position:absolute;z-index:3;left:32px;bottom:28px;color:#fff;max-width:600px}.slide-caption h3{font-size:2rem;margin-bottom:8px}.slider-btn{position:absolute;z-index:4;top:50%;transform:translateY(-50%);border:0;width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.9);color:var(--primary);font-size:1.4rem;cursor:pointer}.prev{left:18px}.next{right:18px}.dots{position:absolute;z-index:4;bottom:20px;right:26px;display:flex;gap:8px}.dot{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.45)}.dot.active{background:#fff;width:24px;border-radius:10px}.certs{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cert{padding:28px;border-radius:20px;background:#fff;border:1px solid #e7edf6;text-align:center}.cert strong{font-size:1.35rem;color:var(--primary)}.why{background:linear-gradient(135deg,var(--primary),#0a79ba);color:#fff;border-radius:36px;padding:54px}.why-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:40px}.checklist{display:grid;grid-template-columns:1fr 1fr;gap:14px}.check{padding:14px 16px;border-radius:14px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15)}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}.contact-card{background:#fff;border:1px solid #e8edf5;border-radius:26px;padding:30px;box-shadow:var(--shadow)}.contact-list{display:grid;gap:14px}.contact-item{padding:15px;border-radius:15px;background:var(--light)}.map{height:420px;border:0;width:100%;border-radius:22px}.footer{background:#0e1530;color:#dbe4f2;padding:60px 0 20px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:40px}.footer h4{color:#fff}.footer a{color:#c8d6ea}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.1);margin-top:35px;padding-top:20px;color:#94a2b8;font-size:.92rem}
.brand-hero{min-height:520px;color:#fff;display:grid;align-items:center;position:relative;overflow:hidden}.brand-hero .container{position:relative;z-index:2}.brand-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,30,.82),rgba(8,8,30,.22))}.brand-hero h1{font-size:clamp(3rem,7vw,5.6rem);margin-bottom:15px}.brand-hero.moni{background:linear-gradient(120deg,rgba(236,53,58,.70),rgba(165,206,86,.44)),url("../../images/brands/moni/products/moni-cover.jpg") center/cover no-repeat}.brand-hero.pheno{background:linear-gradient(120deg,rgba(237,32,39,.64),rgba(53,170,225,.48)),url("../../images/brands/phenoclean/products/phenoclean-cover.jpg") center/cover no-repeat}.brand-hero.cleanup{background:linear-gradient(120deg,#35aae1,#ed2027)}.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.spec{padding:22px;border:1px solid #e8edf5;border-radius:18px;background:#fff}.spec strong{display:block;color:var(--primary);margin-bottom:4px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-grid img{height:260px;width:100%;object-fit:cover;border-radius:18px;transition:.25s}.gallery-grid img:hover{transform:scale(1.02)}
@media(max-width:980px){.nav-links{position:fixed;inset:78px 0 auto 0;background:#fff;display:none;flex-direction:column;align-items:stretch;padding:22px 28px;box-shadow:0 20px 30px rgba(0,0,0,.08)}.nav-links.open{display:flex}.menu-btn{display:block}.hero-grid,.grid-2,.why-grid,.contact-grid{grid-template-columns:1fr}.hero{min-height:auto;padding:90px 0}.hero-card{max-width:650px}.service-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}.product-grid,.certs,.spec-grid,.gallery-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.slide{height:420px}}
@media(max-width:640px){.section{padding:66px 0}.topbar .container{justify-content:center;text-align:center}.brand strong{display:none}.info-cards,.service-grid,.feature-grid,.product-grid,.certs,.spec-grid,.gallery-grid,.checklist,.footer-grid{grid-template-columns:1fr}.hero h1{font-size:2.8rem}.hero-card .metric{grid-template-columns:1fr 1fr}.slide{height:360px}.slide-caption{left:20px;right:20px;bottom:22px}.slide-caption h3{font-size:1.5rem}.why{padding:30px 22px;border-radius:24px}}

/* Official brand logos - v2 */
.brand img{width:76px;height:58px;border-radius:10px;object-fit:contain;background:#fff}
.footer img[src*="almurad-logo"]{background:#fff;padding:4px;object-fit:contain}
.product-card{padding-top:150px}
.product-logo{position:absolute!important;top:28px;left:28px;right:28px;width:calc(100% - 56px);height:105px;object-fit:contain;object-position:center;z-index:2;filter:drop-shadow(0 8px 14px rgba(0,0,0,.22))}
.product-card:before{z-index:1}.product-card>div{z-index:2}
.brand-hero-logo{position:relative;z-index:3;width:min(520px,85vw);max-height:220px;object-fit:contain;object-position:left center;filter:drop-shadow(0 14px 24px rgba(0,0,0,.25));margin:10px 0 18px}
.brand-intro-logo{width:100%;max-width:520px;max-height:330px;object-fit:contain!important}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:640px){.brand img{width:64px;height:48px}.product-card{padding-top:135px}.product-logo{height:90px;top:24px}.brand-hero-logo{max-height:170px}}

/* MONI real product gallery - v3 */
.moni-slider .slide{height:620px}.moni-slider .slide img{object-position:center}.moni-slider .slide-caption{background:rgba(7,10,35,.46);backdrop-filter:blur(5px);padding:14px 18px;border-radius:14px}.moni-slider .slide-caption p{margin:0;color:rgba(255,255,255,.88)}
@media(max-width:980px){.moni-slider .slide{height:500px}}
@media(max-width:640px){.moni-slider .slide{height:410px}.moni-slider .slide-caption{padding:10px 12px}}


/* PHENOCLEAN real product gallery - v4 */
.pheno-slider .slide{height:620px}.pheno-slider .slide img{object-position:center}.pheno-slider .slide-caption{background:rgba(7,10,35,.46);backdrop-filter:blur(5px);padding:14px 18px;border-radius:14px}.pheno-slider .slide-caption p{margin:0;color:rgba(255,255,255,.88)}
@media(max-width:980px){.pheno-slider .slide{height:500px}}
@media(max-width:640px){.pheno-slider .slide{height:410px}.pheno-slider .slide-caption{padding:10px 12px}}


/* Arabic / English bilingual support - v5 */
.lang-switch{padding:8px 14px;border:1px solid var(--secondary);border-radius:10px;color:var(--secondary)!important;font-weight:800;white-space:nowrap}.lang-switch:hover{background:var(--secondary);color:#fff!important}
html[dir="rtl"] body{font-family:"Tajawal","Segoe UI",Tahoma,Arial,sans-serif;text-align:right}
html[dir="rtl"] .topbar .container,html[dir="rtl"] .nav-wrap,html[dir="rtl"] .hero-actions{direction:rtl}
html[dir="rtl"] .brand-hero-logo{object-position:right center}
html[dir="rtl"] .slide-caption{left:auto;right:32px;text-align:right}
html[dir="rtl"] .dots{right:auto;left:26px}
html[dir="rtl"] .prev{left:auto;right:18px}html[dir="rtl"] .next{right:auto;left:18px}
html[dir="rtl"] .eyebrow:before{order:2}
html[dir="rtl"] .product-logo{left:28px;right:28px}
@media(max-width:640px){html[dir="rtl"] .slide-caption{left:20px;right:20px}}

html[dir="rtl"] button,html[dir="rtl"] input,html[dir="rtl"] textarea,html[dir="rtl"] select{font-family:"Tajawal","Segoe UI",Tahoma,Arial,sans-serif}

/* Arabic galleries use the same LTR navigation/slide direction as English - v7 */
html[dir="rtl"] .slider{
  direction:ltr;
}
html[dir="rtl"] .slider .slides{
  direction:ltr;
}
html[dir="rtl"] .slider .prev{
  left:18px;
  right:auto;
}
html[dir="rtl"] .slider .next{
  right:18px;
  left:auto;
}
html[dir="rtl"] .slider .dots{
  right:26px;
  left:auto;
  direction:ltr;
}
html[dir="rtl"] .slider .slide-caption{
  direction:rtl;
  text-align:right;
  left:32px;
  right:auto;
}
@media(max-width:640px){
  html[dir="rtl"] .slider .slide-caption{
    left:20px;
    right:20px;
  }
}
