/* =============================================
   MULTI-LANGUAGE PAGE — feature-multi-language.css
   Prefix for page-specific rules: ml-
   ============================================= */

.fp-eyebrow {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0a1a6f;
  background: #e8eeff;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 14px;
}
.fp-section-heading {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #111111;
  line-height: 1.3;
  margin-bottom: 0;
}
.fp-section-lead {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #6b7280;
  line-height: 1.65;
  margin-bottom: 0;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.fp-section-lead--light {
  color: rgba(255, 255, 255, 0.78);
}
.fp-prose {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #374151;
  line-height: 1.8;
  margin-bottom: 18px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.fp-prose:last-child {
  margin-bottom: 0;
}
.fp-prose__link {
  color: #0a1a6f;
  text-decoration: none !important;
  border-bottom: 1px solid #c7d2fe;
  transition: border-color 0.18s ease;
}
.fp-prose__link:hover,
.fp-prose__link:focus {
  border-bottom-color: #0a1a6f;
  color: #0a1a6f;
  text-decoration: none !important;
}
.fp-card-link {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #0a1a6f;
  text-decoration: none !important;
  margin-top: 12px;
  border-bottom: 1px solid #c7d2fe;
  transition:
    border-color 0.18s ease,
    color 0.18s ease;
}
.fp-card-link:hover,
.fp-card-link:focus {
  color: #0a1a6f;
  border-bottom-color: #0a1a6f;
  text-decoration: none !important;
}
.fp-pull-quote {
  background: #f0f4ff;
  border-left: 4px solid #0a1a6f;
  border-radius: 0 10px 10px 0;
  padding: 20px 24px;
  margin: 24px 0;
}
.fp-pull-quote__text {
  font-family: "Poppins", sans-serif;
  font-size: 14.5px;
  color: #374151;
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 10px;
}
.fp-pull-quote__name {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #0a1a6f;
  margin-bottom: 0;
}
.fp-pull-quote__meta {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 0;
}
.fp-pull-quote--light {
  background: rgba(255, 255, 255, 0.1);
  border-left-color: #ffcc00;
}
.fp-pull-quote--light .fp-pull-quote__text {
  color: rgba(255, 255, 255, 0.88);
}
.fp-pull-quote--light .fp-pull-quote__name {
  color: #ffcc00;
}
.fp-pull-quote--light .fp-pull-quote__meta {
  color: rgba(255, 255, 255, 0.55);
}
.fp-badge-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.fp-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #000;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 8px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  min-width: 148px;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.fp-badge:hover {
  background: #1a1a1a;
  transform: scale(1.03);
  color: #fff !important;
  text-decoration: none !important;
}
.fp-badge__text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.fp-badge__sub {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 400;
  opacity: 0.75;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.fp-badge__name {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.fp-rating-strip {
  font-family: "Poppins", sans-serif;
  font-size: 12.5px;
  color: #6b7280;
  margin-top: 10px;
  margin-bottom: 0;
}
.fp-rating-strip strong {
  color: #111;
  font-weight: 600;
}
.fp-reviews {
  background: #fff;
  padding: 72px 0 80px;
}
.fp-review-card {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  padding: 22px 22px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
.fp-review-card:hover {
  box-shadow: 0 6px 28px rgba(10, 26, 111, 0.1);
  transform: translateY(-4px);
}
.fp-review-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.fp-review-card__stars {
  display: flex;
  gap: 2px;
}
.fp-review-card__stars i {
  font-size: 12px;
  color: #ffcc00;
}
.fp-review-card__store {
  font-size: 16px;
  color: #6b7280;
}
.fp-review-card__quote {
  font-family: "Poppins", sans-serif;
  font-size: 13.5px;
  color: #374151;
  line-height: 1.7;
  flex: 1;
  margin-bottom: 14px;
}
.fp-review-card__name {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #0a1a6f;
  margin-bottom: 2px;
}
.fp-review-card__meta {
  font-family: "Poppins", sans-serif;
  font-size: 11.5px;
  color: #9ca3af;
}
.fp-flow-visual {
  margin-top: 40px;
}
.fp-faq {
  background: #f8fafc;
  padding: 40px 0 80px;
  font-family: "Poppins", sans-serif;
}
.fp-device-table-wrap {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.fp-device-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.fp-device-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px;
  font-family: "Poppins", sans-serif;
}
.fp-device-table thead th {
  background: #0a1a6f;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 14px 20px;
  text-align: left;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.fp-device-table tbody td {
  padding: 16px 20px;
  font-size: 13.5px;
  color: #374151;
  line-height: 1.6;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: top;
}
.fp-device-table tbody tr:last-child td {
  border-bottom: none;
}
.fp-device-table tbody tr:hover td {
  background: #f8fafc;
}
.fp-device-table__platform {
  font-weight: 700;
  color: #0a1a6f;
  white-space: nowrap;
  width: 22%;
}
.fp-cta-secondary {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0a1a6f;
  text-decoration: none !important;
  padding: 12px 26px;
  border: 2px solid #0a1a6f;
  border-radius: 6px;
  margin-left: 14px;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
a.fp-cta-secondary:hover {
  background: #0a1a6f;
  color: #fff !important;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .fp-section-heading {
    font-size: 24px;
  }
  .fp-faq {
    padding: 32px 0 64px;
  }
  .fp-reviews {
    padding: 56px 0 64px;
  }
  .fp-cta-secondary {
    margin-left: 0;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .fp-section-heading {
    font-size: 22px;
  }
  .fp-device-table thead th,
  .fp-device-table tbody td {
    padding: 12px 14px;
    font-size: 13px;
  }
  .fp-faq {
    padding: 28px 0 56px;
  }
  .fp-reviews {
    padding: 48px 0 56px;
  }
}
@media (max-width: 575px) {
  .fp-section-heading {
    font-size: 20px;
  }
  .fp-badge {
    min-width: 136px;
  }
  .fp-faq {
    padding: 24px 0 48px;
  }
  .fp-reviews {
    padding: 40px 0 48px;
  }
}

/* -- Page-specific rules below (prefix: ml-) -- */

/* ===== fs2-* design system ===== */
.fs2-hero { padding: 40px 0; }
.fs2-hero h1 { font-size: 2.5rem; font-weight: 800; line-height: 1.25; color: #1a1a1a; }
.fs2-hero .h1-highlight { color: #0A1A6F; }
.fs2-hero .fs2-desc { font-size: 1rem; color: #555; margin-top: 1rem; line-height: 1.7; }
@media (max-width:767px) { .fs2-hero h1 { font-size: 1.9rem; } }

.fs2-section-title { font-family:'Poppins',sans-serif; font-size:1.65rem; font-weight:800; color:#1a1a1a; line-height:1.25; margin-bottom:1.25rem; }
@media (max-width:767px) { .fs2-section-title { font-size:1.35rem; } }

.fs2-features { padding: 40px 0; background: #f8fafc; }
.fs2-feat-card { background: #fff; border: 1px solid #e8e8e8; border-radius: 12px; padding: 20px; display: flex; flex-direction: column; box-shadow: 0 1px 6px rgba(0,0,0,.04); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; cursor: default; height: 100%; }
.fs2-feat-card:hover { transform: translateY(-5px); box-shadow: 0 10px 28px rgba(0,0,0,.10); border-color: #c0bfcf; }
.fs2-feat-icon { width: 36px; height: 36px; background: #eef1fb; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; color: #0A1A6F; margin-bottom: 10px; font-size: .9rem; flex-shrink: 0; }
.fs2-feat-card h6 { font-weight: 700; color: #1a1a1a; margin-bottom: 8px; font-size: .92rem; line-height: 1.4; }
.fs2-feat-card p { color: #666; font-size: .84rem; line-height: 1.65; margin: 0 0 6px; }
.fs2-feat-card p:last-child { margin-bottom: 0; }

.fs2-triggers { padding: 40px 0; background: #fff; }

.enterprise-complexity { background: #0A1A6F url('/website-files/img/Feature_New_Imf/cta_bk.png') center center / cover no-repeat; padding: 44px 0 52px; font-family: 'Poppins', sans-serif; }
.enterprise-complexity__heading { font-size: 28px; font-weight: 700; color: #ffffff; line-height: 1.35; margin-bottom: 12px; }

.fs2-faqs { background: #f8fafc; padding: 60px 0; }
.fs2-faq-item { border: 1px solid #e8e8e8; border-radius: 10px; padding: 20px 24px; margin-bottom: 14px; background: #fff; }
.fs2-faq-q-badge { background: #0A1A6F; color: #fff; border-radius: 6px; width: 28px; height: 28px; min-width: 28px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .78rem; margin-top: 1px; }
.fs2-faq-question { font-weight: 700; color: #1a1a1a; font-size: .95rem; margin: 0 0 8px; }
.fs2-faq-answer { color: #777; font-size: .87rem; line-height: 1.6; margin: 0; padding-left: 40px; }

.fs2-cta { background: #f7f8fc; padding: 60px 0; }

/* Demo button */
.ml-demo-btn {
  background-color: #0A1A6F !important;
  border-color: #0A1A6F !important;
  color: #fff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 12px 28px !important;
  border-radius: 6px !important;
}
.ml-demo-btn:hover,
.ml-demo-btn:focus {
  background-color: #0c1e8a !important;
  border-color: #0c1e8a !important;
  color: #FFCC00 !important;
}
.fs2-cta .ml-demo-btn {
  padding: 14px 36px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.ml-branch-link:hover,
.ml-branch-link:focus {
  color: #fff !important;
  border-bottom-color: rgba(255,255,255,0.4) !important;
  text-decoration: none !important;
}
