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

.fbcolv-content-block,
.fbcolv-content-block * {
  box-sizing: border-box;
}

.fbcolv-content-block {
  --fbcolv-ink: #172033;
  --fbcolv-muted: #637086;
  --fbcolv-line: rgba(38, 55, 82, 0.12);
  --fbcolv-blue: #2563eb;
  --fbcolv-cyan: #06b6d4;
  --fbcolv-warm: #fff7ed;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--fbcolv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

.fbcolv-content-block .fbcolv-section-white {
  background: #fff;
}

.fbcolv-content-block .fbcolv-section-warm {
  background:
    radial-gradient(circle at 10% 5%, rgba(37, 99, 235, 0.08), transparent 30%),
    radial-gradient(circle at 90% 20%, rgba(245, 158, 11, 0.12), transparent 32%),
    linear-gradient(180deg, #fff7ed 0%, #fffaf4 52%, #f8fbff 100%);
}

.fbcolv-content-block .fbcolv-container {
  width: min(1320px, calc(100% - 48px));
  max-width: 100%;
  margin: 0 auto;
}

.fbcolv-content-block .fbcolv-heading-wrap {
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}

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

.fbcolv-content-block .fbcolv-heading-wrap h2 span {
  background: linear-gradient(135deg, #2563eb 0%, #06b6d4 48%, #f59e0b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fbcolv-content-block .fbcolv-heading-wrap p {
  margin: 14px auto 0;
  max-width: 680px;
  color: var(--fbcolv-muted);
  font-size: 1.04rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.fbcolv-content-block .fbcolv-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --fbcolv-accent: #2563eb;
  --fbcolv-accent-2: #06b6d4;
  --fbcolv-soft: rgba(37, 99, 235, 0.09);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 245px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--fbcolv-line);
  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.78)),
    linear-gradient(135deg, var(--fbcolv-soft), rgba(255, 255, 255, 0.4));
  box-shadow: 0 16px 42px rgba(20, 31, 52, 0.08);
  opacity: 0;
  transform: translateY(26px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  transform-style: preserve-3d;
  transition:
    opacity 0.7s ease,
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbcolv-content-block .fbcolv-card:nth-child(2) { --fbcolv-accent: #0f766e; --fbcolv-accent-2: #14b8a6; --fbcolv-soft: rgba(20, 184, 166, 0.1); }
.fbcolv-content-block .fbcolv-card:nth-child(3) { --fbcolv-accent: #7c3aed; --fbcolv-accent-2: #a855f7; --fbcolv-soft: rgba(124, 58, 237, 0.1); }
.fbcolv-content-block .fbcolv-card:nth-child(4) { --fbcolv-accent: #ea580c; --fbcolv-accent-2: #f59e0b; --fbcolv-soft: rgba(245, 158, 11, 0.13); }
.fbcolv-content-block .fbcolv-card:nth-child(5) { --fbcolv-accent: #be123c; --fbcolv-accent-2: #fb7185; --fbcolv-soft: rgba(244, 63, 94, 0.1); }
.fbcolv-content-block .fbcolv-card:nth-child(6) { --fbcolv-accent: #0369a1; --fbcolv-accent-2: #38bdf8; --fbcolv-soft: rgba(14, 165, 233, 0.1); }
.fbcolv-content-block .fbcolv-card:nth-child(7) { --fbcolv-accent: #4d7c0f; --fbcolv-accent-2: #84cc16; --fbcolv-soft: rgba(132, 204, 22, 0.1); }
.fbcolv-content-block .fbcolv-card:nth-child(8) { --fbcolv-accent: #9333ea; --fbcolv-accent-2: #ec4899; --fbcolv-soft: rgba(236, 72, 153, 0.1); }

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

.fbcolv-content-block .fbcolv-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(--fbcolv-accent) 18%, transparent), transparent 34%);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.fbcolv-content-block .fbcolv-card:hover {
  border-color: color-mix(in srgb, var(--fbcolv-accent) 38%, transparent);
  box-shadow: 0 24px 70px rgba(20, 31, 52, 0.14);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.fbcolv-content-block .fbcolv-card:hover::before {
  opacity: 1;
}

.fbcolv-content-block .fbcolv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--fbcolv-accent);
  background: linear-gradient(145deg, #fff, var(--fbcolv-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75), 0 12px 24px rgba(20, 31, 52, 0.08);
  transition: transform 0.22s ease, color 0.22s ease, background 0.22s ease;
}

.fbcolv-content-block .fbcolv-icon i {
  font-size: 1.18rem;
}

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

.fbcolv-content-block .fbcolv-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--fbcolv-ink);
  font-size: 1.08rem;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbcolv-content-block .fbcolv-card h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fbcolv-accent), var(--fbcolv-accent-2));
  transition: width 0.24s ease;
}

.fbcolv-content-block .fbcolv-card:hover h3::after {
  width: 74px;
}

.fbcolv-content-block .fbcolv-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--fbcolv-muted);
  font-size: 0.95rem;
  line-height: 1.64;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

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

.fbcolv-content-block .fbcolv-tilt-card {
  transform: perspective(900px) translateY(26px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.fbcolv-content-block .fbcolv-tilt-card.fbcolv-is-visible {
  transform: perspective(900px) translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.fbcolv-content-block .fbcolv-tilt-card:hover {
  transform: perspective(900px) translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.fbcolv-content-block .fbcolv-process-card {
  min-height: 265px;
}

.fbcolv-content-block .fbcolv-process-card::after {
  content: attr(data-step);
  position: absolute;
  right: 18px;
  bottom: -18px;
  color: color-mix(in srgb, var(--fbcolv-accent) 10%, transparent);
  font-size: 5.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.24s ease, color 0.24s ease;
}

.fbcolv-content-block .fbcolv-process-card:hover::after {
  color: color-mix(in srgb, var(--fbcolv-accent) 17%, transparent);
  transform: translateY(-8px) scale(1.04);
}

.fbcolv-content-block .fbcolv-step-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  color: var(--fbcolv-accent);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

  .fbcolv-content-block .fbcolv-container {
    width: min(1320px, calc(100% - 64px));
  }

  .fbcolv-content-block .fbcolv-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .fbcolv-content-block .fbcolv-section {
    padding: 78px 0;
  }

  .fbcolv-content-block .fbcolv-container {
    width: min(1080px, calc(100% - 48px));
  }

  .fbcolv-content-block .fbcolv-heading-wrap p {
    font-size: 1rem;
  }

  .fbcolv-content-block .fbcolv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .fbcolv-content-block .fbcolv-card {
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fbcolv-content-block .fbcolv-section {
    padding: 66px 0;
  }

  .fbcolv-content-block .fbcolv-container {
    width: min(900px, calc(100% - 40px));
  }

  .fbcolv-content-block .fbcolv-heading-wrap {
    margin-bottom: 34px;
  }

  .fbcolv-content-block .fbcolv-heading-wrap p {
    font-size: 0.98rem;
  }

  .fbcolv-content-block .fbcolv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .fbcolv-content-block .fbcolv-card {
    padding: 24px;
  }

  .fbcolv-content-block .fbcolv-card h3 {
    font-size: 1.03rem;
  }

  .fbcolv-content-block .fbcolv-card p {
    font-size: 0.93rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .fbcolv-content-block .fbcolv-section {
    padding: 54px 0;
  }

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

  .fbcolv-content-block .fbcolv-heading-wrap {
    margin-bottom: 28px;
  }

  .fbcolv-content-block .fbcolv-heading-wrap p {
    font-size: 0.94rem;
  }

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

  .fbcolv-content-block .fbcolv-card {
    min-height: auto;
    padding: 22px;
  }

  .fbcolv-content-block .fbcolv-icon {
    width: 50px;
    height: 50px;
  }

  .fbcolv-content-block .fbcolv-cta {
    white-space: normal;
  }
}

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

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

  .fbcolv-content-block .fbcolv-heading-wrap {
    margin-bottom: 24px;
  }

  .fbcolv-content-block .fbcolv-heading-wrap p {
    font-size: 0.9rem;
  }

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

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

  .fbcolv-content-block .fbcolv-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .fbcolv-content-block .fbcolv-process-card::after {
    font-size: 4.7rem;
  }
}

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

  .fbcolv-content-block .fbcolv-container {
    width: min(100%, calc(100% - 18px));
  }

  .fbcolv-content-block .fbcolv-heading-wrap {
    margin-bottom: 22px;
  }

  .fbcolv-content-block .fbcolv-heading-wrap p {
    font-size: 0.86rem;
  }

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

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

  .fbcolv-content-block .fbcolv-card h3 {
    font-size: 0.98rem;
  }

  .fbcolv-content-block .fbcolv-card p {
    font-size: 0.88rem;
  }

  .fbcolv-content-block .fbcolv-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 14px;
  }

  .fbcolv-content-block .fbcolv-icon i {
    font-size: 1rem;
  }

  .fbcolv-content-block .fbcolv-process-card::after {
    right: 12px;
    font-size: 4rem;
  }
}

@media (max-width: 319px) {
  .fbcolv-content-block .fbcolv-grid {
    grid-template-columns: 1fr !important;
  }
}

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

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