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

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

.tptv-premium-content,
.tptv-premium-content * {
  box-sizing: border-box;
}

.tptv-premium-content {
  --tptv-bg: #fff7f3;
  --tptv-ink: #171316;
  --tptv-muted: #655c63;
  --tptv-line: rgba(213, 91, 115, 0.18);
  --tptv-rose: #ff3d6e;
  --tptv-coral: #ff7a59;
  --tptv-gold: #f3b342;
  --tptv-teal: #2fb6a3;
  --tptv-shadow: 0 18px 46px rgba(62, 30, 42, 0.1);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--tptv-ink);
  background: #fff;
}

.tptv-premium-content .tptv-section,
.tptv-premium-content .tptv-container,
.tptv-premium-content .tptv-grid {
  width: 100%;
  max-width: 100%;
}

.tptv-premium-content .tptv-section {
  position: relative;
  padding: 86px 24px;
  overflow: hidden;
}

.tptv-premium-content .tptv-section-white {
  background: #fff;
}

.tptv-premium-content .tptv-section-warm {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 122, 89, 0.14), transparent 34%),
    radial-gradient(circle at 85% 18%, rgba(47, 182, 163, 0.12), transparent 32%),
    linear-gradient(180deg, #fff8f3 0%, #fffdf9 100%);
}

.tptv-premium-content .tptv-container {
  max-width: 1240px;
  margin: 0 auto;
}

