.elementor-3954 .elementor-element.elementor-element-8a1c621{--display:flex;}.elementor-3954 .elementor-element.elementor-element-441451c{--display:flex;}.elementor-3954 .elementor-element.elementor-element-4c4c197{--display:flex;}.elementor-3954 .elementor-element.elementor-element-490d52b{--display:flex;--width:110.25%;}.elementor-3954 .elementor-element.elementor-element-490d52b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3954 .elementor-element.elementor-element-fd7ad1b{--display:flex;}.elementor-3954 .elementor-element.elementor-element-fda73d4{--display:flex;}.elementor-3954 .elementor-element.elementor-element-91c1a1e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1184b22 *//* سیستم طراحی لایت‌مود الهام‌گرفته از ابزار اصلی */
.lp-hero-section {
  --brand-bg: #ffffff;
  --brand-panel: #f8fafc;
  --brand-line: #e2e8f0;
  --brand-text: #1e293b;
  --brand-muted: #64748b;
  --brand-accent: #b85470;
  --brand-accent-hover: #9f3e58;
  --brand-accent-soft: rgba(184, 84, 112, 0.06);
  background: linear-gradient(180deg, var(--brand-panel) 0%, var(--brand-bg) 100%);
  color: var(--brand-text);
  padding: 100px 20px 80px;
  direction: rtl;
  text-align: center;
  border-bottom: 1px solid var(--brand-line);
}

.lp-hero-container {
 
  margin: 0 auto;
}

.lp-hero-eyebrow {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--brand-accent);
  background: var(--brand-accent-soft);
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 24px;
  border: 1px solid rgba(184, 84, 112, 0.1);
}

.lp-hero-title {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 24px;
  color: var(--brand-text);
  letter-spacing: -0.5px;
}

.lp-hero-title .lp-highlight {
  color: var(--brand-accent);
  position: relative;
  display: inline-block;
}

/* خط ظریف زیر کلمه کلیدی برای افزایش جذابیت بصری */
.lp-hero-title .lp-highlight::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(184, 84, 112, 0.2);
  border-radius: 2px;
}

.lp-hero-subtitle {
  font-size: 16.5px;
  color: var(--brand-muted);
  line-height: 1.8;
  margin: 0 auto 42px;
  max-width: 700px;
}

