@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: #647084;
  --fpv-line: rgba(30, 64, 175, 0.13);
  --fpv-primary: #2563eb;
  --fpv-accent: #06b6d4;
  --fpv-warm: #fff7ed;
  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;
  line-height: 1.5;
}

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

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

.fpv-premium-content .fpv-section-warm {
  background:
    radial-gradient(circle at 18% 12%, rgba(37, 99, 235, 0.09), transparent 30%),
    radial-gradient(circle at 86% 28%, rgba(6, 182, 212, 0.11), transparent 32%),
    linear-gradient(135deg, #fff7ed 0%, #f8fbff 52%, #eefcff 100%);
}

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

.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: 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, #2563eb 0%, #06b6d4 58%, #14b8a6 100%);
  -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.03rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.fpv-premium-content .fpv-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --fpv-card-a: #2563eb;
  --fpv-card-b: #06b6d4;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 245px;
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--fpv-line);
  border-radius: 18px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.95), transparent 25%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.72)),
    linear-gradient(135deg, color-mix(in srgb, var(--fpv-card-a) 10%, white), color-mix(in srgb, var(--fpv-card-b) 12%, white));
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-y)) rotateY(var(--fg-tilt-x)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
  will-change: transform;
}

.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-card-a) 20%, transparent), transparent 34%);
  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-card-a), var(--fpv-card-b));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}

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

.fpv-premium-content .fpv-card:hover {
  border-color: color-mix(in srgb, var(--fpv-card-a) 42%, white);
  box-shadow: 0 26px 64px rgba(15, 23, 42, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-y)) rotateY(var(--fg-tilt-x)) translateY(-7px);
}

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

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

.fpv-premium-content .fpv-icon {
  width: 52px;
  height: 52px;
  max-width: 100%;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 16px;
  color: var(--fpv-card-a);
  background: linear-gradient(135deg, color-mix(in srgb, var(--fpv-card-a) 13%, white), color-mix(in srgb, var(--fpv-card-b) 14%, white));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 12px 26px rgba(15, 23, 42, 0.08);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}

.fpv-premium-content .fpv-icon i {
  font-size: 1.25rem;
  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) rotate(-3deg) scale(1.04);
}

.fpv-premium-content .fpv-card h3 {
  position: relative;
  margin: 0 0 12px;
  color: var(--fpv-ink);
  font-size: 1.08rem;
  line-height: 1.24;
  font-weight: 780;
  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-card-a), var(--fpv-card-b));
  transform: scaleX(0.45);
  transform-origin: left;
  transition: transform 0.28s ease;
}

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

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

.fpv-premium-content .fpv-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fpv-card-a);
  font-size: 0.88rem;
  font-weight: 750;
  opacity: 0.2;
  transform: translateY(8px);
  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-process-card {
  padding-top: 34px;
}

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

.fpv-premium-content .fpv-step-bg {
  position: absolute;
  top: 18px;
  right: 20px;
  max-width: 42%;
  color: color-mix(in srgb, var(--fpv-card-a) 13%, transparent);
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 900;
  pointer-events: none;
  transition: transform 0.28s ease, color 0.28s ease;
}

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

.fpv-premium-content .fpv-card:nth-child(1) { --fpv-card-a: #2563eb; --fpv-card-b: #06b6d4; }
.fpv-premium-content .fpv-card:nth-child(2) { --fpv-card-a: #7c3aed; --fpv-card-b: #2563eb; }
.fpv-premium-content .fpv-card:nth-child(3) { --fpv-card-a: #0891b2; --fpv-card-b: #14b8a6; }
.fpv-premium-content .fpv-card:nth-child(4) { --fpv-card-a: #0f766e; --fpv-card-b: #22c55e; }
.fpv-premium-content .fpv-card:nth-child(5) { --fpv-card-a: #ea580c; --fpv-card-b: #f59e0b; }
.fpv-premium-content .fpv-card:nth-child(6) { --fpv-card-a: #db2777; --fpv-card-b: #f97316; }
.fpv-premium-content .fpv-card:nth-child(7) { --fpv-card-a: #4f46e5; --fpv-card-b: #06b6d4; }
.fpv-premium-content .fpv-card:nth-child(8) { --fpv-card-a: #059669; --fpv-card-b: #2563eb; }

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

  .fpv-premium-content .fpv-card-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.99rem;
  }

  .fpv-premium-content .fpv-card-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-section {
    padding: 66px 20px;
  }

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

  .fpv-premium-content .fpv-card-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.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: 54px 16px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fpv-premium-content .fpv-step-bg {
    font-size: 3.6rem;
  }
}

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

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

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

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

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

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

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

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

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

  .fpv-premium-content .fpv-step-bg {
    top: 16px;
    right: 16px;
    font-size: 3.1rem;
  }
}

@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-bg,
  .fpv-premium-content .fpv-card h3::after {
    transition: none !important;
  }

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