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

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

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

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

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

.igwv-content-wrap .igwv-section-soft {
  background:
    radial-gradient(circle at 12% 12%, rgba(236, 72, 153, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(99, 102, 241, 0.08), transparent 32%),
    #faf8fc;
}

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

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

.igwv-content-wrap .igwv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(225, 29, 116, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.11), rgba(99, 102, 241, 0.1));
  color: #b51668;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.igwv-content-wrap .igwv-section-head h2 {
  margin: 0;
  color: #141827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.igwv-content-wrap .igwv-section-head p {
  margin: 16px auto 0;
  color: #5b6475;
  font-weight: 400;
  line-height: 1.7;
}

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

.igwv-content-wrap .igwv-card,
.igwv-content-wrap .igwv-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(31, 41, 55, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(18, 24, 38, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.igwv-content-wrap .igwv-card::before,
.igwv-content-wrap .igwv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.12), rgba(99, 102, 241, 0.1), transparent 44%);
  opacity: 0;
  transition: opacity 240ms ease;
}

.igwv-content-wrap .igwv-card:hover,
.igwv-content-wrap .igwv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(225, 29, 116, 0.2);
  box-shadow: 0 24px 60px rgba(18, 24, 38, 0.13);
}

.igwv-content-wrap .igwv-card:hover::before,
.igwv-content-wrap .igwv-trust-card:hover::before {
  opacity: 1;
}

.igwv-content-wrap .igwv-card h3,
.igwv-content-wrap .igwv-trust-card h3,
.igwv-content-wrap .igwv-step-content h3 {
  position: relative;
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.igwv-content-wrap .igwv-card p,
.igwv-content-wrap .igwv-trust-card p,
.igwv-content-wrap .igwv-step-content p {
  position: relative;
  margin: 10px 0 0;
  color: #667085;
  font-weight: 400;
  line-height: 1.68;
}

.igwv-content-wrap .igwv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f43f8f, #7c3aed);
  box-shadow: 0 14px 28px rgba(236, 72, 153, 0.22);
}

.igwv-content-wrap .igwv-icon::before,
.igwv-content-wrap .igwv-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.igwv-content-wrap .igwv-icon-view::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 50%;
  opacity: 0.95;
}

.igwv-content-wrap .igwv-icon-view::after {
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #7c3aed;
}

.igwv-content-wrap .igwv-icon-speed::before {
  width: 22px;
  height: 4px;
  left: 12px;
  top: 15px;
  border-radius: 999px;
}

.igwv-content-wrap .igwv-icon-speed::after {
  width: 16px;
  height: 4px;
  left: 18px;
  top: 26px;
  border-radius: 999px;
}

.igwv-content-wrap .igwv-icon-preview::before {
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border-radius: 6px;
}

.igwv-content-wrap .igwv-icon-preview::after {
  width: 10px;
  height: 3px;
  left: 18px;
  top: 22px;
  border-radius: 999px;
  background: #f43f8f;
}

.igwv-content-wrap .igwv-icon-simple::before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
}

.igwv-content-wrap .igwv-icon-simple::after {
  width: 12px;
  height: 6px;
  left: 17px;
  top: 20px;
  border-left: 3px solid #7c3aed;
  border-bottom: 3px solid #7c3aed;
  transform: rotate(-45deg);
  background: transparent;
}

.igwv-content-wrap .igwv-icon-mobile::before {
  width: 16px;
  height: 24px;
  left: 15px;
  top: 11px;
  border-radius: 6px;
}

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

.igwv-content-wrap .igwv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
}

.igwv-content-wrap .igwv-icon-daily::after {
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 999px;
  background: #f43f8f;
}

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

.igwv-content-wrap .igwv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(31, 41, 55, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(18, 24, 38, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.igwv-content-wrap .igwv-step-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f43f8f, #7c3aed);
}

.igwv-content-wrap .igwv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(124, 58, 237, 0.2);
  box-shadow: 0 24px 60px rgba(18, 24, 38, 0.12);
}

.igwv-content-wrap .igwv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #f43f8f, #7c3aed);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(124, 58, 237, 0.24);
}

.igwv-content-wrap .igwv-badge-dot {
  position: relative;
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(244, 63, 143, 0.16), rgba(124, 58, 237, 0.16));
}

.igwv-content-wrap .igwv-badge-dot::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f43f8f, #7c3aed);
}