/* استایل دکمه‌ها با افکت‌های مدرن هوور */
.lp-hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.lp-btn-primary, .lp-btn-secondary {
  padding: 14px 36px;
  border-radius: 12px;
  font-size: 15.5px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.lp-btn-primary {
  background: var(--brand-accent);
  color: #ffffff;
  border: none;
  box-shadow: 0 10px 25px rgba(184, 84, 112, 0.2);
}

.lp-btn-primary:hover {
  background: var(--brand-accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(184, 84, 112, 0.3);
}

.lp-btn-secondary {
  background: #ffffff;
  color: var(--brand-text);
  border: 1px solid var(--brand-line);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.lp-btn-secondary:hover {
  background: var(--brand-panel);
  border-color: #94a3b8;
  transform: translateY(-2px);
}

.lp-btn-icon {
  transition: transform 0.2s;
}
.lp-btn-primary:hover .lp-btn-icon {
  transform: scale(1.1);
}

/* بخش ویژگی‌های اعتماد ساز */
.lp-hero-trust-badges {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.lp-badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lp-badge-icon {
  color: var(--brand-accent);
  font-weight: bold;
  font-size: 14px;
}

.lp-badge-text {
  font-size: 13.5px;
  color: var(--brand-muted);
  font-weight: 500;
}

/* کاملاً رسپانسیو برای نمایشگرهای مختلف */
@media (max-width: 768px) {
  .lp-hero-section {
    padding: 60px 16px 50px;
  }
  .lp-hero-title {
    font-size: 30px;
  }
  .lp-hero-subtitle {
    font-size: 14.5px;
    margin-bottom: 32px;
  }
  .lp-hero-actions {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 36px;
  }
  .lp-btn-primary, .lp-btn-secondary {
    width: 100%;
    padding: 12px 24px;
  }
  .lp-hero-trust-badges {
    flex-direction: column;
    gap: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-22fc0d3 */.lp-seo-why-section {
  /* متغیرهای رنگی لایت‌مود هماهنگ با ابزار شما */
  --sw-bg: #ffffff;
  --sw-panel: #f8fafc;
  --sw-line: #e2e8f0;
  --sw-text: #1e293b;
  --sw-muted: #64748b;
  --sw-accent: #b85470;
  --sw-accent-soft: rgba(184, 84, 112, 0.06);

  background-color: var(--sw-panel); /* پس‌زمینه پنل برای تفکیک از بخش هیرو */
  padding: 90px 20px;
  direction: rtl;
  border-bottom: 1px solid var(--sw-line);
}

.lp-seo-why-container {
  /* بدون max-width جهت ارث‌بری کامل از ستون‌های المنتور شما */
  width: 100%;
  display: flex;
  gap: 50px;
  align-items: center;
}

/* ستون متن */
.lp-seo-text-col {
  flex: 1.2;
}

.lp-seo-main-title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 16px;
  color: var(--sw-text);
}

.lp-seo-lead {
  font-size: 16px;
  color: var(--sw-muted);
  line-height: 1.8;
  margin: 0 0 32px;
}

.lp-seo-benefit-group {
  margin-bottom: 24px;
  background: var(--sw-bg);
  padding: 24px;
  border-radius: 14px;
  border: 1px solid var(--sw-line);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01);
}

.lp-seo-group-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--sw-text);
  margin: 0 0 10px;
  font-family: inherit;
}

.lp-seo-group-desc {
  font-size: 14.5px;
  color: var(--sw-muted);
  line-height: 1.8;
  margin: 0;
}

/* ستون انیمیشن */
.lp-seo-anim-col {
  flex: 0.8;
  display: flex;
  justify-content: center;
}

/* باکس اصلی گرافیک انیمیشنی سئو */
.lp-seo-anim-box {
  width: 320px;
  height: 320px;
  background: var(--sw-bg);
  border: 1px solid var(--sw-line);
  border-radius: 24px;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding: 40px;
  overflow: visible;
}

/* انیمیشن میله‌های نمودار رشد سئو */
.lp-anim-bar {
  width: 35px;
  background: linear-gradient(180deg, var(--sw-line) 0%, var(--sw-muted) 100%);
  border-radius: 6px 6px 0 0;
  animation: barGrow 3s ease-in-out infinite alternate;
  transform-origin: bottom;
}

.lp-anim-bar.bar-1 { height: 40%; animation-delay: 0.2s; }
.lp-anim-bar.bar-2 { height: 65%; animation-delay: 0.5s; background: var(--sw-accent); opacity: 0.7; }
.lp-anim-bar.bar-3 { height: 90%; animation-delay: 0.8s; background: var(--sw-accent); }

/* مدال‌ها و تگ‌های شناور */
.lp-anim-badge {
  position: absolute;
  background: var(--sw-text);
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  animation: floatEffect 4s ease-in-out infinite;
}

.badge-top {
  top: 30px;
  right: -20px;
  background: var(--sw-accent);
  animation-delay: 0s;
}

.badge-bottom {
  bottom: 80px;
  left: -15px;
  background: #0f172a;
  animation-delay: 1.5s;
}

.badge-speed {
  top: 120px;
  right: 20px;
  background: #16a34a;
  animation-delay: 0.7s;
}

/* انیمیشن نقطه تپنده مانیتورینگ */
.lp-anim-pulse-circle {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 12px;
  height: 12px;
  background: #16a34a;
  border-radius: 50%;
}
.lp-anim-pulse-circle::after {
  content: "";
  position: absolute;
  top: -6px; left: -6px; right: -6px; bottom: -6px;
  border: 2px solid #16a34a;
  border-radius: 50%;
  animation: pulse 1.5s linear infinite;
}

/* تعریف فریم‌های انیمیشن استاندارد CSS */
@keyframes barGrow {
  0% { transform: scaleY(0.85); }
  100% { transform: scaleY(1.05); }
}

@keyframes floatEffect {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(1deg); }
}

@keyframes pulse {
  0% { transform: scale(0.5); opacity: 1; }
  100% { transform: scale(1.5); opacity: 0; }
}

/* واکنش‌گرایی کاملا منعطف برای تبلت و موبایل */
@media (max-width: 900px) {
  .lp-seo-why-container {
    flex-direction: column;
    gap: 40px;
  }
  .lp-seo-text-col, .lp-seo-anim-col {
    width: 100%;
    flex: none;
  }
  .lp-seo-anim-box {
    width: 100%;
    max-width: 340px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-185ca49 */.lp-features-section {
  /* متغیرهای رنگی لایت‌مود بر اساس ابزار شما */
  --b-bg: #ffffff;
  --b-panel: #f8fafc;
  --b-line: #e2e8f0;
  --b-text: #1e293b;
  --b-muted: #64748b;
  --b-accent: #b85470;
  --b-accent-soft: rgba(184, 84, 112, 0.06);

  background-color: var(--b-bg);
  color: var(--b-text);
  padding: 100px 20px;
  direction: rtl;
}

.lp-features-container {
  width: 100%; /* ارث‌بری کامل از پهنای کانتینر المنتور شما */
}

/* هدر بخش */
.lp-features-header {
  text-align: center;
  margin: 0 auto 48px; /* پدینگ بهینه‌شده به دلیل حذف توضیحات زیرین */
}

.lp-features-main-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  color: var(--b-text);
}

.lp-features-main-title .lp-highlight-text {
  color: var(--b-accent);
}

/* گرید ساختار کارت‌ها به صورت ۴ ستون افقی */
.lp-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* استایل کارت‌ها */
.lp-feature-card {
  background: var(--b-panel);
  border: 1px solid var(--b-line);
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.lp-feature-card:hover {
  transform: translateY(-4px);
  border-color: var(--b-accent);
  box-shadow: 0 12px 30px rgba(184, 84, 112, 0.05);
}

/* دایره آیکون‌ها هماهنگ با رنگ رز ملایم */
.lp-card-icon-wrapper {
  width: 44px;
  height: 44px;
  background: var(--b-accent-soft);
  color: var(--b-accent);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all 0.3s;
}

.lp-feature-card:hover .lp-card-icon-wrapper {
  background: var(--b-accent);
  color: #ffffff;
}

.lp-card-title {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--b-text);
}

.lp-card-desc {
  font-size: 13.5px;
  color: var(--b-muted);
  line-height: 1.7;
  margin: 0;
}

/* بهینه‌سازی رسپانسیو تبلت و موبایل */
@media (max-width: 1024px) {
  .lp-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 680px) {
  .lp-features-section {
    padding: 60px 16px;
  }
  .lp-features-main-title {
    font-size: 24px;
  }
  .lp-features-header {
    margin-bottom: 32px;
  }
  .lp-features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e5ea5a5 */@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;700;900&display=swap");

      /* سیستم طراحی لایت‌مود بر پایه سفید، خاکستری روشن، رز و سرمه‌ای ملایم */
      #pg-root,
      #img-tool-root {
        --brand-bg: #ffffff; /* پس‌زمینه اصلی سفید و تمیز */
        --brand-panel: #f8fafc; /* پس‌زمینه پنل‌ها (خاکستری بسیار روشن مایل به سرمه‌ای) */
        --brand-line: #e2e8f0; /* خطوط حاشیه و جداکننده‌های لایت */

        --brand-text: #1e293b; /* رنگ متن اصلی (سرمه‌ای تیره برای خوانایی بالا) */
        --brand-muted: #64748b; /* متن‌های ثانویه و کم‌رنگ */

        --brand-accent: #b85470; /* رنگ دکمه‌ها و تاکیدها (رز / قرمز ملایم) */
        --brand-accent-hover: #9f3e58; /* رنگ هاور تیره تر برای دکمه‌ها در لایت‌مود */
        --brand-accent-soft: rgba(
          184,
          84,
          112,
          0.08
        ); /* پس‌زمینه ملایم‌تر برای نشان‌ها در محیط روشن */

        --brand-success: #16a34a; /* سبز استاندارد و خوانا برای حالت روشن */
        --brand-success-soft: rgba(22, 163, 74, 0.08);

       
        background: var(--brand-bg);
        color: var(--brand-text);
        border-radius: 16px;
        padding: 32px;
       
        margin: 0 auto;
        box-sizing: border-box;
        line-height: 1.8;
        border: 1px solid var(--brand-line);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06); /* سایه نرم و روشن متناسب با لایت‌مود */
      }

      #pg-root *,
      #img-tool-root * {
        box-sizing: border-box;
      }
      body {
        background-color: #f1f5f9; /* پس‌زمینه کل صفحه (خاکستری روشن برای ایجاد تضاد با باکس اصلی) */
        margin: 0;
        padding: 40px 20px;
      }
      /* هدر و تایپوگرافی */
      .pg-header,
      .it-header {
        margin-bottom: 28px;
      }
      .pg-eyebrow,
      .it-eyebrow {
        font-size: 13px;
        letter-spacing: 1px;
        color: #b85470; /* استفاده از رنگ اصلی برای متن‌های ریز روی پس‌زمینه روشن */
        text-transform: uppercase;
        margin-bottom: 8px;
        font-weight: 700;
      }
      .pg-title,
      .it-title {
        font-size: 24px;
        font-weight: 900;
        margin: 0 0 6px;
        color: var(--brand-text);
      }
      .pg-sub,
      .it-sub {
        font-size: 14px;
        color: var(--brand-muted);
        margin: 0;
      }

      /* مراحل (Step Dots) */
      .pg-steps {
        display: flex;
        gap: 10px;
        margin-bottom: 28px;
      }
      .pg-step-dot {
        flex: 1;
        height: 5px;
        border-radius: 10px;
        background: rgba(30, 41, 59, 0.1); /* تیره متناسب با لایت مود */
        transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      }
      .pg-step-dot.active {
        background: var(--brand-accent);
      }

      /* ورودی‌ها و متون */
      textarea#pg-input {
        width: 100%;
        min-height: 120px;
        background: #f8fafc;
        border: 1px solid var(--brand-line);
        border-radius: 12px;
        color: var(--brand-text);
        padding: 16px;
        font-size: 15px;
        resize: vertical;
      
      }
      textarea#pg-input:focus {
        outline: none;
        border-color: var(--brand-accent);
        background: #ffffff;
      }
      textarea#pg-input::placeholder {
        color: #94a3b8;
      }

      /* دکمه‌های اصلی سیستم */
      .pg-btn,
      #img-tool-root .it-btn {
        background: var(--brand-accent);
        color: #ffffff;
        border: none;
        padding: 12px 28px;
        border-radius: 10px;
        font-size: 15px;
        font-weight:bold;
        cursor: pointer;
     
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }
      .pg-btn:hover,
      #img-tool-root .it-btn:hover {
        background: var(--brand-accent-hover);
        transform: translateY(-1px);
      }
      .pg-btn:active,
      #img-tool-root .it-btn:active {
        transform: translateY(1px);
      }
      .pg-btn.secondary,
      #img-tool-root .it-btn.secondary {
        background: transparent;
        color: var(--brand-text);
        border: 1px solid var(--brand-line);
      }
      .pg-btn.secondary:hover,
      #img-tool-root .it-btn.secondary:hover {
        background: #f1f5f9;
      }
      .pg-btn:disabled,
      #img-tool-root .it-btn:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        transform: none;
      }

      .pg-actions,
      #img-tool-root .it-actions {
        display: flex;
        gap: 12px;
        margin-top: 20px;
        justify-content: flex-start;
        flex-wrap: wrap;
      }

      /* باکس یادآوری متن کاربر */
      .pg-text-reminder {
        background: #f8fafc;
        border: 1px dashed var(--brand-line);
        border-radius: 12px;
        padding: 12px 18px;
        margin-bottom: 18px;
        font-size: 13.5px;
      }
      .pg-text-reminder-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
      }
      .pg-text-reminder-label {
        font-weight: 700;
        color: var(--brand-text);
      }
      .pg-text-reminder-arrow {
        background: none;
        border: none;
        color: var(--brand-accent);
        cursor: pointer;
        font-size: 16px;
        transition: transform 0.2s;
      }
      .pg-text-reminder-arrow.open {
        transform: rotate(180deg);
      }
      .pg-text-reminder-content {
        margin-top: 8px;
        color: var(--brand-muted);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
      .pg-text-reminder-content.expanded {
        -webkit-line-clamp: unset;
        overflow: visible;
      }

      .pg-crumb {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--brand-accent-soft);
        border: 1px solid rgba(184, 84, 112, 0.15);
        border-radius: 12px;
        padding: 12px 18px;
        margin-bottom: 20px;
        font-size: 14px;
        flex-wrap: wrap;
        gap: 10px;
      }
      .pg-crumb b {
        color: #b85470;
      }

      /* کارت‌های نتایج خروجی هوش مصنوعی */
      .pg-cards {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-top: 24px;
      }
      .pg-card-row {
        display: flex;
        gap: 10px;
        margin-top: 14px;
        flex-wrap: wrap;
      }

      .pg-result-card {
        background: var(--brand-panel);
        border: 1px solid var(--brand-line);
        border-radius: 14px;
        padding: 20px;
        margin-top: 14px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
      }
      .pg-style-badge {
        align-self: flex-start;
        background: rgba(30, 41, 59, 0.05);
        color: var(--brand-text);
        border: 1px solid rgba(30, 41, 59, 0.1);
        border-radius: 8px;
        padding: 4px 12px;
        font-size: 13px;
        font-weight: 700;
      }
      .pg-result-prompt {
        font-size: 14px;
        direction: ltr;
        text-align: left;
        background: #f1f5f9;
        padding: 14px;
        border-radius: 8px;
       
        line-height: 1.7;
        color: var(--brand-text);
        border: 1px solid var(--brand-line);
      }

      /* دکمه‌های مدیریت کارت‌ها */
      .pg-copy-btn,
      .pg-choose-btn {
       
        font-size: 13px;
        padding: 8px 16px;
        border-radius: 8px;
        cursor: pointer;
        font-weight: 600;
        transition: all 0.15s;
      }
      .pg-copy-btn {
        background: transparent;
        border: 1px solid var(--brand-line);
        color: var(--brand-muted);
      }
      .pg-copy-btn:hover {
        color: var(--brand-text);
        border-color: #94a3b8;
        background: #f1f5f9;
      }
      .pg-copy-btn.copied {
        color: var(--brand-success);
        border-color: var(--brand-success);
        background: var(--brand-success-soft);
      }

      .pg-choose-btn {
        background: var(--brand-accent-soft);
        border: 1px solid rgba(184, 84, 112, 0.2);
        color: #b85470;
      }
      .pg-choose-btn:hover {
        background: var(--brand-accent);
        color: #ffffff;
      }

      /* سلکتورها و لایه‌های اختصاصی ابزار ابعاد عکس */
      #img-tool-root {
        margin-top: 32px;
      }
      #img-tool-root .it-drop {
        border: 2px dashed var(--brand-line);
        border-radius: 14px;
        padding: 40px 20px;
        text-align: center;
        cursor: pointer;
        transition: all 0.2s;
        color: var(--brand-muted);
        font-size: 14.5px;
        background: #f8fafc;
      }
      #img-tool-root .it-drop:hover,
      #img-tool-root .it-drop.dragover {
        border-color: var(--brand-accent);
        background: var(--brand-accent-soft);
        color: var(--brand-text);
      }
      #img-tool-root .it-drop-icon {
        font-size: 36px;
        margin-bottom: 12px;
        color: var(--brand-accent);
      }

      #img-tool-root .it-workarea {
        display: none;
        margin-top: 24px;
      }
      #img-tool-root .it-preview-row {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        margin-bottom: 24px;
      }
      #img-tool-root .it-preview-box {
        flex: 1;
        min-width: 240px;
        background: var(--brand-panel);
        border: 1px solid var(--brand-line);
        border-radius: 12px;
        padding: 16px;
        text-align: center;
      }
      #img-tool-root .it-preview-box img {
        max-width: 100%;
        max-height: 200px;
        border-radius: 8px;
        display: block;
        margin: 0 auto 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      }
      #img-tool-root .it-preview-label {
        font-size: 13px;
        color: #b85470;
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase;
      }
      #img-tool-root .it-preview-meta {
        font-size: 12.5px;
        color: var(--brand-muted);
        
      }

      #img-tool-root .it-field {
        margin-bottom: 20px;
      }
      #img-tool-root .it-field label {
        display: block;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
        color: var(--brand-text);
      }
      #img-tool-root .it-row {
        display: flex;
        gap: 14px;
        flex-wrap: wrap;
      }
      #img-tool-root .it-row > * {
        flex: 1;
        min-width: 140px;
      }

      #img-tool-root select,
      #img-tool-root input[type="number"] {
        width: 100%;
        background: #ffffff;
        border: 1px solid var(--brand-line);
        border-radius: 10px;
        color: var(--brand-text);
        padding: 11px 14px;
        font-size: 14.5px;
        
        transition: border-color 0.2s;
      }
      #img-tool-root select:focus,
      #img-tool-root input[type="number"]:focus {
        outline: none;
        border-color: var(--brand-accent);
        background: #ffffff;
      }
      #img-tool-root select option {
        background: #ffffff;
        color: var(--brand-text);
      }

      #img-tool-root .it-check {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 13.5px;
        color: var(--brand-muted);
        margin-top: 12px;
        cursor: pointer;
        user-select: none;
      }
      #img-tool-root .it-check input {
        width: 18px;
        height: 18px;
        accent-color: var(--brand-accent);
        cursor: pointer;
      }

      #img-tool-root input[type="range"] {
        width: 100%;
        accent-color: var(--brand-accent);
        cursor: pointer;
        margin: 8px 0;
      }
      #img-tool-root .it-quality-row {
        display: flex;
        align-items: center;
        gap: 16px;
      }
      #img-tool-root .it-quality-value {
        
        font-size: 14px;
        color: #b85470;
        min-width: 45px;
        text-align: center;
        font-weight: 700;
      }
      #img-tool-root .it-quality-note {
        font-size: 12.5px;
        color: var(--brand-muted);
        margin-top: 6px;
      }

      #img-tool-root .it-result {
        display: none;
        margin-top: 20px;
        background: var(--brand-success-soft);
        border: 1px solid rgba(22, 163, 74, 0.2);
        border-radius: 12px;
        padding: 14px 18px;
        font-size: 14px;
        color: var(--brand-text);
      }
      #img-tool-root .it-result b {
        color: var(--brand-success);
      }

      /* پله‌های لودینگ متحرک */
      .pg-loading {
        display: flex;
        align-items: center;
        gap: 12px;
        color: var(--brand-muted);
        font-size: 14.5px;
        padding: 24px 0;
      }
      .pg-spinner {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 2.5px solid var(--brand-line);
        border-top-color: var(--brand-accent);
        animation: pg-spin 0.65s linear infinite;
      }
      @keyframes pg-spin {
        to {
          transform: rotate(360deg);
        }
      }

      /* باکس خطاها */
      .pg-error {
        background: rgba(184, 84, 112, 0.08);
        border: 1px solid rgba(184, 84, 112, 0.3);
        color: #b85470; /* تغییر رنگ متن به تیره برای خوانایی در پس‌زمینه لایت */
        padding: 14px 16px;
        border-radius: 10px;
        font-size: 14px;
        margin-top: 16px;
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-df1145e */.lp-how-section {
  --h-bg: #ffffff;
  --h-panel: #f8fafc;
  --h-line: #e2e8f0;
  --h-text: #1e293b;
  --h-muted: #64748b;
  --h-accent: #b85470;
  --h-accent-soft: rgba(184, 84, 112, 0.08);

  background-color: var(--h-panel); /* تغییر رنگ پس‌زمینه برای تفکیک متمایز از بلوک ابزار */
  color: var(--h-text);
  padding: 100px 20px;
  direction: rtl;
  border-top: 1px solid var(--h-line);
  border-bottom: 1px solid var(--h-line);
}

.lp-how-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* هدر بخش */
.lp-how-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 64px;
}

