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

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

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

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

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

.irtv-content-wrap .irtv-section-soft {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 76, 139, 0.08), transparent 34%),
    radial-gradient(circle at 88% 24%, rgba(122, 92, 255, 0.08), transparent 32%),
    #fbfafc;
}

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

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

.irtv-content-wrap .irtv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 76, 139, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 76, 139, 0.12), rgba(122, 92, 255, 0.12));
  color: #9144d4;
  font-size: 12px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0;
}

.irtv-content-wrap h2 {
  margin: 16px 0 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}

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

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

.irtv-content-wrap .irtv-card,
.irtv-content-wrap .irtv-trust-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfd 100%);
  box-shadow: 0 18px 46px rgba(25, 30, 45, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.irtv-content-wrap .irtv-card::before,
.irtv-content-wrap .irtv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ff4c8b, #ff8b4c, #7a5cff);
  opacity: 0.9;
}

.irtv-content-wrap .irtv-card:hover,
.irtv-content-wrap .irtv-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 76, 139, 0.24);
  box-shadow: 0 24px 62px rgba(25, 30, 45, 0.12);
}

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

.irtv-content-wrap .irtv-card p,
.irtv-content-wrap .irtv-step-card p,
.irtv-content-wrap .irtv-trust-card p {
  margin: 10px 0 0;
  color: #5c6475;
  font-weight: 430;
  line-height: 1.68;
}

.irtv-content-wrap .irtv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 76, 139, 0.16), rgba(122, 92, 255, 0.16));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.irtv-content-wrap .irtv-icon::before,
.irtv-content-wrap .irtv-icon::after {
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}

.irtv-content-wrap .irtv-card:hover .irtv-icon::before,
.irtv-content-wrap .irtv-card:hover .irtv-icon::after {
  transform: translateY(-2px);
}

.irtv-content-wrap .irtv-icon-frame::before {
  inset: 13px 11px;
  border: 2px solid #ff4c8b;
  border-radius: 6px;
}

.irtv-content-wrap .irtv-icon-frame::after {
  width: 7px;
  height: 7px;
  right: 13px;
  top: 14px;
  border-radius: 50%;
  background: #7a5cff;
}

.irtv-content-wrap .irtv-icon-bolt::before {
  left: 18px;
  top: 10px;
  width: 10px;
  height: 25px;
  background: linear-gradient(180deg, #ff4c8b, #7a5cff);
  clip-path: polygon(45% 0, 100% 0, 62% 42%, 100% 42%, 30% 100%, 45% 56%, 0 56%);
}

.irtv-content-wrap .irtv-icon-eye::before {
  left: 10px;
  top: 16px;
  width: 26px;
  height: 15px;
  border: 2px solid #7a5cff;
  border-radius: 50%;
}

.irtv-content-wrap .irtv-icon-eye::after {
  left: 19px;
  top: 21px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4c8b;
}

.irtv-content-wrap .irtv-icon-path::before {
  left: 12px;
  top: 14px;
  width: 22px;
  height: 16px;
  border: 2px solid #ff4c8b;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 10px 0 0;
}

.irtv-content-wrap .irtv-icon-path::after {
  right: 10px;
  top: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #7a5cff;
  border-right: 2px solid #7a5cff;
  transform: rotate(45deg);
}

.irtv-content-wrap .irtv-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid #7a5cff;
  border-radius: 6px;
}

.irtv-content-wrap .irtv-icon-mobile::after {
  left: 21px;
  bottom: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff4c8b;
}

.irtv-content-wrap .irtv-icon-spark::before {
  left: 20px;
  top: 9px;
  width: 7px;
  height: 28px;
  border-radius: 99px;
  background: linear-gradient(180deg, #ff4c8b, #7a5cff);
}

.irtv-content-wrap .irtv-icon-spark::after {
  left: 10px;
  top: 19px;
  width: 27px;
  height: 7px;
  border-radius: 99px;
  background: linear-gradient(90deg, #ff8b4c, #7a5cff);
}

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

.irtv-content-wrap .irtv-step-card {
  position: relative;
  display: grid;
  min-width: 0;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(122, 92, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 54px rgba(33, 31, 48, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.irtv-content-wrap .irtv-step-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 132px;
  height: 132px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 76, 139, 0.16), transparent 68%);
}

.irtv-content-wrap .irtv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 76, 139, 0.26);
  box-shadow: 0 24px 64px rgba(33, 31, 48, 0.12);
}

.irtv-content-wrap .irtv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4c8b, #7a5cff);
  color: #ffffff;
  font-weight: 840;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(122, 92, 255, 0.24);
}

.irtv-content-wrap .irtv-badge-dot {
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 20%, transparent 22%),
    linear-gradient(135deg, #ff4c8b, #ff8b4c 48%, #7a5cff);
  box-shadow: 0 14px 28px rgba(255, 76, 139, 0.18);
}

.irtv-content-wrap .irtv-trust-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: #151b2b;
  color: #ffffff;
  font-size: 14px;
  font-weight: 820;
  box-shadow: 0 14px 28px rgba(21, 27, 43, 0.16);
}

.irtv-content-wrap .irtv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.irtv-content-wrap .irtv-reveal.irtv-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

  .irtv-content-wrap h2 {
    font-size: 25px;
  }

  .irtv-content-wrap .irtv-section-head p {
    font-size: 14.5px;
  }

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

  .irtv-content-wrap .irtv-card,
  .irtv-content-wrap .irtv-trust-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

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

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

  .irtv-content-wrap .irtv-steps {
    gap: 16px;
    margin-top: 28px;
  }

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

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

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

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

  .irtv-content-wrap h2 {
    font-size: 28px;
  }

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

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

  .irtv-content-wrap .irtv-card,
  .irtv-content-wrap .irtv-trust-card {
    padding: 26px 22px;
    border-radius: 20px;
  }

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

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

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

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

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

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

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

  .irtv-content-wrap h2 {
    font-size: 31px;
  }

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

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

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

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

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

  .irtv-content-wrap .irtv-steps {
    gap: 20px;
    margin-top: 34px;
  }

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

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

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

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

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

  .irtv-content-wrap .irtv-section-head p {
    font-size: 16.5px;
  }

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

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

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

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

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

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

  .irtv-content-wrap .irtv-step-number {
    font-size: 19px;
  }
}

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

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

  .irtv-content-wrap h2 {
    font-size: 44px;
  }

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

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

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

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

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

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

  .irtv-content-wrap .irtv-step-card {
    grid-template-columns: 86px 1fr;
    gap: 28px;
    padding: 32px 34px;
  }

  .irtv-content-wrap .irtv-step-number {
    font-size: 20px;
  }
}