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

.fbvv-premium-content,
.fbvv-premium-content * {
  box-sizing: border-box;
}

.fbvv-premium-content {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #182033;
  background: #fff;
}

.fbvv-premium-content .fbvv-section {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding: 84px 22px;
}

.fbvv-premium-content .fbvv-section-white {
  background: #fff;
}

.fbvv-premium-content .fbvv-section-warm {
  background:
    radial-gradient(circle at 8% 12%, rgba(24, 119, 242, 0.11), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(255, 185, 95, 0.18), transparent 28%),
    linear-gradient(180deg, #fff8f0 0%, #f6fbff 100%);
}

.fbvv-premium-content .fbvv-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.fbvv-premium-content .fbvv-heading-wrap {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.fbvv-premium-content h2 {
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  color: #121827;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbvv-premium-content h2 span {
  background: linear-gradient(135deg, #1877f2 0%, #12b8ff 52%, #ffb35c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fbvv-premium-content .fbvv-heading-wrap p {
  margin: 14px auto 0;
  max-width: 660px;
  color: #59657a;
  font-size: 1rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.fbvv-premium-content .fbvv-card {
  --fbvv-a: #1877f2;
  --fbvv-b: #12b8ff;
  --fbvv-c: #fff4e7;
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 26px;
  min-height: 252px;
  border: 1px solid rgba(24, 119, 242, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fbvv-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), color-mix(in srgb, var(--fbvv-c) 52%, #ffffff));
  box-shadow: 0 14px 34px rgba(26, 39, 68, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    transform 360ms ease,
    opacity 520ms ease,
    box-shadow 360ms ease,
    border-color 360ms ease,
    background 360ms ease;
}

.fbvv-premium-content .fbvv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--fbvv-a) 12%, transparent), transparent 46%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.76), transparent 24%);
  transition: opacity 340ms ease;
}

.fbvv-premium-content .fbvv-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, var(--fbvv-a), var(--fbvv-b));
  transform: scaleX(0.24);
  transform-origin: left center;
  opacity: 0.55;
  transition: transform 320ms ease, opacity 320ms ease;
}

.fbvv-premium-content .fbvv-card.fbvv-visible {
  opacity: 1;
  transform: perspective(900px) rotateX(0deg) rotateY(0deg) translateY(0);
}

.fbvv-premium-content .fbvv-card:hover {
  border-color: color-mix(in srgb, var(--fbvv-a) 38%, rgba(255, 255, 255, 0.8));
  box-shadow: 0 24px 54px rgba(26, 39, 68, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}

.fbvv-premium-content .fbvv-card:hover::before {
  opacity: 1;
}

.fbvv-premium-content .fbvv-card:hover::after {
  transform: scaleX(1);
  opacity: 0.95;
}

.fbvv-premium-content .fbvv-icon {
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  margin: 0 0 22px;
  border-radius: 18px;
  color: var(--fbvv-a);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), color-mix(in srgb, var(--fbvv-a) 12%, #ffffff)),
    linear-gradient(135deg, var(--fbvv-a), var(--fbvv-b));
  box-shadow: 0 12px 24px color-mix(in srgb, var(--fbvv-a) 18%, transparent);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease, box-shadow 320ms ease;
}

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

.fbvv-premium-content .fbvv-card:hover .fbvv-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--fbvv-a), var(--fbvv-b));
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
  box-shadow: 0 16px 30px color-mix(in srgb, var(--fbvv-a) 28%, transparent);
}

.fbvv-premium-content h3 {
  position: relative;
  margin: 0 0 12px;
  color: #172033;
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 760;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbvv-premium-content h3::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fbvv-a), var(--fbvv-b));
  transform: scaleX(0.45);
  transform-origin: left center;
  transition: transform 300ms ease;
}

.fbvv-premium-content .fbvv-card:hover h3::after {
  transform: scaleX(1.3);
}

.fbvv-premium-content .fbvv-card p {
  margin: 0;
  color: #5f697d;
  font-size: 0.95rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbvv-premium-content .fbvv-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fbvv-a);
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 740;
  opacity: 0.22;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease, color 300ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbvv-premium-content .fbvv-card:hover .fbvv-cta {
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--fbvv-a) 82%, #0f172a);
}

.fbvv-premium-content .fbvv-card-tilt {
  transform-style: preserve-3d;
}

.fbvv-premium-content .fbvv-card-tilt .fbvv-icon,
.fbvv-premium-content .fbvv-card-tilt h3,
.fbvv-premium-content .fbvv-card-tilt p {
  transform: translateZ(18px);
}

.fbvv-premium-content .fbvv-process-card {
  padding-top: 30px;
}

.fbvv-premium-content .fbvv-step {
  position: absolute;
  top: 18px;
  right: 20px;
  max-width: calc(100% - 40px);
  color: color-mix(in srgb, var(--fbvv-a) 18%, transparent);
  font-size: 3.1rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 320ms ease, color 320ms ease, opacity 320ms ease;
}

