@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: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

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

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

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

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

.ttpv-editorial .ttpv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-bottom: 14px;
  padding: 6px 13px;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.12));
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

.ttpv-editorial .ttpv-card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttpv-editorial .ttpv-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.42), rgba(254, 44, 85, 0.38));
  opacity: 0;
  transition: opacity 240ms ease;
}

.ttpv-editorial .ttpv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.28);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.11);
}

.ttpv-editorial .ttpv-card:hover::before {
  opacity: 0.32;
}

.ttpv-editorial .ttpv-card h3 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttpv-editorial .ttpv-card p {
  margin: 10px 0 0;
  color: #5e6878;
  line-height: 1.68;
}

.ttpv-editorial .ttpv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.16));
  box-shadow: inset 0 0 0 1px rgba(16, 24, 40, 0.05);
}

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

.ttpv-editorial .ttpv-card:hover .ttpv-icon::before,
.ttpv-editorial .ttpv-card:hover .ttpv-icon::after {
  transform: translateY(-1px) scale(1.04);
}

.ttpv-editorial .ttpv-icon-play::before {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fe2c55;
  margin-left: 3px;
}

.ttpv-editorial .ttpv-icon-bolt::before {
  width: 12px;
  height: 24px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
  clip-path: polygon(44% 0, 100% 0, 62% 43%, 100% 43%, 35% 100%, 48% 55%, 0 55%);
}

.ttpv-editorial .ttpv-icon-frame::before {
  width: 23px;
  height: 17px;
  border: 2px solid #25bfc0;
  border-radius: 5px;
}

.ttpv-editorial .ttpv-icon-frame::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fe2c55;
  transform: translate(8px, -7px);
}

.ttpv-editorial .ttpv-icon-check::before {
  width: 20px;
  height: 10px;
  border-left: 3px solid #20b9b5;
  border-bottom: 3px solid #20b9b5;
  transform: rotate(-45deg) translate(1px, -1px);
}

.ttpv-editorial .ttpv-icon-mobile::before {
  width: 18px;
  height: 28px;
  border: 2px solid #172033;
  border-radius: 6px;
}

.ttpv-editorial .ttpv-icon-mobile::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fe2c55;
  transform: translateY(9px);
}

.ttpv-editorial .ttpv-icon-dots::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #25bfc0;
  box-shadow: 10px 0 0 #fe2c55, 20px 0 0 #172033;
  transform: translateX(-10px);
}

.ttpv-editorial .ttpv-icon-lock::before {
  width: 22px;
  height: 17px;
  border-radius: 5px;
  background: linear-gradient(135deg, #25bfc0, #fe2c55);
  transform: translateY(5px);
}

.ttpv-editorial .ttpv-icon-lock::after {
  width: 14px;
  height: 12px;
  border: 3px solid #172033;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  transform: translateY(-7px);
}

.ttpv-editorial .ttpv-icon-speed::before {
  width: 25px;
  height: 25px;
  border: 3px solid #25bfc0;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.ttpv-editorial .ttpv-icon-speed::after {
  width: 13px;
  height: 3px;
  border-radius: 3px;
  background: #fe2c55;
  transform-origin: left center;
  transform: rotate(-28deg) translate(2px, 1px);
}

.ttpv-editorial .ttpv-icon-user::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #172033;
  transform: translateY(-8px);
}

.ttpv-editorial .ttpv-icon-user::after {
  width: 24px;
  height: 12px;
  border-radius: 14px 14px 6px 6px;
  background: linear-gradient(135deg, #25bfc0, #fe2c55);
  transform: translateY(10px);
}

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

.ttpv-editorial .ttpv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.075);
  backdrop-filter: blur(8px);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

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

.ttpv-editorial .ttpv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827 0%, #263246 48%, #fe2c55 100%);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(254, 44, 85, 0.18);
}

.ttpv-editorial .ttpv-step-content h3 {
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttpv-editorial .ttpv-step-content p {
  margin: 8px 0 0;
  color: #5e6878;
  line-height: 1.68;
}

.ttpv-editorial .ttpv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #146b6d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.ttpv-editorial .ttpv-use-card:nth-child(even) .ttpv-badge {
  background: rgba(254, 44, 85, 0.1);
  color: #9f1239;
}

.ttpv-editorial .ttpv-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(37, 244, 238, 0.18), transparent 38%);
}

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

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

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

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

  .ttpv-editorial .ttpv-heading {
    margin-bottom: 28px;
  }

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

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

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

  .ttpv-editorial .ttpv-card {
    padding: 20px;
  }

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

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

  .ttpv-editorial .ttpv-steps {
    gap: 16px;
  }

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

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

  .ttpv-editorial .ttpv-step-content h3 {
    font-size: 18px;
  }

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

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

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

  .ttpv-editorial .ttpv-heading {
    margin-bottom: 30px;
  }

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

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

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

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

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

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

  .ttpv-editorial .ttpv-steps {
    gap: 18px;
  }

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

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

  .ttpv-editorial .ttpv-step-content h3 {
    font-size: 19px;
  }

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

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

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

  .ttpv-editorial .ttpv-heading {
    margin-bottom: 34px;
  }

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

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

  .ttpv-editorial .ttpv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

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

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

  .ttpv-editorial .ttpv-steps {
    gap: 20px;
  }

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

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

  .ttpv-editorial .ttpv-step-content h3 {
    font-size: 20px;
  }

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

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

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

  .ttpv-editorial .ttpv-heading {
    margin-bottom: 42px;
  }

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

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

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

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

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

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

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

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

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

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

  .ttpv-editorial .ttpv-step-content h3 {
    font-size: 21px;
  }

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

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

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

  .ttpv-editorial .ttpv-heading {
    margin-bottom: 48px;
  }

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

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

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

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

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

  .ttpv-editorial .ttpv-card p {
    font-size: 15.5px;
  }

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

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

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

  .ttpv-editorial .ttpv-step-content h3 {
    font-size: 22px;
  }

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