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

*{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#050814;
  --panel:#081023;
  --panel2:#0a1126;
  --border:rgba(155,180,255,.16);
  --text:#ffffff;
  --muted:#b7c0df;
  --purple:#8b35ff;
  --purple2:#c03cff;
  --blue:#236dff;
  --cyan:#02d9ff;
  --green:#22e58a;
}
html{scroll-behavior:smooth}
body{
  min-height:100vh;
  display:flex;
  flex-direction:column;
  font-family:Inter,Arial,sans-serif;
  background:
    radial-gradient(circle at 78% 9%,rgba(118,41,255,.35),transparent 30%),
    radial-gradient(circle at 50% 30%,rgba(35,109,255,.14),transparent 30%),
    linear-gradient(180deg,#050814,#030611 70%);
  color:var(--text);
  overflow-x:hidden;
}
main{
  flex:1 0 auto;
  width:100%;
}
.footer{
  flex-shrink:0;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(to bottom,#000 0%,transparent 78%);
  pointer-events:none;
}
a{text-decoration:none;color:inherit}
.container{width:min(1210px,94%);margin:auto}

/* HEADER */
.header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(4,7,19,.78);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.07);
}
.header-inner{
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.brand{display:flex;flex-direction:column;align-items:flex-start;line-height:1}
.brand-image{
  display:block;
  width:116px;
  height:auto;
  margin:-28px 0 -25px -10px;
  filter:drop-shadow(0 0 16px rgba(33,213,255,.28)) drop-shadow(0 0 18px rgba(155,56,255,.35));
}
.brand-logo{
  position:relative;
  font-size:42px;
  font-weight:950;
  letter-spacing:-5px;
  filter:drop-shadow(0 0 18px rgba(97,95,255,.5));
}
.brand-logo span:nth-child(1){color:#00d9ff}
.brand-logo span:nth-child(2){color:#9040ff}
.brand-logo span:nth-child(3){color:#f5f6ff}
.brand-logo i{
  position:absolute;
  right:-22px;
  top:-9px;
  color:#a34cff;
  font-size:16px;
  font-style:normal;
  letter-spacing:0;
}
.brand small,.footer small{
  margin-top:6px;
  color:#b23cff;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
}
.nav{display:flex;align-items:center;gap:30px;font-weight:750}
.nav a{color:#fff;opacity:.92;font-size:15px}
.nav a:hover{color:#b86cff}
.nav a.active{
  color:#8beeff;
  opacity:1;
  text-shadow:0 0 18px rgba(2,217,255,.32);
}
.header-actions{display:flex;align-items:center;gap:20px}
.theme-btn{
  width:46px;height:46px;border-radius:50%;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.04);
  color:#fff;font-size:22px;
}
.lang{display:flex;align-items:center;gap:8px;color:#fff}
.lang button{
  min-width:31px;
  min-height:30px;
  border:1px solid transparent;
  border-radius:8px;
  background:none;
  color:#fff;
  font-weight:800;
  cursor:pointer;
}
.lang button.active{
  border-color:rgba(178,60,255,.5);
  background:rgba(178,60,255,.14);
  color:#d66bff;
}

/* HERO */
.hero{padding:48px 0 46px}
.hero-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  align-items:center;
  gap:55px;
}
.eyebrow,.kicker{
  color:#bd43ff;
  font-weight:900;
  letter-spacing:1.5px;
  font-size:14px;
  margin-bottom:22px;
}
.eyebrow{color:#35cfff}
.hero h1{
  font-size:clamp(42px,4.7vw,62px);
  line-height:1.04;
  letter-spacing:-2.8px;
  margin-bottom:22px;
}
.hero h1 span,.page-hero h1 span{
  display:block;
  background:linear-gradient(90deg,#b23cff,#266fff,#03d6ff);
  -webkit-background-clip:text;
  color:transparent;
}
.hero-text{
  max-width:600px;
  color:#d2d7ea;
  line-height:1.7;
  font-size:18px;
}
.hero-actions{display:flex;gap:20px;margin-top:32px;flex-wrap:wrap}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:58px;
  padding:0 28px;
  border-radius:11px;
  font-weight:850;
  border:1px solid rgba(255,255,255,.14);
}
.btn.primary{
  background:linear-gradient(135deg,#6624ff,#9b2fff);
  box-shadow:0 0 35px rgba(117,44,255,.45),inset 0 0 14px rgba(255,255,255,.12);
}
.btn.secondary{background:rgba(255,255,255,.035)}
.grid-dot{font-size:20px}

/* SYSTEM BUILDER */
.system-builder{
  padding-top:8px;
}
.builder-shell{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:18px;
  align-items:stretch;
  padding:18px;
  border:1px solid rgba(2,217,255,.15);
  border-radius:18px;
  background:
    radial-gradient(circle at 8% 12%,rgba(2,217,255,.13),transparent 32%),
    radial-gradient(circle at 92% 0%,rgba(139,53,255,.24),transparent 36%),
    linear-gradient(135deg,rgba(9,17,40,.92),rgba(6,10,27,.94));
  box-shadow:0 28px 80px rgba(0,0,0,.26), inset 0 0 70px rgba(92,45,255,.05);
  overflow:hidden;
  position:relative;
}
.builder-shell:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);
  background-size:38px 38px;
  mask-image:linear-gradient(90deg,#000,transparent 76%);
  pointer-events:none;
}
.builder-copy,
.builder-result{
  position:relative;
  z-index:1;
}
.builder-copy{
  padding:18px;
}
.builder-copy h2{
  font-size:clamp(30px,3vw,46px);
  line-height:1.05;
  letter-spacing:-1.7px;
  margin-bottom:14px;
}
.builder-copy p:not(.kicker){
  color:#cfd7ef;
  line-height:1.7;
  max-width:520px;
}
.builder-tabs{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  margin-top:24px;
}
.builder-tabs button{
  min-height:46px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:10px;
  background:rgba(255,255,255,.035);
  color:#dbe4ff;
  font:inherit;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease;
}
.builder-tabs button:hover{
  transform:translateY(-2px);
  border-color:rgba(2,217,255,.28);
}
.builder-tabs button.active{
  color:#fff;
  border-color:rgba(139,53,255,.6);
  background:linear-gradient(135deg,rgba(98,36,255,.92),rgba(155,47,255,.85));
  box-shadow:0 12px 28px rgba(117,44,255,.26);
}
.builder-result{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  min-height:360px;
  padding:18px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:15px;
  background:
    radial-gradient(circle at 80% 18%,rgba(2,217,255,.14),transparent 36%),
    linear-gradient(180deg,rgba(12,20,45,.88),rgba(5,11,28,.92));
}
.builder-result-head{
  align-self:start;
  position:relative;
  z-index:1;
}
.builder-result-head span{
  display:inline-flex;
  min-height:28px;
  align-items:center;
  padding:0 10px;
  border:1px solid rgba(2,217,255,.18);
  border-radius:999px;
  background:rgba(2,217,255,.07);
  color:#8beeff;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
}
.builder-result-head strong{
  display:block;
  margin:14px 0 10px;
  font-size:34px;
  line-height:1.05;
  letter-spacing:-1px;
}
.builder-result-head p{
  color:#c5cdec;
  line-height:1.65;
}
.builder-preview{
  position:relative;
  min-height:230px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:14px;
  background:
    radial-gradient(circle at 50% 40%,rgba(35,109,255,.18),transparent 45%),
    linear-gradient(135deg,#071127,#100b2d);
  overflow:hidden;
  z-index:1;
  transition:background .24s ease,transform .24s ease,border-color .24s ease;
}
.builder-preview:after{
  content:"";
  position:absolute;
  left:8%;
  right:8%;
  bottom:13px;
  height:70px;
  background:
    linear-gradient(90deg,transparent,rgba(2,217,255,.5),rgba(139,53,255,.55),transparent),
    repeating-linear-gradient(90deg,rgba(71,99,255,.28) 0 1px,transparent 1px 42px);
  transform:perspective(220px) rotateX(62deg);
  transform-origin:bottom;
  opacity:.62;
}
.builder-window{
  position:absolute;
  top:18px;
  left:18px;
  right:18px;
  min-height:42px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 13px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:11px;
  background:rgba(4,10,25,.82);
}
.builder-window i{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#ff5d68;
}
.builder-window i:nth-child(2){background:#ffd166}
.builder-window i:nth-child(3){background:#38e66f}
.builder-window b{
  margin-left:4px;
  color:#dfe8ff;
  font-size:11px;
}
.builder-chart{
  position:absolute;
  left:24px;
  right:24px;
  bottom:86px;
  display:flex;
  align-items:end;
  gap:10px;
  height:78px;
}
.builder-chart span{
  flex:1;
  border-radius:8px 8px 3px 3px;
  background:linear-gradient(180deg,#02d9ff,#8b35ff);
  box-shadow:0 0 18px rgba(2,217,255,.18);
}
.builder-chart span:nth-child(1){height:34%}
.builder-chart span:nth-child(2){height:58%}
.builder-chart span:nth-child(3){height:43%}
.builder-chart span:nth-child(4){height:86%}
.builder-nodes{
  position:absolute;
  left:24px;
  right:24px;
  bottom:32px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px;
}
.builder-nodes span{
  min-height:32px;
  display:grid;
  place-items:center;
  border:1px solid rgba(34,229,138,.18);
  border-radius:9px;
  background:rgba(34,229,138,.07);
  color:#79f6b6;
  font-size:12px;
  font-weight:950;
}
.builder-chips{
  grid-column:1 / -1;
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  position:relative;
  z-index:1;
}
.builder-chips span{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  background:rgba(255,255,255,.04);
  color:#fff;
  font-size:12px;
  font-weight:900;
}
.builder-flow{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:auto 1fr auto 1fr auto 1fr auto;
  align-items:center;
  gap:10px;
  padding:12px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  background:rgba(255,255,255,.03);
  position:relative;
  z-index:1;
}
.builder-flow span{
  color:#dfe7ff;
  font-size:12px;
  font-weight:900;
}
.builder-flow b{
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#02d9ff,#8b35ff);
}
.builder-cta{
  grid-column:1 / -1;
  width:max-content;
  min-height:48px;
  padding:0 20px;
  position:relative;
  z-index:1;
}

/* DASHBOARD */
.dashboard-wrap{position:relative;padding:10px 0}
.dashboard-wrap:after{
  content:"";
  position:absolute;
  left:10%;
  right:3%;
  bottom:-24px;
  height:150px;
  background:
    linear-gradient(90deg,transparent,rgba(42,83,255,.35),transparent),
    repeating-linear-gradient(90deg,rgba(50,80,255,.22) 0 1px,transparent 1px 85px),
    repeating-linear-gradient(0deg,rgba(50,80,255,.18) 0 1px,transparent 1px 32px);
  transform:perspective(380px) rotateX(66deg);
  transform-origin:bottom;
  pointer-events:none;
}
.dashboard-card{
  position:relative;
  min-height:390px;
  border-radius:20px;
  overflow:hidden;
  background:linear-gradient(145deg,rgba(16,15,43,.98),rgba(5,13,35,.96));
  border:1px solid rgba(24,156,255,.65);
  box-shadow:
    0 0 0 1px rgba(142,55,255,.45),
    0 0 50px rgba(42,99,255,.26),
    inset 0 0 60px rgba(125,31,255,.13);
  padding:58px 18px 18px 132px;
}
.window-dots{position:absolute;top:20px;left:20px;display:flex;gap:9px}
.window-dots span{width:13px;height:13px;border-radius:50%}
.window-dots span:nth-child(1){background:#ff5d68}
.window-dots span:nth-child(2){background:#ffd44f}
.window-dots span:nth-child(3){background:#35e184}
.dash-top-icons{position:absolute;top:20px;right:22px;display:flex;gap:21px;color:#fff;font-size:22px}
.dash-side{
  position:absolute;top:60px;left:18px;width:102px;color:#cfd7ef;font-size:13px;
}
.dash-side div{padding:11px 12px;border-radius:9px;margin-bottom:7px}
.dash-side .dash-active{background:#6125d9;color:#fff}
.dash-main{
  display:grid;
  grid-template-columns:1.5fr 1fr;
  gap:18px;
}
.metric{
  position:relative;
  min-height:128px;
  background:rgba(6,12,31,.88);
  border:1px solid rgba(255,255,255,.09);
  border-radius:12px;
  padding:20px;
  overflow:hidden;
}
.metric.big{grid-column:span 1}
.metric p{color:#d3dbf4;font-size:15px;margin-bottom:10px}
.metric strong{display:block;font-size:31px;letter-spacing:-1px;margin-bottom:9px}
.metric em{font-style:normal;color:#15f18b;font-weight:800;font-size:14px}
.line-chart{position:absolute;right:18px;bottom:18px;width:155px;height:62px}
.line-chart svg{width:100%;height:100%}
.line-chart path{fill:none;stroke:#5a39ff;stroke-width:4;filter:drop-shadow(0 0 8px #4b3dff)}
.bars{position:absolute;right:18px;bottom:18px;display:flex;gap:8px;align-items:end}
.bars i{width:9px;background:#512bff;display:block;border-radius:2px}
.bars i:nth-child(1){height:18px}.bars i:nth-child(2){height:30px}.bars i:nth-child(3){height:42px}.bars i:nth-child(4){height:58px}.bars i:nth-child(5){height:76px}
.bars.mini i{background:#6534ff}
.loadbar{height:9px;background:#1b2744;border-radius:99px;margin-top:25px;overflow:hidden}
.loadbar span{display:block;width:45%;height:100%;background:linear-gradient(90deg,#5734ff,#b13cff)}
.wave{position:absolute;left:20px;right:20px;bottom:20px;height:34px;background:radial-gradient(ellipse at center,rgba(34,229,138,.35),transparent 70%);border-bottom:3px solid #18d98a;border-radius:50%}

/* SECTIONS */
.section{position:relative;z-index:5;padding:42px 0}
.section-head{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:end;
  gap:35px;
  margin-bottom:28px;
}
h2{
  font-size:clamp(31px,3vw,42px);
  letter-spacing:-1.5px;
}
.section-desc{
  color:#c9d1ec;
  line-height:1.7;
  font-size:17px;
  max-width:500px;
}
.section-desc span{color:#bd43ff}
.service-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}
.service-card{
  min-height:240px;
  background:linear-gradient(180deg,rgba(14,23,47,.92),rgba(6,12,28,.92));
  border:1px solid var(--border);
  border-radius:12px;
  padding:24px 22px;
  position:relative;
  overflow:hidden;
}
.service-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 20% 10%,rgba(126,48,255,.16),transparent 35%);
  pointer-events:none;
}
.icon{
  width:64px;height:64px;border-radius:14px;
  display:grid;place-items:center;
  margin-bottom:24px;
  font-size:28px;
  font-weight:900;
}
.icon.purple{background:rgba(125,42,255,.23);color:#c148ff}
.icon.blue{background:rgba(25,101,255,.2);color:#2f8dff}
.icon.cyan{background:rgba(0,216,255,.15);color:#00e0ff}
.icon img{
  width:36px;
  height:36px;
  object-fit:contain;
  filter:drop-shadow(0 0 10px rgba(193,72,255,.3));
}
.icon.blue img,
.icon.cyan img{
  filter:drop-shadow(0 0 10px rgba(47,141,255,.32));
}
.service-card h3{font-size:19px;line-height:1.15;margin-bottom:12px}
.service-card p{color:#c2cbea;font-size:14px;line-height:1.62}
.service-card i{
  position:absolute;left:22px;bottom:20px;
  width:43px;height:2px;background:#b13cff;border-radius:3px;
}
.service-card:nth-child(5) i,.service-card:nth-child(6) i,.service-card:nth-child(10) i{background:#25d8ff}

/* TECHNOLOGIES */
.tech-stack{padding-top:16px}
.tech-panel{
  border:1px solid rgba(120,55,255,.55);
  border-radius:12px;
  padding:20px;
  background:
    radial-gradient(circle at 80% 0%,rgba(109,44,255,.22),transparent 28%),
    rgba(6,12,29,.65);
}
.tech-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}
.tech-subtitle{
  max-width:650px;
  margin-top:9px;
  color:#c0cae5;
  font-size:14px;
  line-height:1.6;
}
.code-mark{
  font-size:54px;
  color:#8d42ff;
  font-weight:900;
  text-shadow:0 0 30px rgba(141,66,255,.7);
}
.tech-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}
.tech-grid article{
  background:linear-gradient(180deg,rgba(13,24,50,.86),rgba(7,14,32,.88));
  border:1px solid rgba(255,255,255,.08);
  border-radius:9px;
  padding:14px;
  min-height:126px;
  position:relative;
}
.tech-icon{
  width:48px;height:48px;border-radius:12px;
  background:
    radial-gradient(circle at 35% 25%,rgba(255,255,255,.16),transparent 32%),
    linear-gradient(145deg,rgba(23,51,104,.72),rgba(8,18,41,.92));
  border:1px solid rgba(255,255,255,.1);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 14px 24px rgba(0,0,0,.18);
  display:grid;place-items:center;
  margin-bottom:9px;
  color:#58caff;
  font-weight:900;
}
.tech-icon img{
  width:31px;
  height:31px;
  object-fit:contain;
  filter:drop-shadow(0 8px 12px rgba(0,0,0,.32));
}
.tech-grid h3{font-size:16px;margin-bottom:6px}
.tech-grid p{
  font-size:12px;
  line-height:1.45;
  color:#c0cae5;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.tech-badge{
  display:inline-flex;
  min-height:20px;
  align-items:center;
  padding:0;
  margin:0 0 8px;
  border:0;
  border-radius:0;
  background:transparent;
  color:#91a7d7;
  font-size:10px;
  font-weight:850;
  letter-spacing:.35px;
  text-transform:uppercase;
}
.tech-coverage{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:16px;
}
.tech-coverage span{
  padding:9px 12px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:9px;
  background:rgba(255,255,255,.04);
  color:#d5def6;
  font-size:13px;
  font-weight:800;
}
.tech-page-link{
  align-self:center;
  white-space:nowrap;
}

/* TECHNOLOGIES PAGE */
.tech-page-hero{
  padding-bottom:28px;
}
.tech-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 390px;
  gap:36px;
  align-items:center;
}
.tech-page-hero h1{
  font-size:56px;
  line-height:1.02;
  letter-spacing:-2px;
  max-width:650px;
}
.is-ar .tech-page-hero h1{
  font-size:42px;
  line-height:1.16;
  letter-spacing:0;
  max-width:560px;
}
.tech-orbit{
  min-height:320px;
  position:relative;
  display:grid;
  place-items:center;
  border:1px solid rgba(2,217,255,.14);
  border-radius:18px;
  background:
    radial-gradient(circle at 50% 45%,rgba(2,217,255,.18),transparent 25%),
    radial-gradient(circle at 80% 15%,rgba(146,57,255,.18),transparent 32%),
    linear-gradient(145deg,rgba(9,18,42,.88),rgba(5,10,25,.94));
  overflow:hidden;
}
.tech-orbit:before{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:999px;
  box-shadow:0 0 50px rgba(99,70,255,.22);
}
.tech-orbit strong{
  width:118px;
  height:118px;
  display:grid;
  place-items:center;
  border-radius:28px;
  color:#fff;
  font-size:42px;
  background:linear-gradient(145deg,rgba(111,43,255,.9),rgba(1,186,255,.72));
  box-shadow:0 24px 60px rgba(69,43,255,.36);
  z-index:2;
}
.tech-orbit span{
  position:absolute;
  width:74px;
  height:74px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:linear-gradient(145deg,rgba(17,35,76,.96),rgba(7,14,31,.96));
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 18px 38px rgba(0,0,0,.28);
}
.tech-orbit span:nth-child(1){left:34px;top:50px}
.tech-orbit span:nth-child(2){right:42px;top:58px}
.tech-orbit span:nth-child(3){left:58px;bottom:48px}
.tech-orbit span:nth-child(4){right:58px;bottom:44px}
.tech-orbit img{
  width:46px;
  height:46px;
  object-fit:contain;
  filter:drop-shadow(0 9px 12px rgba(0,0,0,.36));
}
.tech-page-section{
  padding-top:24px;
}
.tech-category{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:18px;
}
.tech-category h2{
  max-width:650px;
}
.tech-filter-pills{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
}
.tech-filter-pills span{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  padding:0 13px;
  border-radius:999px;
  border:1px solid rgba(2,217,255,.15);
  background:rgba(255,255,255,.045);
  color:#d9e4ff;
  font-size:12px;
  font-weight:900;
}
.tech-page-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.tech-card{
  min-height:228px;
  padding:20px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.09);
  background:
    radial-gradient(circle at 18% 0%,rgba(2,217,255,.1),transparent 34%),
    linear-gradient(180deg,rgba(13,24,50,.88),rgba(6,13,31,.92));
  box-shadow:0 18px 40px rgba(0,0,0,.16);
}
.tech-card h3{
  width:max-content;
  max-width:100%;
  display:flex;
  align-items:center;
  min-height:34px;
  padding:5px 12px 6px;
  border:1px solid transparent;
  border-radius:10px;
  background:
    linear-gradient(#071127,#071127) padding-box,
    linear-gradient(135deg,#02d9ff,#8b35ff,#2e7bff) border-box;
  box-shadow:0 0 24px rgba(139,53,255,.12);
  color:#fff;
  font-size:20px;
  line-height:1.08;
  margin-bottom:8px;
}
.tech-card p{
  color:#c4cdea;
  font-size:13px;
  line-height:1.62;
}
.tech-combine{
  padding-top:8px;
}
.tech-combine-box{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);
  gap:24px;
  align-items:center;
  border:1px solid rgba(118,44,255,.35);
  border-radius:14px;
  padding:24px;
  background:
    radial-gradient(circle at 90% 20%,rgba(118,44,255,.18),transparent 34%),
    rgba(7,13,31,.74);
}
.tech-combine-box p{
  max-width:620px;
  color:#c2cbea;
  line-height:1.65;
}
.tech-flow{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:9px;
}
.tech-flow span{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  padding:0 14px;
  border-radius:10px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  color:#fff;
  font-size:13px;
  font-weight:950;
}
.tech-flow b{
  width:26px;
  height:2px;
  border-radius:4px;
  background:linear-gradient(90deg,#22d7ff,#9d3dff);
}

/* CTA FOOTER */
.cta-section{padding:18px 0 14px}
.cta-box{
  border:1px solid rgba(118,44,255,.45);
  background:linear-gradient(90deg,rgba(98,31,160,.25),rgba(9,17,43,.75));
  border-radius:11px;
  padding:28px 55px;
  display:grid;
  grid-template-columns:85px 1fr auto;
  align-items:center;
  gap:28px;
}
.mail-icon{
  width:70px;height:70px;border-radius:16px;
  background:rgba(178,60,255,.24);
  display:grid;place-items:center;
  color:#ee67ff;
  font-size:38px;
  box-shadow:0 0 30px rgba(179,59,255,.25);
}
.cta-box p{color:#c6cee8;margin-top:5px}
.contact-kicker{
  margin-bottom:8px;
}
.contact-actions{
  display:grid;
  grid-template-columns:1fr;
  justify-content:stretch;
  gap:10px;
  min-width:260px;
}
.contact-method{
  display:grid;
  grid-template-columns:36px 1fr;
  align-items:center;
  column-gap:10px;
  min-height:58px;
  padding:10px 13px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:11px;
  background:rgba(255,255,255,.04);
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.contact-method:hover{
  transform:translateY(-2px);
  border-color:rgba(139,53,255,.45);
  background:rgba(255,255,255,.06);
}
.contact-method b{
  grid-row:span 2;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(139,53,255,.18);
  color:#8beeff;
}
.contact-method span{
  font-weight:900;
}
.contact-method small{
  color:#aeb9d8;
  font-size:12px;
}
.primary-contact{
  border-color:rgba(34,229,138,.28);
  background:rgba(34,229,138,.07);
}
.primary-contact b{
  color:#5cf0a5;
  background:rgba(34,229,138,.12);
}
.smart-contact{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  min-width:min(510px,100%);
}
.smart-contact label{
  display:grid;
  gap:7px;
  color:#dbe4ff;
  font-size:12px;
  font-weight:900;
}
.smart-contact .full{
  grid-column:1 / -1;
}
.smart-contact input,
.smart-contact select,
.smart-contact textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.1);
  border-radius:9px;
  background:#071128;
  color:#fff;
  padding:11px 12px;
  font:inherit;
  resize:vertical;
}
.smart-contact .btn{
  width:100%;
  min-height:48px;
}
.contact-mini-actions{
  display:flex;
  gap:10px;
}
.contact-mini-actions a{
  flex:1;
  min-height:38px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.1);
  border-radius:9px;
  background:rgba(255,255,255,.04);
  color:#dfe8ff;
  font-size:12px;
  font-weight:900;
}

.footer{padding:25px 0 18px;border-top:1px solid rgba(255,255,255,.07)}
.footer-grid{
  display:grid;
  grid-template-columns:1.35fr .75fr .85fr 1fr;
  gap:32px;
}
.footer-logo{
  font-size:38px;font-weight:950;letter-spacing:-4px;
  background:linear-gradient(135deg,#00d8ff,#9f35ff,#fff);
  -webkit-background-clip:text;color:transparent;
}
.footer-logo-image{
  display:block;
  width:96px;
  height:auto;
  margin:0 0 10px;
  filter:drop-shadow(0 0 16px rgba(33,213,255,.24)) drop-shadow(0 0 18px rgba(155,56,255,.28));
}
.footer p,.footer a{color:#b7c0df;line-height:1.65;font-size:14px}
.footer h4{margin-bottom:12px}
.footer a{display:block;margin:6px 0}
.footer-meta{
  max-width:1180px;
  margin:20px auto 0;
  padding:0 20px;
  display:flex;
  justify-content:center;
}
.visit-counter{
  min-width:190px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:11px 18px;
  border:1px solid rgba(2,217,255,.22);
  border-radius:999px;
  background:linear-gradient(135deg,rgba(2,217,255,.08),rgba(139,53,255,.08));
  color:#dbeafe;
  box-shadow:0 16px 38px rgba(2,7,18,.22);
}
.visit-counter span{
  color:#98a6ca;
  font-size:12px;
  font-weight:850;
}
.visit-counter strong{
  color:#5cecff;
  font-size:18px;
  font-weight:950;
}
.socials{display:flex;gap:12px;margin-top:18px}
.socials span{
  width:29px;height:29px;border-radius:50%;
  display:grid;place-items:center;
  background:#0f1b36;color:#91c8ff;font-size:12px;font-weight:900;
}
.online{color:#50e88e!important}
.copyright{text-align:center;color:#aab3d5;font-size:13px;margin-top:18px}

/* ADMIN */
.admin-hero{
  padding-bottom:34px;
}
.admin-auth{
  position:fixed;
  inset:0;
  z-index:200;
  display:none;
  place-items:center;
  padding:22px;
  background:
    radial-gradient(circle at 50% 20%,rgba(139,53,255,.28),transparent 36%),
    rgba(3,6,17,.86);
  backdrop-filter:blur(18px);
}
.admin-locked .admin-auth{
  display:grid;
}
.admin-locked > header,
.admin-locked > main,
.admin-locked > footer{
  filter:blur(8px);
  pointer-events:none;
  user-select:none;
}
.admin-auth-card{
  width:min(430px,94vw);
  padding:28px;
  border:1px solid rgba(2,217,255,.18);
  border-radius:16px;
  background:
    radial-gradient(circle at 100% 0%,rgba(2,217,255,.13),transparent 36%),
    linear-gradient(180deg,rgba(14,23,47,.96),rgba(6,12,28,.98));
  box-shadow:0 28px 90px rgba(0,0,0,.45);
}
.admin-auth-card img{
  width:122px;
  display:block;
  margin:-22px 0 -14px -10px;
}
.admin-auth-card h1{
  font-size:36px;
  margin-bottom:10px;
}
.admin-auth-card p:not(.kicker){
  color:#c5cdec;
  line-height:1.6;
  margin-bottom:18px;
}
.admin-auth-card label{
  display:grid;
  gap:8px;
  color:#dbe4ff;
  font-size:13px;
  font-weight:900;
}
.admin-auth-card input{
  width:100%;
  border:1px solid rgba(255,255,255,.1);
  border-radius:10px;
  background:#071128;
  color:#fff;
  padding:13px 14px;
  font:inherit;
}
.admin-auth-card .btn{
  width:100%;
  margin-top:16px;
}
.admin-auth-card small{
  display:block;
  min-height:20px;
  margin-top:10px;
  color:#ff9aa3;
  font-weight:850;
}
.admin-logout{
  min-height:38px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:9px;
  background:rgba(255,255,255,.04);
  color:#dbe4ff;
  font:inherit;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
}
.admin-layout{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:18px;
}
.admin-stats{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.admin-stats article{
  min-height:136px;
  padding:20px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:14px;
  background:
    radial-gradient(circle at 80% 0%,rgba(139,53,255,.2),transparent 38%),
    linear-gradient(180deg,rgba(14,23,47,.92),rgba(6,12,28,.92));
  position:relative;
  overflow:hidden;
}
.admin-stats span{
  position:absolute;
  top:14px;
  right:14px;
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(139,53,255,.18);
  color:#c47cff;
  font-weight:900;
}
.admin-stats strong{
  display:block;
  margin-top:22px;
  font-size:42px;
  letter-spacing:-1.5px;
}
.admin-stats p{
  margin-top:6px;
  color:#bfc9e8;
  font-weight:800;
}
.admin-command{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:1fr auto auto;
  align-items:center;
  gap:18px;
  padding:20px;
  border:1px solid rgba(2,217,255,.16);
  border-radius:14px;
  background:
    radial-gradient(circle at 100% 0%,rgba(2,217,255,.16),transparent 36%),
    radial-gradient(circle at 0% 100%,rgba(139,53,255,.22),transparent 42%),
    linear-gradient(180deg,rgba(14,23,47,.92),rgba(6,12,28,.92));
  overflow:hidden;
}
.admin-command h2{
  font-size:24px;
  margin:4px 0 6px;
}
.admin-command p{
  color:#bfc9e8;
  line-height:1.6;
}
.admin-command-status{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  min-width:430px;
}
.admin-command-status span{
  min-height:62px;
  display:grid;
  align-content:center;
  gap:5px;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  background:rgba(255,255,255,.035);
  color:#8beeff;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
}
.admin-command-status b{
  color:#fff;
  font-size:13px;
  text-transform:none;
}
.admin-command-actions{
  display:grid;
  gap:10px;
  min-width:190px;
}
.admin-command-actions .btn{
  min-height:44px;
  padding:0 16px;
  font-size:13px;
}
.admin-toolbar{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.admin-toolbar article{
  min-height:86px;
  display:grid;
  align-content:center;
  gap:7px;
  padding:16px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:13px;
  background:
    radial-gradient(circle at 100% 0%,rgba(139,53,255,.13),transparent 38%),
    rgba(255,255,255,.035);
}
.admin-toolbar span{
  color:#8beeff;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
}
.admin-toolbar strong{
  color:#fff;
  font-size:15px;
}
.admin-panel{
  border:1px solid rgba(255,255,255,.09);
  border-radius:13px;
  background:linear-gradient(180deg,rgba(14,23,47,.9),rgba(6,12,28,.9));
  padding:22px;
}
.admin-panel h2{
  font-size:24px;
  margin-bottom:16px;
}
.admin-panel label{
  display:grid;
  gap:8px;
  margin-bottom:13px;
  color:#d6def6;
  font-size:13px;
  font-weight:850;
}
.admin-panel input,
.admin-panel textarea,
.admin-panel select{
  width:100%;
  border:1px solid rgba(255,255,255,.1);
  border-radius:9px;
  background:#071128;
  color:#fff;
  padding:12px 13px;
  font:inherit;
}
.check-row{
  display:flex!important;
  grid-template-columns:none!important;
  align-items:center;
  gap:10px!important;
}
.check-row input{
  width:18px;
  height:18px;
  accent-color:#8b35ff;
}
.admin-panel .btn{
  width:100%;
  margin-top:8px;
}
.admin-live-preview{
  margin:14px 0 10px;
  padding:12px;
  border:1px solid rgba(2,217,255,.14);
  border-radius:12px;
  background:rgba(2,217,255,.045);
}
.admin-live-preview > span{
  display:block;
  margin-bottom:10px;
  color:#8beeff;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
}
.admin-live-preview .project-card-link{
  display:block;
  min-height:auto;
}
.admin-live-preview .live-project-screen{
  min-height:130px;
}
.admin-tools{
  grid-column:1 / -1;
}
.admin-tools p{
  color:#bfc9e8;
  line-height:1.6;
  margin-bottom:13px;
}
.admin-tool-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-bottom:12px;
}
.admin-project-list{
  display:grid;
  gap:12px;
}
.admin-analytics-panel{
  grid-column:1 / -1;
}
.admin-analytics-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.admin-analytics-grid article{
  min-height:180px;
  padding:14px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  background:rgba(255,255,255,.035);
}
.admin-analytics-grid article > span{
  display:block;
  margin-bottom:12px;
  color:#8beeff;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
}
.analytics-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:8px 0;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.analytics-row:last-child{
  border-bottom:0;
}
.analytics-row b{
  min-width:0;
  overflow:hidden;
  color:#f7f9ff;
  font-size:13px;
  font-weight:850;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.analytics-row span,
.analytics-empty{
  color:#aebbe0;
  font-size:12px;
  font-weight:800;
}
.admin-project-row{
  display:grid;
  grid-template-columns:92px 1fr auto;
  align-items:center;
  gap:13px;
  padding:10px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  background:rgba(255,255,255,.035);
}
.admin-project-row img{
  width:92px;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:8px;
}
.admin-project-row strong,
.admin-project-row span,
.admin-project-row p{
  display:block;
}
.admin-project-row span{
  color:#8beeff;
  font-size:12px;
  font-weight:850;
  margin:4px 0;
}
.admin-project-row p{
  color:#bfc9e8;
  font-size:12px;
  line-height:1.45;
}
.admin-row-actions{
  display:grid;
  gap:8px;
}
.admin-project-row button{
  border:1px solid rgba(255,93,104,.35);
  border-radius:8px;
  background:rgba(255,93,104,.1);
  color:#ff9aa3;
  padding:9px 11px;
  font-weight:850;
  cursor:pointer;
}
.admin-project-row button[data-edit-project]{
  border-color:rgba(2,217,255,.25);
  background:rgba(2,217,255,.08);
  color:#8beeff;
}
.admin-project-row button[data-move-project]{
  border-color:rgba(139,53,255,.28);
  background:rgba(139,53,255,.1);
  color:#d9c4ff;
}

.is-ar{
  font-family:Tajawal,Cairo,"Segoe UI",Tahoma,Arial,sans-serif;
  font-feature-settings:"kern";
}
.is-ar h1,
.is-ar h2,
.is-ar h3,
.is-ar .nav,
.is-ar .btn,
.is-ar .kicker,
.is-ar .eyebrow,
.is-ar .tech-badge,
.is-ar .project-preview em{
  font-family:Cairo,Tajawal,"Segoe UI",Tahoma,Arial,sans-serif;
}
.is-ar .brand,
.is-ar .footer-grid > div:first-child{
  align-items:flex-end;
}
.is-ar .hero h1,
.is-ar h2{
  letter-spacing:0;
  line-height:1.2;
}
.is-ar .hero-text,
.is-ar .service-card p,
.is-ar .tech-grid p,
.is-ar .footer p,
.is-ar .footer a{
  line-height:1.85;
}
.is-ar .hero h1 span,
.is-ar .page-hero h1 span{
  background:linear-gradient(270deg,#b23cff,#266fff,#03d6ff);
  -webkit-background-clip:text;
}
.is-ar .hero-proof,
.is-ar .hero-actions{
  justify-content:flex-start;
}
.is-ar .service-card i{
  left:auto;
  right:22px;
}
.is-ar .footer a{
  text-align:right;
}

/* PROJECT PAGES */
.page-hero{padding:80px 0 25px}
.page-hero h1{font-size:72px;line-height:1;letter-spacing:-3px;margin-bottom:18px}
.page-hero p{color:#c7d0ec;font-size:18px;max-width:680px;line-height:1.7}
.project-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.project-card{
  background:linear-gradient(180deg,rgba(14,23,47,.92),rgba(6,12,28,.92));
  border:1px solid var(--border);
  border-radius:14px;
  padding:16px;
}
.project-img{
  height:220px;
  border-radius:12px;
  display:grid;
  place-items:center;
  font-size:26px;
  font-weight:900;
  margin-bottom:18px;
}
.project-img.quran{background:linear-gradient(135deg,#123f31,#1e9a62)}
.project-img.browser{background:linear-gradient(135deg,#14315f,#39a2ff)}
.project-img.speed{background:linear-gradient(135deg,#113e2d,#43e875)}
.project-card p{color:#c2cbea;line-height:1.7;margin:10px 0}
.project-card span{display:inline-block;color:#38e6ff;font-weight:800;font-size:13px}
.projects-hero{
  padding-top:42px;
  padding-bottom:16px;
}
.projects-hero .kicker{
  font-size:11px;
  margin-bottom:10px;
}
.projects-hero h1{
  font-size:44px;
  letter-spacing:-1.5px;
  max-width:520px;
}
.projects-hero p{
  font-size:14px;
  max-width:530px;
}
.projects-skill-strip{
  padding:8px 0 20px;
}
.project-skill-panel{
  max-width:970px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 16px;
  border:1px solid rgba(2,217,255,.14);
  border-radius:14px;
  background:
    radial-gradient(circle at 86% 50%,rgba(139,53,255,.14),transparent 42%),
    linear-gradient(135deg,rgba(8,18,42,.72),rgba(4,10,24,.8));
}
.project-skill-panel p{
  max-width:590px;
  color:#c8d2ef;
  font-size:13px;
  line-height:1.7;
}
.project-marketplace-head{
  max-width:1240px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin:18px 0 10px;
}
.project-marketplace-head span{
  min-height:26px;
  display:inline-flex;
  align-items:center;
  padding:0 9px;
  border:1px solid rgba(2,217,255,.22);
  border-radius:999px;
  background:rgba(2,217,255,.07);
  color:#6ff3ff;
  font-size:10px;
  font-weight:950;
  letter-spacing:.3px;
  text-transform:uppercase;
}
.project-marketplace-head strong{
  max-width:520px;
  color:#fff;
  font-size:14px;
  line-height:1.5;
  font-weight:900;
  text-align:end;
}
.project-marketplace-tabs{
  max-width:1240px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.project-marketplace-tabs button,
.project-marketplace-tabs a{
  position:relative;
  min-height:128px;
  display:grid;
  grid-template-columns:1fr auto;
  grid-template-rows:auto 1fr auto;
  align-items:start;
  gap:8px;
  padding:17px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:16px;
  background:
    radial-gradient(circle at 88% 18%,rgba(139,53,255,.2),transparent 42%),
    linear-gradient(145deg,rgba(8,18,42,.82),rgba(4,10,24,.9));
  color:#eef5ff;
  font-family:inherit;
  text-align:start;
  text-decoration:none;
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.project-marketplace-tabs button:before,
.project-marketplace-tabs a:before{
  content:"";
  width:38px;
  height:38px;
  grid-column:2;
  grid-row:1 / span 2;
  border-radius:12px;
  border:1px solid rgba(139,53,255,.3);
  background:
    radial-gradient(circle at 35% 25%,rgba(255,255,255,.18),transparent 30%),
    linear-gradient(145deg,rgba(139,53,255,.28),rgba(2,217,255,.08));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 22px rgba(0,0,0,.24);
}
.project-marketplace-tabs button:hover,
.project-marketplace-tabs a:hover,
.project-marketplace-tabs .active{
  transform:translateY(-2px);
  border-color:rgba(139,53,255,.34);
  box-shadow:0 18px 40px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.06);
  background:
    radial-gradient(circle at 88% 18%,rgba(139,53,255,.26),transparent 42%),
    linear-gradient(145deg,rgba(10,28,58,.88),rgba(9,13,34,.92));
}
.project-marketplace-tabs a{
  border-color:rgba(139,53,255,.24);
  background:
    radial-gradient(circle at 88% 18%,rgba(139,53,255,.2),transparent 42%),
    linear-gradient(145deg,rgba(12,16,42,.82),rgba(4,10,24,.9));
}
.project-marketplace-tabs b{
  grid-column:1;
  grid-row:1;
  font-size:15px;
  line-height:1.35;
  font-weight:900;
  color:#fff;
}
.project-marketplace-tabs span{
  grid-column:1 / -1;
  grid-row:2;
  max-width:260px;
  color:#b8c5e4;
  font-size:11.5px;
  line-height:1.55;
}
.project-marketplace-tabs i{
  grid-column:1 / -1;
  grid-row:3;
  justify-self:start;
  min-height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  padding:0 9px;
  border-radius:999px;
  background:rgba(2,217,255,.12);
  color:#6ff3ff;
  font-size:12px;
  font-style:normal;
  font-weight:950;
}
.is-ar .project-marketplace-tabs i{
  justify-self:end;
}
.project-marketplace-tabs i em{
  color:#b8c5e4;
  font-size:9px;
  font-style:normal;
  font-weight:900;
}
.project-skill-tags{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
}
.project-skill-tags span{
  min-height:30px;
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  background:rgba(255,255,255,.045);
  color:#fff;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
}
.enhanced-project-grid{
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  max-width:1240px;
}
.enhanced-project-card{
  padding:8px;
  overflow:hidden;
  border-radius:12px;
  transition:transform .2s ease,border-color .2s ease;
  cursor:pointer;
}
.enhanced-project-card:hover{
  transform:translateY(-4px);
  border-color:rgba(139,53,255,.45);
}
.project-showcase{
  position:relative;
  width:100%;
  aspect-ratio:1.35/1;
  overflow:hidden;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.08);
  margin-bottom:10px;
  background:
    radial-gradient(circle at 70% 20%,rgba(139,53,255,.18),transparent 36%),
    linear-gradient(145deg,rgba(8,18,42,.95),rgba(3,10,24,.98));
}
.project-showcase > img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.72;
  transform:scale(1.03);
}
.project-showcase.real-project-image > img,
.live-project-screen.real-project-image > img,
.project-modal-media.real-project-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:7px;
  opacity:1;
  transform:none;
}
.project-showcase.wide-project-image > img{
  object-fit:cover;
  padding:0;
}
.project-showcase.yaqeen-lab-showcase > img{
  object-fit:contain;
  padding:0;
}
.project-showcase.approved-project-image > img,
.live-project-screen.approved-project-image > img{
  object-fit:contain;
  padding:0;
}
.project-showcase.real-project-image,
.live-project-screen.real-project-image,
.project-modal-media.real-project-image{
  background:
    radial-gradient(circle at 70% 18%,rgba(2,217,255,.16),transparent 38%),
    radial-gradient(circle at 24% 82%,rgba(139,53,255,.18),transparent 42%),
    linear-gradient(145deg,rgba(5,13,31,.98),rgba(2,8,20,.98));
}
.project-modal-media.real-project-image{
  aspect-ratio:16/10;
}
.project-showcase .speed-preview,
.project-showcase .quran-preview,
.project-showcase .browser-preview,
.project-showcase .dashboard-preview{
  position:absolute;
  inset:auto 14px 14px 14px;
  min-height:70px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  background:rgba(4,10,24,.72);
  backdrop-filter:blur(8px);
}
.project-card-body{
  padding:0 3px 4px;
}
.project-product-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:6px;
}
.project-card-body em{
  display:inline-flex;
  min-height:20px;
  align-items:center;
  padding:0 7px;
  margin-bottom:6px;
  border-radius:999px;
  border:1px solid rgba(34,229,138,.2);
  background:rgba(34,229,138,.08);
  color:#5cf0a5;
  font-size:9px;
  font-style:normal;
  font-weight:900;
}
.project-product-row em{
  margin-bottom:0;
}
.project-product-row em.market-paid{
  border-color:rgba(139,53,255,.26);
  background:rgba(139,53,255,.12);
  color:#d7c7ff;
}
.project-product-row em.market-free{
  border-color:rgba(34,229,138,.24);
  background:rgba(34,229,138,.09);
  color:#7ff2b4;
}
.project-product-row strong{
  min-height:34px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:0 8px;
  border-radius:10px;
  background:rgba(255,255,255,.055);
  color:#fff;
  font-size:14px;
  font-weight:950;
  white-space:nowrap;
}
.project-product-row strong small{
  color:#9fb0d2;
  font-size:8px;
  font-weight:900;
  line-height:1;
}
.project-card-body h3{
  font-size:16px;
  margin-bottom:5px;
  letter-spacing:-.4px;
}
.enhanced-project-card .project-card-body p{
  font-size:11px;
  line-height:1.48;
  margin:5px 0 7px;
}
.project-product-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin:0 0 8px;
}
.project-product-meta b,
.project-product-meta small{
  min-height:22px;
  display:inline-flex;
  align-items:center;
  padding:0 8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.035);
  color:#dce7ff;
  font-size:10px;
  font-weight:900;
  white-space:nowrap;
}
.project-product-meta small{
  color:#8eefff;
}
.project-card-skills{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin:9px 0 10px;
}
.project-card-skills span{
  min-height:24px;
  display:inline-flex;
  align-items:center;
  padding:0 8px;
  border:1px solid rgba(2,217,255,.16);
  border-radius:999px;
  background:rgba(2,217,255,.055);
  color:#b7f7ff;
  font-size:10px !important;
  font-weight:900;
}
.enhanced-project-card .project-card-body span{
  font-size:11px;
}
.project-card-body b{
  display:inline-flex;
  color:#fff;
  font-size:11px;
  font-weight:950;
  opacity:.9;
}
.project-card-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:8px;
}
.project-card-actions a{
  display:inline-flex;
  min-height:32px;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:0 12px;
  border:1px solid rgba(2,217,255,.28);
  border-radius:999px;
  background:linear-gradient(135deg,rgba(2,217,255,.11),rgba(139,53,255,.14));
  color:#aef6ff;
  font-size:11px;
  font-weight:950;
  text-decoration:none;
  white-space:nowrap;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
  transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease;
}
.project-card-actions a:hover{
  transform:translateY(-1px);
  border-color:rgba(139,53,255,.55);
  background:linear-gradient(135deg,rgba(2,217,255,.18),rgba(139,53,255,.22));
  color:#fff;
}
.project-card-actions .project-detail-link{
  border-color:rgba(139,53,255,.34);
  background:linear-gradient(135deg,rgba(139,53,255,.2),rgba(2,217,255,.08));
  color:#fff;
}
.project-card-actions .project-buy-link{
  border-color:rgba(34,229,138,.24);
  background:linear-gradient(135deg,rgba(34,229,138,.18),rgba(2,217,255,.1));
  color:#c8ffe2;
}
.project-card-actions .project-buy-link:hover{
  border-color:rgba(34,229,138,.46);
  background:linear-gradient(135deg,rgba(34,229,138,.24),rgba(2,217,255,.16));
}
.project-card-actions i{
  font-style:normal;
}
.project-pagination{
  max-width:1240px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin-top:40px;
  padding-bottom:8px;
}
.project-pagination button{
  width:40px;
  height:40px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:12px;
  background:rgba(255,255,255,.045);
  color:#dce6ff;
  font:inherit;
  font-size:13px;
  font-weight:950;
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease;
}
.project-pagination button:hover{
  transform:translateY(-1px);
  border-color:rgba(2,217,255,.32);
  color:#fff;
}
.project-pagination button.active{
  border-color:rgba(139,53,255,.55);
  background:linear-gradient(135deg,rgba(139,53,255,.38),rgba(2,217,255,.16));
  color:#fff;
  box-shadow:0 14px 30px rgba(99,45,255,.18);
}
.project-modal{
  position:fixed;
  inset:0;
  z-index:100;
  display:none;
  place-items:center;
  padding:22px;
}
.project-modal.open{
  display:grid;
}
.project-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(2,5,14,.72);
  backdrop-filter:blur(12px);
}
.project-modal-card{
  position:relative;
  z-index:1;
  width:min(920px,96vw);
  max-height:88vh;
  overflow:auto;
  padding:18px;
  border:1px solid rgba(2,217,255,.18);
  border-radius:16px;
  background:
    radial-gradient(circle at 100% 0%,rgba(139,53,255,.18),transparent 36%),
    linear-gradient(180deg,rgba(14,23,47,.96),rgba(6,12,28,.98));
  box-shadow:0 30px 90px rgba(0,0,0,.48);
}
.project-modal-close{
  position:absolute;
  top:12px;
  right:12px;
  width:36px;
  height:36px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:24px;
  cursor:pointer;
  z-index:2;
}
.project-modal-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  align-items:center;
}
.project-modal-media{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.1);
  border-radius:14px;
  background:
    radial-gradient(circle at 72% 18%,rgba(139,53,255,.18),transparent 34%),
    linear-gradient(145deg,rgba(8,18,42,.95),rgba(3,10,24,.98));
}
.project-modal-media img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  display:block;
  opacity:.74;
  transform:scale(1.02);
}
.project-modal-media .speed-preview,
.project-modal-media .quran-preview,
.project-modal-media .browser-preview,
.project-modal-media .dashboard-preview{
  position:absolute;
  left:20px;
  right:20px;
  bottom:20px;
  min-height:92px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:14px;
  background:rgba(4,10,24,.72);
  backdrop-filter:blur(10px);
}
.project-modal-grid em{
  display:inline-flex;
  min-height:26px;
  align-items:center;
  padding:0 9px;
  border-radius:999px;
  background:rgba(34,229,138,.08);
  color:#5cf0a5;
  border:1px solid rgba(34,229,138,.2);
  font-style:normal;
  font-size:11px;
  font-weight:950;
}
.project-modal-grid h2{
  font-size:38px;
  margin:14px 0 10px;
}
.project-modal-grid p{
  color:#c5cdec;
  line-height:1.7;
}
.project-modal-grid strong{
  display:block;
  color:#8beeff;
  margin:12px 0;
}
.project-modal-tech{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:10px 0 12px;
}
.project-modal-tech span{
  min-height:28px;
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  border:1px solid transparent;
  border-radius:9px;
  background:
    linear-gradient(#071127,#071127) padding-box,
    linear-gradient(135deg,#02d9ff,#8b35ff,#2e7bff) border-box;
  color:#fff;
  font-size:11px;
  font-weight:900;
}
.project-modal-features{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:14px 0 18px;
}
.project-modal-features span{
  min-height:31px;
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  background:rgba(255,255,255,.04);
  color:#fff;
  font-size:12px;
  font-weight:850;
}
.project-modal-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}
.project-modal-actions .btn{
  min-width:190px;
}
body.modal-open{
  overflow:hidden;
}

/* PROJECT DETAIL PAGES */
.project-detail-hero{
  padding-bottom:24px;
}
.project-detail-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,520px);
  gap:34px;
  align-items:center;
}
.project-detail-hero h1{
  font-size:62px;
  line-height:1.02;
  letter-spacing:-2.4px;
  margin:14px 0 18px;
}
.is-ar .project-detail-hero h1{
  font-size:46px;
  line-height:1.16;
  letter-spacing:0;
}
.project-detail-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.project-detail-visual{
  position:relative;
  overflow:hidden;
  min-height:330px;
  border:1px solid rgba(2,217,255,.18);
  border-radius:18px;
  background:
    radial-gradient(circle at 76% 18%,rgba(139,53,255,.22),transparent 38%),
    radial-gradient(circle at 16% 84%,rgba(2,217,255,.16),transparent 40%),
    linear-gradient(145deg,rgba(8,18,43,.96),rgba(2,7,18,.98));
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}
.project-detail-visual img{
  width:100%;
  height:100%;
  min-height:330px;
  object-fit:contain;
  padding:26px;
  display:block;
}
.project-detail-summary{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.detail-panel{
  border:1px solid rgba(255,255,255,.1);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(14,23,47,.78),rgba(5,11,27,.86));
  padding:22px;
}
.detail-panel.large{
  grid-column:span 2;
}
.detail-panel h2,
.detail-panel h3{
  margin-bottom:12px;
}
.detail-panel p{
  color:#c6cdea;
  line-height:1.75;
}
.detail-list{
  display:grid;
  gap:10px;
}
.detail-list li{
  list-style:none;
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#d8def6;
  line-height:1.6;
}
.detail-list li:before{
  content:"";
  width:8px;
  height:8px;
  flex:0 0 8px;
  margin-top:9px;
  border-radius:50%;
  background:linear-gradient(135deg,#02d9ff,#8b35ff);
  box-shadow:0 0 14px rgba(2,217,255,.38);
}
.detail-tags{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}
.detail-tags span{
  min-height:32px;
  display:inline-flex;
  align-items:center;
  padding:0 11px;
  border:1px solid transparent;
  border-radius:9px;
  background:
    linear-gradient(#071127,#071127) padding-box,
    linear-gradient(135deg,#02d9ff,#8b35ff,#2e7bff) border-box;
  color:#fff;
  font-size:12px;
  font-weight:900;
}
.detail-proof-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.detail-proof{
  min-height:116px;
  padding:18px;
  border:1px solid rgba(2,217,255,.14);
  border-radius:14px;
  background:rgba(255,255,255,.035);
}
.detail-proof b{
  display:block;
  color:#5cecff;
  font-size:13px;
  margin-bottom:8px;
}
.detail-proof span{
  color:#f7f9ff;
  font-weight:850;
  line-height:1.4;
}
.product-whatsapp-btn{
  border-color:rgba(37,211,102,.36);
  background:rgba(37,211,102,.08);
}
.product-delivery-card{
  position:relative;
  overflow:hidden;
}
.product-delivery-card:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(2,217,255,.06),rgba(139,53,255,.05));
}
.product-delivery-card > *{
  position:relative;
}

/* CONTACT PAGE */
.contact-hero{
  padding-bottom:20px;
}
.contact-hero h1{
  font-size:56px;
  letter-spacing:-1.8px;
  max-width:720px;
}
.is-ar .contact-hero h1{
  font-size:40px;
  line-height:1.12;
  letter-spacing:0;
  max-width:520px;
}
.contact-hero-grid{
  display:grid;
  grid-template-columns:1fr;
  align-items:center;
  gap:30px;
}
.contact-signal{
  min-height:250px;
  display:grid;
  align-content:center;
  justify-items:start;
  gap:12px;
  padding:26px;
  border:1px solid rgba(2,217,255,.14);
  border-radius:16px;
  background:
    radial-gradient(circle at 85% 15%,rgba(2,217,255,.16),transparent 38%),
    linear-gradient(180deg,rgba(14,23,47,.9),rgba(6,12,28,.92));
}
.contact-signal .mail-icon{
  margin:0;
}
.contact-signal strong{
  font-size:30px;
}
.contact-signal span{
  color:#8beeff;
  line-height:1.5;
  font-weight:850;
}
.contact-page-grid{
  display:grid;
  grid-template-columns:1fr 360px;
  gap:18px;
  align-items:start;
}
.contact-form-panel,
.contact-side-panel{
  border:1px solid rgba(255,255,255,.09);
  border-radius:15px;
  background:linear-gradient(180deg,rgba(14,23,47,.9),rgba(6,12,28,.92));
  padding:22px;
}
.contact-form-panel h2{
  font-size:30px;
  margin-bottom:16px;
}
.contact-form-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:13px;
}
.contact-form-grid label{
  display:grid;
  gap:8px;
  color:#dbe4ff;
  font-size:13px;
  font-weight:900;
}
.contact-form-grid .full{
  grid-column:1 / -1;
}
.contact-form-grid input,
.contact-form-grid select,
.contact-form-grid textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.1);
  border-radius:10px;
  background:#071128;
  color:#fff;
  padding:12px 13px;
  font:inherit;
}
.contact-form-panel .btn{
  width:100%;
  margin-top:14px;
}
.contact-side-panel{
  display:grid;
  gap:12px;
}
.contact-ready-card{
  padding:16px;
  border:1px solid rgba(139,53,255,.2);
  border-radius:12px;
  background:rgba(139,53,255,.08);
}
.contact-ready-card span{
  display:block;
  color:#8beeff;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  margin-bottom:8px;
}
.contact-ready-card p{
  color:#dbe4ff;
  line-height:1.65;
}

/* ABOUT PAGE */
.about-hero{
  padding-bottom:22px;
}
.about-hero h1{
  font-size:46px;
  line-height:1.08;
  letter-spacing:-1.2px;
  max-width:620px;
}
.is-ar .about-hero h1{
  font-size:38px;
  line-height:1.18;
  letter-spacing:0;
  max-width:520px;
}
.about-hero-grid{
  display:grid;
  grid-template-columns:1fr 420px;
  align-items:center;
  gap:34px;
}
.about-brand-card{
  min-height:300px;
  display:grid;
  place-items:center;
  position:relative;
  border:1px solid rgba(2,217,255,.14);
  border-radius:18px;
  background:
    radial-gradient(circle at 50% 28%,rgba(2,217,255,.18),transparent 42%),
    radial-gradient(circle at 80% 65%,rgba(139,53,255,.18),transparent 38%),
    linear-gradient(145deg,rgba(14,23,47,.9),rgba(6,12,28,.94));
  overflow:hidden;
}
.about-brand-card img{
  width:min(340px,88%);
  filter:drop-shadow(0 22px 34px rgba(0,0,0,.38));
}
.about-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}
.about-panel{
  min-height:250px;
  display:flex;
  flex-direction:column;
  padding:22px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:14px;
  background:
    radial-gradient(circle at 100% 0%,rgba(139,53,255,.16),transparent 36%),
    linear-gradient(180deg,rgba(14,23,47,.9),rgba(6,12,28,.92));
}
.about-main{
  grid-row:auto;
}
.about-panel span{
  display:inline-grid;
  width:38px;
  height:38px;
  place-items:center;
  margin-bottom:18px;
  border-radius:11px;
  background:rgba(139,53,255,.16);
  color:#8beeff;
  font-weight:950;
}
.about-panel h2{
  font-size:34px;
  line-height:1.1;
  margin-bottom:14px;
}
.about-panel h3{
  font-size:20px;
  margin-bottom:10px;
}
.about-panel p{
  color:#c5cdec;
  line-height:1.7;
  margin-top:auto;
}
.process-panel,
.about-cta-box{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  align-items:center;
  gap:18px;
  padding:22px;
  border:1px solid rgba(2,217,255,.15);
  border-radius:15px;
  background:
    radial-gradient(circle at 100% 0%,rgba(2,217,255,.12),transparent 36%),
    linear-gradient(180deg,rgba(14,23,47,.9),rgba(6,12,28,.92));
}
.process-panel h2,
.about-cta-box h2{
  font-size:30px;
}
.process-steps{
  display:grid;
  grid-template-columns:auto 1fr auto 1fr auto 1fr auto;
  align-items:center;
  gap:10px;
}
.process-steps span{
  color:#dfe8ff;
  font-size:13px;
  font-weight:950;
}
.process-steps b{
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#02d9ff,#8b35ff);
}
.about-cta-box p{
  color:#c5cdec;
  margin-top:8px;
}
.about-cta-box .btn{
  justify-self:end;
}

/* APPLICATIONS */
.applications-hero{
  padding-bottom:28px;
}
.app-hero-grid{
  display:grid;
  grid-template-columns:1fr 420px;
  align-items:center;
  gap:34px;
}
.app-hero-device{
  min-height:280px;
  display:grid;
  place-items:center;
  position:relative;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:
    radial-gradient(circle at 50% 20%,rgba(2,217,255,.18),transparent 42%),
    linear-gradient(145deg,rgba(14,23,47,.88),rgba(6,12,28,.92));
  overflow:hidden;
}
.app-hero-device img{
  width:min(310px,88%);
  filter:drop-shadow(0 18px 28px rgba(0,0,0,.36));
}
.app-hero-device div{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  display:grid;
  gap:3px;
  padding:12px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:12px;
  background:rgba(4,10,25,.75);
}
.app-hero-device b{
  font-size:15px;
}
.app-hero-device span{
  color:#8beeff;
  font-size:12px;
  font-weight:850;
}
.app-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:16px;
}
.app-card{
  display:grid;
  grid-template-columns:200px 1fr;
  gap:18px;
  min-height:244px;
  padding:14px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:14px;
  background:
    radial-gradient(circle at 100% 0%,rgba(139,53,255,.17),transparent 36%),
    linear-gradient(180deg,rgba(14,23,47,.88),rgba(6,12,28,.9));
}
.featured-app{
  grid-row:span 2;
  grid-template-columns:1fr;
}
.featured-app .app-media{
  min-height:260px;
}
.app-media{
  min-height:190px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.08);
  border-radius:11px;
  background:linear-gradient(135deg,rgba(7,17,40,.92),rgba(18,11,45,.92));
  overflow:hidden;
}
.app-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.app-content{
  align-self:center;
}
.app-content span{
  color:#8beeff;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
}
.app-content h2{
  font-size:28px;
  margin:9px 0;
}
.app-content p{
  color:#c5cdec;
  line-height:1.65;
}
.app-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}
.app-tags b,
.app-capability-panel span{
  min-height:30px;
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  background:rgba(255,255,255,.04);
  color:#fff;
  font-size:12px;
}
.app-capability-panel{
  padding:22px;
  border:1px solid rgba(2,217,255,.16);
  border-radius:15px;
  background:
    radial-gradient(circle at 90% 0%,rgba(2,217,255,.13),transparent 36%),
    linear-gradient(180deg,rgba(14,23,47,.88),rgba(6,12,28,.92));
}
.app-capability-panel h2{
  font-size:32px;
  margin-bottom:16px;
}
.app-capability-panel div{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

/* RESPONSIVE */
@media(max-width:1120px){
  .service-grid,.tech-grid{grid-template-columns:repeat(3,1fr)}
  .hero-grid{grid-template-columns:1fr}
  .dashboard-card{max-width:780px;margin:auto}
}
@media(max-width:820px){
  .nav{display:none}
  .header-inner{min-height:76px}
  .hero{padding-top:35px}
  .section-head{grid-template-columns:1fr}
  .service-grid,.tech-grid,.project-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .cta-box{grid-template-columns:1fr;text-align:center;padding:28px}
  .mail-icon{margin:auto}
  .dash-main{grid-template-columns:1fr}
  .dashboard-card{padding-left:18px;padding-top:170px}
  .dash-side{top:58px;width:auto;right:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:4px}
  .dash-side div{font-size:11px}
}
@media(max-width:560px){
  .container{width:92%}
  .brand-logo{font-size:34px}
  .hero h1{font-size:38px;letter-spacing:-1.5px}
  .hero-text{font-size:15px}
  .hero-actions{display:grid;grid-template-columns:1fr}
  .hero-live-note{width:100%;justify-content:center}
  .btn{width:100%}
  .service-grid,.tech-grid,.project-grid{grid-template-columns:1fr}
  .dashboard-card{min-height:auto;padding-top:225px}
  .dash-side{grid-template-columns:1fr 1fr}
  .metric strong{font-size:26px}
  .footer-grid{grid-template-columns:1fr}
  .page-hero h1{font-size:48px}
}

/* Polished JMN homepage */
.header{
  background:rgba(3,6,17,.86);
}
.header-inner{
  min-height:78px;
}
.brand-image{
  width:132px;
  margin:-35px 0 -32px -12px;
}
.nav{
  gap:24px;
}
.nav a{
  font-size:14px;
}
.hero{
  padding:34px 0 42px;
}
.hero-grid{
  grid-template-columns:.88fr 1.12fr;
  gap:38px;
}
.hero h1{
  font-size:clamp(40px,4.2vw,58px);
  line-height:1.05;
  letter-spacing:-2.4px;
  max-width:620px;
}
.hero-text{
  max-width:560px;
  font-size:17px;
}
.hero-actions{
  margin-top:28px;
}
.hero-live-note{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  min-height:38px;
  margin-top:14px;
  padding:0 14px;
  border:1px solid rgba(2,217,255,.2);
  border-radius:999px;
  background:linear-gradient(135deg,rgba(2,217,255,.08),rgba(139,53,255,.12));
  color:#c8f7ff;
  font-size:13px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 14px 34px rgba(0,0,0,.16);
}
.hero-live-note:hover{
  border-color:rgba(139,53,255,.44);
  color:#fff;
  box-shadow:0 18px 42px rgba(99,45,255,.18);
}
.is-ar .hero-live-note{
  font-family:Cairo,Tajawal,"Segoe UI",Tahoma,Arial,sans-serif;
}
.btn{
  border-radius:9px;
}
.hero-proof{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.hero-proof span{
  padding:9px 13px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  background:rgba(255,255,255,.04);
  color:#cfd8f4;
  font-size:13px;
  font-weight:750;
}
.ready-projects{
  padding-top:18px;
}
.compact-head{
  align-items:center;
}
.section-link{
  justify-self:end;
  color:#8beeff;
  font-size:14px;
  font-weight:850;
}
.project-preview{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  max-width:none;
  margin-top:0;
}
.project-preview .project-card-link{
  min-height:238px;
  padding:10px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:12px;
  background:
    radial-gradient(circle at 20% 0%,rgba(139,53,255,.17),transparent 42%),
    rgba(255,255,255,.035);
  overflow:hidden;
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.project-preview .project-card-link:hover{
  transform:translateY(-4px);
  border-color:rgba(139,53,255,.45);
  background:
    radial-gradient(circle at 20% 0%,rgba(139,53,255,.22),transparent 42%),
    rgba(255,255,255,.05);
}
.project-preview img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.9;
  filter:drop-shadow(0 14px 26px rgba(0,0,0,.38));
}
.live-project-screen{
  min-height:126px;
  position:relative;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.08);
  border-radius:9px;
  overflow:hidden;
  background:
    linear-gradient(135deg,rgba(7,17,40,.92),rgba(18,11,45,.92)),
    radial-gradient(circle at 50% 0%,rgba(2,217,255,.24),transparent 48%);
}
.live-project-screen:before{
  content:"";
  position:absolute;
  inset:auto 12px 10px;
  height:1px;
  background:linear-gradient(90deg,transparent,#26e2ff,#8b35ff,transparent);
  opacity:.7;
}
.live-project-copy{
  padding-top:10px;
}
.project-preview em{
  display:inline-flex;
  min-height:24px;
  align-items:center;
  padding:0 8px;
  margin:0 0 8px;
  border-radius:999px;
  border:1px solid rgba(34,229,138,.2);
  background:rgba(34,229,138,.08);
  color:#5cf0a5;
  font-size:10px;
  font-style:normal;
  font-weight:900;
}
.project-preview strong{
  display:block;
  margin:0 0 4px;
  font-size:13px;
}
.project-preview span{
  display:block;
  margin:0;
  color:#bfc9e8;
  font-size:11px;
  line-height:1.45;
}
.speed-preview,
.quran-preview,
.browser-preview,
.dashboard-preview{
  position:absolute;
  inset:auto 12px 12px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:10px;
  background:rgba(4,10,25,.78);
  backdrop-filter:blur(10px);
  box-shadow:0 16px 30px rgba(0,0,0,.26);
}
.speed-preview{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:end;
  gap:3px 7px;
  padding:10px 12px;
}
.speed-preview b{
  color:#fff;
  font-size:28px;
  line-height:.9;
}
.speed-preview span{
  color:#38e6ff;
  font-size:10px;
  font-weight:900;
}
.speed-preview i{
  grid-column:1 / -1;
  height:7px;
  border-radius:999px;
  background:linear-gradient(90deg,#22e58a 0 72%,rgba(255,255,255,.13) 72%);
}
.quran-preview{
  padding:10px 12px;
}
.quran-preview b,
.quran-preview span{
  display:block;
  color:#fff;
}
.quran-preview span{
  margin:4px 0 8px;
  color:#5cf0a5;
  font-size:12px;
  font-weight:900;
}
.quran-preview i{
  display:block;
  height:5px;
  margin-top:5px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(92,240,165,.9),rgba(139,53,255,.45));
}
.browser-preview{
  top:12px;
  bottom:auto;
  display:flex;
  align-items:center;
  gap:6px;
  padding:9px 10px;
}
.browser-preview span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#ff5d68;
}
.browser-preview span:nth-child(2){background:#ffd166}
.browser-preview span:nth-child(3){background:#38e66f}
.browser-preview b{
  min-width:0;
  margin-left:4px;
  color:#dfe8ff;
  font-size:10px;
}
.dashboard-preview{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
  padding:10px;
}
.dashboard-preview span{
  min-height:18px;
  border-radius:6px;
  background:linear-gradient(90deg,rgba(2,217,255,.75),rgba(139,53,255,.75));
}
.dashboard-preview span:nth-child(1){
  grid-column:1 / -1;
}
.internet-capabilities{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  max-width:610px;
  margin-top:13px;
}
.internet-capabilities span{
  min-height:30px;
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  border-radius:8px;
  border:1px solid rgba(2,217,255,.16);
  background:rgba(2,217,255,.055);
  color:#9eeeff;
  font-size:12px;
  font-weight:800;
}
.hero-identity{
  position:relative;
  min-height:390px;
  display:grid;
  place-items:center;
  isolation:isolate;
}
.hero-identity:before{
  content:"";
  position:absolute;
  left:8%;
  right:6%;
  bottom:2%;
  height:155px;
  background:
    linear-gradient(90deg,transparent,rgba(47,77,255,.26),transparent),
    repeating-linear-gradient(90deg,rgba(67,83,255,.16) 0 1px,transparent 1px 76px),
    repeating-linear-gradient(0deg,rgba(67,83,255,.1) 0 1px,transparent 1px 28px);
  transform:perspective(430px) rotateX(66deg);
  transform-origin:bottom;
  opacity:.54;
  z-index:-1;
}
.identity-glow{
  position:absolute;
  width:470px;
  height:300px;
  border-radius:50%;
  background:
    radial-gradient(circle at 40% 35%,rgba(0,214,255,.16),transparent 34%),
    radial-gradient(circle at 65% 45%,rgba(159,58,255,.22),transparent 45%);
  filter:blur(28px);
  opacity:.62;
  z-index:-1;
}
.hero-identity img{
  width:min(590px,96%);
  filter:drop-shadow(0 24px 30px rgba(0,0,0,.42)) drop-shadow(0 0 18px rgba(111,55,255,.22));
}
.identity-cards{
  position:absolute;
  left:7%;
  right:5%;
  bottom:2%;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.identity-cards article{
  min-height:82px;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:13px;
  background:rgba(6,13,32,.78);
  box-shadow:0 16px 45px rgba(0,0,0,.22);
}
.identity-cards strong{
  display:block;
  font-size:27px;
  letter-spacing:-1px;
}
.identity-cards span{
  color:#22e58a;
  font-size:13px;
  font-weight:850;
}
.section{
  padding:34px 0;
}
.section-head{
  margin-bottom:22px;
}
.service-grid{
  grid-template-columns:repeat(3,1fr);
}
.service-card{
  min-height:205px;
  border-radius:10px;
  padding:22px;
}
.service-card h3{
  font-size:18px;
}
.service-card p{
  font-size:13px;
}
.tech-panel{
  border-radius:12px;
  padding:20px;
}
.tech-grid{
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}
.tech-grid article{
  min-height:126px;
  padding:12px;
}
.tech-icon{
  width:46px;
  height:46px;
  margin-bottom:8px;
  border-radius:12px;
  background:
    radial-gradient(circle at 35% 25%,rgba(255,255,255,.16),transparent 32%),
    linear-gradient(145deg,rgba(23,51,104,.72),rgba(8,18,41,.92));
  border:1px solid rgba(255,255,255,.1);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 14px 24px rgba(0,0,0,.18);
}
.tech-icon img{
  width:30px;
  height:30px;
  filter:drop-shadow(0 8px 12px rgba(0,0,0,.32));
}
.tech-grid h3{
  font-size:15px;
}
.tech-grid p{
  font-size:11.5px;
  line-height:1.42;
}
.cta-box{
  border-radius:13px;
}

/* v36 homepage polish */
.hero{
  padding-bottom:30px;
}
.hero-text{
  max-width:590px;
}
.hero-proof{
  margin-top:20px;
  display:grid;
  grid-template-columns:repeat(5,max-content);
  align-items:center;
  gap:9px;
  max-width:670px;
}
.hero-proof span{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 13px;
  background:
    linear-gradient(135deg,rgba(2,217,255,.08),rgba(139,53,255,.09)),
    rgba(255,255,255,.035);
  border-color:rgba(139,180,255,.16);
  white-space:nowrap;
}
.system-builder{
  padding-top:6px;
  padding-bottom:28px;
}
.builder-shell{
  padding:16px;
  animation:builderFloat 7s ease-in-out infinite;
}
.builder-result{
  min-height:342px;
}
.builder-preview{
  box-shadow:inset 0 0 46px rgba(2,217,255,.08),0 18px 44px rgba(0,0,0,.22);
}
.builder-chart span{
  animation:builderBars 3.8s ease-in-out infinite;
}
.builder-chart span:nth-child(2){animation-delay:.25s}
.builder-chart span:nth-child(3){animation-delay:.5s}
.builder-chart span:nth-child(4){animation-delay:.75s}
.builder-nodes span{
  animation:nodePulse 3.4s ease-in-out infinite;
}
.builder-nodes span:nth-child(2){animation-delay:.35s}
.builder-nodes span:nth-child(3){animation-delay:.7s}
.builder-flow b{
  background-size:200% 100%;
  animation:flowMove 2.6s linear infinite;
}
.ready-projects{
  padding-top:24px;
}
.project-preview .project-card-link{
  animation:cardRise .55s ease both;
}
.project-preview .project-card-link:nth-child(2){animation-delay:.06s}
.project-preview .project-card-link:nth-child(3){animation-delay:.12s}
.project-preview .project-card-link:nth-child(4){animation-delay:.18s}
.section{
  padding:30px 0;
}

@keyframes builderFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-4px)}
}
@keyframes builderBars{
  0%,100%{filter:saturate(1);transform:scaleY(1)}
  50%{filter:saturate(1.35);transform:scaleY(1.08)}
}
@keyframes nodePulse{
  0%,100%{box-shadow:none;border-color:rgba(34,229,138,.18)}
  50%{box-shadow:0 0 20px rgba(34,229,138,.18);border-color:rgba(34,229,138,.42)}
}
@keyframes flowMove{
  from{background-position:0 0}
  to{background-position:200% 0}
}
@keyframes cardRise{
  from{opacity:0;transform:translateY(10px)}
  to{opacity:1;transform:translateY(0)}
}
@media (prefers-reduced-motion:reduce){
  .builder-shell,
  .builder-chart span,
  .builder-nodes span,
  .builder-flow b,
  .project-preview .project-card-link{
    animation:none;
  }
}

@media(max-width:1120px){
  .hero-grid{
    grid-template-columns:1fr;
  }
  .app-hero-grid,
  .app-grid,
  .contact-hero-grid,
  .contact-page-grid,
  .about-hero-grid,
  .about-grid,
  .tech-hero-grid,
  .tech-combine-box,
  .process-panel,
  .about-cta-box{
    grid-template-columns:1fr;
  }
  .builder-shell,
  .builder-result{
    grid-template-columns:1fr;
  }
  .hero-identity{
    min-height:390px;
  }
  .service-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .enhanced-project-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .project-marketplace-tabs{
    grid-template-columns:1fr;
  }
  .project-marketplace-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .project-marketplace-head strong{
    text-align:start;
  }
  .admin-layout{
    grid-template-columns:1fr;
  }
  .admin-stats{
    grid-template-columns:repeat(2,1fr);
  }
  .admin-command{
    grid-template-columns:1fr;
  }
  .admin-command-status{
    min-width:0;
  }
  .admin-command-actions{
    grid-template-columns:1fr 1fr;
    min-width:0;
  }
  .admin-command-actions .btn:last-child{
    grid-column:1 / -1;
  }
  .admin-toolbar{
    grid-template-columns:1fr;
  }
  .admin-analytics-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:820px){
  .brand-image{
    width:112px;
    margin:-28px 0 -26px -10px;
  }
  .hero h1{
    font-size:40px;
  }
  .identity-cards{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    width:100%;
    margin-top:12px;
  }
  .tech-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .tech-page-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .tech-category{
    align-items:flex-start;
    flex-direction:column;
  }
  .tech-filter-pills{
    justify-content:flex-start;
  }
  .tech-orbit{
    min-height:280px;
  }
  .project-preview{
    grid-template-columns:repeat(2,1fr);
  }
  .page-hero{
    padding:54px 0 18px;
  }
  .page-hero h1{
    font-size:48px;
    letter-spacing:-1.6px;
  }
  .page-hero p{
    font-size:15px;
  }
  .builder-tabs{
    grid-template-columns:repeat(3,1fr);
  }
  .header-actions{
    gap:10px;
  }
  .theme-btn{
    width:40px;
    height:40px;
  }
  .hero-grid{
    gap:16px;
  }
  .hero-identity img{
    width:min(480px,96%);
  }
  .cta-box{
    grid-template-columns:1fr;
    text-align:center;
  }
  .contact-actions{
    justify-content:stretch;
    min-width:0;
  }
  .smart-contact{
    min-width:0;
  }
  .contact-method{
    text-align:left;
  }
  .is-ar .contact-method{
    text-align:right;
  }
}
@media(max-width:560px){
  .service-grid,
  .tech-grid,
  .tech-page-grid,
  .identity-cards{
    grid-template-columns:1fr;
  }
  .tech-page-hero h1,
  .is-ar .tech-page-hero h1{
    font-size:34px;
    line-height:1.16;
  }
  .tech-orbit{
    min-height:230px;
  }
  .tech-orbit:before{
    width:170px;
    height:170px;
  }
  .tech-orbit strong{
    width:86px;
    height:86px;
    border-radius:22px;
    font-size:30px;
  }
  .tech-orbit span{
    width:56px;
    height:56px;
    border-radius:16px;
  }
  .tech-orbit img{
    width:34px;
    height:34px;
  }
  .tech-orbit span:nth-child(1){left:20px;top:38px}
  .tech-orbit span:nth-child(2){right:22px;top:42px}
  .tech-orbit span:nth-child(3){left:34px;bottom:36px}
  .tech-orbit span:nth-child(4){right:34px;bottom:34px}
  .tech-combine-box{
    padding:18px;
  }
  .tech-flow{
    justify-content:flex-start;
  }
  .tech-flow b{
    width:18px;
  }
  .hero-identity{
    min-height:auto;
    padding:28px 0 0;
  }
  .header{
    position:relative;
  }
  .header-inner{
    min-height:auto;
    padding:12px 0;
    flex-wrap:wrap;
  }
  .brand-image{
    width:104px;
    margin:-26px 0 -24px -8px;
  }
  .header-actions{
    margin-left:auto;
  }
  .hero{
    padding-top:26px;
  }
  .hero h1{
    font-size:34px;
    line-height:1.08;
    letter-spacing:-1.2px;
  }
  .hero-text{
    font-size:14px;
    line-height:1.65;
  }
  .hero-proof{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:none;
  }
  .hero-proof span{
    width:100%;
    padding:0 9px;
    font-size:11px;
  }
  .hero-proof span{
    font-size:12px;
  }
  .project-preview{
    grid-template-columns:1fr;
  }
  .page-hero{
    padding:34px 0 14px;
  }
  .page-hero h1{
    font-size:38px;
    line-height:1.04;
  }
  .page-hero p{
    font-size:14px;
    line-height:1.6;
  }
  .enhanced-project-grid{
    grid-template-columns:1fr;
    max-width:none;
    gap:12px;
  }
  .project-skill-panel{
    display:block;
  }
  .project-skill-panel p{
    max-width:none;
    margin-bottom:12px;
  }
  .project-skill-tags{
    justify-content:flex-start;
  }
  .project-marketplace-tabs{
    gap:8px;
  }
  .project-marketplace-tabs button,
  .project-marketplace-tabs a{
    min-height:104px;
    padding:13px;
  }
  .project-card-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .project-card-actions a{
    width:100%;
  }
  .project-product-meta{
    flex-wrap:wrap;
  }
  .project-showcase{
    aspect-ratio:1.35/1;
  }
  .app-card{
    grid-template-columns:1fr;
  }
  .app-hero-device{
    min-height:230px;
  }
  .builder-shell,
  .builder-result{
    padding:14px;
  }
  .builder-tabs{
    grid-template-columns:1fr 1fr;
  }
  .builder-result-head strong{
    font-size:27px;
  }
  .builder-preview{
    min-height:210px;
  }
  .builder-flow{
    grid-template-columns:1fr;
    gap:7px;
  }
  .builder-flow b{
    height:1px;
  }
  .builder-cta{
    width:100%;
  }
  .internet-capabilities span{
    font-size:11px;
  }
  .identity-glow{
    width:290px;
    height:210px;
  }
  .identity-cards article{
    min-height:68px;
  }
  .service-card{
    min-height:185px;
  }
  .tech-panel{
    padding:18px;
  }
  .contact-actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }
  .smart-contact,
  .project-modal-grid,
  .project-detail-grid,
  .project-detail-summary,
  .contact-form-grid{
    grid-template-columns:1fr;
  }
  .detail-panel.large{
    grid-column:auto;
  }
  .detail-proof-grid{
    grid-template-columns:1fr;
  }
  .project-detail-hero h1,
  .is-ar .project-detail-hero h1{
    font-size:36px;
    line-height:1.14;
  }
  .project-detail-visual,
  .project-detail-visual img{
    min-height:230px;
  }
  .project-detail-actions .btn{
    width:100%;
  }
  .contact-form-grid .full{
    grid-column:auto;
  }
  .contact-form-panel,
  .contact-side-panel{
    padding:18px;
  }
  .contact-signal{
    min-height:190px;
  }
  .about-brand-card{
    min-height:230px;
  }
  .about-panel{
    min-height:auto;
  }
  .process-steps{
    grid-template-columns:1fr;
    gap:7px;
  }
  .process-steps b{
    height:1px;
  }
  .about-cta-box .btn{
    justify-self:stretch;
    width:100%;
  }
  .contact-method{
    width:100%;
  }
  .admin-project-row{
    grid-template-columns:1fr;
  }
  .admin-project-row img{
    width:100%;
  }
  .admin-tool-actions{
    grid-template-columns:1fr;
  }
  .admin-analytics-grid{
    grid-template-columns:1fr;
  }
  .admin-stats{
    grid-template-columns:1fr;
  }
  .admin-stats article{
    min-height:104px;
  }
  .admin-stats strong{
    font-size:34px;
  }
  .admin-command-status,
  .admin-command-actions{
    grid-template-columns:1fr;
  }
  .admin-command-actions .btn:last-child{
    grid-column:auto;
  }
  .admin-auth-card{
    padding:22px;
  }
  .admin-auth-card h1{
    font-size:30px;
  }
  .admin-panel{
    padding:18px;
  }
.is-ar .header-actions{
    margin-left:0;
    margin-right:auto;
  }
}

/* Admin dashboard compact polish */
body[data-admin="true"]{
  min-height:100vh;
  background:#050814;
  overflow-x:hidden;
}
body[data-admin="true"] main{
  min-height:100vh;
}
body[data-admin="true"] .admin-dashboard{
  min-height:100vh;
  display:grid;
  grid-template-columns:238px minmax(0,1fr);
  background:
    radial-gradient(circle at 82% 18%,rgba(139,53,255,.18),transparent 34%),
    radial-gradient(circle at 22% 80%,rgba(2,217,255,.08),transparent 30%),
    #050814;
}
body[data-admin="true"] .admin-sidebar{
  position:sticky;
  top:0;
  height:100vh;
  display:flex;
  flex-direction:column;
  gap:18px;
  padding:18px 14px;
  border-right:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgba(9,16,35,.96),rgba(5,9,22,.98));
}
body[data-admin="true"] .admin-side-brand{
  display:flex;
  align-items:center;
  min-height:64px;
}
body[data-admin="true"] .admin-side-brand img{
  width:132px;
  margin:-26px 0 -22px -8px;
}
body[data-admin="true"] .admin-side-nav{
  display:grid;
  gap:7px;
}
body[data-admin="true"] .admin-side-nav a,
body[data-admin="true"] .admin-side-actions a,
body[data-admin="true"] .admin-side-actions button{
  min-height:38px;
  display:flex;
  align-items:center;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:8px;
  background:rgba(255,255,255,.025);
  color:#dbe4ff;
  font:inherit;
  font-size:13px;
  font-weight:850;
  text-decoration:none;
  cursor:pointer;
}
body[data-admin="true"] .admin-side-nav a.active,
body[data-admin="true"] .admin-side-nav a:hover{
  border-color:rgba(2,217,255,.28);
  background:linear-gradient(90deg,rgba(139,53,255,.22),rgba(2,217,255,.08));
  color:#8beeff;
}
body[data-admin="true"] .admin-side-actions{
  display:grid;
  gap:8px;
  margin-top:0;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,.08);
}
body[data-admin="true"] .admin-side-actions button{
  justify-content:flex-start;
  color:#ffb4bc;
}
body[data-admin="true"] .admin-main{
  min-width:0;
  padding:20px;
}
body[data-admin="true"] .admin-topbar{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:14px;
  padding:16px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  background:rgba(7,13,31,.76);
}
body[data-admin="true"] .admin-topbar span,
body[data-admin="true"] .admin-section-head span{
  display:block;
  margin-bottom:4px;
  color:#8beeff;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
}
body[data-admin="true"] .admin-topbar h1{
  font-size:30px;
  line-height:1;
}
body[data-admin="true"] .admin-topbar p{
  max-width:420px;
  color:#bfc9e8;
  font-size:13px;
  line-height:1.5;
}
body[data-admin="true"] .admin-section-card{
  display:none;
  margin-bottom:14px;
  padding:14px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  background:rgba(7,13,31,.76);
}
body[data-admin="true"] .admin-section-card.active{
  display:block;
}
body[data-admin="true"] .admin-section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
body[data-admin="true"] .admin-section-head h2{
  font-size:20px;
  line-height:1.1;
}
body[data-admin="true"] .admin-section-head a{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border:1px solid rgba(2,217,255,.18);
  border-radius:8px;
  color:#8beeff;
  font-size:12px;
  font-weight:850;
  text-decoration:none;
}
body[data-admin="true"] .admin-mini-action{
  min-height:34px;
  padding:0 12px;
  border:1px solid rgba(255,92,122,.22);
  border-radius:8px;
  background:rgba(255,92,122,.06);
  color:#ffb4bc;
  font:inherit;
  font-size:12px;
  font-weight:850;
  cursor:pointer;
}
body[data-admin="true"] .admin-projects-layout{
  display:grid;
  grid-template-columns:minmax(280px,360px) minmax(0,1fr);
  gap:12px;
  align-items:start;
}
body[data-admin="true"] .compact-status{
  margin-top:10px;
}
body[data-admin="true"] .header{
  background:rgba(5,8,20,.92);
}
body[data-admin="true"] .admin-hero{
  padding:32px 0 14px;
}
body[data-admin="true"] .admin-hero h1{
  font-size:42px;
  line-height:1.05;
}
body[data-admin="true"] .admin-hero p{
  max-width:620px;
  font-size:14px;
}
body[data-admin="true"] .admin-section{
  padding-top:10px;
}
body[data-admin="true"] .admin-layout{
  grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr);
  gap:14px;
}
body[data-admin="true"] .admin-stats{
  gap:10px;
}
body[data-admin="true"] #overview .admin-stats{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
body[data-admin="true"] .admin-overview-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:10px;
}
body[data-admin="true"] .admin-overview-grid article{
  min-height:94px;
  padding:14px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  background:rgba(255,255,255,.035);
}
body[data-admin="true"] .admin-overview-grid article > span{
  display:block;
  margin-bottom:8px;
  color:#8beeff;
  font-size:10px;
  font-weight:950;
  text-transform:uppercase;
}
body[data-admin="true"] .admin-overview-grid strong{
  display:block;
  overflow:hidden;
  color:#fff;
  font-size:18px;
  line-height:1.25;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body[data-admin="true"] .admin-overview-grid p{
  margin-top:6px;
  color:#aebbe0;
  font-size:12px;
  font-weight:800;
}
body[data-admin="true"] .admin-quick-links div{
  display:grid;
  gap:7px;
}
body[data-admin="true"] .admin-publish-card div{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
}
body[data-admin="true"] .admin-publish-card b{
  min-height:28px;
  display:flex;
  align-items:center;
  padding:0 9px;
  border:1px solid rgba(80,232,142,.16);
  border-radius:7px;
  background:rgba(80,232,142,.06);
  color:#8ff7b3;
  font-size:11px;
  font-weight:900;
}
body[data-admin="true"] .admin-quick-links a{
  min-height:30px;
  display:flex;
  align-items:center;
  padding:0 10px;
  border:1px solid rgba(2,217,255,.16);
  border-radius:7px;
  color:#8beeff;
  font-size:12px;
  font-weight:850;
  text-decoration:none;
}
body[data-admin="true"] .admin-leads-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
body[data-admin="true"] .admin-lead-card{
  padding:12px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  background:rgba(255,255,255,.035);
}
body[data-admin="true"] .admin-lead-card strong,
body[data-admin="true"] .admin-lead-card span,
body[data-admin="true"] .admin-lead-card p,
body[data-admin="true"] .admin-lead-card b,
body[data-admin="true"] .admin-lead-card time{
  display:block;
}
body[data-admin="true"] .admin-lead-card strong{
  color:#fff;
  font-size:15px;
}
body[data-admin="true"] .admin-lead-card span,
body[data-admin="true"] .admin-lead-card time{
  color:#8beeff;
  font-size:11px;
  font-weight:850;
}
body[data-admin="true"] .admin-lead-card p{
  margin:10px 0;
  color:#c7d1ef;
  font-size:13px;
  line-height:1.5;
}
body[data-admin="true"] .admin-lead-card footer{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding-top:8px;
  border-top:1px solid rgba(255,255,255,.07);
}
body[data-admin="true"] .admin-lead-card b{
  color:#fff;
  font-size:12px;
}
body[data-admin="true"] .admin-seo-grid,
body[data-admin="true"] .admin-settings-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:10px;
}
body[data-admin="true"] .admin-seo-grid article,
body[data-admin="true"] .admin-settings-grid article{
  min-height:94px;
  padding:14px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  background:rgba(255,255,255,.035);
}
body[data-admin="true"] .admin-seo-grid span,
body[data-admin="true"] .admin-settings-grid span{
  display:block;
  margin-bottom:8px;
  color:#8beeff;
  font-size:10px;
  font-weight:950;
  text-transform:uppercase;
}
body[data-admin="true"] .admin-seo-grid strong,
body[data-admin="true"] .admin-settings-grid strong{
  display:block;
  color:#fff;
  font-size:16px;
}
body[data-admin="true"] .admin-seo-grid a,
body[data-admin="true"] .admin-seo-grid p{
  display:block;
  margin-top:8px;
  color:#aebbe0;
  font-size:12px;
  font-weight:850;
  text-decoration:none;
}
body[data-admin="true"] .admin-stats article{
  min-height:92px;
  padding:14px;
  border-radius:10px;
  background:linear-gradient(180deg,rgba(12,22,45,.86),rgba(6,12,28,.9));
}
body[data-admin="true"] .admin-stats span{
  top:12px;
  right:12px;
  width:24px;
  height:24px;
  border-radius:7px;
  font-size:12px;
}
body[data-admin="true"] .admin-stats strong{
  margin-top:10px;
  font-size:30px;
  letter-spacing:-.5px;
}
body[data-admin="true"] .admin-stats p{
  margin-top:2px;
  font-size:12px;
}
body[data-admin="true"] .admin-command{
  grid-template-columns:minmax(240px,1fr) minmax(0,1.25fr) minmax(260px,.8fr);
  gap:12px;
  padding:14px;
  border-radius:10px;
  background:linear-gradient(180deg,rgba(12,22,45,.88),rgba(6,12,28,.92));
}
body[data-admin="true"] .admin-command h2{
  font-size:18px;
  margin:2px 0 4px;
}
body[data-admin="true"] .admin-command p{
  font-size:12px;
  line-height:1.45;
}
body[data-admin="true"] .admin-command-status{
  min-width:0;
  grid-template-columns:repeat(3,minmax(0,1fr));
}
body[data-admin="true"] .admin-command-status span{
  min-height:44px;
  padding:8px 10px;
  border-radius:8px;
  font-size:10px;
}
body[data-admin="true"] .admin-command-status b{
  font-size:12px;
}
body[data-admin="true"] .admin-command-actions{
  grid-template-columns:repeat(3,minmax(0,1fr));
  min-width:0;
}
body[data-admin="true"] .admin-command-actions .btn{
  min-height:36px;
  padding:0 10px;
  font-size:12px;
}
body[data-admin="true"] .admin-toolbar{
  gap:10px;
}
body[data-admin="true"] .admin-toolbar article{
  min-height:62px;
  padding:12px;
  border-radius:10px;
}
body[data-admin="true"] .admin-toolbar span{
  font-size:10px;
}
body[data-admin="true"] .admin-toolbar strong{
  font-size:13px;
}
body[data-admin="true"] .admin-panel{
  padding:16px;
  border-radius:10px;
  background:linear-gradient(180deg,rgba(12,22,45,.88),rgba(6,12,28,.92));
}
body[data-admin="true"] .admin-panel h2{
  font-size:19px;
  margin-bottom:12px;
}
body[data-admin="true"] .admin-panel label{
  gap:6px;
  margin-bottom:10px;
  font-size:12px;
}
body[data-admin="true"] .admin-panel input,
body[data-admin="true"] .admin-panel textarea,
body[data-admin="true"] .admin-panel select{
  min-height:38px;
  padding:9px 10px;
  border-radius:8px;
  font-size:13px;
}
body[data-admin="true"] .admin-panel textarea{
  min-height:86px;
}
body[data-admin="true"] .admin-panel .btn{
  min-height:38px;
  margin-top:6px;
  font-size:12px;
}
body[data-admin="true"] .admin-live-preview{
  margin:10px 0 8px;
  padding:10px;
  border-radius:9px;
}
body[data-admin="true"] .admin-live-preview > span{
  margin-bottom:8px;
  font-size:10px;
}
body[data-admin="true"] .admin-live-preview .live-project-screen{
  min-height:92px;
}
body[data-admin="true"] .admin-live-preview .project-card-body{
  padding:12px;
}
body[data-admin="true"] .admin-project-list{
  gap:9px;
}
body[data-admin="true"] .admin-project-row{
  grid-template-columns:72px minmax(0,1fr) auto;
  gap:10px;
  padding:8px;
  border-radius:9px;
}
body[data-admin="true"] .admin-project-row img{
  width:72px;
  border-radius:7px;
}
body[data-admin="true"] .admin-project-row strong{
  font-size:13px;
}
body[data-admin="true"] .admin-project-row span,
body[data-admin="true"] .admin-project-row p{
  font-size:11px;
  line-height:1.35;
}
body[data-admin="true"] .admin-row-actions{
  gap:5px;
}
body[data-admin="true"] .admin-project-row button{
  min-height:28px;
  padding:0 8px;
  border-radius:7px;
  font-size:11px;
}
body[data-admin="true"] .admin-analytics-grid{
  gap:10px;
}
body[data-admin="true"] .admin-analytics-grid article{
  min-height:132px;
  padding:12px;
  border-radius:9px;
}
body[data-admin="true"] .admin-analytics-grid article > span{
  margin-bottom:8px;
  font-size:10px;
}
body[data-admin="true"] .analytics-row{
  gap:8px;
  padding:6px 0;
}
body[data-admin="true"] .analytics-row b{
  font-size:12px;
}
body[data-admin="true"] .analytics-row span,
body[data-admin="true"] .analytics-empty{
  font-size:11px;
}
body[data-admin="true"] .footer{
  padding-top:34px;
}
@media(max-width:1120px){
  body[data-admin="true"] .admin-dashboard{
    grid-template-columns:200px minmax(0,1fr);
  }
  body[data-admin="true"] .admin-main{
    padding:14px;
  }
  body[data-admin="true"] .admin-projects-layout{
    grid-template-columns:1fr;
  }
  body[data-admin="true"] .admin-layout{
    grid-template-columns:1fr;
  }
  body[data-admin="true"] .admin-command-actions{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  body[data-admin="true"] .admin-command{
    grid-template-columns:1fr;
  }
}
@media(min-width:900px){
  body[data-admin="true"] .admin-layout{
    grid-template-columns:minmax(320px,.75fr) minmax(0,1.25fr);
  }
  body[data-admin="true"] .admin-stats,
  body[data-admin="true"] .admin-command,
  body[data-admin="true"] .admin-toolbar,
  body[data-admin="true"] .admin-analytics-panel{
    grid-column:1 / -1;
  }
  body[data-admin="true"] .admin-command{
    grid-template-columns:minmax(220px,.9fr) minmax(330px,1.1fr) minmax(220px,.8fr);
  }
  body[data-admin="true"] .admin-command-actions{
    grid-template-columns:1fr;
  }
}
@media(min-width:821px){
  body[data-admin="true"] .admin-projects-layout{
    grid-template-columns:minmax(260px,330px) minmax(0,1fr);
  }
}
@media(max-width:820px){
  body[data-admin="true"] .admin-dashboard{
    display:block;
  }
  body[data-admin="true"] .admin-sidebar{
    position:relative;
    height:auto;
    padding:12px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  body[data-admin="true"] .admin-side-brand{
    min-height:46px;
  }
  body[data-admin="true"] .admin-side-brand img{
    width:108px;
  }
  body[data-admin="true"] .admin-side-nav,
  body[data-admin="true"] .admin-side-actions{
    display:flex;
    gap:8px;
    overflow-x:auto;
  }
  body[data-admin="true"] .admin-side-nav a,
  body[data-admin="true"] .admin-side-actions a,
  body[data-admin="true"] .admin-side-actions button{
    flex:0 0 auto;
  }
  body[data-admin="true"] .admin-topbar{
    display:block;
  }
  body[data-admin="true"] .admin-topbar p{
    margin-top:8px;
  }
  body[data-admin="true"] .admin-command-status,
  body[data-admin="true"] .admin-command-actions{
    grid-template-columns:1fr;
  }
  body[data-admin="true"] .admin-analytics-grid{
    grid-template-columns:1fr;
  }
  body[data-admin="true"] #overview .admin-stats,
  body[data-admin="true"] .admin-overview-grid,
  body[data-admin="true"] .admin-leads-list,
  body[data-admin="true"] .admin-seo-grid,
  body[data-admin="true"] .admin-settings-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:560px){
  body[data-admin="true"] .admin-stats{
    grid-template-columns:1fr 1fr;
  }
  body[data-admin="true"] .admin-project-row{
    grid-template-columns:1fr;
  }
  body[data-admin="true"] .admin-project-row img{
    width:100%;
  }
}

/* Final mobile navigation polish */
@media(max-width:820px){
  .header-inner{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    gap:4px 12px;
    padding:10px 0 8px;
  }
  .header-actions{
    justify-self:end;
  }
  .nav{
    grid-column:1 / -1;
    display:flex;
    width:100%;
    overflow-x:auto;
    gap:8px;
    padding:6px 0 2px;
    scrollbar-width:none;
  }
  .nav::-webkit-scrollbar{
    display:none;
  }
  .nav a{
    flex:0 0 auto;
    min-height:34px;
    display:inline-flex;
    align-items:center;
    padding:0 11px;
    border:1px solid rgba(139,180,255,.14);
    border-radius:999px;
    background:rgba(255,255,255,.04);
    font-size:12px;
  }
  .nav a.active{
    color:#8beeff;
    border-color:rgba(2,217,255,.3);
    background:rgba(2,217,255,.08);
  }
  .footer-grid{
    gap:22px;
  }
}

@media(max-width:560px){
  .footer{
    padding-top:22px;
  }
  .footer-logo-image{
    width:84px;
  }
  .footer p,
  .footer a{
    font-size:13px;
  }
  .copyright{
    font-size:12px;
  }
  .project-modal-actions .btn{
    width:100%;
  }
}
