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

.itv-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;
}

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

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

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

.itv-content-wrap .itv-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 46, 126, 0.08), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(131, 58, 180, 0.08), transparent 28%),
    #fbfafc;
}

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

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

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

.itv-content-wrap .itv-kicker::before,
.itv-content-wrap .itv-kicker::after {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #feda75, #fa7e1e, #d62976, #962fbf);
}

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

.itv-content-wrap .itv-heading p {
  margin: 14px auto 0;
  max-width: 690px;
  color: #5f6878;
}

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

.itv-content-wrap .itv-card,
.itv-content-wrap .itv-trust-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(216, 222, 232, 0.92);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(18, 24, 38, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.itv-content-wrap .itv-card::before,
.itv-content-wrap .itv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  opacity: 0.85;
}

.itv-content-wrap .itv-card:hover,
.itv-content-wrap .itv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(214, 41, 118, 0.34);
  box-shadow: 0 24px 60px rgba(18, 24, 38, 0.11);
}

.itv-content-wrap .itv-icon {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff6dc, #ffe4ef 48%, #eee9ff);
  box-shadow: inset 0 0 0 1px rgba(214, 41, 118, 0.14);
}

.itv-content-wrap .itv-icon::before,
.itv-content-wrap .itv-icon::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.itv-content-wrap .itv-icon-frame::before {
  inset: 12px;
  border: 2px solid #d62976;
  border-radius: 8px;
}

.itv-content-wrap .itv-icon-frame::after {
  width: 7px;
  height: 7px;
  right: 12px;
  top: 12px;
  background: #fa7e1e;
}

.itv-content-wrap .itv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #962fbf;
  border-left-color: transparent;
}

.itv-content-wrap .itv-icon-speed::after {
  width: 16px;
  height: 3px;
  left: 19px;
  top: 22px;
  background: #d62976;
  transform: rotate(-28deg);
}

.itv-content-wrap .itv-icon-preview::before {
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border: 2px solid #d62976;
  border-radius: 12px;
}

.itv-content-wrap .itv-icon-preview::after {
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  background: #4f5bd5;
}

.itv-content-wrap .itv-icon-steps::before {
  width: 6px;
  height: 6px;
  left: 13px;
  top: 12px;
  background: #d62976;
  box-shadow: 0 10px 0 #fa7e1e, 0 20px 0 #962fbf;
}

.itv-content-wrap .itv-icon-steps::after {
  width: 16px;
  height: 2px;
  right: 11px;
  top: 14px;
  background: #4f5bd5;
  box-shadow: 0 10px 0 #4f5bd5, 0 20px 0 #4f5bd5;
}

.itv-content-wrap .itv-icon-mobile::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 9px;
  border: 2px solid #d62976;
  border-radius: 7px;
}

.itv-content-wrap .itv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 12px;
  background: #fa7e1e;
}

.itv-content-wrap .itv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  background: conic-gradient(from 0deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5, #feda75);
}

.itv-content-wrap .itv-icon-daily::after {
  width: 12px;
  height: 12px;
  left: 17px;
  top: 17px;
  background: #fff;
}

.itv-content-wrap .itv-card h3,
.itv-content-wrap .itv-trust-card h3,
.itv-content-wrap .itv-step-card h3 {
  margin: 0;
  color: #151c2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.itv-content-wrap .itv-card p,
.itv-content-wrap .itv-trust-card p,
.itv-content-wrap .itv-step-card p {
  margin: 10px 0 0;
  color: #5d6676;
}

.itv-content-wrap .itv-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.itv-content-wrap .itv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(216, 222, 232, 0.92);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 253, 0.96)),
    #ffffff;
  box-shadow: 0 18px 44px rgba(18, 24, 38, 0.075);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.itv-content-wrap .itv-step-card::after {
  content: "";
  position: absolute;
  right: -38px;
  top: -38px;
  width: 126px;
  height: 126px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(250, 126, 30, 0.13), rgba(150, 47, 191, 0.13));
}

.itv-content-wrap .itv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(150, 47, 191, 0.28);
  box-shadow: 0 24px 58px rgba(18, 24, 38, 0.1);
}

.itv-content-wrap .itv-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #feda75 0%, #fa7e1e 28%, #d62976 62%, #962fbf 100%);
  box-shadow: 0 14px 28px rgba(214, 41, 118, 0.24);
}

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

.itv-content-wrap .itv-badge {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #a51f5d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, rgba(254, 218, 117, 0.28), rgba(214, 41, 118, 0.12));
}

.itv-content-wrap .itv-trust-card {
  text-align: center;
}

.itv-content-wrap .itv-trust-mark {
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 32% 30%, #ffffff 0 18%, transparent 19%),
    linear-gradient(135deg, #feda75, #fa7e1e 32%, #d62976 66%, #4f5bd5);
  box-shadow: 0 16px 34px rgba(214, 41, 118, 0.22);
}

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

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

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

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

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

  .itv-content-wrap .itv-heading p {
    font-size: 14px;
  }

  .itv-content-wrap .itv-card-grid,
  .itv-content-wrap .itv-step-list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

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

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

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

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

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

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

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

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

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

  .itv-content-wrap .itv-card-grid,
  .itv-content-wrap .itv-step-list {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

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

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

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

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

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

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

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

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

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

  .itv-content-wrap .itv-card-grid,
  .itv-content-wrap .itv-step-list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

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

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

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

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

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

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

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

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

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

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

  .itv-content-wrap .itv-step-list {
    gap: 22px;
    margin-top: 42px;
  }

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

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

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

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

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

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

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

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

  .itv-content-wrap .itv-heading p {
    font-size: 18px;
  }

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

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

  .itv-content-wrap .itv-step-list {
    gap: 24px;
    margin-top: 48px;
  }

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

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

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

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

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