
/* TV Tracker 0.1.84 - Hero Typography + Random Posters */

/*
  Header final checkpoint sonrası ilk hero polish.
  Header katmanlarına dokunmaz.

  Değişiklikler:
  - Hero başlığına daha premium shadow/glow.
  - Açıklama metnine daha iyi okunurluk.
  - Tekrarlı CTA butonları yerine sakin status rail.
  - Sağdaki mevcut poster fikri korunur ama kaynak DB'den random local poster olur.
*/

/* Başlık */
html body .pv4-home .pv4-title {
  letter-spacing: -0.070em !important;
  line-height: 0.92 !important;
  text-shadow:
    0 20px 38px rgba(0, 0, 0, 0.48),
    0 0 28px rgba(247, 212, 109, 0.12),
    0 0 48px rgba(217, 138, 43, 0.10) !important;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.24)) !important;
}

html body .pv4-home .pv4-title .pv4-g {
  background:
    linear-gradient(100deg, #fff4bd 0%, #f7d46d 34%, #d98a2b 66%, #d95c32 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  text-shadow: none !important;
}

/* Açıklama */
html body .pv4-home .pv4-lead {
  color: rgba(226, 232, 240, 0.84) !important;
  line-height: 1.72 !important;
  max-width: 560px !important;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.30) !important;
}

/* Yeni mini status rail */
html body .pv4-hero-brief {
  position: relative !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 30px !important;
  max-width: 600px !important;
}

html body .pv4-hero-brief::before {
  content: "" !important;
  position: absolute !important;
  left: -20px !important;
  right: 24% !important;
  top: 50% !important;
  height: 38px !important;
  border-radius: 999px !important;
  background:
    radial-gradient(ellipse at 18% 50%, rgba(247, 212, 109, 0.15), transparent 42%),
    radial-gradient(ellipse at 72% 50%, rgba(126, 35, 48, 0.10), transparent 46%) !important;
  filter: blur(13px) !important;
  opacity: 0.82 !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}

html body .pv4-hero-brief span {
  position: relative !important;
  z-index: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 0 13px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(247, 212, 109, 0.16) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.048), rgba(255,255,255,0.016)) !important;
  color: rgba(226, 232, 240, 0.76) !important;
  font-size: 0.83rem !important;
  font-weight: 750 !important;
  letter-spacing: -0.01em !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.045),
    0 12px 26px rgba(0,0,0,0.18) !important;
}

html body .pv4-hero-brief span:first-child {
  color: #f7d46d !important;
  border-color: rgba(247, 212, 109, 0.28) !important;
}

/* Randomized poster küçük polish */
html body .pv4-poster.pv4-randomized-poster img {
  filter: saturate(0.92) brightness(0.88) contrast(1.05) !important;
}

html body .pv4-poster.pv4-randomized-poster {
  box-shadow:
    0 24px 44px rgba(0,0,0,0.42),
    inset 0 1px 0 rgba(255,255,255,0.10) !important;
}

/* Orbit/poster tarafını biraz daha sinematik bağla */
html body .pv4-stage::before {
  opacity: 0.98 !important;
}

html body .pv4-orbit {
  filter:
    drop-shadow(0 22px 34px rgba(0,0,0,0.40))
    drop-shadow(0 0 28px rgba(247, 212, 109, 0.10)) !important;
}

/* Hero container'a hafif premium ışık */
html body .pv4-home {
  background:
    radial-gradient(circle at 78% 24%, rgba(126, 35, 48, 0.24), transparent 35%),
    radial-gradient(circle at 47% 0%, rgba(247, 212, 109, 0.08), transparent 36%),
    linear-gradient(135deg, rgba(10, 14, 24, 0.94), rgba(16, 17, 24, 0.92) 48%, rgba(38, 12, 18, 0.72)) !important;
}

/* Responsive */
@media (max-width: 820px) {
  html body .pv4-hero-brief {
    margin-top: 22px !important;
  }

  html body .pv4-hero-brief span {
    font-size: 0.80rem !important;
  }
}
/* /TV Tracker 0.1.84 */
