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

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

.fbav-premium-account-viewer .fbav-section {
  width: 100% !important;
  text-align: center;
  overflow: hidden;
}

.fbav-premium-account-viewer .fbav-section-one,
.fbav-premium-account-viewer .fbav-section-three {
  background: #ffffff;
}

.fbav-premium-account-viewer .fbav-section-two {
  background:
    radial-gradient(circle at 18% 12%, rgba(24, 119, 242, 0.09), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
}

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

.fbav-premium-account-viewer h2 {
  margin: 0 auto;
  color: #102033;
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
  letter-spacing: 0;
}

.fbav-premium-account-viewer .fbav-intro {
  margin: 0 auto;
  max-width: 760px;
  color: #536173;
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
}

.fbav-premium-account-viewer .fbav-grid {
  display: grid !important;
  align-items: stretch !important;
}

.fbav-premium-account-viewer .fbav-card {
  position: relative;
  height: 100% !important;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    linear-gradient(135deg, rgba(24, 119, 242, 0.08), rgba(0, 184, 148, 0.07));
  border: 1px solid #d8e6f7;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(15, 67, 126, 0.1);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 420ms ease;
  background-size: 100% 100%, 180% 180%;
}

.fbav-premium-account-viewer .fbav-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.08), transparent 44%, rgba(0, 184, 148, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.fbav-premium-account-viewer .fbav-card:hover {
  transform: translateY(-8px);
  border-color: #8fc3ff;
  box-shadow: 0 24px 54px rgba(15, 67, 126, 0.16);
  background-position: 0 0, 100% 50%;
}

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

.fbav-premium-account-viewer .fbav-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #1877f2 0%, #00b894 100%);
  box-shadow: 0 14px 28px rgba(24, 119, 242, 0.24);
  color: #ffffff;
  text-align: center;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.fbav-premium-account-viewer .fbav-card:hover .fbav-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 34px rgba(0, 184, 148, 0.28);
}

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

.fbav-premium-account-viewer .fbav-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #16263a;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0;
}

.fbav-premium-account-viewer .fbav-card p {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #5b6878;
  font-weight: 500;
  line-height: 1.58;
  text-align: center;
}

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

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

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

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

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

  .fbav-premium-account-viewer .fbav-intro {
    margin-top: 16px;
    font-size: 17px;
  }

  .fbav-premium-account-viewer .fbav-grid {
    margin-top: 44px;
    gap: 24px;
  }

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

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

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

  .fbav-premium-account-viewer .fbav-icon {
    width: 74px;
    height: 74px;
    font-size: 30px;
  }

  .fbav-premium-account-viewer .fbav-card h3 {
    margin-top: 24px;
    font-size: 21px;
  }

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

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

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

  .fbav-premium-account-viewer h2 {
    font-size: 34px;
  }

  .fbav-premium-account-viewer .fbav-intro {
    margin-top: 14px;
    font-size: 16px;
  }

  .fbav-premium-account-viewer .fbav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
    gap: 20px;
  }

  .fbav-premium-account-viewer .fbav-card {
    min-height: 270px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }

  .fbav-premium-account-viewer .fbav-icon {
    width: 68px;
    height: 68px;
    font-size: 27px;
  }

  .fbav-premium-account-viewer .fbav-card h3 {
    margin-top: 21px;
    font-size: 20px;
  }

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

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

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

  .fbav-premium-account-viewer h2 {
    font-size: 28px;
  }

  .fbav-premium-account-viewer .fbav-intro {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.55;
  }

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

  .fbav-premium-account-viewer .fbav-card {
    min-height: 238px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .fbav-premium-account-viewer .fbav-icon {
    width: 54px;
    height: 54px;
    font-size: 22px;
  }

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

  .fbav-premium-account-viewer .fbav-card p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.45;
  }
}

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

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

  .fbav-premium-account-viewer h2 {
    font-size: 25px;
  }

  .fbav-premium-account-viewer .fbav-intro {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }

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

  .fbav-premium-account-viewer .fbav-card {
    min-height: 226px;
    padding: 18px 10px 16px;
    border-radius: 14px;
  }

  .fbav-premium-account-viewer .fbav-icon {
    width: 48px;
    height: 48px;
    font-size: 19px;
  }

  .fbav-premium-account-viewer .fbav-card h3 {
    margin-top: 14px;
    font-size: 15px;
  }

  .fbav-premium-account-viewer .fbav-card p {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.42;
  }
}

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

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

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

  .fbav-premium-account-viewer .fbav-intro {
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.45;
  }

  .fbav-premium-account-viewer .fbav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
    gap: 8px;
  }

  .fbav-premium-account-viewer .fbav-card {
    min-height: 218px;
    padding: 16px 8px 14px;
    border-radius: 12px;
  }

  .fbav-premium-account-viewer .fbav-icon {
    width: 44px;
    height: 44px;
    font-size: 17px;
  }

  .fbav-premium-account-viewer .fbav-card h3 {
    margin-top: 12px;
    font-size: 14px;
  }

  .fbav-premium-account-viewer .fbav-card p {
    margin-top: 6px;
    font-size: 11.5px;
    line-height: 1.38;
  }
}