/* Start custom CSS for text-editor, class: .elementor-element-f1a8295 *//* ================================
   باکس نقشه راه متخصص مایکروسافت – نسخه SCOM
   ================================ */

.ms-course-roadmap,
.ms-course-roadmap * {
  box-sizing: border-box;
}

.ms-course-roadmap {
  direction: rtl;
  font-family: "IRANYekan", "Vazirmatn", "Segoe UI", Tahoma, Arial, sans-serif;
  max-width: 1180px;
  margin: 26px auto 0;
  padding: 0 16px;
}

.ms-course-roadmap__inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 18px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(56,189,248,0.16), transparent 60%),
    radial-gradient(circle at bottom left, rgba(34,197,94,0.12), transparent 65%),
    #ffffff;
  border: 1px solid rgba(148,163,184,0.7);
  box-shadow: 0 10px 26px rgba(15,23,42,0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  justify-content: space-between;
}

.ms-course-roadmap__inner::before {
  content: "";
  position: absolute;
  inset-inline-start: -40px;
  inset-block-start: -40px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(224,242,254,0.95), transparent 60%);
  opacity: 0.9;
  pointer-events: none;
}

.ms-course-roadmap__label {
  position: relative;
  z-index: 1;
  font-size: 14.5px;
  font-weight: 900;
  color: #052a2a;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ms-course-roadmap__text {
  position: relative;
  z-index: 1;
  font-size: 13.5px;
  color: #334155;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
}

.ms-course-roadmap__text strong {
  color: #0f172a;
}

.ms-course-roadmap__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 800;
  color: #0369a1;
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ecfeff, #eff6ff);
  border: 1px solid rgba(56,189,248,0.55);
  box-shadow: 0 8px 20px rgba(56,189,248,0.18);
}

.ms-course-roadmap__link:hover {
  background: #eff6ff;
  text-decoration: underline;
}

/* ================================
   Hero دوره SCOM 2022
   ================================ */

.scom2022-hero,
.scom2022-hero * {
  box-sizing: border-box;
}

.scom2022-hero {
  direction: rtl;
  font-family: "IRANYekan", "Vazirmatn", "Segoe UI", Tahoma, Arial, sans-serif;
  padding: 40px 16px;
  margin: 24px auto 32px;
  max-width: 1180px;
  color: #041728;
  background:
    radial-gradient(circle at top left, rgba(56,189,248,0.18), transparent 60%),
    radial-gradient(circle at bottom right, rgba(34,197,94,0.10), transparent 65%),
    linear-gradient(180deg, #eff6ff 0%, #ecfeff 100%);
  border-radius: 24px;
  box-shadow: 0 14px 40px rgba(15,23,42,0.12);
}

.scom2022-hero__wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.scom2022-hero__grid {
  display: flex;
  gap: 26px;
  align-items: stretch;
  flex-wrap: wrap;
}

/* ستون اصلی */
.scom2022-hero__main {
  flex: 1.7;
  min-width: 300px;
  min-width: 0; /* جلوگیری از بیرون‌زدگی */
}

.scom2022-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f172a, #0284c7);
  color: #f9fafb;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(2,132,199,0.22);
  margin-bottom: 10px;
}

.scom2022-hero__title {
  margin: 0 0 8px 0;
  font-size: 27px;
  font-weight: 900;
  color: #0b1220;
  line-height: 1.6;
}

.scom2022-hero__lead {
  margin: 0 0 14px 0;
  font-size: 15.5px;
  color: #19324a;
  line-height: 2;
}

/* تگ‌ها */
.scom2022-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.scom2022-hero__tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff, #ecfeff);
  border: 1px solid rgba(56,189,248,0.30);
  font-size: 13px;
  font-weight: 800;
  color: #0f172a;
  box-shadow: 0 6px 18px rgba(15,23,42,0.06);
  max-width: 100%;
  overflow-wrap: anywhere;
}

/* facts */
.scom2022-hero__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  margin-bottom: 10px;
}

.scom2022-hero__fact {
  background: rgba(248,250,252,0.98);
  border: 1px solid rgba(148,163,184,0.55);
  border-radius: 14px;
  padding: 9px 10px;
  box-shadow: 0 8px 22px rgba(15,23,42,0.05);
  min-width: 0;
}

