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

.tpiv-content-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}

.tpiv-content-wrap,
.tpiv-content-wrap .tpiv-section,
.tpiv-content-wrap .tpiv-container,
.tpiv-content-wrap .tpiv-card,
.tpiv-content-wrap .tpiv-step-card,
.tpiv-content-wrap .tpiv-trust-card {
  box-sizing: border-box;
}

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

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

.tpiv-content-wrap .tpiv-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(225, 48, 108, 0.08), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(131, 58, 180, 0.08), transparent 30%),
    #fbfafc;
}

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

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

.tpiv-content-wrap .tpiv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(225, 48, 108, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.10), rgba(252, 175, 69, 0.12));
  color: #b51d5c;
  font-weight: 700;
  line-height: 1.2;
}

.tpiv-content-wrap .tpiv-heading-block h2 {
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.tpiv-content-wrap .tpiv-heading-block p {
  margin: 16px auto 0;
  color: #5d6678;
  line-height: 1.7;
}

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

.tpiv-content-wrap .tpiv-card,
.tpiv-content-wrap .tpiv-step-card,
.tpiv-content-wrap .tpiv-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tpiv-content-wrap .tpiv-card::before,
.tpiv-content-wrap .tpiv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.38), rgba(252, 175, 69, 0.25), rgba(131, 58, 180, 0.28));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.tpiv-content-wrap .tpiv-card:hover,
.tpiv-content-wrap .tpiv-step-card:hover,
.tpiv-content-wrap .tpiv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(225, 48, 108, 0.22);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
}

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

.tpiv-content-wrap .tpiv-card h3,
.tpiv-content-wrap .tpiv-step-card h3,
.tpiv-content-wrap .tpiv-trust-card h3 {
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

.tpiv-content-wrap .tpiv-card p,
.tpiv-content-wrap .tpiv-step-card p,
.tpiv-content-wrap .tpiv-trust-card p {
  margin: 10px 0 0;
  color: #646d7f;
  line-height: 1.68;
}

.tpiv-content-wrap .tpiv-icon {
  display: inline-flex;
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #e1306c, #fd8d32);
  box-shadow: 0 12px 24px rgba(225, 48, 108, 0.22);
}

.tpiv-content-wrap .tpiv-icon::before,
.tpiv-content-wrap .tpiv-icon::after {
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}

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

.tpiv-content-wrap .tpiv-icon-view::before {
  width: 20px;
  height: 12px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.tpiv-content-wrap .tpiv-icon-view::after {
  width: 6px;
  height: 6px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #ffffff;
}

.tpiv-content-wrap .tpiv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-left-color: transparent;
}

.tpiv-content-wrap .tpiv-icon-speed::after {
  width: 11px;
  height: 2px;
  left: 21px;
  top: 21px;
  background: #ffffff;
  transform-origin: left center;
  transform: rotate(-35deg);
}

.tpiv-content-wrap .tpiv-icon-preview::before {
  width: 22px;
  height: 16px;
  left: 11px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.tpiv-content-wrap .tpiv-icon-preview::after {
  width: 8px;
  height: 8px;
  left: 18px;
  top: 18px;
  border-radius: 3px;
  background: #ffffff;
}

.tpiv-content-wrap .tpiv-icon-steps::before {
  width: 6px;
  height: 6px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}

.tpiv-content-wrap .tpiv-icon-steps::after {
  width: 15px;
  height: 2px;
  left: 23px;
  top: 14px;
  background: #ffffff;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}

.tpiv-content-wrap .tpiv-icon-mobile::before {
  width: 16px;
  height: 24px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.tpiv-content-wrap .tpiv-icon-mobile::after {
  width: 4px;
  height: 4px;
  left: 20px;
  top: 28px;
  border-radius: 50%;
  background: #ffffff;
}

.tpiv-content-wrap .tpiv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.tpiv-content-wrap .tpiv-icon-daily::after {
  width: 12px;
  height: 7px;
  left: 16px;
  top: 18px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

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

.tpiv-content-wrap .tpiv-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(225, 48, 108, 0.08), rgba(252, 175, 69, 0.08));
}

.tpiv-content-wrap .tpiv-step-card::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -62px;
  top: -70px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.12), rgba(131, 58, 180, 0.10));
}

.tpiv-content-wrap .tpiv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #833ab4, #e1306c 56%, #fd8d32);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(225, 48, 108, 0.22);
}

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

.tpiv-content-wrap .tpiv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(131, 58, 180, 0.08);
  color: #7a2ea5;
  font-weight: 800;
  line-height: 1.2;
}

.tpiv-content-wrap .tpiv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(252, 175, 69, 0.12), transparent 42%);
}

.tpiv-content-wrap .tpiv-trust-card {
  background: #ffffff;
}

.tpiv-content-wrap .tpiv-trust-mark {
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.13), rgba(252, 175, 69, 0.16));
}

.tpiv-content-wrap .tpiv-trust-mark::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 13px;
  top: 14px;
  border-left: 3px solid #e1306c;
  border-bottom: 3px solid #e1306c;
  transform: rotate(-45deg);
}

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

.tpiv-content-wrap .tpiv-reveal.tpiv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

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

  .tpiv-content-wrap .tpiv-container {
    padding: 0 16px;
  }

  .tpiv-content-wrap .tpiv-heading-block h2 {
    font-size: 26px;
  }

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

  .tpiv-content-wrap .tpiv-kicker {
    font-size: 12px;
  }

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

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

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

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

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

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

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

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

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

  .tpiv-content-wrap .tpiv-heading-block h2 {
    font-size: 28px;
  }

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

  .tpiv-content-wrap .tpiv-kicker {
    font-size: 12.5px;
  }

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

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

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

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

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

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

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

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

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

  .tpiv-content-wrap .tpiv-heading-block h2 {
    font-size: 32px;
  }

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

  .tpiv-content-wrap .tpiv-kicker {
    font-size: 13px;
  }

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

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

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

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

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

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

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

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

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

  .tpiv-content-wrap .tpiv-heading-block h2 {
    font-size: 38px;
  }

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

  .tpiv-content-wrap .tpiv-kicker {
    font-size: 13px;
  }

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

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

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

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

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

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

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

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

  .tpiv-content-wrap .tpiv-container {
    padding: 0 34px;
  }

  .tpiv-content-wrap .tpiv-heading-block h2 {
    font-size: 44px;
  }

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

  .tpiv-content-wrap .tpiv-kicker {
    font-size: 13px;
  }

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

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

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

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

  .tpiv-content-wrap .tpiv-steps {
    gap: 22px;
    margin-top: 50px;
  }

  .tpiv-content-wrap .tpiv-step-card {
    gap: 28px;
    padding: 32px;
  }

  .tpiv-content-wrap .tpiv-step-number {
    width: 72px;
    height: 72px;
    font-size: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tpiv-content-wrap .tpiv-reveal,
  .tpiv-content-wrap .tpiv-reveal.tpiv-visible,
  .tpiv-content-wrap .tpiv-card,
  .tpiv-content-wrap .tpiv-step-card,
  .tpiv-content-wrap .tpiv-trust-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}