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

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

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

.tpv-editorial-wrap .tpv-section-soft {
  background:
    radial-gradient(circle at 14% 10%, rgba(37, 244, 238, 0.12), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(254, 44, 85, 0.1), transparent 30%),
    #f7f8fb;
}

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

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

.tpv-editorial-wrap .tpv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.13), rgba(254, 44, 85, 0.1));
  color: #b8173d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.tpv-editorial-wrap .tpv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 5px rgba(37, 244, 238, 0.13);
}

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

.tpv-editorial-wrap .tpv-heading p {
  margin: 16px auto 0;
  color: #586174;
  line-height: 1.75;
}

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

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

.tpv-editorial-wrap .tpv-card::before,
.tpv-editorial-wrap .tpv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.5), rgba(254, 44, 85, 0.34), rgba(18, 24, 39, 0));
  opacity: 0;
  transition: opacity 260ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.tpv-editorial-wrap .tpv-card:hover,
.tpv-editorial-wrap .tpv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.18);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.11);
}

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

.tpv-editorial-wrap .tpv-card h3,
.tpv-editorial-wrap .tpv-step-card h3,
.tpv-editorial-wrap .tpv-trust-card h3 {
  margin: 0;
  color: #141b2d;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.tpv-editorial-wrap .tpv-card p,
.tpv-editorial-wrap .tpv-step-card p,
.tpv-editorial-wrap .tpv-trust-card p {
  margin: 10px 0 0;
  color: #5d6678;
  line-height: 1.72;
}

.tpv-editorial-wrap .tpv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

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

.tpv-editorial-wrap .tpv-card:hover .tpv-icon::before,
.tpv-editorial-wrap .tpv-card:hover .tpv-icon::after {
  transform: translateY(-2px);
}

.tpv-editorial-wrap .tpv-icon-view::before {
  width: 24px;
  height: 14px;
  left: 11px;
  top: 16px;
  border: 2px solid #fe2c55;
  border-radius: 50%;
}

.tpv-editorial-wrap .tpv-icon-view::after {
  width: 7px;
  height: 7px;
  left: 19px;
  top: 20px;
  border-radius: 50%;
  background: #25bdb8;
}

.tpv-editorial-wrap .tpv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #25bdb8;
  border-radius: 50%;
  border-left-color: transparent;
}

.tpv-editorial-wrap .tpv-icon-speed::after {
  width: 12px;
  height: 2px;
  left: 22px;
  top: 22px;
  background: #fe2c55;
  transform-origin: left center;
  transform: rotate(-28deg);
}

.tpv-editorial-wrap .tpv-icon-preview::before {
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border: 2px solid #fe2c55;
  border-radius: 7px;
}

.tpv-editorial-wrap .tpv-icon-preview::after {
  width: 10px;
  height: 3px;
  left: 18px;
  top: 22px;
  border-radius: 99px;
  background: #25bdb8;
}

.tpv-editorial-wrap .tpv-icon-simple::before {
  width: 20px;
  height: 2px;
  left: 13px;
  top: 16px;
  background: #fe2c55;
  box-shadow: 0 7px 0 #25bdb8, 0 14px 0 rgba(20, 27, 45, 0.72);
}

.tpv-editorial-wrap .tpv-icon-simple::after {
  width: 5px;
  height: 5px;
  left: 28px;
  top: 14px;
  border-radius: 50%;
  background: #fe2c55;
  box-shadow: -10px 7px 0 #25bdb8, 4px 14px 0 rgba(20, 27, 45, 0.72);
}

.tpv-editorial-wrap .tpv-icon-mobile::before {
  width: 17px;
  height: 25px;
  left: 14px;
  top: 10px;
  border: 2px solid #25bdb8;
  border-radius: 7px;
}

.tpv-editorial-wrap .tpv-icon-mobile::after {
  width: 5px;
  height: 2px;
  left: 21px;
  top: 30px;
  border-radius: 99px;
  background: #fe2c55;
}

.tpv-editorial-wrap .tpv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
  border: 2px solid #fe2c55;
}

.tpv-editorial-wrap .tpv-icon-daily::after {
  width: 12px;
  height: 7px;
  left: 17px;
  top: 19px;
  border-left: 2px solid #25bdb8;
  border-bottom: 2px solid #25bdb8;
  transform: rotate(-45deg);
}

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

.tpv-editorial-wrap .tpv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(18, 24, 39, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.075);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

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

.tpv-editorial-wrap .tpv-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.11);
}

.tpv-editorial-wrap .tpv-step-number {
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #101827, #263149);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(16, 24, 39, 0.22);
}

.tpv-editorial-wrap .tpv-step-content {
  min-width: 0;
}

.tpv-editorial-wrap .tpv-badge-dot {
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.24), rgba(254, 44, 85, 0.16)),
    #ffffff;
  position: relative;
}

.tpv-editorial-wrap .tpv-badge-dot::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 13px;
  top: 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 12px 0 0 rgba(20, 27, 45, 0.18), 0 12px 0 rgba(20, 27, 45, 0.12);
}

.tpv-editorial-wrap .tpv-trust-card {
  text-align: center;
}

.tpv-editorial-wrap .tpv-trust-mark {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  color: #ffffff;
  font-size: 21px;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.2);
}

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

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

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

  .tpv-editorial-wrap h2 {
    font-size: 26px;
  }

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

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

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

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

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

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

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

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

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

  .tpv-editorial-wrap h2 {
    font-size: 29px;
  }

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

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

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

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

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

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

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

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

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

  .tpv-editorial-wrap h2 {
    font-size: 32px;
  }

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

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

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

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

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

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

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

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

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

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

  .tpv-editorial-wrap h2 {
    font-size: 40px;
  }

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

  .tpv-editorial-wrap .tpv-grid-three,
  .tpv-editorial-wrap .tpv-grid-benefits {
    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-step-card h3,
  .tpv-editorial-wrap .tpv-trust-card h3 {
    font-size: 20px;
  }

  .tpv-editorial-wrap .tpv-card p,
  .tpv-editorial-wrap .tpv-step-card p,
  .tpv-editorial-wrap .tpv-trust-card 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: 70px;
    height: 70px;
    font-size: 21px;
  }
}

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

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

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

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

  .tpv-editorial-wrap .tpv-grid-three,
  .tpv-editorial-wrap .tpv-grid-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }

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

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

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

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

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

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