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

.fcv-editorial-block,
.fcv-editorial-block * {
  box-sizing: border-box;
}

.fcv-editorial-block {
  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;
}

.fcv-editorial-block .fcv-section {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

.fcv-editorial-block .fcv-section-white {
  background: #fff;
}

.fcv-editorial-block .fcv-section-warm {
  background:
    radial-gradient(circle at top left, rgba(255, 157, 92, 0.18), transparent 34%),
    linear-gradient(135deg, #fff7ef 0%, #fffaf6 48%, #f7fbff 100%);
}

.fcv-editorial-block .fcv-container {
  width: min(1240px, 100%);
  max-width: 100%;
  margin: 0 auto;
  padding: 92px 28px;
}

.fcv-editorial-block .fcv-heading-wrap {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.fcv-editorial-block h2 {
  margin: 0;
  color: #172033;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fcv-editorial-block h2 span {
  background: linear-gradient(135deg, #f05a3c 0%, #f59e0b 44%, #2563eb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fcv-editorial-block .fcv-heading-wrap p {
  margin: 14px auto 0;
  max-width: 670px;
  color: #647086;
  font-size: 1.02rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.fcv-editorial-block .fcv-card {
  --fcv-accent: #f05a3c;
  --fcv-accent-2: #f59e0b;
  --fcv-soft: rgba(240, 90, 60, 0.1);
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 238px;
  padding: 28px;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.95), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 245, 0.86));
  box-shadow: 0 18px 46px rgba(33, 43, 67, 0.08);
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.fcv-editorial-block .fcv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, var(--fcv-soft), transparent 44%),
    radial-gradient(circle at 90% 12%, rgba(37, 99, 235, 0.08), transparent 32%);
  opacity: 0.78;
  transition: opacity 260ms ease;
}

.fcv-editorial-block .fcv-card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--fcv-accent), var(--fcv-accent-2));
  transform: scaleX(0.32);
  transform-origin: left;
  opacity: 0.68;
  transition: transform 260ms ease, opacity 260ms ease;
}

