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

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

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

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

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

.tpv-content-wrap .tpv-section-soft {
  background:
    radial-gradient(circle at 12% 10%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(254, 44, 85, 0.10), transparent 30%),
    #f7f9fb;
}

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

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

.tpv-content-wrap .tpv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(37, 244, 238, 0.34);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #39414d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.tpv-content-wrap .tpv-heading h2 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.tpv-content-wrap .tpv-heading p {
  margin: 16px auto 0;
  color: #586272;
  line-height: 1.75;
}

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

.tpv-content-wrap .tpv-card,
.tpv-content-wrap .tpv-trust-card,
.tpv-content-wrap .tpv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tpv-content-wrap .tpv-card {
  height: 100%;
  overflow: hidden;
}

.tpv-content-wrap .tpv-card::before,
.tpv-content-wrap .tpv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.34), rgba(254, 44, 85, 0.22), transparent 58%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.tpv-content-wrap .tpv-card:hover,
.tpv-content-wrap .tpv-trust-card:hover,
.tpv-content-wrap .tpv-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 244, 238, 0.26);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.12);
}

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

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

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

.tpv-content-wrap .tpv-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 30px rgba(254, 44, 85, 0.18);
}

.tpv-content-wrap .tpv-icon::after {
  content: "";
  display: block;
  margin: auto;
  background: #ffffff;
}

.tpv-content-wrap .tpv-icon-play::after {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffffff;
  background: transparent;
  transform: translateX(2px);
}

.tpv-content-wrap .tpv-icon-speed::after {
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
}

.tpv-content-wrap .tpv-icon-preview::after {
  width: 22px;
  height: 14px;
  border: 3px solid #ffffff;
  border-radius: 10px;
}

.tpv-content-wrap .tpv-icon-steps::after {
  width: 22px;
  height: 18px;
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
}

.tpv-content-wrap .tpv-icon-mobile::after {
  width: 15px;
  height: 24px;
  border: 3px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}

.tpv-content-wrap .tpv-icon-daily::after {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  box-shadow: inset 0 0 0 3px #ffffff;
  background: transparent;
}

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

.tpv-content-wrap .tpv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 0 0, rgba(37, 244, 238, 0.18), transparent 34%);
}

.tpv-content-wrap .tpv-step-card::after {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}

.tpv-content-wrap .tpv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.18);
}

.tpv-content-wrap .tpv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(37, 244, 238, 0.12), transparent 36%);
}

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

.tpv-content-wrap .tpv-trust-card {
  height: 100%;
  overflow: hidden;
}

.tpv-content-wrap .tpv-badge {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.06);
  color: #313b49;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}

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

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

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

  .tpv-content-wrap .tpv-container {
    padding: 0 16px;
  }

  .tpv-content-wrap .tpv-heading h2 {
    font-size: 27px;
  }

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

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

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

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

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

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

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

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

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

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

  .tpv-content-wrap .tpv-heading h2 {
    font-size: 30px;
  }

  .tpv-content-wrap .tpv-heading p {
    font-size: 15.5px;
  }

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

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

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

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

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

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

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

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

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

  .tpv-content-wrap .tpv-heading h2 {
    font-size: 34px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tpv-content-wrap .tpv-steps {
    gap: 22px;
    margin-top: 46px;
  }

  .tpv-content-wrap .tpv-step-card {
    gap: 24px;
    padding: 30px;
  }

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

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

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

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

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

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

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

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

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

  .tpv-content-wrap .tpv-steps {
    gap: 24px;
    margin-top: 52px;
  }

  .tpv-content-wrap .tpv-step-card {
    gap: 28px;
    padding: 34px 38px;
  }

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