@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: #17202a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

.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 top left, rgba(37, 244, 238, 0.12), transparent 34%),
    radial-gradient(circle at bottom right, rgba(254, 44, 85, 0.10), transparent 30%),
    #f8fafc;
}

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

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

.tpv-editorial-wrap .tpv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  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.10));
  color: #c11246;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.tpv-editorial-wrap h2,
.tpv-editorial-wrap h3,
.tpv-editorial-wrap p {
  margin-top: 0;
}

.tpv-editorial-wrap h2 {
  margin-bottom: 14px;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.tpv-editorial-wrap .tpv-heading p {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 700px;
  color: #5d6673;
  font-weight: 450;
}

.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(15, 23, 42, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.45), rgba(254, 44, 85, 0.35)) border-box;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

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

.tpv-editorial-wrap .tpv-card h3,
.tpv-editorial-wrap .tpv-trust-card h3,
.tpv-editorial-wrap .tpv-step-content h3 {
  margin-bottom: 9px;
  color: #121826;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.tpv-editorial-wrap .tpv-card p,
.tpv-editorial-wrap .tpv-trust-card p,
.tpv-editorial-wrap .tpv-step-content p {
  margin-bottom: 0;
  color: #596371;
  font-weight: 450;
}

.tpv-editorial-wrap .tpv-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 28px rgba(254, 44, 85, 0.18);
}

.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-play::before {
  top: 15px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #ffffff;
}

.tpv-editorial-wrap .tpv-icon-bolt::before {
  top: 11px;
  left: 18px;
  width: 12px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(55% 0, 100% 0, 68% 42%, 100% 42%, 36% 100%, 50% 56%, 18% 56%);
}

.tpv-editorial-wrap .tpv-icon-frame::before {
  inset: 13px 11px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

.tpv-editorial-wrap .tpv-icon-path::before {
  top: 14px;
  left: 12px;
  width: 24px;
  height: 16px;
  border: 3px solid #ffffff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 12px;
}

.tpv-editorial-wrap .tpv-icon-mobile::before {
  top: 10px;
  left: 16px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

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

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

.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(15, 23, 42, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

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

.tpv-editorial-wrap .tpv-step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.11);
}

.tpv-editorial-wrap .tpv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.18);
}

.tpv-editorial-wrap .tpv-badge-dot {
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, #ffffff 0 15%, transparent 16%),
    linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 26px rgba(37, 244, 238, 0.20);
}

.tpv-editorial-wrap .tpv-trust-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.42), rgba(254, 44, 85, 0.34)) border-box;
}

.tpv-editorial-wrap .tpv-trust-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
  color: #d4144a;
  font-size: 20px;
  font-weight: 900;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-content h3 {
    font-size: 19px;
  }

  .tpv-editorial-wrap .tpv-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: 34px;
  }

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

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

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

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

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

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

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

  .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-content h3 {
    font-size: 20px;
  }

  .tpv-editorial-wrap .tpv-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: 38px;
  }

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

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

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

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

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

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

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

  .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-content h3 {
    font-size: 21px;
  }

  .tpv-editorial-wrap .tpv-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: 46px;
  }

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

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

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

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

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

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

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

  .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-content h3 {
    font-size: 22px;
  }

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

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

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

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

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

  .tpv-editorial-wrap .tpv-reveal {
    opacity: 1;
  }
}