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

.igpv-section-wrap,
.igpv-section-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

.igpv-section-wrap {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #27202b;
  font-family: inherit;
  --igpv-primary: #d82f73;
  --igpv-secondary: #ff7a45;
  --igpv-accent: #7a4df3;
  --igpv-tint: #fff6f8;
  --igpv-border: rgba(216, 47, 115, 0.16);
  --igpv-shadow: rgba(72, 24, 54, 0.12);
  --igpv-text: #27202b;
  --igpv-muted: #665d69;
}

.igpv-section-wrap .igpv-band {
  width: 100% !important;
}

.igpv-section-wrap .igpv-band-white {
  background: #ffffff !important;
}

.igpv-section-wrap .igpv-band-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 47, 115, 0.08), transparent 38%),
    linear-gradient(180deg, #fff6f8 0%, #fffafb 100%) !important;
}

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

.igpv-section-wrap .igpv-heading,
.igpv-section-wrap .igpv-intro,
.igpv-section-wrap .igpv-card,
.igpv-section-wrap .igpv-card h3,
.igpv-section-wrap .igpv-card p {
  text-align: center !important;
}

.igpv-section-wrap .igpv-heading {
  margin: 0 auto;
  color: var(--igpv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.igpv-section-wrap .igpv-heading span {
  display: inline;
}

.igpv-section-wrap .igpv-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: var(--igpv-muted);
  line-height: 1.65;
  font-weight: 500;
}

.igpv-section-wrap .igpv-grid {
  display: grid !important;
  align-items: stretch !important;
}

.igpv-section-wrap .igpv-card {
  position: relative;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 50% 0%, rgba(216, 47, 115, 0.09), transparent 52%);
  border: 1px solid var(--igpv-border);
  box-shadow: 0 18px 44px var(--igpv-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
  background-size: 100% 100%, 160% 160%;
  background-position: center, 50% 0%;
}

.igpv-section-wrap .igpv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(216, 47, 115, 0.12), rgba(255, 122, 69, 0.09), rgba(122, 77, 243, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.igpv-section-wrap .igpv-card:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(216, 47, 115, 0.34);
  box-shadow: 0 24px 60px rgba(72, 24, 54, 0.18);
  background-position: center, 50% 18%;
}

.igpv-section-wrap .igpv-card:hover::before {
  opacity: 1;
}

.igpv-section-wrap .igpv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--igpv-primary), var(--igpv-secondary) 58%, var(--igpv-accent));
  box-shadow: 0 14px 28px rgba(216, 47, 115, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.igpv-section-wrap .igpv-card:hover .igpv-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(216, 47, 115, 0.3);
}

.igpv-section-wrap .igpv-i {
  color: #ffffff;
  line-height: 1;
}

