/* Start custom CSS for text-editor, class: .elementor-element-b42e3be *//* ================================
   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(37,99,235,0.16), transparent 60%),
    radial-gradient(circle at bottom left, rgba(124,58,237,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:#1d4ed8;
  text-decoration:none;
  padding:6px 14px;
  border-radius:999px;
  background: linear-gradient(90deg,#eff6ff,#f5f3ff);
  border:1px solid rgba(37,99,235,0.45);
  box-shadow:0 8px 20px rgba(37,99,235,0.18);
}
.ms-course-roadmap__link:hover{ text-decoration: underline; }

/* ================================
   Hero — MCSE 2012 Book
   ================================ */
.mcse2012book-hero,
.mcse2012book-hero * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

.mcse2012book-hero__note{
  margin:0;
  font-size:13.5px;
  color:#0f172a;
  line-height:1.9;
  background: rgba(255,251,235,0.92);
  border-right:3px solid #f59e0b;
  border-radius:12px;
  padding:8px 10px;
}

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

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

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

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

.mcse2012book-hero__btns{ display:flex; flex-direction:column; gap:8px; margin-bottom:8px; }
.mcse2012book-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;
}
.mcse2012book-hero__btn--primary{
  background: linear-gradient(90deg,#0f172a,#2563eb);
  color:#fff;
  border:1px solid rgba(37,99,235,0.75);
  box-shadow:0 10px 26px rgba(37,99,235,0.35);
}
.mcse2012book-hero__btn--outline{
  background:#f9fafb;
  color:#111827;
  border:1px solid rgba(209,213,219,0.9);
}
.mcse2012book-hero__btn--ghost{
  background: linear-gradient(90deg,#eff6ff,#f5f3ff);
  color:#1d4ed8;
  border:1px solid rgba(59,130,246,0.35);
  box-shadow:0 8px 20px rgba(29,78,216,0.12);
}
.mcse2012book-hero__btn:hover{ transform: translateY(-1px); box-shadow:0 14px 32px rgba(15,23,42,0.14); }

.mcse2012book-hero__secure{
  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; }
  .mcse2012book-hero__grid{ flex-direction:column; }
  .mcse2012book-hero__facts{ grid-template-columns:1fr; }
}
@media (max-width: 640px){
  .mcse2012book-hero{ padding:30px 12px; border-radius:20px; }
  .mcse2012book-hero__title{ font-size:23px; }
  .mcse2012book-hero__btn{ width:100%; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e831678 */.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(37,99,235,0.08), transparent 60%),
    radial-gradient(circle at bottom right, rgba(124,58,237,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--mcse2012book .ms-course-detail__card--intro{ border-right:4px solid #2563eb; }
.ms-course-detail--mcse2012book .ms-course-detail__card--target{ border-right:4px solid #16a34a; }
.ms-course-detail--mcse2012book .ms-course-detail__card--summary{ border-right:4px solid #7c3aed; }

.ms-course-detail__title{
  margin:0 0 10px 0;
  font-size:19px;
  font-weight:950;
  color:#022249;
  line-height:1.7;
}

.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:#2563eb;
}

/* cta */
.ms-course-detail__cta{ display:flex; flex-wrap:wrap; gap:10px; margin-top:10px; }
.ms-course-detail__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;
}
.ms-course-detail__btn--primary{
  background: linear-gradient(90deg,#0f172a,#2563eb);
  color:#fff;
  border:1px solid rgba(37,99,235,0.70);
  box-shadow:0 10px 26px rgba(37,99,235,0.22);
}
.ms-course-detail__btn--outline{
  background:#f9fafb;
  color:#111827;
  border:1px solid rgba(209,213,219,0.9);
}
.ms-course-detail__btn:hover{ transform: translateY(-1px); box-shadow:0 14px 32px rgba(15,23,42,0.14); }

@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-e27f6b6 */.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(219,234,254,0.92), 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__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, #eff6ff, #2563eb);
  box-shadow: 0 16px 34px rgba(37,99,235,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(37,99,235,0.95);
  background: linear-gradient(90deg,#0f172a,#2563eb);
  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-76165c8 */.ms-syllabus-mcse2012book,
.ms-syllabus-mcse2012book * { box-sizing: border-box; }

.ms-syllabus-mcse2012book{
  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-mcse2012book__wrap{ max-width:1120px; margin:0 auto; }

.ms-syllabus-mcse2012book__header{
  text-align:right;
  margin-bottom:18px;
  padding:14px 16px;
  border-radius:18px;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,0.16), 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(37,99,235,0.35);
  box-shadow:0 10px 30px rgba(15,23,42,0.12);
}
.ms-syllabus-mcse2012book__title{
  margin:0 0 6px 0;
  font-size:19px;
  font-weight:950;
  color:#020617;
}
.ms-syllabus-mcse2012book__subtitle{
  margin:0;
  font-size:14px;
  color:#334155;
  line-height:1.9;
}

.ms-syllabus-mcse2012book__card{
  background:
    radial-gradient(circle at top left, rgba(37,99,235,0.06), transparent 60%),
    radial-gradient(circle at bottom right, rgba(124,58,237,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-mcse2012book__head{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-bottom:6px;
}

.ms-syllabus-mcse2012book__chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:4px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:950;
  color:#1d4ed8;
  background: rgba(219,234,254,0.92);
  border:1px solid rgba(37,99,235,0.22);
  white-space:nowrap;
}
.ms-syllabus-mcse2012book__chip--mcse{
  color:#fff;
  background: linear-gradient(90deg,#1d4ed8,#7c3aed);
  border-color: rgba(124,58,237,0.35);
}
.ms-syllabus-mcse2012book__chip--book{
  color:#92400e;
  background: rgba(255,251,235,0.95);
  border-color: rgba(234,179,8,0.35);
}

.ms-syllabus-mcse2012book__h{
  margin:0;
  font-size:15.2px;
  font-weight:950;
  color:#0b1120;
  line-height:1.85;
}

.ms-syllabus-mcse2012book__p{
  margin: 6px 0 10px;
  font-size: 13.9px;
  color:#111827;
  line-height: 2;
}

.ms-syllabus-mcse2012book__btns{ display:flex; flex-wrap:wrap; gap:8px; }

.ms-syllabus-mcse2012book__btn{
  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: linear-gradient(90deg,#0f172a,#2563eb);
  color:#fff;
  border:1px solid rgba(37,99,235,0.75);
  box-shadow:0 10px 22px rgba(37,99,235,0.22);
  transition: transform .18s ease, box-shadow .18s ease;
}
.ms-syllabus-mcse2012book__btn:hover{ transform: translateY(-1px); box-shadow:0 14px 28px rgba(37,99,235,0.35); }

.ms-syllabus-mcse2012book__btn--outline{
  background:#f9fafb;
  color:#111827;
  border:1px solid rgba(209,213,219,0.95);
  box-shadow:none;
}
.ms-syllabus-mcse2012book__btn--outline:hover{ background:#f3f4f6; box-shadow:0 8px 18px rgba(15,23,42,0.10); }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7c6c736 */.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(37,99,235,0.10), transparent 60%),
    radial-gradient(circle at bottom right, rgba(124,58,237,0.10), transparent 65%),
    linear-gradient(180deg, #eff6ff 0%, #f5f3ff 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 #2563eb;
}
.ms-next-steps__card--new{ border-right-color:#7c3aed; }

.ms-next-steps__badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 12px;
  border-radius:999px;
  background: rgba(239,246,255,0.95);
  border:1px solid rgba(59,130,246,0.25);
  color:#1d4ed8;
  font-size:12.5px;
  font-weight:950;
  margin-bottom:10px;
}
.ms-next-steps__badge--new{
  background: rgba(245,243,255,0.95);
  border-color: rgba(124,58,237,0.25);
  color:#6d28d9;
}

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

.ms-next-steps__list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
}
.ms-next-steps__list li{
  position:relative;
  padding-right:18px;
  font-size:13.4px;
  line-height:2;
  color:#111827;
}
.ms-next-steps__list li::before{
  content:"✓";
  position:absolute;
  right:0; top:0;
  font-size:12px;
  color:#16a34a;
}
.ms-next-steps__list a{ font-weight:950; color:#2563eb; text-decoration:none; }
.ms-next-steps__list a:hover{ text-decoration:underline; }

.ms-next-steps__linkbtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:10px;
  padding:10px 16px;
  border-radius:999px;
  text-decoration:none;
  font-size:13.6px;
  font-weight:950;
  background: linear-gradient(90deg,#0f172a,#2563eb);
  color:#fff;
  border:1px solid rgba(37,99,235,0.70);
  box-shadow:0 10px 26px rgba(37,99,235,0.22);
}
.ms-next-steps__linkbtn:hover{ transform: translateY(-1px); }

.ms-next-steps__roadmaps{ margin-top:12px; display:flex; flex-wrap:wrap; gap:8px; }
.ms-next-steps__roadmap{
  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__roadmap: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-e6a100a */.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(37,99,235,0.10), transparent 60%),
    radial-gradient(circle at bottom right, rgba(124,58,237,0.10), transparent 65%),
    linear-gradient(180deg, #eff6ff 0%, #f5f3ff 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 #2563eb; }
.ms-buy-faq__card--summary{ border-right:4px solid #f59e0b; }

.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,#2563eb);
  color:#fff;
  border:1px solid rgba(37,99,235,0.70);
  box-shadow:0 10px 26px rgba(37,99,235,0.25);
}
.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:#92400e;
  background: rgba(255,251,235,.92);
  border-right:3px solid #f59e0b;
  border-radius:12px;
  padding:8px 10px;
}

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