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

.igpv-bottom-content {
  width: 100%;
  overflow: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

.igpv-bottom-content,
.igpv-bottom-content section,
.igpv-bottom-content div,
.igpv-bottom-content article,
.igpv-bottom-content span,
.igpv-bottom-content h2,
.igpv-bottom-content h3,
.igpv-bottom-content p {
  box-sizing: border-box;
}

.igpv-bottom-content .igpv-section {
  position: relative;
}

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

.igpv-bottom-content .igpv-section-soft {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 84, 156, 0.1), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(121, 80, 242, 0.1), transparent 28%),
    #faf8fc;
}

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

.igpv-bottom-content .igpv-section-head {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.igpv-bottom-content .igpv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 14px;
  padding: 7px 13px;
  border: 1px solid rgba(224, 60, 139, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 84, 156, 0.1), rgba(121, 80, 242, 0.1));
  color: #9a286c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.igpv-bottom-content .igpv-section-head h2 {
  margin: 0;
  color: #141827;
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: 0;
}

.igpv-bottom-content .igpv-section-head p {
  margin: 16px auto 0;
  max-width: 690px;
  color: #5f6678;
  font-weight: 400;
}

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

.igpv-bottom-content .igpv-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(31, 41, 55, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 84, 156, 0.28), rgba(121, 80, 242, 0.18), rgba(255, 185, 86, 0.18)) border-box;
  box-shadow: 0 18px 45px rgba(22, 25, 38, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.igpv-bottom-content .igpv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 84, 156, 0.08), rgba(121, 80, 242, 0.06));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.igpv-bottom-content .igpv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(224, 60, 139, 0.22);
  box-shadow: 0 24px 65px rgba(59, 35, 91, 0.13);
}

.igpv-bottom-content .igpv-card:hover::before {
  opacity: 1;
}

.igpv-bottom-content .igpv-card h3 {
  position: relative;
  margin: 0;
  color: #171b2c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.igpv-bottom-content .igpv-card p {
  position: relative;
  margin: 10px 0 0;
  color: #626a7d;
  line-height: 1.62;
}

.igpv-bottom-content .igpv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4f9a, #8b5cf6 62%, #ffb84d);
  box-shadow: 0 14px 26px rgba(153, 65, 167, 0.24);
  transition: transform 260ms ease;
}

.igpv-bottom-content .igpv-card:hover .igpv-icon {
  transform: translateY(-2px) scale(1.04);
}

.igpv-bottom-content .igpv-icon::before,
.igpv-bottom-content .igpv-icon::after {
  content: "";
  position: absolute;
  border-color: #ffffff;
}

.igpv-bottom-content .igpv-icon-view::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 14px;
}

.igpv-bottom-content .igpv-icon-view::after {
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}

.igpv-bottom-content .igpv-icon-fast::before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.igpv-bottom-content .igpv-icon-fast::after {
  width: 10px;
  height: 2px;
  left: 23px;
  top: 22px;
  background: #ffffff;
  transform: rotate(-30deg);
  transform-origin: left center;
}

.igpv-bottom-content .igpv-icon-preview::before {
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.igpv-bottom-content .igpv-icon-preview::after {
  width: 11px;
  height: 7px;
  left: 17px;
  top: 20px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-12deg);
}

.igpv-bottom-content .igpv-icon-steps::before {
  width: 5px;
  height: 5px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}

