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

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

.ilrv-content-wrap .ilrv-section {
  position: relative;
  isolation: isolate;
}

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

.ilrv-content-wrap .ilrv-section-soft {
  background: linear-gradient(180deg, #fff8fb 0%, #f8fbff 100%);
}

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

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

.ilrv-content-wrap .ilrv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(221, 42, 123, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #b41466;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 28px rgba(221, 42, 123, 0.08);
}

.ilrv-content-wrap .ilrv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #feda75 0%, #fa7e1e 28%, #d62976 62%, #962fbf 100%);
  box-shadow: 0 0 0 5px rgba(214, 41, 118, 0.1);
}

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

.ilrv-content-wrap .ilrv-section-head p {
  margin: 16px auto 0;
  max-width: 690px;
  color: #5d687d;
  line-height: 1.72;
}

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

.ilrv-content-wrap .ilrv-card,
.ilrv-content-wrap .ilrv-trust-card,
.ilrv-content-wrap .ilrv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(23, 32, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ilrv-content-wrap .ilrv-card::before,
.ilrv-content-wrap .ilrv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(254, 218, 117, 0.45), rgba(214, 41, 118, 0.28), rgba(79, 91, 213, 0.24));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.ilrv-content-wrap .ilrv-card:hover,
.ilrv-content-wrap .ilrv-trust-card:hover,
.ilrv-content-wrap .ilrv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(214, 41, 118, 0.18);
  box-shadow: 0 24px 62px rgba(23, 32, 51, 0.12);
}

.ilrv-content-wrap .ilrv-card:hover::before,
.ilrv-content-wrap .ilrv-trust-card:hover::before {
  opacity: 1;
}

.ilrv-content-wrap .ilrv-card h3,
.ilrv-content-wrap .ilrv-trust-card h3,
.ilrv-content-wrap .ilrv-step-card h3 {
  margin: 0;
  color: #141c2d;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.ilrv-content-wrap .ilrv-card p,
.ilrv-content-wrap .ilrv-trust-card p,
.ilrv-content-wrap .ilrv-step-card p {
  margin: 10px 0 0;
  color: #647086;
  line-height: 1.68;
}

.ilrv-content-wrap .ilrv-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(254, 218, 117, 0.95), rgba(214, 41, 118, 0.92) 58%, rgba(79, 91, 213, 0.88));
  box-shadow: 0 14px 28px rgba(214, 41, 118, 0.18);
  transition: transform 220ms ease;
}

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

.ilrv-content-wrap .ilrv-icon::before,
.ilrv-content-wrap .ilrv-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.ilrv-content-wrap .ilrv-icon-view::before {
  width: 22px;
  height: 14px;
  top: 17px;
  left: 13px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
}

.ilrv-content-wrap .ilrv-icon-view::after {
  width: 7px;
  height: 7px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
}

.ilrv-content-wrap .ilrv-icon-speed::before {
  width: 21px;
  height: 21px;
  top: 14px;
  left: 13px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
  border-left-color: transparent;
}

.ilrv-content-wrap .ilrv-icon-speed::after {
  width: 13px;
  height: 2px;
  top: 24px;
  left: 23px;
  border-radius: 99px;
  transform: rotate(-32deg);
}

.ilrv-content-wrap .ilrv-icon-preview::before {
  width: 22px;
  height: 16px;
  top: 16px;
  left: 13px;
  border-radius: 6px;
}

.ilrv-content-wrap .ilrv-icon-preview::after {
  width: 8px;
  height: 8px;
  top: 20px;
  left: 21px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #d62976;
}

.ilrv-content-wrap .ilrv-icon-steps::before {
  width: 5px;
  height: 5px;
  top: 14px;
  left: 14px;
  border-radius: 50%;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}

.ilrv-content-wrap .ilrv-icon-steps::after {
  width: 17px;
  height: 2px;
  top: 16px;
  left: 23px;
  border-radius: 99px;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}

.ilrv-content-wrap .ilrv-icon-mobile::before {
  width: 17px;
  height: 25px;
  top: 11px;
  left: 16px;
  border-radius: 7px;
  background: transparent;
  border: 2px solid #ffffff;
}

.ilrv-content-wrap .ilrv-icon-mobile::after {
  width: 5px;
  height: 2px;
  top: 31px;
  left: 22px;
  border-radius: 99px;
}

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

.ilrv-content-wrap .ilrv-icon-daily::after {
  width: 11px;
  height: 11px;
  top: 18px;
  left: 20px;
  border-radius: 3px;
  background: #ffffff;
}

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

.ilrv-content-wrap .ilrv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #fffafe 48%, #f7fbff 100%);
}

.ilrv-content-wrap .ilrv-step-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -82px;
  top: -82px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(214, 41, 118, 0.14), rgba(79, 91, 213, 0));
  pointer-events: none;
}

.ilrv-content-wrap .ilrv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #fa7e1e 0%, #d62976 48%, #4f5bd5 100%);
  box-shadow: 0 16px 34px rgba(214, 41, 118, 0.22);
}

.ilrv-content-wrap .ilrv-use-card {
  background: linear-gradient(180deg, #ffffff 0%, #fffafd 100%);
}

.ilrv-content-wrap .ilrv-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #feda75, #d62976 55%, #4f5bd5);
  box-shadow: 0 0 0 8px rgba(214, 41, 118, 0.08);
}

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

.ilrv-content-wrap .ilrv-trust-card {
  overflow: hidden;
}

.ilrv-content-wrap .ilrv-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(254, 218, 117, 0.22), rgba(214, 41, 118, 0.12), rgba(79, 91, 213, 0.12));
  color: #a81563;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

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

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

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

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

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

  .ilrv-content-wrap .ilrv-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

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

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

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

  .ilrv-content-wrap .ilrv-steps {
    gap: 14px;
    margin-top: 28px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ilrv-content-wrap .ilrv-steps {
    gap: 18px;
    margin-top: 34px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ilrv-content-wrap .ilrv-steps {
    gap: 20px;
    margin-top: 42px;
  }

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

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

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

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

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

  .ilrv-content-wrap .ilrv-section-head p {
    font-size: 17.5px;
  }

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

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

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

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

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

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

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

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