/* ======================================================
   CONTACT POINT LANDING - CLEAN CSS
   Scope: mosab-*
====================================================== */

:root {
  --mosab-red: #c82d3c;
  --mosab-dark: #202020;
  --mosab-text: #666666;
  --mosab-border: rgba(0,0,0,0.055);
  --mosab-shadow: 0 12px 34px rgba(0,0,0,0.055);
  --mosab-shadow-red: 0 14px 34px rgba(200,45,60,0.11);
  --mosab-radius-lg: 30px;
  --mosab-radius-md: 22px;
}

html,
body {
  min-height: 100%;
  background: #ffffff;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 86% 8%, rgba(200,45,60,0.055), transparent 32%),
    radial-gradient(circle at 12% 44%, rgba(32,32,32,0.035), transparent 28%),
    radial-gradient(circle at 80% 78%, rgba(200,45,60,0.035), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfb 55%, #ffffff 100%);
  transform: translateY(var(--mosab-bg-y, 0));
}

.mosab-hero,
.mosab-process,
.mosab-features,
.mosab-ba,
.mosab-tech,
.mosab-pricing,
.mosab-faq,
.mosab-banner {
  direction: rtl;
  background: transparent;
}

.mosab-hero *,
.mosab-process *,
.mosab-features *,
.mosab-ba *,
.mosab-tech *,
.mosab-pricing *,
.mosab-faq *,
.mosab-banner * {
  box-sizing: border-box;
}

/* Shared */

.mosab-hero-container,
.mosab-process-container,
.mosab-features-container,
.mosab-ba-container,
.mosab-tech-container,
.mosab-pricing-container,
.mosab-faq-container {
  width: 100%;
  margin: 0 auto;
}

.mosab-hero-container { max-width: 900px; }
.mosab-process-container { max-width: 1160px; }
.mosab-features-container { max-width: 1180px; }
.mosab-ba-container { max-width: 1080px; }
.mosab-tech-container { max-width: 1000px; }
.mosab-pricing-container { max-width: 1180px; }
.mosab-faq-container { max-width: 900px; }

.mosab-badge,
.mosab-process-head span,
.mosab-ba-head span,
.mosab-tech-head span,
.mosab-pricing-head span,
.mosab-faq-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(200,45,60,0.08);
  color: var(--mosab-red);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.mosab-process-head,
.mosab-ba-head,
.mosab-tech-head,
.mosab-pricing-head,
.mosab-faq-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 34px;
}

.mosab-process-head p,
.mosab-ba-head p,
.mosab-pricing-head p,
.mosab-faq-head p {
  margin: 0;
  color: var(--mosab-text);
  font-size: 16px;
  line-height: 1.9;
}

/* Hero */

.mosab-hero {
  padding: 42px 20px 26px;
  text-align: center;
}

.mosab-badge {
  margin-bottom: 20px;
}

.mosab-title {
  margin: 0 0 16px;
  color: #2b2b2b;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -0.5px;
}

.mosab-title span {
  color: var(--mosab-red);
  position: relative;
  display: inline-block;
}

.mosab-title span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mosab-red), #ff6b75);
  opacity: 0.18;
  z-index: -1;
}

.mosab-desc {
  max-width: 650px;
  margin: 0 auto;
  color: var(--mosab-text);
  font-size: 17px;
  line-height: 1.9;
}

/* Process */

/* ===== Process Section - Image Preview Version ===== */

.mosab-process {
  padding: 28px 20px 76px;
}

.mosab-process-head h2 {
  display: none;
}

.mosab-process-head span {
  margin-bottom: 12px;
}

.mosab-process-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: center;
}

