@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: #251c29;
  --igvv-muted: #6f6475;
  --igvv-line: rgba(96, 61, 92, 0.14);
  --igvv-grad: linear-gradient(135deg, #f05a8a 0%, #b35cff 48%, #ff9f43 100%);
  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;
  padding: 86px 24px;
}

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

.igvv-premium-content .igvv-section-warm {
  background:
    radial-gradient(circle at 12% 12%, rgba(240, 90, 138, 0.12), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(255, 159, 67, 0.13), transparent 30%),
    linear-gradient(180deg, #fff8f5 0%, #fff 100%);
}

.igvv-premium-content .igvv-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.igvv-premium-content .igvv-heading-wrap {
  max-width: 760px;
  margin: 0 auto 38px;
  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.18;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.igvv-premium-content h2 span {
  background: var(--igvv-grad);
  -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: 1rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.igvv-premium-content .igvv-card {
  --igvv-card-a: #f05a8a;
  --igvv-card-b: #b35cff;
  --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: 248px;
  padding: 26px;
  border: 1px solid var(--igvv-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--igvv-card-a) 20%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 252, 0.9));
  box-shadow: 0 16px 44px rgba(65, 42, 69, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.45s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.igvv-premium-content .igvv-card:nth-child(2n) { --igvv-card-a: #7c5cff; --igvv-card-b: #29b6f6; }
.igvv-premium-content .igvv-card:nth-child(3n) { --igvv-card-a: #ff9f43; --igvv-card-b: #f05a8a; }
.igvv-premium-content .igvv-card:nth-child(4n) { --igvv-card-a: #18a999; --igvv-card-b: #7c5cff; }
.igvv-premium-content .igvv-card:nth-child(5n) { --igvv-card-a: #ec407a; --igvv-card-b: #ffca3a; }
.igvv-premium-content .igvv-card:nth-child(6n) { --igvv-card-a: #4f8cff; --igvv-card-b: #f05a8a; }
.igvv-premium-content .igvv-card:nth-child(7n) { --igvv-card-a: #00a878; --igvv-card-b: #ff7a59; }
.igvv-premium-content .igvv-card:nth-child(8n) { --igvv-card-a: #9b5de5; --igvv-card-b: #00bbf9; }

.igvv-premium-content .igvv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--igvv-card-a) 12%, transparent), transparent 42%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.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%, var(--igvv-line));
  box-shadow: 0 24px 60px rgba(65, 42, 69, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}

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

.igvv-premium-content .igvv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 18px;
  color: var(--igvv-card-a);
  background: color-mix(in srgb, var(--igvv-card-a) 12%, #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--igvv-card-a) 18%, transparent);
  transition: transform 0.3s ease, color 0.3s ease, background 0.3s ease;
}

.igvv-premium-content .igvv-icon i {
  font-size: 1.18rem;
  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: 0 0 12px;
  color: var(--igvv-ink);
  font-size: 1.04rem;
  line-height: 1.35;
  font-weight: 800;
  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));
  transform-origin: left;
  transform: scaleX(0.45);
  transition: transform 0.3s ease;
}

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

.igvv-premium-content .igvv-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--igvv-muted);
  font-size: 0.94rem;
  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.86rem;
  font-weight: 800;
  line-height: 1.4;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s 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-grid-tilt .igvv-card:hover {
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

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

.igvv-premium-content .igvv-process-card::after {
  content: attr(data-step);
  position: absolute;
  right: 14px;
  bottom: -18px;
  color: color-mix(in srgb, var(--igvv-card-a) 13%, transparent);
  font-size: 5.4rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.3s ease, color 0.3s ease;
}

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

.igvv-premium-content .igvv-step-line {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  color: var(--igvv-card-a);
  font-size: 0.76rem;
  line-height: 1.2;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

  .igvv-premium-content .igvv-container {
    max-width: 1240px;
  }

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

  .igvv-premium-content .igvv-container {
    max-width: 980px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .igvv-premium-content .igvv-process-card::after {
    font-size: 4.4rem;
  }
}

@media (max-width: 767px) {
  .igvv-premium-content,
  .igvv-premium-content .igvv-section,
  .igvv-premium-content .igvv-container,
  .igvv-premium-content .igvv-grid,
  .igvv-premium-content .igvv-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  .igvv-premium-content .igvv-card,
  .igvv-premium-content .igvv-card::before,
  .igvv-premium-content .igvv-card::after,
  .igvv-premium-content .igvv-icon,
  .igvv-premium-content h3::after,
  .igvv-premium-content .igvv-cta {
    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;
  }
}