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

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

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

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

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

.tpav-content-wrap .tpav-section-soft {
  background: linear-gradient(180deg, #fbfbfd 0%, #f6f8fb 100%);
}

.tpav-content-wrap .tpav-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.tpav-content-wrap .tpav-section::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 50%;
  width: 520px;
  height: 520px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 35% 35%, rgba(0, 242, 234, 0.18), transparent 38%),
    radial-gradient(circle at 68% 42%, rgba(255, 0, 80, 0.13), transparent 40%);
  filter: blur(18px);
  opacity: 0.75;
  pointer-events: none;
}

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

.tpav-content-wrap .tpav-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(20, 21, 31, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 28px rgba(20, 21, 31, 0.05);
  color: #55596a;
  font-size: 13px;
  font-weight: 700;
}

.tpav-content-wrap .tpav-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 0 0 5px rgba(0, 242, 234, 0.12);
}

.tpav-content-wrap h2 {
  margin: 0;
  color: #11131c;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.tpav-content-wrap .tpav-heading p {
  margin: 16px auto 0;
  max-width: 690px;
  color: #5d6272;
  font-weight: 450;
}

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

.tpav-content-wrap .tpav-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(20, 21, 31, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0, 242, 234, 0.4), rgba(255, 0, 80, 0.26), rgba(20, 21, 31, 0.08)) border-box;
  box-shadow: 0 18px 48px rgba(17, 19, 28, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tpav-content-wrap .tpav-card::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.07), transparent 68%);
  transition: transform 300ms ease, opacity 300ms ease;
}

.tpav-content-wrap .tpav-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 242, 234, 0.34);
  box-shadow: 0 24px 64px rgba(17, 19, 28, 0.12);
}

.tpav-content-wrap .tpav-card:hover::after {
  transform: scale(1.18);
  opacity: 0.9;
}

.tpav-content-wrap .tpav-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151722;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tpav-content-wrap .tpav-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #626879;
  font-weight: 450;
}

.tpav-content-wrap .tpav-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00f2ea 0%, #8a6cff 50%, #ff0050 100%);
  box-shadow: 0 14px 30px rgba(0, 242, 234, 0.18);
}

.tpav-content-wrap .tpav-icon::before,
.tpav-content-wrap .tpav-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}

.tpav-content-wrap .tpav-icon-play::before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffffff;
  transform: translateX(2px);
}

.tpav-content-wrap .tpav-icon-bolt::before {
  width: 11px;
  height: 23px;
  background: #ffffff;
  clip-path: polygon(55% 0, 18% 45%, 48% 45%, 33% 100%, 84% 34%, 53% 34%);
}

.tpav-content-wrap .tpav-icon-frame::before {
  width: 22px;
  height: 16px;
  border: 3px solid #ffffff;
  border-radius: 5px;
}

.tpav-content-wrap .tpav-icon-path::before {
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-left-color: transparent;
  border-radius: 999px;
}

.tpav-content-wrap .tpav-icon-phone::before {
  width: 15px;
  height: 24px;
  border: 3px solid #ffffff;
  border-radius: 5px;
}

.tpav-content-wrap .tpav-icon-check::before {
  width: 18px;
  height: 10px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg) translate(2px, -1px);
}

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

.tpav-content-wrap .tpav-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(20, 21, 31, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(17, 19, 28, 0.07);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.tpav-content-wrap .tpav-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 99px;
  background: linear-gradient(180deg, #00f2ea, #ff0050);
}

.tpav-content-wrap .tpav-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(17, 19, 28, 0.1);
}

.tpav-content-wrap .tpav-step-number {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 22px;
  background: #11131c;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(17, 19, 28, 0.18);
}

.tpav-content-wrap .tpav-step-content h3 {
  margin: 0;
  color: #151722;
  font-weight: 800;
  line-height: 1.25;
}

.tpav-content-wrap .tpav-step-content p {
  margin: 8px 0 0;
  color: #626879;
}

.tpav-content-wrap .tpav-badge {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.13), rgba(255, 0, 80, 0.1));
  color: #303343;
  font-size: 12px;
  font-weight: 800;
}

.tpav-content-wrap .tpav-use-card {
  background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
}

.tpav-content-wrap .tpav-trust-card {
  border-color: rgba(20, 21, 31, 0.07);
}

.tpav-content-wrap .tpav-trust-mark {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.18), rgba(255, 0, 80, 0.14));
}

.tpav-content-wrap .tpav-trust-mark::before {
  content: "";
  position: absolute;
  inset: 14px 12px;
  border-left: 3px solid #11131c;
  border-bottom: 3px solid #11131c;
  transform: rotate(-45deg) translate(1px, -2px);
}

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

.tpav-content-wrap .tpav-reveal.tpav-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

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

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

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

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

  .tpav-content-wrap .tpav-card {
    padding: 22px;
    border-radius: 20px;
  }

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

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

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

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

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

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

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

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

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

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

  .tpav-content-wrap .tpav-card {
    padding: 24px;
  }

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

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

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

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

  .tpav-content-wrap .tpav-step-number {
    width: 62px;
    height: 62px;
    font-size: 17px;
  }
}

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

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

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

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

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

  .tpav-content-wrap .tpav-card {
    padding: 26px;
  }

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

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

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

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

  .tpav-content-wrap .tpav-step-number {
    width: 66px;
    height: 66px;
    font-size: 18px;
  }
}

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

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

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

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

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

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

  .tpav-content-wrap .tpav-card {
    padding: 28px;
  }

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

  .tpav-content-wrap .tpav-card p,
  .tpav-content-wrap .tpav-step-content p {
    font-size: 16px;
  }

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

  .tpav-content-wrap .tpav-step {
    gap: 22px;
    padding: 28px 30px;
  }

  .tpav-content-wrap .tpav-step-number {
    font-size: 18px;
  }
}

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

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

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

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

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

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

  .tpav-content-wrap .tpav-card {
    padding: 30px;
  }

  .tpav-content-wrap .tpav-card h3,
  .tpav-content-wrap .tpav-step-content h3 {
    font-size: 22px;
  }

  .tpav-content-wrap .tpav-card p,
  .tpav-content-wrap .tpav-step-content p {
    font-size: 16px;
  }

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

  .tpav-content-wrap .tpav-step {
    gap: 26px;
    padding: 30px 34px;
  }

  .tpav-content-wrap .tpav-step-number {
    font-size: 19px;
  }
}