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

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

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

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

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

.isv-content-wrap .isv-section-soft {
  background:
    radial-gradient(circle at 12% 12%, rgba(236, 72, 153, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(124, 58, 237, 0.08), transparent 28%),
    #faf9fc;
}

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

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

.isv-content-wrap .isv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 14px;
  margin: 0 0 14px;
  border: 1px solid rgba(236, 72, 153, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(124, 58, 237, 0.1));
  color: #a21caf;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}

.isv-content-wrap .isv-section-head h2 {
  margin: 0;
  color: #121827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.isv-content-wrap .isv-section-head p {
  margin: 16px auto 0;
  color: #5d6678;
  line-height: 1.72;
  font-weight: 450;
}

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

.isv-content-wrap .isv-info-card,
.isv-content-wrap .isv-use-card,
.isv-content-wrap .isv-benefit-card,
.isv-content-wrap .isv-step-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(23, 32, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.isv-content-wrap .isv-info-card,
.isv-content-wrap .isv-use-card,
.isv-content-wrap .isv-benefit-card {
  border-radius: 8px;
}

.isv-content-wrap .isv-info-card::before,
.isv-content-wrap .isv-use-card::before,
.isv-content-wrap .isv-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, #f43f5e, #ec4899, #7c3aed);
  opacity: 0.88;
}

.isv-content-wrap .isv-info-card:hover,
.isv-content-wrap .isv-use-card:hover,
.isv-content-wrap .isv-benefit-card:hover,
.isv-content-wrap .isv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(236, 72, 153, 0.28);
  box-shadow: 0 24px 60px rgba(124, 58, 237, 0.13);
}

.isv-content-wrap .isv-info-card h3,
.isv-content-wrap .isv-use-card h3,
.isv-content-wrap .isv-benefit-card h3,
.isv-content-wrap .isv-step-copy h3 {
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.isv-content-wrap .isv-info-card p,
.isv-content-wrap .isv-use-card p,
.isv-content-wrap .isv-benefit-card p,
.isv-content-wrap .isv-step-copy p {
  margin: 10px 0 0;
  color: #5d6678;
  line-height: 1.68;
  font-weight: 450;
}

.isv-content-wrap .isv-icon {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f43f5e, #ec4899 52%, #7c3aed);
  box-shadow: 0 12px 28px rgba(236, 72, 153, 0.24);
}

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

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

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

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

.isv-content-wrap .isv-icon-speed::after {
  width: 13px;
  height: 2px;
  top: 22px;
  left: 20px;
  background: #ffffff;
  transform: rotate(-28deg);
  transform-origin: left center;
}

.isv-content-wrap .isv-icon-frame::before {
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.isv-content-wrap .isv-icon-frame::after {
  width: 10px;
  height: 10px;
  right: 11px;
  bottom: 11px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(45deg);
}

.isv-content-wrap .isv-icon-path::before {
  width: 22px;
  height: 3px;
  top: 21px;
  left: 11px;
  background: #ffffff;
  border-radius: 3px;
}

.isv-content-wrap .isv-icon-path::after {
  width: 10px;
  height: 10px;
  top: 17px;
  right: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}

.isv-content-wrap .isv-icon-phone::before {
  width: 16px;
  height: 24px;
  top: 10px;
  left: 14px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.isv-content-wrap .isv-icon-phone::after {
  width: 5px;
  height: 2px;
  bottom: 14px;
  left: 20px;
  background: #ffffff;
  border-radius: 2px;
}

.isv-content-wrap .isv-icon-daily::before {
  width: 22px;
  height: 18px;
  top: 14px;
  left: 11px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.isv-content-wrap .isv-icon-daily::after {
  width: 14px;
  height: 2px;
  top: 21px;
  left: 15px;
  background: #ffffff;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.9);
}

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

.isv-content-wrap .isv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(236, 72, 153, 0.12), rgba(124, 58, 237, 0.12));
}

.isv-content-wrap .isv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #f43f5e, #ec4899 48%, #7c3aed);
  box-shadow: 0 14px 30px rgba(124, 58, 237, 0.22);
}

.isv-content-wrap .isv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(236, 72, 153, 0.09), transparent 34%);
}

.isv-content-wrap .isv-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ec4899;
  box-shadow: 0 0 0 7px rgba(236, 72, 153, 0.1), 0 0 26px rgba(124, 58, 237, 0.2);
}

.isv-content-wrap .isv-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 7px 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.08);
  color: #7c2d92;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

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

