@font-face{font-family:'Vazirmatn';font-style:normal;font-weight:100 900;font-display:swap;src:url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/fonts/webfonts/Vazirmatn[wght].woff2') format('woff2')}
body.jargeh-home-chrome{--primary:#7C3AED;
  --primary-dark:#6D28D9;
  --primary-deeper:#5B21B6;
  --primary-light:#A78BFA;
  --accent:#C084FC;
  --accent-soft:#DDD6FE;
  --bg-dark:#0B0B12;
  --bg-dark-2:#12121E;
  --bg-dark-3:#1A1A2E;
  --bg-light:#F5F3FF;
  --bg-light-2:#EDE9FE;
  --bg-white:#FFFFFF;
  --text-primary:#1A1A2E;
  --text-secondary:#4B5563;
  --text-white:#FFFFFF;
  --text-muted:#9CA3AF;
  --border:rgba(124,58,237,0.12);
  --border-light:rgba(124,58,237,0.06);
  --shadow-sm:0 2px 8px rgba(124,58,237,0.06);
  --shadow-md:0 4px 24px rgba(124,58,237,0.1);
  --shadow-lg:0 12px 48px rgba(124,58,237,0.15);
  --shadow-glow:0 0 30px rgba(124,58,237,0.25);
  --gradient-purple:linear-gradient(135deg,#7C3AED 0%,#A855F7 50%,#C084FC 100%);
  --gradient-purple-dark:linear-gradient(135deg,#5B21B6 0%,#7C3AED 100%);
  --gradient-dark:linear-gradient(180deg,#0B0B12 0%,#1A1A2E 100%);
  --radius-sm:8px;
  --radius-md:16px;
  --radius-lg:24px;
  --radius-xl:32px;
  --radius-full:9999px;
  --container:1280px;
  --section-py:100px;
  --transition:all .35s cubic-bezier(.4,0,.2,1);}
body.jargeh-home-chrome .container{max-width:var(--container);margin:0 auto;padding:0 24px;width:100%}
body.jargeh-home-chrome .btn{display:inline-flex;align-items:center;gap:10px;
  font-size:.95rem;font-weight:700;padding:14px 32px;
  border-radius:var(--radius-full);transition:var(--transition);
  cursor:pointer;position:relative;overflow:hidden;}
body.jargeh-home-chrome .btn-primary{background:var(--gradient-purple);color:#fff;
  box-shadow:0 4px 20px rgba(124,58,237,.3);}
body.jargeh-home-chrome .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(124,58,237,.4)}
body.jargeh-home-chrome .btn-outline{background:transparent;color:var(--primary);
  border:2px solid var(--primary);}
body.jargeh-home-chrome .btn-outline:hover{background:var(--primary);color:#fff}
body.jargeh-home-chrome .btn-white{background:#fff;color:var(--primary);box-shadow:var(--shadow-md)}
body.jargeh-home-chrome .btn-white:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}
body.jargeh-home-chrome .btn-ghost{color:var(--primary);font-weight:600;padding:8px 0}
body.jargeh-home-chrome .btn-ghost:hover{gap:14px}
body.jargeh-home-chrome .btn-ghost svg{transition:var(--transition)}
body.jargeh-home-chrome .btn svg{width:18px;height:18px;flex-shrink:0}
body.jargeh-home-chrome .header{position:fixed;top:0;right:0;left:0;z-index:1000;
  padding:16px 0;transition:var(--transition);background:#fff;}
body.jargeh-home-chrome .header.scrolled{background:rgba(255,255,255,.85);
  backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  box-shadow:0 1px 20px rgba(0,0,0,.06);padding:10px 0;
  border-bottom:1px solid var(--border-light);}
body.jargeh-home-chrome .header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
body.jargeh-home-chrome .logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.15rem;color:var(--text-primary)}
body.jargeh-home-chrome .logo img{height:44px;width:auto}
body.jargeh-home-chrome .header.scrolled .logo img{height:38px}
body.jargeh-home-chrome .nav{display:flex;align-items:center;gap:6px}
body.jargeh-home-chrome .nav a{padding:8px 16px;font-size:.9rem;font-weight:600;
  color:var(--text-primary);border-radius:var(--radius-full);
  transition:var(--transition);}
body.jargeh-home-chrome .nav a:hover, body.jargeh-home-chrome .nav a.active{background:var(--bg-light);color:var(--primary)}
body.jargeh-home-chrome .header-cta .btn{font-size:.88rem;padding:11px 26px}
body.jargeh-home-chrome .mobile-toggle{display:none;flex-direction:column;gap:5px;padding:8px;cursor:pointer}
body.jargeh-home-chrome .mobile-toggle span{width:24px;height:2.5px;background:var(--text-primary);border-radius:2px;transition:var(--transition)}
body.jargeh-home-chrome .mobile-nav{display:none;position:fixed;top:0;right:-100%;width:300px;height:100vh;
  background:var(--bg-white);z-index:1001;padding:80px 24px 32px;
  transition:transform .4s cubic-bezier(.4,0,.2,1);
  box-shadow:-8px 0 40px rgba(0,0,0,.1);
  overflow-y:auto;}
body.jargeh-home-chrome .mobile-nav.open{right:0}
body.jargeh-home-chrome .mobile-nav a{display:block;padding:14px 0;font-size:1rem;font-weight:600;border-bottom:1px solid var(--border-light)}
body.jargeh-home-chrome .mobile-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.4);
  z-index:1000;opacity:0;transition:opacity .3s;}
body.jargeh-home-chrome .mobile-overlay.open{display:block;opacity:1}
body.jargeh-home-chrome .mobile-nav-close{position:absolute;top:20px;left:20px;font-size:1.5rem;color:var(--text-primary);cursor:pointer}
body.jargeh-home-chrome .service-card .btn-ghost{font-size:.85rem}
body.jargeh-home-chrome .footer{background:var(--bg-dark);padding:64px 0 0;color:rgba(255,255,255,.7)}
body.jargeh-home-chrome .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px}
body.jargeh-home-chrome .footer-brand p{font-size:.88rem;line-height:1.9;margin-top:16px;max-width:320px}
body.jargeh-home-chrome .footer-brand .logo{margin-bottom:8px}
body.jargeh-home-chrome .footer h4{font-size:1rem;font-weight:700;color:#fff;margin-bottom:20px}
body.jargeh-home-chrome .footer ul li{margin-bottom:10px}
body.jargeh-home-chrome .footer ul a{font-size:.88rem;color:rgba(255,255,255,.55);transition:var(--transition)}
body.jargeh-home-chrome .footer ul a:hover{color:var(--accent);padding-right:4px}
body.jargeh-home-chrome .footer-socials{display:flex;gap:12px;margin-top:20px}
body.jargeh-home-chrome .footer-social{width:40px;height:40px;border-radius:10px;
  background:rgba(255,255,255,.06);color:rgba(255,255,255,.5);
  display:flex;align-items:center;justify-content:center;
  transition:var(--transition);border:1px solid rgba(255,255,255,.08);}
body.jargeh-home-chrome .footer-social:hover{background:var(--primary);color:#fff;border-color:var(--primary)}
body.jargeh-home-chrome .footer-social svg{width:18px;height:18px}
body.jargeh-home-chrome .footer-bottom{border-top:1px solid rgba(255,255,255,.08);
  padding:24px 0;display:flex;justify-content:space-between;
  align-items:center;font-size:.82rem;color:rgba(255,255,255,.4);}
@media(max-width:1024px){
body.jargeh-home-chrome .footer-grid{grid-template-columns:repeat(2,1fr)}
body.jargeh-home-chrome .nav{display:none}
body.jargeh-home-chrome .mobile-toggle{display:flex}
body.jargeh-home-chrome .mobile-nav{display:block}
}
@media(max-width:640px){
body.jargeh-home-chrome .container{padding:0 16px}
body.jargeh-home-chrome .footer-grid{grid-template-columns:1fr}
body.jargeh-home-chrome .footer-bottom{flex-direction:column;gap:12px;text-align:center}
}
body.jargeh-home-chrome .header{
  position:fixed !important;
  top:0;
  right:0;
  left:0;
  z-index:1000 !important;
}
body.jargeh-home-chrome .header,
body.jargeh-home-chrome .header *,
body.jargeh-home-chrome .footer,
body.jargeh-home-chrome .footer *,
body.jargeh-home-chrome .mobile-nav,
body.jargeh-home-chrome .mobile-nav *,
body.jargeh-home-chrome .mobile-overlay{box-sizing:border-box}
body.jargeh-home-chrome .footer ul,body.jargeh-home-chrome .footer ol{list-style:none;margin:0;padding:0}
body.jargeh-home-chrome .elementor-location-header,
body.jargeh-home-chrome .elementor-location-footer{margin:0!important;padding:0!important}
body.jargeh-home-chrome .elementor-location-header .elementor-container,
body.jargeh-home-chrome .elementor-location-footer .elementor-container,
body.jargeh-home-chrome .elementor-location-header .elementor-widget-wrap,
body.jargeh-home-chrome .elementor-location-footer .elementor-widget-wrap{max-width:none!important;width:100%!important;padding:0!important;margin:0!important}
body.jargeh-about-page .elementor-location-header,
body.jargeh-about-page .elementor-location-footer{display:block!important;margin:0!important;padding:0!important;height:auto!important;visibility:visible!important;overflow:visible!important}
