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

.fbfv-premium-content,
.fbfv-premium-content * {
  box-sizing: border-box;
  max-width: 100%;
}

.fbfv-premium-content {
  --fbfv-ink: #172033;
  --fbfv-muted: #667085;
  --fbfv-line: rgba(43, 91, 242, 0.14);
  --fbfv-brand: #2b5bf2;
  --fbfv-accent: #14b8a6;
  width: 100%;
  overflow-x: hidden;
  color: var(--fbfv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.fbfv-premium-content .fbfv-section {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 82px 20px;
}

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

.fbfv-premium-content .fbfv-section-warm {
  background:
    radial-gradient(circle at 12% 10%, rgba(43, 91, 242, 0.11), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(20, 184, 166, 0.12), transparent 28%),
    linear-gradient(180deg, #fff8f1 0%, #f7fbff 100%);
}

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

.fbfv-premium-content .fbfv-heading-wrap {
  max-width: 780px;
  margin: 0 auto 36px;
  text-align: center;
}

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

.fbfv-premium-content .fbfv-heading-wrap h2 span {
  background: linear-gradient(135deg, #2b5bf2 0%, #14b8a6 52%, #f59e0b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

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

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

.fbfv-premium-content .fbfv-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --fg-hue: #2b5bf2;
  --fg-soft: rgba(43, 91, 242, 0.1);
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 236px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 20px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.88), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.86));
  box-shadow: 0 14px 38px rgba(16, 24, 40, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition: transform 360ms ease, opacity 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbfv-premium-content .fbfv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--fg-soft), transparent 42%);
  pointer-events: none;
}

.fbfv-premium-content .fbfv-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--fg-hue), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}

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

