@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: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}

.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%;
}

.tpav-content-wrap .tpav-section-white {
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 244, 238, 0.09), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.08), transparent 28%),
    #ffffff;
}

.tpav-content-wrap .tpav-section-soft {
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.07), rgba(254, 44, 85, 0.06)),
    #f7f9fc;
}

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

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

.tpav-content-wrap .tpav-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 14px;
  margin: 0 0 14px;
  border: 1px solid rgba(37, 244, 238, 0.34);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #0d5664;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.tpav-content-wrap .tpav-section-head h2 {
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.tpav-content-wrap .tpav-section-head p {
  margin: 14px auto 0;
  color: #536075;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}

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

.tpav-content-wrap .tpav-card,
.tpav-content-wrap .tpav-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(20, 32, 50, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 42px rgba(22, 31, 49, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

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

.tpav-content-wrap .tpav-card:hover,
.tpav-content-wrap .tpav-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 244, 238, 0.34);
  box-shadow: 0 22px 56px rgba(22, 31, 49, 0.13);
}

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

.tpav-content-wrap .tpav-card h3,
.tpav-content-wrap .tpav-step-card h3,
.tpav-content-wrap .tpav-trust-card h3 {
  position: relative;
  margin: 0;
  color: #151f31;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tpav-content-wrap .tpav-card p,
.tpav-content-wrap .tpav-step-card p,
.tpav-content-wrap .tpav-trust-card p {
  position: relative;
  margin: 10px 0 0;
  color: #5b6678;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: 0;
}

.tpav-content-wrap .tpav-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 28px rgba(254, 44, 85, 0.17);
  transition: transform 260ms ease;
}

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

.tpav-content-wrap .tpav-icon::before,
.tpav-content-wrap .tpav-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

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

.tpav-content-wrap .tpav-icon-speed::before {
  left: 12px;
  top: 22px;
  width: 22px;
  height: 4px;
  border-radius: 999px;
  transform: rotate(-28deg);
}

.tpav-content-wrap .tpav-icon-speed::after {
  left: 12px;
  top: 12px;
  width: 18px;
  height: 18px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  background: transparent;
}

.tpav-content-wrap .tpav-icon-preview::before {
  left: 10px;
  top: 13px;
  width: 26px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}

.tpav-content-wrap .tpav-icon-preview::after {
  left: 19px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.tpav-content-wrap .tpav-icon-steps::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 4px;
  border-radius: 999px;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}

.tpav-content-wrap .tpav-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}

.tpav-content-wrap .tpav-icon-mobile::after {
  left: 21px;
  top: 31px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

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

.tpav-content-wrap .tpav-icon-daily::after {
  left: 22px;
  top: 16px;
  width: 3px;
  height: 13px;
  border-radius: 999px;
  transform-origin: bottom;
  transform: rotate(38deg);
}

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

.tpav-content-wrap .tpav-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(37, 244, 238, 0.24);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.84));
  box-shadow: 0 16px 44px rgba(22, 31, 49, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tpav-content-wrap .tpav-step-card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}

.tpav-content-wrap .tpav-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(254, 44, 85, 0.28);
  box-shadow: 0 22px 54px rgba(22, 31, 49, 0.12);
}

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

.tpav-content-wrap .tpav-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 6px 11px;
  margin: 0 0 16px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #0d5664;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

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

.tpav-content-wrap .tpav-trust-dot {
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 8px rgba(37, 244, 238, 0.1), 0 12px 24px rgba(254, 44, 85, 0.18);
}

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

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

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

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

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

  .tpav-content-wrap .tpav-section-head p {
    font-size: 14px;
  }

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

  .tpav-content-wrap .tpav-card,
  .tpav-content-wrap .tpav-trust-card {
    padding: 20px;
    border-radius: 18px;
  }

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

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

  .tpav-content-wrap .tpav-steps {
    gap: 14px;
    margin-top: 28px;
  }

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

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

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

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

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

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

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

  .tpav-content-wrap .tpav-card,
  .tpav-content-wrap .tpav-trust-card {
    padding: 22px;
    border-radius: 19px;
  }

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

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

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

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

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

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

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

  .tpav-content-wrap .tpav-section-head h2 {
    font-size: 32px;
  }

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

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

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

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

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

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

  .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: 16px;
  }
}

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

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

  .tpav-content-wrap .tpav-section-head h2 {
    font-size: 38px;
  }

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

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

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

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

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

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

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

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

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

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

  .tpav-content-wrap .tpav-section-head h2 {
    font-size: 44px;
  }

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

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

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

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

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

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

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

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