body.jargeh-portfolio-single{
  --container:1200px;
  overflow-x:hidden;
}
body.jargeh-portfolio-single .main-page-wrapper,
body.jargeh-portfolio-single .main-page-wrapper > .container,
body.jargeh-portfolio-single .content-layout-wrapper,
body.jargeh-portfolio-single #jargeh-project,
body.jargeh-portfolio-single .jargeh-project-main{
  max-width:none !important;
  width:100% !important;
  padding:0 !important;
  margin:0 !important;
  float:none !important;
  flex:0 0 100% !important;
}
body.jargeh-portfolio-single .wd-sidebar,
body.jargeh-portfolio-single .sidebar-container,
body.jargeh-portfolio-single .wd-page-title,
body.jargeh-portfolio-single .page-title,
body.jargeh-portfolio-single .breadcrumbs,
body.jargeh-portfolio-single .wd-breadcrumbs{display:none !important}
body.jargeh-portfolio-single .jargeh-case{
  font-family:Vazirmatn,system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  color:var(--text-primary);
  line-height:1.8;
  background:#fff;
}
body.jargeh-portfolio-single .jargeh-case .container{
  max-width:1200px !important;
  margin:0 auto !important;
  padding:0 24px !important;
  width:100% !important;
}
body.jargeh-portfolio-single .jargeh-case h1,
body.jargeh-portfolio-single .jargeh-case h2,
body.jargeh-portfolio-single .jargeh-case h3{
  font-family:inherit;
  letter-spacing:0;
}
body.jargeh-portfolio-single .section-py{padding:100px 0}
body.jargeh-portfolio-single .project-hero{
  background:#0B0B12;
  color:#fff;
  padding:160px 0 80px;
  position:relative;
  overflow:hidden;
  border-bottom-left-radius:60px;
  border-bottom-right-radius:60px;
}
body.jargeh-portfolio-single .project-hero::before{
  content:'';
  position:absolute;
  top:-100px;
  right:-100px;
  width:500px;
  height:500px;
  background:radial-gradient(circle,rgba(124,58,237,.15) 0%,transparent 70%);
  border-radius:50%;
  animation:jargeh-case-float 10s ease-in-out infinite;
  pointer-events:none;
}
body.jargeh-portfolio-single .project-hero::after{
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:30%;
  background:linear-gradient(0deg,#0B0B12 0%,transparent 100%);
  z-index:1;
  pointer-events:none;
}
body.jargeh-portfolio-single .hero-content{
  max-width:800px;
  margin:0 auto 64px;
  text-align:center;
  position:relative;
  z-index:2;
}
body.jargeh-portfolio-single .project-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(124,58,237,.2);
  color:#C084FC;
  font-size:.85rem;
  font-weight:700;
  padding:8px 20px;
  border-radius:9999px;
  margin-bottom:24px;
  border:1px solid rgba(124,58,237,.3);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
body.jargeh-portfolio-single .project-badge svg{width:16px;height:16px;flex-shrink:0}
body.jargeh-portfolio-single .hero-content h1{
  font-size:clamp(2.2rem,5vw,3.8rem);
  font-weight:900;
  line-height:1.3;
  margin:0 0 24px;
  color:#fff;
}
body.jargeh-portfolio-single .hero-content p{
  font-size:1.1rem;
  color:rgba(255,255,255,.7);
  line-height:1.9;
  margin:0;
}
body.jargeh-portfolio-single .project-meta{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:40px;
  margin-top:40px;
  padding-top:40px;
  border-top:1px solid rgba(255,255,255,.1);
}
body.jargeh-portfolio-single .meta-box{text-align:center}
body.jargeh-portfolio-single .meta-box span{
  display:block;
  font-size:.8rem;
  color:rgba(255,255,255,.5);
  margin-bottom:4px;
  letter-spacing:1px;
}
body.jargeh-portfolio-single .meta-box strong,
body.jargeh-portfolio-single .meta-live{
  display:block;
  font-size:1.05rem;
  font-weight:700;
  color:#fff;
}
body.jargeh-portfolio-single .meta-live{color:#C084FC;text-decoration:none}
body.jargeh-portfolio-single .hero-mockup-container{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
  align-items:flex-end;
  height:400px;
  perspective:1000px;
}
body.jargeh-portfolio-single .css-desktop{
  width:700px;
  height:400px;
  background:#111;
  border-radius:16px 16px 0 0;
  border:4px solid #333;
  border-bottom:none;
  box-shadow:0 30px 60px rgba(0,0,0,.6);
  position:relative;
  z-index:1;
  overflow:hidden;
}
body.jargeh-portfolio-single .css-desktop-screen{
  position:absolute;
  inset:12px;
  border-radius:8px;
  display:flex;
  flex-direction:column;
  padding:24px;
  gap:16px;
}
body.jargeh-portfolio-single .css-phone{
  width:200px;
  height:400px;
  background:#000;
  border-radius:32px;
  border:4px solid #444;
  position:absolute;
  right:50px;
  bottom:-30px;
  z-index:2;
  box-shadow:-20px 20px 50px rgba(0,0,0,.5);
  transform:rotate(-5deg);
  transition:transform .5s ease;
  overflow:hidden;
}
body.jargeh-portfolio-single .hero-mockup-container:hover .css-phone{
  transform:rotate(0deg) translateY(-10px);
}
body.jargeh-portfolio-single .css-phone-notch{
  width:90px;
  height:24px;
  background:#000;
  border-radius:0 0 12px 12px;
  margin:0 auto;
  position:relative;
  z-index:2;
}
body.jargeh-portfolio-single .css-phone-screen{
  position:absolute;
  inset:0;
  border-radius:28px;
  padding:32px 16px;
  display:flex;
  flex-direction:column;
  gap:12px;
}
body.jargeh-portfolio-single .ui-line{height:8px;border-radius:4px;background:rgba(255,255,255,.2)}
body.jargeh-portfolio-single .ui-box{background:rgba(255,255,255,.1);border-radius:12px}
body.jargeh-portfolio-single .ui-circle{border-radius:50%;background:rgba(255,255,255,.15)}
body.jargeh-portfolio-single .desk-top{display:flex;justify-content:space-between;align-items:center}
body.jargeh-portfolio-single .desk-dots{display:flex;gap:8px}
body.jargeh-portfolio-single .desk-grid{display:grid;grid-template-columns:1fr 2fr;gap:16px;flex:1}
body.jargeh-portfolio-single .desk-col{display:flex;flex-direction:column;gap:16px}
body.jargeh-portfolio-single .phone-orb{width:60px;height:60px;margin:0 auto 16px;background:rgba(255,255,255,.2)}
body.jargeh-portfolio-single .phone-line{margin:0 auto}
body.jargeh-portfolio-single .phone-card{height:80px}
body.jargeh-portfolio-single .phone-card + .phone-card{margin-top:0}
body.jargeh-portfolio-single .css-phone-screen .phone-card:first-of-type{margin-top:24px}
body.jargeh-portfolio-single .split-section{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:center;
}
body.jargeh-portfolio-single .case-kicker{
  color:#7C3AED !important;
  font-size:2rem;
  font-weight:900;
  margin:0 0 20px;
  line-height:1.4;
}
body.jargeh-portfolio-single .split-content h2{
  font-size:2rem;
  font-weight:900;
  color:#1A1A2E;
  margin:0 0 20px;
  line-height:1.4;
}
body.jargeh-portfolio-single .split-content p{
  font-size:1.05rem;
  color:#4B5563;
  line-height:2;
  margin:0 0 24px;
}
body.jargeh-portfolio-single .highlight-box{
  background:#F5F3FF;
  border:1px solid rgba(124,58,237,.12);
  padding:40px;
  border-radius:40px;
  position:relative;
}
body.jargeh-portfolio-single .highlight-box::before{
  content:'"';
  position:absolute;
  top:-10px;
  right:20px;
  font-size:6rem;
  color:rgba(124,58,237,.1);
  font-family:serif;
  line-height:1;
}
body.jargeh-portfolio-single .highlight-box p{
  font-size:1.2rem;
  font-weight:700;
  color:#6D28D9;
  line-height:1.8;
  position:relative;
  z-index:1;
  margin:0;
}
body.jargeh-portfolio-single .highlight-author{
  margin-top:24px;
  display:flex;
  align-items:center;
  gap:12px;
  position:relative;
  z-index:1;
}
body.jargeh-portfolio-single .quote-avatar{
  width:48px;
  height:48px;
  border-radius:50%;
  background:linear-gradient(135deg,#7C3AED,#C084FC);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  flex-shrink:0;
}
body.jargeh-portfolio-single .highlight-author strong{
  display:block;
  color:#1A1A2E;
  font-size:.9rem;
}
body.jargeh-portfolio-single .quote-role{color:#9CA3AF;font-size:.8rem}
body.jargeh-portfolio-single .features-band{background:#F9FAFB}
body.jargeh-portfolio-single .features-head{text-align:center;margin-bottom:64px}
body.jargeh-portfolio-single .features-head h2{
  font-size:2.5rem;
  font-weight:900;
  color:#1A1A2E;
  margin:0;
}
body.jargeh-portfolio-single .features-grid{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:24px;
}
body.jargeh-portfolio-single .feature-card{
  background:#fff;
  border:1px solid rgba(124,58,237,.06);
  border-radius:40px;
  padding:32px;
  box-shadow:0 2px 8px rgba(124,58,237,.06);
  display:flex;
  flex-direction:column;
  justify-content:center;
  transition:all .4s cubic-bezier(.4,0,.2,1);
  position:relative;
  overflow:hidden;
}
body.jargeh-portfolio-single .feature-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 48px rgba(124,58,237,.15);
  border-color:rgba(124,58,237,.12);
}
body.jargeh-portfolio-single .feature-icon{
  width:64px;
  height:64px;
  border-radius:16px;
  background:#F5F3FF;
  color:#7C3AED;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:24px;
}
body.jargeh-portfolio-single .feature-icon svg{width:32px;height:32px}
body.jargeh-portfolio-single .feature-card h3{
  font-size:1.2rem;
  font-weight:800;
  color:#1A1A2E;
  margin:0 0 12px;
}
body.jargeh-portfolio-single .feature-card p{
  font-size:.95rem;
  color:#4B5563;
  line-height:1.8;
  margin:0;
}
body.jargeh-portfolio-single .feat-large{grid-column:span 8;background:#0B0B12;color:#fff}
body.jargeh-portfolio-single .feat-large h3{color:#fff}
body.jargeh-portfolio-single .feat-large p{color:rgba(255,255,255,.7)}
body.jargeh-portfolio-single .feat-large .feature-icon{background:rgba(124,58,237,.2);color:#C084FC}
body.jargeh-portfolio-single .feat-medium{grid-column:span 4}
body.jargeh-portfolio-single .feat-wide{
  grid-column:span 6;
  flex-direction:row;
  align-items:center;
  gap:24px;
}
body.jargeh-portfolio-single .feat-wide .feature-icon{margin-bottom:0;flex-shrink:0}
body.jargeh-portfolio-single .media-section{
  background:#F9FAFB;
  border-radius:40px;
  padding:64px 40px;
  margin-bottom:100px;
}
body.jargeh-portfolio-single .video-container{
  width:100%;
  max-width:900px;
  margin:0 auto 64px;
  position:relative;
  background:#111;
  border-radius:16px;
  aspect-ratio:16/9;
  box-shadow:0 24px 48px rgba(124,58,237,.15);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border:2px solid rgba(255,255,255,.1);
}
body.jargeh-portfolio-single .video-bg{
  position:absolute;
  inset:0;
  background-position:center;
  background-size:cover;
  opacity:.6;
  transition:all .4s cubic-bezier(.4,0,.2,1);
}
body.jargeh-portfolio-single .video-container:hover .video-bg{transform:scale(1.05);opacity:.4}
body.jargeh-portfolio-single .play-btn{
  width:80px;
  height:80px;
  border-radius:50%;
  background:#7C3AED;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  z-index:2;
  box-shadow:0 0 30px rgba(124,58,237,.5);
}
body.jargeh-portfolio-single .play-btn::before{
  content:'';
  position:absolute;
  inset:-10px;
  border-radius:50%;
  border:2px solid #7C3AED;
  animation:jargeh-pulse-ring 2s infinite;
}
body.jargeh-portfolio-single .play-btn svg{width:32px;height:32px;margin-left:5px}
body.jargeh-portfolio-single .gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
body.jargeh-portfolio-single .gallery-item{
  border-radius:24px;
  overflow:hidden;
  aspect-ratio:4/3;
  background:#fff;
  border:1px solid rgba(124,58,237,.06);
}
body.jargeh-portfolio-single .gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease;
  display:block;
}
body.jargeh-portfolio-single .gallery-item:hover img{transform:scale(1.05)}
body.jargeh-portfolio-single .results-head{
  font-size:2rem;
  font-weight:900;
  color:#1A1A2E;
  text-align:center;
  margin:0 0 24px;
}
body.jargeh-portfolio-single .results-lead{
  text-align:center;
  color:#4B5563;
  max-width:600px;
  margin:0 auto;
}
body.jargeh-portfolio-single .results-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:32px;
  margin-top:48px;
}
body.jargeh-portfolio-single .result-card{text-align:center}
body.jargeh-portfolio-single .result-value{
  font-size:3rem;
  font-weight:900;
  color:#7C3AED;
  margin-bottom:8px;
  line-height:1;
}
body.jargeh-portfolio-single .result-label{
  font-size:1rem;
  color:#4B5563;
  font-weight:600;
}
body.jargeh-portfolio-single .project-nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:40px 0;
  border-top:1px solid rgba(124,58,237,.12);
  margin-top:80px;
}
body.jargeh-portfolio-single .nav-link{
  display:flex;
  align-items:center;
  gap:16px;
  color:#1A1A2E;
  text-decoration:none;
  transition:all .4s cubic-bezier(.4,0,.2,1);
}
body.jargeh-portfolio-single .nav-link:hover{color:#7C3AED}
body.jargeh-portfolio-single .nav-link.prev{text-align:right}
body.jargeh-portfolio-single .nav-link.next{text-align:left;flex-direction:row-reverse}
body.jargeh-portfolio-single .nav-link span{
  display:block;
  font-size:.85rem;
  color:#9CA3AF;
  margin-bottom:4px;
}
body.jargeh-portfolio-single .nav-link strong{
  display:block;
  font-size:1.2rem;
  font-weight:800;
}
body.jargeh-portfolio-single .nav-link svg{width:24px;height:24px;color:#7C3AED}
body.jargeh-portfolio-single .nav-grid{
  color:#9CA3AF;
  display:flex;
  align-items:center;
  justify-content:center;
}
body.jargeh-portfolio-single .nav-grid svg{width:24px;height:24px}
body.jargeh-portfolio-single .reveal{
  opacity:0;
  transform:translateY(30px);
  transition:opacity .7s ease,transform .7s ease;
}
body.jargeh-portfolio-single .reveal.visible{opacity:1;transform:translateY(0)}
body.jargeh-portfolio-single .reveal-delay-1{transition-delay:.1s}
body.jargeh-portfolio-single .reveal-delay-2{transition-delay:.2s}
body.jargeh-portfolio-single.jargeh-home-chrome .header:not(.scrolled){
  background:transparent;
  box-shadow:none;
  border-bottom:none;
}
body.jargeh-portfolio-single.jargeh-home-chrome .header:not(.scrolled) .nav a,
body.jargeh-portfolio-single.jargeh-home-chrome .header:not(.scrolled) .logo{
  color:#fff;
}
body.jargeh-portfolio-single.jargeh-home-chrome .header:not(.scrolled) .mobile-toggle span{
  background:#fff;
}
body.jargeh-portfolio-single.jargeh-home-chrome .header:not(.scrolled) .logo img{
  filter:brightness(0) invert(1);
}
@keyframes jargeh-case-float{
  0%,100%{transform:translate(0,0)}
  50%{transform:translate(20px,-20px)}
}
@keyframes jargeh-pulse-ring{
  0%{transform:scale(.8);opacity:1}
  100%{transform:scale(1.5);opacity:0}
}
@media (max-width:1024px){
  body.jargeh-portfolio-single .feat-large,
  body.jargeh-portfolio-single .feat-medium,
  body.jargeh-portfolio-single .feat-wide{
    grid-column:span 12;
    flex-direction:column;
    align-items:flex-start;
  }
  body.jargeh-portfolio-single .feat-wide .feature-icon{margin-bottom:24px}
  body.jargeh-portfolio-single .split-section{grid-template-columns:1fr}
}
@media (max-width:900px){
  body.jargeh-portfolio-single .css-desktop{width:100%}
}
@media (max-width:768px){
  body.jargeh-portfolio-single .css-desktop{width:100%;height:250px}
  body.jargeh-portfolio-single .css-phone{width:140px;height:280px;right:10px;bottom:-20px}
  body.jargeh-portfolio-single .hero-mockup-container{height:280px}
  body.jargeh-portfolio-single .results-grid{grid-template-columns:repeat(2,1fr)}
  body.jargeh-portfolio-single .gallery-grid{grid-template-columns:1fr}
  body.jargeh-portfolio-single .project-nav{flex-direction:column;gap:32px;align-items:flex-start}
  body.jargeh-portfolio-single .nav-link.next{align-items:flex-start;flex-direction:row}
  body.jargeh-portfolio-single .media-section{padding:32px 16px}
  body.jargeh-portfolio-single .section-py{padding:64px 0}
  body.jargeh-portfolio-single .features-head h2{font-size:1.8rem}
  body.jargeh-portfolio-single .hero-content h1{font-size:2rem}
}
@media (max-width:640px){
  body.jargeh-portfolio-single .jargeh-case .container{padding:0 16px !important}
}
@media (prefers-reduced-motion:reduce){
  body.jargeh-portfolio-single .reveal{opacity:1 !important;transform:none !important}
}
