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

.ffv-premium-editorial,
.ffv-premium-editorial * {
  box-sizing: border-box;
}

.ffv-premium-editorial {
  --ffv-ink: #182236;
  --ffv-muted: #667085;
  --ffv-line: rgba(32, 46, 74, 0.12);
  --ffv-blue: #1877f2;
  --ffv-cyan: #18b6d9;
  --ffv-warm: #fff7ed;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ffv-ink);
  background: #fff;
}

.ffv-premium-editorial .ffv-section {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding: 86px 20px;
}

.ffv-premium-editorial .ffv-section-white {
  background: #fff;
}

.ffv-premium-editorial .ffv-section-warm {
  background:
    radial-gradient(circle at 14% 8%, rgba(24, 119, 242, 0.08), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(24, 182, 217, 0.1), transparent 34%),
    linear-gradient(180deg, #fff9f1 0%, #fff4e8 100%);
}

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

.ffv-premium-editorial .ffv-heading-wrap {
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}

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

.ffv-premium-editorial .ffv-heading-wrap h2 span {
  background: linear-gradient(135deg, #1877f2 0%, #15a6d9 48%, #0b4fb3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

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

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

.ffv-premium-editorial .ffv-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ffv-accent: #1877f2;
  --ffv-accent-2: #18b6d9;
  --ffv-soft: rgba(24, 119, 242, 0.1);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--ffv-line);
  border-radius: 18px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.78), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.92));
  box-shadow: 0 16px 44px rgba(24, 34, 54, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 620ms ease,
    transform 620ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
  overflow: hidden;
  will-change: transform;
}

.ffv-premium-editorial .ffv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--ffv-accent) 12%, transparent), transparent 42%),
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--ffv-accent-2) 18%, transparent), transparent 34%);
  opacity: 0.85;
}

.ffv-premium-editorial .ffv-card::after {
  content: "";
  position: absolute;
  inset: auto 20px 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ffv-accent), var(--ffv-accent-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}

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

.ffv-premium-editorial .ffv-card:hover {
  border-color: color-mix(in srgb, var(--ffv-accent) 38%, var(--ffv-line));
  box-shadow: 0 24px 60px rgba(24, 34, 54, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

.ffv-premium-editorial .ffv-card:hover::after {
  transform: scaleX(1);
}

.ffv-premium-editorial .ffv-card > * {
  position: relative;
  z-index: 1;
}

.ffv-premium-editorial .ffv-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--ffv-accent);
  background: var(--ffv-soft);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ffv-accent) 16%, transparent);
  transition: transform 240ms ease, color 240ms ease, background 240ms ease;
}

.ffv-premium-editorial .ffv-icon i {
  font-size: 1.35rem;
  line-height: 1;
}

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

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

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

.ffv-premium-editorial .ffv-card p {
  margin: 14px 0 0;
  color: var(--ffv-muted);
  font-size: 0.95rem;
  line-height: 1.62;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ffv-premium-editorial .ffv-card-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ffv-accent);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.3;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 240ms ease, transform 240ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.ffv-premium-editorial .ffv-benefit-card {
  transform-style: preserve-3d;
}

.ffv-premium-editorial .ffv-benefit-card .ffv-icon,
.ffv-premium-editorial .ffv-benefit-card h3,
.ffv-premium-editorial .ffv-benefit-card p {
  transform: translateZ(18px);
}

.ffv-premium-editorial .ffv-process-card {
  min-height: 270px;
}

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

.ffv-premium-editorial .ffv-process-card:hover .ffv-step-number {
  color: color-mix(in srgb, var(--ffv-accent) 24%, transparent);
  transform: translateY(-5px) scale(1.04);
}

