@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-premium-content,
.fcv-premium-content *,
.fcv-premium-content *::before,
.fcv-premium-content *::after {
  box-sizing: border-box;
}

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

.fcv-premium-content .fcv-section,
.fcv-premium-content .fcv-container,
.fcv-premium-content .fcv-grid {
  width: 100%;
  max-width: 100%;
}

.fcv-premium-content .fcv-section {
  position: relative;
  padding: 92px 22px;
  overflow: hidden;
}

.fcv-premium-content .fcv-section-white {
  background: #fff;
}

.fcv-premium-content .fcv-section-warm {
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 177, 109, 0.22), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(79, 128, 255, 0.16), transparent 32%),
    linear-gradient(135deg, #fff8f0 0%, #f7fbff 48%, #fff4f4 100%);
}

.fcv-premium-content .fcv-container {
  max-width: 1320px;
  margin: 0 auto;
}

.fcv-premium-content .fcv-heading-wrap {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.fcv-premium-content .fcv-heading-wrap h2 {
  margin: 0;
  color: #172032;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fcv-premium-content .fcv-heading-wrap h2 span {
  background: linear-gradient(135deg, #2563eb 0%, #ec4899 48%, #f97316 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fcv-premium-content .fcv-heading-wrap p {
  margin: 14px auto 0;
  max-width: 680px;
  color: #617086;
  font-size: 1rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.fcv-premium-content .fcv-card {
  --fcv-hue: #2563eb;
  --fcv-soft: rgba(37, 99, 235, 0.12);
  --fcv-line: rgba(37, 99, 235, 0.22);
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 268px;
  padding: 26px;
  border: 1px solid rgba(38, 48, 67, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fcv-hue) 22%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 246, 0.78));
  box-shadow: 0 16px 42px rgba(31, 44, 71, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.65s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fcv-premium-content .fcv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--fcv-hue) 12%, transparent), transparent 42%),
    radial-gradient(circle at 92% 8%, var(--fcv-soft), transparent 34%);
  opacity: 0.82;
  pointer-events: none;
}

.fcv-premium-content .fcv-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, transparent, var(--fcv-hue), transparent);
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

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

.fcv-premium-content .fcv-card:hover {
  border-color: var(--fcv-line);
  box-shadow: 0 24px 60px rgba(31, 44, 71, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}

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

.fcv-premium-content .fcv-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 18px;
  color: var(--fcv-hue);
  background: var(--fcv-soft);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--fcv-hue) 20%, transparent);
  transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
}

.fcv-premium-content .fcv-icon i {
  font-size: 1.25rem;
  line-height: 1;
}

.fcv-premium-content .fcv-card:hover .fcv-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--fcv-hue), color-mix(in srgb, var(--fcv-hue) 55%, #111827));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--fcv-hue) 24%, transparent);
}

.fcv-premium-content .fcv-card h3 {
  position: relative;
  display: inline;
  margin: 0;
  color: #192334;
  font-size: 1.06rem;
  line-height: 1.35;
  font-weight: 760;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(var(--fcv-hue), var(--fcv-hue));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.32s ease, color 0.28s ease;
}

.fcv-premium-content .fcv-card:hover h3 {
  color: #111827;
  background-size: 100% 2px;
}

.fcv-premium-content .fcv-card p {
  margin: 14px 0 0;
  color: #5d6b80;
  font-size: 0.95rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fcv-premium-content .fcv-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fcv-hue);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.2;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.fcv-premium-content .fcv-process-card {
  padding-top: 28px;
}

.fcv-premium-content .fcv-process-card::before {
  content: attr(data-step);
  position: absolute;
  top: 14px;
  right: 18px;
  z-index: -1;
  color: color-mix(in srgb, var(--fcv-hue) 16%, transparent);
  font-size: 5.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  transition: transform 0.32s ease, color 0.32s ease;
  pointer-events: none;
}

.fcv-premium-content .fcv-process-card:hover::before {
  color: color-mix(in srgb, var(--fcv-hue) 25%, transparent);
  transform: translateY(-4px) scale(1.04);
}

