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

.igsvd-content-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: #ffffff;
}

.igsvd-content-wrap,
.igsvd-content-wrap section,
.igsvd-content-wrap div,
.igsvd-content-wrap article {
  box-sizing: border-box;
}

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

.igsvd-content-wrap .igsvd-section-white {
  background:
    radial-gradient(circle at 12% 10%, rgba(245, 65, 126, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}

.igsvd-content-wrap .igsvd-section-soft {
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 149, 55, 0.1), transparent 28%),
    linear-gradient(180deg, #fff9f7 0%, #f8fbff 100%);
}

.igsvd-content-wrap .igsvd-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

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

.igsvd-content-wrap .igsvd-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(245, 65, 126, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(245, 65, 126, 0.09), rgba(255, 149, 55, 0.11));
  color: #b32960;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}

.igsvd-content-wrap .igsvd-heading h2 {
  margin: 0;
  color: #151c2f;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.igsvd-content-wrap .igsvd-heading p {
  margin: 16px auto 0;
  color: #5f687b;
  line-height: 1.7;
  font-weight: 450;
}

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

.igsvd-content-wrap .igsvd-card,
.igsvd-content-wrap .igsvd-trust-card,
.igsvd-content-wrap .igsvd-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(24, 32, 51, 0.08);
  box-shadow: 0 18px 42px rgba(37, 44, 67, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.igsvd-content-wrap .igsvd-card {
  height: 100%;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
}

.igsvd-content-wrap .igsvd-card::before,
.igsvd-content-wrap .igsvd-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(245, 65, 126, 0.16), rgba(255, 149, 55, 0.12), transparent 46%);
  opacity: 0;
  transition: opacity 240ms ease;
}

.igsvd-content-wrap .igsvd-card:hover,
.igsvd-content-wrap .igsvd-trust-card:hover,
.igsvd-content-wrap .igsvd-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 65, 126, 0.22);
  box-shadow: 0 24px 56px rgba(37, 44, 67, 0.13);
}

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

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

.igsvd-content-wrap .igsvd-card p,
.igsvd-content-wrap .igsvd-trust-card p,
.igsvd-content-wrap .igsvd-step-card p {
  position: relative;
  margin: 10px 0 0;
  color: #626b7d;
  line-height: 1.68;
  font-weight: 450;
}

.igsvd-content-wrap .igsvd-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #f5417e, #ff9537);
  box-shadow: 0 12px 24px rgba(245, 65, 126, 0.22);
}

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

.igsvd-content-wrap .igsvd-icon-play::before {
  width: 0;
  height: 0;
  left: 18px;
  top: 14px;
  border-left: 13px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  background: transparent;
}

.igsvd-content-wrap .igsvd-icon-flash::before {
  width: 14px;
  height: 24px;
  left: 17px;
  top: 11px;
  clip-path: polygon(55% 0, 100% 0, 62% 43%, 100% 43%, 35% 100%, 46% 55%, 0 55%);
}

.igsvd-content-wrap .igsvd-icon-frame::before {
  inset: 13px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}

.igsvd-content-wrap .igsvd-icon-route::before {
  width: 23px;
  height: 2px;
  left: 12px;
  top: 22px;
  border-radius: 99px;
}

.igsvd-content-wrap .igsvd-icon-route::after {
  width: 8px;
  height: 8px;
  right: 11px;
  top: 19px;
  border-radius: 50%;
}

.igsvd-content-wrap .igsvd-icon-mobile::before {
  width: 16px;
  height: 24px;
  left: 15px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}

.igsvd-content-wrap .igsvd-icon-bookmark::before {
  width: 16px;
  height: 23px;
  left: 15px;
  top: 11px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 74%, 0 100%);
}

.igsvd-content-wrap .igsvd-card:hover .igsvd-icon {
  transform: translateY(-2px);
}

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

.igsvd-content-wrap .igsvd-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(245, 65, 126, 0.42), rgba(255, 149, 55, 0.24)) border-box;
  border: 1px solid transparent;
}

.igsvd-content-wrap .igsvd-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #f5417e, #ff9537);
  box-shadow: 0 16px 30px rgba(245, 65, 126, 0.22);
}

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

.igsvd-content-wrap .igsvd-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f5417e, #ff9537);
  box-shadow: 0 0 0 8px rgba(245, 65, 126, 0.09);
}

.igsvd-content-wrap .igsvd-trust-card {
  height: 100%;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
}

.igsvd-content-wrap .igsvd-badge {
  position: relative;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #a6275b;
  background: rgba(245, 65, 126, 0.09);
  border: 1px solid rgba(245, 65, 126, 0.15);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

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

.igsvd-content-wrap .igsvd-reveal.igsvd-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) {
  .igsvd-content-wrap .igsvd-section {
    padding: 54px 0;
  }

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

  .igsvd-content-wrap .igsvd-heading h2 {
    font-size: 27px;
  }

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

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

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

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

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

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

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

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

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

  .igsvd-content-wrap .igsvd-heading h2 {
    font-size: 30px;
  }

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

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

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

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

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

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

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

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

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

  .igsvd-content-wrap .igsvd-heading h2 {
    font-size: 34px;
  }

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

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

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

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

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

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

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

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

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

  .igsvd-content-wrap .igsvd-heading h2 {
    font-size: 42px;
  }

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

  .igsvd-content-wrap .igsvd-grid {
    gap: 22px;
    margin-top: 46px;
  }

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

  .igsvd-content-wrap .igsvd-steps {
    gap: 20px;
    margin-top: 46px;
  }

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

  .igsvd-content-wrap .igsvd-step-card {
    gap: 22px;
    padding: 28px;
  }

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

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

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

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

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

  .igsvd-content-wrap .igsvd-heading h2 {
    font-size: 48px;
  }

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

  .igsvd-content-wrap .igsvd-grid {
    gap: 24px;
    margin-top: 52px;
  }

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

  .igsvd-content-wrap .igsvd-steps {
    gap: 22px;
    margin-top: 52px;
  }

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

  .igsvd-content-wrap .igsvd-step-card {
    gap: 26px;
    padding: 30px 34px;
  }

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

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

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