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

.fbfv26-wrapper,
.fbfv26-wrapper * {
  box-sizing: border-box;
  min-width: 0;
}

.fbfv26-wrapper {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #182230;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.fbfv26-wrapper .fbfv26-section {
  width: 100% !important;
  overflow: hidden;
}

.fbfv26-wrapper .fbfv26-section-white {
  background: #ffffff;
}

.fbfv26-wrapper .fbfv26-section-tint {
  background: linear-gradient(180deg, #f4f9f7 0%, #eef7f3 100%);
}

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

.fbfv26-wrapper .fbfv26-heading,
.fbfv26-wrapper .fbfv26-intro,
.fbfv26-wrapper .fbfv26-card-title,
.fbfv26-wrapper .fbfv26-card-text {
  text-align: center !important;
}

.fbfv26-wrapper .fbfv26-heading {
  margin: 0 auto;
  max-width: 980px;
  color: #102a43;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.fbfv26-wrapper .fbfv26-intro {
  margin: 14px auto 0;
  max-width: 780px;
  color: #526173;
  font-weight: 450;
  line-height: 1.7;
}

.fbfv26-wrapper .fbfv26-grid {
  display: grid !important;
  align-items: stretch !important;
}

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

.fbfv26-wrapper .fbfv26-card {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100% !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #dbe8e4;
  background:
    radial-gradient(circle at 50% 0%, rgba(15, 118, 110, 0.08), transparent 38%),
    #ffffff;
  box-shadow: 0 18px 44px rgba(16, 42, 67, 0.08);
  text-align: center !important;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 360ms ease;
}

.fbfv26-wrapper .fbfv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(135deg, rgba(24, 100, 171, 0.09), rgba(20, 184, 166, 0.11), rgba(45, 212, 191, 0.08));
  transition: opacity 260ms ease;
}

.fbfv26-wrapper .fbfv26-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(20, 184, 166, 0.46);
  box-shadow: 0 24px 58px rgba(15, 118, 110, 0.17);
}

.fbfv26-wrapper .fbfv26-card:hover::before {
  opacity: 1;
}

.fbfv26-wrapper .fbfv26-card:hover .fbfv26-icon {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(15, 118, 110, 0.24);
}

.fbfv26-wrapper .fbfv26-card:hover .fbfv26-i {
  transform: scale(1.08);
}

.fbfv26-wrapper .fbfv26-card-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 100, 171, 0.09), transparent 40%),
    #ffffff;
}