.isv-content-wrap .isv-reveal.isv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

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

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

  .isv-content-wrap .isv-section-head h2 {
    font-size: 25px;
  }

  .isv-content-wrap .isv-section-head p {
    font-size: 14px;
  }

  .isv-content-wrap .isv-card-grid,
  .isv-content-wrap .isv-steps {
    gap: 16px;
    margin-top: 28px;
  }

  .isv-content-wrap .isv-grid-three,
  .isv-content-wrap .isv-grid-benefits {
    grid-template-columns: 1fr;
  }

  .isv-content-wrap .isv-info-card,
  .isv-content-wrap .isv-use-card,
  .isv-content-wrap .isv-benefit-card {
    padding: 22px;
  }

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

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

  .isv-content-wrap .isv-info-card h3,
  .isv-content-wrap .isv-use-card h3,
  .isv-content-wrap .isv-benefit-card h3,
  .isv-content-wrap .isv-step-copy h3 {
    font-size: 18px;
  }

  .isv-content-wrap .isv-info-card p,
  .isv-content-wrap .isv-use-card p,
  .isv-content-wrap .isv-benefit-card p,
  .isv-content-wrap .isv-step-copy p {
    font-size: 14px;
  }
}

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

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

  .isv-content-wrap .isv-section-head h2 {
    font-size: 28px;
  }

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

  .isv-content-wrap .isv-card-grid,
  .isv-content-wrap .isv-steps {
    gap: 18px;
    margin-top: 32px;
  }

  .isv-content-wrap .isv-grid-three,
  .isv-content-wrap .isv-grid-benefits {
    grid-template-columns: 1fr;
  }

  .isv-content-wrap .isv-info-card,
  .isv-content-wrap .isv-use-card,
  .isv-content-wrap .isv-benefit-card {
    padding: 24px;
  }

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

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

  .isv-content-wrap .isv-info-card h3,
  .isv-content-wrap .isv-use-card h3,
  .isv-content-wrap .isv-benefit-card h3,
  .isv-content-wrap .isv-step-copy h3 {
    font-size: 19px;
  }

  .isv-content-wrap .isv-info-card p,
  .isv-content-wrap .isv-use-card p,
  .isv-content-wrap .isv-benefit-card p,
  .isv-content-wrap .isv-step-copy p {
    font-size: 14.5px;
  }
}

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

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

  .isv-content-wrap .isv-section-head h2 {
    font-size: 32px;
  }

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

  .isv-content-wrap .isv-card-grid,
  .isv-content-wrap .isv-steps {
    gap: 20px;
    margin-top: 34px;
  }

  .isv-content-wrap .isv-grid-three,
  .isv-content-wrap .isv-grid-benefits {
    grid-template-columns: 1fr;
  }

  .isv-content-wrap .isv-info-card,
  .isv-content-wrap .isv-use-card,
  .isv-content-wrap .isv-benefit-card {
    padding: 26px;
  }

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

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

  .isv-content-wrap .isv-info-card h3,
  .isv-content-wrap .isv-use-card h3,
  .isv-content-wrap .isv-benefit-card h3,
  .isv-content-wrap .isv-step-copy h3 {
    font-size: 20px;
  }

  .isv-content-wrap .isv-info-card p,
  .isv-content-wrap .isv-use-card p,
  .isv-content-wrap .isv-benefit-card p,
  .isv-content-wrap .isv-step-copy p {
    font-size: 15px;
  }
}

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

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

  .isv-content-wrap .isv-section-head h2 {
    font-size: 40px;
  }

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

  .isv-content-wrap .isv-card-grid,
  .isv-content-wrap .isv-steps {
    gap: 22px;
    margin-top: 42px;
  }

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

  .isv-content-wrap .isv-info-card,
  .isv-content-wrap .isv-use-card,
  .isv-content-wrap .isv-benefit-card {
    padding: 28px;
  }

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

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

  .isv-content-wrap .isv-info-card h3,
  .isv-content-wrap .isv-use-card h3,
  .isv-content-wrap .isv-benefit-card h3,
  .isv-content-wrap .isv-step-copy h3 {
    font-size: 20px;
  }

  .isv-content-wrap .isv-info-card p,
  .isv-content-wrap .isv-use-card p,
  .isv-content-wrap .isv-benefit-card p,
  .isv-content-wrap .isv-step-copy p {
    font-size: 15.5px;
  }
}

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

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

  .isv-content-wrap .isv-section-head h2 {
    font-size: 46px;
  }

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

  .isv-content-wrap .isv-card-grid,
  .isv-content-wrap .isv-steps {
    gap: 24px;
    margin-top: 48px;
  }

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

  .isv-content-wrap .isv-info-card,
  .isv-content-wrap .isv-use-card,
  .isv-content-wrap .isv-benefit-card {
    padding: 30px;
  }

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

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

  .isv-content-wrap .isv-info-card h3,
  .isv-content-wrap .isv-use-card h3,
  .isv-content-wrap .isv-benefit-card h3,
  .isv-content-wrap .isv-step-copy h3 {
    font-size: 21px;
  }

  .isv-content-wrap .isv-info-card p,
  .isv-content-wrap .isv-use-card p,
  .isv-content-wrap .isv-benefit-card p,
  .isv-content-wrap .isv-step-copy p {
    font-size: 15.5px;
  }
}