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

.fbdpv26-wrap,
.fbdpv26-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

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

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

.fbdpv26-white {
  background: #ffffff;
}

.fbdpv26-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 170, 160, 0.12), transparent 34%),
    linear-gradient(180deg, #f4fbfa 0%, #eef7f6 100%);
}

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

.fbdpv26-heading {
  margin: 0 auto;
  color: #10212c;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}

.fbdpv26-intro {
  margin: 0 auto;
  max-width: 760px;
  color: #5b6878;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

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

.fbdpv26-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100% !important;
  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(0, 111, 191, 0.34), rgba(0, 170, 160, 0.22), rgba(255, 178, 44, 0.26)) border-box;
  border: 1px solid transparent;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(16, 33, 44, 0.09);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

.fbdpv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,111,191,0.08), transparent 46%, rgba(0,170,160,0.09));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}

.fbdpv26-card:hover {
  transform: translateY(-8px) scale(1.012);
  box-shadow: 0 24px 56px rgba(0, 111, 191, 0.16);
}

.fbdpv26-card:hover::before {
  opacity: 1;
}

.fbdpv26-icon {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #006fbf 0%, #00aaa0 72%, #ffb22c 100%);
  box-shadow: 0 14px 30px rgba(0, 111, 191, 0.24);
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.fbdpv26-card:hover .fbdpv26-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(0, 170, 160, 0.28);
}

.fbdpv26-i {
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.fbdpv26-card h3 {
  position: relative;
  margin: 0;
  color: #142434;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.fbdpv26-card p {
  position: relative;
  margin: 0;
  color: #5c6876;
  font-weight: 500;
  line-height: 1.62;
  text-align: center;
}

.fbdpv26-card.fbdpv26-revealed {
  animation: fbdpv26Reveal 560ms ease both;
}

@keyframes fbdpv26Reveal {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

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

  .fbdpv26-container {
    padding: 0 28px;
  }

  .fbdpv26-heading {
    font-size: 42px;
    max-width: 980px;
  }

  .fbdpv26-intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .fbdpv26-grid {
    gap: 26px;
    margin-top: 48px;
  }

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

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

  .fbdpv26-card {
    min-height: 296px;
    padding: 34px 26px 30px;
  }

  .fbdpv26-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }

  .fbdpv26-i {
    font-size: 29px;
  }

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

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

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

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

  .fbdpv26-heading {
    font-size: 34px;
    max-width: 760px;
  }

  .fbdpv26-intro {
    margin-top: 16px;
    font-size: 16px;
  }

  .fbdpv26-grid,
  .fbdpv26-grid-3,
  .fbdpv26-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 40px;
  }

  .fbdpv26-card {
    min-height: 268px;
    padding: 30px 24px 27px;
    border-radius: 20px;
  }

  .fbdpv26-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
  }

  .fbdpv26-i {
    font-size: 26px;
  }

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

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

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

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

  .fbdpv26-heading {
    font-size: 28px;
    max-width: 420px;
  }

  .fbdpv26-intro {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.58;
  }

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

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

  .fbdpv26-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
  }

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

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

  .fbdpv26-card p {
    font-size: 12.8px;
    line-height: 1.48;
  }
}

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

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

  .fbdpv26-heading {
    font-size: 25px;
    max-width: 350px;
  }

  .fbdpv26-intro {
    margin-top: 11px;
    font-size: 13px;
    line-height: 1.52;
  }

  .fbdpv26-grid,
  .fbdpv26-grid-3,
  .fbdpv26-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 26px;
  }

  .fbdpv26-card {
    min-height: 224px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }

  .fbdpv26-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }

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

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

  .fbdpv26-card p {
    font-size: 12px;
    line-height: 1.44;
  }
}

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

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

  .fbdpv26-heading {
    font-size: 22px;
    max-width: 300px;
  }

  .fbdpv26-intro {
    margin-top: 10px;
    font-size: 12.5px;
    line-height: 1.48;
  }

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

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

  .fbdpv26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

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

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

  .fbdpv26-card p {
    font-size: 11.2px;
    line-height: 1.38;
  }
}

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

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

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

  .fbdpv26-intro {
    margin-top: 10px;
    font-size: 12px;
  }

  .fbdpv26-grid,
  .fbdpv26-grid-3,
  .fbdpv26-grid-4 {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .fbdpv26-card {
    min-height: 210px;
    padding: 18px 12px;
  }

  .fbdpv26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

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

  .fbdpv26-card h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

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