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

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

.igvv-premium-content {
  --igvv-ink: #211827;
  --igvv-muted: #695f72;
  --igvv-border: rgba(118, 74, 120, 0.15);
  --igvv-grad-a: #e84393;
  --igvv-grad-b: #fd7e45;
  --igvv-grad-c: #8b5cf6;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--igvv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.igvv-premium-content .igvv-section {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

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

.igvv-premium-content .igvv-section-warm {
  background:
    radial-gradient(circle at 12% 10%, rgba(232, 67, 147, 0.12), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(253, 126, 69, 0.12), transparent 34%),
    linear-gradient(180deg, #fff7f3 0%, #fff 100%);
}

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

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

.igvv-premium-content h2 {
  margin: 0;
  color: var(--igvv-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;
}

.igvv-premium-content h2 span {
  background: linear-gradient(120deg, var(--igvv-grad-a), var(--igvv-grad-b) 52%, var(--igvv-grad-c));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

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

.igvv-premium-content .igvv-grid {
  width: 100%;
  max-width: 100%;
  display: grid;
  gap: 22px;
}

.igvv-premium-content .igvv-card {
  --fg-mx: 50%;
  --fg-my: 20%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --igvv-card-a: #e84393;
  --igvv-card-b: #fd7e45;
  --igvv-card-soft: rgba(232, 67, 147, 0.08);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 252px;
  padding: 28px;
  border: 1px solid var(--igvv-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.86), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 247, 0.9));
  box-shadow: 0 16px 42px rgba(60, 33, 68, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  overflow: hidden;
  transition: transform 360ms ease, opacity 520ms ease, box-shadow 360ms ease, border-color 360ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.igvv-premium-content .igvv-card:nth-child(2) { --igvv-card-a: #fd7e45; --igvv-card-b: #f7b733; --igvv-card-soft: rgba(253, 126, 69, 0.1); }
.igvv-premium-content .igvv-card:nth-child(3) { --igvv-card-a: #8b5cf6; --igvv-card-b: #e84393; --igvv-card-soft: rgba(139, 92, 246, 0.1); }
.igvv-premium-content .igvv-card:nth-child(4) { --igvv-card-a: #06b6d4; --igvv-card-b: #8b5cf6; --igvv-card-soft: rgba(6, 182, 212, 0.1); }
.igvv-premium-content .igvv-card:nth-child(5) { --igvv-card-a: #10b981; --igvv-card-b: #06b6d4; --igvv-card-soft: rgba(16, 185, 129, 0.1); }
.igvv-premium-content .igvv-card:nth-child(6) { --igvv-card-a: #f43f5e; --igvv-card-b: #fd7e45; --igvv-card-soft: rgba(244, 63, 94, 0.1); }
.igvv-premium-content .igvv-card:nth-child(7) { --igvv-card-a: #6366f1; --igvv-card-b: #06b6d4; --igvv-card-soft: rgba(99, 102, 241, 0.1); }
.igvv-premium-content .igvv-card:nth-child(8) { --igvv-card-a: #d946ef; --igvv-card-b: #f43f5e; --igvv-card-soft: rgba(217, 70, 239, 0.1); }

.igvv-premium-content .igvv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--igvv-card-soft), transparent 48%);
  pointer-events: none;
}

.igvv-premium-content .igvv-card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--igvv-card-a), var(--igvv-card-b));
  opacity: 0.75;
  border-radius: 999px;
}

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

.igvv-premium-content .igvv-card:hover {
  border-color: color-mix(in srgb, var(--igvv-card-a) 42%, transparent);
  box-shadow: 0 24px 62px rgba(60, 33, 68, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

.igvv-premium-content .igvv-icon {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--igvv-card-a);
  background: linear-gradient(145deg, #fff, var(--igvv-card-soft));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.75), 0 10px 24px rgba(50, 28, 58, 0.08);
  transition: transform 300ms ease, color 300ms ease, background 300ms ease;
}

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

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

.igvv-premium-content h3 {
  position: relative;
  z-index: 1;
  margin: 22px 0 12px;
  color: var(--igvv-ink);
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.igvv-premium-content .igvv-card:hover h3::after {
  width: 72px;
}

.igvv-premium-content .igvv-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--igvv-muted);
  font-size: 0.96rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.igvv-premium-content .igvv-cta {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--igvv-card-a);
  font-size: 0.9rem;
  font-weight: 760;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 280ms ease, transform 280ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

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

.igvv-premium-content .igvv-step {
  position: absolute;
  right: 20px;
  top: 14px;
  max-width: 100%;
  color: color-mix(in srgb, var(--igvv-card-a) 16%, transparent);
  font-size: 4.6rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 320ms ease, color 320ms ease;
}

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

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

  .igvv-premium-content .igvv-container {
    width: min(1320px, 100%);
    padding: 0 32px;
  }

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

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

  .igvv-premium-content .igvv-container {
    width: min(1080px, 100%);
    padding: 0 26px;
  }

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

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

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

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

  .igvv-premium-content .igvv-container {
    padding: 0 22px;
  }

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

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

  .igvv-premium-content .igvv-card {
    padding: 24px;
    min-height: 232px;
  }

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

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

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

  .igvv-premium-content .igvv-container {
    padding: 0 18px;
  }

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

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

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

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

  .igvv-premium-content .igvv-cta {
    opacity: 1;
    transform: none;
  }
}

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

  .igvv-premium-content .igvv-container {
    padding: 0 14px;
  }

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

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

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

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

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

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

  .igvv-premium-content .igvv-card p,
  .igvv-premium-content .igvv-cta {
    font-size: 0.9rem;
  }

  .igvv-premium-content .igvv-step {
    font-size: 3.9rem;
    right: 14px;
  }

  .igvv-premium-content .igvv-cta {
    opacity: 1;
    transform: none;
  }
}

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

  .igvv-premium-content .igvv-container {
    padding: 0 12px;
  }

  .igvv-premium-content .igvv-heading-wrap {
    margin-bottom: 18px;
  }

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

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

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

  .igvv-premium-content .igvv-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

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

  .igvv-premium-content h3 {
    margin-top: 18px;
    font-size: 0.94rem;
  }

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

  .igvv-premium-content .igvv-step {
    font-size: 3.3rem;
    right: 12px;
    top: 12px;
  }

  .igvv-premium-content .igvv-cta {
    opacity: 1;
    transform: none;
  }
}

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

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

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