
/*
 Steel Axis v1.081 — Contact / Projects / Videos / Site Map Standalone Organization
 تنظيم صفحات التواصل والمشاريع والفيديوهات وكل الموقع بطبقة واحدة.
*/

:root{
  --sa-bg:#02070d;
  --sa-bg2:#04121e;
  --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%),
    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);
  border:1px solid rgba(0,168,255,.12);
}
body:before{right:0}
body:after{left:0}
a{color:inherit}

/* 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}
.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);
}
.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}

.sa-page-links-strip{display:none!important}

/* Clean pages */
.sa-info-page{
  width:min(1900px,calc(100% - 18px));
  margin:8px auto;
  display:grid;
  gap:8px;
}
.sa-info-hero{
  min-height:245px;
  display:grid;
  place-items:center;
  text-align:center;
  padding:30px 18px;
  background:
    linear-gradient(180deg,rgba(2,7,13,.10),rgba(2,7,13,.74)),
    var(--hero-img, 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-info-hero h1{
  margin:0;
  font-size:clamp(42px,7vw,92px);
  line-height:.95;
  color:#f4fbff;
  text-shadow:0 8px 28px rgba(0,0,0,.62),0 0 28px rgba(0,168,255,.22);
}
.sa-info-hero p{
  margin:12px auto 0;
  max-width:760px;
  color:#d2eaf7;
  font-weight:900;
  line-height:1.8;
}
.sa-info-section{
  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-info-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-info-head h2{margin:0;color:#f4fbff;font-size:25px;text-shadow:0 0 18px rgba(0,168,255,.22)}
.sa-info-head p{margin:5px 0 0;color:#b5d1e3;font-size:13px}
.sa-info-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.sa-info-card{
  min-height:122px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:16px;
  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-info-card: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-info-card em{
  display:inline-flex;
  width:max-content;
  margin-bottom:8px;
  padding:3px 9px;
  color:#06131f;
  background:#8eeaff;
  font-style:normal;
  font-weight:1000;
}
.sa-info-card b{color:#fff;font-size:17px;margin-bottom:6px}
.sa-info-card span{color:#b6d2e4;font-size:13px;line-height:1.65}

/* Contact buttons */
.sa-contact-card[href*="wa.me"],
.sa-contact-card[href*="contact"]{
  border-color:rgba(37,211,102,.28);
}
.sa-contact-card[href*="wa.me"] em,
.sa-contact-card[href*="contact"] em{
  background:#25d366;
}

/* 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}

/* Hide old leftovers */
.sa-section,.sa-grid,.sa-panel:not(.sa-info-card),.sa-pageHero,.video-strip,.video-card{display:none!important}

@media(max-width:1200px){
  .sa-nav a{padding:0 9px;font-size:14px}
  .sa-info-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}
  .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-info-page{width:calc(100% - 8px)}
  .sa-info-hero{min-height:205px;padding:24px 12px}
  .sa-info-grid{grid-template-columns:1fr}
  .sa-info-section{padding:12px}
  .sa-info-head{display:block}
  .sa-footerBottom,.sa-footerTop{display:grid;justify-items:center;text-align:center}
  .sa-copy{text-align:center}
}
