@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: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  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.11), transparent 26%),
    radial-gradient(circle at 86% 20%, rgba(254, 44, 85, 0.09), transparent 28%),
    #f8fafc;
}

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

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

.tpv-editorial-wrap .tpv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 12px;
  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.11));
  color: #be123c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.tpv-editorial-wrap .tpv-heading-block h2 {
  margin: 0;
  color: #0f172a;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.tpv-editorial-wrap .tpv-heading-block p {
  margin: 16px auto 0;
  color: #526072;
  font-weight: 450;
  line-height: 1.7;
}

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

.tpv-editorial-wrap .tpv-feature-card,
.tpv-editorial-wrap .tpv-use-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: 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-feature-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.45), rgba(254, 44, 85, 0.34), transparent 58%);
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

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

.tpv-editorial-wrap .tpv-feature-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-feature-card h3,
.tpv-editorial-wrap .tpv-use-card h3,
.tpv-editorial-wrap .tpv-trust-card h3,
.tpv-editorial-wrap .tpv-step-card h3 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tpv-editorial-wrap .tpv-feature-card p,
.tpv-editorial-wrap .tpv-use-card p,
.tpv-editorial-wrap .tpv-trust-card p,
.tpv-editorial-wrap .tpv-step-card p {
  margin: 10px 0 0;
  color: #5b6677;
  font-weight: 430;
  line-height: 1.68;
}

.tpv-editorial-wrap .tpv-icon {
  display: inline-flex;
  position: relative;
  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);
}

.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: 16px / 10px;
  background: transparent;
  border: 2px solid #ffffff;
}

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

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

.tpv-editorial-wrap .tpv-icon-speed::after {
  width: 14px;
  height: 2px;
  left: 20px;
  top: 22px;
  transform: rotate(-32deg);
  border-radius: 99px;
}

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

.tpv-editorial-wrap .tpv-icon-preview::after {
  width: 10px;
  height: 2px;
  left: 18px;
  top: 23px;
  border-radius: 99px;
}

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

.tpv-editorial-wrap .tpv-icon-steps::after {
  width: 14px;
  height: 2px;
  left: 24px;
  top: 15px;
  border-radius: 99px;
  box-shadow: 0 11px 0 #ffffff, 0 22px 0 #ffffff;
}

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

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

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

.tpv-editorial-wrap .tpv-icon-daily::after {
  width: 11px;
  height: 7px;
  left: 18px;
  top: 19px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}

.tpv-editorial-wrap .tpv-step-list {
  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: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.94));
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

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

.tpv-editorial-wrap .tpv-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 64px rgba(15, 23, 42, 0.12);
}

.tpv-editorial-wrap .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;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.16);
}

.tpv-editorial-wrap .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.12);
  color: #0f766e;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.tpv-editorial-wrap .tpv-trust-dot {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin: 0 0 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 8px rgba(37, 244, 238, 0.11), 0 14px 26px rgba(254, 44, 85, 0.16);
}

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

.tpv-editorial-wrap .tpv-reveal.tpv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

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

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

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

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

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

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

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

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

  .tpv-editorial-wrap .tpv-step-list {
    gap: 16px;
    margin-top: 30px;
  }

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

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

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

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

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

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

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

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

  .tpv-editorial-wrap .tpv-step-list {
    gap: 18px;
    margin-top: 34px;
  }

  .tpv-editorial-wrap .tpv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    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: 64px 0;
  }

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

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

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

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

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

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

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

  .tpv-editorial-wrap .tpv-step-list {
    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: 60px;
    height: 60px;
    font-size: 18px;
  }
}

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

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

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

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

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

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

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

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

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

  .tpv-editorial-wrap .tpv-step-list {
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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