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

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

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

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

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

.ttpv-content-wrap .ttpv-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 242, 234, 0.08), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(255, 0, 80, 0.07), transparent 26%),
    #f7f9fc;
}

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

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

.ttpv-content-wrap .ttpv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 80, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.11), rgba(255, 0, 80, 0.09));
  color: #8a1641;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.ttpv-content-wrap .ttpv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: linear-gradient(135deg, #00d9d2, #ff0050);
  box-shadow: 0 0 0 5px rgba(0, 217, 210, 0.12);
}

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

.ttpv-content-wrap .ttpv-section-head p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #5d6675;
  line-height: 1.75;
}

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

.ttpv-content-wrap .ttpv-card,
.ttpv-content-wrap .ttpv-trust-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(20, 28, 44, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(18, 26, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttpv-content-wrap .ttpv-card::after,
.ttpv-content-wrap .ttpv-trust-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.22), rgba(255, 0, 80, 0.18));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  padding: 1px;
  mask-composite: exclude;
  -webkit-mask-composite: xor;
}

.ttpv-content-wrap .ttpv-card:hover,
.ttpv-content-wrap .ttpv-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.18);
  box-shadow: 0 24px 58px rgba(18, 26, 42, 0.13);
}

.ttpv-content-wrap .ttpv-card:hover::after,
.ttpv-content-wrap .ttpv-trust-card:hover::after {
  opacity: 1;
}

.ttpv-content-wrap .ttpv-card > *,
.ttpv-content-wrap .ttpv-trust-card > * {
  position: relative;
  z-index: 1;
}

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

.ttpv-content-wrap .ttpv-card p,
.ttpv-content-wrap .ttpv-trust-card p,
.ttpv-content-wrap .ttpv-step-copy p {
  margin: 10px 0 0;
  color: #5f6877;
  line-height: 1.7;
}

.ttpv-content-wrap .ttpv-icon {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #00e1da, #ff2b67);
  box-shadow: 0 13px 26px rgba(255, 0, 80, 0.18);
  transition: transform 220ms ease;
}

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

.ttpv-content-wrap .ttpv-icon::before,
.ttpv-content-wrap .ttpv-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.ttpv-content-wrap .ttpv-icon-play::before {
  left: 17px;
  top: 13px;
  border-left: 13px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.ttpv-content-wrap .ttpv-icon-speed::before {
  left: 11px;
  top: 22px;
  width: 22px;
  height: 11px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
}

.ttpv-content-wrap .ttpv-icon-speed::after {
  left: 22px;
  top: 18px;
  width: 3px;
  height: 11px;
  background: #ffffff;
  border-radius: 99px;
  transform: rotate(38deg);
  transform-origin: bottom center;
}

.ttpv-content-wrap .ttpv-icon-frame::before {
  inset: 11px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}

.ttpv-content-wrap .ttpv-icon-frame::after {
  right: 12px;
  bottom: 12px;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #ffffff;
}

.ttpv-content-wrap .ttpv-icon-steps::before {
  left: 12px;
  top: 13px;
  width: 20px;
  height: 4px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.ttpv-content-wrap .ttpv-icon-mobile::before {
  left: 14px;
  top: 9px;
  width: 16px;
  height: 26px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

.ttpv-content-wrap .ttpv-icon-mobile::after {
  left: 20px;
  bottom: 11px;
  width: 5px;
  height: 5px;
  border-radius: 99px;
  background: #ffffff;
}

.ttpv-content-wrap .ttpv-icon-daily::before {
  left: 11px;
  top: 11px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 99px;
}

.ttpv-content-wrap .ttpv-icon-daily::after {
  left: 21px;
  top: 15px;
  width: 3px;
  height: 12px;
  background: #ffffff;
  border-radius: 99px;
  transform: rotate(-38deg);
  transform-origin: bottom center;
}

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

.ttpv-content-wrap .ttpv-step-card {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(20, 28, 44, 0.09);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(0, 242, 234, 0.14), rgba(255, 0, 80, 0.12));
  box-shadow: 0 18px 48px rgba(18, 26, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.ttpv-content-wrap .ttpv-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(18, 26, 42, 0.12);
}

.ttpv-content-wrap .ttpv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.22);
}

.ttpv-content-wrap .ttpv-badge-dot {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 68% 32%, #ffffff 0 14%, transparent 15%),
    linear-gradient(135deg, rgba(0, 224, 216, 0.95), rgba(255, 0, 80, 0.95));
  box-shadow: 0 12px 24px rgba(0, 194, 187, 0.17);
}

.ttpv-content-wrap .ttpv-trust-card {
  text-align: left;
}

.ttpv-content-wrap .ttpv-trust-mark {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.13));
  position: relative;
}

.ttpv-content-wrap .ttpv-trust-mark::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 12px;
  width: 12px;
  height: 20px;
  border-right: 4px solid #ff0050;
  border-bottom: 4px solid #00bdb7;
  transform: rotate(42deg);
  border-radius: 2px;
}

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

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

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

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

  .ttpv-content-wrap .ttpv-section-head h2 {
    font-size: 25px;
  }

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

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

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

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

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

  .ttpv-content-wrap .ttpv-step-list {
    gap: 16px;
    margin-top: 28px;
  }

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

  .ttpv-content-wrap .ttpv-step-number {
    width: 54px;
    height: 46px;
    font-size: 17px;
  }
}

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

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

  .ttpv-content-wrap .ttpv-section-head h2 {
    font-size: 28px;
  }

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

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

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

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

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

  .ttpv-content-wrap .ttpv-step-list {
    gap: 18px;
    margin-top: 32px;
  }

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

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

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

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

  .ttpv-content-wrap .ttpv-section-head h2 {
    font-size: 31px;
  }

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

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

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

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

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

  .ttpv-content-wrap .ttpv-step-list {
    gap: 20px;
    margin-top: 36px;
  }

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

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

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

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

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

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

  .ttpv-content-wrap .ttpv-card-grid {
    gap: 22px;
    margin-top: 42px;
  }

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

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

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

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

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

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

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

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

  .ttpv-content-wrap .ttpv-container {
    padding: 0 34px;
  }

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

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

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

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

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

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

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

  .ttpv-content-wrap .ttpv-step-list {
    gap: 22px;
    margin-top: 48px;
  }

  .ttpv-content-wrap .ttpv-step-card {
    gap: 24px;
    padding: 32px;
  }

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