.scom2022-hero__fact-k {
  display: block;
  font-size: 12.2px;
  font-weight: 900;
  color: #0284c7;
  margin-bottom: 2px;
}

.scom2022-hero__fact-v {
  display: block;
  font-size: 13.6px;
  color: #0f172a;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

/* نوت */
.scom2022-hero__note {
  margin: 0;
  font-size: 13.5px;
  color: #0f172a;
  line-height: 1.9;
  background: rgba(236,254,255,0.95);
  border-right: 3px solid #0284c7;
  border-radius: 12px;
  padding: 8px 10px;
}

/* ستون کناری */
.scom2022-hero__side {
  flex: 1.1;
  min-width: 260px;
  display: flex;
  align-items: stretch;
  min-width: 0; /* جلوگیری از بیرون‌زدگی */
}

.scom2022-hero__card {
  width: 100%;
  background: #ffffff;
  border-radius: 18px;
  padding: 16px 16px 14px;
  border: 1px solid rgba(2,132,199,0.20);
  box-shadow: 0 14px 34px rgba(15,23,42,0.14);
  position: relative;
  overflow: hidden;
}

.scom2022-hero__card::before {
  content: "";
  position: absolute;
  inset-inline-start: -40px;
  inset-block-start: -40px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(186,230,253,0.92), transparent 60%);
  opacity: 0.9;
  pointer-events: none;
}

.scom2022-hero__card-title {
  position: relative;
  z-index: 1;
  margin: 0 0 8px 0;
  font-size: 17px;
  font-weight: 900;
  color: #0b1220;
}

/* لیست مزایا */
.scom2022-hero__benefits {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 8px 0 12px 0;
}

.scom2022-hero__benefits li {
  font-size: 13.5px;
  color: #1f2937;
  line-height: 1.9;
  padding-right: 18px;
  position: relative;
  margin-bottom: 4px;
}

.scom2022-hero__benefits li::before {
  content: "✓";
  position: absolute;
  right: 2px;
  top: 0;
  font-size: 12px;
  color: #16a34a;
}

/* مسیر پیشنهادی */
.scom2022-hero__path {
  position: relative;
  z-index: 1;
  margin: 10px 0 12px;
  padding: 10px 11px;
  border-radius: 14px;
  background:
    radial-gradient(circle at top left, rgba(34,197,94,0.10), transparent 60%),
    rgba(250,250,250,0.98);
  border: 1px solid rgba(34,197,94,0.22);
}

.scom2022-hero__path-title {
  margin: 0 0 6px 0;
  font-size: 13px;
  font-weight: 900;
  color: #14532d;
}

.scom2022-hero__path-list {
  margin: 0;
  padding: 0 18px 0 0;
  color: #1f2937;
}

.scom2022-hero__path-list li {
  font-size: 13.1px;
  line-height: 1.9;
  margin-bottom: 4px;
}

/* مقایسه */
.scom2022-hero__compare {
  position: relative;
  z-index: 1;
  margin: 10px 0 12px;
  padding: 10px 11px;
  border-radius: 14px;
  background:
    radial-gradient(circle at top left, rgba(56,189,248,0.12), transparent 60%),
    rgba(250,250,250,0.98);
  border: 1px solid rgba(56,189,248,0.24);
}

.scom2022-hero__compare-title {
  margin: 0 0 6px 0;
  font-size: 13px;
  font-weight: 900;
  color: #075985;
}

.scom2022-hero__compare-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scom2022-hero__compare-list li {
  position: relative;
  padding-right: 18px;
  margin-bottom: 6px;
  font-size: 13.1px;
  color: #1f2937;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.scom2022-hero__compare-list li::before {
  content: "📌";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
}

.scom2022-hero__compare-note {
  margin: 6px 0 0 0;
  font-size: 12.6px;
  color: #334155;
  line-height: 1.9;
}

/* دکمه‌ها */
.scom2022-hero__btns {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}

.scom2022-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  max-width: 100%;
  white-space: normal;       /* جلوگیری از بیرون‌زدگی متن */
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.scom2022-hero__btn--primary {
  background: linear-gradient(90deg, #0f172a, #0284c7);
  color: #f9fafb;
  border: 1px solid rgba(2,132,199,0.75);
  box-shadow: 0 10px 26px rgba(2,132,199,0.26);
}

.scom2022-hero__btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(2,132,199,0.40);
}