.mosab-process-preview {
  min-height: 360px;
  padding: 22px;
  border-radius: var(--mosab-radius-lg);
  background:
    radial-gradient(circle at top left, rgba(200,45,60,0.10), transparent 42%),
    rgba(255,255,255,0.78);
  border: 1px solid var(--mosab-border);
  box-shadow: var(--mosab-shadow);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mosab-preview-card {
  width: 100%;
  max-width: 420px;
  min-height: auto;
  padding: 18px;
  border-radius: 26px;
  background: #ffffff;
  text-align: center;
  border: 1px solid rgba(200,45,60,0.10);
  box-shadow: 0 12px 30px rgba(200,45,60,0.075);
}

.mosab-preview-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 20px;
  margin: 0 0 20px;
  display: block;
}

.mosab-preview-card h3 {
  margin: 0 0 10px;
  color: var(--mosab-dark);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.5;
}

.mosab-preview-card p {
  margin: 0;
  color: var(--mosab-text);
  font-size: 15px;
  line-height: 1.85;
}

.mosab-process-steps {
  display: grid;
  gap: 14px;
}

.mosab-process-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
  border-radius: var(--mosab-radius-md);
  background: rgba(255,255,255,0.76);
  border: 1px solid var(--mosab-border);
  box-shadow: 0 10px 26px rgba(0,0,0,0.045);
  cursor: pointer;
  transition: 0.3s ease;
  text-align: right;
}

.mosab-process-step span {
  min-width: 48px;
  height: 34px;
  border-radius: 999px;
  background: #f1f1f1;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.mosab-process-step h3 {
  margin: 0 0 6px;
  color: var(--mosab-dark);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
}

.mosab-process-step p {
  margin: 0;
  color: var(--mosab-text);
  font-size: 14.5px;
  line-height: 1.75;
}

.mosab-process-step.is-active {
  border-color: rgba(200,45,60,0.22);
  box-shadow: var(--mosab-shadow-red);
  background:
    radial-gradient(circle at top left, rgba(200,45,60,0.055), transparent 42%),
    rgba(255,255,255,0.88);
}

.mosab-process-step.is-active span {
  background: var(--mosab-red);
  color: #ffffff;
}

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

@media (max-width: 900px) {
  .mosab-process {
    padding: 24px 16px 62px;
  }

  .mosab-process-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mosab-process-preview {
    min-height: auto;
    padding: 16px;
    border-radius: 26px;
  }

  .mosab-preview-card {
    max-width: none;
    padding: 16px;
    border-radius: 24px;
  }

  .mosab-preview-card img {
    height: 190px;
    border-radius: 18px;
  }

  .mosab-preview-card h3 {
    font-size: 21px;
  }

  .mosab-preview-card p {
    font-size: 14px;
  }

  .mosab-process-step {
    padding: 17px;
    border-radius: 20px;
    gap: 14px;
  }

  .mosab-process-step h3 {
    font-size: 18.5px;
  }

  .mosab-process-step p {
    font-size: 13.5px;
  }

  .mosab-process-step span {
    min-width: 42px;
    height: 30px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .mosab-process {
    padding: 18px 14px 55px;
  }

  .mosab-preview-card img {
    height: 160px;
  }
}

.mosab-features {
  padding: 34px 20px 78px;
}

.mosab-features .mosab-process-head {
  margin-bottom: 28px;
}

.mosab-features-container {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 22px;
}

.mosab-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 365px;
  padding: 32px;
  border-radius: 28px;
  border: 1px solid var(--mosab-border);
  box-shadow: var(--mosab-shadow);
  background: rgba(255,255,255,0.68);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: 0.28s ease;
}

.mosab-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(0,0,0,0.075);
}

.mosab-feature-half { grid-column: span 5; }
.mosab-feature-large { grid-column: span 6; }
.mosab-feature-small { grid-column: span 4; }

.mosab-card-gray {
  background:
    radial-gradient(circle at top left, rgba(40,40,40,0.10), transparent 46%),
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(247,247,247,0.82));
}

.mosab-card-red {
  background:
    radial-gradient(circle at top left, rgba(200,45,60,0.13), transparent 46%),
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,245,246,0.82));
}

