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

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

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

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

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

.tpv-content .tpv-section-soft {
  background:
    radial-gradient(circle at 12% 10%, rgba(37, 244, 238, 0.12), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(255, 0, 80, 0.09), transparent 30%),
    #f7f8fb;
}

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

.tpv-content .tpv-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.tpv-content .tpv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 80, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.13), rgba(255, 0, 80, 0.1));
  color: #b90d45;
  font-size: 13px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0;
}

.tpv-content h2 {
  margin: 16px 0 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}

.tpv-content .tpv-section-head p {
  margin: 16px auto 0;
  color: #5f6b7a;
  font-weight: 450;
  line-height: 1.7;
  letter-spacing: 0;
}

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

.tpv-content .tpv-card,
.tpv-content .tpv-trust-card,
.tpv-content .tpv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(18, 28, 45, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tpv-content .tpv-card::before,
.tpv-content .tpv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.5), rgba(255, 0, 80, 0.42), rgba(17, 24, 39, 0));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.tpv-content .tpv-card:hover,
.tpv-content .tpv-trust-card:hover,
.tpv-content .tpv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.16);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}

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

.tpv-content .tpv-icon {
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee 0%, #ffffff 48%, #ff0050 100%);
  box-shadow: 0 12px 26px rgba(255, 0, 80, 0.13);
  transition: transform 260ms ease;
}

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

.tpv-content .tpv-icon::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: inset 0 0 0 2px rgba(17, 24, 39, 0.16);
}

.tpv-content .tpv-icon-play::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 19px;
  top: 15px;
  border-left: 11px solid #111827;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.tpv-content .tpv-icon-bolt::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 19px;
  top: 12px;
  width: 8px;
  height: 20px;
  background: #111827;
  clip-path: polygon(48% 0, 100% 0, 62% 42%, 100% 42%, 35% 100%, 45% 56%, 0 56%);
}

.tpv-content .tpv-icon-frame::before,
.tpv-content .tpv-icon-phone::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 13px 15px;
  border: 2px solid #111827;
  border-radius: 5px;
}

.tpv-content .tpv-icon-route::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 14px;
  top: 21px;
  width: 18px;
  height: 2px;
  background: #111827;
  box-shadow: 0 -7px 0 #111827, 0 7px 0 #111827;
}

.tpv-content .tpv-icon-check::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 17px;
  width: 15px;
  height: 8px;
  border-left: 3px solid #111827;
  border-bottom: 3px solid #111827;
  transform: rotate(-45deg);
}

.tpv-content h3 {
  margin: 0;
  color: #152033;
  font-weight: 780;
  line-height: 1.22;
  letter-spacing: 0;
}

.tpv-content .tpv-card p,
.tpv-content .tpv-trust-card p,
.tpv-content .tpv-step-card p {
  margin: 12px 0 0;
  color: #606b7a;
  font-weight: 440;
  line-height: 1.68;
  letter-spacing: 0;
}

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

.tpv-content .tpv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(255, 0, 80, 0.14));
}

.tpv-content .tpv-step-card::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.2), rgba(255, 0, 80, 0.16));
  transition: transform 260ms ease;
}

.tpv-content .tpv-step-card:hover::after {
  transform: scale(1.12);
}

.tpv-content .tpv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #111827;
  color: #ffffff;
  font-weight: 840;
  letter-spacing: 0;
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.18);
}

.tpv-content .tpv-step-content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.tpv-content .tpv-use-card {
  background: linear-gradient(180deg, #ffffff, #fbfcff);
}

.tpv-content .tpv-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
  box-shadow: 0 0 0 8px rgba(37, 244, 238, 0.1), 0 0 0 14px rgba(255, 0, 80, 0.05);
}

.tpv-content .tpv-trust-card {
  overflow: hidden;
  background: #ffffff;
}

.tpv-content .tpv-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 34px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
  color: #ffffff;
  font-size: 13px;
  font-weight: 830;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(255, 0, 80, 0.15);
}

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

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

@media (prefers-reduced-motion: reduce) {
  .tpv-content .tpv-reveal,
  .tpv-content .tpv-card,
  .tpv-content .tpv-trust-card,
  .tpv-content .tpv-step-card,
  .tpv-content .tpv-icon,
  .tpv-content .tpv-step-card::after {
    transition: none;
  }

  .tpv-content .tpv-reveal {
    opacity: 1;
    transform: none;
  }
}

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

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

  .tpv-content h2 {
    font-size: 28px;
  }

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

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

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

  .tpv-content h3 {
    font-size: 18px;
  }

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

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

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

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

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

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

  .tpv-content h2 {
    font-size: 31px;
  }

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

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

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

  .tpv-content h3 {
    font-size: 19px;
  }

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

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

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

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

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

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

  .tpv-content h2 {
    font-size: 35px;
  }

  .tpv-content .tpv-section-head p {
    font-size: 16px;
  }

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

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

  .tpv-content h3 {
    font-size: 20px;
  }

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

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

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

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

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

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

  .tpv-content h2 {
    font-size: 42px;
  }

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

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

  .tpv-content .tpv-grid-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .tpv-content h3 {
    font-size: 20px;
  }

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

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

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

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

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

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

  .tpv-content h2 {
    font-size: 48px;
  }

  .tpv-content .tpv-section-head p {
    font-size: 18px;
  }

  .tpv-content .tpv-grid {
    gap: 24px;
    margin-top: 50px;
  }

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

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

  .tpv-content h3 {
    font-size: 21px;
  }

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

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

  .tpv-content .tpv-step-card {
    gap: 26px;
    padding: 32px;
  }

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