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

.tpv-editorial-wrap,
.tpv-editorial-wrap section,
.tpv-editorial-wrap div,
.tpv-editorial-wrap article,
.tpv-editorial-wrap span,
.tpv-editorial-wrap h2,
.tpv-editorial-wrap h3,
.tpv-editorial-wrap p {
  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 15% 12%, rgba(37, 244, 238, 0.12), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(254, 44, 85, 0.1), transparent 34%),
    #f8fafc;
}

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

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

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

.tpv-editorial-wrap .tpv-section-head h2 {
  margin: 0;
  color: #0f172a;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.tpv-editorial-wrap .tpv-section-head p {
  margin: 16px auto 0;
  max-width: 680px;
  color: #526071;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}

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

.tpv-editorial-wrap .tpv-card,
.tpv-editorial-wrap .tpv-use-card,
.tpv-editorial-wrap .tpv-trust-card,
.tpv-editorial-wrap .tpv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tpv-editorial-wrap .tpv-card::before,
.tpv-editorial-wrap .tpv-use-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.38), rgba(254, 44, 85, 0.26), transparent 60%);
  opacity: 0;
  transition: opacity 240ms 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;
}

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

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

.tpv-editorial-wrap .tpv-card h3,
.tpv-editorial-wrap .tpv-use-card h3,
.tpv-editorial-wrap .tpv-trust-card h3,
.tpv-editorial-wrap .tpv-step-content h3 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tpv-editorial-wrap .tpv-card p,
.tpv-editorial-wrap .tpv-use-card p,
.tpv-editorial-wrap .tpv-trust-card p,
.tpv-editorial-wrap .tpv-step-content p {
  margin: 10px 0 0;
  color: #5b6676;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: 0;
}

.tpv-editorial-wrap .tpv-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 14px 28px rgba(254, 44, 85, 0.18);
  transition: transform 240ms ease;
}

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

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

.tpv-editorial-wrap .tpv-icon-view::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
}

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

.tpv-editorial-wrap .tpv-icon-fast::before {
  width: 20px;
  height: 3px;
  left: 11px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 5px 8px 0 #ffffff, 0 16px 0 #ffffff;
}

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

.tpv-editorial-wrap .tpv-icon-preview::after {
  width: 10px;
  height: 3px;
  left: 18px;
  top: 22px;
  border-radius: 999px;
}

.tpv-editorial-wrap .tpv-icon-steps::before {
  width: 8px;
  height: 8px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  box-shadow: 0 13px 0 #ffffff, 0 26px 0 #ffffff;
}

.tpv-editorial-wrap .tpv-icon-steps::after {
  width: 15px;
  height: 3px;
  left: 25px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 0 13px 0 #ffffff, 0 26px 0 #ffffff;
}

.tpv-editorial-wrap .tpv-icon-mobile::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}

.tpv-editorial-wrap .tpv-icon-mobile::after {
  width: 5px;
  height: 2px;
  left: 21px;
  top: 31px;
  border-radius: 999px;
}

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

.tpv-editorial-wrap .tpv-icon-daily::after {
  width: 10px;
  height: 3px;
  left: 22px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(35deg);
  transform-origin: left center;
}

.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;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff, #fbfdff);
}

.tpv-editorial-wrap .tpv-step-card::after {
  content: "";
  position: absolute;
  right: -50px;
  top: -60px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 244, 238, 0.2), rgba(254, 44, 85, 0.05), transparent 70%);
  pointer-events: none;
}

.tpv-editorial-wrap .tpv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: #0f172a;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 15px 32px rgba(15, 23, 42, 0.16);
}

.tpv-editorial-wrap .tpv-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(37, 244, 238, 0.18), transparent 35%);
}

.tpv-editorial-wrap .tpv-mini-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 8px rgba(37, 244, 238, 0.1);
}

.tpv-editorial-wrap .tpv-trust-card {
  background: #ffffff;
}

.tpv-editorial-wrap .tpv-trust-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 11px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: #0f172a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.tpv-editorial-wrap .tpv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.tpv-editorial-wrap .tpv-reveal.tpv-is-visible {
  opacity: 1;
  transform: translateY(0);
}

@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-section-head h2 {
    font-size: 25px;
  }

  .tpv-editorial-wrap .tpv-section-head p {
    font-size: 14px;
  }

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

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

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

  .tpv-editorial-wrap .tpv-card p,
  .tpv-editorial-wrap .tpv-use-card p,
  .tpv-editorial-wrap .tpv-trust-card p,
  .tpv-editorial-wrap .tpv-step-content 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: 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-section-head h2 {
    font-size: 28px;
  }

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

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

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

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

  .tpv-editorial-wrap .tpv-card p,
  .tpv-editorial-wrap .tpv-use-card p,
  .tpv-editorial-wrap .tpv-trust-card p,
  .tpv-editorial-wrap .tpv-step-content 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: 16px;
    padding: 24px;
  }

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

@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-section-head h2 {
    font-size: 31px;
  }

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

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

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

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

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

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

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

  .tpv-editorial-wrap .tpv-section-head h2 {
    font-size: 38px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tpv-editorial-wrap .tpv-section-head h2 {
    font-size: 44px;
  }

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

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

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

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

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

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

  .tpv-editorial-wrap .tpv-step-card {
    gap: 26px;
    padding: 34px;
  }

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