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

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

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

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

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

.tpiv-content .tpiv-section-soft {
  background:
    radial-gradient(circle at 12% 12%, rgba(236, 72, 153, 0.08), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(99, 102, 241, 0.08), transparent 32%),
    #f8fafc;
}

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

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

.tpiv-content .tpiv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(236, 72, 153, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(99, 102, 241, 0.1));
  color: #9d174d;
  font-weight: 700;
  line-height: 1;
}

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

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

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

.tpiv-content .tpiv-card,
.tpiv-content .tpiv-step {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tpiv-content .tpiv-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
}

.tpiv-content .tpiv-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ec4899, #f97316, #6366f1);
  opacity: 0.86;
}

.tpiv-content .tpiv-card:hover,
.tpiv-content .tpiv-step:hover {
  transform: translateY(-6px);
  border-color: rgba(236, 72, 153, 0.34);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.11);
}

.tpiv-content .tpiv-card h3,
.tpiv-content .tpiv-step h3 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.tpiv-content .tpiv-card p,
.tpiv-content .tpiv-step p {
  margin: 12px 0 0;
  color: #5b6676;
  line-height: 1.68;
}

.tpiv-content .tpiv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.14), rgba(99, 102, 241, 0.14));
  box-shadow: inset 0 0 0 1px rgba(236, 72, 153, 0.14);
}

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

.tpiv-content .tpiv-icon-eye::before {
  width: 22px;
  height: 14px;
  border: 2px solid #db2777;
  border-radius: 999px 999px 999px 999px / 80% 80% 80% 80%;
}

.tpiv-content .tpiv-icon-eye::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6366f1;
}

.tpiv-content .tpiv-icon-bolt::before {
  width: 13px;
  height: 23px;
  background: linear-gradient(135deg, #ec4899, #f97316);
  clip-path: polygon(58% 0, 18% 49%, 48% 49%, 34% 100%, 84% 38%, 54% 38%);
}

.tpiv-content .tpiv-icon-frame::before {
  width: 23px;
  height: 18px;
  border: 2px solid #6366f1;
  border-radius: 6px;
}

.tpiv-content .tpiv-icon-frame::after {
  width: 7px;
  height: 7px;
  right: 12px;
  bottom: 13px;
  border-radius: 50%;
  background: #ec4899;
}

.tpiv-content .tpiv-icon-path::before {
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, #ec4899, #6366f1);
}

.tpiv-content .tpiv-icon-path::after {
  width: 9px;
  height: 9px;
  right: 11px;
  border-top: 2px solid #6366f1;
  border-right: 2px solid #6366f1;
  transform: rotate(45deg);
}

.tpiv-content .tpiv-icon-mobile::before {
  width: 16px;
  height: 25px;
  border: 2px solid #db2777;
  border-radius: 6px;
}

.tpiv-content .tpiv-icon-mobile::after {
  width: 5px;
  height: 2px;
  bottom: 12px;
  border-radius: 3px;
  background: #6366f1;
}

.tpiv-content .tpiv-icon-daily::before {
  width: 22px;
  height: 22px;
  border: 2px solid #6366f1;
  border-radius: 50%;
}

.tpiv-content .tpiv-icon-daily::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #ec4899;
  border-bottom: 2px solid #ec4899;
  transform: translate(1px, -1px);
}

.tpiv-content .tpiv-icon-lock::before {
  width: 22px;
  height: 16px;
  bottom: 11px;
  border-radius: 6px;
  background: linear-gradient(135deg, #ec4899, #6366f1);
}

.tpiv-content .tpiv-icon-lock::after {
  width: 14px;
  height: 12px;
  top: 10px;
  border: 2px solid #db2777;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.tpiv-content .tpiv-icon-clean::before {
  width: 23px;
  height: 17px;
  border: 2px solid #6366f1;
  border-radius: 7px;
}

.tpiv-content .tpiv-icon-clean::after {
  width: 12px;
  height: 2px;
  background: #ec4899;
  box-shadow: 0 6px 0 rgba(236, 72, 153, 0.55);
}

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

.tpiv-content .tpiv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.12), rgba(99, 102, 241, 0.12));
  color: #9d174d;
  font-weight: 800;
  line-height: 1;
}

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

.tpiv-content .tpiv-step {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
}

.tpiv-content .tpiv-step::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ec4899, #f97316, #6366f1);
}

.tpiv-content .tpiv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #ec4899, #f97316 48%, #6366f1);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(236, 72, 153, 0.22);
}

.tpiv-content .tpiv-step-content {
  min-width: 0;
}

.tpiv-content .tpiv-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(236, 72, 153, 0.13), transparent 44%);
}

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

.tpiv-content .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 .tpiv-section {
    padding: 52px 0;
  }

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

  .tpiv-content .tpiv-heading h2 {
    font-size: 25px;
  }

  .tpiv-content .tpiv-heading p {
    font-size: 14.5px;
  }

  .tpiv-content .tpiv-kicker,
  .tpiv-content .tpiv-badge {
    font-size: 11px;
  }

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

  .tpiv-content .tpiv-card {
    padding: 26px 20px 22px;
  }

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

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

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

  .tpiv-content .tpiv-step {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 20px 22px;
  }

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

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

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

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

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

  .tpiv-content .tpiv-kicker,
  .tpiv-content .tpiv-badge {
    font-size: 11.5px;
  }

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

  .tpiv-content .tpiv-card {
    padding: 28px 22px 24px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tpiv-content .tpiv-card {
    padding: 30px 24px 26px;
  }

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

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

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

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

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

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

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

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

  .tpiv-content .tpiv-heading p {
    font-size: 16.5px;
  }

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

  .tpiv-content .tpiv-grid-three,
  .tpiv-content .tpiv-grid-final {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tpiv-content .tpiv-grid {
    gap: 22px;
    margin-top: 42px;
  }

  .tpiv-content .tpiv-card {
    padding: 32px 26px 28px;
  }

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

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

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

  .tpiv-content .tpiv-step {
    grid-template-columns: 76px 1fr;
    gap: 24px;
    padding: 30px 30px 30px 34px;
  }

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

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

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

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

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

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

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

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

  .tpiv-content .tpiv-card {
    padding: 34px 28px 30px;
  }

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

  .tpiv-content .tpiv-card p,
  .tpiv-content .tpiv-step p {
    font-size: 15.8px;
  }

  .tpiv-content .tpiv-steps {
    gap: 24px;
    margin-top: 48px;
  }

  .tpiv-content .tpiv-step {
    grid-template-columns: 88px 1fr;
    gap: 28px;
    padding: 34px 38px 34px 42px;
  }

  .tpiv-content .tpiv-step-number {
    width: 76px;
    height: 76px;
    font-size: 20px;
  }
}