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

.fbpv-2026-viewer,
.fbpv-2026-viewer * {
  box-sizing: border-box;
  min-width: 0;
}

.fbpv-2026-viewer {
  width: 100% !important;
  overflow: hidden;
  color: #182033;
  font-family: inherit;
  background: #ffffff;
}

.fbpv-2026-viewer .fbpv-section {
  width: 100% !important;
  overflow: hidden;
}

.fbpv-2026-viewer .fbpv-section-white {
  background: #ffffff;
}

.fbpv-2026-viewer .fbpv-section-tint {
  background: linear-gradient(180deg, #f4f8ff 0%, #eef6f4 100%);
}

.fbpv-2026-viewer .fbpv-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.fbpv-2026-viewer .fbpv-heading,
.fbpv-2026-viewer .fbpv-intro,
.fbpv-2026-viewer .fbpv-card-title,
.fbpv-2026-viewer .fbpv-card-text {
  text-align: center !important;
}

.fbpv-2026-viewer .fbpv-heading {
  margin: 0 auto;
  color: #14213d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.fbpv-2026-viewer .fbpv-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: #536179;
  line-height: 1.7;
  font-weight: 500;
}

.fbpv-2026-viewer .fbpv-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}

.fbpv-2026-viewer .fbpv-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  overflow: hidden;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid #dce6f5;
  box-shadow: 0 18px 42px rgba(21, 43, 82, 0.1);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.fbpv-2026-viewer .fbpv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.13), transparent 44%);
  transition: opacity 280ms ease;
}

.fbpv-2026-viewer .fbpv-card:hover {
  transform: translateY(-8px);
  border-color: rgba(24, 119, 242, 0.38);
  box-shadow: 0 24px 54px rgba(20, 80, 160, 0.16);
}

.fbpv-2026-viewer .fbpv-card:hover::before {
  opacity: 1;
}

.fbpv-2026-viewer .fbpv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, #1877f2 0%, #16a085 100%);
  box-shadow: 0 14px 28px rgba(24, 119, 242, 0.24);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.fbpv-2026-viewer .fbpv-card:hover .fbpv-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 34px rgba(22, 160, 133, 0.28);
}

.fbpv-2026-viewer .fbpv-i {
  display: block;
  line-height: 1;
  text-align: center !important;
}

.fbpv-2026-viewer .fbpv-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #152b52;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

.fbpv-2026-viewer .fbpv-card-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5f6f86;
  line-height: 1.65;
  font-weight: 500;
}

.fbpv-2026-viewer .fbpv-reveal {
  opacity: 1;
  transform: translateY(0);
}

.fbpv-2026-viewer.fbpv-js-ready .fbpv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.fbpv-2026-viewer.fbpv-js-ready .fbpv-reveal.fbpv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

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

  .fbpv-2026-viewer .fbpv-container {
    padding: 0 28px;
  }

  .fbpv-2026-viewer .fbpv-heading {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  .fbpv-2026-viewer .fbpv-intro {
    font-size: 17px;
  }

  .fbpv-2026-viewer .fbpv-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fbpv-2026-viewer .fbpv-grid {
    gap: 28px;
    margin-top: 44px;
  }

  .fbpv-2026-viewer .fbpv-card {
    min-height: 292px;
    padding: 38px 30px 34px;
    border-radius: 22px;
  }

  .fbpv-2026-viewer .fbpv-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 26px;
  }

  .fbpv-2026-viewer .fbpv-i {
    font-size: 28px;
  }

  .fbpv-2026-viewer .fbpv-card-title {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .fbpv-2026-viewer .fbpv-card-text {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fbpv-2026-viewer .fbpv-section {
    padding: 70px 0;
  }

  .fbpv-2026-viewer .fbpv-container {
    padding: 0 24px;
  }

  .fbpv-2026-viewer .fbpv-heading {
    font-size: 34px;
    max-width: 760px;
  }

  .fbpv-2026-viewer .fbpv-intro {
    font-size: 16px;
  }

  .fbpv-2026-viewer .fbpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
  }

  .fbpv-2026-viewer .fbpv-card {
    min-height: 268px;
    padding: 32px 24px 30px;
    border-radius: 20px;
  }

  .fbpv-2026-viewer .fbpv-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 22px;
  }

  .fbpv-2026-viewer .fbpv-i {
    font-size: 25px;
  }

  .fbpv-2026-viewer .fbpv-card-title {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .fbpv-2026-viewer .fbpv-card-text {
    font-size: 15px;
  }
}

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

  .fbpv-2026-viewer .fbpv-container {
    padding: 0 16px;
  }

  .fbpv-2026-viewer .fbpv-heading {
    font-size: 27px;
    max-width: 430px;
  }

  .fbpv-2026-viewer .fbpv-intro {
    font-size: 14.5px;
    line-height: 1.62;
  }

  .fbpv-2026-viewer .fbpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
  }

  .fbpv-2026-viewer .fbpv-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .fbpv-2026-viewer .fbpv-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 17px;
  }

  .fbpv-2026-viewer .fbpv-i {
    font-size: 21px;
  }

  .fbpv-2026-viewer .fbpv-card-title {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .fbpv-2026-viewer .fbpv-card-text {
    font-size: 13px;
    line-height: 1.52;
  }
}

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

  .fbpv-2026-viewer .fbpv-container {
    padding: 0 12px;
  }

  .fbpv-2026-viewer .fbpv-heading {
    font-size: 24px;
    max-width: 350px;
  }

  .fbpv-2026-viewer .fbpv-intro {
    font-size: 13.5px;
    line-height: 1.55;
  }

  .fbpv-2026-viewer .fbpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
  }

  .fbpv-2026-viewer .fbpv-card {
    min-height: 222px;
    padding: 20px 11px 18px;
    border-radius: 15px;
  }

  .fbpv-2026-viewer .fbpv-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 15px;
  }

  .fbpv-2026-viewer .fbpv-i {
    font-size: 19px;
  }

  .fbpv-2026-viewer .fbpv-card-title {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .fbpv-2026-viewer .fbpv-card-text {
    font-size: 12.5px;
    line-height: 1.48;
  }
}

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

  .fbpv-2026-viewer .fbpv-container {
    padding: 0 9px;
  }

  .fbpv-2026-viewer .fbpv-heading {
    font-size: 21px;
    max-width: 300px;
  }

  .fbpv-2026-viewer .fbpv-intro {
    font-size: 12.5px;
    line-height: 1.5;
  }

  .fbpv-2026-viewer .fbpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
  }

  .fbpv-2026-viewer .fbpv-card {
    min-height: 214px;
    padding: 17px 8px 16px;
    border-radius: 13px;
  }

  .fbpv-2026-viewer .fbpv-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    margin-bottom: 13px;
  }

  .fbpv-2026-viewer .fbpv-i {
    font-size: 17px;
  }

  .fbpv-2026-viewer .fbpv-card-title {
    font-size: 13.5px;
    margin-bottom: 7px;
  }

  .fbpv-2026-viewer .fbpv-card-text {
    font-size: 11.6px;
    line-height: 1.42;
  }
}