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

.ttpv-content {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  line-height: 1.6;
  --ttpv-text: #172033;
  --ttpv-muted: #5f6878;
  --ttpv-soft: #f7f8fb;
  --ttpv-border: rgba(23, 32, 51, 0.1);
  --ttpv-pink: #ff2d75;
  --ttpv-cyan: #20d4d9;
  --ttpv-violet: #6c5ce7;
  --ttpv-shadow: 0 18px 42px rgba(23, 32, 51, 0.1);
}

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

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

.ttpv-content .ttpv-section-soft {
  background:
    radial-gradient(circle at 15% 15%, rgba(32, 212, 217, 0.1), transparent 30%),
    radial-gradient(circle at 85% 10%, rgba(255, 45, 117, 0.09), transparent 28%),
    var(--ttpv-soft);
}

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

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

.ttpv-content .ttpv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #384256;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ttpv-content .ttpv-kicker::before,
.ttpv-content .ttpv-kicker::after {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ttpv-pink), var(--ttpv-cyan));
}

.ttpv-content h2 {
  margin: 0;
  color: var(--ttpv-text);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttpv-content .ttpv-heading p {
  margin: 16px auto 0;
  max-width: 720px;
  color: var(--ttpv-muted);
  font-weight: 450;
}

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

.ttpv-content .ttpv-card,
.ttpv-content .ttpv-trust-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--ttpv-border);
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(23, 32, 51, 0.06);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttpv-content .ttpv-card::before,
.ttpv-content .ttpv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--ttpv-pink), var(--ttpv-cyan), var(--ttpv-violet));
  opacity: 0.85;
}

.ttpv-content .ttpv-card:hover,
.ttpv-content .ttpv-trust-card:hover,
.ttpv-content .ttpv-step:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 45, 117, 0.22);
  box-shadow: var(--ttpv-shadow);
}

.ttpv-content .ttpv-card h3,
.ttpv-content .ttpv-trust-card h3,
.ttpv-content .ttpv-step h3 {
  margin: 0;
  color: var(--ttpv-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttpv-content .ttpv-card p,
.ttpv-content .ttpv-trust-card p,
.ttpv-content .ttpv-step p {
  margin: 10px 0 0;
  color: var(--ttpv-muted);
  font-weight: 430;
}

.ttpv-content .ttpv-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, var(--ttpv-pink), var(--ttpv-cyan)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(32, 212, 217, 0.14);
}

.ttpv-content .ttpv-icon::before,
.ttpv-content .ttpv-icon::after {
  content: "";
  display: block;
  margin: auto;
}

.ttpv-content .ttpv-icon-play::before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid var(--ttpv-pink);
  transform: translateX(2px);
}

.ttpv-content .ttpv-icon-flash::before {
  width: 12px;
  height: 22px;
  background: linear-gradient(180deg, var(--ttpv-cyan), var(--ttpv-pink));
  clip-path: polygon(48% 0, 100% 0, 62% 42%, 100% 42%, 26% 100%, 42% 55%, 0 55%);
}

.ttpv-content .ttpv-icon-frame::before {
  width: 20px;
  height: 16px;
  border: 3px solid var(--ttpv-violet);
  border-radius: 6px;
}

.ttpv-content .ttpv-icon-route::before {
  width: 20px;
  height: 20px;
  border: 3px solid var(--ttpv-cyan);
  border-left-color: transparent;
  border-radius: 50%;
}

.ttpv-content .ttpv-icon-phone::before {
  width: 15px;
  height: 24px;
  border: 3px solid var(--ttpv-pink);
  border-radius: 7px;
}

.ttpv-content .ttpv-icon-daily::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: conic-gradient(from 90deg, var(--ttpv-pink), var(--ttpv-cyan), var(--ttpv-violet), var(--ttpv-pink));
}

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

.ttpv-content .ttpv-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--ttpv-border);
  border-radius: 24px;
  box-shadow: 0 12px 32px rgba(23, 32, 51, 0.06);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttpv-content .ttpv-step::after {
  content: "";
  position: absolute;
  right: -38px;
  top: -38px;
  width: 112px;
  height: 112px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 45, 117, 0.12), rgba(32, 212, 217, 0.12));
}

.ttpv-content .ttpv-step-number {
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, var(--ttpv-pink), var(--ttpv-cyan));
  box-shadow: 0 14px 28px rgba(255, 45, 117, 0.2);
}

.ttpv-content .ttpv-card-softline {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 45, 117, 0.45), rgba(32, 212, 217, 0.35)) border-box;
  border: 1px solid transparent;
}

.ttpv-content .ttpv-badge-dot {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ttpv-pink), var(--ttpv-cyan));
  box-shadow: 0 0 0 8px rgba(32, 212, 217, 0.1);
}

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

.ttpv-content .ttpv-trust-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, #172033, #3a4459);
  box-shadow: 0 10px 24px rgba(23, 32, 51, 0.16);
}

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

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

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

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

  .ttpv-content h2 {
    font-size: 26px;
  }

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

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

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

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

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

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

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

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

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

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

  .ttpv-content h2 {
    font-size: 29px;
  }

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

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

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

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

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

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

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

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

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

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

  .ttpv-content h2 {
    font-size: 32px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ttpv-content .ttpv-step {
    gap: 24px;
    padding: 28px;
  }

  .ttpv-content .ttpv-step-number {
    width: 66px;
    height: 66px;
    font-size: 19px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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