.fbfv-premium-content .fbfv-card:hover {
  border-color: color-mix(in srgb, var(--fg-hue) 38%, transparent);
  box-shadow: 0 22px 54px rgba(16, 24, 40, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}

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

.fbfv-premium-content .fbfv-card:nth-child(8n+1) { --fg-hue: #2b5bf2; --fg-soft: rgba(43, 91, 242, 0.11); }
.fbfv-premium-content .fbfv-card:nth-child(8n+2) { --fg-hue: #14b8a6; --fg-soft: rgba(20, 184, 166, 0.12); }
.fbfv-premium-content .fbfv-card:nth-child(8n+3) { --fg-hue: #f59e0b; --fg-soft: rgba(245, 158, 11, 0.12); }
.fbfv-premium-content .fbfv-card:nth-child(8n+4) { --fg-hue: #8b5cf6; --fg-soft: rgba(139, 92, 246, 0.11); }
.fbfv-premium-content .fbfv-card:nth-child(8n+5) { --fg-hue: #ef4444; --fg-soft: rgba(239, 68, 68, 0.1); }
.fbfv-premium-content .fbfv-card:nth-child(8n+6) { --fg-hue: #06b6d4; --fg-soft: rgba(6, 182, 212, 0.11); }
.fbfv-premium-content .fbfv-card:nth-child(8n+7) { --fg-hue: #22c55e; --fg-soft: rgba(34, 197, 94, 0.1); }
.fbfv-premium-content .fbfv-card:nth-child(8n+8) { --fg-hue: #ec4899; --fg-soft: rgba(236, 72, 153, 0.1); }

.fbfv-premium-content .fbfv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: var(--fg-soft);
  color: var(--fg-hue);
  font-size: 1.18rem;
  transition: transform 260ms ease, background 260ms ease, color 260ms ease;
}

.fbfv-premium-content .fbfv-card:hover .fbfv-icon {
  background: var(--fg-hue);
  color: #fff;
  transform: translateY(-3px) rotate(4deg) scale(1.04);
}

.fbfv-premium-content .fbfv-card h3 {
  position: relative;
  z-index: 1;
  display: inline;
  margin: 0;
  color: var(--fbfv-ink);
  font-size: 1.06rem;
  line-height: 1.28;
  font-weight: 780;
  letter-spacing: 0;
  background-image: linear-gradient(var(--fg-hue), var(--fg-hue));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: background-size 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

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

.fbfv-premium-content .fbfv-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fg-hue);
  font-size: 0.9rem;
  font-weight: 760;
  opacity: 0.38;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.fbfv-premium-content .fbfv-process-card {
  min-height: 224px;
}

.fbfv-premium-content .fbfv-process-card::before {
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 8px;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 900;
  color: var(--fg-hue);
  opacity: 0.08;
  transition: opacity 260ms ease, transform 260ms ease;
}

.fbfv-premium-content .fbfv-process-card:hover::before {
  opacity: 0.14;
  transform: translateY(-4px) scale(1.04);
}

.fbfv-premium-content .fbfv-step-label {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  color: var(--fg-hue);
  font-size: 0.82rem;
  font-weight: 820;
  letter-spacing: 0;
}

@media (min-width: 1200px) {
  .fbfv-premium-content .fbfv-section { padding: 88px 24px; }
  .fbfv-premium-content .fbfv-container { width: min(1240px, 100%); }
  .fbfv-premium-content .fbfv-card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .fbfv-premium-content .fbfv-section { padding: 76px 22px; }
  .fbfv-premium-content .fbfv-container { width: min(1060px, 100%); }
  .fbfv-premium-content .fbfv-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .fbfv-premium-content .fbfv-heading-wrap p { font-size: 0.98rem; }
  .fbfv-premium-content .fbfv-card { padding: 24px; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fbfv-premium-content .fbfv-section { padding: 64px 18px; }
  .fbfv-premium-content .fbfv-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .fbfv-premium-content .fbfv-heading-wrap { margin-bottom: 30px; }
  .fbfv-premium-content .fbfv-card { padding: 22px; min-height: 220px; }
  .fbfv-premium-content .fbfv-card h3 { font-size: 1rem; }
  .fbfv-premium-content .fbfv-card p { font-size: 0.92rem; }
}

@media (min-width: 430px) and (max-width: 767px) {
  .fbfv-premium-content .fbfv-section { padding: 54px 16px; }
  .fbfv-premium-content .fbfv-card-grid { grid-template-columns: 1fr !important; gap: 16px; }
  .fbfv-premium-content .fbfv-heading-wrap { margin-bottom: 26px; }
  .fbfv-premium-content .fbfv-heading-wrap p { font-size: 0.94rem; line-height: 1.62; }
  .fbfv-premium-content .fbfv-card { padding: 21px; min-height: auto; }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fbfv-premium-content .fbfv-section { padding: 48px 14px; }
  .fbfv-premium-content .fbfv-card-grid { grid-template-columns: 1fr !important; gap: 14px; }
  .fbfv-premium-content .fbfv-heading-wrap { margin-bottom: 24px; }
  .fbfv-premium-content .fbfv-heading-wrap p { font-size: 0.9rem; }
  .fbfv-premium-content .fbfv-icon { width: 48px; height: 48px; border-radius: 14px; font-size: 1.05rem; }
  .fbfv-premium-content .fbfv-card { padding: 19px; border-radius: 18px; }
}

@media (min-width: 320px) and (max-width: 374px) {
  .fbfv-premium-content .fbfv-section { padding: 42px 12px; }
  .fbfv-premium-content .fbfv-card-grid { grid-template-columns: 1fr !important; gap: 12px; }
  .fbfv-premium-content .fbfv-heading-wrap { margin-bottom: 22px; }
  .fbfv-premium-content .fbfv-heading-wrap p { font-size: 0.86rem; line-height: 1.55; }
  .fbfv-premium-content .fbfv-card { padding: 17px; border-radius: 16px; }
  .fbfv-premium-content .fbfv-card h3 { font-size: 0.96rem; }
  .fbfv-premium-content .fbfv-card p { font-size: 0.86rem; line-height: 1.58; }
  .fbfv-premium-content .fbfv-icon { width: 44px; height: 44px; border-radius: 13px; font-size: 1rem; }
  .fbfv-premium-content .fbfv-process-card::before { font-size: 3.5rem; right: 12px; }
}

@media (max-width: 319px) {
  .fbfv-premium-content .fbfv-section { padding: 38px 10px; }
  .fbfv-premium-content .fbfv-card-grid { grid-template-columns: 1fr !important; gap: 10px; }
  .fbfv-premium-content .fbfv-card { padding: 15px; min-width: 0; }
}

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

  .fbfv-premium-content .fbfv-card,
  .fbfv-premium-content .fbfv-card.fbfv-visible,
  .fbfv-premium-content .fbfv-card:hover {
    transform: none !important;
    opacity: 1 !important;
  }
}