@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 {
  --fbvv-ink: #172033;
  --fbvv-muted: #5d687c;
  --fbvv-line: rgba(33, 77, 139, 0.13);
  --fbvv-blue: #1877f2;
  --fbvv-indigo: #5b6cff;
  --fbvv-cyan: #16b6d9;
  --fbvv-warm: #fff7ef;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--fbvv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.fbvv-premium-content .fbvv-section-warm {
  background:
    radial-gradient(circle at 12% 12%, rgba(24, 119, 242, 0.1), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(22, 182, 217, 0.12), transparent 32%),
    linear-gradient(180deg, #fffaf4 0%, #fff3e7 100%);
}

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

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

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

.fbvv-premium-content .fbvv-heading-wrap h2 span {
  background: linear-gradient(135deg, var(--fbvv-blue), var(--fbvv-indigo) 48%, var(--fbvv-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

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

.fbvv-premium-content .fbvv-card-grid {
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 22px;
  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: #1877f2;
  --fbvv-accent-2: #16b6d9;
  --fbvv-soft: rgba(24, 119, 242, 0.1);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 248px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--fbvv-line);
  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.96), rgba(255, 255, 255, 0.72)),
    linear-gradient(135deg, var(--fbvv-soft), transparent 62%);
  box-shadow: 0 18px 45px rgba(16, 32, 64, 0.08);
  opacity: 0;
  transform: translateY(26px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  transform-style: preserve-3d;
  transition: opacity 0.6s ease, transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.fbvv-premium-content .fbvv-card:nth-child(2) { --fbvv-accent: #6c5ce7; --fbvv-accent-2: #1877f2; --fbvv-soft: rgba(108, 92, 231, 0.11); }
.fbvv-premium-content .fbvv-card:nth-child(3) { --fbvv-accent: #00a8cc; --fbvv-accent-2: #3ed4b9; --fbvv-soft: rgba(0, 168, 204, 0.11); }
.fbvv-premium-content .fbvv-card:nth-child(4) { --fbvv-accent: #ef7d35; --fbvv-accent-2: #f8b84e; --fbvv-soft: rgba(239, 125, 53, 0.12); }
.fbvv-premium-content .fbvv-card:nth-child(5) { --fbvv-accent: #0c9b7a; --fbvv-accent-2: #2dd4bf; --fbvv-soft: rgba(12, 155, 122, 0.11); }
.fbvv-premium-content .fbvv-card:nth-child(6) { --fbvv-accent: #d94686; --fbvv-accent-2: #fb7185; --fbvv-soft: rgba(217, 70, 134, 0.11); }
.fbvv-premium-content .fbvv-card:nth-child(7) { --fbvv-accent: #4f46e5; --fbvv-accent-2: #06b6d4; --fbvv-soft: rgba(79, 70, 229, 0.11); }
.fbvv-premium-content .fbvv-card:nth-child(8) { --fbvv-accent: #2563eb; --fbvv-accent-2: #f59e0b; --fbvv-soft: rgba(37, 99, 235, 0.1); }

.fbvv-premium-content .fbvv-card.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;
  pointer-events: none;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fbvv-accent) 18%, transparent), transparent 34%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.fbvv-premium-content .fbvv-card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, var(--fbvv-accent), var(--fbvv-accent-2));
  opacity: 0.5;
  transform: scaleX(0.24);
  transform-origin: left;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.fbvv-premium-content .fbvv-card:hover {
  border-color: color-mix(in srgb, var(--fbvv-accent) 34%, white);
  box-shadow: 0 28px 70px rgba(16, 32, 64, 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 {
  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));
  border: 1px solid color-mix(in srgb, var(--fbvv-accent) 16%, white);
  box-shadow: 0 12px 28px rgba(22, 42, 82, 0.08);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}

.fbvv-premium-content .fbvv-icon i {
  font-size: 1.25rem;
  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: var(--fbvv-ink);
  font-size: 1.12rem;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--fbvv-accent), var(--fbvv-accent-2));
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.28s ease;
}

.fbvv-premium-content .fbvv-card:hover h3 {
  background-size: 100% 2px;
}

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

.fbvv-premium-content .fbvv-card-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fbvv-accent);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: break-word;
  opacity: 0.15;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.fbvv-premium-content .fbvv-info-card:hover .fbvv-card-cta {
  opacity: 1;
  transform: translateY(0);
}

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

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

.fbvv-premium-content .fbvv-step-number {
  position: absolute;
  top: 14px;
  right: 18px;
  z-index: 0;
  color: color-mix(in srgb, var(--fbvv-accent) 18%, transparent);
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.28s ease, color 0.28s ease;
}

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

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

  .fbvv-premium-content .fbvv-card-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 0;
  }

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

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

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

  .fbvv-premium-content .fbvv-card-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: 64px 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 .fbvv-card h3 {
    font-size: 0.98rem;
  }

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

  .fbvv-premium-content .fbvv-step-number {
    top: 12px;
    right: 14px;
    font-size: 3.45rem;
  }
}

@media (max-width: 767px) {
  .fbvv-premium-content .fbvv-card-grid,
  .fbvv-premium-content .fbvv-card,
  .fbvv-premium-content .fbvv-section,
  .fbvv-premium-content .fbvv-container {
    width: 100%;
    max-width: 100%;
  }

  .fbvv-premium-content .fbvv-card {
    min-width: 0;
  }

  .fbvv-premium-content .fbvv-card:hover {
    transform: translateY(-4px);
  }
}

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

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