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

.ttpv-content {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17202f;
  background: #ffffff;
}

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

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

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

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

.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: 0 0 14px;
  padding: 7px 12px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #bb1239;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.ttpv-content .ttpv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 5px rgba(254, 44, 85, 0.08);
}

.ttpv-content h2,
.ttpv-content h3,
.ttpv-content p {
  margin-top: 0;
}

.ttpv-content h2 {
  margin-bottom: 14px;
  color: #101828;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttpv-content .ttpv-heading p {
  margin-bottom: 0;
  color: #586477;
  line-height: 1.72;
}

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

.ttpv-content .ttpv-card,
.ttpv-content .ttpv-trust-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.35), rgba(254, 44, 85, 0.28), rgba(16, 24, 40, 0.05)) border-box;
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttpv-content .ttpv-card::after,
.ttpv-content .ttpv-trust-card::after {
  content: "";
  position: absolute;
  inset: auto -44px -50px auto;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 244, 238, 0.16), transparent 66%);
  pointer-events: none;
}

.ttpv-content .ttpv-card:hover,
.ttpv-content .ttpv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.12);
}

.ttpv-content .ttpv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #111827, #273142);
  box-shadow: 0 14px 26px rgba(16, 24, 40, 0.18);
}

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

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

.ttpv-content .ttpv-icon-play::before {
  left: 18px;
  top: 14px;
  border-left: 13px solid #25f4ee;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.ttpv-content .ttpv-icon-speed::before {
  left: 13px;
  top: 22px;
  width: 22px;
  height: 3px;
  border-radius: 8px;
  background: #fe2c55;
  box-shadow: 5px -8px 0 #25f4ee, -4px 8px 0 rgba(255, 255, 255, 0.72);
}

.ttpv-content .ttpv-icon-frame::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #25f4ee;
  border-radius: 8px;
}

.ttpv-content .ttpv-icon-frame::after {
  left: 19px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #fe2c55;
}

.ttpv-content .ttpv-icon-route::before {
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 3px solid #25f4ee;
  border-left-color: transparent;
  border-radius: 99px;
}

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

.ttpv-content .ttpv-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #25f4ee;
  border-radius: 7px;
}

.ttpv-content .ttpv-icon-mobile::after {
  left: 21px;
  bottom: 12px;
  width: 5px;
  height: 5px;
  border-radius: 99px;
  background: #fe2c55;
}

.ttpv-content .ttpv-icon-daily::before {
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, #25f4ee 0 48%, #fe2c55 52% 100%);
}

.ttpv-content .ttpv-icon-daily::after {
  left: 19px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #ffffff;
}

.ttpv-content .ttpv-card h3,
.ttpv-content .ttpv-trust-card h3,
.ttpv-content .ttpv-step-card h3 {
  margin-bottom: 10px;
  color: #121a29;
  font-weight: 820;
  line-height: 1.26;
  letter-spacing: 0;
}

.ttpv-content .ttpv-card p,
.ttpv-content .ttpv-trust-card p,
.ttpv-content .ttpv-step-card p {
  margin-bottom: 0;
  color: #5d687a;
  line-height: 1.68;
}

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

.ttpv-content .ttpv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.ttpv-content .ttpv-step-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}

.ttpv-content .ttpv-step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 64px rgba(16, 24, 40, 0.12);
}

.ttpv-content .ttpv-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(254, 44, 85, 0.22);
}

.ttpv-content .ttpv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #0f766e;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.ttpv-content .ttpv-trust-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.44), rgba(254, 44, 85, 0.26)) border-box;
}

.ttpv-content .ttpv-trust-mark {
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.22), rgba(254, 44, 85, 0.18));
}

.ttpv-content .ttpv-trust-mark::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 10px;
  height: 17px;
  border-right: 3px solid #0f766e;
  border-bottom: 3px solid #0f766e;
  transform: rotate(42deg);
}

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

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

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

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

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

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

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

  .ttpv-content .ttpv-grid-six,
  .ttpv-content .ttpv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

  .ttpv-content .ttpv-step-number {
    width: 52px;
    height: 52px;
    font-size: 16px;
  }

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

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

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

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

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

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

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

  .ttpv-content .ttpv-grid-six,
  .ttpv-content .ttpv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

  .ttpv-content .ttpv-grid,
  .ttpv-content .ttpv-steps {
    gap: 20px;
    margin-top: 38px;
  }

  .ttpv-content .ttpv-grid-six,
  .ttpv-content .ttpv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 17px;
  }

  .ttpv-content .ttpv-grid,
  .ttpv-content .ttpv-steps {
    gap: 24px;
    margin-top: 50px;
  }

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

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

  .ttpv-content .ttpv-step-card {
    gap: 24px;
    padding: 34px 36px;
  }

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

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

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