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

.ihv-premium-wrap,
.ihv-premium-wrap * {
  box-sizing: border-box;
}

.ihv-premium-wrap {
  --ihv-ink: #1f1b2d;
  --ihv-muted: #6f687b;
  --ihv-border: rgba(119, 74, 160, 0.16);
  --ihv-main: #b64bea;
  --ihv-hot: #ff5f8f;
  --ihv-sun: #ffb45f;
  --ihv-bg-soft: #fff7f4;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ihv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.ihv-premium-wrap .ihv-premium-section {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 92px 22px;
}

.ihv-premium-wrap .ihv-premium-section-white {
  background: #fff;
}

.ihv-premium-wrap .ihv-premium-section-warm {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 186, 112, 0.22), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(182, 75, 234, 0.16), transparent 30%),
    linear-gradient(180deg, #fff8f2 0%, #fff3f8 100%);
}

.ihv-premium-wrap .ihv-premium-container {
  width: min(1240px, 100%);
  max-width: 100%;
  margin: 0 auto;
}

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

.ihv-premium-wrap .ihv-premium-heading h2 {
  margin: 0;
  color: var(--ihv-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ihv-premium-wrap .ihv-premium-heading h2 span {
  background: linear-gradient(115deg, var(--ihv-main), var(--ihv-hot) 52%, var(--ihv-sun));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ihv-premium-wrap .ihv-premium-heading p {
  margin: 14px auto 0;
  max-width: 690px;
  color: var(--ihv-muted);
  font-size: 1.03rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.ihv-premium-wrap .ihv-premium-card {
  --fg-mx: 50%;
  --fg-my: 20%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ihv-card-a: #b64bea;
  --ihv-card-b: #ff5f8f;
  --ihv-card-c: #ffb45f;
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 258px;
  padding: 28px;
  border: 1px solid var(--ihv-border);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ihv-card-b) 18%, transparent), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(255,247,252,0.82));
  box-shadow: 0 16px 42px rgba(52, 36, 71, 0.08);
  opacity: 0;
  transform: translateY(26px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  transform-style: preserve-3d;
  transition: opacity .7s ease, transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
  overflow: hidden;
  isolation: isolate;
}

.ihv-premium-wrap .ihv-premium-card.is-visible {
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.ihv-premium-wrap .ihv-premium-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--ihv-card-a) 10%, transparent), transparent 42%),
    radial-gradient(circle at 18% 0%, rgba(255,255,255,0.8), transparent 36%);
  opacity: .76;
  pointer-events: none;
  z-index: -1;
}

.ihv-premium-wrap .ihv-premium-card:hover {
  border-color: color-mix(in srgb, var(--ihv-card-a) 38%, rgba(255,255,255,0.2));
  box-shadow: 0 24px 62px rgba(65, 39, 84, 0.15);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.ihv-premium-wrap .ihv-premium-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--ihv-card-a);
  background: linear-gradient(145deg, rgba(255,255,255,0.95), color-mix(in srgb, var(--ihv-card-a) 13%, white));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.88), 0 10px 26px color-mix(in srgb, var(--ihv-card-a) 18%, transparent);
  transition: transform .28s ease, color .28s ease, background .28s ease;
}

.ihv-premium-wrap .ihv-premium-icon i {
  font-size: 1.22rem;
  line-height: 1;
}

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

.ihv-premium-wrap .ihv-premium-card h3 {
  position: relative;
  margin: 0 0 13px;
  padding-bottom: 12px;
  color: var(--ihv-ink);
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ihv-premium-wrap .ihv-premium-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ihv-card-a), var(--ihv-card-b));
  transition: width .28s ease;
}

.ihv-premium-wrap .ihv-premium-card:hover h3::after {
  width: 82px;
}

