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

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

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

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

.ttpv-editorial-wrap .ttpv-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.10), transparent 30%),
    #f8fafc;
}

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

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

.ttpv-editorial-wrap .ttpv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  margin-bottom: 14px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.13), rgba(254, 44, 85, 0.11));
  color: #be123c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.ttpv-editorial-wrap .ttpv-section-head h2 {
  margin: 0;
  color: #0f172a;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.ttpv-editorial-wrap .ttpv-section-head p {
  margin: 14px auto 0;
  color: #526071;
  font-weight: 400;
  line-height: 1.75;
}

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

.ttpv-editorial-wrap .ttpv-card,
.ttpv-editorial-wrap .ttpv-trust-card,
.ttpv-editorial-wrap .ttpv-step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttpv-editorial-wrap .ttpv-card::before,
.ttpv-editorial-wrap .ttpv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55, #111827);
  opacity: 0.9;
}

.ttpv-editorial-wrap .ttpv-card:hover,
.ttpv-editorial-wrap .ttpv-trust-card:hover,
.ttpv-editorial-wrap .ttpv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}

.ttpv-editorial-wrap .ttpv-card h3,
.ttpv-editorial-wrap .ttpv-trust-card h3,
.ttpv-editorial-wrap .ttpv-step-content h3 {
  margin: 0;
  color: #101827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttpv-editorial-wrap .ttpv-card p,
.ttpv-editorial-wrap .ttpv-trust-card p,
.ttpv-editorial-wrap .ttpv-step-content p {
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.7;
}

.ttpv-editorial-wrap .ttpv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.ttpv-editorial-wrap .ttpv-icon::before,
.ttpv-editorial-wrap .ttpv-icon::after {
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}

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

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

.ttpv-editorial-wrap .ttpv-icon-speed::before {
  left: 12px;
  top: 23px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #111827;
  box-shadow: 4px -9px 0 #25f4ee, -2px 9px 0 #fe2c55;
}

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

.ttpv-editorial-wrap .ttpv-icon-path::before {
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 3px solid #25f4ee;
  border-right-color: #fe2c55;
  border-radius: 50%;
}

.ttpv-editorial-wrap .ttpv-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 27px;
  border: 3px solid #111827;
  border-radius: 8px;
}

.ttpv-editorial-wrap .ttpv-icon-daily::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: conic-gradient(from 90deg, #25f4ee, #fe2c55, #111827, #25f4ee);
}

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

.ttpv-editorial-wrap .ttpv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.13));
}

.ttpv-editorial-wrap .ttpv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #0f172a;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 8px 8px 0 rgba(37, 244, 238, 0.32), -8px -8px 0 rgba(254, 44, 85, 0.16);
}

.ttpv-editorial-wrap .ttpv-badge-dot {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 35%, #ffffff 0 16%, transparent 17%),
    linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 10px 26px rgba(254, 44, 85, 0.17);
}

.ttpv-editorial-wrap .ttpv-trust-card {
  text-align: left;
}

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

.ttpv-editorial-wrap .ttpv-trust-mark::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 13px;
  height: 20px;
  border-right: 4px solid #0f172a;
  border-bottom: 4px solid #0f172a;
  transform: rotate(42deg);
  border-radius: 2px;
}

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

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

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

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

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

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

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

  .ttpv-editorial-wrap .ttpv-card,
  .ttpv-editorial-wrap .ttpv-trust-card {
    min-height: 230px;
    padding: 24px 20px;
    border-radius: 20px;
  }

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

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

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

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

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

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

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

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

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

  .ttpv-editorial-wrap .ttpv-card,
  .ttpv-editorial-wrap .ttpv-trust-card {
    min-height: 220px;
    padding: 26px 22px;
    border-radius: 22px;
  }

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

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

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

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

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

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

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

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

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

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

  .ttpv-editorial-wrap .ttpv-card,
  .ttpv-editorial-wrap .ttpv-trust-card {
    min-height: 210px;
    padding: 28px 24px;
    border-radius: 24px;
  }

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

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

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

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

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

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

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

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

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

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

  .ttpv-editorial-wrap .ttpv-card,
  .ttpv-editorial-wrap .ttpv-trust-card {
    min-height: 242px;
    padding: 30px 26px;
    border-radius: 24px;
  }

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

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

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

  .ttpv-editorial-wrap .ttpv-step-card {
    gap: 26px;
    padding: 30px;
    border-radius: 26px;
  }

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

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

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

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

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

  .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 {
    min-height: 250px;
    padding: 32px 28px;
    border-radius: 26px;
  }

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

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

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

  .ttpv-editorial-wrap .ttpv-step-card {
    gap: 30px;
    min-height: 148px;
    padding: 34px 38px;
    border-radius: 28px;
  }

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