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

.fbsv-premium-wrap,
.fbsv-premium-wrap * {
  box-sizing: border-box;
}

.fbsv-premium-wrap {
  --fbsv-ink: #172033;
  --fbsv-muted: #5f6b7f;
  --fbsv-line: rgba(36, 48, 74, 0.12);
  --fbsv-blue: #1877f2;
  --fbsv-cyan: #1fb6ff;
  --fbsv-warm: #fff7ef;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--fbsv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

.fbsv-premium-wrap .fbsv-section,
.fbsv-premium-wrap .fbsv-container,
.fbsv-premium-wrap .fbsv-grid {
  width: 100%;
  max-width: 100%;
}

.fbsv-premium-wrap .fbsv-section {
  position: relative;
  padding: 86px 20px;
  overflow: hidden;
}

.fbsv-premium-wrap .fbsv-section-white {
  background: #fff;
}

.fbsv-premium-wrap .fbsv-section-warm {
  background:
    radial-gradient(circle at 16% 10%, rgba(24, 119, 242, 0.08), transparent 32%),
    radial-gradient(circle at 88% 22%, rgba(31, 182, 255, 0.10), transparent 30%),
    linear-gradient(180deg, #fff9f2 0%, #fff4ea 100%);
}

.fbsv-premium-wrap .fbsv-container {
  max-width: 1240px;
  margin: 0 auto;
}

.fbsv-premium-wrap .fbsv-section-head {
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}

.fbsv-premium-wrap .fbsv-section-head h2 {
  margin: 0 0 12px;
  color: var(--fbsv-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbsv-premium-wrap .fbsv-section-head h2 span {
  background: linear-gradient(135deg, #1877f2 0%, #21b7ff 48%, #725cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fbsv-premium-wrap .fbsv-section-head p {
  margin: 0;
  color: var(--fbsv-muted);
  font-size: 1.04rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbsv-premium-wrap .fbsv-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.fbsv-premium-wrap .fbsv-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --fbsv-accent: #1877f2;
  --fbsv-accent-2: #1fb6ff;
  --fbsv-soft: rgba(24, 119, 242, 0.10);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 252px;
  padding: 26px;
  border: 1px solid var(--fbsv-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.95), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(255,255,255,0.82)),
    linear-gradient(145deg, var(--fbsv-soft), transparent);
  box-shadow: 0 16px 42px rgba(23, 32, 51, 0.08);
  transform: translateY(22px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  transition:
    opacity 680ms ease,
    transform 680ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
  overflow: hidden;
  transform-style: preserve-3d;
}

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

.fbsv-premium-wrap .fbsv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fbsv-accent) 18%, transparent), transparent 34%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.fbsv-premium-wrap .fbsv-card::after {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--fbsv-accent), var(--fbsv-accent-2));
  opacity: 0.75;
}

.fbsv-premium-wrap .fbsv-card:hover {
  border-color: color-mix(in srgb, var(--fbsv-accent) 42%, transparent);
  box-shadow: 0 24px 58px rgba(23, 32, 51, 0.14);
}

.fbsv-premium-wrap .fbsv-card:hover::before {
  opacity: 1;
}

.fbsv-premium-wrap .fbsv-what-grid .fbsv-card:hover,
.fbsv-premium-wrap .fbsv-process-grid .fbsv-card:hover {
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.fbsv-premium-wrap .fbsv-why-grid .fbsv-card:hover {
  transform: translateY(-8px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.fbsv-premium-wrap .fbsv-card:nth-child(1) { --fbsv-accent: #1877f2; --fbsv-accent-2: #1fb6ff; --fbsv-soft: rgba(24,119,242,.10); }
.fbsv-premium-wrap .fbsv-card:nth-child(2) { --fbsv-accent: #725cff; --fbsv-accent-2: #21b7ff; --fbsv-soft: rgba(114,92,255,.10); }
.fbsv-premium-wrap .fbsv-card:nth-child(3) { --fbsv-accent: #0e9f6e; --fbsv-accent-2: #41d6a3; --fbsv-soft: rgba(14,159,110,.10); }
.fbsv-premium-wrap .fbsv-card:nth-child(4) { --fbsv-accent: #f59e0b; --fbsv-accent-2: #fb7185; --fbsv-soft: rgba(245,158,11,.12); }
.fbsv-premium-wrap .fbsv-card:nth-child(5) { --fbsv-accent: #ec4899; --fbsv-accent-2: #8b5cf6; --fbsv-soft: rgba(236,72,153,.10); }
.fbsv-premium-wrap .fbsv-card:nth-child(6) { --fbsv-accent: #06b6d4; --fbsv-accent-2: #3b82f6; --fbsv-soft: rgba(6,182,212,.10); }
.fbsv-premium-wrap .fbsv-card:nth-child(7) { --fbsv-accent: #ef4444; --fbsv-accent-2: #f97316; --fbsv-soft: rgba(239,68,68,.10); }
.fbsv-premium-wrap .fbsv-card:nth-child(8) { --fbsv-accent: #14b8a6; --fbsv-accent-2: #6366f1; --fbsv-soft: rgba(20,184,166,.10); }

.fbsv-premium-wrap .fbsv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 18px;
  color: var(--fbsv-accent);
  background: linear-gradient(145deg, var(--fbsv-soft), rgba(255,255,255,0.92));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--fbsv-accent) 18%, transparent);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}

.fbsv-premium-wrap .fbsv-icon i {
  font-size: 1.24rem;
}

.fbsv-premium-wrap .fbsv-card:hover .fbsv-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--fbsv-accent), var(--fbsv-accent-2));
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
}

.fbsv-premium-wrap .fbsv-card h3 {
  position: relative;
  z-index: 1;
  display: inline;
  margin: 0;
  color: var(--fbsv-ink);
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
  background-image: linear-gradient(90deg, var(--fbsv-accent), var(--fbsv-accent-2));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

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

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

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

.fbsv-premium-wrap .fbsv-process-card {
  padding-top: 30px;
}

.fbsv-premium-wrap .fbsv-step-num {
  position: absolute;
  top: 18px;
  right: 22px;
  z-index: 0;
  color: color-mix(in srgb, var(--fbsv-accent) 18%, transparent);
  font-size: 3.7rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 260ms ease, color 260ms ease;
  pointer-events: none;
}

.fbsv-premium-wrap .fbsv-process-card:hover .fbsv-step-num {
  color: color-mix(in srgb, var(--fbsv-accent) 28%, transparent);
  transform: translateY(-4px) scale(1.04);
}

.fbsv-premium-wrap .fbsv-process-card .fbsv-icon,
.fbsv-premium-wrap .fbsv-process-card h3,
.fbsv-premium-wrap .fbsv-process-card p {
  position: relative;
  z-index: 1;
}

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

  .fbsv-premium-wrap .fbsv-container {
    max-width: 1240px;
  }

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

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

  .fbsv-premium-wrap .fbsv-container {
    max-width: 1040px;
  }

  .fbsv-premium-wrap .fbsv-section-head p {
    font-size: 1rem;
  }

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

  .fbsv-premium-wrap .fbsv-card {
    padding: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fbsv-premium-wrap .fbsv-section {
    padding: 68px 22px;
  }

  .fbsv-premium-wrap .fbsv-section-head {
    margin-bottom: 30px;
  }

  .fbsv-premium-wrap .fbsv-section-head p {
    font-size: 0.98rem;
  }

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

  .fbsv-premium-wrap .fbsv-card {
    min-height: 230px;
    padding: 23px;
  }

  .fbsv-premium-wrap .fbsv-card h3 {
    font-size: 1.03rem;
  }

  .fbsv-premium-wrap .fbsv-card p {
    font-size: 0.94rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .fbsv-premium-wrap .fbsv-section {
    padding: 56px 16px;
  }

  .fbsv-premium-wrap .fbsv-section-head {
    margin-bottom: 26px;
  }

  .fbsv-premium-wrap .fbsv-section-head p {
    font-size: 0.94rem;
  }

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

  .fbsv-premium-wrap .fbsv-card {
    min-height: auto;
    padding: 22px;
  }

  .fbsv-premium-wrap .fbsv-cta {
    width: 100%;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fbsv-premium-wrap .fbsv-section {
    padding: 48px 14px;
  }

  .fbsv-premium-wrap .fbsv-section-head {
    margin-bottom: 22px;
  }

  .fbsv-premium-wrap .fbsv-section-head p {
    font-size: 0.91rem;
  }

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

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

  .fbsv-premium-wrap .fbsv-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 16px;
  }

  .fbsv-premium-wrap .fbsv-card h3 {
    font-size: 1rem;
  }

  .fbsv-premium-wrap .fbsv-card p {
    font-size: 0.91rem;
  }

  .fbsv-premium-wrap .fbsv-step-num {
    font-size: 3.1rem;
    right: 18px;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .fbsv-premium-wrap .fbsv-section {
    padding: 42px 12px;
  }

  .fbsv-premium-wrap .fbsv-section-head {
    margin-bottom: 20px;
  }

  .fbsv-premium-wrap .fbsv-section-head p {
    font-size: 0.88rem;
  }

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

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

  .fbsv-premium-wrap .fbsv-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 14px;
  }

  .fbsv-premium-wrap .fbsv-icon i {
    font-size: 1.05rem;
  }

  .fbsv-premium-wrap .fbsv-card h3 {
    font-size: 0.96rem;
  }

  .fbsv-premium-wrap .fbsv-card p,
  .fbsv-premium-wrap .fbsv-cta {
    font-size: 0.88rem;
  }

  .fbsv-premium-wrap .fbsv-step-num {
    top: 16px;
    right: 16px;
    font-size: 2.75rem;
  }
}

@media (max-width: 319px) {
  .fbsv-premium-wrap .fbsv-section {
    padding: 38px 10px;
  }

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

  .fbsv-premium-wrap .fbsv-card {
    min-height: auto;
    padding: 16px;
  }
}

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

  .fbsv-premium-wrap .fbsv-card,
  .fbsv-premium-wrap .fbsv-card.fbsv-is-visible,
  .fbsv-premium-wrap .fbsv-card:hover {
    opacity: 1;
    transform: none !important;
  }
}