.igwv-content-wrap .igwv-trust-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f43f8f, #7c3aed);
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(236, 72, 153, 0.22);
}

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

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

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

  .igwv-content-wrap .igwv-container {
    padding: 0 14px;
  }

  .igwv-content-wrap .igwv-section-head h2 {
    font-size: 26px;
  }

  .igwv-content-wrap .igwv-section-head p {
    font-size: 14px;
  }

  .igwv-content-wrap .igwv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .igwv-content-wrap .igwv-card,
  .igwv-content-wrap .igwv-trust-card {
    padding: 22px;
  }

  .igwv-content-wrap .igwv-card h3,
  .igwv-content-wrap .igwv-trust-card h3,
  .igwv-content-wrap .igwv-step-content h3 {
    font-size: 18px;
  }

  .igwv-content-wrap .igwv-card p,
  .igwv-content-wrap .igwv-trust-card p,
  .igwv-content-wrap .igwv-step-content p {
    font-size: 14px;
  }

  .igwv-content-wrap .igwv-steps {
    gap: 16px;
    margin-top: 30px;
  }

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

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

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

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

  .igwv-content-wrap .igwv-section-head h2 {
    font-size: 29px;
  }

  .igwv-content-wrap .igwv-section-head p {
    font-size: 15px;
  }

  .igwv-content-wrap .igwv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .igwv-content-wrap .igwv-card,
  .igwv-content-wrap .igwv-trust-card {
    padding: 24px;
  }

  .igwv-content-wrap .igwv-card h3,
  .igwv-content-wrap .igwv-trust-card h3,
  .igwv-content-wrap .igwv-step-content h3 {
    font-size: 19px;
  }

  .igwv-content-wrap .igwv-card p,
  .igwv-content-wrap .igwv-trust-card p,
  .igwv-content-wrap .igwv-step-content p {
    font-size: 15px;
  }

  .igwv-content-wrap .igwv-steps {
    gap: 18px;
    margin-top: 34px;
  }

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

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

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

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

  .igwv-content-wrap .igwv-section-head h2 {
    font-size: 33px;
  }

  .igwv-content-wrap .igwv-section-head p {
    font-size: 16px;
  }

  .igwv-content-wrap .igwv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

  .igwv-content-wrap .igwv-card,
  .igwv-content-wrap .igwv-trust-card {
    padding: 26px;
  }

  .igwv-content-wrap .igwv-card h3,
  .igwv-content-wrap .igwv-trust-card h3,
  .igwv-content-wrap .igwv-step-content h3 {
    font-size: 20px;
  }

  .igwv-content-wrap .igwv-card p,
  .igwv-content-wrap .igwv-trust-card p,
  .igwv-content-wrap .igwv-step-content p {
    font-size: 15px;
  }

  .igwv-content-wrap .igwv-steps {
    gap: 20px;
    margin-top: 38px;
  }

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

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

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

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

  .igwv-content-wrap .igwv-section-head h2 {
    font-size: 40px;
  }

  .igwv-content-wrap .igwv-section-head p {
    font-size: 17px;
  }

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

  .igwv-content-wrap .igwv-card,
  .igwv-content-wrap .igwv-trust-card {
    padding: 28px;
  }

  .igwv-content-wrap .igwv-card h3,
  .igwv-content-wrap .igwv-trust-card h3,
  .igwv-content-wrap .igwv-step-content h3 {
    font-size: 21px;
  }

  .igwv-content-wrap .igwv-card p,
  .igwv-content-wrap .igwv-trust-card p,
  .igwv-content-wrap .igwv-step-content p {
    font-size: 15px;
  }

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

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

  .igwv-content-wrap .igwv-step-number {
    width: 72px;
    height: 72px;
    font-size: 20px;
  }
}

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

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

  .igwv-content-wrap .igwv-section-head h2 {
    font-size: 46px;
  }

  .igwv-content-wrap .igwv-section-head p {
    font-size: 18px;
  }

  .igwv-content-wrap .igwv-grid-six,
  .igwv-content-wrap .igwv-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }

  .igwv-content-wrap .igwv-card,
  .igwv-content-wrap .igwv-trust-card {
    padding: 30px;
  }

  .igwv-content-wrap .igwv-card h3,
  .igwv-content-wrap .igwv-trust-card h3,
  .igwv-content-wrap .igwv-step-content h3 {
    font-size: 22px;
  }

  .igwv-content-wrap .igwv-card p,
  .igwv-content-wrap .igwv-trust-card p,
  .igwv-content-wrap .igwv-step-content p {
    font-size: 16px;
  }

  .igwv-content-wrap .igwv-steps {
    gap: 22px;
    margin-top: 50px;
  }

  .igwv-content-wrap .igwv-step-card {
    gap: 28px;
    padding: 32px 34px;
  }

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