.fbfv26-wrapper .fbfv26-icon {
  display: grid;
  place-items: center;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(20, 184, 166, 0.28);
  background: linear-gradient(135deg, #1864ab 0%, #0f766e 58%, #14b8a6 100%);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(24, 100, 171, 0.2);
  text-align: center !important;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.fbfv26-wrapper .fbfv26-i {
  color: #ffffff;
  line-height: 1;
  text-align: center !important;
  transition: transform 260ms ease;
}

.fbfv26-wrapper .fbfv26-card-title {
  margin: 0;
  color: #102a43;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.fbfv26-wrapper .fbfv26-card-text {
  margin: 0;
  color: #526173;
  font-weight: 430;
  line-height: 1.62;
}

.fbfv26-wrapper.fbfv26-ready .fbfv26-card {
  opacity: 0;
  transform: translateY(18px);
}

.fbfv26-wrapper.fbfv26-ready .fbfv26-card.fbfv26-show {
  opacity: 1;
  transform: translateY(0);
}

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

  .fbfv26-wrapper .fbfv26-container {
    padding: 0 28px;
  }

  .fbfv26-wrapper .fbfv26-heading {
    font-size: 42px;
  }

  .fbfv26-wrapper .fbfv26-intro {
    font-size: 17px;
  }

  .fbfv26-wrapper .fbfv26-grid {
    gap: 24px;
    margin-top: 42px;
  }

  .fbfv26-wrapper .fbfv26-card {
    min-height: 300px;
    padding: 34px 28px;
    border-radius: 24px;
  }

  .fbfv26-wrapper .fbfv26-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    border-radius: 22px;
  }

  .fbfv26-wrapper .fbfv26-i {
    font-size: 30px;
  }

  .fbfv26-wrapper .fbfv26-card-title {
    font-size: 21px;
  }

  .fbfv26-wrapper .fbfv26-card-text {
    margin-top: 12px;
    font-size: 15.5px;
  }
}

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

  .fbfv26-wrapper .fbfv26-container {
    padding: 0 24px;
  }

  .fbfv26-wrapper .fbfv26-heading {
    font-size: 34px;
  }

  .fbfv26-wrapper .fbfv26-intro {
    font-size: 16px;
  }

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

  .fbfv26-wrapper .fbfv26-grid {
    gap: 20px;
    margin-top: 36px;
  }

  .fbfv26-wrapper .fbfv26-card {
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 22px;
  }

  .fbfv26-wrapper .fbfv26-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
    border-radius: 20px;
  }

  .fbfv26-wrapper .fbfv26-i {
    font-size: 27px;
  }

  .fbfv26-wrapper .fbfv26-card-title {
    font-size: 20px;
  }

  .fbfv26-wrapper .fbfv26-card-text {
    margin-top: 10px;
    font-size: 15px;
  }
}

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

  .fbfv26-wrapper .fbfv26-container {
    padding: 0 16px;
  }

  .fbfv26-wrapper .fbfv26-heading {
    max-width: 390px;
    font-size: 27px;
  }

  .fbfv26-wrapper .fbfv26-intro {
    max-width: 430px;
    font-size: 14.5px;
    line-height: 1.58;
  }

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

  .fbfv26-wrapper .fbfv26-grid {
    gap: 14px;
    margin-top: 28px;
  }

  .fbfv26-wrapper .fbfv26-card {
    min-height: 235px;
    padding: 22px 14px;
    border-radius: 18px;
  }

  .fbfv26-wrapper .fbfv26-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 17px;
  }

  .fbfv26-wrapper .fbfv26-i {
    font-size: 22px;
  }

  .fbfv26-wrapper .fbfv26-card-title {
    font-size: 16.5px;
  }

  .fbfv26-wrapper .fbfv26-card-text {
    margin-top: 8px;
    font-size: 13.2px;
    line-height: 1.48;
  }
}

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

  .fbfv26-wrapper .fbfv26-container {
    padding: 0 12px;
  }

  .fbfv26-wrapper .fbfv26-heading {
    max-width: 350px;
    font-size: 24px;
  }

  .fbfv26-wrapper .fbfv26-intro {
    font-size: 13.6px;
    line-height: 1.54;
  }

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

  .fbfv26-wrapper .fbfv26-grid {
    gap: 11px;
    margin-top: 24px;
  }

  .fbfv26-wrapper .fbfv26-card {
    min-height: 225px;
    padding: 19px 10px;
    border-radius: 16px;
  }

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

  .fbfv26-wrapper .fbfv26-i {
    font-size: 20px;
  }

  .fbfv26-wrapper .fbfv26-card-title {
    font-size: 15.2px;
  }

  .fbfv26-wrapper .fbfv26-card-text {
    margin-top: 7px;
    font-size: 12.4px;
    line-height: 1.43;
  }
}

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

  .fbfv26-wrapper .fbfv26-container {
    padding: 0 9px;
  }

  .fbfv26-wrapper .fbfv26-heading {
    max-width: 300px;
    font-size: 21px;
  }

  .fbfv26-wrapper .fbfv26-intro {
    font-size: 12.8px;
    line-height: 1.5;
  }

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

  .fbfv26-wrapper .fbfv26-grid {
    gap: 9px;
    margin-top: 22px;
  }

  .fbfv26-wrapper .fbfv26-card {
    min-height: 218px;
    padding: 17px 8px;
    border-radius: 14px;
  }

  .fbfv26-wrapper .fbfv26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 14px;
  }

  .fbfv26-wrapper .fbfv26-i {
    font-size: 18px;
  }

  .fbfv26-wrapper .fbfv26-card-title {
    font-size: 14px;
  }

  .fbfv26-wrapper .fbfv26-card-text {
    margin-top: 6px;
    font-size: 11.8px;
    line-height: 1.38;
  }
}