@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;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #182033;
  background: #fff;
}

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

.fpv-premium-content .fpv-section {
  position: relative;
  width: 100%;
  padding: 94px 24px;
  overflow: hidden;
}

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

.fpv-premium-content .fpv-section-warm {
  background:
    radial-gradient(circle at 14% 10%, rgba(46, 107, 255, 0.1), transparent 30%),
    radial-gradient(circle at 86% 16%, rgba(255, 150, 92, 0.16), transparent 28%),
    linear-gradient(180deg, #fff7f0 0%, #f8fbff 100%);
}

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

.fpv-premium-content .fpv-heading-wrap {
  width: min(760px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}

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

.fpv-premium-content .fpv-heading-wrap h2 span {
  display: inline-block;
  background: linear-gradient(115deg, #225cff 0%, #6f5cff 45%, #ff7b54 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fpv-premium-content .fpv-heading-wrap p {
  margin: 14px auto 0;
  color: #5d687a;
  font-size: 1rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.fpv-premium-content .fpv-card {
  --fpv-accent: #225cff;
  --fpv-accent-2: #ff7b54;
  --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: 268px;
  padding: 28px;
  border: 1px solid rgba(34, 92, 255, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.9), transparent 0 112px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 246, 0.86));
  box-shadow: 0 18px 44px rgba(25, 35, 60, 0.08);
  overflow: hidden;
  opacity: 0;
  transform: translateY(24px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  transition: opacity 0.65s ease, transform 0.22s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  transform-style: preserve-3d;
}

.fpv-premium-content .fpv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fpv-accent) 18%, transparent), transparent 30%),
    linear-gradient(135deg, color-mix(in srgb, var(--fpv-accent) 8%, transparent), color-mix(in srgb, var(--fpv-accent-2) 8%, transparent));
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.fpv-premium-content .fpv-card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--fpv-accent), var(--fpv-accent-2));
  transform: scaleX(0.18);
  transform-origin: left;
  opacity: 0.75;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.fpv-premium-content .fpv-card.is-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-accent) 42%, rgba(255, 255, 255, 0.4));
  box-shadow: 0 24px 58px rgba(25, 35, 60, 0.14);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

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

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

.fpv-premium-content .fpv-icon,
.fpv-premium-content .fpv-card h3,
.fpv-premium-content .fpv-card p,
.fpv-premium-content .fpv-cta,
.fpv-premium-content .fpv-step-number {
  position: relative;
  z-index: 1;
}

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

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

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

.fpv-premium-content .fpv-card h3 {
  display: inline;
  margin: 0;
  color: #172033;
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 780;
  letter-spacing: 0;
  background-image: linear-gradient(90deg, var(--fpv-accent), var(--fpv-accent-2));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: background-size 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

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

.fpv-premium-content .fpv-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 20px;
  color: var(--fpv-accent);
  font-size: 0.9rem;
  line-height: 1.35;
  font-weight: 760;
  opacity: 0.18;
  transform: translateY(9px);
  transition: opacity 0.28s ease, transform 0.28s 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-card {
  will-change: transform;
}

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

.fpv-premium-content .fpv-step-number {
  position: absolute;
  top: 18px;
  right: 22px;
  color: color-mix(in srgb, var(--fpv-accent) 16%, transparent);
  font-size: clamp(2.6rem, 7vw, 4.7rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.28s ease, color 0.28s ease;
}

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

.fpv-premium-content .fpv-card:nth-child(8n+1) { --fpv-accent: #225cff; --fpv-accent-2: #ff7b54; }
.fpv-premium-content .fpv-card:nth-child(8n+2) { --fpv-accent: #0f9f8f; --fpv-accent-2: #4f7cff; }
.fpv-premium-content .fpv-card:nth-child(8n+3) { --fpv-accent: #7c4dff; --fpv-accent-2: #ff6f91; }
.fpv-premium-content .fpv-card:nth-child(8n+4) { --fpv-accent: #d97706; --fpv-accent-2: #2f80ed; }
.fpv-premium-content .fpv-card:nth-child(8n+5) { --fpv-accent: #177ddc; --fpv-accent-2: #1fbf75; }
.fpv-premium-content .fpv-card:nth-child(8n+6) { --fpv-accent: #c026d3; --fpv-accent-2: #f97316; }
.fpv-premium-content .fpv-card:nth-child(8n+7) { --fpv-accent: #2563eb; --fpv-accent-2: #14b8a6; }
.fpv-premium-content .fpv-card:nth-child(8n+8) { --fpv-accent: #e11d48; --fpv-accent-2: #6366f1; }

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

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

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

@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: 0.98rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fpv-premium-content .fpv-cta {
    display: inline-flex;
    width: auto;
    max-width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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,
  .fpv-premium-content .fpv-cta {
    font-size: 0.86rem;
  }
}

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

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

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