@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", sans-serif;
  color: #172033;
  background: #fff;
}

.fbvv-premium-content .fbvv-section,
.fbvv-premium-content .fbvv-container,
.fbvv-premium-content .fbvv-grid,
.fbvv-premium-content .fbvv-card {
  max-width: 100%;
}

.fbvv-premium-content .fbvv-section {
  width: 100%;
  padding: 86px 22px;
  overflow: hidden;
}

.fbvv-premium-content .fbvv-section-white {
  background: #fff;
}

.fbvv-premium-content .fbvv-section-warm {
  background:
    radial-gradient(circle at 14% 18%, rgba(64, 123, 255, 0.12), transparent 30%),
    radial-gradient(circle at 86% 20%, rgba(255, 183, 77, 0.16), transparent 28%),
    linear-gradient(180deg, #fff8ee 0%, #f7fbff 100%);
}

.fbvv-premium-content .fbvv-container {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.fbvv-premium-content .fbvv-section-head {
  width: min(760px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}

.fbvv-premium-content .fbvv-section-head h2 {
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 820;
  letter-spacing: 0;
  color: #172033;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbvv-premium-content .fbvv-section-head h2 span {
  background: linear-gradient(135deg, #315dff 0%, #0aa6c2 46%, #ff9f43 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fbvv-premium-content .fbvv-section-head p {
  margin: 14px auto 0;
  color: #607087;
  font-size: 1.02rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbvv-premium-content .fbvv-grid {
  display: grid;
  width: 100%;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fbvv-premium-content .fbvv-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --fbvv-accent: #315dff;
  --fbvv-accent-2: #0aa6c2;
  --fbvv-soft: rgba(49, 93, 255, 0.1);
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 252px;
  padding: 28px;
  border: 1px solid rgba(49, 93, 255, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.9), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.92));
  box-shadow: 0 16px 42px rgba(17, 29, 61, 0.08);
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 1;
  transition:
    opacity 0.65s ease,
    transform 0.65s ease,
    box-shadow 0.32s ease,
    border-color 0.32s ease,
    background 0.32s ease;
}

.fbvv-premium-content .fbvv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, var(--fbvv-soft), transparent 42%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fbvv-accent) 18%, transparent), transparent 32%);
  opacity: 0.72;
  pointer-events: none;
  transition: opacity 0.32s ease;
}

.fbvv-premium-content .fbvv-card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--fbvv-accent), var(--fbvv-accent-2));
  opacity: 0.5;
  transform: scaleX(0.34);
  transform-origin: left;
  transition: transform 0.32s ease, opacity 0.32s ease;
}

.fbvv-premium-content .fbvv-card.fbvv-visible {
  opacity: 1;
	visibility: visible;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}

