@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: #172033;
  font-family: inherit;
  --tpv-text: #172033;
  --tpv-muted: #5d687a;
  --tpv-soft: #f7f8fb;
  --tpv-card: #ffffff;
  --tpv-border: rgba(23, 32, 51, 0.1);
  --tpv-pink: #ff2f73;
  --tpv-cyan: #18d7df;
  --tpv-violet: #7657ff;
  --tpv-shadow: 0 18px 45px rgba(20, 27, 45, 0.09);
  --tpv-shadow-hover: 0 24px 60px rgba(20, 27, 45, 0.14);
}

.tpv-editorial-wrap,
.tpv-editorial-wrap div,
.tpv-editorial-wrap section,
.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 12% 8%, rgba(24, 215, 223, 0.1), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(255, 47, 115, 0.09), transparent 30%),
    #f7f8fb;
}

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

.tpv-editorial-wrap .tpv-heading {
  max-width: 790px;
  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: 7px 13px;
  border: 1px solid rgba(255, 47, 115, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 47, 115, 0.1), rgba(24, 215, 223, 0.1));
  color: #bd1f5b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.tpv-editorial-wrap .tpv-heading h2 {
  margin: 0;
  color: var(--tpv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.tpv-editorial-wrap .tpv-heading p {
  margin: 16px auto 0;
  color: var(--tpv-muted);
  line-height: 1.72;
}

.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 var(--tpv-border);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 47, 115, 0.3), rgba(24, 215, 223, 0.22), rgba(118, 87, 255, 0.2)) border-box;
  box-shadow: var(--tpv-shadow);
  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);
  box-shadow: var(--tpv-shadow-hover);
  border-color: rgba(255, 47, 115, 0.26);
}

.tpv-editorial-wrap .tpv-card h3,
.tpv-editorial-wrap .tpv-step-card h3,
.tpv-editorial-wrap .tpv-trust-card h3 {
  margin: 0;
  color: var(--tpv-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tpv-editorial-wrap .tpv-card p,
.tpv-editorial-wrap .tpv-step-card p,
.tpv-editorial-wrap .tpv-trust-card p {
  margin: 11px 0 0;
  color: var(--tpv-muted);
  line-height: 1.68;
}

.tpv-editorial-wrap .tpv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 47, 115, 0.14), rgba(24, 215, 223, 0.16));
}

.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-view::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #ff2f73;
  border-radius: 50%;
}

.tpv-editorial-wrap .tpv-icon-view::after {
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #18d7df;
}

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

.tpv-editorial-wrap .tpv-icon-speed::after {
  width: 12px;
  height: 2px;
  left: 22px;
  top: 22px;
  background: #ff2f73;
  transform-origin: left center;
  transform: rotate(-28deg);
}

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

.tpv-editorial-wrap .tpv-icon-preview::after {
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #ff2f73;
}

.tpv-editorial-wrap .tpv-icon-steps::before {
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: #ff2f73;
  box-shadow: 0 10px 0 #18d7df, 0 20px 0 #7657ff;
}

.tpv-editorial-wrap .tpv-icon-steps::after {
  width: 15px;
  height: 2px;
  left: 24px;
  top: 15px;
  background: rgba(23, 32, 51, 0.34);
  box-shadow: 0 10px 0 rgba(23, 32, 51, 0.26), 0 20px 0 rgba(23, 32, 51, 0.2);
}

.tpv-editorial-wrap .tpv-icon-mobile::before {
  width: 17px;
  height: 26px;
  left: 15px;
  top: 10px;
  border: 2px solid #18d7df;
  border-radius: 7px;
}

.tpv-editorial-wrap .tpv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
  background: #ff2f73;
}

.tpv-editorial-wrap .tpv-icon-daily::before {
  width: 24px;
  height: 20px;
  left: 11px;
  top: 14px;
  border: 2px solid #ff2f73;
  border-radius: 8px;
}

.tpv-editorial-wrap .tpv-icon-daily::after {
  width: 14px;
  height: 2px;
  left: 16px;
  top: 22px;
  background: #18d7df;
  box-shadow: 0 6px 0 rgba(118, 87, 255, 0.75);
}

.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(23, 32, 51, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)),
    linear-gradient(135deg, rgba(255, 47, 115, 0.07), rgba(24, 215, 223, 0.08));
  box-shadow: 0 18px 46px rgba(20, 27, 45, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.tpv-editorial-wrap .tpv-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  width: 4px;
  height: 64%;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff2f73, #18d7df);
}

.tpv-editorial-wrap .tpv-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(20, 27, 45, 0.12);
}

.tpv-editorial-wrap .tpv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff2f73, #7657ff 58%, #18d7df);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(255, 47, 115, 0.22);
}

.tpv-editorial-wrap .tpv-badge {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(24, 215, 223, 0.12);
  color: #087981;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.tpv-editorial-wrap .tpv-trust-card {
  padding-top: 34px;
}

.tpv-editorial-wrap .tpv-trust-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 47, 115, 0.14), rgba(24, 215, 223, 0.16));
  position: relative;
}

.tpv-editorial-wrap .tpv-trust-mark::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #18a770;
  border-bottom: 3px solid #18a770;
  transform: rotate(-45deg);
  border-radius: 2px;
}

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

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

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

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

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

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

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

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

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

  .tpv-editorial-wrap .tpv-steps {
    gap: 16px;
  }

  .tpv-editorial-wrap .tpv-step-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }

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

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

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

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

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

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

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

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

  .tpv-editorial-wrap .tpv-steps {
    gap: 18px;
  }

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

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

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

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

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

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

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

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

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

  .tpv-editorial-wrap .tpv-steps {
    gap: 20px;
  }

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

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

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

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

  .tpv-editorial-wrap .tpv-heading {
    margin-bottom: 42px;
  }

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

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

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

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

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

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

  .tpv-editorial-wrap .tpv-steps {
    gap: 20px;
  }

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

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

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

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

  .tpv-editorial-wrap .tpv-heading {
    margin-bottom: 48px;
  }

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

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

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

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

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

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

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

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

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

@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;
  }
}