@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

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

.fcv-editorial-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #182033;
  background: #fff;
}

.fcv-editorial-wrap .fcv-section {
  width: 100%;
  max-width: 100%;
  padding: 92px 24px;
  overflow: hidden;
}

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

.fcv-editorial-wrap .fcv-section-warm {
  background:
    radial-gradient(circle at top left, rgba(246, 116, 91, 0.12), transparent 34%),
    linear-gradient(135deg, #fff8f3 0%, #fff2ea 48%, #f8fbff 100%);
}

.fcv-editorial-wrap .fcv-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

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

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

.fcv-editorial-wrap h2 span {
  background: linear-gradient(135deg, #f05d4f 0%, #dd7b3d 42%, #2f72ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fcv-editorial-wrap .fcv-heading-block p {
  margin: 14px auto 0;
  max-width: 680px;
  font-size: 1rem;
  line-height: 1.75;
  color: #5b6475;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.fcv-editorial-wrap .fcv-card {
  --fcv-accent: #f05d4f;
  --fcv-accent-soft: rgba(240, 93, 79, 0.12);
  --fcv-border: rgba(24, 32, 51, 0.1);
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 252px;
  padding: 26px;
  border: 1px solid var(--fcv-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at 16% 0%, var(--fcv-accent-soft), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88));
  box-shadow: 0 14px 38px rgba(30, 41, 59, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.fcv-editorial-wrap .fcv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(circle at var(--fg-mx, 50%) var(--fg-my, 50%), rgba(255,255,255,0.9), transparent 34%);
  transition: opacity 260ms ease;
}

.fcv-editorial-wrap .fcv-card:nth-child(2) { --fcv-accent: #2f72ff; --fcv-accent-soft: rgba(47, 114, 255, 0.12); }
.fcv-editorial-wrap .fcv-card:nth-child(3) { --fcv-accent: #10a37f; --fcv-accent-soft: rgba(16, 163, 127, 0.12); }
.fcv-editorial-wrap .fcv-card:nth-child(4) { --fcv-accent: #b15cff; --fcv-accent-soft: rgba(177, 92, 255, 0.12); }
.fcv-editorial-wrap .fcv-card:nth-child(5) { --fcv-accent: #e59f22; --fcv-accent-soft: rgba(229, 159, 34, 0.14); }
.fcv-editorial-wrap .fcv-card:nth-child(6) { --fcv-accent: #0ea5e9; --fcv-accent-soft: rgba(14, 165, 233, 0.12); }
.fcv-editorial-wrap .fcv-card:nth-child(7) { --fcv-accent: #ef476f; --fcv-accent-soft: rgba(239, 71, 111, 0.12); }
.fcv-editorial-wrap .fcv-card:nth-child(8) { --fcv-accent: #4f46e5; --fcv-accent-soft: rgba(79, 70, 229, 0.12); }

.fcv-editorial-wrap .fcv-card:hover {
  transform: translateY(-7px) rotateX(var(--fg-tilt-x, 0deg)) rotateY(var(--fg-tilt-y, 0deg));
  border-color: color-mix(in srgb, var(--fcv-accent) 42%, transparent);
  box-shadow: 0 24px 60px rgba(30, 41, 59, 0.14);
}

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

.fcv-editorial-wrap .fcv-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  color: var(--fcv-accent);
  background: var(--fcv-accent-soft);
  font-size: 1.35rem;
  line-height: 1;
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}

.fcv-editorial-wrap .fcv-card:hover .fcv-icon {
  transform: translateY(-3px) scale(1.06);
  color: #fff;
  background: var(--fcv-accent);
}

.fcv-editorial-wrap h3 {
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 10px;
  font-size: 1.04rem;
  line-height: 1.35;
  font-weight: 760;
  letter-spacing: 0;
  color: #172033;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fcv-editorial-wrap h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: var(--fcv-accent);
  transition: width 260ms ease;
}

.fcv-editorial-wrap .fcv-card:hover h3::after {
  width: 72px;
}

.fcv-editorial-wrap .fcv-card p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.66;
  color: #5d6678;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fcv-editorial-wrap .fcv-card .fcv-card-cta {
  margin-top: 18px;
  color: var(--fcv-accent);
  font-weight: 760;
  opacity: 0.42;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
}

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

.fcv-editorial-wrap .fcv-tilt-grid .fcv-card {
  transform-style: preserve-3d;
}

.fcv-editorial-wrap .fcv-process-card {
  min-height: 230px;
}

.fcv-editorial-wrap .fcv-process-card::after {
  content: attr(data-step);
  position: absolute;
  right: 18px;
  bottom: -12px;
  z-index: -1;
  font-size: 5.4rem;
  line-height: 1;
  font-weight: 900;
  color: var(--fcv-accent);
  opacity: 0.08;
  transition: transform 260ms ease, opacity 260ms ease;
}

.fcv-editorial-wrap .fcv-process-card:hover::after {
  opacity: 0.14;
  transform: translateY(-5px) scale(1.04);
}

.fcv-editorial-wrap .fcv-step-label {
  margin-bottom: 18px;
  color: var(--fcv-accent);
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 820;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (min-width: 1200px) {
  .fcv-editorial-wrap .fcv-section {
    padding: 96px 28px;
  }

  .fcv-editorial-wrap .fcv-container {
    max-width: 1240px;
  }

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

@media (min-width: 1024px) and (max-width: 1199px) {
  .fcv-editorial-wrap .fcv-section {
    padding: 82px 24px;
  }

  .fcv-editorial-wrap .fcv-container {
    max-width: 980px;
  }

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

  .fcv-editorial-wrap .fcv-card {
    padding: 24px;
  }

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

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

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

  .fcv-editorial-wrap .fcv-card {
    padding: 22px;
    min-height: 230px;
  }

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

  .fcv-editorial-wrap .fcv-card p {
    font-size: 0.92rem;
  }
}

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

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

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

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

  .fcv-editorial-wrap .fcv-card {
    padding: 22px;
    min-height: auto;
    border-radius: 18px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fcv-editorial-wrap .fcv-section {
    padding: 52px 16px;
  }

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

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

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

  .fcv-editorial-wrap .fcv-card {
    padding: 20px;
    min-height: auto;
    border-radius: 17px;
  }

  .fcv-editorial-wrap .fcv-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 1.12rem;
  }

  .fcv-editorial-wrap h3 {
    font-size: 0.98rem;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .fcv-editorial-wrap .fcv-section {
    padding: 46px 12px;
  }

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

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

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

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

  .fcv-editorial-wrap .fcv-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 1rem;
    margin-bottom: 16px;
  }

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

  .fcv-editorial-wrap .fcv-card p {
    font-size: 0.86rem;
  }

  .fcv-editorial-wrap .fcv-process-card::after {
    font-size: 4.2rem;
  }
}

@media (max-width: 319px) {
  .fcv-editorial-wrap .fcv-section {
    padding: 40px 10px;
  }

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

  .fcv-editorial-wrap .fcv-card {
    padding: 16px;
    min-width: 0;
    max-width: 100%;
  }
}

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

  .fcv-editorial-wrap .fcv-card:hover,
  .fcv-editorial-wrap .fcv-card:hover .fcv-icon,
  .fcv-editorial-wrap .fcv-process-card:hover::after {
    transform: none;
  }
}