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

.ttpv-editorial {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}

.ttpv-editorial,
.ttpv-editorial section,
.ttpv-editorial div,
.ttpv-editorial article {
  box-sizing: border-box;
}

.ttpv-editorial .ttpv-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

.ttpv-editorial .ttpv-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 46, 99, 0.08), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(37, 244, 238, 0.1), transparent 30%),
    #f8fafc;
}

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

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

.ttpv-editorial .ttpv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 46, 99, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 46, 99, 0.1), rgba(37, 244, 238, 0.12));
  color: #b51245;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.ttpv-editorial .ttpv-heading h2 {
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttpv-editorial .ttpv-heading p {
  margin: 16px auto 0;
  max-width: 690px;
  color: #5c667a;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}

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

.ttpv-editorial .ttpv-card,
.ttpv-editorial .ttpv-trust-card,
.ttpv-editorial .ttpv-step {
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttpv-editorial .ttpv-card {
  border-radius: 22px;
  overflow: hidden;
}

.ttpv-editorial .ttpv-card::before,
.ttpv-editorial .ttpv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 46, 99, 0.08), rgba(37, 244, 238, 0.08));
  transition: opacity 220ms ease;
}

.ttpv-editorial .ttpv-card:hover,
.ttpv-editorial .ttpv-trust-card:hover,
.ttpv-editorial .ttpv-step:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 46, 99, 0.24);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.12);
}

.ttpv-editorial .ttpv-card:hover::before,
.ttpv-editorial .ttpv-trust-card:hover::before {
  opacity: 1;
}

.ttpv-editorial .ttpv-card h3,
.ttpv-editorial .ttpv-trust-card h3,
.ttpv-editorial .ttpv-step h3 {
  position: relative;
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttpv-editorial .ttpv-card p,
.ttpv-editorial .ttpv-trust-card p,
.ttpv-editorial .ttpv-step p,
.ttpv-editorial .ttpv-note p {
  position: relative;
  margin: 10px 0 0;
  color: #5d6678;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: 0;
}

.ttpv-editorial .ttpv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff2e63, #25f4ee);
  box-shadow: 0 14px 30px rgba(255, 46, 99, 0.18);
}

.ttpv-editorial .ttpv-icon::before,
.ttpv-editorial .ttpv-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
  transition: transform 220ms ease;
}

.ttpv-editorial .ttpv-card:hover .ttpv-icon::before,
.ttpv-editorial .ttpv-card:hover .ttpv-icon::after {
  transform: translateX(2px);
}

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

.ttpv-editorial .ttpv-icon-speed::before {
  left: 13px;
  top: 20px;
  width: 20px;
  height: 8px;
  border-radius: 999px;
}

.ttpv-editorial .ttpv-icon-speed::after {
  left: 25px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
}

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

.ttpv-editorial .ttpv-icon-steps::before {
  left: 12px;
  top: 13px;
  width: 22px;
  height: 4px;
  border-radius: 999px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

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

.ttpv-editorial .ttpv-icon-daily::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
}

.ttpv-editorial .ttpv-icon-daily::after {
  left: 21px;
  top: 17px;
  width: 4px;
  height: 13px;
  border-radius: 999px;
  transform-origin: bottom center;
  transform: rotate(-38deg);
}

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

.ttpv-editorial .ttpv-step {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    #ffffff;
}

.ttpv-editorial .ttpv-step::after {
  content: "";
  position: absolute;
  left: 38px;
  top: 78px;
  bottom: -18px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 46, 99, 0.28), rgba(37, 244, 238, 0));
}

.ttpv-editorial .ttpv-step:last-child::after {
  display: none;
}

.ttpv-editorial .ttpv-step-number {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ff2e63, #25f4ee);
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 18px 38px rgba(255, 46, 99, 0.2);
}

.ttpv-editorial .ttpv-badge {
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.13);
  color: #087c79;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.ttpv-editorial .ttpv-trust-card {
  border-radius: 22px;
  overflow: hidden;
}

.ttpv-editorial .ttpv-trust-dot {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: #ff2e63;
  box-shadow: 18px 0 0 #25f4ee, 36px 0 0 rgba(20, 27, 45, 0.16);
}

.ttpv-editorial .ttpv-note {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 46, 99, 0.16);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 46, 99, 0.08), rgba(37, 244, 238, 0.1));
  text-align: center;
}

.ttpv-editorial .ttpv-note p {
  margin: 0;
  color: #344057;
}

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

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

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

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

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

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

  .ttpv-editorial .ttpv-grid,
  .ttpv-editorial .ttpv-steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

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

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

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

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

  .ttpv-editorial .ttpv-step::after {
    display: none;
  }

  .ttpv-editorial .ttpv-step-number {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    border-radius: 18px;
    font-size: 18px;
  }

  .ttpv-editorial .ttpv-note {
    margin-top: 18px;
    padding: 20px;
  }
}

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

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

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

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

  .ttpv-editorial .ttpv-grid,
  .ttpv-editorial .ttpv-steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

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

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

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

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

  .ttpv-editorial .ttpv-step::after {
    display: none;
  }

  .ttpv-editorial .ttpv-step-number {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
    border-radius: 18px;
    font-size: 19px;
  }

  .ttpv-editorial .ttpv-note {
    margin-top: 20px;
    padding: 22px;
  }
}

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

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

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

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

  .ttpv-editorial .ttpv-grid,
  .ttpv-editorial .ttpv-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

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

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

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

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

  .ttpv-editorial .ttpv-step::after {
    display: none;
  }

  .ttpv-editorial .ttpv-step-number {
    width: 66px;
    height: 66px;
    flex-basis: 66px;
    border-radius: 20px;
    font-size: 20px;
  }

  .ttpv-editorial .ttpv-note {
    margin-top: 22px;
    padding: 24px;
  }
}

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

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

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

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

  .ttpv-editorial .ttpv-grid {
    gap: 22px;
    margin-top: 46px;
  }

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

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

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

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

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

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

  .ttpv-editorial .ttpv-note {
    margin-top: 24px;
    padding: 28px;
  }
}

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

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

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

  .ttpv-editorial .ttpv-heading p {
    font-size: 18px;
  }

  .ttpv-editorial .ttpv-grid {
    gap: 24px;
    margin-top: 52px;
  }

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

  .ttpv-editorial .ttpv-steps {
    gap: 24px;
    margin-top: 52px;
  }

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

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

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

  .ttpv-editorial .ttpv-step {
    gap: 26px;
    padding: 32px;
  }

  .ttpv-editorial .ttpv-note {
    margin-top: 28px;
    padding: 30px 36px;
  }
}