.igpv-bottom-content .igpv-icon-steps::after {
  width: 17px;
  height: 2px;
  left: 23px;
  top: 15px;
  background: #ffffff;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}

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

.igpv-bottom-content .igpv-icon-mobile::after {
  width: 4px;
  height: 4px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
  background: #ffffff;
}

.igpv-bottom-content .igpv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.igpv-bottom-content .igpv-icon-daily::after {
  width: 9px;
  height: 7px;
  left: 19px;
  top: 18px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.igpv-bottom-content .igpv-icon-signup::before {
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.igpv-bottom-content .igpv-icon-signup::after {
  width: 10px;
  height: 2px;
  left: 18px;
  top: 22px;
  background: #ffffff;
}

.igpv-bottom-content .igpv-icon-clean::before {
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.igpv-bottom-content .igpv-icon-clean::after {
  width: 12px;
  height: 2px;
  left: 17px;
  top: 21px;
  background: #ffffff;
  box-shadow: 0 5px 0 rgba(255, 255, 255, 0.85);
}

.igpv-bottom-content .igpv-icon-privacy::before {
  width: 20px;
  height: 16px;
  left: 13px;
  top: 18px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.igpv-bottom-content .igpv-icon-privacy::after {
  width: 12px;
  height: 10px;
  left: 17px;
  top: 11px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

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

.igpv-bottom-content .igpv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(31, 41, 55, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(22, 25, 38, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.igpv-bottom-content .igpv-step-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff4f9a, #8b5cf6, #ffb84d);
}

.igpv-bottom-content .igpv-step-card:hover {
  transform: translateX(4px);
  box-shadow: 0 24px 64px rgba(59, 35, 91, 0.13);
}

.igpv-bottom-content .igpv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4f9a, #8b5cf6 65%, #ffb84d);
  box-shadow: 0 16px 30px rgba(153, 65, 167, 0.24);
}

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

.igpv-bottom-content .igpv-step-content h3 {
  margin: 0;
  color: #171b2c;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}

.igpv-bottom-content .igpv-step-content p {
  margin: 8px 0 0;
  color: #626a7d;
  line-height: 1.65;
}

.igpv-bottom-content .igpv-badge-dot {
  position: relative;
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 84, 156, 0.13), rgba(121, 80, 242, 0.13));
}

.igpv-bottom-content .igpv-badge-dot::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4f9a, #8b5cf6);
  box-shadow: 0 0 0 7px rgba(255, 84, 156, 0.1);
}

.igpv-bottom-content .igpv-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.9)) padding-box,
    linear-gradient(135deg, rgba(255, 84, 156, 0.32), rgba(121, 80, 242, 0.2), rgba(255, 185, 86, 0.22)) border-box;
}

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

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

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

  .igpv-bottom-content .igpv-container {
    padding: 0 14px;
  }

  .igpv-bottom-content .igpv-section-head h2 {
    font-size: 27px;
  }

  .igpv-bottom-content .igpv-section-head p {
    font-size: 15px;
  }

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

  .igpv-bottom-content .igpv-card {
    padding: 22px;
    border-radius: 20px;
  }

  .igpv-bottom-content .igpv-card h3 {
    font-size: 18px;
  }

  .igpv-bottom-content .igpv-card p {
    font-size: 14px;
  }

  .igpv-bottom-content .igpv-steps {
    gap: 16px;
    margin-top: 30px;
  }

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

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

  .igpv-bottom-content .igpv-step-content h3 {
    font-size: 18px;
  }

  .igpv-bottom-content .igpv-step-content p {
    font-size: 14px;
  }
}

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

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

  .igpv-bottom-content .igpv-section-head h2 {
    font-size: 30px;
  }

  .igpv-bottom-content .igpv-section-head p {
    font-size: 15.5px;
  }

  .igpv-bottom-content .igpv-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .igpv-bottom-content .igpv-card {
    padding: 24px;
  }

  .igpv-bottom-content .igpv-card h3 {
    font-size: 19px;
  }

  .igpv-bottom-content .igpv-card p {
    font-size: 14.5px;
  }

  .igpv-bottom-content .igpv-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .igpv-bottom-content .igpv-step-card {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }

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

  .igpv-bottom-content .igpv-step-content h3 {
    font-size: 19px;
  }

  .igpv-bottom-content .igpv-step-content p {
    font-size: 14.5px;
  }
}

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

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

  .igpv-bottom-content .igpv-section-head h2 {
    font-size: 34px;
  }

  .igpv-bottom-content .igpv-section-head p {
    font-size: 16px;
  }

  .igpv-bottom-content .igpv-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

  .igpv-bottom-content .igpv-card {
    padding: 26px;
  }

  .igpv-bottom-content .igpv-card h3 {
    font-size: 20px;
  }

  .igpv-bottom-content .igpv-card p {
    font-size: 15px;
  }

  .igpv-bottom-content .igpv-steps {
    gap: 20px;
    margin-top: 38px;
  }

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

  .igpv-bottom-content .igpv-step-number {
    width: 66px;
    height: 66px;
    font-size: 20px;
  }

  .igpv-bottom-content .igpv-step-content h3 {
    font-size: 20px;
  }

  .igpv-bottom-content .igpv-step-content p {
    font-size: 15px;
  }
}

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

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

  .igpv-bottom-content .igpv-section-head h2 {
    font-size: 40px;
  }

  .igpv-bottom-content .igpv-section-head p {
    font-size: 17px;
  }

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

  .igpv-bottom-content .igpv-card {
    padding: 28px;
  }

  .igpv-bottom-content .igpv-card h3 {
    font-size: 21px;
  }

  .igpv-bottom-content .igpv-card p {
    font-size: 15.5px;
  }

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

  .igpv-bottom-content .igpv-step-card {
    grid-template-columns: 78px 1fr;
    gap: 24px;
    padding: 28px 30px;
  }

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

  .igpv-bottom-content .igpv-step-content h3 {
    font-size: 22px;
  }

  .igpv-bottom-content .igpv-step-content p {
    font-size: 15.5px;
  }
}

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

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

  .igpv-bottom-content .igpv-section-head h2 {
    font-size: 46px;
  }

  .igpv-bottom-content .igpv-section-head p {
    font-size: 18px;
  }

  .igpv-bottom-content .igpv-card-grid {
    gap: 24px;
    margin-top: 48px;
  }

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

  .igpv-bottom-content .igpv-card {
    padding: 30px;
  }

  .igpv-bottom-content .igpv-card h3 {
    font-size: 22px;
  }

  .igpv-bottom-content .igpv-card p {
    font-size: 16px;
  }

  .igpv-bottom-content .igpv-steps {
    gap: 22px;
    margin-top: 48px;
  }

  .igpv-bottom-content .igpv-step-card {
    grid-template-columns: 84px 1fr;
    gap: 28px;
    padding: 30px 34px;
  }

  .igpv-bottom-content .igpv-step-number {
    width: 84px;
    height: 84px;
    font-size: 23px;
  }

  .igpv-bottom-content .igpv-step-content h3 {
    font-size: 23px;
  }

  .igpv-bottom-content .igpv-step-content p {
    font-size: 16px;
  }
}