html.df-home #static-hero {
  display: block;
}

html.df-app-ready #static-hero {
  display: none;
}

#static-hero {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  direction: rtl;
  font-family: Vazirmatn, ui-sans-serif, system-ui, sans-serif;
  color: #0f172a;
}

#static-hero .static-hero-bg {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

#static-hero .static-hero-bg picture,
#static-hero .static-hero-bg img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 28rem;
  object-fit: cover;
}

#static-hero .static-hero-bg img {
  object-position: center bottom;
}

@media (min-width: 768px) {
  #static-hero .static-hero-bg img {
    min-height: 36rem;
    object-position: left center;
  }
}

#static-hero .static-hero-content {
  position: relative;
  z-index: 1;
  max-width: 80rem;
  margin: 0 auto;
  padding: 5.25rem 1.25rem 1.5rem;
}

@media (min-width: 640px) {
  #static-hero .static-hero-content {
    padding-top: 8rem;
  }
}

@media (min-width: 1024px) {
  #static-hero .static-hero-content {
    padding-top: 10rem;
  }
}

#static-hero h1 {
  margin: 0;
  max-width: 36rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: right;
}

@media (min-width: 380px) {
  #static-hero h1 {
    font-size: 1.65rem;
  }
}

@media (min-width: 640px) {
  #static-hero h1 {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  #static-hero h1 {
    font-size: 3rem;
    line-height: 1.15;
  }
}

#static-hero h1 span {
  background: linear-gradient(to left, #4f46e5, #6366f1, #9333ea);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
