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

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

.fbav-premium-viewer {
  --fbav-ink: #182033;
  --fbav-muted: #667085;
  --fbav-line: rgba(37, 99, 235, 0.14);
  --fbav-blue: #2563eb;
  --fbav-cyan: #08a6c8;
  --fbav-warm: #fff7ed;
  --fbav-radius: 24px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--fbav-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.fbav-premium-viewer .fbav-section,
.fbav-premium-viewer .fbav-container,
.fbav-premium-viewer .fbav-grid {
  width: 100%;
  max-width: 100%;
}

.fbav-premium-viewer .fbav-section {
  position: relative;
  overflow: hidden;
  padding: 92px 18px;
}

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

.fbav-premium-viewer .fbav-section-warm {
  background:
    radial-gradient(circle at 18% 10%, rgba(37, 99, 235, 0.10), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(8, 166, 200, 0.12), transparent 32%),
    linear-gradient(180deg, #fff8ef 0%, #fffdf8 100%);
}

.fbav-premium-viewer .fbav-container {
  max-width: 1320px;
  margin: 0 auto;
}

.fbav-premium-viewer .fbav-heading-wrap {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.fbav-premium-viewer h2 {
  margin: 0;
  color: var(--fbav-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 830;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbav-premium-viewer h2 span {
  display: inline;
  color: transparent;
  background: linear-gradient(135deg, #2563eb 0%, #08a6c8 52%, #14b8a6 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.fbav-premium-viewer .fbav-heading-wrap p {
  max-width: 700px;
  margin: 14px auto 0;
  color: var(--fbav-muted);
  font-size: 1.03rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.fbav-premium-viewer .fbav-card {
  --fg-mx: 50%;
  --fg-my: 30%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --fbav-accent: #2563eb;
  --fbav-accent-2: #08a6c8;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 252px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: var(--fbav-radius);
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fbav-accent) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(255,255,255,0.84));
  box-shadow: 0 16px 46px rgba(24, 32, 51, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition: transform 420ms ease, opacity 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbav-premium-viewer .fbav-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--fbav-accent) 11%, transparent), transparent 44%),
    linear-gradient(315deg, color-mix(in srgb, var(--fbav-accent-2) 12%, transparent), transparent 42%);
  opacity: 0.72;
  pointer-events: none;
}

.fbav-premium-viewer .fbav-card::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 22px;
  width: 46px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fbav-accent), var(--fbav-accent-2));
  transform: scaleX(0.42);
  transform-origin: left center;
  opacity: 0.52;
  transition: transform 300ms ease, opacity 300ms ease;
}

.fbav-premium-viewer .fbav-card.is-visible {
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}

.fbav-premium-viewer .fbav-card:hover {
  border-color: color-mix(in srgb, var(--fbav-accent) 38%, rgba(24, 32, 51, 0.08));
  box-shadow: 0 24px 70px rgba(24, 32, 51, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

.fbav-premium-viewer .fbav-card:hover::after {
  transform: scaleX(1.32);
  opacity: 1;
}

.fbav-premium-viewer .fbav-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin: 0 0 22px;
  border-radius: 18px;
  color: var(--fbav-accent);
  background: color-mix(in srgb, var(--fbav-accent) 12%, #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--fbav-accent) 16%, transparent);
  transition: transform 300ms ease, color 300ms ease, background 300ms ease;
}

.fbav-premium-viewer .fbav-icon i {
  font-size: 1.26rem;
  line-height: 1;
}

.fbav-premium-viewer .fbav-card:hover .fbav-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--fbav-accent), var(--fbav-accent-2));
  transform: translateY(-3px) rotate(-4deg) scale(1.05);
}

