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

.tpav-content-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  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 section,
.tpav-content-wrap div,
.tpav-content-wrap article {
  box-sizing: border-box;
}

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

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

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

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

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

.tpav-content-wrap .tpav-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 14px;
  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: #b81742;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
}

.tpav-content-wrap h2 {
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.14;
  letter-spacing: 0;
}

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

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

.tpav-content-wrap .tpav-card,
.tpav-content-wrap .tpav-benefit-card,
.tpav-content-wrap .tpav-step-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tpav-content-wrap .tpav-card {
  overflow: hidden;
  border-radius: 22px;
}

.tpav-content-wrap .tpav-card::before,
.tpav-content-wrap .tpav-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), transparent 32%, rgba(254, 44, 85, 0.12));
  opacity: 0;
  transition: opacity 220ms ease;
}

.tpav-content-wrap .tpav-card:hover,
.tpav-content-wrap .tpav-benefit-card:hover,
.tpav-content-wrap .tpav-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}

.tpav-content-wrap .tpav-card:hover::before,
.tpav-content-wrap .tpav-benefit-card:hover::before {
  opacity: 1;
}

.tpav-content-wrap .tpav-card h3,
.tpav-content-wrap .tpav-benefit-card h3,
.tpav-content-wrap .tpav-step-content h3 {
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.tpav-content-wrap .tpav-card p,
.tpav-content-wrap .tpav-benefit-card p,
.tpav-content-wrap .tpav-step-content p {
  position: relative;
  margin: 10px 0 0;
  color: #647084;
  font-weight: 440;
}

.tpav-content-wrap .tpav-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 26px rgba(254, 44, 85, 0.20);
}

.tpav-content-wrap .tpav-icon::before,
.tpav-content-wrap .tpav-icon::after {
  content: "";
  position: absolute;
  display: block;
}

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

.tpav-content-wrap .tpav-icon-bolt::before {
  left: 18px;
  top: 11px;
  width: 12px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(48% 0, 100% 0, 63% 42%, 100% 42%, 28% 100%, 43% 55%, 0 55%);
}

.tpav-content-wrap .tpav-icon-frame::before {
  inset: 13px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

.tpav-content-wrap .tpav-icon-route::before {
  left: 13px;
  top: 14px;
  width: 22px;
  height: 14px;
  border: 3px solid #ffffff;
  border-left-color: transparent;
  border-radius: 12px;
}

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

.tpav-content-wrap .tpav-icon-daily::before {
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}

.tpav-content-wrap .tpav-icon-daily::after {
  left: 23px;
  top: 16px;
  width: 3px;
  height: 12px;
  background: #ffffff;
  border-radius: 3px;
  transform-origin: bottom;
  transform: rotate(-40deg);
}

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

.tpav-content-wrap .tpav-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.55), rgba(254, 44, 85, 0.42)) border-box;
  border: 1px solid transparent;
}

.tpav-content-wrap .tpav-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #101828;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 18px 35px rgba(16, 24, 40, 0.18);
}

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

.tpav-content-wrap .tpav-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 8px rgba(37, 244, 238, 0.10);
}

.tpav-content-wrap .tpav-benefit-card {
  overflow: hidden;
  border-radius: 22px;
}

.tpav-content-wrap .tpav-badge {
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0;
}

.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, box-shadow 220ms ease, border-color 220ms ease;
}

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

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

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

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

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

  .tpav-content-wrap .tpav-card,
  .tpav-content-wrap .tpav-benefit-card {
    padding: 22px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tpav-content-wrap .tpav-step-list {
    gap: 24px;
    margin-top: 50px;
  }

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

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