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

.tptv-editorial {
  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.6;
  background: #ffffff;
}

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

.tptv-editorial .tptv-section {
  position: relative;
  overflow: hidden;
}

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

.tptv-editorial .tptv-section-soft {
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 0, 102, 0.07), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(0, 242, 234, 0.08), transparent 30%),
    #f8fafc;
}

.tptv-editorial .tptv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

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

.tptv-editorial .tptv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 102, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 102, 0.09), rgba(0, 242, 234, 0.1));
  color: #b41555;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.tptv-editorial .tptv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff0066, #00d8d2);
  box-shadow: 0 0 0 5px rgba(255, 0, 102, 0.08);
}

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

.tptv-editorial .tptv-heading p {
  margin: 16px auto 0;
  max-width: 690px;
  color: #5b6678;
  font-weight: 450;
}

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

.tptv-editorial .tptv-card,
.tptv-editorial .tptv-trust-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tptv-editorial .tptv-card::before,
.tptv-editorial .tptv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 0, 102, 0.08), transparent 34%, rgba(0, 242, 234, 0.08));
  opacity: 0;
  transition: opacity 240ms ease;
}

.tptv-editorial .tptv-card:hover,
.tptv-editorial .tptv-trust-card:hover,
.tptv-editorial .tptv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 102, 0.22);
  box-shadow: 0 24px 62px rgba(17, 24, 39, 0.11);
}

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

.tptv-editorial h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151f32;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.tptv-editorial .tptv-card p,
.tptv-editorial .tptv-trust-card p,
.tptv-editorial .tptv-step-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5c6676;
  font-weight: 430;
}

.tptv-editorial .tptv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 0, 102, 0.13), rgba(0, 242, 234, 0.16));
  border: 1px solid rgba(23, 32, 51, 0.08);
}

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

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

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

.tptv-editorial .tptv-icon-speed::before {
  width: 22px;
  height: 12px;
  left: 12px;
  top: 18px;
  border: 3px solid #00aaa6;
  border-top: 0;
  border-radius: 0 0 18px 18px;
}

.tptv-editorial .tptv-icon-speed::after {
  width: 12px;
  height: 3px;
  left: 23px;
  top: 20px;
  background: #ff0066;
  border-radius: 99px;
  transform-origin: left center;
  rotate: -28deg;
}

.tptv-editorial .tptv-icon-preview::before {
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border: 3px solid #ff0066;
  border-radius: 8px;
}

.tptv-editorial .tptv-icon-preview::after {
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #00aaa6;
}

.tptv-editorial .tptv-icon-steps::before {
  width: 24px;
  height: 4px;
  left: 11px;
  top: 14px;
  border-radius: 99px;
  background: #ff0066;
  box-shadow: 0 8px 0 #00aaa6, 0 16px 0 rgba(255, 0, 102, 0.72);
}

.tptv-editorial .tptv-icon-mobile::before {
  width: 18px;
  height: 28px;
  left: 14px;
  top: 9px;
  border: 3px solid #00aaa6;
  border-radius: 8px;
}

.tptv-editorial .tptv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
  background: #ff0066;
}

.tptv-editorial .tptv-icon-daily::before {
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 3px solid #ff0066;
  border-radius: 50%;
}

.tptv-editorial .tptv-icon-daily::after {
  width: 10px;
  height: 10px;
  left: 22px;
  top: 14px;
  border-left: 3px solid #00aaa6;
  border-bottom: 3px solid #00aaa6;
}

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

.tptv-editorial .tptv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff, #fbfdff);
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tptv-editorial .tptv-step-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -90px;
  top: -90px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 0, 102, 0.12), rgba(0, 242, 234, 0.14));
}

.tptv-editorial .tptv-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff0066, #00c9c2);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(255, 0, 102, 0.22);
}

.tptv-editorial .tptv-step-copy {
  position: relative;
  z-index: 1;
}

.tptv-editorial .tptv-badge-dot {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 0 28%, transparent 30%),
    conic-gradient(from 90deg, #ff0066, #00d8d2, #ff0066);
  box-shadow: 0 12px 26px rgba(0, 201, 194, 0.18);
}

.tptv-editorial .tptv-trust-card {
  background: linear-gradient(180deg, #ffffff, #fbfcff);
}

.tptv-editorial .tptv-trust-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 0, 102, 0.12), rgba(0, 242, 234, 0.14));
  border: 1px solid rgba(23, 32, 51, 0.08);
  position: relative;
}

.tptv-editorial .tptv-trust-mark::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #00aaa6;
  border-bottom: 3px solid #00aaa6;
  transform: rotate(-45deg);
}

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

.tptv-editorial .tptv-reveal.tptv-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) {
  .tptv-editorial .tptv-section {
    padding: 54px 0;
  }

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

  .tptv-editorial h2 {
    font-size: 27px;
  }

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

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

  .tptv-editorial .tptv-card,
  .tptv-editorial .tptv-trust-card {
    padding: 22px;
    border-radius: 18px;
  }

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

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

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

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

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

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

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

  .tptv-editorial h2 {
    font-size: 30px;
  }

  .tptv-editorial .tptv-heading p {
    font-size: 15.5px;
  }

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

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

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

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

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

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

  .tptv-editorial .tptv-step-number {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

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

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

  .tptv-editorial h2 {
    font-size: 34px;
  }

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

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

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

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

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

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

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

  .tptv-editorial .tptv-step-number {
    width: 62px;
    height: 62px;
    font-size: 18px;
  }
}

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

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

  .tptv-editorial h2 {
    font-size: 42px;
  }

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

  .tptv-editorial .tptv-grid-six,
  .tptv-editorial .tptv-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

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

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

  .tptv-editorial .tptv-step-number {
    width: 72px;
    height: 72px;
    font-size: 20px;
  }
}

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

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

  .tptv-editorial h2 {
    font-size: 48px;
  }

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

  .tptv-editorial .tptv-grid-six,
  .tptv-editorial .tptv-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }

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

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

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

  .tptv-editorial .tptv-steps {
    gap: 24px;
    margin-top: 48px;
  }

  .tptv-editorial .tptv-step-card {
    gap: 28px;
    padding: 34px;
  }

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