.ffv-premium-editorial .ffv-card:nth-child(1) { --ffv-accent: #1877f2; --ffv-accent-2: #18b6d9; --ffv-soft: rgba(24,119,242,0.1); }
.ffv-premium-editorial .ffv-card:nth-child(2) { --ffv-accent: #0f9f8f; --ffv-accent-2: #22c55e; --ffv-soft: rgba(15,159,143,0.1); }
.ffv-premium-editorial .ffv-card:nth-child(3) { --ffv-accent: #7c3aed; --ffv-accent-2: #1877f2; --ffv-soft: rgba(124,58,237,0.1); }
.ffv-premium-editorial .ffv-card:nth-child(4) { --ffv-accent: #e25f2c; --ffv-accent-2: #f59e0b; --ffv-soft: rgba(226,95,44,0.1); }
.ffv-premium-editorial .ffv-card:nth-child(5) { --ffv-accent: #0b6bcb; --ffv-accent-2: #06b6d4; --ffv-soft: rgba(11,107,203,0.1); }
.ffv-premium-editorial .ffv-card:nth-child(6) { --ffv-accent: #be185d; --ffv-accent-2: #f97316; --ffv-soft: rgba(190,24,93,0.1); }
.ffv-premium-editorial .ffv-card:nth-child(7) { --ffv-accent: #2563eb; --ffv-accent-2: #14b8a6; --ffv-soft: rgba(37,99,235,0.1); }
.ffv-premium-editorial .ffv-card:nth-child(8) { --ffv-accent: #475569; --ffv-accent-2: #1877f2; --ffv-soft: rgba(71,85,105,0.1); }

@media (min-width: 1200px) {
  .ffv-premium-editorial .ffv-section {
    padding: 92px 24px;
  }

  .ffv-premium-editorial .ffv-container {
    max-width: 1240px;
  }

  .ffv-premium-editorial .ffv-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ffv-premium-editorial .ffv-section {
    padding: 78px 22px;
  }

  .ffv-premium-editorial .ffv-container {
    max-width: 1040px;
  }

  .ffv-premium-editorial .ffv-heading-wrap {
    margin-bottom: 34px;
  }

  .ffv-premium-editorial .ffv-heading-wrap p {
    font-size: 0.98rem;
  }

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

  .ffv-premium-editorial .ffv-card {
    padding: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ffv-premium-editorial .ffv-section {
    padding: 66px 20px;
  }

  .ffv-premium-editorial .ffv-heading-wrap {
    margin-bottom: 30px;
  }

  .ffv-premium-editorial .ffv-heading-wrap p {
    font-size: 0.96rem;
  }

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

  .ffv-premium-editorial .ffv-card {
    padding: 22px;
  }

  .ffv-premium-editorial .ffv-card h3 {
    font-size: 1.02rem;
  }

  .ffv-premium-editorial .ffv-card p {
    font-size: 0.93rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ffv-premium-editorial .ffv-section {
    padding: 54px 16px;
  }

  .ffv-premium-editorial .ffv-heading-wrap {
    margin-bottom: 26px;
  }

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

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

  .ffv-premium-editorial .ffv-card {
    min-height: auto;
    padding: 21px;
    border-radius: 16px;
  }

  .ffv-premium-editorial .ffv-card-cta {
    width: 100%;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ffv-premium-editorial .ffv-section {
    padding: 46px 14px;
  }

  .ffv-premium-editorial .ffv-heading-wrap {
    margin-bottom: 22px;
  }

  .ffv-premium-editorial .ffv-heading-wrap p {
    font-size: 0.9rem;
  }

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

  .ffv-premium-editorial .ffv-card {
    min-height: auto;
    padding: 18px;
    border-radius: 15px;
  }

  .ffv-premium-editorial .ffv-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .ffv-premium-editorial .ffv-icon i {
    font-size: 1.16rem;
  }

  .ffv-premium-editorial .ffv-card h3 {
    font-size: 0.98rem;
  }

  .ffv-premium-editorial .ffv-card p {
    font-size: 0.9rem;
  }

  .ffv-premium-editorial .ffv-step-number {
    font-size: 3.45rem;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ffv-premium-editorial .ffv-section {
    padding: 40px 12px;
  }

  .ffv-premium-editorial .ffv-heading-wrap {
    margin-bottom: 20px;
  }

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

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

  .ffv-premium-editorial .ffv-card {
    min-height: auto;
    padding: 16px;
    border-radius: 14px;
  }

  .ffv-premium-editorial .ffv-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

  .ffv-premium-editorial .ffv-icon i {
    font-size: 1.05rem;
  }

  .ffv-premium-editorial .ffv-card h3 {
    font-size: 0.94rem;
  }

  .ffv-premium-editorial .ffv-card p,
  .ffv-premium-editorial .ffv-card-cta {
    font-size: 0.86rem;
  }

  .ffv-premium-editorial .ffv-step-number {
    top: 12px;
    right: 12px;
    font-size: 3rem;
  }
}

@media (max-width: 319px) {
  .ffv-premium-editorial .ffv-section {
    padding: 34px 10px;
  }

  .ffv-premium-editorial .ffv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .ffv-premium-editorial .ffv-card {
    min-height: auto;
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ffv-premium-editorial .ffv-card,
  .ffv-premium-editorial .ffv-icon,
  .ffv-premium-editorial .ffv-card-cta,
  .ffv-premium-editorial .ffv-step-number,
  .ffv-premium-editorial .ffv-card::after {
    transition: none !important;
    animation: none !important;
  }

  .ffv-premium-editorial .ffv-card,
  .ffv-premium-editorial .ffv-card.is-visible,
  .ffv-premium-editorial .ffv-card:hover {
    transform: none !important;
  }
}