.scom2022-hero__btn--outline {
  background: #f9fafb;
  color: #111827;
  border: 1px solid rgba(209,213,219,0.9);
}

.scom2022-hero__btn--outline:hover {
  transform: translateY(-1px);
  background: #f3f4f6;
  box-shadow: 0 8px 22px rgba(15,23,42,0.12);
}

.scom2022-hero__btn--ghost {
  background: linear-gradient(90deg, #ecfeff, #eff6ff);
  color: #075985;
  border: 1px solid rgba(56,189,248,0.45);
}

.scom2022-hero__btn--ghost:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 10px 22px rgba(56,189,248,0.16);
}

.scom2022-hero__btn--ghost2 {
  background: linear-gradient(90deg, #f0fdf4, #ecfeff);
  color: #14532d;
  border: 1px solid rgba(34,197,94,0.35);
}

.scom2022-hero__btn--ghost2:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 10px 22px rgba(34,197,94,0.12);
}

/* متن پایین کارت */
.scom2022-hero__secure {
  position: relative;
  z-index: 1;
  margin: 4px 0 0 0;
  font-size: 12.5px;
  color: #4b5563;
  line-height: 1.9;
}

/* ریسپانسیو */
@media (max-width: 960px) {
  .ms-course-roadmap__inner {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    padding: 12px 14px;
  }

  .scom2022-hero__grid {
    flex-direction: column;
  }

  .scom2022-hero__main,
  .scom2022-hero__side {
    flex: 1 1 100%;
    min-width: 0;
  }

  .scom2022-hero__facts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .scom2022-hero {
    padding: 30px 12px;
    border-radius: 20px;
  }

  .scom2022-hero__title {
    font-size: 23px;
  }

  .scom2022-hero__lead {
    font-size: 14.5px;
  }

  .scom2022-hero__btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .scom2022-hero__title {
    font-size: 21px;
    line-height: 1.7;
  }

  .scom2022-hero__note {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4c887ca *//* ================================
   بلاک پرش به سرفصل‌ها – SCOM 2022
   (همان الگوی قبلی)
   ================================ */

.ms-syllabus-jump,
.ms-syllabus-jump * {
  box-sizing: border-box;
}

.ms-syllabus-jump {
  direction: rtl;
  font-family: "IRANYekan", "Vazirmatn", "Segoe UI", Tahoma, Arial, sans-serif;
  max-width: 1180px;
  margin: 26px auto 18px;
  padding: 0 6px;
  color: #020617;
}

/* کارت اصلی */
.ms-syllabus-jump__inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px 20px 16px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(191,219,254,0.95), transparent 60%),
    radial-gradient(circle at bottom right, rgba(233,213,255,0.78), transparent 65%),
    linear-gradient(90deg, #eff6ff, #f5f3ff);
  border: 1px solid rgba(148,163,184,0.85);
  box-shadow: 0 16px 40px rgba(15,23,42,0.18);
  display: flex;
  align-items: center;
  gap: 16px 22px;
  flex-wrap: wrap;
  overflow: hidden;
}

/* هاله */
.ms-syllabus-jump__inner::before {
  content: "";
  position: absolute;
  inset-inline-start: -70px;
  inset-block-start: -70px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,255,255,0.95), transparent 65%);
  opacity: 0.65;
  pointer-events: none;
}

