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

.fbcpv26,
.fbcpv26 * {
  box-sizing: border-box !important;
}

.fbcpv26 {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  background: #ffffff;
  color: #1b2630;
  font-family: inherit;
  text-align: center;
  --fbcpv26-primary: #176b87;
  --fbcpv26-secondary: #22a6a1;
  --fbcpv26-accent: #f4a261;
  --fbcpv26-soft: #f3fbfa;
  --fbcpv26-text: #1b2630;
  --fbcpv26-muted: #61717d;
  --fbcpv26-border: #d9eceb;
  --fbcpv26-shadow: rgba(23, 107, 135, 0.16);
}

.fbcpv26 .fbcpv26-section {
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
}

.fbcpv26 .fbcpv26-section-white {
  background: #ffffff !important;
}

.fbcpv26 .fbcpv26-section-tint {
  background: linear-gradient(180deg, #f3fbfa 0%, #f8fcfb 100%) !important;
}

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

.fbcpv26 .fbcpv26-heading {
  margin: 0 auto;
  max-width: 980px;
  color: var(--fbcpv26-text);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  text-align: center;
}

.fbcpv26 .fbcpv26-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: var(--fbcpv26-muted);
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

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

.fbcpv26 .fbcpv26-card {
  position: relative;
  z-index: 1;
  height: 100% !important;
  min-width: 0 !important;
  display: block;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.92)),
    radial-gradient(circle at 50% 0%, rgba(34,166,161,0.12), transparent 42%);
  border: 1px solid var(--fbcpv26-border);
  box-shadow: 0 18px 42px var(--fbcpv26-shadow);
  text-align: center;
  transform: translateY(0);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
}

.fbcpv26 .fbcpv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(135deg, rgba(23,107,135,0.08), rgba(244,162,97,0.11));
  transition: opacity 260ms ease;
}

.fbcpv26 .fbcpv26-card:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(34,166,161,0.52);
  box-shadow: 0 26px 56px rgba(23, 107, 135, 0.22);
}

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

.fbcpv26 .fbcpv26-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, var(--fbcpv26-primary), var(--fbcpv26-secondary));
  box-shadow: 0 14px 30px rgba(34, 166, 161, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.fbcpv26 .fbcpv26-card:hover .fbcpv26-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(244, 162, 97, 0.24);
}

.fbcpv26 .fbcpv26-i {
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.fbcpv26 .fbcpv26-card h3 {
  margin: 0;
  color: var(--fbcpv26-text);
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.fbcpv26 .fbcpv26-card p {
  margin: 0;
  color: var(--fbcpv26-muted);
  font-weight: 500;
  line-height: 1.62;
  text-align: center;
}

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

.fbcpv26 .fbcpv26-reveal.fbcpv26-pending {
  opacity: 0;
  transform: translateY(18px);
}

.fbcpv26 .fbcpv26-reveal.fbcpv26-in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

@media (min-width: 1024px) {
  .fbcpv26 .fbcpv26-section {
    padding: 86px 0 !important;
  }

  .fbcpv26 .fbcpv26-container {
    padding: 0 28px !important;
  }

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

  .fbcpv26 .fbcpv26-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

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

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

  .fbcpv26 .fbcpv26-grid {
    gap: 26px !important;
  }

  .fbcpv26 .fbcpv26-card {
    min-height: 292px !important;
    padding: 34px 26px !important;
    border-radius: 22px;
  }

  .fbcpv26 .fbcpv26-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    margin-bottom: 24px;
  }

  .fbcpv26 .fbcpv26-i {
    font-size: 30px;
  }

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

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

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

  .fbcpv26 .fbcpv26-container {
    padding: 0 24px !important;
  }

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

  .fbcpv26 .fbcpv26-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .fbcpv26 .fbcpv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
  }

  .fbcpv26 .fbcpv26-card {
    min-height: 268px !important;
    padding: 30px 24px !important;
    border-radius: 20px;
  }

  .fbcpv26 .fbcpv26-icon {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    margin-bottom: 21px;
  }

  .fbcpv26 .fbcpv26-i {
    font-size: 27px;
  }

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

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

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

  .fbcpv26 .fbcpv26-container {
    padding: 0 16px !important;
  }

  .fbcpv26 .fbcpv26-heading {
    font-size: 27px;
  }

  .fbcpv26 .fbcpv26-intro {
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 24px;
  }

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

  .fbcpv26 .fbcpv26-card {
    min-height: 232px !important;
    padding: 22px 14px !important;
    border-radius: 16px;
  }

  .fbcpv26 .fbcpv26-icon {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    margin-bottom: 16px;
  }

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

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

  .fbcpv26 .fbcpv26-card p {
    font-size: 13px;
    line-height: 1.48;
  }
}

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

  .fbcpv26 .fbcpv26-container {
    padding: 0 13px !important;
  }

  .fbcpv26 .fbcpv26-heading {
    font-size: 24px;
  }

  .fbcpv26 .fbcpv26-intro {
    font-size: 13.5px;
    line-height: 1.52;
    margin-bottom: 21px;
  }

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

  .fbcpv26 .fbcpv26-card {
    min-height: 222px !important;
    padding: 19px 11px !important;
    border-radius: 15px;
  }

  .fbcpv26 .fbcpv26-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    margin-bottom: 14px;
  }

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

  .fbcpv26 .fbcpv26-card h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .fbcpv26 .fbcpv26-card p {
    font-size: 12.5px;
    line-height: 1.42;
  }
}

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

  .fbcpv26 .fbcpv26-container {
    padding: 0 10px !important;
  }

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

  .fbcpv26 .fbcpv26-intro {
    font-size: 12.5px;
    line-height: 1.46;
    margin-bottom: 18px;
  }

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

  .fbcpv26 .fbcpv26-card {
    min-height: 214px !important;
    padding: 17px 9px !important;
    border-radius: 13px;
  }

  .fbcpv26 .fbcpv26-icon {
    width: 45px;
    height: 45px;
    border-radius: 13px;
    margin-bottom: 12px;
  }

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

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

  .fbcpv26 .fbcpv26-card p {
    font-size: 11.7px;
    line-height: 1.38;
  }
}

@media (max-width: 319px) {
  .fbcpv26 .fbcpv26-section {
    padding: 36px 0 !important;
  }

  .fbcpv26 .fbcpv26-container {
    padding: 0 10px !important;
  }

  .fbcpv26 .fbcpv26-heading {
    font-size: 20px;
  }

  .fbcpv26 .fbcpv26-intro {
    font-size: 12px;
    margin-bottom: 16px;
  }

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

  .fbcpv26 .fbcpv26-card {
    min-height: 210px !important;
    padding: 18px 12px !important;
    border-radius: 13px;
  }

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

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

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

  .fbcpv26 .fbcpv26-card p {
    font-size: 12px;
    line-height: 1.42;
  }
}