@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.0.0/css/all.min.css');

.fbv-2026,
.fbv-2026 * {
  box-sizing: border-box;
}

.fbv-2026 {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #18202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.fbv-2026 .fbv-2026-section {
  width: 100% !important;
  overflow: hidden;
}

.fbv-2026 .fbv-2026-section-white {
  background: #ffffff;
}

.fbv-2026 .fbv-2026-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.12), transparent 34%),
    linear-gradient(180deg, #f5f9ff 0%, #eef5ff 100%);
}

.fbv-2026 .fbv-2026-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}

.fbv-2026 .fbv-2026-heading {
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
  color: #101827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.fbv-2026 .fbv-2026-intro {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  color: #526070;
  font-weight: 450;
  line-height: 1.65;
}

.fbv-2026 .fbv-2026-grid {
  display: grid !important;
  width: 100% !important;
  min-width: 0;
  align-items: stretch !important;
}

.fbv-2026 .fbv-2026-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    linear-gradient(135deg, rgba(24, 119, 242, 0.08), rgba(0, 178, 255, 0.06));
  border: 1px solid #d9e6f8;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(19, 65, 128, 0.11);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 420ms ease;
}

.fbv-2026 .fbv-2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.12), rgba(19, 208, 181, 0.08), transparent 58%);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 320ms ease, transform 320ms ease;
  pointer-events: none;
}

.fbv-2026 .fbv-2026-card:hover {
  transform: translateY(-8px);
  border-color: rgba(24, 119, 242, 0.42);
  box-shadow: 0 26px 62px rgba(24, 119, 242, 0.18);
}

.fbv-2026 .fbv-2026-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.fbv-2026 .fbv-2026-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, #1877f2 0%, #00b2ff 58%, #13d0b5 100%);
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.28);
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.fbv-2026 .fbv-2026-card:hover .fbv-2026-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 36px rgba(0, 178, 255, 0.3);
}

.fbv-2026 .fbv-2026-i {
  display: block;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.fbv-2026 .fbv-2026-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #152033;
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: 0;
}

.fbv-2026 .fbv-2026-card-text {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #5b6878;
  font-weight: 430;
  line-height: 1.58;
}

.fbv-2026.fbv-js .fbv-2026-card {
  opacity: 0;
  transform: translateY(18px);
}

.fbv-2026.fbv-js .fbv-2026-card.fbv-visible {
  opacity: 1;
  transform: translateY(0);
}

.fbv-2026.fbv-js .fbv-2026-card.fbv-visible:hover {
  transform: translateY(-8px);
}

