/* Start custom CSS for text-editor, class: .elementor-element-a57ebc9 *//* ================================
   Roadmap (مشترک – همان استایل قبلی)
   ================================ */
.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(14,165,233,0.16), transparent 60%),
    radial-gradient(circle at bottom left, rgba(37,99,235,0.14), 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__label{
  position:relative; z-index:1;
  font-size:14.5px;
  font-weight:900;
  color:#0b1220;
  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__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  font-size:13.5px;
  font-weight:900;
  color:#0369a1;
  text-decoration:none;
  padding:6px 14px;
  border-radius:999px;
  background: linear-gradient(90deg,#ecfeff,#eff6ff);
  border:1px solid rgba(14,165,233,0.35);
  box-shadow:0 8px 20px rgba(14,165,233,0.16);
}
.ms-course-roadmap__link:hover{ text-decoration: underline; }

/* ================================
   Hero — Exchange 2013/2010 eBook
   ================================ */
.ex2013book-hero,
.ex2013book-hero * { box-sizing: border-box; }

.ex2013book-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(14,165,233,0.14), transparent 60%),
    radial-gradient(circle at bottom right, rgba(37,99,235,0.12), transparent 65%),
    linear-gradient(180deg, #ecfeff 0%, #eff6ff 100%);
  border-radius: 24px;
  box-shadow: 0 14px 40px rgba(15,23,42,0.12);
}

.ex2013book-hero__wrap{ max-width:1120px; margin:0 auto; }
.ex2013book-hero__grid{ display:flex; gap:26px; align-items:stretch; flex-wrap:wrap; }
.ex2013book-hero__main{ flex:1.7; min-width:300px; }

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

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

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

.ex2013book-hero__tags{ display:flex; flex-wrap:wrap; gap:8px; margin-bottom:12px; }

.ex2013book-hero__tag{
  display:inline-flex;
  align-items:center;
  padding:6px 11px;
  border-radius:999px;
  background: linear-gradient(135deg,#ffffff,#ecfeff);
  border:1px solid rgba(14,165,233,0.22);
  font-size:13px;
  font-weight:900;
  color:#0f172a;
  box-shadow:0 6px 18px rgba(15,23,42,0.06);
}

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

.ex2013book-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);
}

.ex2013book-hero__fact-k{
  display:block;
  font-size:12.2px;
  font-weight:950;
  color:#0284c7;
  margin-bottom:2px;
}
.ex2013book-hero__fact-v{
  display:block;
  font-size:13.6px;
  color:#0f172a;
  line-height:1.8;
}

.ex2013book-hero__note{
  margin:0;
  font-size:13.5px;
  color:#0f172a;
  line-height:1.9;
  background: rgba(239,246,255,0.92);
  border-right:3px solid #2563eb;
  border-radius:12px;
  padding:8px 10px;
}

/* side */
.ex2013book-hero__side{ flex:1.1; min-width:260px; display:flex; align-items:stretch; }

.ex2013book-hero__card{
  width:100%;
  background:#fff;
  border-radius:18px;
  padding:16px 16px 14px;
  border:1px solid rgba(14,165,233,0.18);
  box-shadow:0 14px 34px rgba(15,23,42,0.14);
  position:relative;
  overflow:hidden;
}

.ex2013book-hero__card-title{
  margin:8px 0 8px 0;
  font-size:17px;
  font-weight:950;
  color:#0b1220;
}

.ex2013book-hero__benefits{ list-style:none; padding:0; margin:8px 0 12px 0; }
.ex2013book-hero__benefits li{
  font-size:13.5px;
  color:#1f2937;
  line-height:1.9;
  padding-right:18px;
  position:relative;
  margin-bottom:4px;
}
.ex2013book-hero__benefits li::before{
  content:"✓";
  position:absolute;
  right:2px; top:0;
  font-size:12px;
  color:#16a34a;
}

