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

.tvu-content-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}

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

.tvu-content-wrap .tvu-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

.tvu-content-wrap .tvu-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(37, 244, 238, 0.1), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(254, 44, 85, 0.1), transparent 30%),
    #f8fafc;
}

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

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

.tvu-content-wrap .tvu-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 14px;
  border: 1px solid rgba(254, 44, 85, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #9c1238;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}

.tvu-content-wrap .tvu-section-head h2 {
  margin: 16px 0 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

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

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

.tvu-content-wrap .tvu-card,
.tvu-content-wrap .tvu-step-card,
.tvu-content-wrap .tvu-trust-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(20, 31, 52, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tvu-content-wrap .tvu-card {
  border-radius: 22px;
}

.tvu-content-wrap .tvu-card::before,
.tvu-content-wrap .tvu-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.45), rgba(254, 44, 85, 0.34), rgba(255, 255, 255, 0));
  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;
}

.tvu-content-wrap .tvu-card:hover,
.tvu-content-wrap .tvu-step-card:hover,
.tvu-content-wrap .tvu-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.18);
  box-shadow: 0 24px 65px rgba(15, 23, 42, 0.11);
}

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

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

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

.tvu-content-wrap .tvu-icon {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.2);
  transition: transform 220ms ease;
}

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

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

.tvu-content-wrap .tvu-icon-view::before {
  width: 20px;
  height: 12px;
  top: 16px;
  left: 12px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
}

.tvu-content-wrap .tvu-icon-view::after {
  width: 6px;
  height: 6px;
  top: 19px;
  left: 19px;
  border-radius: 50%;
}

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

.tvu-content-wrap .tvu-icon-speed::after {
  width: 12px;
  height: 2px;
  left: 22px;
  top: 21px;
  border-radius: 4px;
  transform: rotate(-32deg);
}

.tvu-content-wrap .tvu-icon-preview::before {
  width: 20px;
  height: 16px;
  left: 12px;
  top: 14px;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #ffffff;
}

.tvu-content-wrap .tvu-icon-preview::after {
  width: 8px;
  height: 8px;
  left: 18px;
  top: 18px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.tvu-content-wrap .tvu-icon-steps::before {
  width: 6px;
  height: 6px;
  top: 12px;
  left: 13px;
  border-radius: 50%;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}

.tvu-content-wrap .tvu-icon-steps::after {
  width: 14px;
  height: 2px;
  top: 14px;
  left: 23px;
  border-radius: 4px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}

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

.tvu-content-wrap .tvu-icon-mobile::after {
  width: 4px;
  height: 4px;
  left: 20px;
  bottom: 13px;
  border-radius: 50%;
}

.tvu-content-wrap .tvu-icon-daily::before {
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
}

.tvu-content-wrap .tvu-icon-daily::after {
  width: 10px;
  height: 2px;
  left: 21px;
  top: 21px;
  border-radius: 4px;
  transform-origin: left center;
  transform: rotate(38deg);
}

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

.tvu-content-wrap .tvu-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
}

.tvu-content-wrap .tvu-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #101828;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.18);
}

.tvu-content-wrap .tvu-step-content {
  min-width: 0;
}

.tvu-content-wrap .tvu-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(37, 244, 238, 0.12), transparent 34%);
}

.tvu-content-wrap .tvu-mini-dot {
  display: block;
  width: 12px;
  height: 12px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 8px rgba(37, 244, 238, 0.1);
}

.tvu-content-wrap .tvu-trust-card {
  border-radius: 22px;
  background: #ffffff;
}

.tvu-content-wrap .tvu-badge {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(16, 24, 40, 0.06);
  color: #394150;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

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

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

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

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

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

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

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

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

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

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

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

  .tvu-content-wrap .tvu-step-number {
    width: 48px;
    height: 48px;
    font-size: 15px;
  }
}

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

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

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

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

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

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

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

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

  .tvu-content-wrap .tvu-steps {
    gap: 18px;
    margin-top: 30px;
  }

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

  .tvu-content-wrap .tvu-step-number {
    width: 50px;
    height: 50px;
    font-size: 15px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tvu-content-wrap .tvu-section-head h2 {
    font-size: 38px;
  }

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

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

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

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

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

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

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

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

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

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

  .tvu-content-wrap .tvu-section-head h2 {
    font-size: 44px;
  }

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

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

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

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

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

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

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

  .tvu-content-wrap .tvu-step-card {
    gap: 26px;
    padding: 32px;
  }

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