
/*
 Steel Axis v1.078 — Standalone Home Final
 صفحة رئيسية مستقلة بطبقة واحدة لمنع تعارض الطبقات القديمة.
*/

:root{
  --sa-bg:#02070d;
  --sa-bg2:#04121e;
  --sa-panel:#071622;
  --sa-panel2:#12283d;
  --sa-blue:#00a8ff;
  --sa-blue2:#88eaff;
  --sa-green:#25d366;
  --sa-white:#f4fbff;
  --sa-muted:#b6d1e3;
  --sa-line:rgba(0,168,255,.24);
  --sa-cut:polygon(18px 0,calc(100% - 18px) 0,100% 18px,100% calc(100% - 18px),calc(100% - 18px) 100%,18px 100%,0 calc(100% - 18px),0 18px);
  --sa-cut-lg:polygon(28px 0,calc(100% - 28px) 0,100% 28px,100% calc(100% - 28px),calc(100% - 28px) 100%,28px 100%,0 calc(100% - 28px),0 28px);
}

*{box-sizing:border-box}
html{direction:rtl;scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  overflow-x:hidden;
  font-family:"Tajawal","Inter",system-ui,-apple-system,Segoe UI,Arial,sans-serif;
  color:var(--sa-white);
  background:
    radial-gradient(circle at 50% -7%,rgba(0,168,255,.17),transparent 33%),
    radial-gradient(circle at 20% 28%,rgba(37,211,102,.04),transparent 30%),
    linear-gradient(180deg,var(--sa-bg2),var(--sa-bg) 58%,#02060b);
}

body:before,
body:after{
  content:"";
  position:fixed;
  top:0;
  bottom:0;
  width:8px;
  z-index:1000;
  pointer-events:none;
  background:
    linear-gradient(180deg,#183046,#020a11 48%,#142638),
    repeating-linear-gradient(180deg,rgba(255,255,255,.09) 0 1px,transparent 1px 24px);
  border:1px solid rgba(0,168,255,.12);
  box-shadow:inset 0 0 14px rgba(0,0,0,.72);
}
body:before{right:0}
body:after{left:0}

a{color:inherit}
.sa-page{min-height:100vh}

/* Header */
.sa-header{
  position:sticky;
  top:0;
  z-index:900;
  padding:8px 8px 0;
  background:linear-gradient(180deg,rgba(2,7,13,.96),rgba(2,7,13,.76),rgba(2,7,13,0));
  backdrop-filter:blur(10px);
}
.sa-header .shell{
  width:min(1900px,calc(100% - 10px));
  margin:0 auto;
}
.sa-topbar{
  position:relative;
  min-height:78px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:14px;
  padding:12px 14px;
  background:
    radial-gradient(circle at 50% 0,rgba(0,168,255,.13),transparent 34%),
    linear-gradient(180deg,rgba(21,43,63,.98),rgba(4,13,22,.99));
  border:1px solid rgba(0,168,255,.23);
  clip-path:var(--sa-cut);
  box-shadow:0 18px 42px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.06);
}
.bolt{
  position:absolute;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#4c6d83;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 0 8px rgba(0,168,255,.15);
}
.b1{top:10px;right:12px}.b2{top:10px;left:12px}.b3{bottom:10px;right:12px}.b4{bottom:10px;left:12px}

.sa-brand{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  min-width:185px;
}
.sa-brand img{
  width:56px;
  height:56px;
  object-fit:contain;
  filter:drop-shadow(0 0 14px rgba(0,168,255,.25));
}
.sa-brand .txt{
  display:grid;
  line-height:1.1;
}
.sa-brand b{
  font-size:16px;
  letter-spacing:.06em;
  color:#fff;
}
.sa-brand span span{
  font-size:18px;
  font-weight:1000;
  color:#e8f8ff;
}
.sa-brand small{display:none!important}

.sa-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  flex-wrap:wrap;
}
.sa-nav a{
  min-height:38px;
  display:flex;
  align-items:center;
  padding:0 12px;
  text-decoration:none;
  color:#c9deed;
  font-weight:900;
  border:1px solid transparent;
  clip-path:polygon(10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px),0 10px);
}
.sa-nav a:hover,
.sa-nav a.active{
  color:#fff;
  background:linear-gradient(180deg,rgba(0,168,255,.14),rgba(0,168,255,.03));
  border-color:rgba(0,168,255,.28);
  text-shadow:0 0 12px rgba(0,168,255,.35);
}