.ihv-premium-wrap .ihv-premium-card p {
  margin: 0;
  color: var(--ihv-muted);
  font-size: .95rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ihv-premium-wrap .ihv-premium-cta {
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ihv-card-a);
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.35;
  opacity: .18;
  transform: translateY(8px);
  transition: opacity .28s ease, transform .28s ease, color .28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ihv-premium-wrap .ihv-premium-card:hover .ihv-premium-cta {
  opacity: 1;
  transform: translateY(0);
  color: var(--ihv-card-b);
}

.ihv-premium-wrap .ihv-premium-tilt {
  perspective: 900px;
}

.ihv-premium-wrap .ihv-premium-process {
  min-height: 282px;
}

.ihv-premium-wrap .ihv-premium-process::after {
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 10px;
  color: color-mix(in srgb, var(--ihv-card-a) 12%, transparent);
  font-size: 5.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform .28s ease, color .28s ease;
  z-index: -1;
}

.ihv-premium-wrap .ihv-premium-process:hover::after {
  color: color-mix(in srgb, var(--ihv-card-a) 18%, transparent);
  transform: translateY(-5px) scale(1.04);
}

.ihv-premium-wrap .ihv-premium-step-text {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 16px;
  color: var(--ihv-card-a);
  font-size: .78rem;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ihv-premium-wrap .ihv-premium-card:nth-child(1) { --ihv-card-a: #b64bea; --ihv-card-b: #ff5f8f; --ihv-card-c: #ffb45f; }
.ihv-premium-wrap .ihv-premium-card:nth-child(2) { --ihv-card-a: #ff5f8f; --ihv-card-b: #ff8a5b; --ihv-card-c: #ffd166; }
.ihv-premium-wrap .ihv-premium-card:nth-child(3) { --ihv-card-a: #6c63ff; --ihv-card-b: #b64bea; --ihv-card-c: #ff8bd1; }
.ihv-premium-wrap .ihv-premium-card:nth-child(4) { --ihv-card-a: #0ea5a4; --ihv-card-b: #48c6ef; --ihv-card-c: #a7f3d0; }
.ihv-premium-wrap .ihv-premium-card:nth-child(5) { --ihv-card-a: #f97316; --ihv-card-b: #ff5f8f; --ihv-card-c: #fed7aa; }
.ihv-premium-wrap .ihv-premium-card:nth-child(6) { --ihv-card-a: #2563eb; --ihv-card-b: #7c3aed; --ihv-card-c: #bfdbfe; }
.ihv-premium-wrap .ihv-premium-card:nth-child(7) { --ihv-card-a: #db2777; --ihv-card-b: #9333ea; --ihv-card-c: #fbcfe8; }
.ihv-premium-wrap .ihv-premium-card:nth-child(8) { --ihv-card-a: #059669; --ihv-card-b: #14b8a6; --ihv-card-c: #bbf7d0; }

@media (min-width: 1200px) {
  .ihv-premium-wrap .ihv-premium-section { padding: 96px 24px; }
  .ihv-premium-wrap .ihv-premium-container { width: min(1240px, 100%); }
  .ihv-premium-wrap .ihv-premium-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ihv-premium-wrap .ihv-premium-section { padding: 82px 22px; }
  .ihv-premium-wrap .ihv-premium-container { width: min(1040px, 100%); }
  .ihv-premium-wrap .ihv-premium-heading { margin-bottom: 36px; }
  .ihv-premium-wrap .ihv-premium-heading p { font-size: .99rem; }
  .ihv-premium-wrap .ihv-premium-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .ihv-premium-wrap .ihv-premium-card { padding: 25px; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ihv-premium-wrap .ihv-premium-section { padding: 70px 20px; }
  .ihv-premium-wrap .ihv-premium-heading { margin-bottom: 32px; }
  .ihv-premium-wrap .ihv-premium-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .ihv-premium-wrap .ihv-premium-card { padding: 24px; min-height: 238px; }
  .ihv-premium-wrap .ihv-premium-card h3 { font-size: 1.02rem; }
  .ihv-premium-wrap .ihv-premium-card p { font-size: .93rem; }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ihv-premium-wrap .ihv-premium-section { padding: 58px 16px; }
  .ihv-premium-wrap .ihv-premium-heading { margin-bottom: 26px; }
  .ihv-premium-wrap .ihv-premium-heading p { font-size: .94rem; line-height: 1.62; }
  .ihv-premium-wrap .ihv-premium-grid { grid-template-columns: 1fr !important; gap: 16px; }
  .ihv-premium-wrap .ihv-premium-card { padding: 22px; min-height: auto; border-radius: 20px; }
  .ihv-premium-wrap .ihv-premium-cta { width: 100%; }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ihv-premium-wrap .ihv-premium-section { padding: 50px 14px; }
  .ihv-premium-wrap .ihv-premium-heading { margin-bottom: 24px; }
  .ihv-premium-wrap .ihv-premium-heading p { font-size: .9rem; line-height: 1.58; }
  .ihv-premium-wrap .ihv-premium-grid { grid-template-columns: 1fr !important; gap: 14px; }
  .ihv-premium-wrap .ihv-premium-card { padding: 20px; min-height: auto; border-radius: 18px; }
  .ihv-premium-wrap .ihv-premium-icon { width: 48px; height: 48px; border-radius: 16px; margin-bottom: 18px; }
  .ihv-premium-wrap .ihv-premium-card h3 { font-size: .98rem; }
  .ihv-premium-wrap .ihv-premium-card p { font-size: .9rem; }
  .ihv-premium-wrap .ihv-premium-process::after { font-size: 4.1rem; }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ihv-premium-wrap .ihv-premium-section { padding: 44px 12px; }
  .ihv-premium-wrap .ihv-premium-heading { margin-bottom: 22px; }
  .ihv-premium-wrap .ihv-premium-heading p { font-size: .86rem; line-height: 1.55; }
  .ihv-premium-wrap .ihv-premium-grid { grid-template-columns: 1fr !important; gap: 12px; }
  .ihv-premium-wrap .ihv-premium-card { padding: 18px; min-height: auto; border-radius: 16px; }
  .ihv-premium-wrap .ihv-premium-icon { width: 44px; height: 44px; border-radius: 14px; margin-bottom: 16px; }
  .ihv-premium-wrap .ihv-premium-icon i { font-size: 1rem; }
  .ihv-premium-wrap .ihv-premium-card h3 { font-size: .94rem; }
  .ihv-premium-wrap .ihv-premium-card p,
  .ihv-premium-wrap .ihv-premium-cta { font-size: .86rem; }
  .ihv-premium-wrap .ihv-premium-process::after { right: 12px; top: 8px; font-size: 3.7rem; }
}

@media (max-width: 319px) {
  .ihv-premium-wrap .ihv-premium-section { padding: 38px 10px; }
  .ihv-premium-wrap .ihv-premium-grid { grid-template-columns: 1fr !important; gap: 10px; }
  .ihv-premium-wrap .ihv-premium-card { padding: 16px; min-height: auto; }
}

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

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