.fcv-premium-content .fcv-step-line {
  display: block;
  max-width: 100%;
  margin-bottom: 16px;
  color: var(--fcv-hue);
  font-size: 0.78rem;
  font-weight: 820;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fcv-premium-content .fcv-card:nth-child(1) { --fcv-hue: #2563eb; --fcv-soft: rgba(37, 99, 235, 0.12); --fcv-line: rgba(37, 99, 235, 0.34); }
.fcv-premium-content .fcv-card:nth-child(2) { --fcv-hue: #ec4899; --fcv-soft: rgba(236, 72, 153, 0.12); --fcv-line: rgba(236, 72, 153, 0.34); }
.fcv-premium-content .fcv-card:nth-child(3) { --fcv-hue: #f97316; --fcv-soft: rgba(249, 115, 22, 0.13); --fcv-line: rgba(249, 115, 22, 0.34); }
.fcv-premium-content .fcv-card:nth-child(4) { --fcv-hue: #10b981; --fcv-soft: rgba(16, 185, 129, 0.12); --fcv-line: rgba(16, 185, 129, 0.34); }
.fcv-premium-content .fcv-card:nth-child(5) { --fcv-hue: #7c3aed; --fcv-soft: rgba(124, 58, 237, 0.11); --fcv-line: rgba(124, 58, 237, 0.32); }
.fcv-premium-content .fcv-card:nth-child(6) { --fcv-hue: #0891b2; --fcv-soft: rgba(8, 145, 178, 0.12); --fcv-line: rgba(8, 145, 178, 0.34); }
.fcv-premium-content .fcv-card:nth-child(7) { --fcv-hue: #db2777; --fcv-soft: rgba(219, 39, 119, 0.11); --fcv-line: rgba(219, 39, 119, 0.32); }
.fcv-premium-content .fcv-card:nth-child(8) { --fcv-hue: #ea580c; --fcv-soft: rgba(234, 88, 12, 0.12); --fcv-line: rgba(234, 88, 12, 0.34); }

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

  .fcv-premium-content .fcv-container {
    max-width: 1320px;
  }

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

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

  .fcv-premium-content .fcv-container {
    max-width: 1060px;
  }

  .fcv-premium-content .fcv-heading-wrap {
    margin-bottom: 36px;
  }

  .fcv-premium-content .fcv-heading-wrap p {
    font-size: 0.98rem;
  }

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

  .fcv-premium-content .fcv-card {
    padding: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fcv-premium-content .fcv-section {
    padding: 70px 20px;
  }

  .fcv-premium-content .fcv-heading-wrap {
    margin-bottom: 32px;
  }

  .fcv-premium-content .fcv-heading-wrap p {
    font-size: 0.95rem;
  }

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

  .fcv-premium-content .fcv-card {
    min-height: 250px;
    padding: 22px;
  }

  .fcv-premium-content .fcv-card h3 {
    font-size: 1rem;
  }

  .fcv-premium-content .fcv-card p {
    font-size: 0.92rem;
  }
}

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

  .fcv-premium-content .fcv-heading-wrap {
    margin-bottom: 26px;
  }

  .fcv-premium-content .fcv-heading-wrap p {
    font-size: 0.92rem;
    line-height: 1.62;
  }

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

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

  .fcv-premium-content .fcv-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }
}

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

  .fcv-premium-content .fcv-heading-wrap {
    margin-bottom: 24px;
  }

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

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

  .fcv-premium-content .fcv-card {
    min-height: auto;
    padding: 18px;
    border-radius: 17px;
  }

  .fcv-premium-content .fcv-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    border-radius: 15px;
  }

  .fcv-premium-content .fcv-icon i {
    font-size: 1.08rem;
  }

  .fcv-premium-content .fcv-card p {
    font-size: 0.9rem;
  }

  .fcv-premium-content .fcv-process-card::before {
    font-size: 4.8rem;
  }
}

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

  .fcv-premium-content .fcv-heading-wrap {
    margin-bottom: 22px;
  }

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

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

  .fcv-premium-content .fcv-card {
    min-height: auto;
    padding: 16px;
    border-radius: 16px;
  }

  .fcv-premium-content .fcv-card h3 {
    font-size: 0.96rem;
  }

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

  .fcv-premium-content .fcv-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 14px;
  }

  .fcv-premium-content .fcv-icon i {
    font-size: 1rem;
  }

  .fcv-premium-content .fcv-cta {
    font-size: 0.84rem;
  }

  .fcv-premium-content .fcv-process-card::before {
    top: 12px;
    right: 14px;
    font-size: 4.2rem;
  }
}

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

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

  .fcv-premium-content .fcv-card,
  .fcv-premium-content .fcv-card.fcv-visible,
  .fcv-premium-content .fcv-card:hover {
    transform: none !important;
  }
}