@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

.fbvf-feature-viewer,
.fbvf-feature-viewer * {
  box-sizing: border-box;
  min-width: 0;
}

.fbvf-feature-viewer {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172238;
  font-family: Arial, Helvetica, sans-serif;
}

.fbvf-feature-viewer .fbvf-section {
  width: 100% !important;
  overflow: hidden;
}

.fbvf-feature-viewer .fbvf-section-white {
  background: #ffffff;
}

.fbvf-feature-viewer .fbvf-section-tint {
  background: linear-gradient(180deg, #f4f8ff 0%, #eef5ff 100%);
}

.fbvf-feature-viewer .fbvf-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.fbvf-feature-viewer .fbvf-heading,
.fbvf-feature-viewer .fbvf-intro,
.fbvf-feature-viewer .fbvf-card-title,
.fbvf-feature-viewer .fbvf-card-text {
  text-align: center !important;
}

.fbvf-feature-viewer .fbvf-heading {
  margin: 0 auto;
  color: #10264d;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

.fbvf-feature-viewer .fbvf-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: #53627a;
  line-height: 1.7;
  font-weight: 500;
}

.fbvf-feature-viewer .fbvf-grid {
  display: grid !important;
  align-items: stretch !important;
}

.fbvf-feature-viewer .fbvf-card {
  position: relative;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid #dbe8fb;
  box-shadow: 0 18px 45px rgba(37, 92, 168, 0.11);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

.fbvf-feature-viewer .fbvf-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.11), transparent 46%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}