.sa-actions{
  display:flex;
  align-items:center;
  gap:8px;
}
.sa-action{
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  color:#eaf8ff;
  text-decoration:none;
  font-weight:900;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.016));
  border:1px solid rgba(0,168,255,.18);
  clip-path:polygon(10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px),0 10px);
}
.sa-toggle{
  display:none;
  width:44px;
  height:42px;
  padding:0;
  border:1px solid rgba(0,168,255,.24);
  background:linear-gradient(180deg,#18334e,#06131f);
  clip-path:polygon(10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px),0 10px);
}
.sa-toggle span{
  display:block;
  width:20px;
  height:2px;
  margin:5px auto;
  background:#e8f8ff;
}

.sa-mobile{
  display:none;
  padding:10px;
  background:linear-gradient(180deg,rgba(8,22,34,.98),rgba(3,11,18,.99));
  border:1px solid rgba(0,168,255,.22);
  border-top:0;
  clip-path:polygon(0 0,100% 0,100% calc(100% - 16px),calc(100% - 16px) 100%,16px 100%,0 calc(100% - 16px));
}
.sa-mobile a{
  display:flex;
  min-height:42px;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#d5edf9;
  font-weight:900;
  border-bottom:1px solid rgba(0,168,255,.10);
}

/* Ticker */
.sa-ticker{
  min-height:44px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:10px;
  padding:7px 12px;
  margin-top:6px;
  background:linear-gradient(180deg,rgba(12,28,43,.94),rgba(3,11,18,.94));
  border:1px solid rgba(0,168,255,.18);
  clip-path:polygon(12px 0,calc(100% - 12px) 0,100% 12px,100% calc(100% - 12px),calc(100% - 12px) 100%,12px 100%,0 calc(100% - 12px),0 12px);
}
.sa-ticker .title,
.sa-live{
  color:#8eeaff;
  font-weight:1000;
  white-space:nowrap;
}
.sa-ticker .items{
  display:flex;
  gap:18px;
  overflow:hidden;
  white-space:nowrap;
  color:#d7edf7;
}
.sa-ticker b{color:#fff}
.sa-ticker i{
  color:#25d366;
  font-style:normal;
  font-weight:900;
}

/* Home */
.sa-home{
  width:min(1900px,calc(100% - 18px));
  margin:8px auto 0;
  display:grid;
  gap:8px;
}

.sa-home-hero{
  position:relative;
  min-height:520px;
  display:grid;
  place-items:center;
  padding:28px;
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(2,7,13,.05),rgba(2,7,13,.68)),
    url('../assets/site-clean-industrial-bg-v1055.webp') center/cover no-repeat;
  border:1px solid rgba(0,168,255,.24);
  clip-path:var(--sa-cut-lg);
  box-shadow:0 20px 58px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.05);
}
.sa-home-hero:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 15%,rgba(0,168,255,.16),transparent 35%),
    linear-gradient(90deg,rgba(0,168,255,.07),transparent 16%,transparent 84%,rgba(0,168,255,.07));
}
.sa-bars{
  position:absolute;
  inset:14px;
  pointer-events:none;
  border:1px solid rgba(0,168,255,.12);
  clip-path:var(--sa-cut);
}
.sa-titlebox{
  position:relative;
  z-index:2;
  max-width:980px;
  margin-inline:auto;
  text-align:center;
  padding:18px;
}
.sa-titlebox h1{
  margin:0;
  font-size:clamp(56px,9vw,148px);
  line-height:.86;
  color:#effaff;
  text-shadow:
    0 1px 0 #9bb7c8,
    0 10px 26px rgba(0,0,0,.60),
    0 0 34px rgba(0,168,255,.22);
  letter-spacing:-.04em;
}
.sa-titlebox .line{
  margin-top:12px;
  font-size:clamp(22px,3vw,45px);
  font-weight:1000;
  color:#eaf9ff;
  text-shadow:0 0 22px rgba(0,168,255,.28);
}
.sa-titlebox p{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin:12px 0 0;
  color:#d3eaf6;
  font-weight:900;
}