.ex2013book-hero__gift-box{
  margin:10px 0 12px;
  padding:10px 11px;
  border-radius:14px;
  background:
    radial-gradient(circle at top left, rgba(59,130,246,0.12), transparent 60%),
    rgba(250,250,250,0.98);
  border:1px solid rgba(59,130,246,0.25);
}
.ex2013book-hero__gift-label{
  margin:0 0 6px 0;
  font-size:13px;
  font-weight:950;
  color:#1d4ed8;
}
.ex2013book-hero__gift-list{ margin:0; padding:0; list-style:none; }
.ex2013book-hero__gift-list li{
  position:relative;
  padding-right:18px;
  margin-bottom:6px;
  font-size:13.1px;
  color:#1f2937;
  line-height:1.9;
}
.ex2013book-hero__gift-list li::before{ content:"⚡"; position:absolute; right:0; top:0; }

.ex2013book-hero__btns{ display:flex; flex-direction:column; gap:8px; margin-bottom:8px; }

.ex2013book-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:10px 16px;
  border-radius:999px;
  font-size:14px;
  font-weight:950;
  text-decoration:none;
  border:none;
  cursor:pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  text-align:center;
}

.ex2013book-hero__btn--primary{
  background: linear-gradient(90deg,#0f172a,#0284c7);
  color:#fff;
  border:1px solid rgba(2,132,199,0.70);
  box-shadow:0 10px 26px rgba(2,132,199,0.25);
}
.ex2013book-hero__btn--outline{
  background:#f9fafb;
  color:#111827;
  border:1px solid rgba(209,213,219,0.9);
}
.ex2013book-hero__btn--ghost{
  background: linear-gradient(90deg,#ecfeff,#eff6ff);
  color:#0b2a55;
  border:1px solid rgba(14,165,233,0.28);
  box-shadow:0 8px 18px rgba(14,165,233,0.10);
}
.ex2013book-hero__btn:hover{ transform: translateY(-1px); box-shadow:0 14px 32px rgba(15,23,42,0.14); }

.ex2013book-hero__secure{
  margin:4px 0 0 0;
  font-size:12.5px;
  color:#4b5563;
  line-height:1.9;
}

/* responsive */
@media (max-width: 960px){
  .ms-course-roadmap__inner{ flex-direction:column; align-items:flex-start; border-radius:16px; padding:12px 14px; }
  .ex2013book-hero__grid{ flex-direction:column; }
  .ex2013book-hero__facts{ grid-template-columns:1fr; }
}
@media (max-width: 640px){
  .ex2013book-hero{ padding:30px 12px; border-radius:20px; }
  .ex2013book-hero__title{ font-size:23px; }
  .ex2013book-hero__btn{ width:100%; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ab599a0 *//* ================================
   Body — ms-course-detail (Exchange eBook)
   ================================ */
.ms-course-detail,
.ms-course-detail * { box-sizing: border-box; }

.ms-course-detail{
  direction: rtl;
  font-family: "IRANYekan","Vazirmatn","Segoe UI",Tahoma,Arial,sans-serif;
  max-width: 1220px;
  margin: 0 auto 40px;
  padding: 0 4px 32px;
  color: #041728;
}
.ms-course-detail__wrap{ max-width:1120px; margin:0 auto; width:100%; }

.ms-course-detail__grid{
  display:grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1.1fr);
  gap: 20px 24px;
  align-items:flex-start;
}
.ms-course-detail__col{ min-width:0; }
.ms-course-detail__col--side{ display:flex; flex-direction:column; gap:16px; }

.ms-course-detail__card{
  background:
    radial-gradient(circle at top left, rgba(14,165,233,0.08), transparent 60%),
    radial-gradient(circle at bottom right, rgba(37,99,235,0.06), transparent 65%),
    #ffffff;
  border-radius: 20px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(148,163,184,0.7);
  box-shadow: 0 12px 32px rgba(15,23,42,0.09);
  margin-bottom: 14px;
}

/* accents */
.ms-course-detail--ex2013book .ms-course-detail__card--intro{ border-right:4px solid #0284c7; }
.ms-course-detail--ex2013book .ms-course-detail__card--target{ border-right:4px solid #16a34a; }
.ms-course-detail--ex2013book .ms-course-detail__card--gift{ border-right:4px solid #2563eb; }
.ms-course-detail--ex2013book .ms-course-detail__card--summary{ border-right:4px solid #0ea5e9; }

.ms-course-detail__title{
  margin:0 0 10px 0;
  font-size:19px;
  font-weight:950;
  color:#022249;
  line-height:1.7;
}
.ms-course-detail__subtitle{
  margin:14px 0 6px 0;
  font-size:15.5px;
  font-weight:900;
  color:#0b2a55;
}
.ms-course-detail__text{
  margin:0 0 8px 0;
  font-size:15px;
  color:#1f2933;
  line-height:2.05;
}
.ms-course-detail__text--note{
  background: rgba(255,251,235,0.92);
  border-radius: 10px;
  padding: 7px 9px;
  font-size: 14px;
  color: #92400e;
  border-right: 3px solid #f59e0b;
}

.ms-course-detail__bullets{
  list-style:none;
  padding:0;
  margin:4px 0 6px 0;
}
.ms-course-detail__bullets li{
  position:relative;
  padding-right:20px;
  font-size:14.5px;
  color:#111827;
  line-height:1.95;
  margin-bottom:4px;
}
.ms-course-detail__bullets li::before{
  content:"•";
  position:absolute;
  right:3px;
  top:0;
  font-size:18px;
  color:#0284c7;
}

@media (max-width: 960px){
  .ms-course-detail__grid{ grid-template-columns:1fr; }
  .ms-course-detail__col--side{ order:2; }
}
@media (max-width: 640px){
  .ms-course-detail{ padding:0 2px 26px; }
  .ms-course-detail__card{ padding:14px 12px 12px; border-radius:18px; }
  .ms-course-detail__title{ font-size:17px; }
  .ms-course-detail__text, .ms-course-detail__bullets li{ font-size:13.8px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-8dba156 *//* ================================
   Jump – Exchange eBook
   ================================ */
.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(204,251,241,0.92), transparent 60%),
    radial-gradient(circle at bottom right, rgba(191,219,254,0.78), transparent 65%),
    linear-gradient(90deg, #ecfeff, #eff6ff);
  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__icon-wrap{ 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, #ecfeff, #0284c7);
  box-shadow: 0 16px 34px rgba(2,132,199,0.35);
  display:flex; align-items:center; justify-content:center;
  font-size:30px; color:#fff;
}

.ms-syllabus-jump__content{ 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:950;
  color:#020617;
  line-height:1.9;
}
.ms-syllabus-jump__text{
  margin:0;
  font-size:14.1px;
  color:#1f2937;
  line-height:2;
}

.ms-syllabus-jump__action{
  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:950;
  text-decoration:none;
  border:1px solid rgba(2,132,199,0.95);
  background: linear-gradient(90deg,#0f172a,#0284c7);
  color:#fff;
  box-shadow:0 16px 34px rgba(15,23,42,0.45);
  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.65); filter:brightness(1.05); }

.ms-syllabus-jump__hint{ font-size:12px; color:#4b5563; opacity:.95; }

html{ scroll-behavior: smooth; }

@media (max-width: 640px){
  .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%; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-282f79c *//* ================================
   Syllabus + Samples — Exchange eBook
   ================================ */
.ms-syllabus-ex2013book,
.ms-syllabus-ex2013book * { box-sizing: border-box; }

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

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

.ms-syllabus-ex2013book__header{
  text-align:right;
  margin-bottom:18px;
  padding:14px 16px;
  border-radius:18px;
  background:
    radial-gradient(circle at top left, rgba(14,165,233,0.18), transparent 60%),
    radial-gradient(circle at bottom right, rgba(37,99,235,0.14), transparent 65%),
    linear-gradient(180deg, rgba(236,254,255,0.92), rgba(239,246,255,0.92));
  border:1px solid rgba(2,132,199,0.35);
  box-shadow:0 10px 30px rgba(15,23,42,0.12);
}

.ms-syllabus-ex2013book__title{
  margin:0 0 6px 0;
  font-size:19px;
  font-weight:950;
  color:#020617;
}
.ms-syllabus-ex2013book__subtitle{
  margin:0;
  font-size:14px;
  color:#334155;
  line-height:1.9;
}

/* session card */
.ms-syllabus-ex2013book__session{
  background:
    radial-gradient(circle at top left, rgba(14,165,233,0.06), transparent 60%),
    radial-gradient(circle at bottom right, rgba(37,99,235,0.05), 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-ex2013book__session-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:10px;
  margin-bottom:6px;
}

.ms-syllabus-ex2013book__session-info{ display:flex; flex-direction:column; gap:4px; }

.ms-syllabus-ex2013book__session-index{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:4px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  color:#0284c7;
  background: rgba(224,242,254,0.92);
  border:1px solid rgba(2,132,199,0.22);
}

.ms-syllabus-ex2013book__session-title{
  margin:0;
  font-size:15.5px;
  font-weight:900;
  color:#0b1120;
  line-height:1.8;
}

/* badges */
.ms-syllabus-ex2013book__badge{
  padding:4px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}
.ms-syllabus-ex2013book__badge--free{
  background: rgba(22,163,74,0.08);
  color:#15803d;
  border:1px solid rgba(22,163,74,0.45);
}
.ms-syllabus-ex2013book__badge--locked{
  background: rgba(248,250,252,0.98);
  color:#6b7280;
  border:1px solid rgba(209,213,219,0.9);
}

/* button */
.ms-syllabus-ex2013book__actions{ margin:4px 0 0 0; }

.ms-syllabus-ex2013book__preview-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:8px 16px;
  border-radius:999px;
  border:none;
  cursor:pointer;
  font-size:13.5px;
  font-weight:900;
  background: linear-gradient(90deg,#0284c7,#2563eb);
  color:#fff;
  box-shadow:0 10px 24px rgba(37,99,235,0.30);
  transition: transform .18s ease, box-shadow .18s ease;
}
.ms-syllabus-ex2013book__preview-btn:hover{
  transform: translateY(-1px);
  box-shadow:0 14px 30px rgba(37,99,235,0.45);
}

/* viewer */
.ms-syllabus-ex2013book__viewer{
  margin-top:10px;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(148,163,184,0.8);
  background:#0b1220;
  max-height:0;
  opacity:0;
  transition: max-height .35s ease, opacity .25s ease, margin-top .25s ease;
}
.ms-syllabus-ex2013book__viewer.is-visible{
  max-height:520px;
  opacity:1;
}
.ms-syllabus-ex2013book__viewer iframe{
  width:100%;
  height:520px;
  border:none;
  display:block;
  background:#fff;
}

/* bullets */
.ms-syllabus-ex2013book__bullets{
  list-style:none;
  padding:0;
  margin:8px 0 0 0;
}
.ms-syllabus-ex2013book__bullets li{
  position:relative;
  padding-right:20px;
  font-size:14px;
  color:#111827;
  line-height:2;
  margin-bottom:4px;
}
.ms-syllabus-ex2013book__bullets li::before{
  content:"•";
  position:absolute;
  right:3px;
  top:0;
  font-size:18px;
  color:#0284c7;
}

@media (max-width: 768px){
  .ms-syllabus-ex2013book__session-head{ flex-direction:column; align-items:flex-start; }
  .ms-syllabus-ex2013book__preview-btn{ width:100%; }
  .ms-syllabus-ex2013book__viewer.is-visible{ max-height:360px; }
  .ms-syllabus-ex2013book__viewer iframe{ height:360px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a166862 *//* ================================
   Next Steps – Exchange eBook
   ================================ */
.ms-next-steps,
.ms-next-steps * { box-sizing: border-box; }

.ms-next-steps{
  direction: rtl;
  font-family: "IRANYekan","Vazirmatn","Segoe UI",Tahoma,Arial,sans-serif;
  max-width: 1180px;
  margin: 26px auto 40px;
  padding: 0 16px;
  color:#0b1220;
}

.ms-next-steps__wrap{
  border-radius: 24px;
  padding: 18px 16px;
  background:
    radial-gradient(circle at top left, rgba(14,165,233,0.10), transparent 60%),
    radial-gradient(circle at bottom right, rgba(37,99,235,0.10), transparent 65%),
    linear-gradient(180deg, #ecfeff 0%, #eff6ff 100%);
  border: 1px solid rgba(148,163,184,0.60);
  box-shadow: 0 14px 40px rgba(15,23,42,0.12);
}

.ms-next-steps__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:3px 11px;
  border-radius:999px;
  background: rgba(15,23,42,0.06);
  font-size:12.2px;
  font-weight:950;
  margin-bottom:6px;
}

.ms-next-steps__title{
  margin:0 0 6px 0;
  font-size:18.5px;
  font-weight:950;
  line-height:1.9;
}
.ms-next-steps__subtitle{
  margin:0;
  font-size:13.8px;
  line-height:2;
  color:#334155;
}

.ms-next-steps__grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}

.ms-next-steps__card{
  background:#fff;
  border-radius:18px;
  padding:14px 14px 12px;
  border:1px solid rgba(226,232,240,0.95);
  box-shadow:0 10px 24px rgba(15,23,42,0.08);
  border-right:4px solid #0284c7;
}
.ms-next-steps__card--primary{ border-right-color:#2563eb; }

.ms-next-steps__badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 12px;
  border-radius:999px;
  background: rgba(236,254,255,0.95);
  border:1px solid rgba(14,165,233,0.22);
  color:#0284c7;
  font-size:12.5px;
  font-weight:950;
  margin-bottom:10px;
}
.ms-next-steps__badge--new{
  background: rgba(239,246,255,0.95);
  border-color: rgba(37,99,235,0.22);
  color:#1d4ed8;
}

.ms-next-steps__h{ margin:0 0 8px 0; font-size:15px; font-weight:950; color:#0f172a; }
.ms-next-steps__p{ margin:0 0 10px 0; font-size:13.4px; line-height:2; color:#334155; }

.ms-next-steps__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:999px;
  text-decoration:none;
  font-size:13.6px;
  font-weight:950;
  background: linear-gradient(90deg,#0f172a,#0284c7);
  color:#fff;
  border:1px solid rgba(2,132,199,0.70);
  box-shadow:0 10px 26px rgba(2,132,199,0.22);
  transition: transform .2s ease, box-shadow .2s ease;
}
.ms-next-steps__btn:hover{ transform: translateY(-1px); box-shadow:0 14px 32px rgba(15,23,42,0.14); }

.ms-next-steps__btn--outline{
  background:#f9fafb;
  color:#111827;
  border:1px solid rgba(209,213,219,0.9);
  box-shadow:none;
}
.ms-next-steps__btn--outline:hover{ background:#f3f4f6; }

.ms-next-steps__links{ margin-top:12px; display:flex; flex-wrap:wrap; gap:8px; }
.ms-next-steps__pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 14px;
  border-radius:999px;
  text-decoration:none;
  font-size:13.2px;
  font-weight:950;
  background:#ffffff;
  border:1px solid rgba(148,163,184,0.6);
  color:#0f172a;
  box-shadow:0 8px 18px rgba(15,23,42,0.06);
}
.ms-next-steps__pill:hover{ transform: translateY(-1px); }

@media (max-width: 980px){
  .ms-next-steps__grid{ grid-template-columns:1fr; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-d510eaf *//* ================================
   FAQ – Exchange eBook
   ================================ */
.ms-buy-faq,
.ms-buy-faq * { box-sizing: border-box; }

.ms-buy-faq{
  direction: rtl;
  font-family: "IRANYekan","Vazirmatn","Segoe UI",Tahoma,Arial,sans-serif;
  max-width: 1180px;
  margin: 26px auto 40px;
  padding: 0 16px;
  color:#0b1220;
}

.ms-buy-faq__wrap{
  border-radius: 24px;
  padding: 18px 16px;
  background:
    radial-gradient(circle at top left, rgba(14,165,233,0.10), transparent 60%),
    radial-gradient(circle at bottom right, rgba(37,99,235,0.10), transparent 65%),
    linear-gradient(180deg, #ecfeff 0%, #eff6ff 100%);
  border: 1px solid rgba(148,163,184,0.60);
  box-shadow: 0 14px 40px rgba(15,23,42,0.12);
}

.ms-buy-faq__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:3px 11px;
  border-radius:999px;
  background: rgba(15,23,42,0.06);
  font-size:12.2px;
  font-weight:950;
  margin-bottom:6px;
}

.ms-buy-faq__title{
  margin:0 0 6px 0;
  font-size:18.5px;
  font-weight:950;
  line-height:1.9;
}
.ms-buy-faq__subtitle{
  margin:0;
  font-size:13.8px;
  line-height:2;
  color:#334155;
}

.ms-buy-faq__grid{
  display:grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap:12px;
  margin-top:14px;
}

.ms-buy-faq__card{
  background:#fff;
  border-radius:18px;
  padding:14px 14px 12px;
  border:1px solid rgba(226,232,240,0.95);
  box-shadow: 0 10px 24px rgba(15,23,42,0.08);
}
.ms-buy-faq__card--faq{ border-right:4px solid #0284c7; }
.ms-buy-faq__card--summary{ border-right:4px solid #2563eb; }

.ms-buy-faq__h{
  margin:0 0 10px 0;
  font-size:15px;
  font-weight:950;
  color:#0f172a;
}

.ms-buy-faq__faqs{ display:grid; gap:8px; }

.ms-buy-faq__item{
  border-radius:14px;
  background: rgba(249,250,251,0.96);
  border:1px solid rgba(209,213,219,0.9);
  overflow:hidden;
}
.ms-buy-faq__q{
  cursor:pointer;
  padding:10px 12px;
  font-size:13.6px;
  font-weight:950;
  color:#0b2a55;
  list-style:none;
}
.ms-buy-faq__q::-webkit-details-marker{ display:none; }
.ms-buy-faq__q::before{ content:"❓"; margin-left:8px; }

.ms-buy-faq__a{
  padding:0 12px 10px;
  font-size:13.2px;
  line-height:2;
  color:#374151;
}

.ms-buy-faq__list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:7px;
}
.ms-buy-faq__list li{
  position:relative;
  padding-right:18px;
  font-size:13.4px;
  line-height:2;
  color:#111827;
}
.ms-buy-faq__list li::before{
  content:"✓";
  position:absolute;
  right:0; top:0;
  font-size:12px;
  color:#16a34a;
}

.ms-buy-faq__cta{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-top:12px;
}

.ms-buy-faq__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:999px;
  text-decoration:none;
  font-size:13.6px;
  font-weight:950;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  text-align:center;
}
.ms-buy-faq__btn--primary{
  background: linear-gradient(90deg,#0f172a,#0284c7);
  color:#fff;
  border:1px solid rgba(2,132,199,0.70);
  box-shadow:0 10px 26px rgba(2,132,199,0.22);
}
.ms-buy-faq__btn--outline{
  background:#f9fafb;
  color:#111827;
  border:1px solid rgba(209,213,219,0.9);
}
.ms-buy-faq__btn:hover{ transform: translateY(-1px); box-shadow:0 8px 22px rgba(15,23,42,0.12); }

.ms-buy-faq__note{
  margin:10px 0 0;
  font-size:12.8px;
  line-height:1.9;
  color:#0b2a55;
  background: rgba(236,254,255,.92);
  border-right:3px solid #0284c7;
  border-radius:12px;
  padding:8px 10px;
}

@media (max-width: 980px){
  .ms-buy-faq__grid{ grid-template-columns:1fr; }
}/* End custom CSS */