.igpv-section-wrap .igpv-card h3,
.igpv-section-wrap .igpv-card p {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.igpv-section-wrap .igpv-card h3 {
  margin-bottom: 0;
  color: var(--igpv-text);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.igpv-section-wrap .igpv-card p {
  color: var(--igpv-muted);
  line-height: 1.58;
  font-weight: 500;
}

.igpv-section-wrap .igpv-card {
  opacity: 1;
  transform: translateY(0);
}

.igpv-section-wrap.igpv-js .igpv-card {
  opacity: 0;
  transform: translateY(18px);
}

.igpv-section-wrap.igpv-js .igpv-card.igpv-visible {
  opacity: 1;
  transform: translateY(0);
}

.igpv-section-wrap.igpv-js .igpv-card.igpv-visible:hover {
  transform: translateY(-7px) scale(1.01);
}

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

  .igpv-section-wrap .igpv-container {
    padding: 0 24px;
  }

  .igpv-section-wrap .igpv-heading {
    font-size: 42px;
    white-space: nowrap;
  }

  .igpv-section-wrap .igpv-intro {
    font-size: 17px;
  }

  .igpv-section-wrap .igpv-grid {
    gap: 24px;
    margin-top: 42px;
  }

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

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

  .igpv-section-wrap .igpv-card {
    min-height: 292px;
    padding: 34px 26px 30px;
    border-radius: 24px;
  }

  .igpv-section-wrap .igpv-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 24px;
  }

  .igpv-section-wrap .igpv-i {
    font-size: 27px;
  }

  .igpv-section-wrap .igpv-card h3 {
    font-size: 21px;
  }

  .igpv-section-wrap .igpv-card p {
    margin-top: 13px;
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .igpv-section-wrap .igpv-band {
    padding: 68px 0;
  }

  .igpv-section-wrap .igpv-container {
    padding: 0 22px;
  }

  .igpv-section-wrap .igpv-heading {
    font-size: 34px;
  }

  .igpv-section-wrap .igpv-intro {
    font-size: 16px;
  }

  .igpv-section-wrap .igpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
  }

  .igpv-section-wrap .igpv-card {
    min-height: 268px;
    padding: 30px 22px 26px;
    border-radius: 22px;
  }

  .igpv-section-wrap .igpv-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 21px;
  }

  .igpv-section-wrap .igpv-i {
    font-size: 24px;
  }

  .igpv-section-wrap .igpv-card h3 {
    font-size: 19px;
  }

  .igpv-section-wrap .igpv-card p {
    margin-top: 12px;
    font-size: 14px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .igpv-section-wrap .igpv-band {
    padding: 48px 0;
  }

  .igpv-section-wrap .igpv-container {
    padding: 0 16px;
  }

  .igpv-section-wrap .igpv-heading {
    font-size: 27px;
  }

  .igpv-section-wrap .igpv-heading span {
    display: block;
  }

  .igpv-section-wrap .igpv-intro {
    font-size: 14px;
    line-height: 1.55;
  }

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

  .igpv-section-wrap .igpv-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }

  .igpv-section-wrap .igpv-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
  }

  .igpv-section-wrap .igpv-i {
    font-size: 20px;
  }

  .igpv-section-wrap .igpv-card h3 {
    font-size: 16px;
  }

  .igpv-section-wrap .igpv-card p {
    margin-top: 9px;
    font-size: 12.5px;
    line-height: 1.48;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .igpv-section-wrap .igpv-band {
    padding: 42px 0;
  }

  .igpv-section-wrap .igpv-container {
    padding: 0 12px;
  }

  .igpv-section-wrap .igpv-heading {
    font-size: 24px;
  }

  .igpv-section-wrap .igpv-heading span {
    display: block;
  }

  .igpv-section-wrap .igpv-intro {
    font-size: 13px;
    line-height: 1.5;
  }

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

  .igpv-section-wrap .igpv-card {
    min-height: 224px;
    padding: 19px 11px 17px;
    border-radius: 16px;
  }

  .igpv-section-wrap .igpv-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
  }

  .igpv-section-wrap .igpv-i {
    font-size: 18px;
  }

  .igpv-section-wrap .igpv-card h3 {
    font-size: 14.5px;
  }

  .igpv-section-wrap .igpv-card p {
    margin-top: 8px;
    font-size: 11.5px;
    line-height: 1.43;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .igpv-section-wrap .igpv-band {
    padding: 36px 0;
  }

  .igpv-section-wrap .igpv-container {
    padding: 0 9px;
  }

  .igpv-section-wrap .igpv-heading {
    font-size: 21px;
  }

  .igpv-section-wrap .igpv-heading span {
    display: block;
  }

  .igpv-section-wrap .igpv-intro {
    font-size: 12px;
    line-height: 1.46;
  }

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

  .igpv-section-wrap .igpv-card {
    min-height: 218px;
    padding: 17px 8px 15px;
    border-radius: 14px;
  }

  .igpv-section-wrap .igpv-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
  }

  .igpv-section-wrap .igpv-i {
    font-size: 16px;
  }

  .igpv-section-wrap .igpv-card h3 {
    font-size: 13px;
  }

  .igpv-section-wrap .igpv-card p {
    margin-top: 7px;
    font-size: 10.7px;
    line-height: 1.38;
  }
}

@media (max-width: 319px) {
  .igpv-section-wrap .igpv-grid {
    grid-template-columns: 1fr;
  }
}