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

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

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

.ittv-content .ittv-section {
  position: relative;
}

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

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

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

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

.ittv-content .ittv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-bottom: 14px;
  padding: 6px 13px;
  border: 1px solid rgba(219, 39, 119, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 56, 135, 0.09), rgba(30, 144, 255, 0.09));
  color: #a21caf;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

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

.ittv-content .ittv-section-head p {
  margin: 16px auto 0;
  max-width: 680px;
  color: #5b6475;
  line-height: 1.72;
}

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

.ittv-content .ittv-card,
.ittv-content .ittv-step,
.ittv-content .ittv-trust-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(31, 41, 55, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ittv-content .ittv-card {
  height: 100%;
  border-radius: 22px;
}

.ittv-content .ittv-card::before,
.ittv-content .ittv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 56, 135, 0.42), rgba(107, 92, 255, 0.15), rgba(0, 198, 255, 0.34));
  opacity: 0;
  transition: opacity 220ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.ittv-content .ittv-card:hover,
.ittv-content .ittv-step:hover,
.ittv-content .ittv-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(219, 39, 119, 0.16);
  box-shadow: 0 24px 64px rgba(17, 24, 39, 0.12);
}

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

.ittv-content .ittv-card h3,
.ittv-content .ittv-step h3,
.ittv-content .ittv-trust-card h3 {
  margin: 0;
  color: #151f32;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

.ittv-content .ittv-card p,
.ittv-content .ittv-step p,
.ittv-content .ittv-trust-card p {
  margin: 10px 0 0;
  color: #5c6677;
  line-height: 1.72;
}

.ittv-content .ittv-icon {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff3d8b, #7c3aed 52%, #18a8ff);
  box-shadow: 0 14px 26px rgba(124, 58, 237, 0.24);
  transition: transform 220ms ease;
}

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

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

.ittv-content .ittv-icon-play::before {
  width: 0;
  height: 0;
  left: 17px;
  top: 13px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
  background: transparent;
}

.ittv-content .ittv-icon-flash::before {
  width: 10px;
  height: 22px;
  left: 17px;
  top: 11px;
  transform: skew(-18deg);
  border-radius: 3px;
}

.ittv-content .ittv-icon-frame::before {
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}

.ittv-content .ittv-icon-path::before {
  width: 22px;
  height: 3px;
  left: 11px;
  top: 21px;
  border-radius: 999px;
}

.ittv-content .ittv-icon-path::after {
  width: 8px;
  height: 8px;
  right: 11px;
  top: 18px;
  border-radius: 50%;
}

.ittv-content .ittv-icon-mobile::before {
  width: 16px;
  height: 24px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}

.ittv-content .ittv-icon-calendar::before {
  width: 22px;
  height: 18px;
  left: 11px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}

.ittv-content .ittv-icon-calendar::after {
  width: 18px;
  height: 2px;
  left: 13px;
  top: 21px;
  border-radius: 999px;
}

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

.ittv-content .ittv-step {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fffafd 54%, #f7fbff 100%);
}

.ittv-content .ittv-step::after {
  content: "";
  position: absolute;
  right: -58px;
  top: -58px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 61, 139, 0.18), rgba(24, 168, 255, 0));
  pointer-events: none;
}

.ittv-content .ittv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #3b176f 48%, #0b7fc3);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 32px rgba(59, 23, 111, 0.2);
}

.ittv-content .ittv-step-content {
  min-width: 0;
}

.ittv-content .ittv-card-alt {
  background: linear-gradient(180deg, #ffffff 0%, #fffbfd 100%);
}

.ittv-content .ittv-badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(24, 168, 255, 0.1);
  color: #0369a1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

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

.ittv-content .ittv-trust-dot {
  display: block;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff3d8b, #18a8ff);
  box-shadow: 0 0 0 8px rgba(255, 61, 139, 0.08);
}

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

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

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

  .ittv-content .ittv-section-head h2 {
    font-size: 26px;
  }

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

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

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

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

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

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

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

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

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

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

  .ittv-content .ittv-section-head h2 {
    font-size: 29px;
  }

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

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

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

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

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

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

  .ittv-content .ittv-step {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }

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

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

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

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

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

  .ittv-content .ittv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

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

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

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

  .ittv-content .ittv-steps {
    gap: 20px;
    margin-top: 38px;
  }

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

  .ittv-content .ittv-step-number {
    width: 62px;
    height: 62px;
    font-size: 19px;
  }
}

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

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

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

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

  .ittv-content .ittv-grid {
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

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

  .ittv-content .ittv-steps {
    gap: 22px;
    margin-top: 44px;
  }

  .ittv-content .ittv-step {
    gap: 24px;
    padding: 30px;
  }

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

@media (min-width: 1024px) {
  .ittv-content .ittv-section {
    padding: 96px 0;
  }

  .ittv-content .ittv-container {
    padding: 0 36px;
  }

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

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

  .ittv-content .ittv-grid {
    gap: 24px;
    margin-top: 50px;
  }

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

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

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

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

  .ittv-content .ittv-steps {
    gap: 24px;
    margin-top: 50px;
  }

  .ittv-content .ittv-step {
    gap: 28px;
    padding: 34px;
  }

  .ittv-content .ittv-step-number {
    width: 74px;
    height: 74px;
    font-size: 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ittv-content .ittv-card,
  .ittv-content .ittv-step,
  .ittv-content .ittv-trust-card,
  .ittv-content .ittv-icon,
  .ittv-content .ittv-reveal,
  .ittv-content .ittv-reveal.ittv-visible {
    transition: none;
    transform: none;
  }

  .ittv-content .ittv-reveal {
    opacity: 1;
  }
}