@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.igpv-content-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}

.igpv-content-wrap .igpv-section {
  position: relative;
  width: 100%;
}

.igpv-content-wrap .igpv-section-white {
  background: #ffffff;
}

.igpv-content-wrap .igpv-section-soft {
  background: linear-gradient(180deg, #fff8fb 0%, #f8fafc 100%);
}

.igpv-content-wrap .igpv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.igpv-content-wrap .igpv-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.igpv-content-wrap .igpv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 14px;
  padding: 7px 13px;
  border: 1px solid rgba(225, 48, 108, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(253, 29, 29, 0.08), rgba(131, 58, 180, 0.08));
  color: #b31d61;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.igpv-content-wrap .igpv-heading h2 {
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.igpv-content-wrap .igpv-heading p {
  margin: 16px auto 0;
  color: #596274;
  font-weight: 400;
  line-height: 1.7;
}

.igpv-content-wrap .igpv-card-grid {
  display: grid;
  align-items: stretch;
}

.igpv-content-wrap .igpv-card,
.igpv-content-wrap .igpv-benefit-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(18, 24, 39, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 42px rgba(20, 27, 44, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
}

.igpv-content-wrap .igpv-card::before,
.igpv-content-wrap .igpv-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #833ab4, #e1306c, #fd1d1d, #fcb045);
  opacity: 0.9;
}

.igpv-content-wrap .igpv-card:hover,
.igpv-content-wrap .igpv-benefit-card:hover {
  transform: translateY(-5px);
  border-color: rgba(225, 48, 108, 0.22);
  box-shadow: 0 22px 56px rgba(20, 27, 44, 0.12);
}

.igpv-content-wrap .igpv-card h3,
.igpv-content-wrap .igpv-benefit-card h3,
.igpv-content-wrap .igpv-step-copy h3 {
  margin: 0;
  color: #151c2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.igpv-content-wrap .igpv-card p,
.igpv-content-wrap .igpv-benefit-card p,
.igpv-content-wrap .igpv-step-copy p {
  margin: 10px 0 0;
  color: #5f6878;
  line-height: 1.7;
}

.igpv-content-wrap .igpv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(131, 58, 180, 0.14), rgba(225, 48, 108, 0.14));
  box-shadow: inset 0 0 0 1px rgba(225, 48, 108, 0.14);
}

.igpv-content-wrap .igpv-icon::before,
.igpv-content-wrap .igpv-icon::after {
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}

.igpv-content-wrap .igpv-card:hover .igpv-icon::before,
.igpv-content-wrap .igpv-card:hover .igpv-icon::after {
  transform: translateY(-1px);
}

.igpv-content-wrap .igpv-icon-window::before {
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border: 2px solid #d82f73;
  border-radius: 5px;
}

.igpv-content-wrap .igpv-icon-window::after {
  width: 5px;
  height: 5px;
  left: 30px;
  top: 12px;
  border-radius: 50%;
  background: #fcb045;
}

.igpv-content-wrap .igpv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #d82f73;
  border-radius: 50%;
  border-left-color: transparent;
}

.igpv-content-wrap .igpv-icon-speed::after {
  width: 12px;
  height: 2px;
  left: 23px;
  top: 23px;
  background: #833ab4;
  transform-origin: left center;
  transform: rotate(-28deg);
}

.igpv-content-wrap .igpv-icon-preview::before {
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border: 2px solid #d82f73;
  border-radius: 7px;
}

.igpv-content-wrap .igpv-icon-preview::after {
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #833ab4;
}

.igpv-content-wrap .igpv-icon-steps::before {
  width: 20px;
  height: 2px;
  left: 15px;
  top: 15px;
  background: #d82f73;
  box-shadow: 0 8px 0 #833ab4, 0 16px 0 #fcb045;
}

.igpv-content-wrap .igpv-icon-steps::after {
  width: 4px;
  height: 4px;
  left: 8px;
  top: 14px;
  border-radius: 50%;
  background: #d82f73;
  box-shadow: 0 8px 0 #833ab4, 0 16px 0 #fcb045;
}

.igpv-content-wrap .igpv-icon-mobile::before {
  width: 16px;
  height: 24px;
  left: 15px;
  top: 10px;
  border: 2px solid #d82f73;
  border-radius: 7px;
}

.igpv-content-wrap .igpv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 21px;
  top: 28px;
  border-radius: 50%;
  background: #833ab4;
}

.igpv-content-wrap .igpv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #d82f73;
  border-radius: 8px;
}

.igpv-content-wrap .igpv-icon-daily::after {
  width: 14px;
  height: 2px;
  left: 16px;
  top: 22px;
  background: #833ab4;
  box-shadow: 0 6px 0 #fcb045;
}

.igpv-content-wrap .igpv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.igpv-content-wrap .igpv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(131, 58, 180, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(225, 48, 108, 0.11), transparent 34%),
    #ffffff;
  box-shadow: 0 16px 44px rgba(20, 27, 44, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.igpv-content-wrap .igpv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(225, 48, 108, 0.24);
  box-shadow: 0 24px 58px rgba(20, 27, 44, 0.11);
}

.igpv-content-wrap .igpv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #833ab4, #e1306c 55%, #f77737);
  box-shadow: 0 16px 34px rgba(225, 48, 108, 0.25);
}

.igpv-content-wrap .igpv-step-copy {
  min-width: 0;
}

.igpv-content-wrap .igpv-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #833ab4, #e1306c, #fcb045);
  box-shadow: 0 0 0 8px rgba(225, 48, 108, 0.08);
}

