#wrapwrap > header,#wrapwrap > footer,#wrapwrap > .o_footer,header#top,.o_footer_copyright{display:none !important}#wrap{padding:0 !important;margin:0 !important;max-width:none !important}#wrapwrap,main{padding:0 !important;margin:0 !important}#ju-root{width:100%;overflow-x:hidden}
:root{
  --bg:        #07091c;
  --bg-1:     #0a0d24;
  --bg-2:     #0e1230;
  --bg-3:     #14193f;
  --surface:  rgba(255,255,255,0.04);
  --surface-2:rgba(255,255,255,0.06);
  --border:   rgba(255,255,255,0.08);
  --border-2: rgba(244,215,122,0.22);
  --text:     #eef0ff;
  --text-2:   #c5c9e3;
  --muted:    #8c92b8;
  --gold:     #F4D77A;
  --gold-2:   #E8C25A;
  --blue:     #4FC3F7;
  --purple:   #9C5BE0;
  --pink:     #E91E63;
  --grad:     linear-gradient(135deg,#4FC3F7 0%,#7B6CE5 50%,#E91E63 100%);
  --grad-soft:linear-gradient(135deg,rgba(79,195,247,0.18),rgba(233,30,99,0.18));
  --ff-ar:    'Tajawal','Cairo',system-ui,sans-serif;
  --ff-en:    'Inter','Rajdhani',system-ui,sans-serif;
  --ff-serif: 'Playfair Display',Georgia,serif;
  --radius:   18px;
  --radius-sm:12px;
  --max:      1280px;
  --pad:      clamp(20px,4vw,40px);
  --shadow:   0 20px 60px -20px rgba(0,0,0,0.6);
  --shadow-g: 0 0 40px rgba(79,195,247,0.15);
}
#ju-root *{box-sizing:border-box;margin:0;padding:0}
#ju-root{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
#ju-root{
  font-family:var(--ff-ar);
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
  overflow-x:hidden;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
}
#ju-root body[data-lang="en"]{font-family:var(--ff-en)}
#ju-root html[dir="ltr"] body{font-family:var(--ff-en)}
#ju-root img{max-width:100%;display:block;height:auto}
#ju-root a{color:inherit;text-decoration:none;transition:color .25s ease}
#ju-root button{background:none;border:none;color:inherit;cursor:pointer;font:inherit}
#ju-root ul{list-style:none}
#ju-root .container{max-width:var(--max);margin:0 auto;padding:0 var(--pad)}
#ju-root .gradient-text{
  background:var(--grad);
  -webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;color:transparent;
  display:inline-block;
}
#ju-root [dir="rtl"] .logo-title, #ju-root [dir="rtl"] .nav-logo .logo-title{direction:ltr;unicode-bidi:isolate}
#ju-root .nav{
  position:fixed;top:0;left:0;right:0;z-index:100;
  background:rgba(7,9,28,0.65);
  backdrop-filter:saturate(180%) blur(18px);
  -webkit-backdrop-filter:saturate(180%) blur(18px);
  border-bottom:1px solid transparent;
  transition:background .3s ease,border-color .3s ease,padding .3s ease;
}
#ju-root .nav.scrolled{
  background:rgba(7,9,28,0.92);
  border-bottom-color:var(--border);
}
#ju-root .nav-inner{
  max-width:var(--max);margin:0 auto;padding:14px var(--pad);
  display:flex;align-items:center;gap:24px;justify-content:space-between;
}
#ju-root .nav-logo{display:flex;align-items:center;gap:12px}
#ju-root .nav-logo img{height:42px;width:auto;filter:drop-shadow(0 4px 16px rgba(79,195,247,0.3))}
#ju-root .logo-text{display:flex;flex-direction:column;line-height:1.1}
#ju-root .logo-title{
  font-family:var(--ff-en);font-weight:800;letter-spacing:.16em;font-size:15px;
  background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent;
}
#ju-root .logo-sub{font-size:10.5px;color:var(--muted);letter-spacing:.14em;text-transform:uppercase;font-weight:500}
#ju-root .nav-links{display:flex;gap:30px;align-items:center}
#ju-root .nav-links a{
  color:var(--text-2);font-size:14.5px;font-weight:500;letter-spacing:.02em;
  position:relative;padding:6px 0;
}
#ju-root .nav-links a::after{
  content:'';position:absolute;left:0;right:0;bottom:0;height:2px;
  background:var(--grad);transform:scaleX(0);transform-origin:center;
  transition:transform .3s ease;
}
#ju-root .nav-links a:hover{color:var(--text)}
#ju-root .nav-links a:hover::after{transform:scaleX(1)}
#ju-root .nav-actions{display:flex;align-items:center;gap:12px}
#ju-root .lang-toggle{
  width:46px;height:36px;border-radius:10px;
  border:1px solid var(--border);background:var(--surface);
  font-family:var(--ff-en);font-weight:700;font-size:13px;color:var(--text);
  display:inline-flex;align-items:center;justify-content:center;
  transition:all .25s ease;
}
#ju-root .lang-toggle:hover{border-color:var(--gold);color:var(--gold)}
#ju-root .nav-cta{
  padding:10px 18px;border-radius:10px;
  background:var(--grad);color:#fff;font-weight:700;font-size:13.5px;
  box-shadow:0 8px 24px -8px rgba(233,30,99,0.45);
  transition:transform .25s ease,box-shadow .25s ease;
}
#ju-root .nav-cta:hover{transform:translateY(-2px);box-shadow:0 12px 32px -8px rgba(233,30,99,0.6)}
#ju-root .menu-btn{display:none;width:40px;height:40px;flex-direction:column;justify-content:center;align-items:center;gap:5px}
#ju-root .menu-btn span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:all .3s}
#ju-root .menu-btn.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
#ju-root .menu-btn.active span:nth-child(2){opacity:0}
#ju-root .menu-btn.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
#ju-root .hero{
  position:relative;min-height:100vh;padding:140px var(--pad) 80px;
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;isolation:isolate;
}
#ju-root .hero-bg{position:absolute;inset:0;z-index:-1;overflow:hidden}
#ju-root .hero-grad-1{
  position:absolute;width:900px;height:900px;border-radius:50%;
  background:radial-gradient(circle,rgba(79,195,247,0.18) 0%,transparent 60%);
  top:-300px;left:-200px;filter:blur(40px);
}
#ju-root .hero-grad-2{
  position:absolute;width:900px;height:900px;border-radius:50%;
  background:radial-gradient(circle,rgba(233,30,99,0.15) 0%,transparent 60%);
  bottom:-300px;right:-200px;filter:blur(40px);
}
#ju-root .hero-grid{
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,0.025) 1px,transparent 1px);
  background-size:60px 60px;
  mask-image:radial-gradient(ellipse at center,#000 30%,transparent 75%);
  -webkit-mask-image:radial-gradient(ellipse at center,#000 30%,transparent 75%);
}
#ju-root .hero-inner{max-width:1100px;text-align:center;position:relative;z-index:1}
#ju-root .hero-eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  padding:8px 18px;border-radius:999px;
  background:rgba(255,255,255,0.04);border:1px solid var(--border);
  font-size:12.5px;letter-spacing:.06em;color:var(--text-2);
  margin-bottom:30px;
}
#ju-root .hero-eyebrow .dot{width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 12px var(--gold)}
#ju-root .hero-title{
  font-weight:900;letter-spacing:-.02em;line-height:1.05;
  font-size:clamp(36px,7vw,86px);
  margin-bottom:28px;
}
#ju-root .hero-title .hero-line-1{display:block;color:var(--text)}
#ju-root .hero-title .hero-line-2{
  display:block;
  background:var(--grad);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
