@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.0.0/css/all.min.css');

.igvv-premium-wrap,
.igvv-premium-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

.igvv-premium-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #20202a;
  font-family: inherit;
}

.igvv-premium-wrap .igvv-section {
  width: 100% !important;
  overflow: hidden;
}

.igvv-premium-wrap .igvv-section-one,
.igvv-premium-wrap .igvv-section-three {
  background: #ffffff;
}

.igvv-premium-wrap .igvv-section-two {
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 67, 118, 0.08), transparent 30%),
    linear-gradient(180deg, #fff7fa 0%, #fffaf3 100%);
}

.igvv-premium-wrap .igvv-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}

.igvv-premium-wrap .igvv-heading {
  margin: 0 auto;
  color: #1f1e2b;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  text-align: center;
}

.igvv-premium-wrap .igvv-intro {
  margin: 0 auto;
  color: #5d5a68;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
}

.igvv-premium-wrap .igvv-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}

.igvv-premium-wrap .igvv-card {
  position: relative;
  display: block;
  height: 100% !important;
  text-align: center;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 45, 85, 0.34), rgba(255, 184, 77, 0.22), rgba(64, 93, 230, 0.18)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 48px rgba(104, 40, 70, 0.11);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
  overflow: hidden;
}

.igvv-premium-wrap .igvv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 45, 85, 0.07), rgba(255, 184, 77, 0.06), rgba(64, 93, 230, 0.05));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.igvv-premium-wrap .igvv-card:hover {
  transform: translateY(-8px) scale(1.012);
  box-shadow: 0 26px 70px rgba(255, 45, 85, 0.18);
}

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

.igvv-premium-wrap .igvv-card:hover .igvv-icon {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(255, 45, 85, 0.24);
}

.igvv-premium-wrap .igvv-card:hover .igvv-i {
  transform: scale(1.08);
}

.igvv-premium-wrap .igvv-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff2d55 0%, #ff7a3d 48%, #405de6 100%);
  box-shadow: 0 14px 30px rgba(255, 45, 85, 0.2);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.igvv-premium-wrap .igvv-i {
  display: block;
  line-height: 1;
  transition: transform 280ms ease;
}

.igvv-premium-wrap .igvv-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #242230;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
  text-align: center;
}

.igvv-premium-wrap .igvv-card p {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #666171;
  line-height: 1.62;
  font-weight: 500;
  text-align: center;
}

.igvv-premium-wrap .igvv-reveal {
  opacity: 1;
  transform: translateY(0);
}

.igvv-premium-wrap.igvv-js .igvv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.igvv-premium-wrap.igvv-js .igvv-reveal.igvv-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .igvv-premium-wrap .igvv-section {
    padding: 86px 0;
  }

  .igvv-premium-wrap .igvv-container {
    padding: 0 28px;
  }

  .igvv-premium-wrap .igvv-heading {
    max-width: 980px;
    font-size: 42px;
    white-space: nowrap;
  }

  .igvv-premium-wrap .igvv-intro {
    max-width: 780px;
    margin-top: 16px;
    font-size: 17px;
  }

  .igvv-premium-wrap .igvv-grid {
    gap: 26px;
    margin-top: 44px;
  }

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

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

  .igvv-premium-wrap .igvv-card {
    min-height: 300px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }

  .igvv-premium-wrap .igvv-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
    border-radius: 20px;
    font-size: 27px;
  }

  .igvv-premium-wrap .igvv-card h3 {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .igvv-premium-wrap .igvv-card p {
    font-size: 15px;
  }
}

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

  .igvv-premium-wrap .igvv-container {
    padding: 0 24px;
  }

  .igvv-premium-wrap .igvv-heading {
    max-width: 720px;
    font-size: 36px;
  }

  .igvv-premium-wrap .igvv-intro {
    max-width: 690px;
    margin-top: 14px;
    font-size: 16px;
  }

  .igvv-premium-wrap .igvv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }

  .igvv-premium-wrap .igvv-card {
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .igvv-premium-wrap .igvv-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 21px;
    border-radius: 18px;
    font-size: 25px;
  }

  .igvv-premium-wrap .igvv-card h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .igvv-premium-wrap .igvv-card p {
    font-size: 14.5px;
  }
}

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

  .igvv-premium-wrap .igvv-container {
    padding: 0 16px;
  }

  .igvv-premium-wrap .igvv-heading {
    max-width: 520px;
    font-size: 29px;
  }

  .igvv-premium-wrap .igvv-intro {
    max-width: 520px;
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.58;
  }

  .igvv-premium-wrap .igvv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }

  .igvv-premium-wrap .igvv-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .igvv-premium-wrap .igvv-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 15px;
    font-size: 21px;
  }

  .igvv-premium-wrap .igvv-card h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .igvv-premium-wrap .igvv-card p {
    font-size: 13px;
    line-height: 1.5;
  }
}

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

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

  .igvv-premium-wrap .igvv-heading {
    font-size: 26px;
  }

  .igvv-premium-wrap .igvv-intro {
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.54;
  }

  .igvv-premium-wrap .igvv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 24px;
  }

  .igvv-premium-wrap .igvv-card {
    min-height: 224px;
    padding: 19px 11px 17px;
    border-radius: 14px;
  }

  .igvv-premium-wrap .igvv-icon {
    width: 47px;
    height: 47px;
    margin-bottom: 14px;
    border-radius: 14px;
    font-size: 19px;
  }

  .igvv-premium-wrap .igvv-card h3 {
    font-size: 14.5px;
    margin-bottom: 8px;
  }

  .igvv-premium-wrap .igvv-card p {
    font-size: 12.2px;
    line-height: 1.45;
  }
}

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

  .igvv-premium-wrap .igvv-container {
    padding: 0 10px;
  }

  .igvv-premium-wrap .igvv-heading {
    font-size: 23px;
  }

  .igvv-premium-wrap .igvv-intro {
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.48;
  }

  .igvv-premium-wrap .igvv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
  }

  .igvv-premium-wrap .igvv-card {
    min-height: 214px;
    padding: 17px 9px 15px;
    border-radius: 13px;
  }

  .igvv-premium-wrap .igvv-icon {
    width: 43px;
    height: 43px;
    margin-bottom: 12px;
    border-radius: 13px;
    font-size: 17px;
  }

  .igvv-premium-wrap .igvv-card h3 {
    font-size: 13.5px;
    margin-bottom: 7px;
  }

  .igvv-premium-wrap .igvv-card p {
    font-size: 11.5px;
    line-height: 1.42;
  }
}