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

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

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

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

.fbpv26-section-one,
.fbpv26-section-three {
  background: #ffffff;
}

.fbpv26-section-two {
  background: linear-gradient(180deg, #f6fbff 0%, #eef7f4 100%);
}

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

.fbpv26-heading {
  margin: 0;
  color: #102033;
  font-weight: 800;
  line-height: 1.14;
  text-align: center;
  letter-spacing: 0;
}

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

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

.fbpv26-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #dce9f0;
  box-shadow: 0 16px 42px rgba(24, 82, 117, 0.1);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.fbpv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, rgba(30, 126, 157, 0.14), transparent 52%);
  transition: opacity 280ms ease, transform 280ms ease;
  transform: translateY(12px);
}

.fbpv26-card:hover {
  transform: translateY(-8px);
  border-color: #69b99d;
  box-shadow: 0 22px 58px rgba(24, 82, 117, 0.18);
  background: #ffffff;
}

.fbpv26-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.fbpv26-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, #1877f2 0%, #14b889 100%);
  box-shadow: 0 12px 28px rgba(24, 119, 242, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease, background-position 280ms ease;
  background-size: 160% 160%;
  background-position: 0% 50%;
}

.fbpv26-card:hover .fbpv26-icon {
  transform: translateY(-4px) scale(1.04);
  background-position: 100% 50%;
  box-shadow: 0 16px 32px rgba(20, 184, 137, 0.28);
}

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

.fbpv26-card h3 {
  margin: 0;
  color: #142236;
  font-weight: 800;
  line-height: 1.28;
  text-align: center;
  letter-spacing: 0;
}

.fbpv26-card p {
  margin: 0;
  color: #5a6675;
  font-weight: 400;
  line-height: 1.62;
  text-align: center;
}

.fbpv26-card.fbpv26-reveal {
  opacity: 1;
  transform: translateY(0);
}

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

.fbpv26-js .fbpv26-card.fbpv26-reveal {
  opacity: 1;
  transform: translateY(0);
}

.fbpv26-js .fbpv26-card.fbpv26-reveal:hover {
  transform: translateY(-8px);
}

@media (min-width: 1024px) {
  .fbpv26-section {
    padding: 92px 24px;
  }

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

  .fbpv26-intro {
    font-size: 18px;
    margin-bottom: 42px;
  }

  .fbpv26-grid {
    gap: 24px;
  }

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

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

  .fbpv26-card {
    min-height: 300px;
    padding: 34px 26px 30px;
    border-radius: 24px;
  }

  .fbpv26-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    margin-bottom: 24px;
    font-size: 29px;
  }

  .fbpv26-card h3 {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .fbpv26-card p {
    font-size: 15.5px;
  }
}

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

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

  .fbpv26-intro {
    font-size: 16.5px;
    margin-bottom: 34px;
  }

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

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

  .fbpv26-icon {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    margin-bottom: 21px;
    font-size: 27px;
  }

  .fbpv26-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

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

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

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

  .fbpv26-intro {
    font-size: 15px;
    line-height: 1.62;
    margin-bottom: 26px;
  }

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

  .fbpv26-card {
    min-height: 238px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }

  .fbpv26-icon {
    width: 54px;
    height: 54px;
    border-radius: 17px;
    margin-bottom: 16px;
    font-size: 22px;
  }

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

  .fbpv26-card p {
    font-size: 13px;
    line-height: 1.52;
  }
}

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

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

  .fbpv26-intro {
    font-size: 14px;
    line-height: 1.56;
    margin-bottom: 22px;
  }

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

  .fbpv26-card {
    min-height: 226px;
    padding: 19px 11px 18px;
    border-radius: 16px;
  }

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

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

  .fbpv26-card p {
    font-size: 12.3px;
    line-height: 1.48;
  }
}

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

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

  .fbpv26-intro {
    font-size: 13px;
    line-height: 1.52;
    margin-bottom: 18px;
  }

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

  .fbpv26-card {
    min-height: 216px;
    padding: 16px 9px 15px;
    border-radius: 14px;
  }

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

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

  .fbpv26-card p {
    font-size: 11.6px;
    line-height: 1.44;
  }
}

@media (max-width: 319px) {
  .fbpv26-section {
    padding: 38px 10px;
  }

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

  .fbpv26-intro {
    font-size: 13px;
    margin-bottom: 18px;
  }

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

  .fbpv26-card {
    min-height: 210px;
    padding: 16px 10px;
    border-radius: 14px;
  }

  .fbpv26-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .fbpv26-card h3 {
    font-size: 13.5px;
    margin-bottom: 7px;
  }

  .fbpv26-card p {
    font-size: 11.8px;
  }
}