@media (min-width: 1024px) {
  .fbv-2026 .fbv-2026-section {
    padding: 86px 0;
  }

  .fbv-2026 .fbv-2026-container {
    padding: 0 28px;
  }

  .fbv-2026 .fbv-2026-heading {
    font-size: 42px;
  }

  .fbv-2026 .fbv-2026-intro {
    padding-top: 16px;
    font-size: 17px;
  }

  .fbv-2026 .fbv-2026-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    padding-top: 42px;
  }

  .fbv-2026 .fbv-2026-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fbv-2026 .fbv-2026-card {
    min-height: 298px;
    padding: 34px 30px;
    border-radius: 22px;
  }

  .fbv-2026 .fbv-2026-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    margin-bottom: 24px;
  }

  .fbv-2026 .fbv-2026-i {
    font-size: 28px;
  }

  .fbv-2026 .fbv-2026-card-title {
    font-size: 21px;
  }

  .fbv-2026 .fbv-2026-card-text {
    padding-top: 13px;
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fbv-2026 .fbv-2026-section {
    padding: 68px 0;
  }

  .fbv-2026 .fbv-2026-container {
    padding: 0 24px;
  }

  .fbv-2026 .fbv-2026-heading {
    font-size: 34px;
  }

  .fbv-2026 .fbv-2026-intro {
    padding-top: 14px;
    font-size: 16px;
  }

  .fbv-2026 .fbv-2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px;
    padding-top: 34px;
  }

  .fbv-2026 .fbv-2026-card {
    min-height: 268px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .fbv-2026 .fbv-2026-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin-bottom: 20px;
  }

  .fbv-2026 .fbv-2026-i {
    font-size: 25px;
  }

  .fbv-2026 .fbv-2026-card-title {
    font-size: 19px;
  }

  .fbv-2026 .fbv-2026-card-text {
    padding-top: 11px;
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .fbv-2026 .fbv-2026-section {
    padding: 52px 0;
  }

  .fbv-2026 .fbv-2026-container {
    padding: 0 16px;
  }

  .fbv-2026 .fbv-2026-heading {
    max-width: 360px;
    font-size: 28px;
  }

  .fbv-2026 .fbv-2026-intro {
    padding-top: 11px;
    font-size: 14px;
    line-height: 1.55;
  }

  .fbv-2026 .fbv-2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
    padding-top: 26px;
  }

  .fbv-2026 .fbv-2026-card {
    min-height: 226px;
    padding: 22px 15px;
    border-radius: 17px;
  }

  .fbv-2026 .fbv-2026-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 15px;
  }

  .fbv-2026 .fbv-2026-i {
    font-size: 21px;
  }

  .fbv-2026 .fbv-2026-card-title {
    font-size: 16px;
  }

  .fbv-2026 .fbv-2026-card-text {
    padding-top: 9px;
    font-size: 12.8px;
    line-height: 1.48;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fbv-2026 .fbv-2026-section {
    padding: 46px 0;
  }

  .fbv-2026 .fbv-2026-container {
    padding: 0 12px;
  }

  .fbv-2026 .fbv-2026-heading {
    max-width: 320px;
    font-size: 25px;
  }

  .fbv-2026 .fbv-2026-intro {
    padding-top: 10px;
    font-size: 13.3px;
    line-height: 1.5;
  }

  .fbv-2026 .fbv-2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
    padding-top: 22px;
  }

  .fbv-2026 .fbv-2026-card {
    min-height: 218px;
    padding: 20px 12px;
    border-radius: 16px;
  }

  .fbv-2026 .fbv-2026-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 13px;
  }

  .fbv-2026 .fbv-2026-i {
    font-size: 19px;
  }

  .fbv-2026 .fbv-2026-card-title {
    font-size: 15px;
  }

  .fbv-2026 .fbv-2026-card-text {
    padding-top: 8px;
    font-size: 12.2px;
    line-height: 1.45;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .fbv-2026 .fbv-2026-section {
    padding: 40px 0;
  }

  .fbv-2026 .fbv-2026-container {
    padding: 0 10px;
  }

  .fbv-2026 .fbv-2026-heading {
    max-width: 286px;
    font-size: 22px;
  }

  .fbv-2026 .fbv-2026-intro {
    padding-top: 9px;
    font-size: 12.5px;
    line-height: 1.48;
  }

  .fbv-2026 .fbv-2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
    padding-top: 20px;
  }

  .fbv-2026 .fbv-2026-card {
    min-height: 210px;
    padding: 17px 9px;
    border-radius: 14px;
  }

  .fbv-2026 .fbv-2026-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
  }

  .fbv-2026 .fbv-2026-i {
    font-size: 18px;
  }

  .fbv-2026 .fbv-2026-card-title {
    font-size: 14px;
    line-height: 1.18;
  }

  .fbv-2026 .fbv-2026-card-text {
    padding-top: 7px;
    font-size: 11.5px;
    line-height: 1.4;
  }
}

@media (max-width: 319px) {
  .fbv-2026 .fbv-2026-section {
    padding: 36px 0;
  }

  .fbv-2026 .fbv-2026-container {
    padding: 0 10px;
  }

  .fbv-2026 .fbv-2026-heading {
    font-size: 21px;
  }

  .fbv-2026 .fbv-2026-intro {
    padding-top: 9px;
    font-size: 12px;
  }

  .fbv-2026 .fbv-2026-grid {
    grid-template-columns: 1fr !important;
    gap: 10px;
    padding-top: 18px;
  }

  .fbv-2026 .fbv-2026-card {
    min-height: 210px;
    padding: 18px 12px;
  }

  .fbv-2026 .fbv-2026-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
  }

  .fbv-2026 .fbv-2026-i {
    font-size: 18px;
  }

  .fbv-2026 .fbv-2026-card-title {
    font-size: 14px;
  }

  .fbv-2026 .fbv-2026-card-text {
    padding-top: 7px;
    font-size: 11.8px;
  }
}