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

.fbacctv-premium-block,
.fbacctv-premium-block * {
  box-sizing: border-box;
}

.fbacctv-premium-block {
  --fbacctv-ink: #172033;
  --fbacctv-muted: #647084;
  --fbacctv-line: rgba(32, 82, 180, 0.14);
  --fbacctv-blue: #1877f2;
  --fbacctv-cyan: #21b4ff;
  --fbacctv-violet: #7357ff;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--fbacctv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  isolation: isolate;
}

.fbacctv-premium-block .fbacctv-section {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 86px 20px;
}

.fbacctv-premium-block .fbacctv-section-white {
  background: #fff;
}

.fbacctv-premium-block .fbacctv-section-warm {
  background:
    radial-gradient(circle at 12% 18%, rgba(24, 119, 242, 0.09), transparent 28%),
    radial-gradient(circle at 86% 20%, rgba(255, 186, 73, 0.16), transparent 30%),
    linear-gradient(180deg, #fff8ef 0%, #f6fbff 100%);
}

.fbacctv-premium-block .fbacctv-container {
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}

.fbacctv-premium-block .fbacctv-heading-wrap {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

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

.fbacctv-premium-block .fbacctv-heading-wrap h2 span {
  background: linear-gradient(115deg, var(--fbacctv-blue), var(--fbacctv-cyan) 48%, var(--fbacctv-violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fbacctv-premium-block .fbacctv-heading-wrap p {
  margin: 14px auto 0;
  max-width: 720px;
  color: var(--fbacctv-muted);
  font-size: 1.04rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbacctv-premium-block .fbacctv-grid {
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.fbacctv-premium-block .fbacctv-card {
  --fg-a: #1877f2;
  --fg-b: #21b4ff;
  --fg-soft: rgba(24, 119, 242, 0.1);
  --fg-mx: 50%;
  --fg-my: 20%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 260px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--fbacctv-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.86), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.92));
  box-shadow: 0 16px 42px rgba(22, 37, 68, 0.08);
  opacity: 0;
  transform: translateY(26px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  transform-style: preserve-3d;
  transition: opacity 0.7s ease, transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.fbacctv-premium-block .fbacctv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--fg-a) 13%, transparent), transparent 38%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fg-b) 20%, transparent), transparent 34%);
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.fbacctv-premium-block .fbacctv-card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--fg-a), var(--fg-b));
  transform: scaleX(0.26);
  transform-origin: left;
  opacity: 0.65;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.fbacctv-premium-block .fbacctv-card.fbacctv-is-visible {
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.fbacctv-premium-block .fbacctv-card:hover {
  border-color: color-mix(in srgb, var(--fg-a) 38%, rgba(255, 255, 255, 0.3));
  box-shadow: 0 24px 62px rgba(22, 37, 68, 0.14);
  transform: translateY(-8px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.fbacctv-premium-block .fbacctv-card:hover::before {
  opacity: 0.9;
}

.fbacctv-premium-block .fbacctv-card:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.fbacctv-premium-block .fbacctv-card:nth-child(1) { --fg-a: #1877f2; --fg-b: #23b5ff; --fg-soft: rgba(24, 119, 242, 0.11); }
.fbacctv-premium-block .fbacctv-card:nth-child(2) { --fg-a: #4f8cff; --fg-b: #7c5cff; --fg-soft: rgba(90, 104, 255, 0.11); }
.fbacctv-premium-block .fbacctv-card:nth-child(3) { --fg-a: #00a88f; --fg-b: #42d6b5; --fg-soft: rgba(0, 168, 143, 0.11); }
.fbacctv-premium-block .fbacctv-card:nth-child(4) { --fg-a: #e36b5f; --fg-b: #ffb258; --fg-soft: rgba(227, 107, 95, 0.12); }
.fbacctv-premium-block .fbacctv-card:nth-child(5) { --fg-a: #6a5cff; --fg-b: #b06cff; --fg-soft: rgba(106, 92, 255, 0.11); }
.fbacctv-premium-block .fbacctv-card:nth-child(6) { --fg-a: #1282a2; --fg-b: #36c2d8; --fg-soft: rgba(18, 130, 162, 0.11); }
.fbacctv-premium-block .fbacctv-card:nth-child(7) { --fg-a: #c05cbd; --fg-b: #ff7ca8; --fg-soft: rgba(192, 92, 189, 0.11); }
.fbacctv-premium-block .fbacctv-card:nth-child(8) { --fg-a: #2f80ed; --fg-b: #f2c94c; --fg-soft: rgba(47, 128, 237, 0.11); }

.fbacctv-premium-block .fbacctv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--fg-a);
  background: linear-gradient(145deg, #ffffff, var(--fg-soft));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.9), 0 12px 28px color-mix(in srgb, var(--fg-a) 16%, transparent);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}

.fbacctv-premium-block .fbacctv-icon i {
  font-size: 1.22rem;
  line-height: 1;
}

.fbacctv-premium-block .fbacctv-card:hover .fbacctv-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--fg-a), var(--fg-b));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}

.fbacctv-premium-block .fbacctv-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--fbacctv-ink);
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbacctv-premium-block .fbacctv-card h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 11px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fg-a), var(--fg-b));
  transform: scaleX(0.6);
  transform-origin: left;
  transition: transform 0.28s ease;
}

.fbacctv-premium-block .fbacctv-card:hover h3::after {
  transform: scaleX(1.9);
}

.fbacctv-premium-block .fbacctv-card p {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: var(--fbacctv-muted);
  font-size: 0.96rem;
  line-height: 1.67;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbacctv-premium-block .fbacctv-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fg-a);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.3;
  opacity: 0.35;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbacctv-premium-block .fbacctv-card:hover .fbacctv-cta {
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--fg-a) 86%, #111827);
}

.fbacctv-premium-block .fbacctv-tilt-card {
  perspective: 900px;
}

.fbacctv-premium-block .fbacctv-process-card {
  padding-top: 34px;
}

.fbacctv-premium-block .fbacctv-step-number {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 0;
  color: color-mix(in srgb, var(--fg-a) 16%, transparent);
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.32s ease, color 0.32s ease;
}

.fbacctv-premium-block .fbacctv-process-card:hover .fbacctv-step-number {
  color: color-mix(in srgb, var(--fg-a) 24%, transparent);
  transform: translateY(-5px) scale(1.04);
}

@media (min-width: 1200px) {
  .fbacctv-premium-block .fbacctv-section {
    padding: 92px 28px;
  }

  .fbacctv-premium-block .fbacctv-container {
    width: min(1320px, 100%);
  }

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

@media (min-width: 1024px) and (max-width: 1199px) {
  .fbacctv-premium-block .fbacctv-section {
    padding: 76px 24px;
  }

  .fbacctv-premium-block .fbacctv-container {
    width: min(1080px, 100%);
  }

  .fbacctv-premium-block .fbacctv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .fbacctv-premium-block .fbacctv-heading-wrap p {
    font-size: 1rem;
  }

  .fbacctv-premium-block .fbacctv-card {
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fbacctv-premium-block .fbacctv-section {
    padding: 66px 22px;
  }

  .fbacctv-premium-block .fbacctv-heading-wrap {
    margin-bottom: 30px;
  }

  .fbacctv-premium-block .fbacctv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .fbacctv-premium-block .fbacctv-card {
    min-height: 238px;
    padding: 24px;
  }

  .fbacctv-premium-block .fbacctv-card h3 {
    font-size: 1.02rem;
  }

  .fbacctv-premium-block .fbacctv-card p {
    font-size: 0.94rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .fbacctv-premium-block .fbacctv-section {
    padding: 54px 16px;
  }

  .fbacctv-premium-block .fbacctv-heading-wrap {
    margin-bottom: 24px;
  }

  .fbacctv-premium-block .fbacctv-heading-wrap p {
    font-size: 0.95rem;
    line-height: 1.62;
  }

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

  .fbacctv-premium-block .fbacctv-card {
    min-height: auto;
    padding: 22px;
  }

  .fbacctv-premium-block .fbacctv-cta {
    white-space: normal;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fbacctv-premium-block .fbacctv-section {
    padding: 48px 14px;
  }

  .fbacctv-premium-block .fbacctv-heading-wrap {
    margin-bottom: 22px;
  }

  .fbacctv-premium-block .fbacctv-heading-wrap p {
    font-size: 0.92rem;
    line-height: 1.58;
  }

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

  .fbacctv-premium-block .fbacctv-card {
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }

  .fbacctv-premium-block .fbacctv-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 18px;
  }

  .fbacctv-premium-block .fbacctv-card h3 {
    font-size: 1rem;
  }

  .fbacctv-premium-block .fbacctv-card p {
    font-size: 0.92rem;
  }

  .fbacctv-premium-block .fbacctv-step-number {
    font-size: 3.5rem;
    right: 16px;
  }
}

@media (max-width: 374px) {
  .fbacctv-premium-block .fbacctv-section {
    padding: 42px 12px;
  }

  .fbacctv-premium-block .fbacctv-heading-wrap {
    margin-bottom: 20px;
  }

  .fbacctv-premium-block .fbacctv-heading-wrap p {
    font-size: 0.88rem;
    line-height: 1.55;
  }

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

  .fbacctv-premium-block .fbacctv-card {
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }

  .fbacctv-premium-block .fbacctv-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }

  .fbacctv-premium-block .fbacctv-icon i {
    font-size: 1.02rem;
  }

  .fbacctv-premium-block .fbacctv-card h3 {
    font-size: 0.96rem;
  }

  .fbacctv-premium-block .fbacctv-card p,
  .fbacctv-premium-block .fbacctv-cta {
    font-size: 0.88rem;
  }

  .fbacctv-premium-block .fbacctv-step-number {
    font-size: 3rem;
    top: 14px;
    right: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fbacctv-premium-block .fbacctv-card,
  .fbacctv-premium-block .fbacctv-card::before,
  .fbacctv-premium-block .fbacctv-card::after,
  .fbacctv-premium-block .fbacctv-icon,
  .fbacctv-premium-block .fbacctv-cta,
  .fbacctv-premium-block .fbacctv-step-number {
    transition: none !important;
    animation: none !important;
  }

  .fbacctv-premium-block .fbacctv-card {
    opacity: 1;
    transform: none !important;
  }
}