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

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

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

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

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

.igsv-content-wrap .igsv-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 91, 141, 0.08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(123, 92, 255, 0.08), transparent 30%),
    #faf8fc;
}

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

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

.igsv-content-wrap .igsv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(231, 72, 135, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 91, 141, 0.1), rgba(123, 92, 255, 0.1));
  color: #b32669;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.igsv-content-wrap .igsv-heading-block h2 {
  margin: 0;
  color: #151827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

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

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

.igsv-content-wrap .igsv-card,
.igsv-content-wrap .igsv-trust-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(25, 32, 52, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(34, 24, 54, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.igsv-content-wrap .igsv-card::before,
.igsv-content-wrap .igsv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #ff5b8d, #f58529, #7b5cff);
  opacity: 0.9;
}

.igsv-content-wrap .igsv-card:hover,
.igsv-content-wrap .igsv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(231, 72, 135, 0.22);
  box-shadow: 0 24px 58px rgba(34, 24, 54, 0.13);
}

.igsv-content-wrap .igsv-card h3,
.igsv-content-wrap .igsv-trust-card h3,
.igsv-content-wrap .igsv-step-card h3 {
  margin: 0;
  color: #171b2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.igsv-content-wrap .igsv-card p,
.igsv-content-wrap .igsv-trust-card p,
.igsv-content-wrap .igsv-step-card p,
.igsv-content-wrap .igsv-note p {
  margin: 10px 0 0;
  color: #5d6576;
  font-weight: 400;
  line-height: 1.68;
}

.igsv-content-wrap .igsv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff5b8d, #f58529 48%, #7b5cff);
  box-shadow: 0 12px 24px rgba(231, 72, 135, 0.22);
  transition: transform 260ms ease;
}

.igsv-content-wrap .igsv-card:hover .igsv-icon {
  transform: translateY(-2px) rotate(-3deg);
}

.igsv-content-wrap .igsv-icon::before,
.igsv-content-wrap .igsv-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.igsv-content-wrap .igsv-icon-eye::before {
  width: 24px;
  height: 14px;
  left: 11px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.igsv-content-wrap .igsv-icon-eye::after {
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}

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

.igsv-content-wrap .igsv-icon-speed::after {
  width: 12px;
  height: 2px;
  left: 23px;
  top: 23px;
  background: #ffffff;
  transform: rotate(-35deg);
  transform-origin: left center;
  border-radius: 999px;
}

.igsv-content-wrap .igsv-icon-frame::before {
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.igsv-content-wrap .igsv-icon-frame::after {
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #ffffff;
}

.igsv-content-wrap .igsv-icon-steps::before {
  width: 20px;
  height: 2px;
  left: 15px;
  top: 15px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
  border-radius: 999px;
}

.igsv-content-wrap .igsv-icon-steps::after {
  width: 4px;
  height: 4px;
  left: 9px;
  top: 14px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
  border-radius: 50%;
}

.igsv-content-wrap .igsv-icon-mobile::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 9px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.igsv-content-wrap .igsv-icon-mobile::after {
  width: 5px;
  height: 2px;
  left: 21px;
  top: 30px;
  background: #ffffff;
  border-radius: 999px;
}

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

.igsv-content-wrap .igsv-icon-daily::after {
  width: 12px;
  height: 8px;
  left: 17px;
  top: 18px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.igsv-content-wrap .igsv-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.igsv-content-wrap .igsv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(25, 32, 52, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(34, 24, 54, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.igsv-content-wrap .igsv-step-card::after {
  content: "";
  position: absolute;
  top: -54px;
  right: -54px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 91, 141, 0.14), rgba(123, 92, 255, 0.14));
}

.igsv-content-wrap .igsv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(123, 92, 255, 0.2);
  box-shadow: 0 24px 60px rgba(34, 24, 54, 0.13);
}

.igsv-content-wrap .igsv-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff5b8d, #f58529 52%, #7b5cff);
  box-shadow: 0 14px 28px rgba(231, 72, 135, 0.22);
}

.igsv-content-wrap .igsv-step-content {
  position: relative;
  z-index: 1;
}

.igsv-content-wrap .igsv-badge-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5b8d, #7b5cff);
  box-shadow: 0 0 0 8px rgba(255, 91, 141, 0.1), 0 12px 22px rgba(123, 92, 255, 0.18);
}

.igsv-content-wrap .igsv-trust-mark {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 91, 141, 0.14), rgba(123, 92, 255, 0.14));
}

.igsv-content-wrap .igsv-trust-mark::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 10px;
  left: 14px;
  top: 17px;
  border-left: 3px solid #b32669;
  border-bottom: 3px solid #b32669;
  transform: rotate(-45deg);
  border-radius: 1px;
}

.igsv-content-wrap .igsv-note {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(231, 72, 135, 0.16);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 91, 141, 0.08), rgba(245, 133, 41, 0.06), rgba(123, 92, 255, 0.08));
  text-align: center;
}

.igsv-content-wrap .igsv-note p {
  margin: 0;
  color: #3f4657;
}

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

.igsv-content-wrap .igsv-reveal.igsv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

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

  .igsv-content-wrap .igsv-heading-block h2 {
    font-size: 25px;
  }

  .igsv-content-wrap .igsv-heading-block p {
    font-size: 14px;
  }

  .igsv-content-wrap .igsv-card-grid,
  .igsv-content-wrap .igsv-step-list {
    gap: 16px;
    margin-top: 30px;
  }

  .igsv-content-wrap .igsv-grid-three,
  .igsv-content-wrap .igsv-grid-trust {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .igsv-content-wrap .igsv-note {
    margin-top: 24px;
    padding: 18px;
  }
}

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

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

  .igsv-content-wrap .igsv-heading-block h2 {
    font-size: 28px;
  }

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

  .igsv-content-wrap .igsv-card-grid,
  .igsv-content-wrap .igsv-step-list {
    gap: 18px;
    margin-top: 32px;
  }

  .igsv-content-wrap .igsv-grid-three,
  .igsv-content-wrap .igsv-grid-trust {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .igsv-content-wrap .igsv-note {
    margin-top: 26px;
    padding: 20px;
  }
}

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

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

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

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

  .igsv-content-wrap .igsv-card-grid,
  .igsv-content-wrap .igsv-step-list {
    gap: 20px;
    margin-top: 36px;
  }

  .igsv-content-wrap .igsv-grid-three,
  .igsv-content-wrap .igsv-grid-trust {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .igsv-content-wrap .igsv-note {
    margin-top: 30px;
    padding: 22px;
  }
}

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

  .igsv-content-wrap .igsv-container {
    padding: 0 28px;
  }

  .igsv-content-wrap .igsv-heading-block h2 {
    font-size: 38px;
  }

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

  .igsv-content-wrap .igsv-card-grid,
  .igsv-content-wrap .igsv-step-list {
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

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

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

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

  .igsv-content-wrap .igsv-note {
    max-width: 860px;
    margin-top: 34px;
    padding: 24px 30px;
  }
}

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

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

  .igsv-content-wrap .igsv-heading-block h2 {
    font-size: 44px;
  }

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

  .igsv-content-wrap .igsv-card-grid,
  .igsv-content-wrap .igsv-step-list {
    gap: 24px;
    margin-top: 48px;
  }

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

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

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

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

  .igsv-content-wrap .igsv-step-card {
    gap: 28px;
    padding: 34px 36px;
  }

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

  .igsv-content-wrap .igsv-note {
    max-width: 900px;
    margin-top: 38px;
    padding: 26px 34px;
  }
}