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

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

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

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

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

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

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

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

.fbav-premium-viewer h2 {
  margin-top: 0;
  color: #10223f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.fbav-premium-viewer .fbav-intro {
  color: #58657a;
  line-height: 1.65;
  max-width: 760px;
}

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

.fbav-premium-viewer .fbav-card {
  height: 100% !important;
  min-width: 0;
  display: block;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92));
  border: 1px solid rgba(51, 91, 135, 0.16);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(20, 60, 105, 0.11);
  position: relative;
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.fbav-premium-viewer .fbav-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.1), rgba(15, 205, 166, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.fbav-premium-viewer .fbav-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(24, 119, 242, 0.42);
  box-shadow: 0 26px 62px rgba(24, 82, 148, 0.18);
}

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

.fbav-premium-viewer .fbav-icon {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #1877f2 0%, #0fcda6 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.25);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.fbav-premium-viewer .fbav-card:hover .fbav-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(15, 205, 166, 0.24);
}

.fbav-premium-viewer .fbav-i {
  color: #ffffff;
  line-height: 1;
}

.fbav-premium-viewer .fbav-card h3,
.fbav-premium-viewer .fbav-card p {
  position: relative;
  z-index: 1;
}

.fbav-premium-viewer .fbav-card h3 {
  color: #132642;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.fbav-premium-viewer .fbav-card p {
  color: #607086;
  line-height: 1.58;
}

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

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

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

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

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

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

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

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

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

  .fbav-premium-viewer .fbav-card {
    min-height: 292px;
    padding: 34px 24px 30px;
  }

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

  .fbav-premium-viewer .fbav-i {
    font-size: 30px;
  }

  .fbav-premium-viewer .fbav-card h3 {
    font-size: 21px;
    margin: 0 0 13px;
  }

  .fbav-premium-viewer .fbav-card p {
    font-size: 15.5px;
    margin: 0;
  }
}

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

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

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

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

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

  .fbav-premium-viewer .fbav-card {
    min-height: 266px;
    padding: 30px 22px 26px;
  }

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

  .fbav-premium-viewer .fbav-i {
    font-size: 27px;
  }

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

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

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

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

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

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

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

  .fbav-premium-viewer .fbav-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 15px;
  }

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

  .fbav-premium-viewer .fbav-i {
    font-size: 22px;
  }

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

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

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

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

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

  .fbav-premium-viewer .fbav-intro {
    font-size: 13.8px;
    line-height: 1.5;
    margin-bottom: 22px;
  }

  .fbav-premium-viewer .fbav-grid,
  .fbav-premium-viewer .fbav-grid-3,
  .fbav-premium-viewer .fbav-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

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

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

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

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

  .fbav-premium-viewer .fbav-card p {
    font-size: 12.6px;
    line-height: 1.44;
    margin: 0;
  }
}

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

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

  .fbav-premium-viewer h2 {
    font-size: 22px;
    margin-bottom: 9px;
  }

  .fbav-premium-viewer .fbav-intro {
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 20px;
  }

  .fbav-premium-viewer .fbav-grid,
  .fbav-premium-viewer .fbav-grid-3,
  .fbav-premium-viewer .fbav-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .fbav-premium-viewer .fbav-card {
    min-height: 218px;
    padding: 17px 9px 16px;
    border-radius: 13px;
  }

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

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

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

  .fbav-premium-viewer .fbav-card p {
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
  }
}

@media (max-width: 319px) {
  .fbav-premium-viewer .fbav-grid,
  .fbav-premium-viewer .fbav-grid-3,
  .fbav-premium-viewer .fbav-grid-4 {
    grid-template-columns: 1fr;
  }
}