.elementor-25410 .elementor-element.elementor-element-8ab3d91{overflow:visible;}.elementor-widget-text-editor .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-25410 .elementor-element.elementor-element-be4512b{overflow:visible;}.elementor-25410 .elementor-element.elementor-element-963f231{overflow:visible;}.elementor-25410 .elementor-element.elementor-element-5567693{overflow:visible;}.elementor-widget-image .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-image .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-25410 .elementor-element.elementor-element-592df48{overflow:visible;}.elementor-25410 .elementor-element.elementor-element-c2fd917{overflow:visible;}.elementor-25410 .elementor-element.elementor-element-e0669a4{overflow:visible;}.elementor-25410 .elementor-element.elementor-element-90a2400{overflow:visible;}.elementor-25410 .elementor-element.elementor-element-d1ba8c6{overflow:visible;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-25410 .elementor-element.elementor-element-5de3a8a .elementor-heading-title{font-family:"kalameh bold", Sans-serif;font-weight:900;}.elementor-25410 .elementor-element.elementor-element-9a26810{overflow:visible;}.elementor-widget-elementskit-faq .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-elementskit-faq .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-25410 .elementor-element.elementor-element-74a9ab1 .elementskit-single-faq .elementskit-faq-title{font-size:20px;font-weight:900;}.elementor-25410 .elementor-element.elementor-element-74a9ab1 .elementskit-single-faq .elementskit-faq-header{padding:21px 40px 21px 40px;}.elementor-25410 .elementor-element.elementor-element-74a9ab1 .elementskit-single-faq .elementskit-faq-body{padding:30px 40px 30px 40px;}/* Start custom CSS for text-editor, class: .elementor-element-13fa329 */.teaser-apps{
  --ta-purple:#6f4b7d;
  --ta-purple-deep:#4f365c;
  --ta-purple-soft:#eee7f1;
  --ta-terracotta:#c6972f;
  --ta-terracotta-soft:#fbf3d7;
  --ta-bg:#f7f7f8;
  --ta-paper:#ffffff;
  --ta-line:#e4e1e6;
  --ta-text:#312d32;
  --ta-muted:#777078;;
}

.teaser-apps *{box-sizing:border-box}

.teaser-apps__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:28px;
  padding-bottom:22px;
  border-bottom:1px solid var(--ta-line);
}

.teaser-apps__head h2{
  margin:0;
  color:var(--ta-text);
  font-size:clamp(24px,3vw,34px);
  line-height:1.6;
}

.teaser-apps__eyebrow{
  display:block;
  margin-bottom:7px;
  color:var(--ta-purple);
  font-size:12px;
  font-weight:700;
}

.teaser-apps__count{
  flex:0 0 auto;
  padding:8px 13px;
  background:rgba(255,255,255,.65);
  border:1px solid var(--ta-line);
  border-radius:999px;
  color:var(--ta-muted);
  font-size:12px;
  white-space:nowrap;
}

.teaser-apps__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
}

.teaser-app{
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:100%;
  background:#ffffff;
  border:1px solid var(--ta-line);
  border-radius:22px;
  box-shadow:0 8px 24px rgba(57,43,61,.035);
}

.teaser-app::before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  left:0;
  height:4px;
  background:var(--ta-purple);
}

.teaser-app:nth-child(even)::before{
  background:var(--ta-terracotta);
}

.teaser-app__top{
  display:flex;
  align-items:center;
  gap:15px;
  padding:24px 26px 16px;
}

.teaser-app__logo-link{
  flex:0 0 76px;
  width:76px;
  height:76px;
  display:grid;
  place-items:center;
  overflow:hidden;
  padding:10px;
  background:#fff;
  border:1px solid var(--ta-line);
  border-radius:18px;
  text-decoration:none;
  box-shadow:0 6px 18px rgba(61,46,65,.06);
  transition:transform .2s ease, box-shadow .2s ease;
}

.teaser-app__logo-link:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(61,46,65,.11);
}

.teaser-app__logo{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}

.teaser-app__identity{
  min-width:0;
  flex:1;
}

