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

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

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

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

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

.ifv-content-wrap .ifv-section-soft {
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 46, 142, 0.07), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(119, 76, 255, 0.08), transparent 32%),
    #fbfbfe;
}

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

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

.ifv-content-wrap .ifv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 46, 142, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 46, 142, 0.1), rgba(119, 76, 255, 0.1));
  color: #8b2bd9;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.ifv-content-wrap h2 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: 0;
}

.ifv-content-wrap .ifv-section-head p {
  margin: 14px auto 0;
  max-width: 690px;
  color: #5f6878;
  line-height: 1.7;
}

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

.ifv-content-wrap .ifv-card,
.ifv-content-wrap .ifv-step-card,
.ifv-content-wrap .ifv-trust-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ifv-content-wrap .ifv-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-radius: 22px;
}

.ifv-content-wrap .ifv-card::before,
.ifv-content-wrap .ifv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ff2e8e, #a348ff, #ff8a3d);
  opacity: 0.9;
}

.ifv-content-wrap .ifv-card:hover,
.ifv-content-wrap .ifv-step-card:hover,
.ifv-content-wrap .ifv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(163, 72, 255, 0.28);
  box-shadow: 0 24px 70px rgba(119, 76, 255, 0.13);
}

.ifv-content-wrap .ifv-icon {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff2e8e, #a348ff);
  box-shadow: 0 12px 28px rgba(163, 72, 255, 0.25);
  transition: transform 240ms ease;
}

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

.ifv-content-wrap .ifv-icon::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 8px;
}

.ifv-content-wrap .ifv-icon-view::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
}

.ifv-content-wrap .ifv-icon-speed::before,
.ifv-content-wrap .ifv-icon-preview::before,
.ifv-content-wrap .ifv-icon-steps::before,
.ifv-content-wrap .ifv-icon-mobile::before,
.ifv-content-wrap .ifv-icon-daily::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}

.ifv-content-wrap .ifv-icon-speed::before {
  left: 12px;
  top: 20px;
  width: 20px;
  height: 4px;
  border-radius: 999px;
  box-shadow: 8px -8px 0 rgba(255, 255, 255, 0.55);
}

.ifv-content-wrap .ifv-icon-preview::before {
  left: 14px;
  top: 14px;
  width: 16px;
  height: 16px;
  border-radius: 5px;
}

.ifv-content-wrap .ifv-icon-steps::before {
  left: 13px;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 9px 0 rgba(255, 255, 255, 0.9), 13px 0 0 rgba(255, 255, 255, 0.65), 13px 9px 0 rgba(255, 255, 255, 0.65);
}

.ifv-content-wrap .ifv-icon-mobile::before {
  left: 16px;
  top: 10px;
  width: 12px;
  height: 24px;
  border-radius: 5px;
}

.ifv-content-wrap .ifv-icon-daily::before {
  left: 13px;
  top: 13px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.45);
}

.ifv-content-wrap h3 {
  margin: 0;
  color: #151d2f;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

.ifv-content-wrap .ifv-card p,
.ifv-content-wrap .ifv-step-card p,
.ifv-content-wrap .ifv-trust-card p {
  margin: 10px 0 0;
  color: #626b7a;
  line-height: 1.65;
}

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

.ifv-content-wrap .ifv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(255, 46, 142, 0.08), rgba(119, 76, 255, 0.08));
}

.ifv-content-wrap .ifv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff2e8e, #774cff);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(119, 76, 255, 0.22);
}

.ifv-content-wrap .ifv-badge-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff2e8e, #ff8a3d);
  box-shadow: 0 0 0 8px rgba(255, 46, 142, 0.1);
}

.ifv-content-wrap .ifv-trust-card {
  min-height: 100%;
  border-radius: 22px;
  background: #ffffff;
}

.ifv-content-wrap .ifv-trust-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 46, 142, 0.12), rgba(119, 76, 255, 0.14));
  color: #8b2bd9;
  font-size: 20px;
  font-weight: 900;
}

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

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

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

  .ifv-content-wrap h2 {
    font-size: 26px;
  }

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

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

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

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

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

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

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

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

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

  .ifv-content-wrap h2 {
    font-size: 29px;
  }

  .ifv-content-wrap .ifv-section-head p {
    font-size: 15.5px;
  }

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

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

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

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

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

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

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

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

  .ifv-content-wrap h2 {
    font-size: 32px;
  }

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

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

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

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

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

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

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

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

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

  .ifv-content-wrap h2 {
    font-size: 38px;
  }

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

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

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

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

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

  .ifv-content-wrap .ifv-step-card {
    gap: 22px;
    padding: 30px;
  }

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

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

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

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

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

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

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

  .ifv-content-wrap .ifv-grid-three,
  .ifv-content-wrap .ifv-grid-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 48px;
  }

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

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

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

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

  .ifv-content-wrap h3 {
    font-size: 22px;
  }

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