.sa-maincards{
  max-width:1040px;
  margin:24px auto 0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.sa-maincard{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:14px;
  color:#eef9ff;
  text-decoration:none;
  background:
    radial-gradient(circle at 50% 0,rgba(0,168,255,.13),transparent 35%),
    linear-gradient(180deg,rgba(28,50,70,.94),rgba(6,16,26,.98));
  border:1px solid rgba(0,168,255,.24);
  clip-path:polygon(16px 0,calc(100% - 16px) 0,100% 16px,100% calc(100% - 16px),calc(100% - 16px) 100%,16px 100%,0 calc(100% - 16px),0 16px);
}
.sa-maincard i,
.sa-maincard .thumb,
.sa-maincard img,
.sa-maincard:before,
.sa-maincard:after{display:none!important}
.sa-maincard h3{
  margin:0 0 5px;
  font-size:21px;
}
.sa-maincard p{
  margin:0;
  color:#b8d3e4;
  line-height:1.45;
  font-size:13px;
}

/* Contact dock */
.sa-contactDock{
  position:absolute;
  top:28px;
  left:28px;
  width:285px;
  z-index:4;
  display:grid;
  gap:8px;
  padding:14px;
  background:linear-gradient(180deg,rgba(15,35,53,.94),rgba(4,13,22,.97));
  border:1px solid rgba(0,168,255,.22);
  clip-path:var(--sa-cut);
  box-shadow:0 18px 42px rgba(0,0,0,.35);
}
.sa-contactDock h3{
  margin:0 0 6px;
  text-align:center;
  color:#fff;
}
.sa-contactDock .item{
  min-height:56px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px;
  text-decoration:none;
  color:#eaf8ff;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.016));
  border:1px solid rgba(0,168,255,.16);
  clip-path:polygon(12px 0,calc(100% - 12px) 0,100% 12px,100% calc(100% - 12px),calc(100% - 12px) 100%,12px 100%,0 calc(100% - 12px),0 12px);
}
.sa-contactDock .whatsapp{
  border-color:rgba(37,211,102,.35);
  background:linear-gradient(180deg,rgba(37,211,102,.14),rgba(37,211,102,.035));
}
.sa-contactDock .ic{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#0a1824;
  border:1px solid rgba(0,168,255,.18);
}
.sa-contactDock b{
  display:block;
  font-size:13px;
}
.sa-contactDock span{
  display:block;
  color:#a9c7d9;
  font-size:11px;
}

/* Sections */
.sa-v1076-section{
  width:100%;
  margin:0 auto;
  padding:16px;
  background:
    radial-gradient(circle at 50% 0,rgba(0,168,255,.13),transparent 34%),
    linear-gradient(180deg,rgba(18,40,58,.96),rgba(4,14,23,.98));
  border:1px solid rgba(0,168,255,.22);
  clip-path:var(--sa-cut);
  box-shadow:0 18px 44px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.05);
}
.sa-v1076-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
  padding-bottom:12px;
  border-bottom:1px solid rgba(0,168,255,.12);
}
.sa-v1076-head h2{
  margin:0;
  color:#f4fbff;
  font-size:25px;
  text-shadow:0 0 18px rgba(0,168,255,.22);
}
.sa-v1076-head p{
  margin:5px 0 0;
  color:#b5d1e3;
  font-size:13px;
}
.sa-v1076-head a{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  color:#91eaff;
  text-decoration:none;
  font-weight:900;
  white-space:nowrap;
  border:1px solid rgba(0,168,255,.25);
  background:linear-gradient(180deg,rgba(0,168,255,.10),rgba(0,168,255,.025));
  clip-path:polygon(10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px),0 10px);
}

.sa-v1076-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.sa-v1076-product{
  position:relative;
  min-height:168px;
  display:flex;
  align-items:flex-end;
  padding:12px;
  color:#eef9ff;
  text-decoration:none;
  background:
    linear-gradient(180deg,rgba(2,7,13,.05),rgba(2,7,13,.70)),
    var(--img) center/cover no-repeat;
  border:1px solid rgba(0,168,255,.24);
  clip-path:polygon(16px 0,calc(100% - 16px) 0,100% 16px,100% calc(100% - 16px),calc(100% - 16px) 100%,16px 100%,0 calc(100% - 16px),0 16px);
  box-shadow:0 12px 30px rgba(0,0,0,.28);
  transition:.18s ease;
}
.sa-v1076-product:hover{
  transform:translateY(-2px);
  border-color:rgba(0,168,255,.46);
  box-shadow:0 18px 40px rgba(0,0,0,.34),0 0 22px rgba(0,168,255,.10);
}
.sa-v1076-product b{
  display:block;
  color:#fff;
  font-size:16px;
  text-shadow:0 2px 14px rgba(0,0,0,.85);
}
.sa-v1076-product span{
  display:block;
  margin-top:4px;
  color:#cfe8f6;
  font-size:12px;
  text-shadow:0 2px 12px rgba(0,0,0,.85);
}

