@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: #172033;
  background: #fff;
}

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

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

.fbvv-premium-content .fbvv-section-warm {
  background:
    radial-gradient(circle at 12% 8%, rgba(72, 121, 255, 0.12), transparent 34%),
    radial-gradient(circle at 88% 16%, rgba(20, 184, 166, 0.12), transparent 32%),
    linear-gradient(180deg, #fff8f1 0%, #fffaf6 45%, #f7fbff 100%);
}

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

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

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

.fbvv-premium-content .fbvv-heading-wrap h2 span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(135deg, #2563eb 0%, #14b8a6 48%, #f59e0b 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

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

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

.fbvv-premium-content .fbvv-card {
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --fbvv-accent: #2563eb;
  --fbvv-accent-2: #14b8a6;
  --fbvv-tint: rgba(37, 99, 235, 0.08);
  --fbvv-border: rgba(37, 99, 235, 0.18);
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 258px;
  padding: 26px;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.74)),
    linear-gradient(145deg, var(--fbvv-tint), rgba(255, 255, 255, 0.02));
  box-shadow: 0 16px 42px rgba(17, 24, 39, 0.08);
  opacity: 0;
  transform: translateY(26px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  transform-style: preserve-3d;
  transition:
    opacity 700ms ease,
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease,
    background 260ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  will-change: transform;
}

.fbvv-premium-content .fbvv-card:nth-child(1) { --fbvv-accent: #2563eb; --fbvv-accent-2: #14b8a6; --fbvv-tint: rgba(37, 99, 235, 0.09); }
.fbvv-premium-content .fbvv-card:nth-child(2) { --fbvv-accent: #0f766e; --fbvv-accent-2: #60a5fa; --fbvv-tint: rgba(20, 184, 166, 0.1); }
.fbvv-premium-content .fbvv-card:nth-child(3) { --fbvv-accent: #d97706; --fbvv-accent-2: #2563eb; --fbvv-tint: rgba(245, 158, 11, 0.11); }
.fbvv-premium-content .fbvv-card:nth-child(4) { --fbvv-accent: #7c3aed; --fbvv-accent-2: #06b6d4; --fbvv-tint: rgba(124, 58, 237, 0.09); }
.fbvv-premium-content .fbvv-card:nth-child(5) { --fbvv-accent: #db2777; --fbvv-accent-2: #f59e0b; --fbvv-tint: rgba(219, 39, 119, 0.08); }
.fbvv-premium-content .fbvv-card:nth-child(6) { --fbvv-accent: #0891b2; --fbvv-accent-2: #22c55e; --fbvv-tint: rgba(8, 145, 178, 0.09); }
.fbvv-premium-content .fbvv-card:nth-child(7) { --fbvv-accent: #4f46e5; --fbvv-accent-2: #f97316; --fbvv-tint: rgba(79, 70, 229, 0.09); }
.fbvv-premium-content .fbvv-card:nth-child(8) { --fbvv-accent: #16a34a; --fbvv-accent-2: #2563eb; --fbvv-tint: rgba(22, 163, 74, 0.09); }

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

.fbvv-premium-content .fbvv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fbvv-accent) 24%, transparent), transparent 36%);
  opacity: 0;
  transition: opacity 260ms ease;
}

.fbvv-premium-content .fbvv-card::after {
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, var(--fbvv-accent), var(--fbvv-accent-2));
  opacity: 0.56;
  transform: scaleX(0.22);
  transform-origin: left;
  transition: transform 260ms ease, opacity 260ms ease;
}

.fbvv-premium-content .fbvv-card:hover {
  border-color: color-mix(in srgb, var(--fbvv-accent) 45%, rgba(23, 32, 51, 0.14));
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.14);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

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

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

.fbvv-premium-content .fbvv-icon {
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  margin: 0 0 18px;
  border-radius: 16px;
  color: var(--fbvv-accent);
  background: linear-gradient(145deg, #ffffff, var(--fbvv-tint));
  border: 1px solid var(--fbvv-border);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease, border-color 260ms ease;
}

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

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

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

.fbvv-premium-content .fbvv-card h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--fbvv-accent), var(--fbvv-accent-2));
  transform: scaleX(0.52);
  transform-origin: left;
  transition: transform 260ms ease;
}

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

.fbvv-premium-content .fbvv-card p {
  margin: 0;
  color: #617083;
  font-size: 0.945rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbvv-premium-content .fbvv-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fbvv-accent);
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.3;
  opacity: 0.28;
  transform: translateY(7px);
  transition: opacity 260ms ease, transform 260ms ease, color 260ms 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-accent) 82%, #111827);
}

.fbvv-premium-content .fbvv-tilt-card {
  perspective: 900px;
}

.fbvv-premium-content .fbvv-step-card {
  min-height: 282px;
}

.fbvv-premium-content .fbvv-step-card::before {
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fbvv-accent) 18%, transparent), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,0.88), transparent);
}

.fbvv-premium-content .fbvv-step-card::after {
  inset: auto 24px 20px;
}

.fbvv-premium-content .fbvv-step-number {
  position: absolute;
  top: 18px;
  right: 20px;
  max-width: 42%;
  color: color-mix(in srgb, var(--fbvv-accent) 18%, transparent);
  font-size: clamp(2.8rem, 8vw, 4.9rem);
  line-height: 0.82;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 260ms ease, color 260ms ease;
}

.fbvv-premium-content .fbvv-step-card:hover .fbvv-step-number {
  color: color-mix(in srgb, var(--fbvv-accent) 28%, transparent);
  transform: translateY(-5px) scale(1.05);
}

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

  .fbvv-premium-content .fbvv-container {
    width: min(100%, 1240px);
  }

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

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

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

  .fbvv-premium-content .fbvv-container {
    width: min(100%, 1060px);
  }

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

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

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

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

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

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

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

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

  .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 18px;
  }

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

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

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

  .fbvv-premium-content .fbvv-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 22px;
  }

  .fbvv-premium-content .fbvv-icon {
    width: 50px;
    height: 50px;
  }
}

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

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

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

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

  .fbvv-premium-content .fbvv-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }

  .fbvv-premium-content .fbvv-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

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

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

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

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

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

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

  .fbvv-premium-content .fbvv-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }

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

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

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

  .fbvv-premium-content .fbvv-card p,
  .fbvv-premium-content .fbvv-cta {
    font-size: 0.84rem;
    line-height: 1.58;
  }

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

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

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

  .fbvv-premium-content .fbvv-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 16px;
  }
}

@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 .fbvv-cta,
  .fbvv-premium-content .fbvv-step-number,
  .fbvv-premium-content .fbvv-card h3::after {
    transition: none !important;
    animation: none !important;
  }

  .fbvv-premium-content .fbvv-card,
  .fbvv-premium-content .fbvv-card.fbvv-is-visible,
  .fbvv-premium-content .fbvv-card:hover {
    transform: none !important;
  }
}