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

.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 12% 10%, rgba(37, 244, 238, 0.12), transparent 32%),
    radial-gradient(circle at 88% 22%, rgba(254, 44, 85, 0.11), transparent 30%),
    #f8fafc;
}

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

.tpv-editorial-wrap .tpv-section-head {
  max-width: 760px;
  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(254, 44, 85, 0.1), rgba(37, 244, 238, 0.12));
  color: #5f172b;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.tpv-editorial-wrap .tpv-section-head h2 {
  margin: 0;
  color: #11131a;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.12;
}

.tpv-editorial-wrap .tpv-section-head p {
  margin: 14px auto 0;
  max-width: 690px;
  color: #5e6676;
  font-weight: 450;
}

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

.tpv-editorial-wrap .tpv-feature-card,
.tpv-editorial-wrap .tpv-use-card,
.tpv-editorial-wrap .tpv-trust-card,
.tpv-editorial-wrap .tpv-step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(18, 20, 28, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(17, 19, 26, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms 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;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.1), transparent 34%, rgba(254, 44, 85, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
}

.tpv-editorial-wrap .tpv-feature-card:hover,
.tpv-editorial-wrap .tpv-use-card:hover,
.tpv-editorial-wrap .tpv-trust-card:hover,
.tpv-editorial-wrap .tpv-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.18);
  box-shadow: 0 24px 60px rgba(17, 19, 26, 0.11);
}

.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 {
  position: relative;
  margin: 0;
  color: #141721;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.24;
}

.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 {
  position: relative;
  margin: 10px 0 0;
  color: #636b7a;
  font-weight: 430;
}

.tpv-editorial-wrap .tpv-card-icon {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.2);
}

.tpv-editorial-wrap .tpv-card-icon::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.tpv-editorial-wrap .tpv-card-icon::after {
  content: "";
  position: absolute;
  right: 9px;
  bottom: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffffff;
}

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

.tpv-editorial-wrap .tpv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.65), rgba(254, 44, 85, 0.56)) border-box;
  border: 1px solid transparent;
}

.tpv-editorial-wrap .tpv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: #11131a;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(17, 19, 26, 0.18);
}

.tpv-editorial-wrap .tpv-step-content {
  min-width: 0;
}

.tpv-editorial-wrap .tpv-dot {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(37, 244, 238, 0.14);
}

.tpv-editorial-wrap .tpv-dot::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 7px rgba(254, 44, 85, 0.08);
}

.tpv-editorial-wrap .tpv-trust-mark {
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
}

.tpv-editorial-wrap .tpv-trust-mark::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 13px;
  width: 17px;
  height: 22px;
  border: 2px solid #fe2c55;
  border-radius: 10px 10px 12px 12px;
}

.tpv-editorial-wrap .tpv-trust-mark::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 22px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #25bdb8;
}

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

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

@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-section-head {
    margin-bottom: 28px;
  }

  .tpv-editorial-wrap .tpv-section-head h2 {
    font-size: 25px;
  }

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

  .tpv-editorial-wrap .tpv-card-grid,
  .tpv-editorial-wrap .tpv-trust-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tpv-editorial-wrap .tpv-feature-card,
  .tpv-editorial-wrap .tpv-use-card,
  .tpv-editorial-wrap .tpv-trust-card {
    padding: 20px;
    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: 14px;
  }

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

  .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-section-head {
    margin-bottom: 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-section-head {
    margin-bottom: 42px;
  }

  .tpv-editorial-wrap .tpv-section-head h2 {
    font-size: 38px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tpv-editorial-wrap .tpv-feature-card,
  .tpv-editorial-wrap .tpv-use-card,
  .tpv-editorial-wrap .tpv-trust-card {
    min-height: 250px;
    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: 16px;
  }

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

  .tpv-editorial-wrap .tpv-step-card {
    grid-template-columns: 82px 1fr;
    gap: 28px;
    min-height: 148px;
    padding: 32px;
  }

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