.fbav-premium-viewer h3 {
  position: relative;
  margin: 0 0 12px;
  color: var(--fbav-ink);
  font-size: 1.08rem;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 760;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbav-premium-viewer .fbav-card p {
  margin: 0;
  color: var(--fbav-muted);
  font-size: 0.95rem;
  line-height: 1.67;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbav-premium-viewer .fbav-cta {
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fbav-accent);
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.46;
  transform: translateY(7px);
  transition: opacity 280ms ease, transform 280ms ease, color 280ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbav-premium-viewer .fbav-card:hover .fbav-cta {
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--fbav-accent) 72%, #111827);
}

.fbav-premium-viewer .fbav-process-card {
  min-height: 270px;
  padding-top: 58px;
}

.fbav-premium-viewer .fbav-step-text {
  position: absolute;
  top: 22px;
  left: 28px;
  max-width: calc(100% - 56px);
  color: var(--fbav-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbav-premium-viewer .fbav-step-bg {
  position: absolute;
  top: 8px;
  right: 18px;
  z-index: -1;
  max-width: 46%;
  color: color-mix(in srgb, var(--fbav-accent) 15%, transparent);
  font-size: 4.3rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 320ms ease, color 320ms ease;
  overflow: hidden;
}

.fbav-premium-viewer .fbav-process-card:hover .fbav-step-bg {
  color: color-mix(in srgb, var(--fbav-accent) 24%, transparent);
  transform: translateY(-4px) scale(1.04);
}

.fbav-premium-viewer .fbav-card:nth-child(1) { --fbav-accent: #2563eb; --fbav-accent-2: #06b6d4; }
.fbav-premium-viewer .fbav-card:nth-child(2) { --fbav-accent: #0f766e; --fbav-accent-2: #14b8a6; }
.fbav-premium-viewer .fbav-card:nth-child(3) { --fbav-accent: #7c3aed; --fbav-accent-2: #2563eb; }
.fbav-premium-viewer .fbav-card:nth-child(4) { --fbav-accent: #dc2626; --fbav-accent-2: #f97316; }
.fbav-premium-viewer .fbav-card:nth-child(5) { --fbav-accent: #0891b2; --fbav-accent-2: #2563eb; }
.fbav-premium-viewer .fbav-card:nth-child(6) { --fbav-accent: #4f46e5; --fbav-accent-2: #0ea5e9; }
.fbav-premium-viewer .fbav-card:nth-child(7) { --fbav-accent: #16a34a; --fbav-accent-2: #0d9488; }
.fbav-premium-viewer .fbav-card:nth-child(8) { --fbav-accent: #9333ea; --fbav-accent-2: #0891b2; }

@media (min-width: 1200px) {
  .fbav-premium-viewer .fbav-section {
    padding: 96px 24px;
  }

  .fbav-premium-viewer .fbav-container {
    max-width: 1320px;
  }

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

@media (min-width: 1024px) and (max-width: 1199px) {
  .fbav-premium-viewer .fbav-section {
    padding: 82px 22px;
  }

  .fbav-premium-viewer .fbav-container {
    max-width: 1060px;
  }

  .fbav-premium-viewer .fbav-heading-wrap {
    margin-bottom: 36px;
  }

  .fbav-premium-viewer .fbav-heading-wrap p {
    font-size: 0.99rem;
  }

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

  .fbav-premium-viewer .fbav-card {
    padding: 25px;
  }
}

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

  .fbav-premium-viewer .fbav-heading-wrap {
    margin-bottom: 32px;
  }

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

  .fbav-premium-viewer .fbav-card {
    padding: 24px;
    min-height: 232px;
  }

  .fbav-premium-viewer h3 {
    font-size: 1.02rem;
  }

  .fbav-premium-viewer .fbav-card p {
    font-size: 0.93rem;
  }
}

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

  .fbav-premium-viewer .fbav-heading-wrap {
    margin-bottom: 26px;
  }

  .fbav-premium-viewer .fbav-heading-wrap p {
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .fbav-premium-viewer .fbav-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .fbav-premium-viewer .fbav-card {
    padding: 22px;
    min-height: auto;
  }

  .fbav-premium-viewer .fbav-process-card {
    padding-top: 54px;
  }

  .fbav-premium-viewer .fbav-cta {
    width: auto;
    max-width: 100%;
  }
}

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

  .fbav-premium-viewer .fbav-heading-wrap {
    margin-bottom: 22px;
  }

  .fbav-premium-viewer .fbav-heading-wrap p {
    font-size: 0.9rem;
    line-height: 1.58;
  }

  .fbav-premium-viewer .fbav-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .fbav-premium-viewer .fbav-card {
    padding: 20px;
    border-radius: 20px;
    min-height: auto;
  }

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

  .fbav-premium-viewer h3 {
    font-size: 0.99rem;
  }

  .fbav-premium-viewer .fbav-card p {
    font-size: 0.9rem;
  }

  .fbav-premium-viewer .fbav-step-bg {
    font-size: 3.5rem;
  }
}

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

  .fbav-premium-viewer .fbav-heading-wrap {
    margin-bottom: 20px;
  }

  .fbav-premium-viewer .fbav-heading-wrap p {
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .fbav-premium-viewer .fbav-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .fbav-premium-viewer .fbav-card {
    padding: 17px;
    border-radius: 18px;
    min-height: auto;
  }

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

  .fbav-premium-viewer .fbav-icon i {
    font-size: 1.05rem;
  }

  .fbav-premium-viewer h3 {
    font-size: 0.94rem;
  }

  .fbav-premium-viewer .fbav-card p,
  .fbav-premium-viewer .fbav-cta {
    font-size: 0.84rem;
  }

  .fbav-premium-viewer .fbav-process-card {
    padding-top: 48px;
  }

  .fbav-premium-viewer .fbav-step-text {
    top: 18px;
    left: 17px;
    max-width: calc(100% - 34px);
    font-size: 0.7rem;
  }

  .fbav-premium-viewer .fbav-step-bg {
    top: 9px;
    right: 12px;
    font-size: 3rem;
    max-width: 42%;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  .fbav-premium-viewer .fbav-card,
  .fbav-premium-viewer .fbav-card::after,
  .fbav-premium-viewer .fbav-icon,
  .fbav-premium-viewer .fbav-cta,
  .fbav-premium-viewer .fbav-step-bg {
    transition: none !important;
    animation: none !important;
  }

  .fbav-premium-viewer .fbav-card,
  .fbav-premium-viewer .fbav-card.is-visible,
  .fbav-premium-viewer .fbav-card:hover {
    transform: none !important;
    opacity: 1;
  }
}