.fbvv-premium-content .fbvv-process-card:hover .fbvv-step {
  color: color-mix(in srgb, var(--fbvv-a) 28%, transparent);
  transform: translateY(-4px) scale(1.06);
}

.fbvv-premium-content .fbvv-card:nth-child(1) { --fbvv-a: #1877f2; --fbvv-b: #15b7ff; --fbvv-c: #eef6ff; }
.fbvv-premium-content .fbvv-card:nth-child(2) { --fbvv-a: #6c5ce7; --fbvv-b: #00cec9; --fbvv-c: #f4f2ff; }
.fbvv-premium-content .fbvv-card:nth-child(3) { --fbvv-a: #0f9f6e; --fbvv-b: #6ee7b7; --fbvv-c: #effdf7; }
.fbvv-premium-content .fbvv-card:nth-child(4) { --fbvv-a: #f59e0b; --fbvv-b: #fb7185; --fbvv-c: #fff6e7; }
.fbvv-premium-content .fbvv-card:nth-child(5) { --fbvv-a: #2563eb; --fbvv-b: #8b5cf6; --fbvv-c: #f1f6ff; }
.fbvv-premium-content .fbvv-card:nth-child(6) { --fbvv-a: #dc3f72; --fbvv-b: #f97316; --fbvv-c: #fff1f5; }
.fbvv-premium-content .fbvv-card:nth-child(7) { --fbvv-a: #0891b2; --fbvv-b: #22c55e; --fbvv-c: #eefcff; }
.fbvv-premium-content .fbvv-card:nth-child(8) { --fbvv-a: #7c3aed; --fbvv-b: #38bdf8; --fbvv-c: #f7f1ff; }

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

  .fbvv-premium-content .fbvv-container {
    max-width: 1240px;
  }

  .fbvv-premium-content .fbvv-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .fbvv-premium-content .fbvv-section {
    padding: 78px 24px;
  }

  .fbvv-premium-content .fbvv-container {
    max-width: 1040px;
  }

  .fbvv-premium-content .fbvv-heading-wrap p {
    font-size: 0.98rem;
  }

  .fbvv-premium-content .fbvv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px;
  }

  .fbvv-premium-content .fbvv-card {
    padding: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fbvv-premium-content .fbvv-section {
    padding: 66px 20px;
  }

  .fbvv-premium-content .fbvv-heading-wrap {
    margin-bottom: 30px;
  }

  .fbvv-premium-content .fbvv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px;
  }

  .fbvv-premium-content .fbvv-card {
    padding: 23px;
    min-height: 232px;
  }

  .fbvv-premium-content h3 {
    font-size: 1.02rem;
  }

  .fbvv-premium-content .fbvv-card p {
    font-size: 0.92rem;
  }
}

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

  .fbvv-premium-content .fbvv-heading-wrap {
    margin-bottom: 26px;
  }

  .fbvv-premium-content .fbvv-heading-wrap p {
    font-size: 0.93rem;
    line-height: 1.62;
  }

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

  .fbvv-premium-content .fbvv-card {
    padding: 22px;
    min-height: 0;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fbvv-premium-content .fbvv-section {
    padding: 46px 14px;
  }

  .fbvv-premium-content .fbvv-heading-wrap {
    margin-bottom: 24px;
  }

  .fbvv-premium-content .fbvv-heading-wrap p {
    font-size: 0.9rem;
  }

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

  .fbvv-premium-content .fbvv-card {
    padding: 20px;
    border-radius: 18px;
    min-height: 0;
  }

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

  .fbvv-premium-content .fbvv-step {
    font-size: 2.55rem;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .fbvv-premium-content .fbvv-section {
    padding: 40px 12px;
  }

  .fbvv-premium-content .fbvv-heading-wrap {
    margin-bottom: 22px;
  }

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

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

  .fbvv-premium-content .fbvv-card {
    padding: 18px;
    border-radius: 16px;
    min-height: 0;
  }

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

  .fbvv-premium-content .fbvv-icon i {
    font-size: 1.05rem;
  }

  .fbvv-premium-content h3 {
    font-size: 0.98rem;
  }

  .fbvv-premium-content .fbvv-card p,
  .fbvv-premium-content .fbvv-cta {
    font-size: 0.86rem;
  }

  .fbvv-premium-content .fbvv-step {
    top: 16px;
    right: 16px;
    font-size: 2.25rem;
  }
}

@media (max-width: 319px) {
  .fbvv-premium-content .fbvv-section {
    padding: 34px 10px;
  }

  .fbvv-premium-content .fbvv-grid {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .fbvv-premium-content .fbvv-card {
    padding: 16px;
    min-height: 0;
  }
}

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

  .fbvv-premium-content .fbvv-card {
    opacity: 1;
    transform: none !important;
  }
}