@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(41, 83, 142, 0.14);
  --fpv-blue: #1877f2;
  --fpv-cyan: #18b6e8;
  --fpv-warm: #fff7ef;
  --fpv-soft: #f8fbff;
  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", Arial, sans-serif;
  line-height: 1.5;
}

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

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

.fpv-premium-content .fpv-section-warm {
  background:
    radial-gradient(circle at 8% 12%, rgba(24, 119, 242, 0.08), transparent 32%),
    radial-gradient(circle at 92% 20%, rgba(247, 164, 76, 0.12), transparent 34%),
    linear-gradient(180deg, #fff8f0 0%, #fffdf9 100%);
}

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

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

.fpv-premium-content .fpv-heading-wrap h2 {
  margin: 0;
  color: var(--fpv-ink);
  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;
}

.fpv-premium-content .fpv-heading-wrap h2 span {
  background: linear-gradient(135deg, var(--fpv-blue), var(--fpv-cyan) 52%, #f4a340);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fpv-premium-content .fpv-heading-wrap p {
  margin: 14px auto 0;
  color: var(--fpv-muted);
  font-size: 1.05rem;
  max-width: 690px;
  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 {
  --fpv-card-a: #1877f2;
  --fpv-card-b: #18b6e8;
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 246px;
  padding: 26px;
  border: 1px solid var(--fpv-line);
  border-radius: 20px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 0 145px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.94));
  box-shadow: 0 16px 42px rgba(30, 64, 111, 0.09);
  overflow: hidden;
  transform: translateY(24px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  transform-style: preserve-3d;
  will-change: transform;
}

.fpv-premium-content .fpv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--fpv-card-a) 12%, transparent), transparent 38%),
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--fpv-card-b) 16%, transparent), transparent 36%);
  opacity: 0.7;
  pointer-events: none;
}

.fpv-premium-content .fpv-card::after {
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--fpv-card-a), var(--fpv-card-b));
  transform: scaleX(0.38);
  transform-origin: left;
  opacity: 0.72;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

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

.fpv-premium-content .fpv-card:hover {
  border-color: color-mix(in srgb, var(--fpv-card-a) 36%, rgba(255, 255, 255, 0.3));
  box-shadow: 0 22px 62px rgba(24, 79, 150, 0.16);
  transform: translateY(-8px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

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

.fpv-premium-content .fpv-card > * {
  position: relative;
  z-index: 1;
}

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

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

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

.fpv-premium-content .fpv-card h3 {
  margin: 0;
  color: var(--fpv-ink);
  font-size: 1.04rem;
  line-height: 1.25;
  font-weight: 790;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fpv-premium-content .fpv-card h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--fpv-card-a), var(--fpv-card-b));
  transform: scaleX(0.55);
  transform-origin: left;
  transition: transform 0.28s ease;
}

.fpv-premium-content .fpv-card:hover h3::after {
  transform: scaleX(1.8);
}

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

.fpv-premium-content .fpv-cta {
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fpv-card-a);
  font-size: 0.88rem;
  font-weight: 760;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fpv-premium-content .fpv-card:hover .fpv-cta {
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--fpv-card-a) 82%, #10243d);
}

.fpv-premium-content .fpv-grid-why .fpv-card {
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.95), transparent 0 132px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 249, 241, 0.96));
}

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

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

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

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

.fpv-premium-content .fpv-card:nth-child(1) { --fpv-card-a: #1877f2; --fpv-card-b: #22c1dc; }
.fpv-premium-content .fpv-card:nth-child(2) { --fpv-card-a: #2563eb; --fpv-card-b: #8b5cf6; }
.fpv-premium-content .fpv-card:nth-child(3) { --fpv-card-a: #0f9f8e; --fpv-card-b: #38bdf8; }
.fpv-premium-content .fpv-card:nth-child(4) { --fpv-card-a: #e27a28; --fpv-card-b: #f5b452; }
.fpv-premium-content .fpv-card:nth-child(5) { --fpv-card-a: #7c3aed; --fpv-card-b: #06b6d4; }
.fpv-premium-content .fpv-card:nth-child(6) { --fpv-card-a: #db2777; --fpv-card-b: #f59e0b; }
.fpv-premium-content .fpv-card:nth-child(7) { --fpv-card-a: #15803d; --fpv-card-b: #14b8a6; }
.fpv-premium-content .fpv-card:nth-child(8) { --fpv-card-a: #334155; --fpv-card-b: #1877f2; }

@media (min-width: 1200px) {
  .fpv-premium-content .fpv-section {
    padding: 96px 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: 82px 24px;
  }

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

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

  .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: 70px 20px;
  }

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

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

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

  .fpv-premium-content .fpv-card {
    padding: 23px;
    min-height: 232px;
  }

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

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

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

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

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

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

  .fpv-premium-content .fpv-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 22px;
  }

  .fpv-premium-content .fpv-cta {
    white-space: normal;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fpv-premium-content .fpv-section {
    padding: 50px 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 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 20px;
    border-radius: 18px;
  }

  .fpv-premium-content .fpv-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 17px;
  }

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

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

  .fpv-premium-content .fpv-process-card::before {
    font-size: 3.8rem;
  }
}

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

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

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

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

  .fpv-premium-content .fpv-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 18px;
    border-radius: 16px;
  }

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

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

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

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

  .fpv-premium-content .fpv-cta,
  .fpv-premium-content .fpv-step-text {
    font-size: 0.76rem;
  }

  .fpv-premium-content .fpv-process-card::before {
    right: 12px;
    top: 8px;
    font-size: 3.2rem;
  }
}

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

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