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

.igsv-content {
  width: 100%;
  overflow-x: hidden;
  color: #162033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

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

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

.igsv-content .igsv-section-soft {
  background:
    radial-gradient(circle at 12% 10%, rgba(225, 48, 108, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(131, 58, 180, 0.07), transparent 34%),
    #f8f7fb;
}

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

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

.igsv-content .igsv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(225, 48, 108, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.1), rgba(252, 175, 69, 0.12));
  color: #a81d55;
  font-weight: 750;
  line-height: 1.2;
}

.igsv-content .igsv-heading h2 {
  margin: 0;
  color: #121827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.igsv-content .igsv-heading p {
  margin: 16px auto 0;
  color: #5d6678;
  font-weight: 450;
  line-height: 1.75;
}

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

.igsv-content .igsv-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(28, 38, 58, 0.09);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffefe 100%);
  box-shadow: 0 18px 48px rgba(22, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

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

.igsv-content .igsv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(225, 48, 108, 0.24);
  box-shadow: 0 24px 70px rgba(22, 32, 51, 0.13);
}

.igsv-content .igsv-card h3 {
  margin: 18px 0 0;
  color: #171f31;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.igsv-content .igsv-card p {
  margin: 10px 0 0;
  color: #637084;
  font-weight: 430;
  line-height: 1.7;
}

.igsv-content .igsv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #833ab4, #e1306c 55%, #fcaf45);
  box-shadow: 0 14px 26px rgba(225, 48, 108, 0.22);
  transition: transform 260ms ease;
}

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

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

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

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

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

.igsv-content .igsv-icon-speed::after {
  width: 12px;
  height: 2px;
  left: 21px;
  top: 23px;
  background: #ffffff;
  transform: rotate(-30deg);
  border-radius: 5px;
}

.igsv-content .igsv-icon-preview::before {
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

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

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

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

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

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

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

.igsv-content .igsv-icon-daily::after {
  width: 12px;
  height: 2px;
  left: 17px;
  top: 22px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 6px 0 #ffffff;
}

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

.igsv-content .igsv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(131, 58, 180, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 253, 0.96)),
    #ffffff;
  box-shadow: 0 18px 54px rgba(22, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.igsv-content .igsv-step-card::after {
  content: "";
  position: absolute;
  left: 38px;
  top: 78px;
  bottom: -20px;
  width: 2px;
  background: linear-gradient(180deg, rgba(225, 48, 108, 0.24), transparent);
}

.igsv-content .igsv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(225, 48, 108, 0.28);
  box-shadow: 0 26px 70px rgba(22, 32, 51, 0.12);
}

.igsv-content .igsv-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  background: linear-gradient(135deg, #833ab4, #e1306c 58%, #fcaf45);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 18px 38px rgba(225, 48, 108, 0.24);
}

.igsv-content .igsv-step-content h3 {
  margin: 2px 0 0;
  color: #151d2d;
  font-weight: 830;
  line-height: 1.22;
  letter-spacing: 0;
}

.igsv-content .igsv-step-content p {
  margin: 9px 0 0;
  color: #5f6b7f;
  font-weight: 430;
  line-height: 1.7;
}

.igsv-content .igsv-use-card {
  background:
    radial-gradient(circle at right top, rgba(252, 175, 69, 0.12), transparent 36%),
    #ffffff;
}

.igsv-content .igsv-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(131, 58, 180, 0.08);
  color: #7f2ca6;
  font-weight: 780;
  line-height: 1.2;
}

.igsv-content .igsv-trust-card {
  background:
    linear-gradient(180deg, #ffffff, #fffafd),
    #ffffff;
}

.igsv-content .igsv-trust-dot {
  display: inline-flex;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, #833ab4, #e1306c, #fcaf45);
  box-shadow: 0 0 0 8px rgba(225, 48, 108, 0.1);
}

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

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

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

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

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

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

  .igsv-content .igsv-kicker {
    font-size: 12px;
  }

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

  .igsv-content .igsv-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

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

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

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

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

  .igsv-content .igsv-step-card::after {
    display: none;
  }

  .igsv-content .igsv-step-number {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    font-size: 18px;
  }

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

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

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

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

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

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

  .igsv-content .igsv-kicker {
    font-size: 12.5px;
  }

  .igsv-content .igsv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .igsv-content .igsv-card {
    padding: 26px 22px;
    border-radius: 20px;
  }

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

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

  .igsv-content .igsv-steps {
    gap: 18px;
    margin-top: 32px;
  }

  .igsv-content .igsv-step-card {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px 22px;
    border-radius: 20px;
  }

  .igsv-content .igsv-step-card::after {
    display: none;
  }

  .igsv-content .igsv-step-number {
    width: 64px;
    height: 64px;
    border-radius: 19px;
    font-size: 19px;
  }

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

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

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

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

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

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

  .igsv-content .igsv-kicker {
    font-size: 13px;
  }

  .igsv-content .igsv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

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

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

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

  .igsv-content .igsv-steps {
    gap: 20px;
    margin-top: 36px;
  }

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

  .igsv-content .igsv-step-card::after {
    display: none;
  }

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

  .igsv-content .igsv-step-content h3 {
    font-size: 21px;
  }

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

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

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

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

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

  .igsv-content .igsv-kicker {
    font-size: 13px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .igsv-content .igsv-kicker {
    font-size: 13px;
  }

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

  .igsv-content .igsv-grid {
    gap: 24px;
    margin-top: 48px;
  }

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

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

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

  .igsv-content .igsv-steps {
    gap: 24px;
    margin-top: 48px;
  }

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

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

  .igsv-content .igsv-step-content h3 {
    font-size: 24px;
  }

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