@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');

.fblv26-wrap,
.fblv26-wrap * {
  box-sizing: border-box;
}

.fblv26-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #142238;
  font-family: Arial, Helvetica, sans-serif;
}

.fblv26-section {
  width: 100% !important;
  max-width: 100% !important;
}

.fblv26-section-white {
  background: #ffffff;
}

.fblv26-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.12), transparent 34%),
    linear-gradient(180deg, #f3f8ff 0%, #f8fbff 100%);
}

.fblv26-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}

.fblv26-heading {
  margin: 0 auto;
  color: #10243f;
  text-align: center;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.fblv26-intro {
  margin: 14px auto 0;
  max-width: 780px;
  color: #516176;
  text-align: center;
  line-height: 1.7;
  font-weight: 400;
}

.fblv26-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}

.fblv26-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-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)) padding-box,
    linear-gradient(135deg, rgba(24, 119, 242, 0.35), rgba(0, 200, 150, 0.22)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 46px rgba(17, 61, 125, 0.12);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.fblv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.08), rgba(0, 200, 150, 0.08));
  transition: opacity 280ms ease, transform 280ms ease;
}

.fblv26-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(13, 79, 168, 0.18);
}

.fblv26-card:hover::before {
  opacity: 1;
  transform: scale(1.04);
}

.fblv26-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(135deg, #1877f2 0%, #00a884 100%);
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.24);
  transition: transform 280ms ease, box-shadow 280ms ease, background-position 280ms ease;
  background-size: 150% 150%;
}

.fblv26-card:hover .fblv26-icon {
  transform: translateY(-4px) scale(1.04);
  background-position: 100% 50%;
  box-shadow: 0 18px 38px rgba(0, 168, 132, 0.25);
}

.fblv26-i {
  display: block;
  line-height: 1;
  text-align: center;
}

.fblv26-card-title {
  margin: 0;
  color: #10243f;
  text-align: center;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.fblv26-card-text {
  margin: 0;
  color: #607086;
  text-align: center;
  line-height: 1.62;
  font-weight: 400;
}

.fblv26-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.fblv26-reveal.fblv26-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

@media (min-width: 1024px) {
  .fblv26-section {
    padding: 86px 0;
  }

  .fblv26-container {
    padding: 0 24px;
  }

  .fblv26-heading {
    font-size: 42px;
    white-space: nowrap;
  }

  .fblv26-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .fblv26-grid {
    gap: 24px;
  }

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

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

  .fblv26-card {
    min-height: 300px;
    padding: 34px 26px;
    border-radius: 22px;
  }

  .fblv26-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    border-radius: 20px;
  }

  .fblv26-i {
    font-size: 30px;
  }

  .fblv26-card-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .fblv26-card-text {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fblv26-section {
    padding: 68px 0;
  }

  .fblv26-container {
    padding: 0 22px;
  }

  .fblv26-heading {
    font-size: 34px;
  }

  .fblv26-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .fblv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .fblv26-card {
    min-height: 270px;
    padding: 30px 22px;
    border-radius: 20px;
  }

  .fblv26-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    border-radius: 18px;
  }

  .fblv26-i {
    font-size: 27px;
  }

  .fblv26-card-title {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .fblv26-card-text {
    font-size: 14px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .fblv26-section {
    padding: 52px 0;
  }

  .fblv26-container {
    padding: 0 16px;
  }

  .fblv26-heading {
    font-size: 28px;
  }

  .fblv26-intro {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .fblv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .fblv26-card {
    min-height: 232px;
    padding: 22px 14px;
    border-radius: 17px;
  }

  .fblv26-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 15px;
  }

  .fblv26-i {
    font-size: 22px;
  }

  .fblv26-card-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .fblv26-card-text {
    font-size: 12.5px;
    line-height: 1.5;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fblv26-section {
    padding: 46px 0;
  }

  .fblv26-container {
    padding: 0 12px;
  }

  .fblv26-heading {
    font-size: 25px;
  }

  .fblv26-intro {
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 20px;
  }

  .fblv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .fblv26-card {
    min-height: 222px;
    padding: 18px 10px;
    border-radius: 15px;
  }

  .fblv26-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
  }

  .fblv26-i {
    font-size: 20px;
  }

  .fblv26-card-title {
    font-size: 15px;
    margin-bottom: 7px;
  }

  .fblv26-card-text {
    font-size: 12px;
    line-height: 1.45;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .fblv26-section {
    padding: 40px 0;
  }

  .fblv26-container {
    padding: 0 10px;
  }

  .fblv26-heading {
    font-size: 22px;
  }

  .fblv26-intro {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .fblv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .fblv26-card {
    min-height: 214px;
    padding: 16px 8px;
    border-radius: 13px;
  }

  .fblv26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
  }

  .fblv26-i {
    font-size: 18px;
  }

  .fblv26-card-title {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .fblv26-card-text {
    font-size: 11.5px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .fblv26-section {
    padding: 36px 0;
  }

  .fblv26-container {
    padding: 0 10px;
  }

  .fblv26-heading {
    font-size: 21px;
  }

  .fblv26-intro {
    font-size: 12px;
    margin-bottom: 18px;
  }

  .fblv26-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .fblv26-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 13px;
  }

  .fblv26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
  }

  .fblv26-i {
    font-size: 18px;
  }

  .fblv26-card-title {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .fblv26-card-text {
    font-size: 11.5px;
  }
}