.lp-how-main-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 0 16px;
  color: var(--h-text);
}

.lp-how-main-title .lp-highlight-text {
  color: var(--h-accent);
}

.lp-how-lead {
  font-size: 16px;
  color: var(--h-muted);
  line-height: 1.8;
  margin: 0;
}

/* ساختار خطی و گام‌به‌گام */
.lp-how-steps {
  display: flex;
  gap: 32px;
  position: relative;
}

/* کارت هر مرحله */
.lp-step-card {
  background: var(--h-bg);
  border: 1px solid var(--h-line);
  border-radius: 16px;
  padding: 32px;
  flex: 1;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.lp-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.04);
}

/* اعداد بزرگ شاخص متمایز کننده */
.lp-step-number {
  font-size: 44px;
  font-weight: 900;
  color: var(--h-accent);
  opacity: 0.15;
  position: absolute;
  top: 16px;
  left: 24px;
  line-height: 1;
  font-feature-settings: "ss01" on; /* فعال‌سازی حالت اعداد انگلیسی شیک */
}

.lp-step-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--h-text);
  position: relative;
  padding-bottom: 8px;
}

/* خط تزیینی زیر عنوان هر قدم */
.lp-step-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 2px;
  background: var(--h-accent);
  border-radius: 2px;
}

.lp-step-desc {
  font-size: 14px;
  color: var(--h-muted);
  line-height: 1.75;
  margin: 14px 0 0;
}