.mosab-card-accent {
  background:
    radial-gradient(circle at top left, rgba(59,130,246,0.12), transparent 46%),
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(243,248,255,0.82));
}

.mosab-card-green {
  background:
    radial-gradient(circle at top left, rgba(21,153,87,0.12), transparent 46%),
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(241,251,246,0.82));
}

.mosab-card-arrow {
  position: absolute;
  top: 26px;
  left: 26px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: #ffffff !important;
  font-size: 24px;
  line-height: 1;
}

.mosab-card-gray .mosab-card-arrow { background: #2b2b2b; }
.mosab-card-red .mosab-card-arrow { background: var(--mosab-red); }
.mosab-card-accent .mosab-card-arrow { background: #3b82f6; }
.mosab-card-green .mosab-card-arrow { background: #159957; }

.mosab-card-tag {
  display: inline-flex;
  padding: 7px 15px;
  border-radius: 999px;
  font-size: 13px;
  margin-bottom: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.mosab-card-gray .mosab-card-tag {
  background: rgba(0,0,0,0.06);
  color: #333;
}

.mosab-card-red .mosab-card-tag {
  background: rgba(200,45,60,0.09);
  color: var(--mosab-red);
}

.mosab-card-accent .mosab-card-tag {
  background: rgba(59,130,246,0.09);
  color: #2563eb;
}

.mosab-card-green .mosab-card-tag {
  background: rgba(21,153,87,0.09);
  color: #159957;
}

.mosab-feature-card h3 {
  margin: 0 0 12px;
  padding-left: 48px;
  color: #2b2b2b;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.45;
}

.mosab-feature-card p {
  margin: 0;
  color: var(--mosab-text);
  font-size: 16px;
  line-height: 1.85;
}

.mosab-card-image {
  margin-top: 32px;
  border-radius: 20px;
  overflow: hidden;
  height: auto;
  background: #f3f3f3;
}

.mosab-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}

/* Before / After */

.mosab-ba {
  padding: 70px 20px;
}

.mosab-ba-head {
  margin-bottom: 34px;
}

.mosab-ba-head span {
  margin-bottom: 14px;
}

.mosab-ba-head h2 {
  margin: 0 0 14px;
  color: var(--mosab-dark);
  font-size: 38px;
  font-weight: 900;
  line-height: 1.45;
}

.mosab-ba-box {
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255,255,255,0.68);
  border: 1px solid rgba(0,0,0,0.045);
  box-shadow: 0 18px 48px rgba(0,0,0,0.055);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.mosab-ba-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: rgba(255,255,255,0.74);
  border-bottom: 1px solid rgba(0,0,0,0.055);
}

.mosab-ba-tab {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  padding: 18px 8px 16px;
  min-height: 94px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  pointer-events: auto;
  color: var(--mosab-dark);
  font-family: inherit;
  border-left: 1px solid rgba(0,0,0,0.055);
  transition: background 0.25s ease, color 0.25s ease;
}

.mosab-ba-tab * {
  pointer-events: none;
}

.mosab-ba-tab:last-child {
  border-left: 0;
}

.mosab-ba-tab img {
  width: 28px;
  height: 28px;
  display: block;
  margin: 0 auto 9px;
  opacity: 0.9;
  transition: 0.25s ease;
}

.mosab-ba-tab span {
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
  white-space: nowrap;
}

.mosab-ba-tab::after {
  content: "";
  position: absolute;
  right: 18px;
  left: 18px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: var(--mosab-red);
  opacity: 0;
  transform: scaleX(0.5);
  transition: 0.25s ease;
}

.mosab-ba-tab:hover {
  background: rgba(200,45,60,0.035);
}

.mosab-ba-tab.is-active {
  color: var(--mosab-red);
  background: rgba(255,255,255,0.86);
  background-image: none !important;
}

.mosab-ba-tab.is-active img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(86%) saturate(1600%) hue-rotate(335deg) brightness(95%) contrast(95%);
  transform: translateY(-2px);
}

.mosab-ba-tab.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.mosab-ba-panel {
  padding: 34px;
}

.mosab-ba-panel-head {
  text-align: center;
  margin-bottom: 26px;
}

.mosab-ba-main-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 12px 28px rgba(0,0,0,0.07),
    inset 0 0 0 1px rgba(200,45,60,0.12);
}

