@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 {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #162033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

.fpv-premium-content .fpv-section {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

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

.fpv-premium-content .fpv-section-warm {
  background:
    radial-gradient(circle at 10% 10%, rgba(66, 103, 178, 0.11), transparent 34%),
    linear-gradient(135deg, #fff8f1 0%, #f7fbff 48%, #fff 100%);
}

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

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

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

.fpv-premium-content .fpv-heading-wrap h2 span {
  background: linear-gradient(135deg, #1877f2 0%, #4267b2 46%, #7a5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fpv-premium-content .fpv-heading-wrap p {
  margin: 14px auto 0;
  max-width: 660px;
  color: #607089;
  font-size: 1.02rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fpv-premium-content .fpv-grid {
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
  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: #7a5cff;
  --fpv-soft: rgba(24, 119, 242, 0.11);
  --fpv-border: rgba(24, 119, 242, 0.16);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 252px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(25, 45, 85, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.82), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(250, 253, 255, 0.82));
  box-shadow: 0 18px 45px rgba(25, 45, 85, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: transform 420ms ease, opacity 520ms ease, box-shadow 320ms ease, border-color 320ms ease;
  isolation: isolate;
}

.fpv-premium-content .fpv-card:nth-child(2) { --fpv-a: #0ea5a4; --fpv-b: #1877f2; --fpv-soft: rgba(14, 165, 164, 0.12); --fpv-border: rgba(14, 165, 164, 0.22); }
.fpv-premium-content .fpv-card:nth-child(3) { --fpv-a: #7c3aed; --fpv-b: #1877f2; --fpv-soft: rgba(124, 58, 237, 0.11); --fpv-border: rgba(124, 58, 237, 0.2); }
.fpv-premium-content .fpv-card:nth-child(4) { --fpv-a: #f97316; --fpv-b: #ef4444; --fpv-soft: rgba(249, 115, 22, 0.11); --fpv-border: rgba(249, 115, 22, 0.2); }
.fpv-premium-content .fpv-card:nth-child(5) { --fpv-a: #2563eb; --fpv-b: #06b6d4; --fpv-soft: rgba(37, 99, 235, 0.11); --fpv-border: rgba(37, 99, 235, 0.2); }
.fpv-premium-content .fpv-card:nth-child(6) { --fpv-a: #db2777; --fpv-b: #7c3aed; --fpv-soft: rgba(219, 39, 119, 0.1); --fpv-border: rgba(219, 39, 119, 0.18); }
.fpv-premium-content .fpv-card:nth-child(7) { --fpv-a: #16a34a; --fpv-b: #0ea5a4; --fpv-soft: rgba(22, 163, 74, 0.1); --fpv-border: rgba(22, 163, 74, 0.2); }
.fpv-premium-content .fpv-card:nth-child(8) { --fpv-a: #4f46e5; --fpv-b: #ec4899; --fpv-soft: rgba(79, 70, 229, 0.1); --fpv-border: rgba(79, 70, 229, 0.2); }

.fpv-premium-content .fpv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), var(--fpv-soft), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,0.76), transparent);
  opacity: 0;
  transition: opacity 320ms ease;
  z-index: -1;
}

.fpv-premium-content .fpv-card::after {
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--fpv-a), var(--fpv-b));
  opacity: 0.72;
}

.fpv-premium-content .fpv-card.is-visible {
  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: var(--fpv-border);
  box-shadow: 0 24px 64px rgba(25, 45, 85, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

.fpv-premium-content .fpv-card:hover::before {
  opacity: 1;
}

.fpv-premium-content .fpv-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin: 0 0 20px;
  border-radius: 18px;
  color: var(--fpv-a);
  background: linear-gradient(135deg, rgba(255,255,255,0.98), var(--fpv-soft));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.9), 0 14px 30px rgba(25, 45, 85, 0.08);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}

.fpv-premium-content .fpv-icon i {
  font-size: 1.3rem;
  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(-2deg);
}

.fpv-premium-content .fpv-card h3 {
  position: relative;
  margin: 0 0 12px;
  color: #17243b;
  font-size: 1.08rem;
  font-weight: 780;
  line-height: 1.25;
  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: 999px;
  background: linear-gradient(90deg, var(--fpv-a), var(--fpv-b));
  transition: width 320ms ease;
}

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

.fpv-premium-content .fpv-card p {
  margin: 0;
  color: #5d6b82;
  font-size: 0.95rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fpv-premium-content .fpv-cta {
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fpv-a);
  font-size: 0.88rem;
  font-weight: 760;
  opacity: 0.08;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms 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-grid-why .fpv-card {
  transform-style: preserve-3d;
}

.fpv-premium-content .fpv-process-card {
  padding-top: 34px;
}

.fpv-premium-content .fpv-step-number {
  position: absolute;
  top: 16px;
  right: 18px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(24, 119, 242, 0.16);
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 320ms ease, -webkit-text-stroke-color 320ms ease, opacity 320ms ease;
  opacity: 0.82;
}

.fpv-premium-content .fpv-process-card:hover .fpv-step-number {
  transform: translateY(-4px) scale(1.06);
  -webkit-text-stroke-color: var(--fpv-border);
  opacity: 1;
}

@media (min-width: 1200px) {
  .fpv-premium-content .fpv-container {
    width: min(1320px, 100%);
    padding: 104px 32px;
  }

  .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-container {
    width: min(1080px, 100%);
    padding: 86px 26px;
  }

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

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

@media (min-width: 768px) and (max-width: 1023px) {
  .fpv-premium-content .fpv-container {
    padding: 72px 22px;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) and (max-width: 429px) {
  .fpv-premium-content .fpv-container {
    padding: 50px 16px;
  }

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

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

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

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

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

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

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

  .fpv-premium-content .fpv-step-number {
    font-size: 2.9rem;
  }
}

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

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

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

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

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

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

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

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

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

  .fpv-premium-content .fpv-step-number {
    top: 12px;
    right: 14px;
    font-size: 2.55rem;
  }
}

@media (max-width: 319px) {
  .fpv-premium-content .fpv-container {
    padding: 40px 10px;
  }

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

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

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

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

  .fpv-premium-content .fpv-card {
    opacity: 1;
  }
}