/* ریسپانسیو فوق‌العاده برای دستگاه‌های موبایل */
@media (max-width: 850px) {
  .lp-how-section {
    padding: 60px 16px;
  }
  .lp-how-main-title {
    font-size: 24px;
  }
  .lp-how-steps {
    flex-direction: column;
    gap: 20px;
  }
  .lp-step-card {
    padding: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-09d382a */.lp-faq-section {
  /* متغیرهای رنگی کاملاً هماهنگ با ابزار شما */
  --fq-bg: #ffffff;
  --fq-panel: #f8fafc;
  --fq-line: #e2e8f0;
  --fq-text: #1e293b;
  --fq-muted: #64748b;
  --fq-accent: #b85470;

  background-color: var(--fq-bg);
  color: var(--fq-text);
  padding: 100px 20px;
  direction: rtl;
}

.lp-faq-container {
  /* هیچ محدودیت عرضی (max-width) در اینجا قرار داده نشده تا از المنتور ارث‌بری کند */
  width: 100%;
}

/* هدر بخش */
.lp-faq-header {
  text-align: center;
  margin-bottom: 50px;
}

.lp-faq-main-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 0 16px;
  color: var(--fq-text);
}

.lp-faq-main-title .lp-highlight-text {
  color: var(--fq-accent);
}

.lp-faq-lead {
  font-size: 16px;
  color: var(--fq-muted);
  line-height: 1.8;
  margin: 0;
}

/* لیست سوالات */
.lp-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lp-faq-item {
  background: var(--fq-panel);
  border: 1px solid var(--fq-line);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.25s;
}

.lp-faq-item.active {
  border-color: var(--fq-accent);
  background: #ffffff;
}

/* استایل دکمه سوال */
/* استایل دکمه سوال */
.lp-faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 22px 24px;
  text-align: right;
  font-size: 17px;
  font-weight: bold;
  font-family: inherit; /* این خط باعث می‌شود فونت قالب یا سایت شما روی دکمه اعمال شود */
  color: var(--fq-text);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color 0.2s;
}

