@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.ttpv-editorial-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

.ttpv-editorial-wrap .ttpv-section {
  position: relative;
}

.ttpv-editorial-wrap .ttpv-section-white {
  background: #ffffff;
}

.ttpv-editorial-wrap .ttpv-section-soft {
  background: linear-gradient(180deg, #fbfbfd 0%, #f6f8fb 100%);
}

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

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

.ttpv-editorial-wrap .ttpv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 214, 201, 0.26);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 214, 201, 0.11), rgba(255, 47, 108, 0.1));
  color: #244155;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.ttpv-editorial-wrap .ttpv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00d6c9, #ff2f6c);
  box-shadow: 0 0 0 5px rgba(0, 214, 201, 0.12);
}

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

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

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

.ttpv-editorial-wrap .ttpv-card,
.ttpv-editorial-wrap .ttpv-trust-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0, 214, 201, 0.24), rgba(255, 47, 108, 0.18)) border-box;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttpv-editorial-wrap .ttpv-card::after,
.ttpv-editorial-wrap .ttpv-trust-card::after {
  content: "";
  position: absolute;
  inset: auto 20px 18px auto;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 214, 201, 0.14), rgba(255, 47, 108, 0.12));
  opacity: 0.72;
  transition: transform 220ms ease, opacity 220ms ease;
}

.ttpv-editorial-wrap .ttpv-card:hover,
.ttpv-editorial-wrap .ttpv-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 214, 201, 0.3);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
}

.ttpv-editorial-wrap .ttpv-card:hover::after,
.ttpv-editorial-wrap .ttpv-trust-card:hover::after {
  transform: translateY(-3px) rotate(4deg);
  opacity: 1;
}

.ttpv-editorial-wrap .ttpv-card h3,
.ttpv-editorial-wrap .ttpv-trust-card h3,
.ttpv-editorial-wrap .ttpv-step-copy h3 {
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.22;
  letter-spacing: 0;
}

.ttpv-editorial-wrap .ttpv-card p,
.ttpv-editorial-wrap .ttpv-trust-card p,
.ttpv-editorial-wrap .ttpv-step-copy p {
  margin: 10px 0 0;
  color: #5f6b7a;
  font-weight: 430;
}

.ttpv-editorial-wrap .ttpv-icon {
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00d6c9 0%, #3456ff 48%, #ff2f6c 100%);
  box-shadow: 0 14px 26px rgba(52, 86, 255, 0.18);
}

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

.ttpv-editorial-wrap .ttpv-icon-play::before {
  left: 18px;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
  background: transparent;
}

.ttpv-editorial-wrap .ttpv-icon-speed::before {
  left: 12px;
  top: 22px;
  width: 22px;
  height: 4px;
  border-radius: 999px;
  transform: rotate(-28deg);
}

.ttpv-editorial-wrap .ttpv-icon-speed::after {
  left: 13px;
  top: 12px;
  width: 21px;
  height: 21px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}

.ttpv-editorial-wrap .ttpv-icon-frame::before {
  left: 11px;
  top: 11px;
  width: 24px;
  height: 24px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}

.ttpv-editorial-wrap .ttpv-icon-path::before {
  left: 11px;
  top: 15px;
  width: 24px;
  height: 16px;
  border: 3px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: transparent;
}

.ttpv-editorial-wrap .ttpv-icon-path::after {
  left: 18px;
  top: 9px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  background: transparent;
  transform: rotate(45deg);
}

.ttpv-editorial-wrap .ttpv-icon-mobile::before {
  left: 15px;
  top: 8px;
  width: 16px;
  height: 30px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}

.ttpv-editorial-wrap .ttpv-icon-mobile::after {
  left: 21px;
  bottom: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.ttpv-editorial-wrap .ttpv-icon-daily::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}

.ttpv-editorial-wrap .ttpv-icon-daily::after {
  left: 22px;
  top: 17px;
  width: 3px;
  height: 12px;
  border-radius: 999px;
  transform-origin: bottom;
  transform: rotate(-38deg);
}

.ttpv-editorial-wrap .ttpv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.ttpv-editorial-wrap .ttpv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.075);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

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

.ttpv-editorial-wrap .ttpv-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(17, 24, 39, 0.1);
}

.ttpv-editorial-wrap .ttpv-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(0, 214, 201, 0.14), rgba(255, 47, 108, 0.14));
  color: #0f2742;
  font-weight: 900;
  letter-spacing: 0;
}

.ttpv-editorial-wrap .ttpv-badge-dot {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 15px;
  background:
    radial-gradient(circle at 32% 34%, #ffffff 0 14%, transparent 15%),
    radial-gradient(circle at 67% 66%, #ffffff 0 12%, transparent 13%),
    linear-gradient(135deg, #00d6c9, #3456ff 52%, #ff2f6c);
  box-shadow: 0 14px 26px rgba(255, 47, 108, 0.15);
}

.ttpv-editorial-wrap .ttpv-trust-mark {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #f4f7fb;
  color: #244155;
  font-size: 13px;
  font-weight: 760;
}

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

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

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

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

  .ttpv-editorial-wrap .ttpv-section-head h2 {
    font-size: 26px;
  }

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

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

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

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

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

  .ttpv-editorial-wrap .ttpv-steps {
    gap: 16px;
    margin-top: 28px;
  }

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

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

@media (min-width: 375px) and (max-width: 429px) {
  .ttpv-editorial-wrap .ttpv-section {
    padding: 52px 0;
  }

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

  .ttpv-editorial-wrap .ttpv-section-head h2 {
    font-size: 29px;
  }

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

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

  .ttpv-editorial-wrap .ttpv-card,
  .ttpv-editorial-wrap .ttpv-trust-card {
    padding: 24px;
  }

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

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

  .ttpv-editorial-wrap .ttpv-steps {
    gap: 18px;
    margin-top: 30px;
  }

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

  .ttpv-editorial-wrap .ttpv-step-number {
    width: 62px;
    height: 50px;
    font-size: 19px;
  }
}

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

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

  .ttpv-editorial-wrap .ttpv-section-head h2 {
    font-size: 33px;
  }

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

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

  .ttpv-editorial-wrap .ttpv-card,
  .ttpv-editorial-wrap .ttpv-trust-card {
    padding: 26px;
  }

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

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

  .ttpv-editorial-wrap .ttpv-steps {
    gap: 20px;
    margin-top: 34px;
  }

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

  .ttpv-editorial-wrap .ttpv-step-number {
    width: 66px;
    height: 52px;
    font-size: 20px;
  }
}

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

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

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

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

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

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

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

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

  .ttpv-editorial-wrap .ttpv-steps {
    gap: 22px;
    margin-top: 42px;
  }

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

  .ttpv-editorial-wrap .ttpv-step-number {
    width: 76px;
    height: 62px;
    font-size: 22px;
  }
}

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

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

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

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

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

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

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

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

  .ttpv-editorial-wrap .ttpv-card p,
  .ttpv-editorial-wrap .ttpv-trust-card p,
  .ttpv-editorial-wrap .ttpv-step-copy p {
    font-size: 16px;
  }

  .ttpv-editorial-wrap .ttpv-steps {
    gap: 22px;
    margin-top: 48px;
  }

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

  .ttpv-editorial-wrap .ttpv-step-number {
    width: 86px;
    height: 68px;
    font-size: 24px;
  }
}