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

.fbpv-premium-viewer,
.fbpv-premium-viewer * {
  box-sizing: border-box;
}

.fbpv-premium-viewer {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
}

.fbpv-premium-viewer .fbpv-section {
  width: 100% !important;
}

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

.fbpv-premium-viewer .fbpv-section-tint {
  background: linear-gradient(180deg, #f5f8ff 0%, #eef4ff 100%);
}

.fbpv-premium-viewer .fbpv-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}

.fbpv-premium-viewer h2,
.fbpv-premium-viewer h3,
.fbpv-premium-viewer p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.fbpv-premium-viewer h2 {
  color: #122247;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
  margin-top: 0;
}

.fbpv-premium-viewer .fbpv-intro {
  color: #53627a;
  line-height: 1.7;
  max-width: 760px;
  margin-top: 0;
}

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

.fbpv-premium-viewer .fbpv-card {
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #dbe6f6;
  box-shadow: 0 18px 45px rgba(21, 55, 112, 0.1);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.fbpv-premium-viewer .fbpv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.12), transparent 48%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.fbpv-premium-viewer .fbpv-card:hover {
  transform: translateY(-7px);
  border-color: rgba(24, 119, 242, 0.42);
  box-shadow: 0 24px 60px rgba(21, 55, 112, 0.16);
}

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

.fbpv-premium-viewer .fbpv-card:hover .fbpv-icon {
  transform: translateY(-4px);
  background-position: 100% 50%;
}

.fbpv-premium-viewer .fbpv-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #1877f2 0%, #2752a8 52%, #14b8a6 100%);
  background-size: 180% 180%;
  box-shadow: 0 14px 32px rgba(24, 119, 242, 0.24);
  transition: transform 280ms ease, background-position 400ms ease;
}

.fbpv-premium-viewer .fbpv-i {
  display: inline-block;
  color: #ffffff;
  line-height: 1;
}

.fbpv-premium-viewer h3 {
  position: relative;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.fbpv-premium-viewer .fbpv-card p {
  position: relative;
  color: #5d6a80;
  line-height: 1.62;
}

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

.fbpv-premium-viewer .fbpv-reveal.fbpv-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

  .fbpv-premium-viewer h2 {
    font-size: 42px;
    margin-bottom: 16px;
    white-space: nowrap;
  }

  .fbpv-premium-viewer .fbpv-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .fbpv-premium-viewer .fbpv-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .fbpv-premium-viewer .fbpv-card {
    min-height: 298px;
    padding: 34px 28px;
    border-radius: 22px;
  }

  .fbpv-premium-viewer .fbpv-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 24px;
  }

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

  .fbpv-premium-viewer h3 {
    font-size: 20px;
    margin: 0 0 13px;
  }

  .fbpv-premium-viewer .fbpv-card p {
    font-size: 15px;
    margin: 0;
  }
}

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

  .fbpv-premium-viewer .fbpv-container {
    padding: 0 22px;
  }

  .fbpv-premium-viewer h2 {
    font-size: 34px;
    margin-bottom: 14px;
  }

  .fbpv-premium-viewer .fbpv-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

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

  .fbpv-premium-viewer .fbpv-card {
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .fbpv-premium-viewer .fbpv-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 21px;
  }

  .fbpv-premium-viewer .fbpv-i {
    font-size: 25px;
  }

  .fbpv-premium-viewer h3 {
    font-size: 19px;
    margin: 0 0 11px;
  }

  .fbpv-premium-viewer .fbpv-card p {
    font-size: 14.5px;
    margin: 0;
  }
}

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

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

  .fbpv-premium-viewer h2 {
    font-size: 27px;
    margin-bottom: 12px;
  }

  .fbpv-premium-viewer .fbpv-intro {
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 26px;
  }

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

  .fbpv-premium-viewer .fbpv-card {
    min-height: 238px;
    padding: 22px 14px;
    border-radius: 17px;
  }

  .fbpv-premium-viewer .fbpv-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 16px;
  }

  .fbpv-premium-viewer .fbpv-i {
    font-size: 21px;
  }

  .fbpv-premium-viewer h3 {
    font-size: 16px;
    margin: 0 0 9px;
  }

  .fbpv-premium-viewer .fbpv-card p {
    font-size: 13px;
    line-height: 1.48;
    margin: 0;
  }
}

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

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

  .fbpv-premium-viewer h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .fbpv-premium-viewer .fbpv-intro {
    font-size: 13.5px;
    line-height: 1.52;
    margin-bottom: 22px;
  }

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

  .fbpv-premium-viewer .fbpv-card {
    min-height: 226px;
    padding: 19px 11px;
    border-radius: 15px;
  }

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

  .fbpv-premium-viewer .fbpv-i {
    font-size: 19px;
  }

  .fbpv-premium-viewer h3 {
    font-size: 15px;
    margin: 0 0 8px;
  }

  .fbpv-premium-viewer .fbpv-card p {
    font-size: 12.4px;
    line-height: 1.42;
    margin: 0;
  }
}

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

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

  .fbpv-premium-viewer h2 {
    font-size: 21px;
    margin-bottom: 9px;
  }

  .fbpv-premium-viewer .fbpv-intro {
    font-size: 12.8px;
    line-height: 1.48;
    margin-bottom: 20px;
  }

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

  .fbpv-premium-viewer .fbpv-card {
    min-height: 218px;
    padding: 17px 9px;
    border-radius: 14px;
  }

  .fbpv-premium-viewer .fbpv-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
  }

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

  .fbpv-premium-viewer h3 {
    font-size: 14px;
    margin: 0 0 7px;
  }

  .fbpv-premium-viewer .fbpv-card p {
    font-size: 11.8px;
    line-height: 1.38;
    margin: 0;
  }
}