/* CCTV BLOG BUNDLE V1 — source order preserved */

/* SOURCE: assets/css/style.css */
:root{--primary:#009688;--secondary:#2F7DD1;--secondary2:#2563EB;--dark:#0f172a;--text:#111827;--muted:#64748b;--soft:#f5fbff;--white:#fff;--border:#e5edf5;--shadow:0 18px 50px rgba(15,23,42,.08)}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Cairo',Arial,sans-serif;background:#fff;color:var(--text);line-height:1.8;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.en{font-family:Arial,sans-serif}.topbar{background:linear-gradient(90deg,var(--primary),var(--secondary));color:#fff;font-size:14px}.topbar-inner{height:42px;display:flex;align-items:center;justify-content:space-between;gap:14px}.topbar a{font-weight:700}.site-header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);box-shadow:0 8px 28px rgba(15,23,42,.07);z-index:999}.nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand img{height:72px;width:auto;object-fit:contain}.menu{display:flex;list-style:none;gap:22px;align-items:center}.menu a{font-size:15px;font-weight:900;color:#172033;position:relative;padding:9px 0}.menu a:hover,.menu a.active{color:var(--primary)}.menu a.active:after,.menu a:hover:after{content:"";position:absolute;right:0;bottom:-2px;width:100%;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--secondary))}.actions{display:flex;gap:10px;align-items:center}.btn,.btn-small{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:14px;font-weight:900;transition:.25s;white-space:nowrap;border:0;cursor:pointer}.btn-small{padding:11px 17px;color:#fff}.btn-call{background:var(--secondary)}.btn-wa{background:#22c55e}.btn-main{padding:15px 28px;background:linear-gradient(135deg,var(--primary),#087e75);color:#fff;box-shadow:0 12px 28px rgba(0,150,136,.22)}.btn-outline{padding:14px 26px;background:#fff;color:var(--dark);border:2px solid var(--primary)}.btn-light{padding:14px 26px;background:#fff;color:var(--primary)}.btn:hover,.btn-small:hover{transform:translateY(-3px)}.mobile-toggle{display:none;width:48px;height:48px;border:0;background:#eef7ff;border-radius:14px;color:var(--dark);font-size:22px}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 15% 25%,rgba(0,150,136,.12),transparent 32%),radial-gradient(circle at 85% 35%,rgba(47,125,209,.12),transparent 32%),linear-gradient(135deg,#f8fdff 0%,#edf8fb 58%,#ffffff 100%);padding:84px 0 62px}.hero:before{content:"";position:absolute;right:-230px;top:110px;width:660px;height:660px;border-radius:50%;border:75px solid rgba(47,125,209,.045)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}.hero-copy{text-align:right}.badge{display:inline-flex;gap:8px;align-items:center;background:#fff;color:var(--primary);border:1px solid var(--border);border-radius:999px;padding:10px 22px;font-weight:900;box-shadow:0 10px 24px rgba(15,23,42,.07);margin-bottom:22px}.hero h1{font-size:clamp(38px,5vw,68px);line-height:1.2;color:var(--dark);font-weight:900;letter-spacing:-1.3px;margin-bottom:20px}.hero h1 span{display:block;background:linear-gradient(90deg,var(--secondary),var(--primary));-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{font-size:20px;line-height:2;color:#334155;max-width:680px;margin-bottom:24px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:24px 0}.hero-points{display:flex;gap:14px;flex-wrap:wrap;color:#334155;font-weight:900}.hero-points i{color:var(--primary)}.hero-media{position:relative}.hero-media-card{background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.9);border-radius:36px;padding:18px;box-shadow:var(--shadow)}.hero-media-card img{filter:drop-shadow(0 28px 45px rgba(47,125,209,.16));border-radius:26px}.mini-contact{position:absolute;left:-20px;bottom:34px;display:flex;flex-direction:column;gap:10px}.mini-contact a{padding:13px 17px;border-radius:14px;color:#fff;font-weight:900;box-shadow:0 14px 30px rgba(15,23,42,.16)}.section{padding:78px 0}.section.alt{background:#f8fbff}.section-head{text-align:center;margin-bottom:36px}.section-tag{display:inline-flex;align-items:center;justify-content:center;background:#e6f7f4;color:var(--primary);padding:8px 18px;border-radius:999px;font-weight:900;margin-bottom:12px}.section h2,.section-title{font-size:clamp(29px,3.5vw,46px);font-weight:900;color:var(--dark);line-height:1.35;margin-bottom:8px}.section-desc{color:var(--muted);font-size:18px;max-width:760px;margin:auto}.stats-panel{margin-top:-32px;position:relative;z-index:3}.stats-grid{background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:24px;overflow:hidden;color:#fff;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 22px 55px rgba(0,150,136,.18)}.stat{text-align:center;padding:26px 16px;position:relative}.stat:not(:last-child):after{content:"";position:absolute;left:0;top:25%;height:50%;width:1px;background:rgba(255,255,255,.22)}.stat i{font-size:30px;margin-bottom:8px}.stat strong{display:block;font-size:32px;font-weight:900}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.service-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:18px;text-align:center;box-shadow:var(--shadow);transition:.25s;min-height:322px;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-8px);border-color:rgba(0,150,136,.32);box-shadow:0 26px 60px rgba(0,150,136,.12)}.service-img{height:154px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.service-img img{max-height:150px;object-fit:contain;border-radius:16px}.service-card h3{font-size:21px;font-weight:900;color:var(--dark);margin-bottom:7px}.service-card p{font-size:15px;color:var(--muted);line-height:1.75;flex:1}.service-card span{color:var(--primary);font-weight:900;margin-top:12px}.brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.brand-chip{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px;text-align:center;box-shadow:0 10px 30px rgba(15,23,42,.05);font-weight:900;font-size:21px;color:var(--dark)}.brand-chip small{display:block;color:var(--muted);font-size:13px;margin-top:4px}.brand-chip:hover{color:var(--primary);border-color:#bde9e4}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature{background:#fff;border:1px solid var(--border);border-radius:22px;padding:26px;text-align:center;box-shadow:var(--shadow)}.feature i{font-size:34px;color:var(--primary);margin-bottom:12px}.feature h3{font-size:21px;font-weight:900;color:var(--dark)}.feature p{color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:step}.step{background:#fff;border:1px solid var(--border);border-radius:22px;padding:24px;box-shadow:var(--shadow);position:relative}.step:before{counter-increment:step;content:counter(step);display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;font-weight:900;margin-bottom:12px}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.panel{background:#fff;border:1px solid var(--border);border-radius:24px;padding:28px;box-shadow:var(--shadow)}.panel h3{font-size:24px;font-weight:900;color:var(--dark);margin-bottom:12px}.list{list-style:none;display:grid;gap:10px}.list li{display:flex;gap:10px;align-items:flex-start;color:#334155}.list i{color:var(--primary);margin-top:7px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:24px;box-shadow:var(--shadow)}.article-card h3{font-size:20px;font-weight:900;color:var(--dark);margin-bottom:7px}.article-card p{color:var(--muted)}.areas-grid{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.pill{background:#fff;border:1px solid var(--border);border-radius:14px;padding:10px 16px;font-weight:900;color:#1f2937}.pill:hover{color:var(--primary);border-color:#bde9e4}.projects-ready{background:#fff;border:1px dashed #b7d9e9;border-radius:24px;padding:32px;text-align:center;max-width:820px;margin:auto;color:#334155}.projects-ready i{font-size:42px;color:var(--primary);margin-bottom:12px}.cta{background:linear-gradient(135deg,#effcff,#eef6ff);padding:70px 0}.cta-card{background:#fff;border:1px solid var(--border);border-radius:28px;padding:36px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:var(--shadow)}.quote-form{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.quote-form input,.quote-form select,.quote-form textarea{border:1px solid #dce7f3;border-radius:14px;padding:13px 14px;font-family:inherit;font-size:15px;outline:none}.quote-form textarea{grid-column:1/-1;min-height:100px}.quote-form button{grid-column:1/-1}.page-hero{background:linear-gradient(135deg,#f8fdff,#eef8fb);padding:74px 0;text-align:center}.page-hero h1{font-size:clamp(34px,4vw,56px);font-weight:900;color:var(--dark)}.page-hero p{max-width:760px;margin:12px auto 0;color:#334155;font-size:19px}.page-layout{display:grid;grid-template-columns:2fr 1fr;gap:26px;align-items:start}.content-box{background:#fff;border:1px solid var(--border);border-radius:24px;padding:30px;box-shadow:var(--shadow)}.content-box h2,.content-box h3{color:var(--dark);font-weight:900;margin:20px 0 10px}.content-box p{color:#334155;margin-bottom:12px}.side-box{position:sticky;top:110px;background:#fff;border:1px solid var(--border);border-radius:24px;padding:24px;box-shadow:var(--shadow)}.map-box{border-radius:22px;overflow:hidden;border:1px solid var(--border);min-height:300px;background:#eef7ff;display:grid;place-items:center;text-align:center;padding:20px}.footer{background:#071529;color:#fff;padding:54px 0 18px}.footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr;gap:28px}.footer img{height:78px;margin-bottom:12px}.footer h3{font-size:20px;margin-bottom:14px}.footer p,.footer a{color:#cbd5e1;display:block;margin-bottom:8px}.footer a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.10);text-align:center;color:#cbd5e1;margin-top:30px;padding-top:18px}.floating{position:fixed;left:18px;bottom:18px;z-index:800;display:flex;flex-direction:column;gap:10px}.float-btn{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;box-shadow:0 16px 35px rgba(0,0,0,.18)}.float-wa{background:#22c55e}.float-call{background:var(--secondary)}.back-top{position:fixed;right:18px;bottom:18px;width:48px;height:48px;border-radius:50%;background:var(--primary);color:#fff;display:none;align-items:center;justify-content:center;z-index:800}.back-top.show{display:flex}.drawer{display:none}.overlay{display:none}
@media(max-width:1100px){.menu,.actions{display:none}.mobile-toggle{display:block}.topbar{display:none}.nav{height:76px}.brand img{height:60px}.drawer{display:block;position:fixed;top:0;right:-90%;width:min(370px,88%);height:100vh;background:#fff;z-index:1100;padding:22px;transition:.3s;overflow-y:auto}.drawer.active{right:0}.drawer-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.drawer a{display:flex;align-items:center;gap:10px;padding:14px;border-radius:14px;background:#f8fbff;margin-bottom:10px;font-weight:900;color:var(--dark)}.drawer .drawer-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:14px}.overlay{display:block;position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:1090;opacity:0;visibility:hidden;transition:.25s}.overlay.active{opacity:1;visibility:visible}.hero-grid{grid-template-columns:1fr;text-align:center}.hero-copy{text-align:center}.hero p{margin-inline:auto}.hero-actions,.hero-points{justify-content:center}.mini-contact{display:none}.services-grid{grid-template-columns:repeat(2,1fr)}.brand-grid,.feature-grid,.steps,.article-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.content-grid,.page-layout{grid-template-columns:1fr}.side-box{position:static}.cta-card{display:block;text-align:center}.quote-form{margin-top:22px}.stats-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.hero{padding:56px 0 40px}.hero h1{font-size:35px}.hero p{font-size:17px}.btn,.btn-main,.btn-outline,.btn-light{width:100%}.stats-grid,.services-grid,.brand-grid,.feature-grid,.steps,.article-grid,.footer-grid{grid-template-columns:1fr}.stat:after{display:none}.service-card{min-height:auto}.service-img{height:130px}.quote-form{grid-template-columns:1fr}.quote-form textarea,.quote-form button{grid-column:auto}.section{padding:54px 0}.footer{text-align:center}.footer img{margin-inline:auto}.floating{left:12px;bottom:12px}.float-btn{width:52px;height:52px}}

/* V12 final polish */
.contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:start}.contact-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.contact-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:22px;box-shadow:var(--shadow)}.contact-card i{width:46px;height:46px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:#e6f7f4;color:var(--primary);font-size:22px;margin-bottom:10px}.contact-card h3{font-size:20px;font-weight:900;color:var(--dark);margin-bottom:6px}.contact-card p,.contact-card a{color:#334155;font-weight:700}.contact-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.solution-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:24px;box-shadow:var(--shadow);text-align:center}.solution-card i{font-size:34px;color:var(--primary);margin-bottom:12px}.solution-card h3{font-size:21px;font-weight:900;color:var(--dark);margin-bottom:8px}.solution-card p{color:var(--muted)}.price-note{background:linear-gradient(135deg,#f7fffd,#f3f8ff);border:1px solid var(--border);border-radius:22px;padding:22px;margin-top:18px;color:#334155}.page-service-image{border-radius:24px;margin-bottom:22px;background:#fff;border:1px solid var(--border);padding:12px;box-shadow:0 12px 35px rgba(15,23,42,.06)}
@media(max-width:900px){.contact-grid,.solution-grid{grid-template-columns:1fr}.contact-cards{grid-template-columns:1fr}}

/* === FINAL HOTFIX: parking image + contact/side layout overlap === */
.page-service-image{
  width:100%;
  max-height:520px;
  object-fit:contain;
  object-position:center;
  background:#fff;
  display:block;
}
.service-img img[src*="service-parking"]{
  width:100%;
  max-height:150px;
  object-fit:contain;
  object-position:center;
}
.page-layout{
  grid-template-columns:minmax(0,2fr) minmax(280px,360px);
  align-items:start;
}
.content-box,.side-box,.map-box{
  min-width:0;
  overflow:visible;
}
.side-box{
  z-index:1;
  height:auto;
  max-height:none;
}
.side-box .btn,
.side-box .pill{
  width:100%;
  margin-inline:0;
  text-align:center;
}
.contact-grid{
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
  align-items:stretch;
}
.contact-grid .content-box,
.contact-grid .map-box{
  height:auto;
  min-height:100%;
}
.contact-grid .map-box{
  position:relative;
  z-index:0;
  overflow:hidden;
}
.contact-card{overflow-wrap:anywhere;word-break:normal}
@media(max-width:1100px){
  .page-layout,.contact-grid{grid-template-columns:1fr!important;}
  .side-box{position:static!important;top:auto!important;order:2;}
  .content-box{order:1;}
  .page-service-image{max-height:420px;}
}
@media(max-width:700px){
  .page-service-image{max-height:300px;padding:8px;border-radius:18px;}
  .content-box,.side-box,.map-box{padding:20px;border-radius:20px;}
  .contact-actions{display:grid;grid-template-columns:1fr;}
}


/* === V14 FINAL FIXES: contact overlap, stable side cards, parking/smart-lock images === */
.side-box{position:static!important;top:auto!important;align-self:start;z-index:0;}
.page-layout{grid-template-columns:minmax(0,2fr) minmax(290px,360px)!important;align-items:start!important;}
.content-box,.side-box,.map-box{min-width:0;overflow:visible;}
.contact-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr)!important;gap:24px;align-items:start!important;}
.contact-grid .content-box,.contact-grid .map-box{position:static!important;top:auto!important;height:auto!important;min-height:auto!important;align-self:start!important;}
.map-box{overflow:visible!important;}
.page-service-image{width:100%;height:auto;max-height:560px;object-fit:contain;object-position:center;background:#fff;display:block;}
.service-img{display:flex;align-items:center;justify-content:center;background:#fff;}
.service-img img{width:100%;height:100%;object-fit:contain;object-position:center;}
@media(max-width:1100px){.page-layout,.contact-grid{grid-template-columns:1fr!important}.side-box{order:2}.content-box{order:1}.page-service-image{max-height:420px}}
@media(max-width:700px){.contact-grid{gap:16px}.page-service-image{max-height:310px}.content-box,.side-box,.map-box{padding:20px!important}}


/* === V15 FINAL FIX: correct service images + no side/contact overlap === */
.page-layout{align-items:start!important;overflow:visible!important;}
.side-box{position:static!important;top:auto!important;z-index:1!important;overflow:visible!important;height:auto!important;min-height:auto!important;align-self:start!important;}
.content-box{position:relative;z-index:0;overflow:visible!important;}
.contact-grid{display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)!important;gap:28px!important;align-items:start!important;overflow:visible!important;}
.contact-grid .content-box,.contact-grid .map-box{position:static!important;top:auto!important;z-index:auto!important;height:auto!important;min-height:0!important;overflow:visible!important;}
.page-service-image{width:100%!important;max-height:520px!important;object-fit:contain!important;object-position:center!important;background:#fff!important;border-radius:24px!important;}
.service-img img{max-width:100%!important;max-height:150px!important;object-fit:contain!important;}
.services-grid{grid-template-columns:repeat(auto-fit,minmax(235px,1fr))!important;}
.service-card{min-height:322px!important;}
@media(max-width:1100px){.page-layout,.contact-grid{grid-template-columns:1fr!important}.side-box{order:2!important}.content-box{order:1!important}.map-box{order:2!important}.page-service-image{max-height:420px!important}}
@media(max-width:700px){.page-service-image{max-height:300px!important}.contact-grid{gap:18px!important}.contact-actions{display:grid!important;grid-template-columns:1fr!important}.service-card{min-height:auto!important}}


/* === V16 FINAL: stable layout, correct product images, fast paint === */
html{scroll-padding-top:100px}body{font-display:swap}.site-header{contain:layout paint}.hero-media-card img,.page-service-image,.service-img img{content-visibility:auto}.services-grid{grid-template-columns:repeat(auto-fit,minmax(235px,1fr))!important}.service-card{min-height:322px!important}.service-img{height:154px!important;background:#fff!important;overflow:hidden}.service-img img{width:100%!important;height:100%!important;max-width:100%!important;max-height:150px!important;object-fit:contain!important;object-position:center!important;border-radius:14px!important}.page-layout{display:grid!important;grid-template-columns:minmax(0,2fr) minmax(280px,.9fr)!important;gap:36px!important;align-items:start!important;overflow:visible!important}.side-box{position:static!important;top:auto!important;z-index:1!important;height:auto!important;min-height:auto!important;align-self:start!important}.content-box{position:relative!important;z-index:0!important;overflow:visible!important}.page-service-image{width:100%!important;height:auto!important;max-height:520px!important;object-fit:contain!important;object-position:center!important;background:#fff!important;border-radius:24px!important;border:1px solid var(--border)!important;padding:18px!important;box-shadow:0 12px 32px rgba(15,23,42,.06)!important}.contact-grid{display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)!important;gap:28px!important;align-items:start!important;overflow:visible!important}.contact-grid .content-box,.contact-grid .map-box{position:static!important;top:auto!important;height:auto!important;min-height:0!important;overflow:visible!important;align-self:start!important}.contact-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:20px 0}.contact-card{background:#f8fbff;border:1px solid var(--border);border-radius:18px;padding:18px}.contact-card i{font-size:24px;color:var(--primary);margin-bottom:8px}.contact-actions{display:flex;gap:12px;flex-wrap:wrap}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.audience-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:24px;box-shadow:var(--shadow)}.audience-card i{font-size:30px;color:var(--primary);margin-bottom:10px}.audience-card h3{font-size:21px;font-weight:900;color:var(--dark);margin-bottom:8px}.audience-card p{color:var(--muted)}@media(max-width:1100px){.page-layout,.contact-grid{grid-template-columns:1fr!important}.side-box{order:2!important}.content-box{order:1!important}.map-box{order:2!important}.page-service-image{max-height:420px!important}.audience-grid{grid-template-columns:1fr 1fr}}@media(max-width:700px){.page-service-image{max-height:310px!important;padding:10px!important}.service-card{min-height:auto!important}.contact-cards,.audience-grid{grid-template-columns:1fr!important}.contact-actions{display:grid!important;grid-template-columns:1fr!important}.content-box,.side-box,.map-box{padding:20px!important}.hero{padding-top:54px!important}.brand img{height:58px!important}}

/* ===== V19 Arabic related services and service contact fix ===== */
.related-services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:16px 0 26px}.related-card{background:#f8fbff;border:1px solid var(--border);border-radius:20px;padding:14px;display:flex;gap:12px;align-items:center;box-shadow:0 10px 28px rgba(15,23,42,.05);transition:.25s}.related-card:hover{transform:translateY(-4px);border-color:#bde9e4;box-shadow:0 16px 40px rgba(0,150,136,.10)}.related-card img{width:76px;height:64px;object-fit:contain;background:#fff;border-radius:14px;border:1px solid #edf3f8;padding:6px;flex:0 0 auto}.related-card h4{font-size:16px;line-height:1.4;color:var(--dark);font-weight:900;margin:0 0 3px}.related-card p{font-size:13px;line-height:1.55;color:var(--muted);margin:0}.service-area-note{display:flex;align-items:flex-start;gap:10px;background:#f8fbff;border:1px solid var(--border);border-radius:16px;padding:14px;margin:14px 0 10px;color:#334155;font-weight:800}.service-area-note i{color:var(--primary);margin-top:5px}.service-contact-btn{margin-top:0!important;width:100%!important}.side-box .btn{width:100%!important;margin-top:10px}.side-box .btn:first-of-type{margin-top:0}@media(max-width:900px){.related-services{grid-template-columns:1fr 1fr}}@media(max-width:560px){.related-services{grid-template-columns:1fr}.related-card{align-items:flex-start}.related-card img{width:82px;height:70px}}

.faq-list{max-width:900px;margin:auto;display:grid;gap:14px}.faq-list details{background:#fff;border:1px solid var(--border);border-radius:16px;padding:18px;box-shadow:var(--shadow)}.faq-list summary{font-weight:900;cursor:pointer}.faq-list p{color:var(--muted);line-height:1.8;margin-top:10px}


/* === V30 CLEAN FIXES === */

/* Fix duplicated brand sizes */
.brand img{height:60px !important; width:auto;}

/* Fix header text scaling consistency */
h1{
  font-size:clamp(34px,4vw,56px) !important;
  line-height:1.2;
  font-weight:900;
}

/* prevent mobile header overflow */
.site-header .nav{
  flex-wrap:wrap;
}

/* improve topbar spacing on mobile */
@media(max-width:768px){
  .topbar-inner{
    flex-direction:column;
    height:auto;
    padding:8px 0;
    gap:6px;
    text-align:center;
  }
}

/* === V30.4 MINIMAL HOTFIX: stable hero + drawer logo === */
.hero-media-card{
  max-width:620px;
  margin-inline:auto;
  overflow:hidden;
}
.hero-media-card img{
  width:100% !important;
  height:auto !important;
  max-height:460px !important;
  object-fit:contain !important;
  object-position:center !important;
}
.drawer-head img{
  height:58px !important;
  width:auto !important;
  max-width:170px !important;
  object-fit:contain !important;
}
@media(max-width:700px){
  .hero{padding:42px 0 44px !important;}
  .hero-grid{gap:22px !important;}
  .hero-media{width:100% !important;}
  .hero-media-card{
    max-width:92vw !important;
    padding:10px !important;
    border-radius:24px !important;
  }
  .hero-media-card img{
    max-height:285px !important;
    border-radius:18px !important;
  }
  .drawer-head img{
    height:54px !important;
    max-width:155px !important;
  }
  .brand img{
    height:48px !important;
    max-width:92px !important;
  }
}


/* === V30.5 DESKTOP RESTORE: keep mobile fixes, restore desktop hero size === */
@media (min-width:701px){
  .hero-media-card{
    max-width:none !important;
    margin-inline:0 !important;
    overflow:visible !important;
  }
  .hero-media-card img{
    width:100% !important;
    height:auto !important;
    max-height:none !important;
    object-fit:contain !important;
  }
  .brand img{
    height:72px !important;
    width:auto !important;
    max-width:none !important;
    object-fit:contain !important;
  }
}

/* === V30.6 SAFE DESKTOP HEADER RESTORE === */
@media (min-width:1101px){
  .site-header{display:block!important;overflow:visible!important;}
  .site-header .nav{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:space-between!important;
    height:86px!important;
    overflow:visible!important;
  }
  .site-header .brand{display:flex!important;align-items:center!important;flex:0 0 auto!important;}
  .site-header .brand img{height:72px!important;width:auto!important;max-width:none!important;object-fit:contain!important;}
  .site-header .menu{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    position:static!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:16px!important;
    list-style:none!important;
    flex:1 1 auto!important;
    min-width:0!important;
    overflow:visible!important;
    white-space:nowrap!important;
  }
  .site-header .menu li{display:block!important;flex:0 0 auto!important;}
  .site-header .menu a{display:inline-flex!important;align-items:center!important;font-size:14px!important;line-height:1.35!important;}
  .site-header .actions{display:flex!important;visibility:visible!important;opacity:1!important;flex:0 0 auto!important;}
  .site-header .mobile-toggle{display:none!important;}
  .drawer,.overlay{display:none!important;}
}
@media (max-width:1100px){
  .site-header .menu,.site-header .actions{display:none!important;}
  .site-header .mobile-toggle{display:block!important;}
}

/* === V31 STABLE HEADER + HERO FIX ===
   هدفه تثبيت القالب بدون تغيير التصميم: القائمة في الكمبيوتر صف واحد، والجوال يستخدم الدرج. */
.site-header{overflow:visible!important;}
.site-header .nav{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;}
.site-header .brand{display:flex!important;align-items:center!important;flex:0 0 auto!important;min-width:auto!important;}
.site-header .brand img{width:auto!important;height:64px!important;max-width:140px!important;object-fit:contain!important;}

@media (min-width:1101px){
  .site-header .nav{height:86px!important;flex-wrap:nowrap!important;}
  .site-header .menu{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:9px!important;
    list-style:none!important;
    flex:1 1 auto!important;
    min-width:0!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    white-space:nowrap!important;
    visibility:visible!important;
    opacity:1!important;
    position:static!important;
    padding:0 4px!important;
    margin:0!important;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .site-header .menu::-webkit-scrollbar{display:none!important;}
  .site-header .menu li{display:flex!important;flex:0 0 auto!important;margin:0!important;padding:0!important;}
  .site-header .menu a{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1.3!important;font-size:13px!important;font-weight:900!important;padding:8px 2px!important;white-space:nowrap!important;}
  .site-header .actions{display:flex!important;align-items:center!important;gap:7px!important;flex:0 0 auto!important;visibility:visible!important;opacity:1!important;}
  .site-header .actions .btn-small{padding:9px 11px!important;font-size:13px!important;border-radius:12px!important;}
  .site-header .mobile-toggle{display:none!important;}
  .drawer,.overlay{display:none!important;}
  .hero-media-card{max-width:620px!important;margin-inline:auto!important;overflow:hidden!important;}
  .hero-media-card img{width:100%!important;height:auto!important;max-height:460px!important;object-fit:contain!important;object-position:center!important;}
}

@media (min-width:1101px) and (max-width:1280px){
  .site-header .brand img{height:56px!important;max-width:118px!important;}
  .site-header .menu{gap:7px!important;}
  .site-header .menu a{font-size:12px!important;padding-inline:1px!important;}
  .site-header .actions .btn-small{padding:8px 9px!important;font-size:12px!important;}
}

@media (max-width:1100px){
  .site-header .nav{height:76px!important;flex-wrap:nowrap!important;}
  .site-header .menu,.site-header .actions{display:none!important;}
  .site-header .mobile-toggle{display:flex!important;align-items:center!important;justify-content:center!important;}
  .site-header .brand img{height:50px!important;max-width:110px!important;}
  .drawer{display:block!important;}
  .drawer-head img{height:54px!important;width:auto!important;max-width:155px!important;object-fit:contain!important;}
}

@media (max-width:700px){
  .hero{padding:42px 0 44px!important;}
  .hero-grid{gap:22px!important;}
  .hero-media-card{max-width:92vw!important;padding:10px!important;border-radius:24px!important;}
  .hero-media-card img{max-height:285px!important;border-radius:18px!important;}
}

/* === V40.2.1 HOTFIX: prevent related cards overlap on service pages === */
.content-box .related-services,
.content-box .msm-related-services,
.content-box .services-grid.related-services {
  display: none !important;
}

.page-layout{
  align-items:start !important;
  overflow:visible !important;
}
.content-box{
  overflow:visible !important;
  position:relative !important;
  z-index:0 !important;
}
.side-box{
  position:static !important;
  top:auto !important;
  z-index:1 !important;
}
.page-service-image{
  display:block !important;
  margin:0 auto 22px !important;
  max-width:520px !important;
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
}
@media(max-width:700px){
  .page-service-image{max-width:340px !important;}
}

/* SOURCE: assets/css/ms-visual-fix.css */
/* MS Visual Library V40.1.2 - service image display fix */
/* تكبير صور خدمات MS Visual داخل الصفحة الرئيسية وصفحات الخدمات بدون تغيير التصميم العام */

/* Service cards on homepage and listing sections */
.services-grid .service-card .service-img,
.service-card .service-img,
.services-grid .service-card picture,
.service-card picture {
  min-height: 185px !important;
  height: 185px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 10px 4px !important;
  overflow: visible !important;
}

.services-grid .service-card .service-img img,
.service-card .service-img img,
a.service-card img[src*="service-"],
.msm-service-card img[src*="service-"] {
  width: 100% !important;
  max-width: 245px !important;
  height: 165px !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  margin: 0 auto 10px !important;
  transition: transform .25s ease;
}

.service-card:hover .service-img img,
a.service-card:hover img[src*="service-"] {
  transform: scale(1.04);
}

/* Main service page visual image */
.main-service-visual,
.service-hero img[src*="service-"],
.content img[src*="service-"],
section img[src*="/assets/images/service-"]:not(.brand img) {
  width: min(100%, 430px) !important;
  max-width: 430px !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Keep logo and small header images safe */
.site-header .brand img,
.brand img,
.logo img,
img[src*="logo"],
img[src$="we.png"] {
  height: auto !important;
  object-fit: contain !important;
}

@media (max-width: 768px) {
  .services-grid .service-card .service-img,
  .service-card .service-img {
    min-height: 160px !important;
    height: 160px !important;
  }

  .services-grid .service-card .service-img img,
  .service-card .service-img img,
  a.service-card img[src*="service-"] {
    max-width: 220px !important;
    height: 145px !important;
  }

  .content img[src*="service-"],
  section img[src*="/assets/images/service-"]:not(.brand img) {
    width: min(100%, 340px) !important;
    max-width: 340px !important;
  }
}

/* === V40.2.1 RELATED SERVICES HOTFIX ===
   Fix related service cards overlap inside service content pages.
   Keeps images contained and prevents text/cards from covering each other. */
.content-box .related-services,
section .related-services,
.related-services{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:16px !important;
  align-items:stretch !important;
  overflow:visible !important;
  width:100% !important;
  max-width:100% !important;
  margin:22px 0 32px !important;
}

.content-box .related-card,
section .related-card,
.related-card{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:10px !important;
  min-width:0 !important;
  width:100% !important;
  max-width:100% !important;
  overflow:hidden !important;
  text-align:center !important;
  padding:14px !important;
  box-sizing:border-box !important;
}

.content-box .related-card img,
section .related-card img,
.related-card img{
  width:100% !important;
  max-width:170px !important;
  height:118px !important;
  object-fit:contain !important;
  object-position:center !important;
  flex:0 0 auto !important;
  display:block !important;
  margin:0 auto !important;
}

.related-card h4,
.related-card p{
  width:100% !important;
  max-width:100% !important;
  overflow-wrap:break-word !important;
  word-break:normal !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.related-card h4{font-size:16px !important;line-height:1.45 !important;}
.related-card p{font-size:13px !important;line-height:1.7 !important;}

@media(max-width:900px){
  .content-box .related-services,
  section .related-services,
  .related-services{grid-template-columns:1fr !important;}
  .content-box .related-card img,
  section .related-card img,
  .related-card img{max-width:190px !important;height:125px !important;}
}

/* SOURCE: assets/css/v50-brand-service-sync.css */
/* V50 shared brand + service visual synchronization */
.ms-brand{display:flex!important;align-items:center!important;gap:10px!important;text-decoration:none!important;white-space:nowrap!important}
.ms-brand-mark{display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.ms-brand-mark img{width:62px!important;height:62px!important;object-fit:contain!important;display:block!important}
.ms-brand-copy{display:flex;flex-direction:column;line-height:1.12}
.ms-brand-copy strong{font-size:18px;font-weight:900;color:#0f172a}
.ms-brand-copy small{font-size:11px;font-weight:800;color:#0b9ca5;margin-top:3px}
.drawer-head img{width:68px!important;height:68px!important;object-fit:contain!important}
.ms-footer-logo{display:flex!important;align-items:center!important;gap:12px!important;text-decoration:none!important;margin-bottom:14px!important}
.ms-footer-logo img{width:72px!important;height:72px!important;object-fit:contain!important;background:transparent!important}
.ms-footer-logo span{display:flex;flex-direction:column;line-height:1.2}
.ms-footer-logo strong{font-size:20px;color:#fff;font-weight:900}
.ms-footer-logo small{font-size:12px;color:#2dd4bf;font-weight:800}
/* Same premium presentation as CCTV for internal service hero images */
.content-box>img:first-child,.content-box .page-service-image,.service-detail-image,.service-main-image{
 width:min(100%,800px)!important;height:auto!important;aspect-ratio:4/3!important;object-fit:contain!important;object-position:center!important;
 display:block!important;margin:0 auto 24px!important;padding:10px!important;background:#fff!important;
 border:1px solid #dbeaf2!important;border-radius:24px!important;box-shadow:0 18px 46px rgba(15,23,42,.08)!important
}
.related-card img{object-fit:contain!important;background:#fff!important}
@media(max-width:768px){.ms-brand-copy{display:none!important}.ms-brand-mark img{width:52px!important;height:52px!important}.content-box>img:first-child,.content-box .page-service-image{padding:6px!important;border-radius:18px!important}}

/* SOURCE: assets/css/v50-1-logo-lock.css */
/* V50.1 — Global header/footer logo size lock (AR + EN) */
.site-header .nav{
  min-height:72px!important;
  height:72px!important;
  align-items:center!important;
}
.site-header .ms-brand{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex:0 0 auto!important;
  min-width:0!important;
  max-width:190px!important;
  padding:0!important;
  overflow:hidden!important;
}
.site-header .ms-brand-mark{
  width:48px!important;
  height:48px!important;
  flex:0 0 48px!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
}
.site-header .ms-brand-mark img{
  width:48px!important;
  height:48px!important;
  max-width:48px!important;
  max-height:48px!important;
  object-fit:contain!important;
  display:block!important;
  margin:0!important;
  transform:none!important;
}
.site-header .ms-brand-copy{
  display:flex!important;
  flex-direction:column!important;
  line-height:1.08!important;
  min-width:0!important;
}
.site-header .ms-brand-copy strong{
  font-size:15px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.site-header .ms-brand-copy small{
  font-size:9px!important;
  margin-top:3px!important;
  white-space:nowrap!important;
}
.footer .ms-footer-logo img,
.ms-footer-logo img{
  width:58px!important;
  height:58px!important;
  max-width:58px!important;
  max-height:58px!important;
  object-fit:contain!important;
  background:transparent!important;
}
.footer .ms-footer-logo strong,.ms-footer-logo strong{font-size:17px!important}
.footer .ms-footer-logo small,.ms-footer-logo small{font-size:10px!important}
@media (max-width:1280px){
  .site-header .nav{height:68px!important;min-height:68px!important}
  .site-header .ms-brand{max-width:165px!important;gap:6px!important}
  .site-header .ms-brand-mark,
  .site-header .ms-brand-mark img{width:44px!important;height:44px!important;max-width:44px!important;max-height:44px!important;flex-basis:44px!important}
  .site-header .ms-brand-copy strong{font-size:13.5px!important}
  .site-header .ms-brand-copy small{font-size:8px!important}
}
@media (max-width:768px){
  .site-header .nav{height:64px!important;min-height:64px!important}
  .site-header .ms-brand-copy{display:none!important}
  .site-header .ms-brand-mark,
  .site-header .ms-brand-mark img{width:44px!important;height:44px!important;max-width:44px!important;max-height:44px!important;flex-basis:44px!important}
  .drawer-head img{width:54px!important;height:54px!important;max-width:54px!important}
}

/* SOURCE: assets/css/v50-2-en-header-language.css */
/* V50.2 — English header spacing + Arabic return button */
body.en .site-header .container.nav{
  max-width:1320px!important;
  padding-inline:18px!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
}

body.en .site-header .ms-brand{
  flex:0 0 auto!important;
  min-width:184px!important;
}

body.en .site-header .ms-brand-copy strong{
  font-size:15px!important;
  white-space:nowrap!important;
}

body.en .site-header .ms-brand-copy small{
  font-size:9px!important;
  white-space:nowrap!important;
}

body.en .site-header .menu{
  flex:1 1 auto!important;
  min-width:0!important;
  display:flex!important;
  flex-wrap:nowrap!important;
  justify-content:center!important;
  gap:13px!important;
  white-space:nowrap!important;
}

body.en .site-header .menu li{
  flex:0 0 auto!important;
}

body.en .site-header .menu a{
  font-size:12.5px!important;
  padding:22px 0 17px!important;
  letter-spacing:-.12px!important;
}

body.en .site-header .actions{
  flex:0 0 auto!important;
  display:flex!important;
  gap:7px!important;
}

body.en .site-header .actions .btn-small{
  padding:10px 12px!important;
  font-size:12px!important;
  white-space:nowrap!important;
}

@media (max-width:1180px) and (min-width:901px){
  body.en .site-header .container.nav{
    gap:9px!important;
    padding-inline:12px!important;
  }
  body.en .site-header .ms-brand{
    min-width:164px!important;
  }
  body.en .site-header .menu{
    gap:9px!important;
  }
  body.en .site-header .menu a{
    font-size:11.5px!important;
  }
  body.en .site-header .actions .btn-small{
    padding:9px 9px!important;
    font-size:11px!important;
  }
  body.en .site-header .menu li:nth-last-child(-n+2){
    display:none!important;
  }
}

@media (max-width:900px){
  body.en .site-header .menu,
  body.en .site-header .actions{
    display:none!important;
  }
  body.en .site-header .container.nav{
    min-height:72px!important;
  }
}

/* SOURCE: assets/css/v50-3-unified-header.css */
/* V50.3 — Unified desktop/mobile header for Arabic and English */
.site-header{
  background:#fff!important;
  position:sticky!important;
  top:0!important;
  z-index:1000!important;
  box-shadow:0 6px 22px rgba(15,23,42,.06)!important;
}

.site-header .container.nav{
  max-width:1320px!important;
  min-height:74px!important;
  padding-inline:18px!important;
  display:flex!important;
  align-items:center!important;
  gap:18px!important;
}

.site-header .ms-brand{
  flex:0 0 auto!important;
  min-width:205px!important;
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  text-decoration:none!important;
}

.site-header .ms-brand-mark,
.site-header .ms-brand-mark img{
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  max-width:48px!important;
  object-fit:contain!important;
}

.site-header .ms-brand-copy{
  display:flex!important;
  flex-direction:column!important;
  line-height:1.15!important;
  white-space:nowrap!important;
}

.site-header .ms-brand-copy strong{
  font-size:16px!important;
  font-weight:900!important;
}

.site-header .ms-brand-copy small{
  font-size:10px!important;
  font-weight:800!important;
  color:#159bb2!important;
}

.site-header .menu{
  flex:1 1 auto!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:nowrap!important;
  gap:22px!important;
  white-space:nowrap!important;
}

.site-header .menu li{
  flex:0 0 auto!important;
  margin:0!important;
  padding:0!important;
}

.site-header .menu a{
  display:block!important;
  padding:27px 0 22px!important;
  color:#0f172a!important;
  text-decoration:none!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1!important;
  border-bottom:2px solid transparent!important;
}

.site-header .menu a:hover,
.site-header .menu a.active{
  color:#009688!important;
  border-bottom-color:#159bb2!important;
}

.site-header .actions{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
}

.site-header .actions .btn-small{
  min-height:38px!important;
  padding:9px 13px!important;
  border-radius:9px!important;
  font-size:12px!important;
  white-space:nowrap!important;
}

.site-header .mobile-toggle{
  display:none!important;
}

@media (max-width:1180px) and (min-width:901px){
  .site-header .container.nav{
    gap:11px!important;
    padding-inline:12px!important;
  }
  .site-header .ms-brand{
    min-width:180px!important;
  }
  .site-header .menu{
    gap:14px!important;
  }
  .site-header .menu a{
    font-size:12.5px!important;
  }
  .site-header .actions .btn-small{
    padding:8px 10px!important;
    font-size:11px!important;
  }
}

@media (max-width:900px){
  .site-header .container.nav{
    min-height:68px!important;
    padding-inline:14px!important;
    justify-content:space-between!important;
  }
  .site-header .ms-brand{
    min-width:0!important;
  }
  .site-header .ms-brand-mark,
  .site-header .ms-brand-mark img{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    max-width:44px!important;
  }
  .site-header .ms-brand-copy strong{
    font-size:14px!important;
  }
  .site-header .ms-brand-copy small{
    font-size:9px!important;
  }
  .site-header .menu,
  .site-header .actions{
    display:none!important;
  }
  .site-header .mobile-toggle{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:42px!important;
    height:42px!important;
    border-radius:10px!important;
  }
}

/* SOURCE: assets/css/v50-3-1-language-switch-fix.css */
.site-header .lang-switch{
  position:relative!important;
  z-index:1003!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  text-decoration:none!important;
}
.site-header .actions{
  position:relative!important;
  z-index:1002!important;
  pointer-events:auto!important;
}

/* SOURCE: assets/css/v50-3-2-strict-language-header.css */
.site-header,
.site-header .container.nav,
.site-header .actions,
.site-header .lang-switch{
  pointer-events:auto!important;
}
.site-header .lang-switch{
  position:relative!important;
  z-index:99999!important;
  cursor:pointer!important;
}
html[dir="rtl"] .site-header .container.nav{
  direction:rtl!important;
}
html[dir="ltr"] .site-header .container.nav{
  direction:ltr!important;
}

/* SOURCE: assets/css/v50-3-3-mobile-language-switch.css */
/* V50.3.3 — Mobile language switch fix */
.site-header .mobile-lang-switch{
  display:none!important;
}

@media (max-width:900px){
  .site-header .container.nav{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
  }

  .site-header .mobile-lang-switch{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    border-radius:10px!important;
    background:#0f172a!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:900!important;
    text-decoration:none!important;
    position:relative!important;
    z-index:99999!important;
    pointer-events:auto!important;
    cursor:pointer!important;
  }

  .site-header .mobile-toggle{
    display:flex!important;
    position:relative!important;
    z-index:99998!important;
    pointer-events:auto!important;
  }

  html[dir="rtl"] .site-header .mobile-lang-switch{
    order:2!important;
  }

  html[dir="rtl"] .site-header .mobile-toggle{
    order:3!important;
  }

  html[dir="ltr"] .site-header .mobile-lang-switch{
    order:2!important;
  }

  html[dir="ltr"] .site-header .mobile-toggle{
    order:3!important;
  }
}

/* SOURCE: assets/css/v60-customer-experience.css */
:root{--mmx-navy:#071d2c;--mmx-teal:#078f87;--mmx-blue:#1682c4;--mmx-line:#d9e5e8;--mmx-soft:#f3f7f8;--mmx-danger:#c92c35}
html.mm-intro-pending{overflow:hidden}
html.mm-intro-pending::before{content:"";position:fixed;inset:0;z-index:2147483000;background:#fff url('/assets/images/logo-mark-v41-1.png?v=60.0.0') center calc(50% - 45px)/92px 92px no-repeat;opacity:1;transition:opacity .24s ease}
html.mm-intro-pending::after{content:"المراقب الحديث\A للأنظمة الأمنية";white-space:pre;position:fixed;z-index:2147483001;inset-inline-start:50%;top:calc(50% + 22px);width:210px;transform:translateX(-50%);padding:22px 0 17px;color:var(--mmx-navy);font-family:"Cairo",Arial,sans-serif;font-size:15px;line-height:1.65;font-weight:900;text-align:center;background:linear-gradient(90deg,var(--mmx-blue),var(--mmx-teal),var(--mmx-blue)) bottom left/200% 3px no-repeat;animation:mmIntroLine .8s ease-in-out infinite;opacity:1;transition:opacity .24s ease}
html[lang="en"].mm-intro-pending::after{content:"Modern Monitor\A Security Systems"}
html.mm-intro-pending.mm-intro-leaving::before,html.mm-intro-pending.mm-intro-leaving::after{opacity:0}
@keyframes mmIntroLine{0%{background-position:100% 100%}100%{background-position:0 100%}}
@media(prefers-reduced-motion:reduce){html.mm-intro-pending::after{animation:none}html.mm-intro-pending::before,html.mm-intro-pending::after{transition:none}}
.mm-account-entry{display:inline-flex!important;align-items:center;gap:7px;background:#fff!important;color:var(--mmx-navy)!important;border:1px solid var(--mmx-line)!important;white-space:nowrap}.mm-account-entry:hover{border-color:var(--mmx-teal)!important;color:var(--mmx-teal)!important}.mm-account-entry i{color:var(--mmx-teal)}
.drawer-actions .mm-account-entry{justify-content:center;width:100%;margin-top:8px}
.mm-save-product{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;cursor:pointer}.mm-save-product.is-saved{background:#fff!important;color:var(--mmx-teal)!important;border-color:var(--mmx-teal)!important}.mm-save-product:disabled{opacity:.68;cursor:wait}
.mm-account-shell{min-height:70vh;background:var(--mmx-soft);padding:42px 0 64px}.mm-account-wrap{max-width:1180px;margin:0 auto;padding:0 18px}.mm-account-grid{display:grid;grid-template-columns:270px minmax(0,1fr);gap:22px;align-items:start}.mm-account-side,.mm-account-card{background:#fff;border:1px solid var(--mmx-line);border-radius:22px;box-shadow:0 12px 35px rgba(7,29,44,.06)}.mm-account-side{padding:20px;position:sticky;top:100px}.mm-account-avatar{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--mmx-blue),var(--mmx-teal));color:#fff;font-size:23px;font-weight:900;margin-bottom:12px}.mm-account-side h2{font-size:19px;color:var(--mmx-navy);margin:0 0 4px}.mm-account-side>p{font-size:12px;color:#72838c;overflow-wrap:anywhere;margin:0 0 18px}.mm-account-nav{display:grid;gap:7px}.mm-account-nav a,.mm-account-nav button{width:100%;border:0;background:transparent;border-radius:11px;padding:11px 12px;color:#40545e;text-decoration:none;text-align:start;font:inherit;font-size:14px;font-weight:800;cursor:pointer;display:flex;gap:9px;align-items:center}.mm-account-nav a:hover,.mm-account-nav a.active,.mm-account-nav button:hover{background:#eaf8f6;color:var(--mmx-teal)}.mm-account-main{display:grid;gap:18px}.mm-account-card{padding:24px}.mm-account-card h1,.mm-account-card h2{color:var(--mmx-navy);margin:0 0 8px}.mm-account-card h1{font-size:29px}.mm-account-card h2{font-size:21px}.mm-account-card>p{color:#60727b;line-height:1.8}.mm-account-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.mm-account-stat{background:#fff;border:1px solid var(--mmx-line);border-radius:17px;padding:18px}.mm-account-stat b{display:block;color:var(--mmx-navy);font-size:28px}.mm-account-stat span{color:#6d7f88;font-size:13px}.mm-account-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.mm-account-field{display:grid;gap:7px}.mm-account-field.full{grid-column:1/-1}.mm-account-field label{color:#243a45;font-size:13px;font-weight:900}.mm-account-field input,.mm-account-field textarea,.mm-account-field select{width:100%;border:1px solid #cfdde1;border-radius:12px;background:#fff;padding:12px 13px;font:inherit;color:#152933;outline:none}.mm-account-field textarea{min-height:115px;resize:vertical}.mm-account-field input:focus,.mm-account-field textarea:focus,.mm-account-field select:focus{border-color:var(--mmx-teal);box-shadow:0 0 0 3px rgba(7,143,135,.1)}.mm-account-actions{grid-column:1/-1;display:flex;gap:10px;flex-wrap:wrap}.mm-account-button{border:0;border-radius:12px;padding:12px 18px;background:var(--mmx-navy);color:#fff;font:inherit;font-weight:900;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.mm-account-button.teal{background:var(--mmx-teal)}.mm-account-button.light{background:#edf3f5;color:var(--mmx-navy)}.mm-account-alert{border-radius:13px;padding:13px 15px;line-height:1.75;font-size:14px}.mm-account-alert.success{background:#e7f8ee;border:1px solid #b9e5c9;color:#16653a}.mm-account-alert.error{background:#fff0f1;border:1px solid #efc4c7;color:#8d2630}.mm-account-alert.warning{background:#fff8e6;border:1px solid #ead28e;color:#715818}.mm-account-list{display:grid;gap:11px}.mm-account-item{border:1px solid var(--mmx-line);border-radius:14px;padding:15px;display:flex;justify-content:space-between;align-items:center;gap:15px}.mm-account-item h3{font-size:16px;color:var(--mmx-navy);margin:0 0 4px}.mm-account-item p{font-size:13px;color:#6b7d86;margin:0;line-height:1.7}.mm-account-item-actions{display:flex;gap:8px;flex-wrap:wrap}.mm-account-link{color:var(--mmx-teal);font-weight:900;text-decoration:none}.mm-account-badge{display:inline-flex;border-radius:999px;background:#edf3f5;color:#40545e;padding:5px 9px;font-size:11px;font-weight:900}.mm-account-auth{min-height:72vh;background:linear-gradient(135deg,#f3f7f8,#e8f5f4);padding:54px 18px}.mm-account-auth-card{max-width:520px;margin:0 auto;background:#fff;border:1px solid var(--mmx-line);border-radius:25px;padding:30px;box-shadow:0 18px 50px rgba(7,29,44,.09)}.mm-account-auth-brand{text-align:center;margin-bottom:24px}.mm-account-auth-brand img{width:74px;height:74px;object-fit:contain}.mm-account-auth-brand h1{font-size:27px;color:var(--mmx-navy);margin:9px 0 4px}.mm-account-auth-brand p{color:#6a7c85;margin:0;line-height:1.7}.mm-account-auth .mm-account-form{grid-template-columns:1fr}.mm-account-auth-links{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:17px;font-size:13px}.mm-account-auth-links a{color:var(--mmx-teal);font-weight:800;text-decoration:none}.mm-account-check{display:flex;align-items:flex-start;gap:9px;color:#52656e;font-size:13px;line-height:1.65}.mm-account-check input{width:auto;margin-top:5px}.mm-account-empty{text-align:center;border:1px dashed #b8cbd0;border-radius:15px;padding:27px;color:#667982}.mm-account-security{font-size:12px;color:#778990;text-align:center;margin-top:18px}.mm-account-table-wrap{overflow:auto}.mm-account-table{width:100%;border-collapse:collapse;min-width:650px}.mm-account-table th,.mm-account-table td{text-align:start;border-bottom:1px solid #e7eef0;padding:12px;font-size:13px}.mm-account-table th{color:#354b55;background:#f7fafb}.mm-account-table td{color:#596d76}
@media(max-width:900px){.mm-account-entry span{display:none}.mm-account-grid{grid-template-columns:1fr}.mm-account-side{position:static}.mm-account-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.mm-account-stats{grid-template-columns:1fr}.mm-account-form{grid-template-columns:1fr}.mm-account-field.full,.mm-account-actions{grid-column:auto}}
@media(max-width:560px){.mm-account-shell{padding:25px 0 45px}.mm-account-card,.mm-account-side{padding:17px;border-radius:17px}.mm-account-auth{padding:30px 13px}.mm-account-auth-card{padding:22px 17px}.mm-account-item{align-items:flex-start;flex-direction:column}.mm-account-nav{grid-template-columns:1fr 1fr}.mm-account-entry{padding:8px 10px!important}}

/* SOURCE: assets/css/v64-mobile-seo.css */
:root{--v64-safe-bottom:env(safe-area-inset-bottom,0px)}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{overflow-x:hidden}
img{max-width:100%;height:auto}
a,button,input,select,textarea{touch-action:manipulation}
:focus-visible{outline:3px solid rgba(7,143,135,.35);outline-offset:3px}
.mobile-only-quickbar{display:none}
.catalog-brand-filter{border:1px solid #d9e5e8;background:#fff;color:#243a45;border-radius:999px;padding:10px 14px;font:inherit;font-size:13px;font-weight:900;cursor:pointer;min-height:44px}
.catalog-brand-filter.active{background:#078f87;border-color:#078f87;color:#fff}
.catalog-brand-filters{display:flex;gap:8px;overflow-x:auto;padding:2px 0 8px;scrollbar-width:thin;overscroll-behavior-inline:contain}
.catalog-brand-filters>*{flex:0 0 auto}
@media(max-width:900px){
  body{padding-bottom:0}
  .container{width:min(100% - 28px,1180px)}
  .site-header{position:sticky;top:0;z-index:1050}
  .site-header .nav{min-height:66px!important;height:66px!important}
  .site-header .brand img,.site-header .ms-brand-mark{max-width:46px!important}
  .mobile-toggle,.mobile-lang-switch{min-width:44px!important;min-height:44px!important;display:inline-grid!important;place-items:center}
  .drawer{padding-bottom:calc(24px + var(--v64-safe-bottom));box-shadow:-18px 0 50px rgba(7,29,44,.2)}
  .drawer a{display:flex!important;align-items:center;min-height:48px;padding:11px 16px!important;border-bottom:1px solid #e8eff1;font-size:15px}
  .drawer a[href*="products"]{font-weight:900;color:#078f87}
  .hero,.catalog-hero,.bp-hero{padding-block:34px!important}
  h1,.catalog-hero h1,.bp-hero h1{font-size:clamp(27px,8vw,36px)!important;line-height:1.35!important}
  .hero-actions,.catalog-hero-actions,.bp-actions{display:grid!important;grid-template-columns:1fr!important}
  .hero-actions .btn,.catalog-hero-actions .btn,.bp-actions .btn{width:100%;min-height:48px;justify-content:center}
  .catalog-shell{padding-top:22px!important}
  .catalog-controls{position:sticky!important;top:66px!important;z-index:20!important;padding:12px!important;border-radius:15px!important}
  .catalog-search input{height:48px!important;font-size:16px!important}
  .catalog-filters{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:7px;scrollbar-width:thin;overscroll-behavior-inline:contain}
  .catalog-filter{flex:0 0 auto;min-height:44px}
  .catalog-directory{display:flex!important;overflow-x:auto;gap:10px;padding-bottom:10px;scroll-snap-type:x proximity}
  .catalog-brand-link{flex:0 0 min(82vw,290px);min-height:118px;scroll-snap-align:start}
  .brand-block{scroll-margin-top:210px!important}
  .catalog-card{box-shadow:0 6px 18px rgba(7,29,44,.06)}
  .catalog-card-media{height:240px!important}
  .catalog-card h3{font-size:16px!important}
  .footer-grid{grid-template-columns:1fr!important;text-align:start!important}
  .floating{display:flex!important;position:fixed!important;inset-inline-start:auto!important;inset-inline-end:14px!important;bottom:calc(14px + var(--v64-safe-bottom))!important;z-index:1070!important;gap:0!important}
  .floating .float-btn{width:50px!important;height:50px!important;min-width:50px!important;border-radius:50%!important;box-shadow:0 8px 24px rgba(7,29,44,.22)!important}
  .floating .float-call{display:none!important}
  .mobile-only-quickbar{display:none!important}
  .mobile-only-quickbar a{display:flex;align-items:center;justify-content:center;gap:7px;min-height:45px;border-radius:11px;text-decoration:none;font-weight:900;font-size:13px;color:#071d2c}
  .mobile-only-quickbar a:first-child{background:#1fbf6b;color:#fff}.mobile-only-quickbar a:nth-child(2){background:#1682c4;color:#fff}.mobile-only-quickbar a:last-child{background:#edf7f6;color:#067a74}
  table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
}
@media(max-width:620px){
  .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .catalog-card-media{height:165px!important}.catalog-card-body{padding:12px!important}.catalog-card h3{font-size:14px!important;line-height:1.5!important}.catalog-card-model,.catalog-card-action{font-size:11px!important}
  .catalog-stats{grid-template-columns:repeat(2,1fr)!important}.catalog-stat b{font-size:24px!important}
}
@media(max-width:390px){.catalog-grid{grid-template-columns:1fr!important}.catalog-card-media{height:235px!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.catalog-card,.catalog-brand-link{transition:none!important}}

/* SOURCE: assets/css/v65-mobile-stability.css */
/* V65: conservative mobile stability layer. */
@media(max-width:900px){
  html,body{max-width:100%;overflow-x:hidden}
  main,section,.container,.content-box,.page-layout{min-width:0;max-width:100%}
  input,select,textarea{font-size:16px!important;max-width:100%}
  .drawer{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
  .drawer-head{position:sticky;top:0;z-index:2;background:#fff}
  .catalog-controls{max-height:44vh;overflow-y:auto;overscroll-behavior:contain}
  .catalog-brand-filters{margin-bottom:10px}
  .catalog-result{margin-top:18px!important}
  .bp-side-card a,.primary-action,.btn{min-height:46px}
  iframe{max-width:100%}
}
@media(max-width:480px){
  .catalog-grid{grid-template-columns:1fr!important}
  .catalog-card-media{height:235px!important}
  .catalog-directory{margin-inline:-2px}
  .catalog-controls{top:65px!important}
}
@media(hover:none){.catalog-card:hover,.catalog-brand-link:hover{transform:none!important}}

/* SOURCE: assets/css/v66-mobile-navigation.css */
/* V67 Mobile Drawer V2 — branded, compact, consistent across public pages. */
.staff-portal-link{display:inline-flex!important;align-items:center;gap:6px;margin-inline-start:10px!important;color:#8fa2b6!important;font-size:12px!important}
.staff-portal-link:hover{color:#fff!important}
@media(max-width:900px){
  body{padding-bottom:0!important}
  .mobile-only-quickbar{display:none!important}
  .drawer{right:-380px!important;width:min(350px,90vw)!important;max-width:350px!important;padding:14px 14px calc(18px + env(safe-area-inset-bottom,0px))!important;background:radial-gradient(circle at 85% 8%,rgba(47,125,209,.34),transparent 30%),linear-gradient(155deg,#071d2c 0%,#0a3445 48%,#087e78 100%)!important;box-shadow:-22px 0 56px rgba(3,18,29,.32)!important;border-inline-start:1px solid rgba(255,255,255,.12)!important;overflow-y:auto!important;overscroll-behavior:contain!important}
  .drawer.active{right:0!important}
  html[dir="ltr"] .drawer{left:-380px!important;right:auto!important}
  html[dir="ltr"] .drawer.active{left:0!important;right:auto!important}
  .drawer-head{position:relative;height:76px;margin:0 0 14px!important;padding:8px 8px 13px!important;border-bottom:1px solid rgba(255,255,255,.16)!important;background:transparent!important}
  .drawer-head::after{content:"";position:absolute;inset-inline:0;bottom:-1px;height:3px;border-radius:999px;background:linear-gradient(90deg,#1fc0b4,#3b91e0);opacity:.9}
  .drawer-head img{width:58px!important;height:58px!important;max-width:58px!important;padding:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;filter:drop-shadow(0 5px 12px rgba(0,0,0,.18))}
  .drawer-head .mobile-toggle{display:grid!important;place-items:center!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;padding:0!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:12px!important;background:rgba(255,255,255,.10)!important;color:#fff!important;box-shadow:none!important;backdrop-filter:blur(8px)!important}
  .drawer-head .mobile-toggle svg{width:22px!important;height:22px!important;fill:#fff!important}
  .drawer>a,.drawer>.mm-mobile-primary{display:flex!important;align-items:center!important;gap:11px!important;min-height:47px!important;padding:10px 13px!important;margin:0 0 7px!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:14px!important;background:rgba(255,255,255,.075)!important;color:#f6fbfd!important;font-size:14px!important;font-weight:800!important;text-align:start!important;line-height:1.45!important;box-shadow:inset 0 1px rgba(255,255,255,.04)!important;backdrop-filter:blur(7px)!important;transition:background-color .16s ease,border-color .16s ease,transform .16s ease!important}
  .drawer>a:hover,.drawer>.mm-mobile-primary:hover{background:rgba(255,255,255,.13)!important;border-color:rgba(255,255,255,.22)!important;transform:translateY(-1px)!important}
  .drawer>a i,.drawer>.mm-mobile-primary i{width:22px;text-align:center;color:#74e5dc!important;font-size:16px}
  .drawer>a.active,.drawer>a[aria-current="page"],.drawer>.mm-mobile-primary.active{background:linear-gradient(90deg,rgba(0,150,136,.95),rgba(47,125,209,.92))!important;color:#fff!important;border-color:rgba(255,255,255,.22)!important;box-shadow:0 10px 24px rgba(0,0,0,.16)!important}
  .drawer>a::after,.drawer>.mm-mobile-primary::after{content:"‹";font-size:20px;color:#8de3de;margin-inline-start:auto;line-height:1;opacity:.9}
  html[dir="ltr"] .drawer>a::after,html[dir="ltr"] .drawer>.mm-mobile-primary::after{content:"›"}
  .drawer .drawer-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important;margin-top:14px!important;padding-top:14px!important;border-top:1px solid rgba(255,255,255,.16)!important}
  .drawer .drawer-actions>a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:45px!important;padding:9px 10px!important;margin:0!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:13px!important;font-size:13px!important;font-weight:900!important;line-height:1.35!important;box-shadow:0 8px 20px rgba(0,0,0,.10)!important;color:#fff!important}
  .drawer .drawer-actions>a::after{content:none!important}
  .drawer .drawer-actions .btn-wa{background:#19b85b!important;color:#fff!important;border-color:#28d46d!important}
  .drawer .drawer-actions .btn-call,.drawer .drawer-actions>a[href^="tel:"]{background:linear-gradient(90deg,#2478c6,#165f9f)!important;color:#fff!important;border-color:#6aa8e5!important;text-shadow:0 1px 1px rgba(0,0,0,.18)!important}
  .drawer .drawer-actions .lang-switch,.drawer .drawer-actions>a[href*="/en/"],.drawer .drawer-actions>a[href="/"]{grid-column:1/-1!important;background:rgba(255,255,255,.10)!important;color:#fff!important;border-color:rgba(255,255,255,.2)!important}
  .drawer .drawer-actions .mm-account-entry{grid-column:1/-1!important;background:#f3fbfa!important;color:#066f68!important;border:1px solid #bde7e2!important}
  .overlay{background:rgba(3,18,29,.68)!important;backdrop-filter:blur(4px)!important}
  .floating{display:flex!important;left:12px!important;bottom:14px!important;gap:8px!important;z-index:850!important}
  .float-btn{width:48px!important;height:48px!important;font-size:20px!important;border:3px solid #fff;box-shadow:0 8px 22px rgba(7,29,44,.22)!important}
  .back-top{right:12px!important;bottom:14px!important;width:44px!important;height:44px!important}
  .footer-bottom{padding-bottom:78px!important;line-height:2}
  .staff-portal-link{justify-content:center;margin:5px auto 0!important;width:max-content}
}
@media(max-width:360px){.drawer{width:92vw!important}.drawer>a,.drawer>.mm-mobile-primary{min-height:44px!important;padding-block:9px!important;margin-bottom:6px!important}}
@media(prefers-reduced-motion:reduce){.drawer>a,.drawer>.mm-mobile-primary{transition:none!important}}

/* SOURCE: assets/css/v68-header-fit.css */
html,body{max-width:100%;overflow-x:hidden}
.site-header .container.nav{max-width:1180px;width:min(100% - 24px,1180px)}
.site-header .menu a{white-space:nowrap}
@media (max-width:1100px) and (min-width:901px){
  .site-header .container.nav{min-height:68px!important;padding-inline:10px!important;justify-content:space-between!important}
  .site-header .ms-brand{min-width:0!important}
  .site-header .menu,.site-header .actions{display:none!important}
  .site-header .mobile-toggle{display:flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;border-radius:10px!important}
  .site-header .mobile-lang-switch{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:44px!important;min-height:42px!important}
}

/* SOURCE: assets/css/cctv-blog-premium-v1.css */
/* CCTV Blog Premium V1 — scoped, CSS-only, performance-first */
.mm-cctv-article {
  --article-ink:#0b1f2a;
  --article-muted:#526570;
  --article-teal:#007f77;
  --article-teal-2:#00a596;
  --article-navy:#071b2e;
  --article-line:#dce8e7;
  --article-soft:#f2f8f7;
  --article-warm:#f7fbfa;
  background:#f7faf9;
  color:var(--article-ink);
}
.mm-cctv-article .page-hero{
  position:relative;
  overflow:hidden;
  padding:clamp(48px,7vw,88px) 0 clamp(62px,8vw,104px);
  background:
    radial-gradient(circle at 14% 18%,rgba(0,165,150,.24),transparent 28rem),
    radial-gradient(circle at 88% 82%,rgba(65,196,180,.16),transparent 25rem),
    linear-gradient(135deg,#061827 0%,#0a3444 58%,#09665f 100%);
  color:#fff;
  isolation:isolate;
}
.mm-cctv-article .page-hero::before{
  content:"";position:absolute;inset:0;z-index:-1;opacity:.28;
  background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,#000,transparent 92%);
}
.mm-cctv-article .page-hero::after{
  content:"";position:absolute;width:280px;height:280px;border:1px solid rgba(255,255,255,.18);
  border-radius:50%;left:-90px;bottom:-170px;box-shadow:0 0 0 38px rgba(255,255,255,.035),0 0 0 76px rgba(255,255,255,.025);z-index:-1;
}
.mm-cctv-article .article-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 24px;font-size:.85rem;color:#cce8e5}
.mm-cctv-article .article-breadcrumb a{color:#fff;text-decoration:none}
.mm-cctv-article .article-breadcrumb i{font-size:.65rem;opacity:.7}
.mm-cctv-article .page-hero .section-tag{
  display:inline-flex;align-items:center;gap:8px;padding:7px 13px;border:1px solid rgba(255,255,255,.24);
  border-radius:999px;background:rgba(255,255,255,.1);color:#dffaf6;backdrop-filter:blur(8px);
}
.mm-cctv-article .page-hero h1{max-width:900px;margin:18px 0 14px;font-size:clamp(2rem,5vw,4.2rem);line-height:1.18;letter-spacing:-.035em;color:#fff;text-wrap:balance}
.mm-cctv-article .page-hero> .container>p{max-width:790px;margin:0;color:#d5e9e7;font-size:clamp(1rem,1.7vw,1.22rem);line-height:1.9}
.mm-cctv-article .article-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.mm-cctv-article .article-meta span{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);color:#e8f6f4;font-size:.84rem}
.mm-cctv-article .article-meta i{color:#70e4d6}
.mm-cctv-article .article-highlights{position:relative;z-index:2;margin-top:-35px}
.mm-cctv-article .article-highlights-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.mm-cctv-article .article-highlight{display:flex;align-items:center;gap:14px;min-height:92px;padding:18px;border:1px solid rgba(10,80,74,.12);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 16px 45px rgba(5,37,44,.1)}
.mm-cctv-article .article-highlight i{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:13px;background:linear-gradient(135deg,#daf5f1,#eefaf8);color:var(--article-teal);font-size:1.05rem}
.mm-cctv-article .article-highlight strong{display:block;font-size:.98rem;margin-bottom:3px}
.mm-cctv-article .article-highlight small{display:block;color:var(--article-muted);line-height:1.55}
.mm-cctv-article .section.article-shell{padding:40px 0 80px}
.mm-cctv-article .page-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}
.mm-cctv-article .content-box{
  min-width:0;padding:clamp(24px,4.5vw,56px);border:1px solid var(--article-line);border-radius:24px;
  background:#fff;box-shadow:0 12px 44px rgba(12,45,52,.065);
}
.mm-cctv-article .content-box>h2{font-size:clamp(1.55rem,3vw,2.25rem);line-height:1.45;margin:0 0 18px;color:var(--article-navy);letter-spacing:-.02em}
.mm-cctv-article .content-box>h2::after{content:"";display:block;width:74px;height:4px;margin-top:17px;border-radius:999px;background:linear-gradient(90deg,var(--article-teal-2),#81d8cd)}
.mm-cctv-article .content-box p{color:#334d59;font-size:1.02rem;line-height:2.05;margin:0 0 20px}
.mm-cctv-article .content-box a:not(.btn):not(.related-card):not(.toc-link){color:#006c66;text-decoration-thickness:1px;text-underline-offset:4px}
.mm-cctv-article .article-lead{font-size:1.13rem!important;color:#233f4b!important}
.mm-cctv-article .article-service-note{display:flex;gap:13px;padding:17px 18px;margin:22px 0 30px;border:1px solid #c9e8e4;border-radius:15px;background:#f0faf8}
.mm-cctv-article .article-service-note::before{content:"\f05a";font-family:"Font Awesome 6 Free";font-weight:900;color:var(--article-teal);margin-top:5px}
.mm-cctv-article .article-toc{margin:30px 0 40px;padding:22px;border:1px solid #d7e7e5;border-radius:18px;background:linear-gradient(145deg,#f6fbfa,#fff)}
.mm-cctv-article .article-toc h2{display:flex;align-items:center;gap:10px;margin:0 0 15px;font-size:1.12rem;color:var(--article-navy)}
.mm-cctv-article .article-toc h2 i{color:var(--article-teal)}
.mm-cctv-article .article-toc-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none}
.mm-cctv-article .toc-link{display:flex;align-items:center;gap:9px;padding:10px 11px;border-radius:10px;color:#244651;text-decoration:none;font-size:.9rem;line-height:1.5;transition:background .2s ease,color .2s ease}
.mm-cctv-article .toc-link::before{content:"";width:6px;height:6px;border-radius:50%;background:#30ad9f;flex:0 0 6px}
.mm-cctv-article .toc-link:hover,.mm-cctv-article .toc-link:focus-visible{background:#e6f6f3;color:#005e58;outline:none}
.mm-cctv-article .content-box>h3{position:relative;margin:42px 0 16px;padding:15px 58px 15px 16px;border-radius:14px;background:linear-gradient(90deg,#f0f8f7,rgba(240,248,247,.3));font-size:clamp(1.2rem,2vw,1.48rem);line-height:1.55;color:var(--article-navy);scroll-margin-top:110px}
.mm-cctv-article .content-box>h3::before{content:"\f06e";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;right:14px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#fff;color:var(--article-teal);box-shadow:0 5px 16px rgba(0,127,119,.12);font-size:.9rem}
.mm-cctv-article .content-box>h3:nth-of-type(3)::before{content:"\f3c5"}
.mm-cctv-article .content-box>h3:nth-of-type(4)::before{content:"\f06e"}
.mm-cctv-article .content-box>h3:nth-of-type(5)::before{content:"\f186"}
.mm-cctv-article .content-box>h3:nth-of-type(6)::before{content:"\f1da"}
.mm-cctv-article .content-box>h3:nth-of-type(7)::before{content:"\f002"}
.mm-cctv-article .content-box>h3:nth-of-type(8)::before{content:"\f071"}
.mm-cctv-article .content-box .list{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.mm-cctv-article .content-box .list li{position:relative;padding:13px 48px 13px 15px;border:1px solid #e0ecea;border-radius:12px;background:#fff;color:#304b56;line-height:1.75}
.mm-cctv-article .content-box .list li i{position:absolute;right:14px;top:17px;display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:#dbf5f1;color:#007b72;font-size:.7rem}
.mm-cctv-article .related-services{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.mm-cctv-article .related-card{overflow:hidden;border:1px solid #dbe8e6!important;border-radius:17px!important;background:#fff!important;text-decoration:none!important;box-shadow:0 9px 28px rgba(10,45,52,.07);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.mm-cctv-article .related-card:hover{transform:translateY(-4px);border-color:#9bd4cd!important;box-shadow:0 17px 38px rgba(10,70,70,.12)}
.mm-cctv-article .related-card img{width:100%;height:150px;object-fit:cover;display:block;background:#e9f2f1}
.mm-cctv-article .related-card>div{padding:16px 17px 18px}
.mm-cctv-article .related-card h4{margin:0 0 7px;color:var(--article-navy);font-size:1rem}
.mm-cctv-article .related-card p{margin:0;font-size:.87rem;line-height:1.7;color:var(--article-muted)}
.mm-cctv-article .article-final-cta{margin-top:42px;padding:clamp(22px,4vw,34px);border-radius:20px;background:linear-gradient(135deg,#071d30,#0a514e);color:#fff;box-shadow:0 16px 34px rgba(6,40,46,.15)}
.mm-cctv-article .article-final-cta h3{margin:0 0 10px!important;padding:0!important;background:none!important;color:#fff!important}
.mm-cctv-article .article-final-cta h3::before{display:none!important}
.mm-cctv-article .article-final-cta p{color:#d6e9e7;margin-bottom:20px}
.mm-cctv-article .article-final-cta .hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin:0}
.mm-cctv-article .article-final-cta .btn{min-height:46px;border-radius:11px;justify-content:center}
.mm-cctv-article .side-box{position:sticky;top:92px;padding:25px;border:1px solid #d4e6e3;border-radius:20px;background:linear-gradient(155deg,#fff,#f0f8f7);box-shadow:0 12px 34px rgba(10,45,52,.08)}
.mm-cctv-article .side-box::before{content:"\f3c5";font-family:"Font Awesome 6 Free";font-weight:900;display:grid;place-items:center;width:48px;height:48px;margin-bottom:16px;border-radius:14px;background:linear-gradient(135deg,#d6f5f0,#effbf9);color:var(--article-teal);font-size:1.15rem}
.mm-cctv-article .side-box h3{margin:0 0 10px;color:var(--article-navy);font-size:1.22rem}
.mm-cctv-article .side-box p{color:var(--article-muted);line-height:1.85;font-size:.93rem}
.mm-cctv-article .side-box .btn{width:100%;justify-content:center;margin-top:10px;border-radius:11px}
.mm-cctv-article :focus-visible{outline:3px solid #ffc857;outline-offset:3px}
@media (max-width:900px){
  .mm-cctv-article .article-highlights-grid{grid-template-columns:1fr}
  .mm-cctv-article .article-highlight{min-height:78px}
  .mm-cctv-article .page-layout{grid-template-columns:1fr}
  .mm-cctv-article .side-box{position:static}
}
@media (max-width:640px){
  .mm-cctv-article .page-hero{padding:34px 0 68px}
  .mm-cctv-article .page-hero h1{font-size:2.15rem}
  .mm-cctv-article .article-breadcrumb{font-size:.78rem}
  .mm-cctv-article .article-meta{gap:7px}
  .mm-cctv-article .article-meta span{font-size:.77rem;padding:7px 9px}
  .mm-cctv-article .article-highlights{margin-top:-43px}
  .mm-cctv-article .article-highlights-grid{gap:10px}
  .mm-cctv-article .article-highlight{padding:14px 15px;border-radius:15px}
  .mm-cctv-article .section.article-shell{padding:25px 0 54px}
  .mm-cctv-article .content-box{padding:23px 17px;border-radius:18px}
  .mm-cctv-article .content-box p{font-size:.97rem;line-height:1.95}
  .mm-cctv-article .article-lead{font-size:1.03rem!important}
  .mm-cctv-article .article-toc{padding:17px 14px;margin:25px 0 34px}
  .mm-cctv-article .article-toc-list{grid-template-columns:1fr}
  .mm-cctv-article .content-box>h3{padding:13px 51px 13px 11px;margin-top:35px}
  .mm-cctv-article .related-services{grid-template-columns:1fr}
  .mm-cctv-article .related-card{display:grid!important;grid-template-columns:112px minmax(0,1fr);align-items:stretch}
  .mm-cctv-article .related-card img{height:100%;min-height:125px}
  .mm-cctv-article .related-card>div{padding:14px}
  .mm-cctv-article .article-final-cta{margin:36px -4px 0;padding:23px 18px;border-radius:17px}
  .mm-cctv-article .article-final-cta .hero-actions,.mm-cctv-article .article-final-cta .btn{width:100%}
}
@media (prefers-reduced-motion:reduce){.mm-cctv-article *{scroll-behavior:auto!important;transition:none!important}}


/* CCTV BLOG MOBILE STABILITY V1 */
.mm-cctv-article .footer img{width:100px;height:78px;aspect-ratio:100/78;object-fit:contain}
@media (max-width:640px){
  .mm-cctv-article .page-hero{min-height:540px}
  .mm-cctv-article .article-highlights{min-height:254px}
}
