/* Start custom CSS for text-editor, class: .elementor-element-2a1cb85 *//* =========================================
   Global Firewall Roadmap Section Styles
   ========================================= */

.ms-fw-section {
  background: linear-gradient(135deg, #fef2f2 0%, #f5f7ff 35%, #e0f2fe 100%);
  padding: 60px 20px;
  border-radius: 26px;
  margin-top: 40px;
  box-shadow: 0 10px 30px rgba(185, 28, 28, 0.14);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 100%;
  font-family: "IRANYekan", "Vazirmatn", Tahoma, Arial, sans-serif;
}

.ms-fw-section::before,
.ms-fw-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0.24;
}

.ms-fw-section::before {
  width: 260px;
  height: 260px;
  top: -90px;
  left: -70px;
  background: radial-gradient(circle, rgba(248, 113, 113, 0.32), transparent 70%);
}

.ms-fw-section::after {
  width: 280px;
  height: 280px;
  bottom: -90px;
  right: -70px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.22), transparent 70%);
}

/* کانتینرهای کلی */

.ms-fw-container,
.ms-fw-inner,
.ms-fw-summary-wrapper {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* =========================================
   Hero Section
   ========================================= */

.ms-fw-container {
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* ستون متن هرو */

.ms-fw-hero-content {
  flex: 2;
  min-width: 320px;
  box-sizing: border-box;
}

.ms-fw-hero-title {
  font-size: 27px;            /* کمی بزرگ‌تر برای خوانایی بهتر */
  font-weight: 900;
  color: #450a0a;
  line-height: 1.7;
  margin-bottom: 14px;
}

.ms-fw-hero-text {
  font-size: 15.5px;
  color: #1f2937;
  line-height: 2;
  margin-bottom: 10px;
}

/* ویژگی‌های کوتاه در هرو */

.ms-fw-hero-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin: 18px 0 20px 0;
}

.ms-fw-hero-feature {
  background: #ffffff;
  border-radius: 14px;
  padding: 9px 12px;
  font-size: 13.5px;
  color: #7f1d1d;
  box-shadow: 0 5px 18px rgba(185, 28, 28, 0.10);
  border-right: 3px solid #ef4444;
}

/* دکمه عمومی فایروال */

.ms-fw-btn {
  display: inline-block;
  background: linear-gradient(90deg, #dc2626, #b91c1c);
  color: #ffffff !important;
  font-size: 15.5px;
  font-weight: 800;
  padding: 12px 26px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(185, 28, 28, 0.35);
  transition: all .25s ease;
  white-space: normal;
  margin-top: 6px;
}

.ms-fw-btn:hover {
  background: linear-gradient(90deg, #b91c1c, #991b1b);
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(220, 38, 38, 0.55);
}

/* ستون گرافیک هرو */

.ms-fw-hero-visual {
  flex: 1.4;
  min-width: 280px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 20px;
  padding: 16px 18px 14px;
  border: 1px solid rgba(239, 68, 68, 0.28);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.14);
}

.ms-fw-hero-badge {
  display: inline-block;
  background: linear-gradient(90deg, #ef4444, #b91c1c);
  color: #fef2f2;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.ms-fw-hero-illu {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #020617, #111827);
  border-radius: 18px;
  padding: 10px 12px;
  margin-bottom: 12px;
  color: #e5f0ff;
}

.ms-fw-illu-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  font-size: 26px;
  background: rgba(248, 113, 113, 0.30);
}

.ms-fw-illu-text {
  font-size: 13.5px;
  line-height: 1.9;
}

.ms-fw-hero-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ms-fw-hero-list li {
  font-size: 13.5px;
  color: #111827;
  line-height: 1.9;
  padding-right: 18px;
  position: relative;
}

.ms-fw-hero-list li::before {
  content: "•";
  position: absolute;
  right: 4px;
  top: 0;
  font-size: 16px;
  color: #dc2626;
}

/* =========================================
   Shared Section Header Styles
   ========================================= */

.ms-fw-section-header {
  text-align: right;
  margin-bottom: 24px;
}

.ms-fw-section-title {
  font-size: 23px;           /* کمی بزرگ‌تر */
  font-weight: 800;
  color: #111827;
  margin-bottom: 8px;
}

.ms-fw-section-subtitle {
  font-size: 14.5px;
  color: #374151;
  line-height: 2;
}

/* =========================================
   Steps Grid
   ========================================= */

.ms-fw-steps .ms-fw-inner {
  position: relative;
}

.ms-fw-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 22px;
}

.ms-fw-step-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 16px 16px 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
  border-top: 4px solid #dc2626;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.ms-fw-step-card::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at center, rgba(248, 113, 113, 0.24), transparent 60%);
  opacity: 0.8;
  pointer-events: none;
}

.ms-fw-step-title {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}