.igpv-content-wrap .igpv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff3f8;
  color: #b31d61;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.igpv-content-wrap .igpv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.igpv-content-wrap .igpv-reveal.igpv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

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

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

  .igpv-content-wrap .igpv-heading h2 {
    font-size: 26px;
  }

  .igpv-content-wrap .igpv-heading p {
    font-size: 15px;
  }

  .igpv-content-wrap .igpv-card-grid,
  .igpv-content-wrap .igpv-steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .igpv-content-wrap .igpv-card,
  .igpv-content-wrap .igpv-benefit-card {
    padding: 24px 20px;
  }

  .igpv-content-wrap .igpv-card h3,
  .igpv-content-wrap .igpv-benefit-card h3,
  .igpv-content-wrap .igpv-step-copy h3 {
    font-size: 19px;
  }

  .igpv-content-wrap .igpv-card p,
  .igpv-content-wrap .igpv-benefit-card p,
  .igpv-content-wrap .igpv-step-copy p {
    font-size: 14px;
  }

  .igpv-content-wrap .igpv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }

  .igpv-content-wrap .igpv-step-number {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}

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

  .igpv-content-wrap .igpv-container {
    padding: 0 18px;
  }

  .igpv-content-wrap .igpv-heading h2 {
    font-size: 29px;
  }

  .igpv-content-wrap .igpv-heading p {
    font-size: 15.5px;
  }

  .igpv-content-wrap .igpv-card-grid,
  .igpv-content-wrap .igpv-steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .igpv-content-wrap .igpv-card,
  .igpv-content-wrap .igpv-benefit-card {
    padding: 26px 22px;
  }

  .igpv-content-wrap .igpv-card h3,
  .igpv-content-wrap .igpv-benefit-card h3,
  .igpv-content-wrap .igpv-step-copy h3 {
    font-size: 20px;
  }

  .igpv-content-wrap .igpv-card p,
  .igpv-content-wrap .igpv-benefit-card p,
  .igpv-content-wrap .igpv-step-copy p {
    font-size: 14.5px;
  }

  .igpv-content-wrap .igpv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }

  .igpv-content-wrap .igpv-step-number {
    width: 58px;
    height: 58px;
    font-size: 18px;
  }
}

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

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

  .igpv-content-wrap .igpv-heading h2 {
    font-size: 32px;
  }

  .igpv-content-wrap .igpv-heading p {
    font-size: 16px;
  }

  .igpv-content-wrap .igpv-card-grid,
  .igpv-content-wrap .igpv-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

  .igpv-content-wrap .igpv-card,
  .igpv-content-wrap .igpv-benefit-card {
    padding: 28px 24px;
  }

  .igpv-content-wrap .igpv-card h3,
  .igpv-content-wrap .igpv-benefit-card h3,
  .igpv-content-wrap .igpv-step-copy h3 {
    font-size: 21px;
  }

  .igpv-content-wrap .igpv-card p,
  .igpv-content-wrap .igpv-benefit-card p,
  .igpv-content-wrap .igpv-step-copy p {
    font-size: 15px;
  }

  .igpv-content-wrap .igpv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }

  .igpv-content-wrap .igpv-step-number {
    width: 62px;
    height: 62px;
    font-size: 19px;
  }
}

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

  .igpv-content-wrap .igpv-container {
    padding: 0 30px;
  }

  .igpv-content-wrap .igpv-heading h2 {
    font-size: 40px;
  }

  .igpv-content-wrap .igpv-heading p {
    font-size: 17px;
  }

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

  .igpv-content-wrap .igpv-steps {
    gap: 22px;
    margin-top: 44px;
  }

  .igpv-content-wrap .igpv-card,
  .igpv-content-wrap .igpv-benefit-card {
    padding: 30px 26px;
  }

  .igpv-content-wrap .igpv-card h3,
  .igpv-content-wrap .igpv-benefit-card h3,
  .igpv-content-wrap .igpv-step-copy h3 {
    font-size: 22px;
  }

  .igpv-content-wrap .igpv-card p,
  .igpv-content-wrap .igpv-benefit-card p,
  .igpv-content-wrap .igpv-step-copy p {
    font-size: 15.5px;
  }

  .igpv-content-wrap .igpv-step-card {
    gap: 24px;
    padding: 30px;
  }

  .igpv-content-wrap .igpv-step-number {
    width: 70px;
    height: 70px;
    font-size: 21px;
  }
}

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

  .igpv-content-wrap .igpv-container {
    padding: 0 32px;
  }

  .igpv-content-wrap .igpv-heading h2 {
    font-size: 46px;
  }

  .igpv-content-wrap .igpv-heading p {
    font-size: 18px;
  }

  .igpv-content-wrap .igpv-card-grid {
    gap: 24px;
    margin-top: 50px;
  }

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

  .igpv-content-wrap .igpv-steps {
    gap: 24px;
    margin-top: 50px;
  }

  .igpv-content-wrap .igpv-card,
  .igpv-content-wrap .igpv-benefit-card {
    padding: 32px 28px;
  }

  .igpv-content-wrap .igpv-card h3,
  .igpv-content-wrap .igpv-benefit-card h3,
  .igpv-content-wrap .igpv-step-copy h3 {
    font-size: 23px;
  }

  .igpv-content-wrap .igpv-card p,
  .igpv-content-wrap .igpv-benefit-card p,
  .igpv-content-wrap .igpv-step-copy p {
    font-size: 16px;
  }

  .igpv-content-wrap .igpv-step-card {
    gap: 28px;
    padding: 34px 38px;
  }

  .igpv-content-wrap .igpv-step-number {
    width: 76px;
    height: 76px;
    font-size: 22px;
  }
}