/* ستون آیکون */
.ms-syllabus-jump__icon-wrap {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ms-syllabus-jump__icon {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background: radial-gradient(circle at top left, #e0f2fe, #7c3aed);
  box-shadow: 0 16px 34px rgba(124,58,237,0.40);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #f9fafb;
}

/* ستون متن */
.ms-syllabus-jump__content {
  position: relative;
  z-index: 1;
  flex: 1 1 260px;
  min-width: 0;
}

/* نوار بالای تیتر */
.ms-syllabus-jump__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 11px;
  border-radius: 999px;
  background: rgba(15,23,42,0.06);
  color: #0f172a;
  font-size: 12.2px;
  font-weight: 900;
  margin-bottom: 5px;
}

.ms-syllabus-jump__eyebrow::before {
  content: "📺";
  font-size: 15px;
}

/* تیتر */
.ms-syllabus-jump__title {
  margin: 0 0 6px 0;
  font-size: 19.8px;
  font-weight: 900;
  color: #020617;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

/* متن */
.ms-syllabus-jump__text {
  margin: 0;
  font-size: 14.1px;
  color: #1f2937;
  line-height: 2;
  overflow-wrap: anywhere;
}

/* ستون دکمه */
.ms-syllabus-jump__action {
  position: relative;
  z-index: 1;
  flex: 0 0 260px;
  min-width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  text-align: center;
}

/* دکمه */
.ms-syllabus-jump__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid rgba(30,64,175,0.98);
  background: linear-gradient(90deg, #0f172a, #7c3aed);
  color: #f9fafb;
  box-shadow: 0 16px 34px rgba(15,23,42,0.45);
  cursor: pointer;

  /* جلوگیری از بیرون‌زدن */
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;

  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.ms-syllabus-jump__btn::before {
  content: "🎬";
  font-size: 19px;
}

.ms-syllabus-jump__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 46px rgba(15,23,42,0.70);
  filter: brightness(1.05);
}

/* متن راهنما */
.ms-syllabus-jump__hint {
  font-size: 12px;
  color: #4b5563;
  opacity: 0.95;
}

/* اسکرول نرم */
html { scroll-behavior: smooth; }

/* ریسپانسیو */
@media (max-width: 900px) {
  .ms-syllabus-jump__inner {
    align-items: flex-start;
  }
  .ms-syllabus-jump__action {
    align-items: center;
  }
}

@media (max-width: 640px) {
  .ms-syllabus-jump {
    margin: 20px auto 16px;
    padding: 0 4px;
  }

  .ms-syllabus-jump__inner {
    padding: 12px 12px 14px;
    border-radius: 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .ms-syllabus-jump__icon {
    width: 52px;
    height: 52px;
    font-size: 27px;
  }

  .ms-syllabus-jump__title {
    font-size: 17.4px;
  }

  .ms-syllabus-jump__text {
    font-size: 13.4px;
  }

  .ms-syllabus-jump__action {
    width: 100%;
    min-width: 0;
  }

  .ms-syllabus-jump__btn {
    width: 100%;
    padding-inline: 18px;
  }

  .ms-syllabus-jump__hint {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .ms-syllabus-jump__inner {
    border-radius: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-30cac22 *//* ================================
   Body Content – SCOM 2022
   ================================ */

html { scroll-behavior: smooth; }

.scom2022-body,
.scom2022-body * {
  box-sizing: border-box;
}

.scom2022-body {
  direction: rtl;
  font-family: "IRANYekan", "Vazirmatn", "Segoe UI", Tahoma, Arial, sans-serif;
  max-width: 1180px;
  margin: 22px auto 44px;
  padding: 0 16px;
  color: #041728;
}

.scom2022-body__wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.scom2022-body__grid {
  display: flex;
  gap: 18px 22px;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* ستون اصلی */
.scom2022-body__main {
  flex: 1.7;
  min-width: 320px;
  background:
    radial-gradient(circle at top left, rgba(59,130,246,0.10), transparent 60%),
    radial-gradient(circle at bottom right, rgba(124,58,237,0.10), transparent 65%),
    #ffffff;
  border: 1px solid rgba(148,163,184,0.75);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(15,23,42,0.10);
  padding: 18px 18px 10px;
  overflow: hidden;
}

.scom2022-body__header {
  padding: 14px 14px 10px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(191,219,254,0.70), transparent 60%),
    radial-gradient(circle at bottom right, rgba(196,181,253,0.45), transparent 65%),
    linear-gradient(180deg, rgba(239,246,255,0.95), rgba(245,243,255,0.95));
  border: 1px solid rgba(59,130,246,0.35);
  box-shadow: 0 10px 26px rgba(15,23,42,0.08);
  margin-bottom: 14px;
}

.scom2022-body__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(15,23,42,0.06);
  color: #0f172a;
  font-size: 12.4px;
  font-weight: 900;
  margin-bottom: 8px;
}

.scom2022-body__title {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 900;
  color: #0b1220;
  line-height: 2;
}

.scom2022-body__lead {
  margin: 0 0 10px 0;
  font-size: 14.5px;
  color: #1f2937;
  line-height: 2;
}

.scom2022-body__section {
  padding: 14px 6px 8px;
  border-top: 1px dashed rgba(148,163,184,0.65);
}

.scom2022-body__section--last {
  padding-bottom: 14px;
}

.scom2022-body__h3 {
  margin: 4px 0 10px 0;
  font-size: 16.5px;
  font-weight: 900;
  color: #0b1220;
  line-height: 2;
}

.scom2022-body__h4 {
  margin: 0 0 6px 0;
  font-size: 14.2px;
  font-weight: 900;
  color: #0f172a;
  line-height: 2;
}

.scom2022-body__p {
  margin: 0 0 10px 0;
  font-size: 14.3px;
  color: #1f2937;
  line-height: 2;
}

.scom2022-body__p--compact {
  margin: 0;
}

.scom2022-body__list {
  margin: 0 0 12px 0;
  padding: 0;
  list-style: none;
}

.scom2022-body__list li {
  position: relative;
  padding-right: 20px;
  margin: 6px 0;
  font-size: 14.2px;
  color: #111827;
  line-height: 2;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.scom2022-body__list li::before {
  content: "✓";
  position: absolute;
  right: 2px;
  top: 0;
  font-size: 12px;
  color: #16a34a;
}

/* Callout */
.scom2022-body__callout {
  margin: 10px 0 12px;
  padding: 12px 12px;
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(45,212,191,0.10), transparent 60%),
    radial-gradient(circle at bottom right, rgba(124,58,237,0.10), transparent 65%),
    rgba(248,250,252,0.98);
  border: 1px solid rgba(124,58,237,0.22);
  box-shadow: 0 10px 26px rgba(15,23,42,0.06);
}

.scom2022-body__faq {
  margin: 10px 0 12px;
  padding: 12px 12px 10px;
  border-radius: 16px;
  background: rgba(248,250,252,0.98);
  border: 1px solid rgba(148,163,184,0.65);
  box-shadow: 0 10px 22px rgba(15,23,42,0.06);
}

/* ستون کناری */
.scom2022-body__side {
  flex: 1;
  min-width: 260px;
  align-self: stretch;
}

.scom2022-body__card {
  position: sticky;
  top: 16px;
  background:
    radial-gradient(circle at top left, rgba(59,130,246,0.08), transparent 60%),
    radial-gradient(circle at bottom right, rgba(124,58,237,0.08), transparent 65%),
    #ffffff;
  border: 1px solid rgba(148,163,184,0.75);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(15,23,42,0.12);
  padding: 14px 14px 12px;
  overflow: hidden;
}

.scom2022-body__card-title {
  font-size: 15px;
  font-weight: 900;
  color: #0b1220;
  margin-bottom: 10px;
}

/* TOC */
.scom2022-body__toc {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.scom2022-body__toc-link {
  display: block;
  text-decoration: none;
  font-size: 13.6px;
  font-weight: 900;
  color: #1d4ed8;
  background: rgba(239,246,255,0.92);
  border: 1px solid rgba(59,130,246,0.20);
  padding: 8px 10px;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(15,23,42,0.05);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
}

.scom2022-body__toc-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(15,23,42,0.10);
  background: rgba(219,234,254,0.92);
}

.scom2022-body__divider {
  height: 1px;
  background: rgba(148,163,184,0.55);
  margin: 12px 0;
}

.scom2022-body__top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-size: 13.8px;
  font-weight: 900;
  color: #111827;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f8fafc, #eef2ff);
  border: 1px solid rgba(124,58,237,0.25);
  box-shadow: 0 10px 22px rgba(15,23,42,0.08);
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.scom2022-body__top:hover {
  background: #eef2ff;
}

.scom2022-body__side-note {
  margin: 10px 0 0 0;
  font-size: 12.8px;
  color: #4b5563;
  line-height: 2;
  overflow-wrap: anywhere;
}

/* جلوگیری از بیرون‌زدن متن‌های انگلیسی/طولانی */
.scom2022-body strong,
.scom2022-body a,
.scom2022-body code {
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* ریسپانسیو */
@media (max-width: 960px) {
  .scom2022-body__grid {
    flex-direction: column;
  }

  .scom2022-body__main,
  .scom2022-body__side {
    min-width: 0;
  }

  .scom2022-body__card {
    position: relative;
    top: auto;
  }
}

@media (max-width: 640px) {
  .scom2022-body {
    padding: 0 12px;
  }

  .scom2022-body__main {
    padding: 14px 12px 8px;
    border-radius: 18px;
  }

  .scom2022-body__header {
    padding: 12px 12px 10px;
    border-radius: 16px;
  }

  .scom2022-body__title {
    font-size: 18px;
  }

  .scom2022-body__lead,
  .scom2022-body__p,
  .scom2022-body__list li {
    font-size: 13.6px;
  }

  .scom2022-body__toc-link {
    font-size: 13.2px;
  }
}

@media (max-width: 480px) {
  .scom2022-body__title {
    font-size: 17px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-44b6c93 *//* ================================
   سرفصل‌ها و پیش‌نمایش دوره SCOM 2022
   ================================ */

.ms-syllabus-scom2022,
.ms-syllabus-scom2022 * {
  box-sizing: border-box;
}

.ms-syllabus-scom2022 {
  direction: rtl;
  font-family: "IRANYekan", "Vazirmatn", "Segoe UI", Tahoma, Arial, sans-serif;
  max-width: 1220px;
  margin: 0 auto 40px;
  padding: 0 6px;
  color: #041728;
}

.ms-syllabus-scom2022__wrap {
  max-width: 1120px;
  margin: 0 auto;
}

/* هدر اصلی */
.ms-syllabus-scom2022__header {
  text-align: right;
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(59,130,246,0.18), transparent 60%),
    radial-gradient(circle at bottom right, rgba(124,58,237,0.14), transparent 65%),
    linear-gradient(180deg, rgba(239,246,255,0.92), rgba(245,243,255,0.92));
  border: 1px solid rgba(59,130,246,0.35);
  box-shadow: 0 10px 30px rgba(15,23,42,0.12);
}

.ms-syllabus-scom2022__title {
  margin: 0 0 6px 0;
  font-size: 19px;
  font-weight: 900;
  color: #020617;
  line-height: 1.9;
}

.ms-syllabus-scom2022__subtitle {
  margin: 0;
  font-size: 14px;
  color: #334155;
  line-height: 1.9;
}

/* کارت هر جلسه */
.ms-syllabus-scom2022__session {
  background:
    radial-gradient(circle at top left, rgba(59,130,246,0.06), transparent 60%),
    radial-gradient(circle at bottom right, rgba(124,58,237,0.06), transparent 65%),
    #ffffff;
  border-radius: 18px;
  padding: 14px 14px 12px;
  border: 1px solid rgba(148,163,184,0.7);
  box-shadow: 0 10px 26px rgba(15,23,42,0.08);
  margin-bottom: 14px;
}

/* هدر هر جلسه */
.ms-syllabus-scom2022__session-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 6px;
}

.ms-syllabus-scom2022__session-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.ms-syllabus-scom2022__session-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  color: #1d4ed8;
  background: rgba(219,234,254,0.92);
  border: 1px solid rgba(59,130,246,0.25);
  max-width: 100%;
}

.ms-syllabus-scom2022__session-title {
  margin: 0;
  font-size: 15.5px;
  font-weight: 900;
  color: #0b1120;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

/* بج‌ها */
.ms-syllabus-scom2022__badge {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.ms-syllabus-scom2022__badge--free {
  background: rgba(22,163,74,0.08);
  color: #15803d;
  border: 1px solid rgba(22,163,74,0.45);
}

.ms-syllabus-scom2022__badge--locked {
  background: rgba(248,250,252,0.98);
  color: #6b7280;
  border: 1px solid rgba(209,213,219,0.9);
}

/* متن توضیح */
.ms-syllabus-scom2022__session-desc {
  margin: 4px 0 8px 0;
  font-size: 14.2px;
  color: #111827;
  line-height: 2;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* متن قفل */
.ms-syllabus-scom2022__locked {
  margin: 4px 0 0 0;
  font-size: 13.5px;
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* دکمه پیش‌نمایش */
.ms-syllabus-scom2022__actions {
  margin: 4px 0 0 0;
}

.ms-syllabus-scom2022__preview-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 13.5px;
  font-weight: 900;
  background: linear-gradient(90deg, #1d4ed8, #7c3aed);
  color: #f9fafb;
  box-shadow: 0 10px 24px rgba(124,58,237,0.35);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.ms-syllabus-scom2022__preview-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(124,58,237,0.50);
}

.ms-syllabus-scom2022__preview-btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(124,58,237,0.35);
}

/* ویدئو */
.ms-syllabus-scom2022__video {
  margin-top: 10px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(148,163,184,0.8);
  background: #020617;
  max-height: 0;
  opacity: 0;
  transition: max-height .35s ease, opacity .25s ease, margin-top .25s ease;
}

.ms-syllabus-scom2022__video.is-visible {
  max-height: 420px;
  opacity: 1;
}

.ms-syllabus-scom2022__video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
}

/* ریسپانسیو */
@media (max-width: 768px) {
  .ms-syllabus-scom2022__header {
    padding: 12px 12px;
  }

  .ms-syllabus-scom2022__title {
    font-size: 17px;
  }

  .ms-syllabus-scom2022__subtitle {
    font-size: 13.5px;
  }

  .ms-syllabus-scom2022__session {
    padding: 12px 11px 10px;
    border-radius: 16px;
  }

  .ms-syllabus-scom2022__session-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .ms-syllabus-scom2022__badge {
    font-size: 11.8px;
  }

  .ms-syllabus-scom2022__session-title {
    font-size: 14.5px;
  }

  .ms-syllabus-scom2022__session-desc {
    font-size: 13.5px;
  }

  .ms-syllabus-scom2022__preview-btn {
    width: 100%;
  }

  .ms-syllabus-scom2022__video.is-visible {
    max-height: 260px;
  }
}

@media (max-width: 480px) {
  .ms-syllabus-scom2022 {
    padding: 0 2px;
  }

  .ms-syllabus-scom2022__header {
    border-radius: 16px;
  }

  .ms-syllabus-scom2022__title {
    font-size: 16px;
  }

  .ms-syllabus-scom2022__session-title {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f7ffbbb *//* ================================
   مسیر ادامه یادگیری – بعد از SCOM 2022
   ================================ */

.ms-learning-next,
.ms-learning-next * { box-sizing: border-box; }

.ms-learning-next {
  direction: rtl;
  font-family: "IRANYekan","Vazirmatn","Segoe UI",Tahoma,Arial,sans-serif;
  max-width: 1220px;
  margin: 0 auto 44px;
  padding: 0 10px;
  color: #061423;
}

.ms-learning-next__wrap{
  max-width: 1120px;
  margin: 0 auto;
}

.ms-learning-next__header{
  border-radius: 20px;
  padding: 16px 16px 14px;
  background:
    radial-gradient(circle at top left, rgba(56,189,248,0.18), transparent 60%),
    radial-gradient(circle at bottom right, rgba(99,102,241,0.14), transparent 65%),
    linear-gradient(180deg, rgba(240,249,255,0.95), rgba(245,243,255,0.92));
  border: 1px solid rgba(148,163,184,0.75);
  box-shadow: 0 12px 30px rgba(15,23,42,0.10);
  margin-bottom: 14px;
}

.ms-learning-next__eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(15,23,42,0.06);
  color: #0f172a;
  font-size: 12.5px;
  font-weight: 900;
  margin-bottom: 8px;
}

.ms-learning-next__title{
  margin: 0 0 8px 0;
  font-size: 20px;
  font-weight: 900;
  color: #020617;
  line-height: 1.9;
}

.ms-learning-next__lead{
  margin: 0;
  font-size: 14.2px;
  color: #334155;
  line-height: 2;
}

.ms-learning-next__quick{
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ms-learning-next__quick-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13.4px;
  font-weight: 900;
  color: #f9fafb;
  background: linear-gradient(90deg, #0f172a, #2563eb);
  border: 1px solid rgba(37,99,235,0.75);
  box-shadow: 0 10px 24px rgba(37,99,235,0.22);
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
}

.ms-learning-next__quick-btn--ghost{
  color: #0f172a;
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(148,163,184,0.75);
  box-shadow: 0 10px 24px rgba(15,23,42,0.10);
}

.ms-learning-next__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ms-learning-next__card{
  min-width: 0;
  border-radius: 18px;
  padding: 14px 14px 12px;
  background:
    radial-gradient(circle at top left, rgba(56,189,248,0.08), transparent 60%),
    radial-gradient(circle at bottom right, rgba(99,102,241,0.06), transparent 65%),
    #ffffff;
  border: 1px solid rgba(148,163,184,0.70);
  box-shadow: 0 12px 26px rgba(15,23,42,0.08);
  overflow: hidden;
  position: relative;
}

.ms-learning-next__card--highlight{
  border: 1px solid rgba(37,99,235,0.55);
  box-shadow: 0 16px 34px rgba(37,99,235,0.14);
}

.ms-learning-next__card--wide{
  grid-column: span 3;
  background:
    radial-gradient(circle at top left, rgba(34,197,94,0.10), transparent 60%),
    radial-gradient(circle at bottom right, rgba(59,130,246,0.10), transparent 65%),
    #ffffff;
}

.ms-learning-next__card-top{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.ms-learning-next__pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  color: #1d4ed8;
  background: rgba(37,99,235,0.10);
  border: 1px solid rgba(37,99,235,0.30);
}

.ms-learning-next__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  color: #0f766e;
  background: rgba(204,251,241,0.92);
  border: 1px solid rgba(13,148,136,0.22);
}

.ms-learning-next__badge--alt{
  color: #92400e;
  background: rgba(251,191,36,0.14);
  border: 1px solid rgba(234,179,8,0.35);
}

.ms-learning-next__badge--alt2{
  color: #6d28d9;
  background: rgba(233,213,255,0.55);
  border: 1px solid rgba(124,58,237,0.35);
}

.ms-learning-next__badge--soft{
  color: #374151;
  background: rgba(248,250,252,0.98);
  border: 1px solid rgba(209,213,219,0.90);
}

.ms-learning-next__card-title{
  margin: 0 0 8px 0;
  font-size: 15.8px;
  font-weight: 900;
  color: #0b1220;
  line-height: 1.85;
}

.ms-learning-next__card-text{
  margin: 0 0 10px 0;
  font-size: 13.9px;
  color: #1f2937;
  line-height: 2;
}

.ms-learning-next__list{
  margin: 0 0 12px 0;
  padding: 0;
  list-style: none;
}

.ms-learning-next__list li{
  position: relative;
  padding-right: 18px;
  margin-bottom: 6px;
  font-size: 13.4px;
  color: #111827;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.ms-learning-next__list li::before{
  content: "✓";
  position: absolute;
  right: 2px;
  top: 0;
  font-size: 12px;
  color: #16a34a;
}

.ms-learning-next__actions{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ms-learning-next__actions--row{
  flex-direction: row;
  flex-wrap: wrap;
}

.ms-learning-next__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13.6px;
  font-weight: 900;
  cursor: pointer;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, opacity .18s ease;
}

.ms-learning-next__btn--primary{
  background: linear-gradient(90deg, #0f172a, #2563eb);
  color: #f9fafb;
  border: 1px solid rgba(37,99,235,0.85);
  box-shadow: 0 10px 24px rgba(37,99,235,0.30);
}

.ms-learning-next__btn--primary:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(37,99,235,0.44);
}

.ms-learning-next__btn--outline{
  background: #ffffff;
  color: #0f172a;
  border: 1px solid rgba(148,163,184,0.80);
  box-shadow: 0 10px 22px rgba(15,23,42,0.10);
}

.ms-learning-next__btn--outline:hover{
  transform: translateY(-1px);
  background: #f8fafc;
}

.ms-learning-next__btn--ghost{
  background: linear-gradient(90deg, rgba(240,249,255,0.95), rgba(245,243,255,0.92));
  color: #0b1220;
  border: 1px solid rgba(99,102,241,0.35);
  box-shadow: 0 10px 22px rgba(99,102,241,0.16);
}

.ms-learning-next__btn--ghost:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(99,102,241,0.22);
}

.ms-learning-next__note{
  margin: 10px 0 0 0;
  font-size: 12.8px;
  color: #4b5563;
  line-height: 1.9;
  background: rgba(248,250,252,0.98);
  border: 1px solid rgba(148,163,184,0.55);
  border-radius: 14px;
  padding: 10px 10px;
}

/* ================================
   Responsive
   ================================ */
@media (max-width: 980px){
  .ms-learning-next__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ms-learning-next__card--wide{
    grid-column: span 2;
  }
}

@media (max-width: 680px){
  .ms-learning-next{
    padding: 0 6px;
  }

  .ms-learning-next__title{
    font-size: 18px;
  }

  .ms-learning-next__lead{
    font-size: 13.6px;
  }

  .ms-learning-next__grid{
    grid-template-columns: 1fr;
  }

  .ms-learning-next__card--wide{
    grid-column: span 1;
  }

  .ms-learning-next__actions--row{
    flex-direction: column;
  }

  .ms-learning-next__btn,
  .ms-learning-next__quick-btn{
    width: 100%;
  }
}/* End custom CSS */