.lp-faq-question:hover {
  color: var(--fq-accent);
}

.lp-faq-question:hover {
  color: var(--fq-accent);
}

.lp-faq-icon {
  font-size: 22px;
  color: var(--fq-muted);
  font-weight: 400;
  transition: color 0.2s;
}

.lp-faq-item.active .lp-faq-icon {
  color: var(--fq-accent);
}

/* استایل کادر پاسخ با قابلیت انیمیشن ساده */
.lp-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 24px;
}

.lp-faq-item.active .lp-faq-answer {
  max-height: 300px; /* باز شدن انیمیشنی */
  border-top: 1px solid var(--fq-line);
  padding: 20px 24px;
}

.lp-faq-answer p {
  font-size: 14.5px;
  color: var(--fq-muted);
  line-height: 1.8;
  margin: 0;
}

/* ریسپانسیو موبایل */
@media (max-width: 768px) {
  .lp-faq-section {
    padding: 60px 16px;
  }
  .lp-faq-main-title {
    font-size: 24px;
  }
  .lp-faq-question {
    padding: 18px 20px;
    font-size: 15px;
  }
  .lp-faq-item.active .lp-faq-answer {
    padding: 16px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58c8ba2 */.lp-conclusion-section {
  /* متغیرهای رنگی هماهنگ با لایت‌مود ابزار اصلی شما */
  --co-bg: #ffffff;
  --co-panel: #f8fafc;
  --co-line: #e2e8f0;
  --co-text: #1e293b;
  --co-muted: #64748b;
  --co-accent: #b85470;
  --co-accent-soft: rgba(184, 84, 112, 0.06);

  background-color: var(--co-bg);
  color: var(--co-text);
  padding: 90px 20px;
  direction: rtl;
}

.lp-conclusion-container {
  width: 100%; /* ارث‌بری کامل از پهنای المنتور شما */
}

/* هدر بخش */
.lp-conclusion-header {
  text-align: center;
  margin-bottom: 50px;
}

.lp-conclusion-main-title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
}

.lp-conclusion-main-title .lp-highlight-text {
  color: var(--co-accent);
}

/* ساختار دو ستونه مقایسه‌ای */
.lp-conclusion-split {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

/* استایل باکس‌های نتیجه‌گیری */
.lp-conclusion-box {
  background: var(--co-panel);
  border: 1px solid var(--co-line);
  border-radius: 18px;
  padding: 35px;
  position: relative;
}

/* باکس منفی */
.lp-box-negative {
  border-right: 4px solid #ef4444; /* نوار قرمز ظریف کناری */
}
.lp-box-negative .lp-box-status-icon {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.08);
}

/* باکس مثبت */
.lp-box-positive {
  border-right: 4px solid #10b981; /* نوار سبز ظریف کناری */
  background: linear-gradient(180deg, var(--co-panel) 0%, rgba(16, 185, 129, 0.02) 100%);
}
.lp-box-positive .lp-box-status-icon {
  color: #10b981;
  background: rgba(16, 185, 129, 0.08);
}

/* آیکون وضعیت وضعیت‌ها */
.lp-box-status-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.lp-box-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
  color: var(--co-text);
}