.tptv-premium-content .tptv-section-head {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.tptv-premium-content .tptv-section-head h2 {
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  color: var(--tptv-ink);
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tptv-premium-content .tptv-section-head h2 span {
  display: inline;
  color: transparent;
  background: linear-gradient(100deg, var(--tptv-rose), var(--tptv-coral) 48%, var(--tptv-gold));
  -webkit-background-clip: text;
  background-clip: text;
}

.tptv-premium-content .tptv-section-head p {
  margin: 14px auto 0;
  max-width: 660px;
  font-size: 1.02rem;
  line-height: 1.72;
  color: var(--tptv-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tptv-premium-content .tptv-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.tptv-premium-content .tptv-card {
  --fg-mx: 50%;
  --fg-my: 35%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --tptv-accent: #ff3d6e;
  --tptv-accent-2: #ff7a59;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 252px;
  padding: 26px;
  border: 1px solid rgba(34, 24, 30, 0.08);
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--tptv-accent) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 247, 0.9));
  box-shadow: 0 12px 32px rgba(50, 24, 34, 0.075);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 680ms ease,
    transform 680ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 260ms ease,
    border-color 260ms ease,
    background 260ms ease;
  will-change: transform;
}

.tptv-premium-content .tptv-card:nth-child(8n+1) { --tptv-accent: #ff3d6e; --tptv-accent-2: #ff8a5b; }
.tptv-premium-content .tptv-card:nth-child(8n+2) { --tptv-accent: #7c5cff; --tptv-accent-2: #ff65a5; }
.tptv-premium-content .tptv-card:nth-child(8n+3) { --tptv-accent: #16a3b8; --tptv-accent-2: #53d6b8; }
.tptv-premium-content .tptv-card:nth-child(8n+4) { --tptv-accent: #f0a202; --tptv-accent-2: #ff6f59; }
.tptv-premium-content .tptv-card:nth-child(8n+5) { --tptv-accent: #0e9f6e; --tptv-accent-2: #5fd4b4; }
.tptv-premium-content .tptv-card:nth-child(8n+6) { --tptv-accent: #e23d75; --tptv-accent-2: #8f62ff; }
.tptv-premium-content .tptv-card:nth-child(8n+7) { --tptv-accent: #ef6c35; --tptv-accent-2: #f5c84c; }
.tptv-premium-content .tptv-card:nth-child(8n+8) { --tptv-accent: #2b8fd8; --tptv-accent-2: #37c5c1; }

.tptv-premium-content .tptv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--tptv-accent) 10%, transparent), transparent 46%),
    radial-gradient(circle at 88% 12%, color-mix(in srgb, var(--tptv-accent-2) 16%, transparent), transparent 24%);
  opacity: 0.72;
  transition: opacity 260ms ease;
}

.tptv-premium-content .tptv-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--tptv-accent), var(--tptv-accent-2));
  transform: scaleX(0.26);
  transform-origin: left center;
  opacity: 0.65;
  transition: transform 260ms ease, opacity 260ms ease;
}

.tptv-premium-content .tptv-card.tptv-is-visible {
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}

.tptv-premium-content .tptv-card:hover {
  border-color: color-mix(in srgb, var(--tptv-accent) 38%, rgba(34, 24, 30, 0.12));
  box-shadow: 0 24px 60px rgba(50, 24, 34, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

.tptv-premium-content .tptv-grid-why .tptv-card:hover {
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px) scale(1.01);
}

.tptv-premium-content .tptv-card:hover::before {
  opacity: 1;
}

.tptv-premium-content .tptv-card:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.tptv-premium-content .tptv-icon,
.tptv-premium-content .tptv-card h3,
.tptv-premium-content .tptv-card p,
.tptv-premium-content .tptv-cta,
.tptv-premium-content .tptv-step-number {
  position: relative;
  z-index: 1;
}

.tptv-premium-content .tptv-icon {
  width: 54px;
  height: 54px;
  margin: 0 0 22px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: color-mix(in srgb, var(--tptv-accent) 12%, #fff);
  color: var(--tptv-accent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--tptv-accent) 14%, transparent);
  transition: transform 260ms ease, background 260ms ease, color 260ms ease, box-shadow 260ms ease;
}

.tptv-premium-content .tptv-icon i {
  font-size: 1.22rem;
  line-height: 1;
}

.tptv-premium-content .tptv-card:hover .tptv-icon {
  transform: translateY(-3px) rotate(-4deg) scale(1.06);
  background: linear-gradient(135deg, var(--tptv-accent), var(--tptv-accent-2));
  color: #fff;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--tptv-accent) 26%, transparent);
}

.tptv-premium-content .tptv-card h3 {
  display: inline;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.32;
  letter-spacing: 0;
  color: var(--tptv-ink);
  font-weight: 780;
  background-image: linear-gradient(90deg, var(--tptv-accent), var(--tptv-accent-2));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;
  padding-bottom: 4px;
  transition: background-size 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tptv-premium-content .tptv-card:hover h3 {
  background-size: 100% 2px;
}

.tptv-premium-content .tptv-card p {
  margin: 14px 0 0;
  font-size: 0.95rem;
  line-height: 1.66;
  color: var(--tptv-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tptv-premium-content .tptv-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--tptv-accent);
  font-size: 0.88rem;
  line-height: 1.35;
  font-weight: 760;
  opacity: 0.34;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease, color 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tptv-premium-content .tptv-card:hover .tptv-cta {
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--tptv-accent) 82%, #111);
}

.tptv-premium-content .tptv-process-card {
  min-height: 274px;
}

.tptv-premium-content .tptv-process-card::before {
  content: var(--tptv-step);
  position: absolute;
  right: 16px;
  top: 8px;
  font-size: 5.4rem;
  line-height: 1;
  font-weight: 900;
  color: color-mix(in srgb, var(--tptv-accent) 10%, transparent);
  letter-spacing: 0;
  transition: transform 260ms ease, color 260ms ease;
}

.tptv-premium-content .tptv-process-card:hover::before {
  transform: translateY(-4px) scale(1.04);
  color: color-mix(in srgb, var(--tptv-accent) 16%, transparent);
}

.tptv-premium-content .tptv-step-number {
  display: inline-block;
  margin: 0 0 14px;
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 860;
  letter-spacing: 0;
  color: var(--tptv-accent);
  transition: transform 260ms ease, color 260ms ease;
}

.tptv-premium-content .tptv-process-card:hover .tptv-step-number {
  transform: translateX(4px);
  color: color-mix(in srgb, var(--tptv-accent) 82%, #111);
}

@media (min-width: 1200px) {
  .tptv-premium-content .tptv-section {
    padding: 92px 28px;
  }

  .tptv-premium-content .tptv-container {
    max-width: 1240px;
  }

  .tptv-premium-content .tptv-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .tptv-premium-content .tptv-section {
    padding: 78px 22px;
  }

  .tptv-premium-content .tptv-container {
    max-width: 1060px;
  }

  .tptv-premium-content .tptv-section-head {
    margin-bottom: 32px;
  }

  .tptv-premium-content .tptv-section-head p {
    font-size: 0.98rem;
  }

  .tptv-premium-content .tptv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .tptv-premium-content .tptv-card {
    padding: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tptv-premium-content .tptv-section {
    padding: 66px 20px;
  }

  .tptv-premium-content .tptv-section-head {
    margin-bottom: 28px;
  }

  .tptv-premium-content .tptv-section-head p {
    font-size: 0.96rem;
  }

  .tptv-premium-content .tptv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .tptv-premium-content .tptv-card {
    padding: 23px;
    min-height: 238px;
  }

  .tptv-premium-content .tptv-card h3 {
    font-size: 1.02rem;
  }

  .tptv-premium-content .tptv-card p {
    font-size: 0.92rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .tptv-premium-content .tptv-section {
    padding: 54px 16px;
  }

  .tptv-premium-content .tptv-section-head {
    margin-bottom: 24px;
  }

  .tptv-premium-content .tptv-section-head p {
    font-size: 0.93rem;
    line-height: 1.62;
  }

  .tptv-premium-content .tptv-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .tptv-premium-content .tptv-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 22px;
  }

  .tptv-premium-content .tptv-cta {
    white-space: normal;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .tptv-premium-content .tptv-section {
    padding: 46px 14px;
  }

  .tptv-premium-content .tptv-section-head {
    margin-bottom: 22px;
  }

  .tptv-premium-content .tptv-section-head p {
    font-size: 0.9rem;
    line-height: 1.58;
  }

  .tptv-premium-content .tptv-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .tptv-premium-content .tptv-card {
    min-width: 0;
    max-width: 100%;
    padding: 20px;
    border-radius: 18px;
  }

  .tptv-premium-content .tptv-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 18px;
  }

  .tptv-premium-content .tptv-card h3 {
    font-size: 0.98rem;
  }

  .tptv-premium-content .tptv-card p {
    font-size: 0.9rem;
  }

  .tptv-premium-content .tptv-process-card::before {
    font-size: 4.4rem;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .tptv-premium-content .tptv-section {
    padding: 40px 12px;
  }

  .tptv-premium-content .tptv-section-head {
    margin-bottom: 20px;
  }

  .tptv-premium-content .tptv-section-head p {
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .tptv-premium-content .tptv-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .tptv-premium-content .tptv-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }

  .tptv-premium-content .tptv-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }

  .tptv-premium-content .tptv-icon i {
    font-size: 1.05rem;
  }

  .tptv-premium-content .tptv-card h3 {
    font-size: 0.94rem;
  }

  .tptv-premium-content .tptv-card p,
  .tptv-premium-content .tptv-cta {
    font-size: 0.86rem;
  }

  .tptv-premium-content .tptv-process-card::before {
    font-size: 3.8rem;
    right: 12px;
  }
}

@media (max-width: 319px) {
  .tptv-premium-content .tptv-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tptv-premium-content .tptv-card,
  .tptv-premium-content .tptv-card::before,
  .tptv-premium-content .tptv-card::after,
  .tptv-premium-content .tptv-icon,
  .tptv-premium-content .tptv-cta,
  .tptv-premium-content .tptv-step-number {
    transition: none !important;
    animation: none !important;
  }

  .tptv-premium-content .tptv-card,
  .tptv-premium-content .tptv-card:hover,
  .tptv-premium-content .tptv-card.tptv-is-visible {
    transform: none !important;
    opacity: 1 !important;
  }
}