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

.tpv-editorial-wrap {
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

.tpv-editorial-wrap,
.tpv-editorial-wrap section,
.tpv-editorial-wrap div,
.tpv-editorial-wrap article {
  box-sizing: border-box;
}

.tpv-editorial-wrap .tpv-section {
  position: relative;
}

.tpv-editorial-wrap .tpv-section-white {
  background: #ffffff;
}

.tpv-editorial-wrap .tpv-section-soft {
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fc 100%);
}

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

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

.tpv-editorial-wrap .tpv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 45, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 45, 85, 0.08), rgba(37, 244, 238, 0.1));
  color: #b31646;
  font-size: 13px;
  font-weight: 700;
}

.tpv-editorial-wrap .tpv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff2d55, #25f4ee);
  box-shadow: 0 0 18px rgba(255, 45, 85, 0.45);
}

.tpv-editorial-wrap .tpv-heading-block h2 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.tpv-editorial-wrap .tpv-heading-block p {
  margin: 14px auto 0;
  color: #5d6678;
  line-height: 1.75;
}

.tpv-editorial-wrap .tpv-card-grid {
  display: grid;
  align-items: stretch;
}

.tpv-editorial-wrap .tpv-card,
.tpv-editorial-wrap .tpv-trust-card,
.tpv-editorial-wrap .tpv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tpv-editorial-wrap .tpv-card {
  height: 100%;
  border-radius: 22px;
}

.tpv-editorial-wrap .tpv-card::after,
.tpv-editorial-wrap .tpv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 45, 85, 0.08), transparent 35%, rgba(37, 244, 238, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
}

.tpv-editorial-wrap .tpv-card:hover,
.tpv-editorial-wrap .tpv-trust-card:hover,
.tpv-editorial-wrap .tpv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 45, 85, 0.2);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}

.tpv-editorial-wrap .tpv-card:hover::after,
.tpv-editorial-wrap .tpv-trust-card:hover::after {
  opacity: 1;
}

.tpv-editorial-wrap .tpv-card h3,
.tpv-editorial-wrap .tpv-trust-card h3,
.tpv-editorial-wrap .tpv-step-copy h3 {
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
  z-index: 1;
}

.tpv-editorial-wrap .tpv-card p,
.tpv-editorial-wrap .tpv-trust-card p,
.tpv-editorial-wrap .tpv-step-copy p {
  position: relative;
  margin: 10px 0 0;
  color: #626b7d;
  line-height: 1.72;
  z-index: 1;
}

.tpv-editorial-wrap .tpv-icon {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ff2d55, #25f4ee);
  box-shadow: 0 12px 26px rgba(255, 45, 85, 0.2);
  z-index: 1;
}

.tpv-editorial-wrap .tpv-icon::before,
.tpv-editorial-wrap .tpv-icon::after {
  content: "";
  position: absolute;
}

.tpv-editorial-wrap .tpv-icon-play::before {
  left: 18px;
  top: 13px;
  border-left: 12px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.tpv-editorial-wrap .tpv-icon-bolt::before {
  width: 11px;
  height: 22px;
  left: 17px;
  top: 11px;
  background: #ffffff;
  clip-path: polygon(48% 0, 100% 0, 64% 43%, 100% 43%, 35% 100%, 49% 55%, 0 55%);
}

.tpv-editorial-wrap .tpv-icon-frame::before {
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.tpv-editorial-wrap .tpv-icon-path::before {
  width: 22px;
  height: 2px;
  left: 11px;
  top: 21px;
  background: #ffffff;
}

.tpv-editorial-wrap .tpv-icon-path::after {
  width: 8px;
  height: 8px;
  right: 11px;
  top: 17px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}

.tpv-editorial-wrap .tpv-icon-mobile::before {
  width: 15px;
  height: 24px;
  left: 14px;
  top: 9px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.tpv-editorial-wrap .tpv-icon-mobile::after {
  width: 4px;
  height: 4px;
  left: 20px;
  bottom: 12px;
  border-radius: 50%;
  background: #ffffff;
}

.tpv-editorial-wrap .tpv-icon-calendar::before {
  width: 22px;
  height: 20px;
  left: 11px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.tpv-editorial-wrap .tpv-icon-calendar::after {
  width: 14px;
  height: 2px;
  left: 15px;
  top: 20px;
  background: #ffffff;
}

.tpv-editorial-wrap .tpv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.tpv-editorial-wrap .tpv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(37, 244, 238, 0.14), transparent 34%),
    linear-gradient(135deg, #ffffff, #fbfcff);
}

.tpv-editorial-wrap .tpv-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 35px rgba(17, 24, 39, 0.16);
}

.tpv-editorial-wrap .tpv-use-card {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 45, 85, 0.25), rgba(37, 244, 238, 0.22)) border-box;
  border: 1px solid transparent;
}

.tpv-editorial-wrap .tpv-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff2d55, #25f4ee);
  box-shadow: 0 0 0 8px rgba(255, 45, 85, 0.08);
}

.tpv-editorial-wrap .tpv-trust-card {
  height: 100%;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 45, 85, 0.1), transparent 34%),
    #ffffff;
}

.tpv-editorial-wrap .tpv-badge {
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #087672;
  font-size: 12px;
  font-weight: 800;
  z-index: 1;
}

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

