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

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

.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 15% 18%, rgba(255, 0, 80, 0.07), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(37, 244, 238, 0.09), transparent 30%),
    #f8fafc;
}

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

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

.ttpv-content-wrap .ttpv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 0, 80, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 80, 0.08), rgba(37, 244, 238, 0.1));
  color: #bf164f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

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

.ttpv-content-wrap .ttpv-heading p {
  margin: 16px auto 0;
  color: #5b6472;
  font-weight: 400;
  line-height: 1.75;
}

.ttpv-content-wrap .ttpv-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;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttpv-content-wrap .ttpv-card::before,
.ttpv-content-wrap .ttpv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #ff0050, #25f4ee);
  opacity: 0.78;
}

.ttpv-content-wrap .ttpv-card:hover,
.ttpv-content-wrap .ttpv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 0, 80, 0.22);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.13);
}

.ttpv-content-wrap .ttpv-card h3,
.ttpv-content-wrap .ttpv-trust-card h3,
.ttpv-content-wrap .ttpv-step-content h3 {
  margin: 0;
  color: #111827;
  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-content p {
  margin: 12px 0 0;
  color: #626c7a;
  line-height: 1.7;
}

.ttpv-content-wrap .ttpv-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 0, 80, 0.12), rgba(37, 244, 238, 0.16));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.ttpv-content-wrap .ttpv-icon::before,
.ttpv-content-wrap .ttpv-icon::after {
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}

.ttpv-content-wrap .ttpv-card:hover .ttpv-icon::before,
.ttpv-content-wrap .ttpv-card:hover .ttpv-icon::after {
  transform: translateY(-2px);
}

.ttpv-content-wrap .ttpv-icon-play::before {
  left: 19px;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ff0050;
}

.ttpv-content-wrap .ttpv-icon-flash::before {
  left: 18px;
  top: 11px;
  width: 13px;
  height: 26px;
  background: linear-gradient(135deg, #ff0050, #25f4ee);
  clip-path: polygon(48% 0, 100% 0, 66% 43%, 100% 43%, 32% 100%, 45% 56%, 0 56%);
}

.ttpv-content-wrap .ttpv-icon-frame::before {
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 2px solid #ff0050;
  border-radius: 7px;
}

.ttpv-content-wrap .ttpv-icon-frame::after {
  left: 20px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25f4ee;
}

.ttpv-content-wrap .ttpv-icon-path::before {
  left: 13px;
  top: 22px;
  width: 22px;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, #ff0050, #25f4ee);
}

.ttpv-content-wrap .ttpv-icon-path::after {
  right: 11px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #25f4ee;
  border-right: 3px solid #25f4ee;
  transform: rotate(45deg);
}

.ttpv-content-wrap .ttpv-icon-phone::before {
  left: 16px;
  top: 10px;
  width: 16px;
  height: 28px;
  border: 2px solid #ff0050;
  border-radius: 7px;
}

.ttpv-content-wrap .ttpv-icon-phone::after {
  left: 22px;
  bottom: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #25f4ee;
}

.ttpv-content-wrap .ttpv-icon-daily::before {
  left: 12px;
  top: 15px;
  width: 24px;
  height: 18px;
  border: 2px solid #ff0050;
  border-radius: 7px;
}

.ttpv-content-wrap .ttpv-icon-daily::after {
  left: 17px;
  top: 21px;
  width: 14px;
  height: 2px;
  border-radius: 99px;
  background: #25f4ee;
  box-shadow: 0 5px 0 rgba(37, 244, 238, 0.75);
}

.ttpv-content-wrap .ttpv-steps {
  position: relative;
  display: grid;
}

.ttpv-content-wrap .ttpv-step-card {
  position: relative;
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.08);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.ttpv-content-wrap .ttpv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.35);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.12);
}

.ttpv-content-wrap .ttpv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ff0050, #25f4ee);
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(255, 0, 80, 0.18);
}

.ttpv-content-wrap .ttpv-card-use {
  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.16), transparent 34%);
}

.ttpv-content-wrap .ttpv-dot {
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: #ff0050;
  box-shadow: 14px 0 0 #25f4ee, 28px 0 0 rgba(17, 24, 39, 0.16);
}

.ttpv-content-wrap .ttpv-badge {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #0b7d80;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-content h3 {
    font-size: 19px;
  }

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

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

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

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

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

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

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

  .ttpv-content-wrap .ttpv-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-content h3 {
    font-size: 20px;
  }

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

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

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

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

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

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

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

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

  .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-content h3 {
    font-size: 21px;
  }

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

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

  .ttpv-content-wrap .ttpv-step-card {
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: 30px;
  }
}

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

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

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

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

  .ttpv-content-wrap .ttpv-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-content h3 {
    font-size: 22px;
  }

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

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

  .ttpv-content-wrap .ttpv-step-card {
    grid-template-columns: 98px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding: 34px;
  }
}