@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.5.2/css/all.min.css");

.fbsv-viewer-section,
.fbsv-viewer-section * {
  box-sizing: border-box;
  min-width: 0;
}

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

.fbsv-viewer-section .fbsv-panel {
  width: 100% !important;
}

.fbsv-viewer-section .fbsv-panel-white {
  background: #ffffff;
}

.fbsv-viewer-section .fbsv-panel-tint {
  background: linear-gradient(180deg, #f4f8ff 0%, #eef6f5 100%);
}

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

.fbsv-viewer-section h2,
.fbsv-viewer-section p,
.fbsv-viewer-section h3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.fbsv-viewer-section h2 {
  margin-top: 0;
  margin-bottom: 14px;
  color: #172033;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.fbsv-viewer-section .fbsv-intro {
  max-width: 720px;
  margin-top: 0;
  color: #5d697c;
  line-height: 1.7;
  font-weight: 450;
}

.fbsv-viewer-section .fbsv-grid {
  display: grid !important;
  align-items: stretch !important;
}

.fbsv-viewer-section .fbsv-card {
  position: relative;
  height: 100% !important;
  overflow: hidden;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(56, 116, 156, 0.16);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(37, 90, 125, 0.12);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.fbsv-viewer-section .fbsv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(20, 126, 141, 0.14), transparent 46%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.fbsv-viewer-section .fbsv-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(20, 126, 141, 0.38);
  box-shadow: 0 24px 62px rgba(14, 73, 92, 0.18);
  background: #ffffff;
}

.fbsv-viewer-section .fbsv-card:hover::before {
  opacity: 1;
}

.fbsv-viewer-section .fbsv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #1877f2 0%, #14a6a0 72%);
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.fbsv-viewer-section .fbsv-card:hover .fbsv-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(20, 126, 141, 0.28);
}

.fbsv-viewer-section .fbsv-i {
  display: inline-block;
  line-height: 1;
  text-align: center;
}

.fbsv-viewer-section .fbsv-card h3 {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 10px;
  color: #172033;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.fbsv-viewer-section .fbsv-card p {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  color: #5d697c;
  line-height: 1.62;
  font-weight: 430;
}

.fbsv-viewer-section .fbsv-card {
  opacity: 1;
  transform: translateY(0);
}

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

.fbsv-viewer-section.fbsv-js .fbsv-card.fbsv-visible {
  opacity: 1;
  transform: translateY(0);
}

.fbsv-viewer-section.fbsv-js .fbsv-card.fbsv-visible:hover {
  transform: translateY(-8px) scale(1.01);
}

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

  .fbsv-viewer-section .fbsv-container {
    padding: 0 28px;
  }

  .fbsv-viewer-section h2 {
    font-size: 42px;
    white-space: nowrap;
  }

  .fbsv-viewer-section .fbsv-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

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

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

  .fbsv-viewer-section .fbsv-grid {
    gap: 24px;
  }

  .fbsv-viewer-section .fbsv-card {
    min-height: 292px;
    padding: 34px 28px 30px;
  }

  .fbsv-viewer-section .fbsv-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 24px;
    font-size: 27px;
  }

  .fbsv-viewer-section .fbsv-card h3 {
    font-size: 21px;
  }

  .fbsv-viewer-section .fbsv-card p {
    font-size: 15px;
  }
}

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

  .fbsv-viewer-section .fbsv-container {
    padding: 0 24px;
  }

  .fbsv-viewer-section h2 {
    font-size: 34px;
  }

  .fbsv-viewer-section .fbsv-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

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

  .fbsv-viewer-section .fbsv-card {
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .fbsv-viewer-section .fbsv-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 21px;
    font-size: 24px;
  }

  .fbsv-viewer-section .fbsv-card h3 {
    font-size: 20px;
  }

  .fbsv-viewer-section .fbsv-card p {
    font-size: 14.5px;
  }
}

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

  .fbsv-viewer-section .fbsv-container {
    padding: 0 16px;
  }

  .fbsv-viewer-section h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .fbsv-viewer-section .fbsv-intro {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

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

  .fbsv-viewer-section .fbsv-card {
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .fbsv-viewer-section .fbsv-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    border-radius: 15px;
    font-size: 20px;
  }

  .fbsv-viewer-section .fbsv-card h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .fbsv-viewer-section .fbsv-card p {
    font-size: 12.8px;
    line-height: 1.5;
  }
}

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

  .fbsv-viewer-section .fbsv-container {
    padding: 0 12px;
  }

  .fbsv-viewer-section h2 {
    font-size: 25px;
    line-height: 1.15;
  }

  .fbsv-viewer-section .fbsv-intro {
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 20px;
  }

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

  .fbsv-viewer-section .fbsv-card {
    min-height: 224px;
    padding: 20px 11px 18px;
    border-radius: 15px;
  }

  .fbsv-viewer-section .fbsv-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    border-radius: 14px;
    font-size: 18px;
  }

  .fbsv-viewer-section .fbsv-card h3 {
    font-size: 15px;
    margin-bottom: 7px;
  }

  .fbsv-viewer-section .fbsv-card p {
    font-size: 12px;
    line-height: 1.45;
  }
}

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

  .fbsv-viewer-section .fbsv-container {
    padding: 0 10px;
  }

  .fbsv-viewer-section h2 {
    font-size: 22px;
    line-height: 1.15;
  }

  .fbsv-viewer-section .fbsv-intro {
    font-size: 12.5px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

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

  .fbsv-viewer-section .fbsv-card {
    min-height: 218px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }

  .fbsv-viewer-section .fbsv-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 13px;
    font-size: 16px;
  }

  .fbsv-viewer-section .fbsv-card h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .fbsv-viewer-section .fbsv-card p {
    font-size: 11.4px;
    line-height: 1.42;
  }
}