.fbvv-premium-content .fbvv-card:hover {
  border-color: color-mix(in srgb, var(--fbvv-accent) 44%, white);
  box-shadow: 0 24px 62px rgba(17, 29, 61, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

.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-card:nth-child(1) { --fbvv-accent: #315dff; --fbvv-accent-2: #10a6d8; --fbvv-soft: rgba(49, 93, 255, 0.11); }
.fbvv-premium-content .fbvv-card:nth-child(2) { --fbvv-accent: #0a9f83; --fbvv-accent-2: #4dcf9f; --fbvv-soft: rgba(10, 159, 131, 0.11); }
.fbvv-premium-content .fbvv-card:nth-child(3) { --fbvv-accent: #ef7d24; --fbvv-accent-2: #ffc15a; --fbvv-soft: rgba(239, 125, 36, 0.12); }
.fbvv-premium-content .fbvv-card:nth-child(4) { --fbvv-accent: #7c4dff; --fbvv-accent-2: #2f80ed; --fbvv-soft: rgba(124, 77, 255, 0.11); }
.fbvv-premium-content .fbvv-card:nth-child(5) { --fbvv-accent: #d9468f; --fbvv-accent-2: #ff8f70; --fbvv-soft: rgba(217, 70, 143, 0.11); }
.fbvv-premium-content .fbvv-card:nth-child(6) { --fbvv-accent: #0876c9; --fbvv-accent-2: #00bfd8; --fbvv-soft: rgba(8, 118, 201, 0.1); }
.fbvv-premium-content .fbvv-card:nth-child(7) { --fbvv-accent: #6b8e23; --fbvv-accent-2: #b6c85f; --fbvv-soft: rgba(107, 142, 35, 0.11); }
.fbvv-premium-content .fbvv-card:nth-child(8) { --fbvv-accent: #c05a17; --fbvv-accent-2: #ffb347; --fbvv-soft: rgba(192, 90, 23, 0.11); }

.fbvv-premium-content .fbvv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--fbvv-accent);
  background: linear-gradient(145deg, #fff, var(--fbvv-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78), 0 12px 28px rgba(17, 29, 61, 0.08);
  transition: transform 0.32s ease, color 0.32s ease, background 0.32s 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-accent), var(--fbvv-accent-2));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}

.fbvv-premium-content .fbvv-card h3 {
  position: relative;
  z-index: 1;
  display: inline;
  margin: 0;
  color: #172033;
  font-size: 1.08rem;
  line-height: 1.34;
  font-weight: 780;
  background-image: linear-gradient(90deg, var(--fbvv-accent), var(--fbvv-accent-2));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.32s ease, color 0.32s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbvv-premium-content .fbvv-card:hover h3 {
  color: #10192b;
  background-size: 100% 2px;
}

.fbvv-premium-content .fbvv-card p {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: #5d6b7f;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbvv-premium-content .fbvv-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 20px;
  color: var(--fbvv-accent);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.28;
  transform: translateY(8px);
  transition: opacity 0.32s ease, transform 0.32s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbvv-premium-content .fbvv-card:hover .fbvv-cta {
  opacity: 1;
  transform: translateY(0);
}

.fbvv-premium-content .fbvv-grid-tilt .fbvv-card {
  transform-style: preserve-3d;
}

.fbvv-premium-content .fbvv-process-card {
  min-height: 274px;
}

.fbvv-premium-content .fbvv-step-number {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 0;
  max-width: calc(100% - 40px);
  color: color-mix(in srgb, var(--fbvv-accent) 17%, transparent);
  font-size: 4.35rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.32s ease, color 0.32s ease;
  overflow: hidden;
}

.fbvv-premium-content .fbvv-process-card:hover .fbvv-step-number {
  color: color-mix(in srgb, var(--fbvv-accent) 26%, transparent);
  transform: translateY(-5px) scale(1.04);
}

@media (min-width: 1200px) {
  .fbvv-premium-content .fbvv-section {
    padding: 92px 28px;
  }

  .fbvv-premium-content .fbvv-container {
    width: min(1320px, 100%);
  }

  .fbvv-premium-content .fbvv-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .fbvv-premium-content .fbvv-section {
    padding: 78px 24px;
  }

  .fbvv-premium-content .fbvv-container {
    width: min(1080px, 100%);
  }

  .fbvv-premium-content .fbvv-section-head {
    margin-bottom: 36px;
  }

  .fbvv-premium-content .fbvv-section-head p {
    font-size: 0.98rem;
  }

  .fbvv-premium-content .fbvv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 21px;
  }

  .fbvv-premium-content .fbvv-card {
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fbvv-premium-content .fbvv-section {
    padding: 66px 20px;
  }

  .fbvv-premium-content .fbvv-section-head {
    margin-bottom: 32px;
  }

  .fbvv-premium-content .fbvv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .fbvv-premium-content .fbvv-card {
    padding: 24px;
    min-height: 236px;
  }

  .fbvv-premium-content .fbvv-card h3 {
    font-size: 1.02rem;
  }

  .fbvv-premium-content .fbvv-card p {
    font-size: 0.93rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .fbvv-premium-content .fbvv-section {
    padding: 54px 16px;
  }

  .fbvv-premium-content .fbvv-section-head {
    margin-bottom: 26px;
  }

  .fbvv-premium-content .fbvv-section-head p {
    font-size: 0.94rem;
    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: auto;
    border-radius: 18px;
  }

  .fbvv-premium-content .fbvv-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fbvv-premium-content .fbvv-section {
    padding: 48px 14px;
  }

  .fbvv-premium-content .fbvv-section-head {
    margin-bottom: 24px;
  }

  .fbvv-premium-content .fbvv-section-head p {
    font-size: 0.91rem;
    line-height: 1.58;
  }

  .fbvv-premium-content .fbvv-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .fbvv-premium-content .fbvv-card {
    padding: 20px;
    min-height: auto;
    border-radius: 17px;
  }

  .fbvv-premium-content .fbvv-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    border-radius: 15px;
  }

  .fbvv-premium-content .fbvv-step-number {
    font-size: 3.6rem;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .fbvv-premium-content .fbvv-section {
    padding: 42px 12px;
  }

  .fbvv-premium-content .fbvv-section-head {
    margin-bottom: 22px;
  }

  .fbvv-premium-content .fbvv-section-head p {
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .fbvv-premium-content .fbvv-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .fbvv-premium-content .fbvv-card {
    padding: 18px;
    min-height: auto;
    border-radius: 16px;
  }

  .fbvv-premium-content .fbvv-card h3 {
    font-size: 0.98rem;
  }

  .fbvv-premium-content .fbvv-card p,
  .fbvv-premium-content .fbvv-cta {
    font-size: 0.86rem;
  }

  .fbvv-premium-content .fbvv-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 14px;
  }

  .fbvv-premium-content .fbvv-icon i {
    font-size: 1rem;
  }

  .fbvv-premium-content .fbvv-step-number {
    top: 14px;
    right: 14px;
    font-size: 3.05rem;
  }
}

@media (max-width: 319px) {
  .fbvv-premium-content .fbvv-grid {
    grid-template-columns: 1fr !important;
  }
}

@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 {
    transition: none !important;
    transform: none !important;
  }

  .fbvv-premium-content .fbvv-card {
    opacity: 1;
  }
}