.tpv-editorial-wrap .tpv-reveal.tpv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

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

  .tpv-editorial-wrap .tpv-container {
    padding: 0 14px;
  }

  .tpv-editorial-wrap .tpv-heading-block h2 {
    font-size: 25px;
  }

  .tpv-editorial-wrap .tpv-heading-block p {
    font-size: 14px;
  }

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

  .tpv-editorial-wrap .tpv-card,
  .tpv-editorial-wrap .tpv-trust-card {
    padding: 22px;
  }

  .tpv-editorial-wrap .tpv-card h3,
  .tpv-editorial-wrap .tpv-trust-card h3,
  .tpv-editorial-wrap .tpv-step-copy h3 {
    font-size: 17px;
  }

  .tpv-editorial-wrap .tpv-card p,
  .tpv-editorial-wrap .tpv-trust-card p,
  .tpv-editorial-wrap .tpv-step-copy p {
    font-size: 14px;
  }

  .tpv-editorial-wrap .tpv-steps {
    gap: 16px;
    margin-top: 30px;
  }

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

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

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

  .tpv-editorial-wrap .tpv-container {
    padding: 0 18px;
  }

  .tpv-editorial-wrap .tpv-heading-block h2 {
    font-size: 28px;
  }

  .tpv-editorial-wrap .tpv-heading-block p {
    font-size: 15px;
  }

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

  .tpv-editorial-wrap .tpv-card,
  .tpv-editorial-wrap .tpv-trust-card {
    padding: 24px;
  }

  .tpv-editorial-wrap .tpv-card h3,
  .tpv-editorial-wrap .tpv-trust-card h3,
  .tpv-editorial-wrap .tpv-step-copy h3 {
    font-size: 18px;
  }

  .tpv-editorial-wrap .tpv-card p,
  .tpv-editorial-wrap .tpv-trust-card p,
  .tpv-editorial-wrap .tpv-step-copy p {
    font-size: 14.5px;
  }

  .tpv-editorial-wrap .tpv-steps {
    gap: 18px;
    margin-top: 32px;
  }

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

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

@media (min-width: 430px) and (max-width: 767px) {
  .tpv-editorial-wrap .tpv-section {
    padding: 60px 0;
  }

  .tpv-editorial-wrap .tpv-container {
    padding: 0 22px;
  }

  .tpv-editorial-wrap .tpv-heading-block h2 {
    font-size: 31px;
  }

  .tpv-editorial-wrap .tpv-heading-block p {
    font-size: 15.5px;
  }

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

  .tpv-editorial-wrap .tpv-card,
  .tpv-editorial-wrap .tpv-trust-card {
    padding: 26px;
  }

  .tpv-editorial-wrap .tpv-card h3,
  .tpv-editorial-wrap .tpv-trust-card h3,
  .tpv-editorial-wrap .tpv-step-copy h3 {
    font-size: 19px;
  }

  .tpv-editorial-wrap .tpv-card p,
  .tpv-editorial-wrap .tpv-trust-card p,
  .tpv-editorial-wrap .tpv-step-copy p {
    font-size: 15px;
  }

  .tpv-editorial-wrap .tpv-steps {
    gap: 20px;
    margin-top: 36px;
  }

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

  .tpv-editorial-wrap .tpv-step-number {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tpv-editorial-wrap .tpv-section {
    padding: 76px 0;
  }

  .tpv-editorial-wrap .tpv-container {
    padding: 0 30px;
  }

  .tpv-editorial-wrap .tpv-heading-block h2 {
    font-size: 38px;
  }

  .tpv-editorial-wrap .tpv-heading-block p {
    font-size: 16.5px;
  }

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

  .tpv-editorial-wrap .tpv-card,
  .tpv-editorial-wrap .tpv-trust-card {
    padding: 28px;
  }

  .tpv-editorial-wrap .tpv-card h3,
  .tpv-editorial-wrap .tpv-trust-card h3,
  .tpv-editorial-wrap .tpv-step-copy h3 {
    font-size: 20px;
  }

  .tpv-editorial-wrap .tpv-card p,
  .tpv-editorial-wrap .tpv-trust-card p,
  .tpv-editorial-wrap .tpv-step-copy p {
    font-size: 15.5px;
  }

  .tpv-editorial-wrap .tpv-steps {
    gap: 22px;
    margin-top: 42px;
  }

  .tpv-editorial-wrap .tpv-step-card {
    gap: 24px;
    padding: 30px;
  }

  .tpv-editorial-wrap .tpv-step-number {
    width: 68px;
    height: 68px;
    font-size: 19px;
  }
}

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

  .tpv-editorial-wrap .tpv-container {
    padding: 0 32px;
  }

  .tpv-editorial-wrap .tpv-heading-block h2 {
    font-size: 46px;
  }

  .tpv-editorial-wrap .tpv-heading-block p {
    font-size: 17px;
  }

  .tpv-editorial-wrap .tpv-card-grid {
    gap: 24px;
    margin-top: 48px;
  }

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

  .tpv-editorial-wrap .tpv-card,
  .tpv-editorial-wrap .tpv-trust-card {
    padding: 30px;
  }

  .tpv-editorial-wrap .tpv-card h3,
  .tpv-editorial-wrap .tpv-trust-card h3,
  .tpv-editorial-wrap .tpv-step-copy h3 {
    font-size: 21px;
  }

  .tpv-editorial-wrap .tpv-card p,
  .tpv-editorial-wrap .tpv-trust-card p,
  .tpv-editorial-wrap .tpv-step-copy p {
    font-size: 15.5px;
  }

  .tpv-editorial-wrap .tpv-steps {
    gap: 22px;
    margin-top: 48px;
  }

  .tpv-editorial-wrap .tpv-step-card {
    gap: 28px;
    padding: 32px;
  }

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