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

.tpv-editorial-content {
  width: 100%;
  overflow-x: hidden;
  color: #15161f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.tpv-editorial-content .tpv-section {
  position: relative;
  isolation: isolate;
}

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

.tpv-editorial-content .tpv-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(254, 44, 85, 0.1), transparent 30%),
    #f8fafc;
}

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

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

.tpv-editorial-content .tpv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(254, 44, 85, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.13), rgba(254, 44, 85, 0.11));
  color: #9e1738;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0;
}

.tpv-editorial-content .tpv-heading h2 {
  margin: 0;
  color: #10121a;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}

.tpv-editorial-content .tpv-heading p {
  margin: 16px auto 0;
  max-width: 690px;
  color: #5f6675;
  font-weight: 450;
  line-height: 1.7;
  letter-spacing: 0;
}

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

.tpv-editorial-content .tpv-card,
.tpv-editorial-content .tpv-trust-card,
.tpv-editorial-content .tpv-step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(18, 22, 32, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tpv-editorial-content .tpv-card::before,
.tpv-editorial-content .tpv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55, #111827);
  opacity: 0.82;
}

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

.tpv-editorial-content .tpv-card h3,
.tpv-editorial-content .tpv-trust-card h3,
.tpv-editorial-content .tpv-step-copy h3 {
  margin: 0;
  color: #121620;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.tpv-editorial-content .tpv-card p,
.tpv-editorial-content .tpv-trust-card p,
.tpv-editorial-content .tpv-step-copy p {
  margin: 10px 0 0;
  color: #616978;
  font-weight: 430;
  line-height: 1.68;
  letter-spacing: 0;
}

.tpv-editorial-content .tpv-icon {
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  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.75);
}

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

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

.tpv-editorial-content .tpv-icon-play::before {
  left: 18px;
  top: 13px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #fe2c55;
}

.tpv-editorial-content .tpv-icon-speed::before {
  left: 12px;
  top: 22px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #111827;
  box-shadow: 6px -8px 0 #25f4ee, 3px 8px 0 #fe2c55;
}

.tpv-editorial-content .tpv-icon-preview::before {
  left: 11px;
  top: 14px;
  width: 24px;
  height: 18px;
  border: 2px solid #111827;
  border-radius: 7px;
}

.tpv-editorial-content .tpv-icon-preview::after {
  left: 19px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25f4ee;
}

.tpv-editorial-content .tpv-icon-steps::before {
  left: 14px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fe2c55;
  box-shadow: 0 10px 0 #25f4ee, 0 20px 0 #111827;
}

.tpv-editorial-content .tpv-icon-steps::after {
  left: 25px;
  top: 14px;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: #111827;
  box-shadow: 0 10px 0 rgba(17, 24, 39, 0.8), 0 20px 0 rgba(17, 24, 39, 0.65);
}

.tpv-editorial-content .tpv-icon-mobile::before {
  left: 16px;
  top: 9px;
  width: 15px;
  height: 27px;
  border: 2px solid #111827;
  border-radius: 8px;
}

.tpv-editorial-content .tpv-icon-mobile::after {
  left: 22px;
  top: 31px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fe2c55;
}

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

.tpv-editorial-content .tpv-icon-daily::after {
  left: 22px;
  top: 16px;
  width: 2px;
  height: 13px;
  border-radius: 999px;
  background: #fe2c55;
  transform-origin: bottom;
  rotate: 38deg;
}

.tpv-editorial-content .tpv-card-alt {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 20% 0%, rgba(37, 244, 238, 0.18), transparent 34%);
}

.tpv-editorial-content .tpv-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #fe2c55;
  box-shadow: 14px 0 0 #25f4ee, 28px 0 0 #111827;
}

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

.tpv-editorial-content .tpv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    linear-gradient(90deg, rgba(37, 244, 238, 0.09), rgba(254, 44, 85, 0.08));
}

.tpv-editorial-content .tpv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 8px 8px 0 rgba(37, 244, 238, 0.2), -8px -8px 0 rgba(254, 44, 85, 0.13);
}

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

.tpv-editorial-content .tpv-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 80% 10%, rgba(37, 244, 238, 0.16), transparent 32%);
}

.tpv-editorial-content .tpv-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.06);
  color: #394150;
  font-size: 12px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0;
}

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

.tpv-editorial-content .tpv-reveal.tpv-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) {
  .tpv-editorial-content .tpv-section {
    padding: 54px 0;
  }

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

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

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

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

  .tpv-editorial-content .tpv-card,
  .tpv-editorial-content .tpv-trust-card {
    min-height: 0;
    padding: 24px;
    border-radius: 20px;
  }

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

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

  .tpv-editorial-content .tpv-steps {
    gap: 14px;
    margin-top: 30px;
  }

  .tpv-editorial-content .tpv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
    border-radius: 20px;
  }

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

  .tpv-editorial-content .tpv-grid-trust {
    grid-template-columns: 1fr;
  }
}

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

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

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

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

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

  .tpv-editorial-content .tpv-card,
  .tpv-editorial-content .tpv-trust-card {
    min-height: 0;
    padding: 26px;
    border-radius: 22px;
  }

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

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

  .tpv-editorial-content .tpv-steps {
    gap: 16px;
    margin-top: 34px;
  }

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

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

  .tpv-editorial-content .tpv-grid-trust {
    grid-template-columns: 1fr;
  }
}

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

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

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

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

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

  .tpv-editorial-content .tpv-card,
  .tpv-editorial-content .tpv-trust-card {
    min-height: 0;
    padding: 28px;
    border-radius: 24px;
  }

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

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

  .tpv-editorial-content .tpv-steps {
    gap: 18px;
    margin-top: 36px;
  }

  .tpv-editorial-content .tpv-step-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px;
    border-radius: 24px;
  }

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

  .tpv-editorial-content .tpv-grid-trust {
    grid-template-columns: 1fr;
  }
}

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

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

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

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

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

  .tpv-editorial-content .tpv-card,
  .tpv-editorial-content .tpv-trust-card {
    min-height: 260px;
    padding: 30px;
    border-radius: 26px;
  }

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

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

  .tpv-editorial-content .tpv-steps {
    gap: 18px;
    margin-top: 42px;
  }

  .tpv-editorial-content .tpv-step-card {
    gap: 24px;
    padding: 30px;
    border-radius: 26px;
  }

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

  .tpv-editorial-content .tpv-grid-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tpv-editorial-content .tpv-grid-trust .tpv-trust-card:last-child {
    grid-column: span 2;
  }
}

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

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

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

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

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

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

  .tpv-editorial-content .tpv-card,
  .tpv-editorial-content .tpv-trust-card {
    min-height: 276px;
    padding: 34px;
    border-radius: 28px;
  }

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

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

  .tpv-editorial-content .tpv-steps {
    gap: 20px;
    margin-top: 48px;
  }

  .tpv-editorial-content .tpv-step-card {
    gap: 30px;
    min-height: 150px;
    padding: 34px;
    border-radius: 28px;
  }

  .tpv-editorial-content .tpv-step-number {
    width: 78px;
    height: 78px;
    font-size: 21px;
  }

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