/* لیست ویژگی‌ها در نتیجه‌گیری */
.lp-box-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lp-box-list li {
  font-size: 14.5px;
  color: var(--co-muted);
  line-height: 1.7;
  position: relative;
  padding-right: 18px;
}

/* نقطه یا خط تزیینی ابتدای هر آیتم لیست */
.lp-box-list li::before {
  content: "•";
  position: absolute;
  right: 0;
  color: var(--co-muted);
  font-size: 18px;
  line-height: 1;
  top: -1px;
}
.lp-box-positive .lp-box-list li::before {
  color: #10b981; /* متمایز کردن نقاط بخش مثبت */
}

/* پاراگراف خلاصه پایانی */
.lp-conclusion-summary {
  background: var(--co-panel);
  border: 1px dashed var(--co-line);
  padding: 24px;
  border-radius: 12px;
  text-align: right;
}

.lp-conclusion-summary p {
  font-size: 15.5px;
  color: var(--co-text);
  line-height: 1.8;
  margin: 0;
}

/* رسپانسیو تبلت و موبایل */
@media (max-width: 850px) {
  .lp-conclusion-section {
    padding: 60px 16px;
  }
  .lp-conclusion-main-title {
    font-size: 24px;
  }
  .lp-conclusion-split {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .lp-conclusion-box {
    padding: 24px;
  }
  .lp-conclusion-summary p {
    font-size: 14px;
  }
}/* End custom CSS */