.ms-fw-step-text {
  font-size: 13.5px;
  color: #374151;
  line-height: 1.9;
  margin-bottom: 8px;
}

.ms-fw-step-list {
  list-style: none;
  padding: 0;
  margin: 0 0 8px 0;
}

.ms-fw-step-list li {
  font-size: 13.5px;
  color: #1f2937;
  line-height: 1.8;
  padding-right: 16px;
  position: relative;
  margin-bottom: 3px;
}

.ms-fw-step-list li::before {
  content: "•";
  position: absolute;
  right: 3px;
  top: 0;
  font-size: 15px;
  color: #dc2626;
}

.ms-fw-step-tag {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  color: #7f1d1d;
  background: rgba(248, 113, 113, 0.12);
  border-radius: 999px;
  padding: 4px 10px;
  margin-top: 4px;
}

/* =========================================
   Summary Section & Aside
   ========================================= */

.ms-fw-summary-wrapper {
  display: flex;
  gap: 26px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ms-fw-summary-main {
  flex: 2;
  min-width: 320px;
  box-sizing: border-box;
}

.ms-fw-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 6px;
}

.ms-fw-summary-column {
  background: #ffffff;
  border-radius: 18px;
  padding: 14px 14px 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.ms-fw-summary-title {
  font-size: 15.5px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}

.ms-fw-summary-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ms-fw-summary-list li {
  font-size: 13.5px;
  color: #1f2937;
  line-height: 1.8;
  padding-right: 14px;
  position: relative;
  margin-bottom: 3px;
}

.ms-fw-summary-list li::before {
  content: "✓";
  position: absolute;
  right: 1px;
  top: 0;
  font-size: 12px;
  color: #16a34a;
}

/* بلوک مهارت‌های نهایی */

.ms-fw-result-block {
  margin-top: 18px;
  background: rgba(239, 68, 68, 0.04);
  border-radius: 16px;
  padding: 12px 14px;
  border-right: 3px solid #dc2626;
}

.ms-fw-result-title {
  font-size: 15.5px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}

.ms-fw-result-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ms-fw-result-list li {
  font-size: 13.5px;
  color: #1f2937;
  line-height: 1.9;
  padding-right: 14px;
  position: relative;
  margin-bottom: 3px;
}

.ms-fw-result-list li::before {
  content: "•";
  position: absolute;
  right: 3px;
  top: 0;
  font-size: 15px;
  color: #dc2626;
}

/* Aside – پکیج ویژه فایروال */

.ms-fw-summary-aside {
  flex: 1.2;
  min-width: 280px;
  background: #ffffff;
  border-radius: 20px;
  padding: 16px 16px 14px;
  border: 1px solid rgba(239, 68, 68, 0.32);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
  box-sizing: border-box;
}

.ms-fw-aside-badge {
  display: inline-block;
  background: linear-gradient(90deg, #f97316, #ea580c);
  color: #fff7ed;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.ms-fw-aside-text {
  font-size: 13.5px;
  color: #111827;
  line-height: 1.9;
  margin-bottom: 10px;
}

.ms-fw-aside-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}

.ms-fw-aside-list li {
  font-size: 13.5px;
  color: #1f2937;
  line-height: 1.9;
  padding-right: 16px;
  position: relative;
}

.ms-fw-aside-list li::before {
  content: "•";
  position: absolute;
  right: 4px;
  top: 0;
  font-size: 16px;
  color: #dc2626;
}

/* دکمه تمام‌عرض در Aside */

.ms-fw-btn-full {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 4px;
}

/* =========================================
   Responsive Styles
   ========================================= */

@media (max-width: 992px) {
  .ms-fw-section {
    padding: 45px 18px;
  }

  .ms-fw-container {
    flex-direction: column;
  }

  .ms-fw-hero-content,
  .ms-fw-hero-visual {
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
  }

  .ms-fw-hero-features {
    grid-template-columns: 1fr;
  }

  .ms-fw-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ms-fw-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ms-fw-summary-wrapper {
    flex-direction: column;
  }

  .ms-fw-summary-main,
  .ms-fw-summary-aside {
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 768px) {
  .ms-fw-section {
    padding: 35px 16px;
    border-radius: 20px;
  }

  .ms-fw-hero-title {
    font-size: 23px;
  }

  .ms-fw-section-title {
    font-size: 21px;
  }

  .ms-fw-step-grid {
    grid-template-columns: 1fr;
  }

  .ms-fw-summary-grid {
    grid-template-columns: 1fr;
  }

  .ms-fw-btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .ms-fw-hero-title {
    font-size: 21px;
  }

  .ms-fw-hero-visual,
  .ms-fw-step-card,
  .ms-fw-summary-column,
  .ms-fw-summary-aside {
    padding: 14px 12px;
  }

  .ms-fw-hero-features {
    gap: 8px;
  }
}/* End custom CSS */