@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-premium-viewer-section,
.fbvv-premium-viewer-section * {
  box-sizing: border-box;
  min-width: 0;
}

.fbvv-premium-viewer-section {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #18202f;
  font-family: inherit;
  --fbvv-primary: #1877f2;
  --fbvv-secondary: #16a3ff;
  --fbvv-accent: #10b981;
  --fbvv-ink: #18202f;
  --fbvv-muted: #5f6b7a;
  --fbvv-tint: #f3f8ff;
  --fbvv-border: rgba(24, 119, 242, 0.16);
  --fbvv-shadow: rgba(24, 76, 145, 0.14);
  --fbvv-glow: rgba(16, 185, 129, 0.22);
}

.fbvv-premium-viewer-section .fbvv-section {
  width: 100% !important;
  position: relative;
}

.fbvv-premium-viewer-section .fbvv-section-white {
  background: #ffffff;
}

.fbvv-premium-viewer-section .fbvv-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.08), transparent 34%),
    linear-gradient(180deg, #f6fbff 0%, var(--fbvv-tint) 100%);
}

.fbvv-premium-viewer-section .fbvv-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}

.fbvv-premium-viewer-section .fbvv-heading {
  margin: 0 auto;
  color: var(--fbvv-ink);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.fbvv-premium-viewer-section .fbvv-intro {
  margin: 0 auto;
  color: var(--fbvv-muted);
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  max-width: 760px;
}

.fbvv-premium-viewer-section .fbvv-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}

.fbvv-premium-viewer-section .fbvv-card {
  height: 100% !important;
  position: relative;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.08), transparent 40%);
  border: 1px solid var(--fbvv-border);
  box-shadow: 0 18px 46px var(--fbvv-shadow);
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease,
    background-position 320ms ease;
}

.fbvv-premium-viewer-section .fbvv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.08), rgba(16, 185, 129, 0.08), transparent 58%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.fbvv-premium-viewer-section .fbvv-card:hover {
  transform: translateY(-8px);
  border-color: rgba(16, 185, 129, 0.36);
  box-shadow: 0 26px 62px rgba(24, 76, 145, 0.2), 0 0 0 4px var(--fbvv-glow);
}

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

.fbvv-premium-viewer-section .fbvv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background:
    linear-gradient(135deg, var(--fbvv-primary) 0%, var(--fbvv-secondary) 58%, var(--fbvv-accent) 100%);
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.24);
  transition: transform 280ms ease, box-shadow 280ms ease, filter 280ms ease;
}

.fbvv-premium-viewer-section .fbvv-card:hover .fbvv-icon {
  transform: translateY(-4px) scale(1.04);
  filter: saturate(1.08);
  box-shadow: 0 18px 38px rgba(16, 185, 129, 0.26);
}

.fbvv-premium-viewer-section .fbvv-i {
  display: block;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.fbvv-premium-viewer-section .fbvv-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--fbvv-ink);
  font-weight: 760;
  line-height: 1.28;
  letter-spacing: 0;
  text-align: center;
}

.fbvv-premium-viewer-section .fbvv-card-text {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: var(--fbvv-muted);
  font-weight: 400;
  line-height: 1.62;
  text-align: center;
}

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

