@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: #161821;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  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 12% 10%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 0%, rgba(254, 44, 85, 0.10), transparent 30%),
    #f8fafc;
}

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

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

.tpv-editorial-wrap .tpv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(254, 44, 85, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.10), rgba(254, 44, 85, 0.08));
  color: #8f1630;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.tpv-editorial-wrap .tpv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 5px rgba(254, 44, 85, 0.08);
}

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

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

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

.tpv-editorial-wrap .tpv-card,
.tpv-editorial-wrap .tpv-benefit-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(17, 19, 26, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tpv-editorial-wrap .tpv-card::after,
.tpv-editorial-wrap .tpv-benefit-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.10), transparent 38%, rgba(254, 44, 85, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
}

.tpv-editorial-wrap .tpv-card:hover,
.tpv-editorial-wrap .tpv-benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.20);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.11);
}

.tpv-editorial-wrap .tpv-card:hover::after,
.tpv-editorial-wrap .tpv-benefit-card:hover::after {
  opacity: 1;
}

.tpv-editorial-wrap .tpv-card h3,
.tpv-editorial-wrap .tpv-step-card h3,
.tpv-editorial-wrap .tpv-benefit-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151823;
  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-benefit-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #626a78;
  font-weight: 450;
}

.tpv-editorial-wrap .tpv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82), 0 12px 22px rgba(254, 44, 85, 0.10);
}

.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-ring::before {
  inset: 12px;
  border: 2px solid #fe2c55;
  border-radius: 50%;
}

.tpv-editorial-wrap .tpv-icon-ring::after {
  width: 9px;
  height: 2px;
  right: 10px;
  bottom: 12px;
  border-radius: 3px;
  background: #11131a;
  transform: rotate(45deg);
}

.tpv-editorial-wrap .tpv-icon-bolt::before {
  left: 17px;
  top: 10px;
  width: 11px;
  height: 24px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
  clip-path: polygon(54% 0, 100% 0, 63% 41%, 100% 41%, 35% 100%, 48% 55%, 8% 55%);
}

.tpv-editorial-wrap .tpv-icon-frame::before {
  inset: 12px 10px;
  border: 2px solid #11131a;
  border-radius: 7px;
}

.tpv-editorial-wrap .tpv-icon-frame::after {
  left: 15px;
  top: 18px;
  width: 14px;
  height: 3px;
  border-radius: 5px;
  background: #fe2c55;
  box-shadow: 0 7px 0 #25f4ee;
}

.tpv-editorial-wrap .tpv-icon-path::before {
  left: 11px;
  top: 21px;
  width: 22px;
  height: 2px;
  background: #11131a;
}

.tpv-editorial-wrap .tpv-icon-path::after {
  right: 10px;
  top: 16px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fe2c55;
  border-right: 2px solid #fe2c55;
  transform: rotate(45deg);
}

.tpv-editorial-wrap .tpv-icon-device::before {
  left: 14px;
  top: 8px;
  width: 16px;
  height: 27px;
  border: 2px solid #11131a;
  border-radius: 6px;
}

.tpv-editorial-wrap .tpv-icon-device::after {
  left: 20px;
  bottom: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #25f4ee;
}

.tpv-editorial-wrap .tpv-icon-note::before {
  left: 12px;
  top: 11px;
  width: 20px;
  height: 23px;
  border-radius: 6px;
  background: #ffffff;
  border: 2px solid #11131a;
}

.tpv-editorial-wrap .tpv-icon-note::after {
  left: 17px;
  top: 18px;
  width: 10px;
  height: 2px;
  border-radius: 4px;
  background: #fe2c55;
  box-shadow: 0 7px 0 #25f4ee;
}

.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(17, 19, 26, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff, #fbfdff);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.075);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

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

.tpv-editorial-wrap .tpv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.28);
  box-shadow: 0 25px 58px rgba(15, 23, 42, 0.11);
}

.tpv-editorial-wrap .tpv-step-number {
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: #11131a;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(17, 19, 26, 0.16);
}

.tpv-editorial-wrap .tpv-step-number::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 24px;
  border: 1px solid rgba(254, 44, 85, 0.24);
}

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

.tpv-editorial-wrap .tpv-badge-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 34px;
  height: 8px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55);
}

.tpv-editorial-wrap .tpv-benefit-card {
  overflow: hidden;
}

.tpv-editorial-wrap .tpv-benefit-mark {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.18);
}

.tpv-editorial-wrap .tpv-benefit-mark::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 13px;
  width: 10px;
  height: 17px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(42deg);
}

.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 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-section-head h2 {
    font-size: 26px;
  }

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

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

  .tpv-editorial-wrap .tpv-card,
  .tpv-editorial-wrap .tpv-benefit-card {
    padding: 22px;
  }

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

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

  .tpv-editorial-wrap .tpv-steps {
    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: 56px;
    height: 56px;
    font-size: 17px;
  }
}

@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-section-head h2 {
    font-size: 29px;
  }

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

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

  .tpv-editorial-wrap .tpv-card,
  .tpv-editorial-wrap .tpv-benefit-card {
    padding: 24px;
  }

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

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

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

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

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

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

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

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

  .tpv-editorial-wrap .tpv-card,
  .tpv-editorial-wrap .tpv-benefit-card {
    padding: 26px;
  }

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

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

  .tpv-editorial-wrap .tpv-steps {
    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: 62px;
    height: 62px;
    font-size: 19px;
  }
}

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

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

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

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

  .tpv-editorial-wrap .tpv-card-grid {
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tpv-editorial-wrap .tpv-steps {
    gap: 24px;
    margin-top: 50px;
  }

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

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