.mosab-ba-main-icon img {
  width: 32px;
  height: 32px;
  filter: brightness(0) saturate(100%) invert(27%) sepia(86%) saturate(1600%) hue-rotate(335deg) brightness(95%) contrast(95%);
}

.mosab-ba-panel-head h3 {
  margin: 0;
  color: var(--mosab-dark);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.mosab-ba-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.mosab-ba-side {
  position: relative;
  min-height: 210px;
  padding: 58px 28px 34px;
  border-radius: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mosab-before {
  background:
    radial-gradient(circle at top, rgba(200,45,60,0.08), transparent 55%),
    rgba(255,240,241,0.82);
  border: 1px solid rgba(200,45,60,0.12);
}

.mosab-after {
  background:
    radial-gradient(circle at top, rgba(21,153,87,0.08), transparent 55%),
    rgba(240,252,245,0.86);
  border: 1px solid rgba(21,153,87,0.12);
}

.mosab-ba-side span {
  position: absolute;
  top: 18px;
  right: 18px;
  left: auto;
  padding: 6px 16px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
}

.mosab-before span {
  background: var(--mosab-red);
}

.mosab-after span {
  background: #159957;
}

.mosab-ba-side p {
  margin: 0;
  max-width: 390px;
  color: var(--mosab-dark);
  font-size: 17px;
  line-height: 1.9;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* Tech */

.mosab-tech {
  padding: 70px 20px;
}

.mosab-tech-head {
  margin-bottom: 40px;
}

.mosab-tech-head h2 {
  margin: 10px 0 0;
  font-size: 32px;
  font-weight: 900;
  color: var(--mosab-dark);
  line-height: 1.45;
}

.mosab-tech-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.mosab-tech-item {
  position: relative;
  min-height: 150px;
  padding: 26px 18px;
  border-radius: 22px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  background: linear-gradient(
    145deg,
    rgba(255,255,255,0.68),
    rgba(255,255,255,0.42)
  );
  border: 1px solid rgba(255,255,255,0.58);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 10px 30px rgba(0,0,0,0.05),
    inset 0 1px 0 rgba(255,255,255,0.6);
  transition: all 0.35s ease;
}

.mosab-tech-item:hover,
.mosab-tech-item.is-active {
  transform: translateY(-6px);
  box-shadow:
    0 18px 45px rgba(0,0,0,0.08),
    inset 0 1px 0 rgba(255,255,255,0.7);
}

.mosab-tech-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #f5f5f5;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.mosab-tech-icon img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
  opacity: 0.85;
  filter: brightness(0) saturate(100%)
    invert(27%) sepia(86%) saturate(1600%)
    hue-rotate(335deg) brightness(95%) contrast(95%);
}

.mosab-tech-item:hover .mosab-tech-icon,
.mosab-tech-item.is-active .mosab-tech-icon {
  transform: scale(1.08);
  background: var(--mosab-red);
  border-color: var(--mosab-red);
  box-shadow: none;
}

.mosab-tech-item:hover .mosab-tech-icon img,
.mosab-tech-item.is-active .mosab-tech-icon img {
  opacity: 1;
  filter: brightness(0) invert(1);
}

.mosab-tech-item h3 {
  margin: 0;
  font-size: 15.5px;
  font-weight: 800;
  color: var(--mosab-dark);
  line-height: 1.6;
}

.mosab-tech-item p {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  color: var(--mosab-text);
  font-size: 13.5px;
  line-height: 1.75;
  transition: all 0.3s ease;
}

.mosab-tech-item:hover p,
.mosab-tech-item.is-active p {
  max-height: 90px;
  opacity: 1;
  margin-top: 10px;
}

/* ======================================================
   PRICING
====================================================== */

.mosab-pricing {
  padding: 70px 20px;
}

.mosab-pricing-head {
  margin-bottom: 38px;
}

.mosab-pricing-head h2 {
  margin: 0 0 14px;
  color: #202020;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.45;
}

.mosab-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

/* =========================
   CARD
========================= */

.mosab-price-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.84) 0%,
      rgba(252,252,252,0.76) 100%
    );
  border: 1px solid rgba(204,52,84,0.14);
  box-shadow:
    0 16px 42px rgba(0,0,0,0.05),
    inset 0 1px 0 rgba(255,255,255,0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.mosab-price-card:hover {
  transform: translateY(-7px);
  border-color: rgba(204,52,84,0.24);
  box-shadow:
    0 24px 58px rgba(0,0,0,0.08),
    inset 0 1px 0 rgba(255,255,255,0.82);
}

/* =========================
   FEATURED CARD
========================= */

.mosab-price-card.is-featured {
  border-color: rgba(204,52,84,0.30);
  background:
    radial-gradient(circle at top right, rgba(204,52,84,0.075), transparent 42%),
    radial-gradient(circle at bottom left, rgba(112,112,112,0.06), transparent 38%),
    linear-gradient(
      180deg,
      rgba(255,255,255,0.88) 0%,
      rgba(250,250,250,0.82) 100%
    );
  box-shadow:
    0 24px 60px rgba(204,52,84,0.10),
    inset 0 1px 0 rgba(255,255,255,0.82);
}

/* =========================
   BADGE
========================= */

.mosab-price-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  padding: 8px 14px;
  border-radius: 999px;
  background: #2f2f2f;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(0,0,0,0.16);
}