.fcv-editorial-block .fcv-card:hover {
  border-color: color-mix(in srgb, var(--fcv-accent) 42%, rgba(23, 32, 51, 0.12));
  box-shadow: 0 26px 70px rgba(33, 43, 67, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

.fcv-editorial-block .fcv-card:hover::before {
  opacity: 1;
}

.fcv-editorial-block .fcv-card:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.fcv-editorial-block .fcv-card:nth-child(2) { --fcv-accent: #2563eb; --fcv-accent-2: #38bdf8; --fcv-soft: rgba(37, 99, 235, 0.1); }
.fcv-editorial-block .fcv-card:nth-child(3) { --fcv-accent: #10b981; --fcv-accent-2: #84cc16; --fcv-soft: rgba(16, 185, 129, 0.1); }
.fcv-editorial-block .fcv-card:nth-child(4) { --fcv-accent: #db2777; --fcv-accent-2: #fb7185; --fcv-soft: rgba(219, 39, 119, 0.1); }
.fcv-editorial-block .fcv-card:nth-child(5) { --fcv-accent: #7c3aed; --fcv-accent-2: #a78bfa; --fcv-soft: rgba(124, 58, 237, 0.1); }
.fcv-editorial-block .fcv-card:nth-child(6) { --fcv-accent: #0891b2; --fcv-accent-2: #22d3ee; --fcv-soft: rgba(8, 145, 178, 0.1); }
.fcv-editorial-block .fcv-card:nth-child(7) { --fcv-accent: #ea580c; --fcv-accent-2: #facc15; --fcv-soft: rgba(234, 88, 12, 0.1); }
.fcv-editorial-block .fcv-card:nth-child(8) { --fcv-accent: #475569; --fcv-accent-2: #0f766e; --fcv-soft: rgba(71, 85, 105, 0.1); }

.fcv-editorial-block .fcv-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 17px;
  color: var(--fcv-accent);
  background: linear-gradient(145deg, #fff, var(--fcv-soft));
  border: 1px solid rgba(23, 32, 51, 0.08);
  box-shadow: 0 10px 24px rgba(33, 43, 67, 0.08);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}

.fcv-editorial-block .fcv-icon i {
  font-size: 1.22rem;
  line-height: 1;
}

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

.fcv-editorial-block h3 {
  position: relative;
  display: inline;
  margin: 0;
  color: #172033;
  font-size: 1.05rem;
  line-height: 1.34;
  font-weight: 790;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--fcv-accent), var(--fcv-accent-2));
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 260ms ease;
}

.fcv-editorial-block .fcv-card:hover h3 {
  background-size: 100% 2px;
}

.fcv-editorial-block .fcv-card p {
  margin: 13px 0 0;
  color: #667085;
  font-size: 0.95rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fcv-editorial-block .fcv-cta {
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fcv-accent);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.2;
  transform: translateY(7px);
  transition: opacity 260ms ease, transform 260ms ease, color 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.fcv-editorial-block .fcv-process-card {
  padding-top: 34px;
}

.fcv-editorial-block .fcv-step {
  position: absolute;
  top: 16px;
  right: 20px;
  max-width: calc(100% - 40px);
  color: color-mix(in srgb, var(--fcv-accent) 26%, transparent);
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 260ms ease, color 260ms ease;
}

.fcv-editorial-block .fcv-process-card:hover .fcv-step {
  color: color-mix(in srgb, var(--fcv-accent) 38%, transparent);
  transform: translateY(-4px) scale(1.04);
}

@media (min-width: 1200px) {
  .fcv-editorial-block .fcv-container {
    width: min(1240px, 100%);
    padding: 96px 30px;
  }

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

@media (min-width: 1024px) and (max-width: 1199px) {
  .fcv-editorial-block .fcv-container {
    width: min(1040px, 100%);
    padding: 84px 26px;
  }

  .fcv-editorial-block .fcv-heading-wrap {
    margin-bottom: 36px;
  }

  .fcv-editorial-block .fcv-heading-wrap p {
    font-size: 0.99rem;
  }

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

  .fcv-editorial-block .fcv-card {
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fcv-editorial-block .fcv-container {
    padding: 70px 22px;
  }

  .fcv-editorial-block .fcv-heading-wrap {
    margin-bottom: 32px;
  }

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

  .fcv-editorial-block .fcv-card {
    padding: 24px;
    min-height: 220px;
  }

  .fcv-editorial-block h3 {
    font-size: 1rem;
  }

  .fcv-editorial-block .fcv-card p {
    font-size: 0.93rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .fcv-editorial-block .fcv-container {
    padding: 58px 18px;
  }

  .fcv-editorial-block .fcv-heading-wrap {
    margin-bottom: 28px;
  }

  .fcv-editorial-block .fcv-heading-wrap p {
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .fcv-editorial-block .fcv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 18px;
  }

  .fcv-editorial-block .fcv-card {
    padding: 22px;
    min-height: 0;
  }

  .fcv-editorial-block .fcv-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fcv-editorial-block .fcv-container {
    padding: 50px 15px;
  }

  .fcv-editorial-block .fcv-heading-wrap {
    margin-bottom: 24px;
  }

  .fcv-editorial-block .fcv-heading-wrap p {
    font-size: 0.9rem;
    line-height: 1.58;
  }

  .fcv-editorial-block .fcv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .fcv-editorial-block .fcv-card {
    padding: 20px;
    border-radius: 19px;
    min-height: 0;
  }

  .fcv-editorial-block .fcv-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .fcv-editorial-block .fcv-step {
    font-size: 2.85rem;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .fcv-editorial-block .fcv-container {
    padding: 44px 12px;
  }

  .fcv-editorial-block .fcv-heading-wrap {
    margin-bottom: 22px;
  }

  .fcv-editorial-block .fcv-heading-wrap p {
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .fcv-editorial-block .fcv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .fcv-editorial-block .fcv-card {
    padding: 18px;
    border-radius: 17px;
    min-height: 0;
  }

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

  .fcv-editorial-block .fcv-icon i {
    font-size: 1rem;
  }

  .fcv-editorial-block h3 {
    font-size: 0.94rem;
  }

  .fcv-editorial-block .fcv-card p {
    font-size: 0.86rem;
    line-height: 1.58;
  }

  .fcv-editorial-block .fcv-step {
    top: 14px;
    right: 16px;
    font-size: 2.45rem;
  }
}

@media (max-width: 319px) {
  .fcv-editorial-block .fcv-container {
    padding: 38px 10px;
  }

  .fcv-editorial-block .fcv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .fcv-editorial-block .fcv-card {
    padding: 16px;
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fcv-editorial-block .fcv-card,
  .fcv-editorial-block .fcv-card::before,
  .fcv-editorial-block .fcv-card::after,
  .fcv-editorial-block .fcv-icon,
  .fcv-editorial-block .fcv-cta,
  .fcv-editorial-block .fcv-step,
  .fcv-editorial-block h3 {
    transition: none;
  }

  .fcv-editorial-block .fcv-card,
  .fcv-editorial-block .fcv-card:hover {
    transform: none;
  }
}