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

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

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

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

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

.fbvv26-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.1), transparent 38%),
    linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
}

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

.fbvv26-h2,
.fbvv26-intro,
.fbvv26-card,
.fbvv26-card h3,
.fbvv26-card p,
.fbvv26-icon {
  text-align: center;
}

.fbvv26-h2 {
  margin: 0 auto;
  color: #101828;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.fbvv26-intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  color: #536071;
  line-height: 1.7;
}

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

.fbvv26-card {
  position: relative;
  height: 100% !important;
  min-width: 0;
  display: grid;
  justify-items: center;
  align-content: start;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(145deg, rgba(24, 119, 242, 0.22), rgba(0, 184, 148, 0.28)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 46px rgba(15, 72, 128, 0.1);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
}

.fbvv26-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.08), rgba(0, 184, 148, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.fbvv26-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 58px rgba(15, 72, 128, 0.16);
}

.fbvv26-card:hover::after {
  opacity: 1;
}

.fbvv26-card:hover .fbvv26-icon {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 16px 36px rgba(24, 119, 242, 0.2);
}

.fbvv26-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #1877f2 0%, #00b894 100%);
  box-shadow: 0 12px 28px rgba(24, 119, 242, 0.18);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.fbvv26-i {
  display: inline-block;
  line-height: 1;
}

.fbvv26-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #17212f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.fbvv26-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5d6878;
  line-height: 1.62;
}

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

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

  .fbvv26-h2 {
    font-size: 42px;
    white-space: nowrap;
  }

  .fbvv26-intro {
    margin-top: 18px;
    margin-bottom: 42px;
    font-size: 17px;
  }

  .fbvv26-grid {
    gap: 24px;
  }

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

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

  .fbvv26-card {
    min-height: 296px;
    padding: 34px 24px 30px;
    border-radius: 22px;
  }

  .fbvv26-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    margin-bottom: 24px;
    font-size: 29px;
  }

  .fbvv26-card h3 {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .fbvv26-card p {
    font-size: 15px;
  }
}

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

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

  .fbvv26-h2 {
    font-size: 34px;
  }

  .fbvv26-intro {
    margin-top: 15px;
    margin-bottom: 34px;
    font-size: 16px;
  }

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

  .fbvv26-card {
    min-height: 268px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }

  .fbvv26-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin-bottom: 21px;
    font-size: 26px;
  }

  .fbvv26-card h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .fbvv26-card p {
    font-size: 14.5px;
  }
}

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

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

  .fbvv26-h2 {
    font-size: 28px;
  }

  .fbvv26-intro {
    margin-top: 12px;
    margin-bottom: 26px;
    font-size: 14.5px;
    line-height: 1.62;
  }

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

  .fbvv26-card {
    min-height: 232px;
    padding: 22px 13px 20px;
    border-radius: 17px;
  }

  .fbvv26-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 16px;
    font-size: 22px;
  }

  .fbvv26-card h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .fbvv26-card p {
    font-size: 13px;
    line-height: 1.5;
  }
}

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

  .fbvv26-container {
    padding: 0 13px;
  }

  .fbvv26-h2 {
    font-size: 25px;
  }

  .fbvv26-intro {
    margin-top: 10px;
    margin-bottom: 22px;
    font-size: 13.5px;
    line-height: 1.55;
  }

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

  .fbvv26-card {
    min-height: 222px;
    padding: 19px 10px 17px;
    border-radius: 15px;
  }

  .fbvv26-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 14px;
    font-size: 20px;
  }

  .fbvv26-card h3 {
    font-size: 14.5px;
    margin-bottom: 8px;
  }

  .fbvv26-card p {
    font-size: 12.2px;
    line-height: 1.48;
  }
}

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

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

  .fbvv26-h2 {
    font-size: 22px;
  }

  .fbvv26-intro {
    margin-top: 9px;
    margin-bottom: 20px;
    font-size: 12.5px;
    line-height: 1.5;
  }

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

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

  .fbvv26-icon {
    width: 43px;
    height: 43px;
    border-radius: 12px;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .fbvv26-card h3 {
    font-size: 13.2px;
    margin-bottom: 7px;
  }

  .fbvv26-card p {
    font-size: 11.4px;
    line-height: 1.43;
  }
}