.teaser-app__identity h3{
  margin:0 0 4px;
  color:var(--ta-text);
  direction:ltr;
  text-align:right;
  font-size:23px;
  line-height:1.4;
  font-weight:800;
}

.teaser-app__type{
  color:var(--ta-muted);
  font-size:14px;
  line-height:1.8;
}

.teaser-app__status{
  display:inline-flex;
  margin-top:7px;
  padding:5px 9px;
  background:var(--ta-terracotta-soft);
  color:#7a5a13;
  border-radius:999px;
  font-size:10px;
  font-weight:700;
}

.teaser-app__body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:0 26px 26px;
}

.teaser-app__desc{
  margin:0 0 17px;
  color:#5e585f;
  font-size:17px;
  line-height:2.05;
}

.teaser-app__label{
  margin:0 0 9px;
  color:var(--ta-purple-deep);
  font-size:13px;
  font-weight:800;
}

.teaser-app:nth-child(even) .teaser-app__label{
  color:#7d5d16;
}

.teaser-app__features{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  margin:0 0 19px;
  padding:0;
  list-style:none;
}

.teaser-app__features li{
  position:relative;
  padding:11px 30px 11px 12px;
  background:#f7f7f8;
  border:1px solid #e8e6ea;
  border-radius:11px;
  color:#5a555b;
  font-size:14px;
  line-height:1.75;
}

.teaser-app__features li::before{
  content:"";
  position:absolute;
  top:50%;
  right:11px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--ta-purple);
  transform:translateY(-50%);
}

.teaser-app:nth-child(even) .teaser-app__features li::before{
  background:var(--ta-terracotta);
}

.teaser-app__uses{
  margin-top:auto;
  padding-top:16px;
  border-top:1px solid #e8e6ea;
}

.teaser-app__use-list{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}

.teaser-app__use{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 10px;
  background:var(--ta-purple-soft);
  color:#5b4065;
  border-radius:999px;
  font-size:13px;
  line-height:1.6;
  font-weight:600;
}

.teaser-app:nth-child(even) .teaser-app__use{
  background:var(--ta-terracotta-soft);
  color:#765713;
}

.teaser-app__note{
  margin:13px 0 0;
  padding:10px 12px;
  background:#f4f3f5;
  border-right:3px solid var(--ta-terracotta);
  border-radius:9px;
  color:#6f6972;
  font-size:13px;
  line-height:1.9;
}

@media (max-width:800px){
  .teaser-apps{
    padding:25px 16px;
    border-radius:22px;
  }

  .teaser-apps__grid{
    grid-template-columns:1fr;
  }

  .teaser-apps__head{
    display:block;
  }

  .teaser-apps__count{
    display:inline-flex;
    margin-top:12px;
  }
}

@media (max-width:430px){
  .teaser-app__features{
    grid-template-columns:1fr;
  }

  .teaser-app__top{
    align-items:flex-start;
  }

  .teaser-app__logo-link{
    flex-basis:60px;
    width:60px;
    height:60px;
    border-radius:16px;
  }

  .teaser-app__identity h3{
    font-size:18px;
  }
}

/* خوانایی بیشتر در نسخه تک‌ستونه */
.teaser-app{
  width:100%;
}

.teaser-app__top{
  align-items:center;
}

.teaser-app__desc{
  max-width:100%;
}

.teaser-app__features li{
  min-height:48px;
  display:flex;
  align-items:center;
}

.teaser-app__use{
  min-height:34px;
  padding:7px 12px;
}

@media (max-width:900px){
  .teaser-app__features{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:560px){
  .teaser-apps{
    padding:22px 14px;
  }

  .teaser-app__top{
    padding:20px 18px 14px;
  }

  .teaser-app__body{
    padding:0 18px 20px;
  }

  .teaser-app__desc{
    font-size:16px;
    line-height:2;
  }

  .teaser-app__features{
    grid-template-columns:1fr;
  }

  .teaser-app__features li{
    font-size:14px;
  }

  .teaser-app__use{
    font-size:12px;
  }
}/* End custom CSS */