#ju-root [data-lang="en"] .hero-title{font-family:var(--ff-en);letter-spacing:-.03em}
#ju-root [data-lang="en"] .hero-line-2{font-family:var(--ff-serif);font-style:italic;font-weight:700}
#ju-root .hero-sub{
  max-width:780px;margin:0 auto 40px;
  font-size:clamp(15px,1.6vw,18px);color:var(--text-2);line-height:1.85;
}
#ju-root .hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:60px}
#ju-root .btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:14px 26px;border-radius:12px;
  font-weight:700;font-size:14.5px;letter-spacing:.02em;
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease;
  cursor:pointer;border:1px solid transparent;
}
#ju-root .btn svg{transition:transform .25s ease}
#ju-root [dir="rtl"] .btn svg{transform:scaleX(-1)}
#ju-root .btn:hover svg{transform:translateX(4px)}
#ju-root [dir="rtl"] .btn:hover svg{transform:scaleX(-1) translateX(4px)}
#ju-root .btn-primary{
  background:var(--grad);color:#fff;
  box-shadow:0 14px 40px -14px rgba(233,30,99,0.55);
}
#ju-root .btn-primary:hover{transform:translateY(-3px);box-shadow:0 20px 50px -14px rgba(233,30,99,0.7)}
#ju-root .btn-ghost{
  background:rgba(255,255,255,0.04);color:var(--text);
  border-color:var(--border);
}
#ju-root .btn-ghost:hover{background:rgba(255,255,255,0.08);border-color:var(--gold)}
#ju-root .btn-sm{padding:10px 18px;font-size:13px}
#ju-root .hero-stats{
  display:grid;grid-template-columns:repeat(4,1fr);gap:0;
  max-width:920px;margin:0 auto;
  padding:30px 20px;border-radius:20px;
  background:rgba(255,255,255,0.025);border:1px solid var(--border);
  backdrop-filter:blur(10px);
  position:relative;
}
#ju-root .stat{text-align:center;padding:6px 14px;position:relative}
#ju-root .stat + .stat{border-inline-start:1px solid var(--border)}
#ju-root .stat-sep{display:none}
#ju-root .stat-num{
  font-family:var(--ff-en);font-weight:800;font-size:clamp(28px,4vw,44px);
  color:var(--gold);line-height:1;margin-bottom:8px;letter-spacing:-.02em;
}
#ju-root .stat-lbl{font-size:12.5px;color:var(--muted);letter-spacing:.03em}
#ju-root .hero-scroll{
  position:absolute;bottom:30px;left:50%;transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:10px;
  font-size:11px;color:var(--muted);letter-spacing:.18em;text-transform:uppercase;
}
#ju-root .scroll-line{width:1px;height:50px;background:linear-gradient(180deg,var(--gold),transparent);animation:scrollDown 2s ease-in-out infinite}
@keyframes scrollDown{0%,100%{opacity:.3;transform:scaleY(.7)}50%{opacity:1;transform:scaleY(1)}}
#ju-root .trust-bar{
  padding:24px var(--pad);
  background:linear-gradient(180deg,transparent,rgba(244,215,122,0.04));
  border-top:1px solid var(--border);border-bottom:1px solid var(--border);
}
#ju-root .trust-inner{
  max-width:var(--max);margin:0 auto;
  display:flex;align-items:center;justify-content:center;gap:30px;flex-wrap:wrap;
}
#ju-root .trust-label{font-size:11.5px;color:var(--muted);letter-spacing:.16em;text-transform:uppercase}
#ju-root .trust-logos{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}
#ju-root .trust-chip{
  padding:7px 16px;border-radius:999px;
  border:1px solid var(--border-2);background:rgba(244,215,122,0.05);
  font-family:var(--ff-en);font-weight:700;font-size:12px;color:var(--gold);
  letter-spacing:.06em;
}
#ju-root section{padding:100px var(--pad);position:relative}
#ju-root .section-header{text-align:center;max-width:780px;margin:0 auto 60px}
#ju-root .eyebrow{
  display:inline-block;padding:6px 16px;border-radius:999px;
  background:var(--grad-soft);border:1px solid var(--border);
  font-size:11.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-2);
  margin-bottom:18px;font-weight:600;
}
#ju-root .section-title{
  font-weight:900;letter-spacing:-.02em;line-height:1.15;
  font-size:clamp(28px,4.6vw,52px);
  margin-bottom:18px;
}
#ju-root [data-lang="en"] .section-title{letter-spacing:-.03em}
#ju-root .section-sub{font-size:clamp(14px,1.5vw,17px);color:var(--text-2);line-height:1.8}
#ju-root .about{background:linear-gradient(180deg,var(--bg) 0%,var(--bg-1) 100%)}
#ju-root .about-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:20px;
}
#ju-root .about-card{
  padding:30px 24px;border-radius:var(--radius);
  background:var(--surface);border:1px solid var(--border);
  transition:transform .35s ease,border-color .35s ease,background .35s ease;
  position:relative;overflow:hidden;
}
#ju-root .about-card::before{
  content:'';position:absolute;top:0;left:0;right:0;height:2px;
  background:var(--grad);transform:scaleX(0);transform-origin:right;
  transition:transform .4s ease;
}
#ju-root .about-card:hover{transform:translateY(-6px);border-color:var(--border-2);background:var(--surface-2)}
#ju-root .about-card:hover::before{transform:scaleX(1);transform-origin:left}
#ju-root .card-num{
  font-family:var(--ff-en);font-weight:800;font-size:13px;
  color:var(--gold);letter-spacing:.12em;margin-bottom:18px;opacity:.7;
}
#ju-root .about-card h3{
  font-size:19px;font-weight:800;color:var(--text);margin-bottom:10px;line-height:1.35;
}
#ju-root .about-card p{font-size:14px;color:var(--text-2);line-height:1.75}
#ju-root .companies{background:var(--bg-1)}
#ju-root .company-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}
#ju-root .company-card{
  border-radius:24px;overflow:hidden;
  background:linear-gradient(160deg,rgba(255,255,255,0.05),rgba(255,255,255,0.02));
  border:1px solid var(--border);
  transition:transform .4s ease,border-color .4s ease,box-shadow .4s ease;
  position:relative;
}
#ju-root .company-card:hover{transform:translateY(-8px);border-color:var(--border-2);box-shadow:var(--shadow)}
#ju-root .company-img-wrap{position:relative;aspect-ratio:16/9;overflow:hidden}
#ju-root .company-img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}
#ju-root .company-card:hover .company-img{transform:scale(1.06)}
#ju-root .company-img-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(7,9,28,0.05) 0%,rgba(7,9,28,0.35) 55%,rgba(7,9,28,0.92) 100%);
}
#ju-root .company-badge{
  position:absolute;top:20px;inset-inline-start:20px;
  padding:6px 14px;border-radius:999px;
  background:rgba(7,9,28,0.7);backdrop-filter:blur(10px);
  border:1px solid var(--border-2);
  font-size:11.5px;color:var(--gold);letter-spacing:.1em;font-weight:600;
}
#ju-root .company-mark{
  position:absolute;bottom:24px;inset-inline-start:30px;
  display:flex;align-items:center;gap:14px;
}
#ju-root .company-mark-dot{
  width:48px;height:48px;border-radius:14px;
  background:var(--grad);
  display:flex;align-items:center;justify-content:center;
  font-family:var(--ff-en);font-weight:900;color:#fff;font-size:20px;
  box-shadow:0 8px 24px rgba(79,195,247,0.4);
}
#ju-root .company-mark-text{display:flex;flex-direction:column;line-height:1.2}
#ju-root .company-mark-line{font-size:11px;color:var(--muted);letter-spacing:.1em;text-transform:uppercase}
#ju-root .company-name{font-family:var(--ff-en);font-weight:800;font-size:24px;color:#fff;letter-spacing:.02em}
#ju-root .company-body{padding:30px 32px 36px}
#ju-root .company-tag{
  font-size:11.5px;color:var(--gold);letter-spacing:.14em;text-transform:uppercase;
  font-weight:700;margin-bottom:14px;
}
#ju-root .company-body h3{font-size:22px;font-weight:800;margin-bottom:14px}
#ju-root .company-desc{font-size:14.5px;color:var(--text-2);line-height:1.85;margin-bottom:22px}
#ju-root .company-services{display:flex;flex-direction:column;gap:10px;margin-bottom:26px}
#ju-root .company-services li{
  display:flex;align-items:center;gap:12px;
  font-size:14px;color:var(--text-2);
}
#ju-root .bullet{
  flex-shrink:0;width:18px;height:18px;border-radius:50%;
  background:var(--grad-soft);border:1px solid var(--border-2);
  display:inline-flex;align-items:center;justify-content:center;color:var(--gold);font-size:11px;font-weight:900;
}
#ju-root .company-actions{display:flex;gap:10px;flex-wrap:wrap}
#ju-root .products{
  background:linear-gradient(180deg,var(--bg-1),var(--bg-2));
}
#ju-root .product-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:18px;
}
#ju-root .product-card{
  padding:28px 22px;border-radius:var(--radius);
  background:var(--surface);border:1px solid var(--border);
  transition:all .35s ease;
  position:relative;overflow:hidden;
}
#ju-root .product-card::before{
  content:'';position:absolute;inset:0;
  background:var(--grad-soft);opacity:0;transition:opacity .35s ease;z-index:0;
}
#ju-root .product-card:hover{transform:translateY(-6px);border-color:var(--border-2)}
#ju-root .product-card:hover::before{opacity:.6}
#ju-root .product-card>*{position:relative;z-index:1}
#ju-root .product-card-wide{grid-column:span 1}
#ju-root .product-tag{
  display:inline-block;padding:4px 12px;border-radius:999px;
  background:rgba(244,215,122,0.1);border:1px solid var(--border-2);
  font-size:10.5px;color:var(--gold);letter-spacing:.1em;font-weight:700;
  margin-bottom:18px;text-transform:uppercase;
}
#ju-root .product-tag-color{background:var(--grad-soft);color:var(--blue);border-color:rgba(79,195,247,0.3)}
#ju-root .product-name{
  font-family:var(--ff-en);font-weight:800;font-size:22px;
  margin-bottom:6px;color:var(--text);letter-spacing:.03em;line-height:1.15;
}
#ju-root .product-arabic{font-size:13px;color:var(--muted);margin-bottom:18px}
#ju-root .product-specs{display:flex;flex-direction:column;gap:8px;padding-top:18px;border-top:1px solid var(--border)}
#ju-root .product-specs-row{
  display:flex;justify-content:space-between;
  font-size:12.5px;color:var(--text-2);
}
#ju-root .product-specs-row span:first-child{color:var(--muted)}
#ju-root .product-specs-row span:last-child{color:var(--gold);font-weight:600;font-family:var(--ff-en)}
#ju-root .color-swatches{display:flex;gap:6px;flex-wrap:wrap;margin-top:14px}
#ju-root .swatch{width:22px;height:22px;border-radius:6px;border:1px solid rgba(255,255,255,0.15)}
#ju-root .swatch-more{
  width:auto;padding:0 8px;border-radius:6px;height:22px;
  display:inline-flex;align-items:center;justify-content:center;
  font-family:var(--ff-en);font-size:10.5px;color:var(--gold);
  background:rgba(244,215,122,0.08);border:1px solid var(--border-2);font-weight:700;
}
#ju-root .hero-product{
  background:var(--bg-2);
  position:relative;overflow:hidden;
}
#ju-root .hero-product-card{
  display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;
  max-width:var(--max);margin:0 auto;
}
#ju-root .hero-product-img{
  position:relative;border-radius:24px;overflow:hidden;
  aspect-ratio:1/1.05;
  background:radial-gradient(circle at 50% 40%,rgba(79,195,247,0.15),transparent 60%);
  display:flex;align-items:center;justify-content:center;
  border:1px solid var(--border-2);
}
#ju-root .hero-product-img img{max-width:78%;height:auto;filter:drop-shadow(0 30px 60px rgba(79,195,247,0.4))}
#ju-root .hp-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:7px 16px;border-radius:999px;
  background:var(--grad);color:#fff;
  font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
  margin-bottom:18px;
}
#ju-root .hp-sub{font-family:var(--ff-en);font-size:13px;color:var(--gold);letter-spacing:.16em;font-weight:700;margin-bottom:10px;text-transform:uppercase}
#ju-root .hp-title{
  font-weight:900;font-size:clamp(28px,3.8vw,44px);line-height:1.15;margin-bottom:18px;
}
#ju-root .hp-desc{font-size:15px;color:var(--text-2);line-height:1.85;margin-bottom:30px}
#ju-root .hp-features{
  display:grid;grid-template-columns:repeat(2,1fr);gap:14px;
}
#ju-root .hp-feat{
  display:flex;align-items:center;gap:12px;
  padding:14px 16px;border-radius:12px;
  background:var(--surface);border:1px solid var(--border);
}
#ju-root .hp-icon{
  flex-shrink:0;width:36px;height:36px;border-radius:10px;
  background:var(--grad-soft);
  display:flex;align-items:center;justify-content:center;
  color:var(--gold);font-size:18px;
}
#ju-root .hp-feat span:last-child{font-size:13.5px;color:var(--text-2)}
#ju-root .factory{
  background:linear-gradient(180deg,var(--bg-2),var(--bg-1));
}
#ju-root .factory-grid{
  display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:240px 240px;gap:14px;
  margin-bottom:50px;
}
#ju-root .factory-grid-single{
  display:block;grid-template-columns:none;grid-template-rows:none;
  margin-bottom:50px;
}
#ju-root .factory-img{
  position:relative;border-radius:16px;overflow:hidden;
  border:1px solid var(--border);
}
#ju-root .factory-img-large{grid-column:span 2;grid-row:span 2}
#ju-root .factory-img-hero{
  aspect-ratio:21/9;
  border:1px solid var(--border-2);
  box-shadow:var(--shadow);
  position:relative;
}
#ju-root .factory-img-hero::after{
  content:'';position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(180deg,transparent 55%,rgba(7,9,28,0.45) 100%);
}
#ju-root .factory-img img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}
#ju-root .factory-img:hover img{transform:scale(1.04)}
#ju-root .factory-specs{
  display:grid;grid-template-columns:repeat(4,1fr);gap:0;
  padding:32px 20px;border-radius:20px;
  background:linear-gradient(135deg,rgba(244,215,122,0.05),rgba(79,195,247,0.05));
  border:1px solid var(--border-2);
}
#ju-root .fs-item{text-align:center;padding:6px 16px}
#ju-root .fs-item + .fs-item{border-inline-start:1px solid var(--border-2)}
#ju-root .fs-sep{display:none}
#ju-root .fs-value{
  font-family:var(--ff-en);font-weight:800;font-size:clamp(20px,2.4vw,28px);
  color:var(--gold);margin-bottom:8px;line-height:1.1;letter-spacing:-.01em;
}
#ju-root .fs-label{font-size:12.5px;color:var(--text-2);letter-spacing:.04em}
#ju-root .b2b{background:var(--bg-2);position:relative;overflow:hidden}
#ju-root .b2b::before{
  content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:800px;height:800px;border-radius:50%;
  background:radial-gradient(circle,rgba(79,195,247,0.08),transparent 60%);
  pointer-events:none;
}
#ju-root .b2b-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:22px;position:relative;z-index:1;
}
#ju-root .b2b-card{
  padding:36px 30px;border-radius:20px;
  background:linear-gradient(160deg,rgba(255,255,255,0.05),rgba(255,255,255,0.02));
  border:1px solid var(--border);
  transition:all .4s ease;position:relative;overflow:hidden;
}
#ju-root .b2b-card:hover{transform:translateY(-8px);border-color:var(--border-2)}
#ju-root .b2b-card-featured{
  background:linear-gradient(160deg,rgba(79,195,247,0.08),rgba(233,30,99,0.06));
  border-color:rgba(244,215,122,0.4);
}
#ju-root .b2b-card-featured::after{
  content:'';position:absolute;inset:0;
  background:var(--grad);opacity:0;
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;mask-composite:exclude;
  padding:1px;border-radius:20px;pointer-events:none;
  transition:opacity .35s ease;
}
#ju-root .b2b-card-featured:hover::after{opacity:.6}
#ju-root .b2b-badge{
  display:inline-block;padding:5px 14px;border-radius:999px;
  background:var(--grad);color:#fff;
  font-size:10.5px;font-weight:800;letter-spacing:.14em;
  margin-bottom:20px;text-transform:uppercase;
}
#ju-root .b2b-num{
  font-family:var(--ff-en);font-weight:800;font-size:13px;
  color:var(--gold);letter-spacing:.16em;margin-bottom:16px;
}
#ju-root .b2b-card h3{font-size:22px;font-weight:800;margin-bottom:14px;line-height:1.3}
#ju-root .b2b-card>p{font-size:14px;color:var(--text-2);line-height:1.8;margin-bottom:24px}
#ju-root .b2b-perks{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}
#ju-root .b2b-perks li{
  display:flex;align-items:flex-start;gap:12px;
  font-size:13.5px;color:var(--text-2);line-height:1.6;
}
#ju-root .certs{background:var(--bg-1)}
#ju-root .cert-logos-grid{
  display:grid;grid-template-columns:repeat(6,1fr);gap:16px;
}
#ju-root .cert-item{
  padding:26px 18px;border-radius:14px;
  background:var(--surface);border:1px solid var(--border);
  text-align:center;
  transition:all .3s ease;
}
#ju-root .cert-item:hover{border-color:var(--border-2);transform:translateY(-4px);background:var(--surface-2)}
#ju-root .cert-mark{
  font-family:var(--ff-en);font-weight:800;font-size:18px;
  background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent;
  margin-bottom:8px;letter-spacing:.04em;
}
#ju-root .cert-name{font-size:11.5px;color:var(--muted);letter-spacing:.04em;line-height:1.4}
#ju-root .contact{
  background:linear-gradient(180deg,var(--bg-1),var(--bg));
  position:relative;overflow:hidden;
}
#ju-root .contact-bg-grad{
  position:absolute;width:700px;height:700px;border-radius:50%;
  background:radial-gradient(circle,rgba(233,30,99,0.12),transparent 60%);
  top:-200px;right:-200px;filter:blur(40px);pointer-events:none;
}
#ju-root .contact-inner{
  display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;
  position:relative;z-index:1;
}
#ju-root .contact-left h2{
  font-size:clamp(28px,4vw,46px);font-weight:900;line-height:1.15;margin-bottom:18px;
}
#ju-root .contact-sub{font-size:15px;color:var(--text-2);line-height:1.85;margin-bottom:30px}
#ju-root .contact-row-static{
  display:flex;align-items:center;gap:14px;
  padding:14px 0;
  font-size:14px;color:var(--text-2);
}
#ju-root .cr-icon{
  flex-shrink:0;width:40px;height:40px;border-radius:10px;
  background:var(--grad-soft);border:1px solid var(--border-2);
  display:flex;align-items:center;justify-content:center;
  color:var(--gold);font-size:18px;
}
#ju-root .contact-card{
  padding:40px 36px;border-radius:24px;
  background:linear-gradient(160deg,rgba(255,255,255,0.06),rgba(255,255,255,0.02));
  border:1px solid var(--border-2);
  box-shadow:var(--shadow);
}
#ju-root .contact-title{font-size:14px;color:var(--gold);font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px}
#ju-root .contact-card h3{font-size:24px;font-weight:800;margin-bottom:24px}
#ju-root .contact-row{
  display:flex;align-items:center;gap:14px;
  padding:16px 18px;border-radius:12px;
  background:var(--surface);border:1px solid var(--border);
  margin-bottom:12px;
  transition:all .25s ease;
}
#ju-root .contact-row:hover{border-color:var(--border-2);background:var(--surface-2);transform:translateX(4px)}
#ju-root [dir="rtl"] .contact-row:hover{transform:translateX(-4px)}
#ju-root .cr-text{flex:1;display:flex;flex-direction:column;line-height:1.3}
#ju-root .cr-label{font-size:11.5px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px}
#ju-root .cr-value{font-family:var(--ff-en);font-size:14.5px;color:var(--text);font-weight:600;letter-spacing:.02em;direction:ltr;unicode-bidi:isolate;text-align:start}
#ju-root .footer{
  background:#04061a;border-top:1px solid var(--border);
  padding:70px var(--pad) 30px;
}
#ju-root .footer-main{
  max-width:var(--max);margin:0 auto;
  display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:50px;
}
#ju-root .footer-brand .footer-logo{display:flex;align-items:center;gap:14px;margin-bottom:18px}
#ju-root .footer-logo img{height:50px}
#ju-root .footer-name{
  font-family:var(--ff-en);font-weight:800;letter-spacing:.14em;font-size:18px;
  background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent;
}
#ju-root .footer-tagline{font-size:14px;color:var(--muted);line-height:1.8;margin-bottom:18px;max-width:340px}
#ju-root .footer-certs{display:flex;gap:8px;flex-wrap:wrap}
#ju-root .footer-certs .trust-chip{font-size:10.5px;padding:5px 12px}
#ju-root .footer-col h4{font-size:13px;color:var(--gold);letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px;font-weight:700}
#ju-root .footer-col ul{display:flex;flex-direction:column;gap:10px}
#ju-root .footer-col a{font-size:13.5px;color:var(--text-2)}
#ju-root .footer-col a:hover{color:var(--gold)}
#ju-root .footer-bottom{
  max-width:var(--max);margin:0 auto;
  padding-top:24px;border-top:1px solid var(--border);
  display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;
}
#ju-root .footer-copy{font-size:12.5px;color:var(--muted)}
#ju-root .float-wa{
  position:fixed;bottom:24px;inset-inline-end:24px;z-index:90;
  width:56px;height:56px;border-radius:50%;
  background:#25D366;color:#fff;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 12px 30px rgba(37,211,102,0.5);
  transition:transform .25s ease,box-shadow .25s ease;
}
#ju-root .float-wa:hover{transform:scale(1.08);box-shadow:0 16px 40px rgba(37,211,102,0.65)}
#ju-root .float-wa svg{width:28px;height:28px;fill:currentColor}
@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
#ju-root .reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}
#ju-root .reveal.visible{opacity:1;transform:translateY(0)}
@media (max-width:1100px){#ju-root .about-grid{grid-template-columns:repeat(2,1fr)}#ju-root .product-grid{grid-template-columns:repeat(2,1fr)}#ju-root .cert-logos-grid{grid-template-columns:repeat(3,1fr)}#ju-root .footer-main{grid-template-columns:1.5fr 1fr 1fr}#ju-root .footer-col:nth-child(4){display:none}}
@media (max-width:880px){#ju-root .nav-links{
    position:fixed;top:70px;left:0;right:0;
    flex-direction:column;gap:0;
    background:rgba(7,9,28,0.98);backdrop-filter:blur(20px);
    border-bottom:1px solid var(--border);
    padding:20px var(--pad);
    transform:translateY(-110%);transition:transform .3s ease;
  }#ju-root .nav-links.open{transform:translateY(0)}#ju-root .nav-links li{width:100%;border-bottom:1px solid var(--border)}#ju-root .nav-links li:last-child{border-bottom:none}#ju-root .nav-links a{display:block;padding:14px 0;font-size:15px}#ju-root .menu-btn{display:flex}#ju-root .nav-cta{display:none}#ju-root .hero{padding:120px var(--pad) 60px;min-height:auto}#ju-root .hero-stats{grid-template-columns:repeat(2,1fr);gap:22px 0;padding:24px 10px}#ju-root .stat + .stat{border-inline-start:none}#ju-root .stat:nth-child(2){border-inline-start:1px solid var(--border)}#ju-root .stat:nth-child(4){border-inline-start:1px solid var(--border)}#ju-root .stat:nth-child(3), #ju-root .stat:nth-child(4){border-top:1px solid var(--border);padding-top:22px}#ju-root section{padding:70px var(--pad)}#ju-root .company-grid{grid-template-columns:1fr}#ju-root .product-grid{grid-template-columns:1fr 1fr}#ju-root .hero-product-card{grid-template-columns:1fr;gap:30px}#ju-root .hp-features{grid-template-columns:1fr}#ju-root .factory-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:10px}#ju-root .factory-img-large{grid-column:span 2;grid-row:auto;aspect-ratio:16/10}#ju-root .factory-img{aspect-ratio:1}#ju-root .factory-img-hero{aspect-ratio:16/10}#ju-root .factory-specs{grid-template-columns:1fr 1fr;gap:22px 0;padding:24px 12px}#ju-root .fs-item + .fs-item{border-inline-start:none}#ju-root .fs-item:nth-child(2), #ju-root .fs-item:nth-child(4){border-inline-start:1px solid var(--border-2)}#ju-root .fs-item:nth-child(3), #ju-root .fs-item:nth-child(4){border-top:1px solid var(--border-2);padding-top:22px}#ju-root .b2b-grid{grid-template-columns:1fr}#ju-root .cert-logos-grid{grid-template-columns:repeat(2,1fr)}#ju-root .contact-inner{grid-template-columns:1fr;gap:40px}#ju-root .footer-main{grid-template-columns:1fr 1fr;gap:30px}#ju-root .footer-col:nth-child(4){display:block}}
@media (max-width:520px){#ju-root .product-grid{grid-template-columns:1fr}#ju-root .trust-inner{flex-direction:column;gap:14px}#ju-root .trust-logos{justify-content:flex-start}#ju-root .hero-stats{grid-template-columns:1fr;gap:0;padding:14px}#ju-root .stat + .stat{border-inline-start:none;border-top:1px solid var(--border);padding-top:18px;margin-top:18px}#ju-root .stat:nth-child(2), #ju-root .stat:nth-child(3), #ju-root .stat:nth-child(4){border-inline-start:none}#ju-root .stat:nth-child(3), #ju-root .stat:nth-child(4){border-top:1px solid var(--border)}#ju-root .footer-main{grid-template-columns:1fr}#ju-root .footer-bottom{flex-direction:column;text-align:center}#ju-root .hero-actions{flex-direction:column;width:100%}#ju-root .hero-actions .btn{width:100%;justify-content:center}#ju-root .company-actions{flex-direction:column}#ju-root .company-actions .btn{width:100%;justify-content:center}}
@media (prefers-reduced-motion:reduce){#ju-root *{animation:none!important;transition:none!important}#ju-root .reveal{opacity:1;transform:none}}
/* polish */#ju-root .reveal{opacity:1 !important;transform:none !important}#ju-root .factory-grid-single{max-width:820px;margin-inline:auto}#ju-root .factory-img-hero{aspect-ratio:16/9;max-height:440px}#ju-root .hero-product-img img{max-width:58% !important}#ju-root img.footer-logo{height:36px !important;width:auto !important}#ju-root .nav-logo img{height:34px !important;width:auto !important}#ju-root .cert-mark{display:inline-block;background:var(--grad) !important;-webkit-background-clip:text !important;background-clip:text !important;-webkit-text-fill-color:transparent !important;color:transparent}#ju-root .cert-mark{font-size:20px;line-height:1.15}#ju-root .nav-links a.nav-ticket{border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:6px 15px;transition:background .25s,border-color .25s,color .25s}#ju-root .nav-links a.nav-ticket:hover{background:var(--grad);border-color:transparent;color:#fff !important}#ju-root .nav-actions .nav-login{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;border:1px solid rgba(255,255,255,.18);color:#cfd3f0;transition:.2s;text-decoration:none}#ju-root .nav-actions .nav-login:hover{border-color:transparent;background:var(--grad);color:#fff}#ju-root .nav-actions .nav-login svg{display:block}#ju-root .footer-staff{display:inline-flex;align-items:center;gap:7px;color:#aab0d4 !important;font-size:13px;text-decoration:none;border:1px solid rgba(255,255,255,.16);padding:7px 15px;border-radius:999px;transition:.2s;white-space:nowrap}#ju-root .footer-staff:hover{border-color:transparent;background:var(--grad);color:#fff !important}