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

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

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

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

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

.igfv-content-wrap .igfv-section-soft {
  background: linear-gradient(180deg, #fbfafc 0%, #f6f7fb 100%);
}

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

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

.igfv-content-wrap .igfv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #a43586;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.igfv-content-wrap .igfv-kicker::before,
.igfv-content-wrap .igfv-kicker::after {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #f77737, #c13584, #833ab4);
}

.igfv-content-wrap h2 {
  margin: 0;
  color: #141827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}

.igfv-content-wrap .igfv-heading p {
  margin: 16px auto 0;
  max-width: 700px;
  color: #5d667a;
  line-height: 1.75;
}

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

.igfv-content-wrap .igfv-card,
.igfv-content-wrap .igfv-trust-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(129, 77, 151, .14);
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 48px rgba(22, 28, 45, .07);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.igfv-content-wrap .igfv-card::before,
.igfv-content-wrap .igfv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #f77737, #c13584, #833ab4, #405de6);
  opacity: .88;
}

.igfv-content-wrap .igfv-card:hover,
.igfv-content-wrap .igfv-trust-card:hover,
.igfv-content-wrap .igfv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(193, 53, 132, .34);
  box-shadow: 0 24px 60px rgba(23, 28, 48, .12);
}

.igfv-content-wrap h3 {
  margin: 0;
  color: #171b2b;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.igfv-content-wrap .igfv-card p,
.igfv-content-wrap .igfv-trust-card p,
.igfv-content-wrap .igfv-step-card p {
  margin: 10px 0 0;
  color: #5f687b;
  line-height: 1.72;
}

.igfv-content-wrap .igfv-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(247, 119, 55, .14), rgba(193, 53, 132, .16), rgba(64, 93, 230, .12));
  box-shadow: inset 0 0 0 1px rgba(193, 53, 132, .12);
}

.igfv-content-wrap .igfv-icon::before,
.igfv-content-wrap .igfv-icon::after {
  content: "";
  position: absolute;
  border-radius: 99px;
  transition: transform .28s ease;
}

.igfv-content-wrap .igfv-card:hover .igfv-icon::before {
  transform: translateY(-2px) scale(1.04);
}

.igfv-content-wrap .igfv-icon-lens::before {
  width: 18px;
  height: 18px;
  top: 13px;
  left: 13px;
  border: 3px solid #c13584;
  background: transparent;
}

.igfv-content-wrap .igfv-icon-lens::after {
  width: 12px;
  height: 3px;
  top: 30px;
  left: 28px;
  background: #f77737;
  transform: rotate(45deg);
}

.igfv-content-wrap .igfv-icon-speed::before {
  width: 26px;
  height: 14px;
  top: 17px;
  left: 11px;
  border: 3px solid #833ab4;
  border-bottom: 0;
  border-radius: 30px 30px 0 0;
}

.igfv-content-wrap .igfv-icon-speed::after {
  width: 15px;
  height: 3px;
  top: 25px;
  left: 24px;
  background: #f77737;
  transform: rotate(-28deg);
}

.igfv-content-wrap .igfv-icon-preview::before {
  width: 28px;
  height: 20px;
  top: 14px;
  left: 10px;
  border: 3px solid #c13584;
  border-radius: 9px;
}

.igfv-content-wrap .igfv-icon-preview::after {
  width: 8px;
  height: 8px;
  top: 20px;
  left: 20px;
  background: #405de6;
}

.igfv-content-wrap .igfv-icon-steps::before {
  width: 24px;
  height: 3px;
  top: 14px;
  left: 12px;
  background: #c13584;
  box-shadow: 0 9px 0 #833ab4, 0 18px 0 #f77737;
}

.igfv-content-wrap .igfv-icon-mobile::before {
  width: 18px;
  height: 28px;
  top: 10px;
  left: 15px;
  border: 3px solid #833ab4;
  border-radius: 8px;
}

.igfv-content-wrap .igfv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 22px;
  bottom: 13px;
  background: #f77737;
}

.igfv-content-wrap .igfv-icon-daily::before {
  width: 28px;
  height: 28px;
  top: 10px;
  left: 10px;
  border: 3px solid #c13584;
  border-radius: 12px;
}

.igfv-content-wrap .igfv-icon-daily::after {
  width: 18px;
  height: 3px;
  top: 23px;
  left: 15px;
  background: #405de6;
  box-shadow: 0 7px 0 #f77737;
}

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

.igfv-content-wrap .igfv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(193, 53, 132, .16);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(26, 31, 52, .08);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.igfv-content-wrap .igfv-step-card::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(247, 119, 55, .15), rgba(193, 53, 132, .08) 48%, transparent 70%);
  pointer-events: none;
}

.igfv-content-wrap .igfv-step-number {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #f77737, #c13584 52%, #833ab4);
  box-shadow: 0 16px 34px rgba(193, 53, 132, .24);
}

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

.igfv-content-wrap .igfv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #9b2b76;
  font-size: 12px;
  font-weight: 800;
  background: rgba(193, 53, 132, .08);
  border: 1px solid rgba(193, 53, 132, .12);
}

.igfv-content-wrap .igfv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .98)),
    radial-gradient(circle at 85% 12%, rgba(247, 119, 55, .18), transparent 36%);
}

.igfv-content-wrap .igfv-trust-grid {
  align-items: stretch;
}

.igfv-content-wrap .igfv-trust-card {
  background: #ffffff;
}

.igfv-content-wrap .igfv-trust-mark {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f77737, #c13584, #833ab4);
  box-shadow: 0 14px 30px rgba(193, 53, 132, .22);
}

.igfv-content-wrap .igfv-trust-mark::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 14px;
  top: 16px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

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

.igfv-content-wrap .igfv-reveal.igfv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .55s ease, transform .55s ease, box-shadow .28s ease, border-color .28s ease;
}

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

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

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

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

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

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

  .igfv-content-wrap h3 {
    font-size: 18px;
  }

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

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

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

  .igfv-content-wrap .igfv-step-number {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 18px;
  }
}

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

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

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

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

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

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

  .igfv-content-wrap h3 {
    font-size: 19px;
  }

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

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

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

  .igfv-content-wrap .igfv-step-number {
    width: 62px;
    height: 62px;
    border-radius: 19px;
    font-size: 19px;
  }
}

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

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

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

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

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

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

  .igfv-content-wrap h3 {
    font-size: 20px;
  }

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

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

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

  .igfv-content-wrap .igfv-step-number {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    font-size: 20px;
  }
}

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

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

  .igfv-content-wrap h2 {
    font-size: 40px;
  }

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

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

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

  .igfv-content-wrap h3 {
    font-size: 21px;
  }

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

  .igfv-content-wrap .igfv-steps {
    gap: 22px;
    margin-top: 42px;
  }

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

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

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

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

  .igfv-content-wrap h2 {
    font-size: 46px;
  }

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

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

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

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

  .igfv-content-wrap h3 {
    font-size: 21px;
  }

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

  .igfv-content-wrap .igfv-steps {
    gap: 22px;
    margin-top: 48px;
  }

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

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

@media (prefers-reduced-motion: reduce) {
  .igfv-content-wrap .igfv-reveal,
  .igfv-content-wrap .igfv-reveal.igfv-visible,
  .igfv-content-wrap .igfv-card,
  .igfv-content-wrap .igfv-trust-card,
  .igfv-content-wrap .igfv-step-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}