/* =========================
   IMAGE
========================= */

.mosab-price-image {
  height: 230px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  padding: 16px;
}

.mosab-price-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 18px;
}

/* =========================
   CONTENT
========================= */

.mosab-price-content {
  padding: 26px 24px 24px;
}

/* =========================
   TITLES
========================= */

.mosab-price-content h3 {
  margin: 0 0 8px;
  color: #2c2c2c;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.mosab-price-subtitle {
  margin: 0 auto 22px;
  color: #666666;
  font-size: 14.5px;
  line-height: 1.9;
  text-align: center;
  min-height: 52px;
}

/* =========================
   FEATURES
========================= */

.mosab-price-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 12px;
}

.mosab-price-features li {
  position: relative;
  padding-right: 30px;
  color: #333333;
  font-size: 14px;
  line-height: 1.7;
}

.mosab-price-features li::before {
  position: absolute;
  right: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}

.mosab-price-features .is-included::before {
  content: "✓";
  background: rgba(204,52,84,0.10);
  color: #cc3454;
}

.mosab-price-features .is-excluded {
  color: #9b9b9b;
}

.mosab-price-features .is-excluded::before {
  content: "×";
  background: rgba(112,112,112,0.10);
  color: #707070;
}

/* =========================
   PRICE
========================= */

.mosab-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin: 0 0 22px;
}

.mosab-price strong {
  color: #2b2b2b;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -1px;
}

.mosab-price span {
  color: #6f6f6f;
  font-size: 13px;
  font-weight: 700;
}

/* =========================
   BUTTON
========================= */

.mosab-price-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 14px;
  background: #2b2b2b;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0,0,0,0.14);
  transition: 0.25s ease;
}

.mosab-price-btn:hover {
  background: #c82d3c;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(200,45,60,0.22);
}

/* Featured button */
.mosab-price-card.is-featured .mosab-price-btn {
  background: #c82d3c;
  box-shadow: 0 16px 34px rgba(200,45,60,0.18);
}

