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

.fbvv-section-suite,
.fbvv-section-suite * {
  box-sizing: border-box;
}

.fbvv-section-suite {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #182034;
  background: #ffffff;
}

.fbvv-section-suite .fbvv-section {
  width: 100% !important;
  text-align: center;
}

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

.fbvv-section-suite .fbvv-section-two {
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.08), transparent 34%),
    linear-gradient(180deg, #f6f9ff 0%, #eef5ff 100%);
}

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

.fbvv-section-suite .fbvv-heading {
  margin: 0 auto;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.fbvv-section-suite .fbvv-heading span {
  color: #1877f2;
  white-space: nowrap;
}

.fbvv-section-suite .fbvv-intro {
  margin: 14px auto 0;
  max-width: 720px;
  color: #5a6475;
  line-height: 1.7;
  text-align: center;
}

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

.fbvv-section-suite .fbvv-card {
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid rgba(24, 119, 242, 0.13);
  box-shadow: 0 18px 46px rgba(16, 39, 83, 0.09);
  transform: translateY(0);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.fbvv-section-suite .fbvv-section-two .fbvv-card {
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(10, 62, 133, 0.08);
}

.fbvv-section-suite .fbvv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.09), rgba(0, 184, 148, 0.06));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.fbvv-section-suite .fbvv-card:hover {
  transform: translateY(-7px);
  border-color: rgba(24, 119, 242, 0.38);
  box-shadow: 0 24px 58px rgba(16, 39, 83, 0.16);
}

.fbvv-section-suite .fbvv-card:hover::before {
  opacity: 1;
}

.fbvv-section-suite .fbvv-card:hover .fbvv-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 14px 28px rgba(24, 119, 242, 0.24);
}

.fbvv-section-suite .fbvv-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, #1877f2 0%, #00b894 100%);
  box-shadow: 0 12px 26px rgba(24, 119, 242, 0.18);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.fbvv-section-suite .fbvv-i {
  line-height: 1;
  text-align: center;
}

.fbvv-section-suite .fbvv-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #141b2d;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.fbvv-section-suite .fbvv-card p {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #5e6878;
  line-height: 1.62;
  text-align: center;
}

.fbvv-section-suite .fbvv-reveal {
  opacity: 1;
  transform: translateY(0);
}

.fbvv-section-suite.fbvv-js .fbvv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.fbvv-section-suite.fbvv-js .fbvv-reveal.fbvv-visible {
  opacity: 1;
  transform: translateY(0);
}

.fbvv-section-suite.fbvv-js .fbvv-card {
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

@media (min-width: 1024px) {
  .fbvv-section-suite .fbvv-section {
    padding: 88px 0;
  }

  .fbvv-section-suite .fbvv-container {
    padding: 0 28px;
  }

  .fbvv-section-suite .fbvv-heading {
    font-size: 42px;
    max-width: 980px;
  }

  .fbvv-section-suite .fbvv-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .fbvv-section-suite .fbvv-grid {
    gap: 24px;
  }

  .fbvv-section-suite .fbvv-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fbvv-section-suite .fbvv-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fbvv-section-suite .fbvv-card {
    min-height: 300px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }

  .fbvv-section-suite .fbvv-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 24px;
    border-radius: 20px;
    font-size: 28px;
  }

  .fbvv-section-suite .fbvv-card h3 {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .fbvv-section-suite .fbvv-card p {
    font-size: 15px;
  }
}

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

  .fbvv-section-suite .fbvv-container {
    padding: 0 24px;
  }

  .fbvv-section-suite .fbvv-heading {
    font-size: 34px;
    max-width: 760px;
  }

  .fbvv-section-suite .fbvv-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

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

  .fbvv-section-suite .fbvv-card {
    min-height: 270px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }

  .fbvv-section-suite .fbvv-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 21px;
    border-radius: 18px;
    font-size: 25px;
  }

  .fbvv-section-suite .fbvv-card h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .fbvv-section-suite .fbvv-card p {
    font-size: 14.5px;
  }
}

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

  .fbvv-section-suite .fbvv-container {
    padding: 0 16px;
  }

  .fbvv-section-suite .fbvv-heading {
    font-size: 28px;
    max-width: 430px;
  }

  .fbvv-section-suite .fbvv-heading span {
    display: block;
  }

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

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

  .fbvv-section-suite .fbvv-card {
    min-height: 238px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .fbvv-section-suite .fbvv-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    border-radius: 15px;
    font-size: 21px;
  }

  .fbvv-section-suite .fbvv-card h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .fbvv-section-suite .fbvv-card p {
    font-size: 13px;
    line-height: 1.5;
  }
}

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

  .fbvv-section-suite .fbvv-container {
    padding: 0 12px;
  }

  .fbvv-section-suite .fbvv-heading {
    font-size: 25px;
    max-width: 360px;
  }

  .fbvv-section-suite .fbvv-heading span {
    display: block;
  }

  .fbvv-section-suite .fbvv-intro {
    font-size: 13.5px;
    line-height: 1.52;
    margin-bottom: 20px;
  }

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

  .fbvv-section-suite .fbvv-card {
    min-height: 224px;
    padding: 19px 11px 17px;
    border-radius: 14px;
  }

  .fbvv-section-suite .fbvv-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    border-radius: 14px;
    font-size: 19px;
  }

  .fbvv-section-suite .fbvv-card h3 {
    font-size: 14.5px;
    margin-bottom: 8px;
  }

  .fbvv-section-suite .fbvv-card p {
    font-size: 12.3px;
    line-height: 1.44;
  }
}

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

  .fbvv-section-suite .fbvv-container {
    padding: 0 10px;
  }

  .fbvv-section-suite .fbvv-heading {
    font-size: 22px;
    max-width: 310px;
  }

  .fbvv-section-suite .fbvv-heading span {
    display: block;
  }

  .fbvv-section-suite .fbvv-intro {
    font-size: 12.8px;
    line-height: 1.48;
    margin-bottom: 18px;
  }

  .fbvv-section-suite .fbvv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .fbvv-section-suite .fbvv-card {
    min-height: 214px;
    padding: 17px 9px 15px;
    border-radius: 13px;
  }

  .fbvv-section-suite .fbvv-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 13px;
    font-size: 17px;
  }

  .fbvv-section-suite .fbvv-card h3 {
    font-size: 13.4px;
    margin-bottom: 7px;
  }

  .fbvv-section-suite .fbvv-card p {
    font-size: 11.6px;
    line-height: 1.4;
  }
}