.fbvv-premium-viewer-section .fbvv-reveal.fbvv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

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

  .fbvv-premium-viewer-section .fbvv-heading {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  .fbvv-premium-viewer-section .fbvv-intro {
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 42px;
  }

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

  .fbvv-premium-viewer-section .fbvv-grid {
    gap: 26px;
  }

  .fbvv-premium-viewer-section .fbvv-card {
    min-height: 296px;
    padding: 34px 28px 30px;
    border-radius: 22px;
  }

  .fbvv-premium-viewer-section .fbvv-icon {
    width: 76px;
    height: 76px;
    border-radius: 24px;
    margin-bottom: 24px;
  }

  .fbvv-premium-viewer-section .fbvv-i {
    font-size: 31px;
  }

  .fbvv-premium-viewer-section .fbvv-card-title {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .fbvv-premium-viewer-section .fbvv-card-text {
    font-size: 15.5px;
  }
}

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

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

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

  .fbvv-premium-viewer-section .fbvv-intro {
    font-size: 16.5px;
    margin-top: 15px;
    margin-bottom: 34px;
  }

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

  .fbvv-premium-viewer-section .fbvv-card {
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .fbvv-premium-viewer-section .fbvv-icon {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    margin-bottom: 21px;
  }

  .fbvv-premium-viewer-section .fbvv-i {
    font-size: 28px;
  }

  .fbvv-premium-viewer-section .fbvv-card-title {
    font-size: 19px;
    margin-bottom: 11px;
  }

  .fbvv-premium-viewer-section .fbvv-card-text {
    font-size: 15px;
  }
}

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

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

  .fbvv-premium-viewer-section .fbvv-heading {
    font-size: 27px;
    max-width: 420px;
  }

  .fbvv-premium-viewer-section .fbvv-intro {
    font-size: 14.5px;
    line-height: 1.62;
    margin-top: 12px;
    margin-bottom: 26px;
  }

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

  .fbvv-premium-viewer-section .fbvv-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .fbvv-premium-viewer-section .fbvv-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    margin-bottom: 16px;
  }

  .fbvv-premium-viewer-section .fbvv-i {
    font-size: 23px;
  }

  .fbvv-premium-viewer-section .fbvv-card-title {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .fbvv-premium-viewer-section .fbvv-card-text {
    font-size: 13.2px;
    line-height: 1.52;
  }
}

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

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

  .fbvv-premium-viewer-section .fbvv-heading {
    font-size: 24px;
    max-width: 350px;
  }

  .fbvv-premium-viewer-section .fbvv-intro {
    font-size: 13.8px;
    line-height: 1.58;
    margin-top: 10px;
    margin-bottom: 22px;
  }

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

  .fbvv-premium-viewer-section .fbvv-card {
    min-height: 224px;
    padding: 19px 11px 18px;
    border-radius: 14px;
  }

  .fbvv-premium-viewer-section .fbvv-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 14px;
  }

  .fbvv-premium-viewer-section .fbvv-i {
    font-size: 20px;
  }

  .fbvv-premium-viewer-section .fbvv-card-title {
    font-size: 14.7px;
    margin-bottom: 8px;
  }

  .fbvv-premium-viewer-section .fbvv-card-text {
    font-size: 12.4px;
    line-height: 1.48;
  }
}

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

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

  .fbvv-premium-viewer-section .fbvv-heading {
    font-size: 21px;
    max-width: 300px;
  }

  .fbvv-premium-viewer-section .fbvv-intro {
    font-size: 12.8px;
    line-height: 1.52;
    margin-top: 9px;
    margin-bottom: 18px;
  }

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

  .fbvv-premium-viewer-section .fbvv-card {
    min-height: 214px;
    padding: 16px 8px 15px;
    border-radius: 12px;
  }

  .fbvv-premium-viewer-section .fbvv-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    margin-bottom: 12px;
  }

  .fbvv-premium-viewer-section .fbvv-i {
    font-size: 18px;
  }

  .fbvv-premium-viewer-section .fbvv-card-title {
    font-size: 13.4px;
    margin-bottom: 7px;
  }

  .fbvv-premium-viewer-section .fbvv-card-text {
    font-size: 11.5px;
    line-height: 1.43;
  }
}

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

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

  .fbvv-premium-viewer-section .fbvv-heading {
    font-size: 20px;
  }

  .fbvv-premium-viewer-section .fbvv-intro {
    font-size: 12.5px;
    margin-top: 8px;
    margin-bottom: 18px;
  }

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

  .fbvv-premium-viewer-section .fbvv-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 12px;
  }

  .fbvv-premium-viewer-section .fbvv-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
  }

  .fbvv-premium-viewer-section .fbvv-i {
    font-size: 18px;
  }

  .fbvv-premium-viewer-section .fbvv-card-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .fbvv-premium-viewer-section .fbvv-card-text {
    font-size: 12px;
    line-height: 1.45;
  }
}