.mosab-price-card.is-featured .mosab-price-btn:hover {
  background: #2b2b2b;
  box-shadow: 0 18px 38px rgba(0,0,0,0.18);
}

/* =========================
   TABLET
========================= */

@media (max-width: 1000px) {
  .mosab-pricing-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {
  .mosab-pricing {
    padding: 55px 14px;
  }

  .mosab-pricing-head h2 {
    font-size: 28px;
  }

  .mosab-price-content {
    padding: 22px 20px 22px;
  }

  .mosab-price-content h3 {
    font-size: 22px;
  }

  .mosab-price strong {
    font-size: 32px;
  }
}


/* FAQ */

.mosab-faq {
  padding: 70px 20px;
}

.mosab-faq-head {
  margin-bottom: 34px;
}

.mosab-faq-head h2 {
  margin: 0 0 12px;
  font-size: 34px;
  font-weight: 900;
  color: var(--mosab-dark);
}

.mosab-faq-list {
  display: grid;
  gap: 14px;
}

.mosab-faq-item {
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,0.68);
  border: 1px solid rgba(0,0,0,0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: 0.25s ease;
}

.mosab-faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 20px 22px;
  font-family: inherit;
  font-size: 15.5px;
  font-weight: 800;
  color: var(--mosab-dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.mosab-faq-question span {
  font-size: 22px;
  color: var(--mosab-red);
  transition: 0.25s ease;
}

.mosab-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  color: var(--mosab-text);
  font-size: 14.5px;
  line-height: 1.9;
  transition: all 0.3s ease;
}

.mosab-faq-item.is-open .mosab-faq-answer {
  max-height: 200px;
  padding: 0 22px 18px;
}

.mosab-faq-item.is-open .mosab-faq-question span {
  transform: rotate(45deg);
}

/* ======================================================
   FLAT BANNER (FINAL)
====================================================== */

.mosab-banner {
  width: 100%;
  margin: 40px auto;
}

.mosab-banner-bg {
  max-width: 1180px; 
  margin: auto;
  border-radius: 0px;
  overflow: hidden;
}

.mosab-banner-bg img {
  width: 100%;
  max-height: 600px;
  display: block;
  object-fit: cover;
}

/* Responsive */

@media (max-width: 950px) {
  .mosab-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 460px;
    margin: auto;
  }

  .mosab-price-image {
    height: 220px;
  }
}

@media (max-width: 900px) {
  .mosab-process-layout,
  .mosab-features-container {
    grid-template-columns: 1fr;
  }

  .mosab-feature-half,
  .mosab-feature-large,
  .mosab-feature-small {
    grid-column: 1 / -1;
  }

  .mosab-tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mosab-ba-tabs {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .mosab-ba-tabs::-webkit-scrollbar {
    display: none;
  }

  .mosab-ba-tab {
    flex: 0 0 122px;
    scroll-snap-align: start;
    min-height: 88px;
    padding: 15px 8px 14px;
  }

  .mosab-ba-compare {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .mosab-hero,
  .mosab-process,
  .mosab-features,
  .mosab-ba,
  .mosab-tech,
  .mosab-pricing,
  .mosab-faq {
    padding-left: 14px;
    padding-right: 14px;
  }

  .mosab-title {
    font-size: 27px;
  }

  .mosab-desc {
    font-size: 14px;
  }

  .mosab-ba-head h2,
  .mosab-tech-head h2,
  .mosab-pricing-head h2,
  .mosab-faq-head h2 {
    font-size: 27px;
  }

  .mosab-tech-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .mosab-tech-item {
    padding: 20px 12px;
  }

  .mosab-banner {
    height: 300px;
    border-radius: 22px;
  }
}

@media (max-width: 380px) {
  .mosab-tech-grid {
    grid-template-columns: 1fr;
  }
}