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

.fpv-premium-content,
.fpv-premium-content * {
  box-sizing: border-box;
}

.fpv-premium-content {
  --fpv-ink: #172033;
  --fpv-muted: #667085;
  --fpv-line: rgba(33, 47, 79, 0.12);
  --fpv-soft: #fff7ef;
  --fpv-blue: #1877f2;
  --fpv-cyan: #2cc8ff;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--fpv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.fpv-premium-content .fpv-section {
  width: 100%;
  max-width: 100%;
  padding: 86px 22px;
  overflow: hidden;
}

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

.fpv-premium-content .fpv-section-warm {
  background:
    radial-gradient(circle at 12% 10%, rgba(24, 119, 242, 0.12), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(44, 200, 255, 0.14), transparent 32%),
    linear-gradient(180deg, #fff7ef 0%, #f8fbff 100%);
}

.fpv-premium-content .fpv-container {
  width: min(1280px, 100%);
  max-width: 100%;
  margin: 0 auto;
}

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

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

.fpv-premium-content h2 span {
  background: linear-gradient(135deg, var(--fpv-blue), #1fb6ff 48%, #7c5cff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

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

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

.fpv-premium-content .fpv-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --fpv-a: #1877f2;
  --fpv-b: #2cc8ff;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--fpv-line);
  border-radius: 18px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fpv-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.82)),
    linear-gradient(135deg, color-mix(in srgb, var(--fpv-a) 13%, transparent), color-mix(in srgb, var(--fpv-b) 10%, transparent));
  box-shadow: 0 18px 45px rgba(18, 32, 58, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(20px);
  opacity: 0;
  transition: opacity 0.65s ease, transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  isolation: isolate;
}

.fpv-premium-content .fpv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--fpv-a) 10%, transparent), transparent 42%);
  opacity: 0.55;
  pointer-events: none;
  z-index: -1;
}

.fpv-premium-content .fpv-card:nth-child(1) { --fpv-a: #1877f2; --fpv-b: #2cc8ff; }
.fpv-premium-content .fpv-card:nth-child(2) { --fpv-a: #6c5ce7; --fpv-b: #00cec9; }
.fpv-premium-content .fpv-card:nth-child(3) { --fpv-a: #0ea5e9; --fpv-b: #22c55e; }
.fpv-premium-content .fpv-card:nth-child(4) { --fpv-a: #f59e0b; --fpv-b: #ef4444; }
.fpv-premium-content .fpv-card:nth-child(5) { --fpv-a: #14b8a6; --fpv-b: #3b82f6; }
.fpv-premium-content .fpv-card:nth-child(6) { --fpv-a: #8b5cf6; --fpv-b: #ec4899; }
.fpv-premium-content .fpv-card:nth-child(7) { --fpv-a: #10b981; --fpv-b: #84cc16; }
.fpv-premium-content .fpv-card:nth-child(8) { --fpv-a: #2563eb; --fpv-b: #f97316; }

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

.fpv-premium-content .fpv-card:hover {
  border-color: color-mix(in srgb, var(--fpv-a) 42%, rgba(255, 255, 255, 0.2));
  box-shadow: 0 24px 62px rgba(18, 32, 58, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}

.fpv-premium-content .fpv-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 16px;
  color: var(--fpv-a);
  background: color-mix(in srgb, var(--fpv-a) 12%, #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--fpv-a) 16%, transparent);
  transition: transform 0.3s ease, color 0.3s ease, background 0.3s ease;
}

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

.fpv-premium-content .fpv-card:hover .fpv-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--fpv-a), var(--fpv-b));
  transform: translateY(-3px) scale(1.04) rotate(-3deg);
}

.fpv-premium-content h3 {
  position: relative;
  margin: 0 0 12px;
  color: var(--fpv-ink);
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fpv-premium-content h3::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fpv-a), var(--fpv-b));
  transition: width 0.3s ease;
}

.fpv-premium-content .fpv-card:hover h3::after {
  width: 74px;
}

.fpv-premium-content .fpv-card p {
  margin: 0;
  color: var(--fpv-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fpv-premium-content .fpv-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 20px;
  color: var(--fpv-a);
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.3;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.fpv-premium-content .fpv-tilt-grid .fpv-card {
  transform-style: preserve-3d;
}

.fpv-premium-content .fpv-process-card {
  min-height: 278px;
}

.fpv-premium-content .fpv-process-card::after {
  content: attr(data-step);
  position: absolute;
  right: 18px;
  bottom: -8px;
  color: color-mix(in srgb, var(--fpv-a) 13%, transparent);
  font-size: 4.7rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.3s ease, color 0.3s ease;
  z-index: -1;
}

.fpv-premium-content .fpv-process-card:hover::after {
  color: color-mix(in srgb, var(--fpv-a) 20%, transparent);
  transform: translateY(-7px) scale(1.05);
}

.fpv-premium-content .fpv-step-label {
  display: block;
  margin-bottom: 14px;
  color: var(--fpv-a);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

  .fpv-premium-content .fpv-container {
    width: min(1320px, 100%);
  }

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

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

  .fpv-premium-content .fpv-container {
    width: min(1080px, 100%);
  }

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

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

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

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

  .fpv-premium-content .fpv-heading-wrap {
    margin-bottom: 30px;
  }

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

  .fpv-premium-content .fpv-card {
    padding: 22px;
    min-height: 240px;
  }

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

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

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

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

  .fpv-premium-content .fpv-heading-wrap p {
    font-size: 0.94rem;
    line-height: 1.6;
  }

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

  .fpv-premium-content .fpv-card {
    padding: 21px;
    min-height: auto;
  }
}

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

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

  .fpv-premium-content .fpv-heading-wrap p {
    font-size: 0.9rem;
  }

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

  .fpv-premium-content .fpv-card {
    padding: 18px;
    border-radius: 16px;
  }

  .fpv-premium-content .fpv-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .fpv-premium-content .fpv-process-card::after {
    font-size: 4rem;
  }
}

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

  .fpv-premium-content .fpv-heading-wrap {
    margin-bottom: 20px;
  }

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

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

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

  .fpv-premium-content .fpv-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 13px;
  }

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

  .fpv-premium-content .fpv-card p {
    font-size: 0.86rem;
  }

  .fpv-premium-content .fpv-cta {
    font-size: 0.86rem;
  }

  .fpv-premium-content .fpv-process-card::after {
    right: 12px;
    font-size: 3.4rem;
  }
}

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

  .fpv-premium-content .fpv-card,
  .fpv-premium-content .fpv-card.fpv-in-view,
  .fpv-premium-content .fpv-card:hover {
    transform: none !important;
    opacity: 1 !important;
  }
}