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

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

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

.tpv-editorial-content .tpv-section-soft {
  background:
    radial-gradient(circle at 12% 10%, rgba(37, 244, 238, 0.12), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(255, 0, 80, 0.08), transparent 30%),
    #f7f9fc;
}

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

.tpv-editorial-content .tpv-heading-block {
  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;
  padding: 6px 12px;
  margin: 0 0 14px;
  border: 1px solid rgba(255, 0, 80, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.14), rgba(255, 0, 80, 0.1));
  color: #b30039;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.tpv-editorial-content .tpv-heading-block h2 {
  margin: 0;
  color: #101727;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.tpv-editorial-content .tpv-heading-block p {
  margin: 14px auto 0;
  max-width: 700px;
  color: #5d687a;
  line-height: 1.7;
  letter-spacing: 0;
}

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

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

.tpv-editorial-content .tpv-feature-card,
.tpv-editorial-content .tpv-use-card,
.tpv-editorial-content .tpv-trust-card,
.tpv-editorial-content .tpv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(16, 23, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tpv-editorial-content .tpv-feature-card,
.tpv-editorial-content .tpv-use-card,
.tpv-editorial-content .tpv-trust-card {
  height: 100%;
}

.tpv-editorial-content .tpv-feature-card::before,
.tpv-editorial-content .tpv-use-card::before,
.tpv-editorial-content .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(255, 0, 80, 0.28), transparent 62%);
  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-content .tpv-feature-card:hover,
.tpv-editorial-content .tpv-use-card:hover,
.tpv-editorial-content .tpv-trust-card:hover,
.tpv-editorial-content .tpv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.18);
  box-shadow: 0 24px 60px rgba(16, 23, 39, 0.12);
}

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

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

.tpv-editorial-content .tpv-feature-card p,
.tpv-editorial-content .tpv-use-card p,
.tpv-editorial-content .tpv-trust-card p,
.tpv-editorial-content .tpv-step-copy p {
  margin: 10px 0 0;
  color: #5f6b7d;
  line-height: 1.68;
  letter-spacing: 0;
}

.tpv-editorial-content .tpv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
  box-shadow: 0 14px 30px rgba(255, 0, 80, 0.18);
}

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

.tpv-editorial-content .tpv-icon-window::before {
  inset: 13px 11px 12px;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #ffffff;
}

.tpv-editorial-content .tpv-icon-window::after {
  left: 15px;
  top: 18px;
  width: 16px;
  height: 2px;
  border-radius: 99px;
}

.tpv-editorial-content .tpv-icon-bolt::before {
  left: 18px;
  top: 10px;
  width: 11px;
  height: 25px;
  clip-path: polygon(42% 0, 100% 0, 62% 42%, 100% 42%, 24% 100%, 42% 55%, 0 55%);
}

.tpv-editorial-content .tpv-icon-preview::before {
  left: 10px;
  top: 15px;
  width: 26px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
}

.tpv-editorial-content .tpv-icon-preview::after {
  left: 19px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
}

.tpv-editorial-content .tpv-icon-steps::before {
  left: 14px;
  top: 12px;
  width: 18px;
  height: 3px;
  border-radius: 99px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.tpv-editorial-content .tpv-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border-radius: 6px;
  background: transparent;
  border: 2px solid #ffffff;
}

.tpv-editorial-content .tpv-icon-mobile::after {
  left: 21px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
}

.tpv-editorial-content .tpv-icon-daily::before {
  left: 12px;
  top: 13px;
  width: 22px;
  height: 20px;
  border-radius: 7px;
  background: transparent;
  border: 2px solid #ffffff;
}

.tpv-editorial-content .tpv-icon-daily::after {
  left: 17px;
  top: 19px;
  width: 12px;
  height: 2px;
  border-radius: 99px;
  box-shadow: 0 6px 0 #ffffff;
}

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

.tpv-editorial-content .tpv-step-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    radial-gradient(circle at 98% 0%, rgba(37, 244, 238, 0.18), transparent 36%);
}

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

.tpv-editorial-content .tpv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827, #ff0050);
  box-shadow: 0 16px 36px rgba(255, 0, 80, 0.2);
}

.tpv-editorial-content .tpv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 100% 0%, rgba(37, 244, 238, 0.12), transparent 32%);
}

.tpv-editorial-content .tpv-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: #ff0050;
  box-shadow: 18px 0 0 #25f4ee, 36px 0 0 rgba(17, 24, 39, 0.16);
}

.tpv-editorial-content .tpv-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.13);
  color: #006d70;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

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

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

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

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

  .tpv-editorial-content .tpv-heading-block {
    margin-bottom: 28px;
  }

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

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

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

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

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

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

  .tpv-editorial-content .tpv-step-list {
    gap: 16px;
  }

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

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

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

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

  .tpv-editorial-content .tpv-heading-block {
    margin-bottom: 30px;
  }

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

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

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

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

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

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

  .tpv-editorial-content .tpv-step-list {
    gap: 18px;
  }

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

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

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

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

  .tpv-editorial-content .tpv-heading-block {
    margin-bottom: 34px;
  }

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

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

  .tpv-editorial-content .tpv-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

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

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

  .tpv-editorial-content .tpv-step-list {
    gap: 20px;
  }

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

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

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

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

  .tpv-editorial-content .tpv-heading-block {
    margin-bottom: 40px;
  }

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

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

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

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

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

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

  .tpv-editorial-content .tpv-step-list {
    gap: 22px;
  }

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

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

@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-block {
    margin-bottom: 46px;
  }

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

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

  .tpv-editorial-content .tpv-card-grid {
    gap: 24px;
  }

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

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

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

  .tpv-editorial-content .tpv-step-list {
    gap: 24px;
  }

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

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