.fbvf-feature-viewer .fbvf-card:hover {
  transform: translateY(-8px);
  border-color: #8bbcff;
  box-shadow: 0 24px 64px rgba(24, 119, 242, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.fbvf-feature-viewer .fbvf-card:hover::before {
  opacity: 1;
}

.fbvf-feature-viewer .fbvf-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  text-align: center !important;
  color: #ffffff;
  background: linear-gradient(135deg, #1877f2 0%, #2fb4ff 70%, #00c6a7 100%);
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.24);
  transition: transform 320ms ease, box-shadow 320ms ease, background-position 320ms ease;
  background-size: 150% 150%;
}

.fbvf-feature-viewer .fbvf-card:hover .fbvf-icon {
  transform: translateY(-4px) scale(1.04);
  background-position: 100% 50%;
  box-shadow: 0 18px 36px rgba(0, 198, 167, 0.24);
}

.fbvf-feature-viewer .fbvf-i {
  line-height: 1;
  text-align: center !important;
}

.fbvf-feature-viewer .fbvf-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #132b55;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.fbvf-feature-viewer .fbvf-card-text {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #5b6a82;
  line-height: 1.65;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .fbvf-feature-viewer .fbvf-section {
    padding: 88px 0;
  }

  .fbvf-feature-viewer .fbvf-container {
    padding: 0 28px;
  }

  .fbvf-feature-viewer .fbvf-heading {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  .fbvf-feature-viewer .fbvf-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .fbvf-feature-viewer .fbvf-grid {
    gap: 24px;
  }

  .fbvf-feature-viewer .fbvf-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fbvf-feature-viewer .fbvf-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fbvf-feature-viewer .fbvf-card {
    min-height: 292px;
    padding: 34px 24px;
    border-radius: 24px;
  }

  .fbvf-feature-viewer .fbvf-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    margin-bottom: 24px;
    font-size: 30px;
  }

  .fbvf-feature-viewer .fbvf-card-title {
    font-size: 21px;
    margin-bottom: 12px;
  }

  .fbvf-feature-viewer .fbvf-card-text {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fbvf-feature-viewer .fbvf-section {
    padding: 72px 0;
  }

  .fbvf-feature-viewer .fbvf-container {
    padding: 0 24px;
  }

  .fbvf-feature-viewer .fbvf-heading {
    font-size: 34px;
    max-width: 760px;
  }

  .fbvf-feature-viewer .fbvf-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .fbvf-feature-viewer .fbvf-grid,
  .fbvf-feature-viewer .fbvf-grid-3,
  .fbvf-feature-viewer .fbvf-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .fbvf-feature-viewer .fbvf-card {
    min-height: 266px;
    padding: 30px 22px;
    border-radius: 22px;
  }

  .fbvf-feature-viewer .fbvf-icon {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    margin-bottom: 20px;
    font-size: 27px;
  }

  .fbvf-feature-viewer .fbvf-card-title {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .fbvf-feature-viewer .fbvf-card-text {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .fbvf-feature-viewer .fbvf-section {
    padding: 54px 0;
  }

  .fbvf-feature-viewer .fbvf-container {
    padding: 0 16px;
  }

  .fbvf-feature-viewer .fbvf-heading {
    font-size: 28px;
    max-width: 420px;
  }

  .fbvf-feature-viewer .fbvf-intro {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 26px;
  }

  .fbvf-feature-viewer .fbvf-grid,
  .fbvf-feature-viewer .fbvf-grid-3,
  .fbvf-feature-viewer .fbvf-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .fbvf-feature-viewer .fbvf-card {
    min-height: 230px;
    padding: 22px 14px;
    border-radius: 18px;
  }

  .fbvf-feature-viewer .fbvf-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    margin-bottom: 15px;
    font-size: 22px;
  }

  .fbvf-feature-viewer .fbvf-card-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .fbvf-feature-viewer .fbvf-card-text {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fbvf-feature-viewer .fbvf-section {
    padding: 48px 0;
  }

  .fbvf-feature-viewer .fbvf-container {
    padding: 0 12px;
  }

  .fbvf-feature-viewer .fbvf-heading {
    font-size: 25px;
    max-width: 350px;
  }

  .fbvf-feature-viewer .fbvf-intro {
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 22px;
  }

  .fbvf-feature-viewer .fbvf-grid,
  .fbvf-feature-viewer .fbvf-grid-3,
  .fbvf-feature-viewer .fbvf-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .fbvf-feature-viewer .fbvf-card {
    min-height: 222px;
    padding: 19px 11px;
    border-radius: 16px;
  }

  .fbvf-feature-viewer .fbvf-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 13px;
    font-size: 20px;
  }

  .fbvf-feature-viewer .fbvf-card-title {
    font-size: 15px;
    margin-bottom: 7px;
  }

  .fbvf-feature-viewer .fbvf-card-text {
    font-size: 12.3px;
    line-height: 1.45;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .fbvf-feature-viewer .fbvf-section {
    padding: 42px 0;
  }

  .fbvf-feature-viewer .fbvf-container {
    padding: 0 10px;
  }

  .fbvf-feature-viewer .fbvf-heading {
    font-size: 22px;
    max-width: 300px;
  }

  .fbvf-feature-viewer .fbvf-intro {
    font-size: 12.8px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .fbvf-feature-viewer .fbvf-grid,
  .fbvf-feature-viewer .fbvf-grid-3,
  .fbvf-feature-viewer .fbvf-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .fbvf-feature-viewer .fbvf-card {
    min-height: 214px;
    padding: 16px 8px;
    border-radius: 14px;
  }

  .fbvf-feature-viewer .fbvf-icon {
    width: 43px;
    height: 43px;
    border-radius: 13px;
    margin-bottom: 11px;
    font-size: 18px;
  }

  .fbvf-feature-viewer .fbvf-card-title {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .fbvf-feature-viewer .fbvf-card-text {
    font-size: 11.6px;
    line-height: 1.42;
  }
}

.fbvf-feature-viewer .fbvf-card {
  opacity: 1;
  transform: translateY(0);
}

.fbvf-feature-viewer.fbvf-js .fbvf-card {
  opacity: 0;
  transform: translateY(18px);
}

.fbvf-feature-viewer.fbvf-js .fbvf-card.fbvf-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}