.sa-v1076-tools-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.sa-v1076-tool{
  min-height:82px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:14px;
  color:#eef9ff;
  text-decoration:none;
  background:
    radial-gradient(circle at 84% 50%,rgba(0,168,255,.10),transparent 35%),
    linear-gradient(180deg,rgba(255,255,255,.050),rgba(255,255,255,.014));
  border:1px solid rgba(0,168,255,.20);
  clip-path:polygon(14px 0,calc(100% - 14px) 0,100% 14px,100% calc(100% - 14px),calc(100% - 14px) 100%,14px 100%,0 calc(100% - 14px),0 14px);
  transition:.18s ease;
}
.sa-v1076-tool:hover{
  transform:translateY(-2px);
  border-color:rgba(0,168,255,.46);
  box-shadow:0 18px 40px rgba(0,0,0,.34),0 0 22px rgba(0,168,255,.10);
}
.sa-v1076-tool b{
  color:#fff;
  font-size:16px;
  margin-bottom:5px;
}
.sa-v1076-tool span{
  color:#b6d2e4;
  font-size:12px;
}

/* Footer */
.sa-footer{
  width:min(1900px,calc(100% - 18px));
  margin:8px auto;
  padding:16px;
  background:linear-gradient(180deg,rgba(12,28,43,.96),rgba(3,10,17,.98));
  border:1px solid rgba(0,168,255,.18);
  clip-path:var(--sa-cut);
}
.sa-footerTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding-bottom:12px;
  border-bottom:1px solid rgba(0,168,255,.11);
}
.sa-footerLogo img{width:46px;height:46px}
.sa-footerMap{
  color:#91eaff;
  text-decoration:none;
  font-weight:900;
}
.sa-footerBottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding-top:12px;
}
.sa-socials{
  display:flex;
  gap:7px;
}
.sa-socials a{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  color:#e8f8ff;
  text-decoration:none;
  border:1px solid rgba(0,168,255,.18);
  background:rgba(255,255,255,.04);
}
.sa-copy{
  color:#a9c4d7;
  line-height:1.7;
  text-align:end;
}
.sa-footerActions{display:none!important}

/* Disable old leftovers if injected */
.sa-board,
.sa-full-strip,
.sa-v1071-product-image-panel,
.sa-v1075-products-section,
.sa-v1075-tools-section,
.sa-v1069-tools-restore-panel,
.sa-home-command-band,
.sa-home-products-showcase,
.sa-home-services-showcase,
.sa-home-recruitment-training,
.sa-home-mega-cta,
.sa-context-strip,
.sa-request-steps,
.sa-inline-quote-bar,
.sa-smart-action-rail,
.sa-command-panel,
.sa-command-launcher{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

/* Responsive */
@media(max-width:1200px){
  .sa-nav a{padding:0 9px;font-size:14px}
  .sa-contactDock{width:260px}
  .sa-v1076-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  body:before,body:after{width:4px}
  .sa-header{position:relative}
  .sa-topbar{
    min-height:68px;
    grid-template-columns:auto 1fr auto;
  }
  .sa-brand{min-width:auto}
  .sa-brand img{width:46px;height:46px}
  .sa-nav,
  .sa-action{display:none}
  .sa-toggle{display:block}
  .sa-mobile.open,
  .sa-mobile.show{display:grid}
  .sa-ticker{
    grid-template-columns:1fr;
    text-align:center;
  }
  .sa-ticker .items{
    justify-content:flex-start;
    overflow:auto;
    padding-bottom:3px;
  }
  .sa-home{width:calc(100% - 8px)}
  .sa-home-hero{
    min-height:auto;
    padding:20px 10px;
  }
  .sa-contactDock{display:none}
  .sa-titlebox{
    padding:22px 6px;
  }
  .sa-titlebox h1{
    font-size:clamp(52px,18vw,96px);
  }
  .sa-titlebox p{
    font-size:13px;
  }
  .sa-maincards,
  .sa-v1076-product-grid,
  .sa-v1076-tools-grid{
    grid-template-columns:1fr;
  }
  .sa-maincard{
    min-height:76px;
  }
  .sa-v1076-section{
    padding:12px;
  }
  .sa-v1076-head{
    display:block;
  }
  .sa-v1076-head a{
    width:100%;
    margin-top:8px;
  }
  .sa-v1076-product{
    min-height:145px;
  }
  .sa-footerBottom,
  .sa-footerTop{
    display:grid;
    justify-items:center;
    text-align:center;
  }
  .sa-copy{text-align:center}
}
