/* TV Tracker 0.1.80 - Premium Home Hero */
.premium-home-hero {
  position: relative;
  overflow: hidden;
  margin: 18px auto 24px;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 32px;
  background:
    radial-gradient(circle at 76% 18%, rgba(37, 99, 235, 0.24), transparent 34%),
    radial-gradient(circle at 48% 4%, rgba(245, 158, 11, 0.13), transparent 30%),
    linear-gradient(135deg, rgba(2, 6, 23, 0.90), rgba(15, 23, 42, 0.70) 52%, rgba(2, 6, 23, 0.92));
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.premium-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 48%, rgba(250, 204, 21, 0.14) 50%, transparent 58%),
    radial-gradient(circle at 84% 42%, rgba(251, 191, 36, 0.12), transparent 18%);
  opacity: 0.85;
}

.premium-home-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -110px;
  width: 440px;
  height: 440px;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, 0.18);
  background: radial-gradient(circle, rgba(37, 99, 235, 0.14), transparent 68%);
  pointer-events: none;
}

.premium-hero-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image:
    radial-gradient(circle, rgba(251, 191, 36, 0.42) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(96, 165, 250, 0.28) 0 1px, transparent 1.5px);
  background-size: 118px 118px, 174px 174px;
  background-position: 20px 10px, 80px 40px;
  mask-image: linear-gradient(90deg, transparent, black 12%, black 82%, transparent);
}

.premium-hero-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.premium-hero-copy {
  min-width: 0;
}

.premium-hero-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 17px;
  border: 1px solid rgba(251, 191, 36, 0.38);
  color: #facc15;
  background:
    radial-gradient(circle at 50% 20%, rgba(251, 191, 36, 0.18), transparent 62%),
    rgba(15, 23, 42, 0.68);
  box-shadow: 0 0 28px rgba(251, 191, 36, 0.12);
}

.premium-hero-title {
  margin: 0;
  max-width: 760px;
  font-size: clamp(3.1rem, 7vw, 5.9rem);
  line-height: 0.94;
  letter-spacing: -0.075em;
  color: #f8fafc;
}

.premium-hero-title span {
  color: transparent;
  background: linear-gradient(135deg, #fde68a 0%, #f59e0b 42%, #fef3c7 78%, #d97706 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 34px rgba(245, 158, 11, 0.18);
}

.premium-hero-lead {
  margin: 22px 0 0;
  max-width: 560px;
  color: #cbd5e1;
  font-size: clamp(1.02rem, 1.45vw, 1.25rem);
  line-height: 1.65;
}

.premium-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.premium-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 18px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -0.02em;
  transition: transform 150ms ease, filter 150ms ease, border-color 150ms ease;
}

.premium-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.premium-btn-primary {
  color: #111827;
  background: linear-gradient(135deg, #fde68a, #fbbf24 55%, #d97706);
  box-shadow: 0 12px 35px rgba(245, 158, 11, 0.22);
}

.premium-btn-ghost {
  color: #e5edf7;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(2, 6, 23, 0.32);
  backdrop-filter: blur(16px);
}

.premium-btn-dot,
.premium-btn-icon {
  width: 25px;
  height: 25px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  font-weight: 950;
  background: rgba(2, 6, 23, 0.86);
  color: #facc15;
}

.premium-hero-visual {
  position: relative;
  min-height: 310px;
}

.premium-poster-cloud {
  position: absolute;
  inset: 0;
  opacity: 0.72;
  filter: saturate(0.85);
}

.poster-chip {
  position: absolute;
  width: 112px;
  height: 158px;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    linear-gradient(145deg, rgba(15, 23, 42, 0.18), rgba(2, 6, 23, 0.72)),
    linear-gradient(135deg, rgba(96, 165, 250, 0.22), rgba(245, 158, 11, 0.12));
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.30);
}

.poster-chip::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 15px;
  height: 8px;
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.22);
  box-shadow: 0 -22px 0 rgba(226, 232, 240, 0.10);
}

.chip-1 { right: 292px; top: 12px; transform: rotate(-12deg); }
.chip-2 { right: 202px; top: 36px; transform: rotate(8deg); }
.chip-3 { right: 106px; top: 12px; transform: rotate(-5deg); }
.chip-4 { right: 18px; top: 56px; transform: rotate(11deg); }
.chip-5 { right: 238px; top: 154px; transform: rotate(6deg); }
.chip-6 { right: 86px; top: 168px; transform: rotate(-9deg); }

.premium-orbit-card {
  position: absolute;
  right: clamp(18px, 4vw, 56px);
  top: 48px;
  width: 210px;
  height: 210px;
  display: grid;
  place-items: center;
}

.premium-orbit-ring {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 2px solid rgba(251, 191, 36, 0.18);
  background:
    conic-gradient(from -26deg, rgba(251, 191, 36, 0.98), rgba(251, 191, 36, 0.10) 35%, rgba(59, 130, 246, 0.18) 68%, rgba(251, 191, 36, 0.92));
  box-shadow:
    0 0 44px rgba(245, 158, 11, 0.23),
    inset 0 0 38px rgba(2, 6, 23, 0.72);
  mask-image: radial-gradient(circle, transparent 0 58%, black 59%);
}

.premium-orbit-content {
  width: 166px;
  height: 166px;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 20%, rgba(37, 99, 235, 0.28), rgba(2, 6, 23, 0.72));
  border: 1px solid rgba(148, 163, 184, 0.18);
  text-align: center;
}

.premium-orbit-content span,
.premium-orbit-content em {
  color: #fde68a;
  font-style: normal;
  font-size: 0.86rem;
  font-weight: 800;
}

.premium-orbit-content strong {
  display: block;
  margin: 7px 0;
  color: #f8fafc;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.06em;
  text-shadow: 0 0 26px rgba(251, 191, 36, 0.28);
}

.premium-stat-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.premium-stat-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 116px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    radial-gradient(circle at 50% 100%, rgba(37, 99, 235, 0.18), transparent 45%),
    rgba(15, 23, 42, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.premium-stat-card::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 0;
  height: 2px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, transparent, #2563eb, #fbbf24, transparent);
  opacity: 0.72;
}

.premium-stat-icon {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #facc15;
  background:
    linear-gradient(135deg, rgba(251, 191, 36, 0.12), rgba(59, 130, 246, 0.08)),
    rgba(2, 6, 23, 0.45);
  border: 1px solid rgba(251, 191, 36, 0.18);
  font-size: 1.35rem;
  font-weight: 950;
}

.premium-stat-card p {
  margin: 0 0 5px;
  color: #cbd5e1;
  font-size: 0.98rem;
}

.premium-stat-card strong {
  display: block;
  color: #f8fafc;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.premium-stat-card span {
  display: block;
  margin-top: 7px;
  color: #94a3b8;
  font-size: 0.88rem;
}

/* Align the existing next-episode panel with the premium hero. */
.next-section {
  border-radius: 30px !important;
  border: 1px solid rgba(148, 163, 184, 0.16) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(245, 158, 11, 0.12), transparent 30%),
    radial-gradient(circle at 100% 8%, rgba(37, 99, 235, 0.15), transparent 32%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.88), rgba(2, 6, 23, 0.66)) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.next-section h2 {
  letter-spacing: -0.055em;
}

.next-card-form {
  display: block;
}

.next-card,
.next-card-form button {
  border-color: rgba(148, 163, 184, 0.18) !important;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.72), rgba(2, 6, 23, 0.48)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.next-kicker,
.next-action,
.next-card-form strong {
  color: #facc15 !important;
}

@media (max-width: 980px) {
  .premium-hero-main {
    grid-template-columns: 1fr;
  }

  .premium-hero-visual {
    min-height: 230px;
  }

  .premium-orbit-card {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 18px;
  }

  .premium-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .premium-home-hero {
    border-radius: 24px;
    padding: 22px;
  }

  .premium-hero-title {
    font-size: 3.1rem;
  }

  .premium-hero-actions {
    flex-direction: column;
  }

  .premium-btn {
    width: 100%;
  }

  .premium-stat-grid {
    grid-template-columns: 1fr;
  }

  .premium-hero-visual {
    display: none;
  }
}
/* /TV Tracker 0.1.80 */

/* TV Tracker 0.1.80a - Ruby / Gold premium hero polish */
:root {
  --tv-ruby-950: #120509;
  --tv-ruby-900: #1f0710;
  --tv-ruby-800: #3b0a18;
  --tv-ruby-700: #6f1426;
  --tv-gold-300: #fde68a;
  --tv-gold-400: #facc15;
  --tv-gold-500: #f59e0b;
}

.premium-home-hero {
  width: min(1440px, calc(100vw - 96px));
  margin-left: 50%;
  transform: translateX(-50%);
  padding: clamp(34px, 4vw, 58px);
  border-color: rgba(253, 230, 138, 0.20);
  background:
    radial-gradient(circle at 78% 18%, rgba(127, 29, 29, 0.34), transparent 34%),
    radial-gradient(circle at 56% 8%, rgba(245, 158, 11, 0.18), transparent 32%),
    radial-gradient(circle at 10% 0%, rgba(15, 23, 42, 0.78), transparent 40%),
    linear-gradient(135deg, rgba(4, 5, 12, 0.96), rgba(31, 7, 16, 0.76) 48%, rgba(2, 6, 23, 0.92));
  box-shadow:
    0 36px 110px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(251, 191, 36, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.075);
}

.premium-home-hero::before {
  background:
    linear-gradient(112deg, transparent 0 44%, rgba(253, 230, 138, 0.18) 50%, rgba(127, 29, 29, 0.10) 56%, transparent 64%),
    radial-gradient(circle at 83% 47%, rgba(245, 158, 11, 0.20), transparent 22%),
    radial-gradient(circle at 68% 26%, rgba(185, 28, 28, 0.22), transparent 28%);
}

.premium-home-hero::after {
  right: -160px;
  top: -150px;
  width: 560px;
  height: 560px;
  border-color: rgba(253, 230, 138, 0.16);
  background:
    radial-gradient(circle, rgba(127, 29, 29, 0.28), transparent 60%),
    radial-gradient(circle at 44% 45%, rgba(245, 158, 11, 0.14), transparent 38%);
}

.premium-hero-main {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.92fr);
}

.premium-hero-icon {
  display: none;
}

.premium-hero-title {
  max-width: 820px;
  font-size: clamp(4.15rem, 7.4vw, 7.05rem);
  line-height: 0.88;
  letter-spacing: -0.092em;
  font-weight: 950;
  text-wrap: balance;
  color: #f8fafc;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.10),
    0 26px 70px rgba(0, 0, 0, 0.55);
}

.premium-hero-title span {
  background:
    linear-gradient(110deg,
      #fff7ed 0%,
      #fde68a 16%,
      #f59e0b 38%,
      #b45309 54%,
      #fef3c7 72%,
      #f59e0b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(245, 158, 11, 0.28));
}

.premium-hero-lead {
  max-width: 640px;
  margin-top: 24px;
  color: #e2e8f0;
  font-size: clamp(1.08rem, 1.35vw, 1.35rem);
  line-height: 1.7;
  opacity: 0.92;
}

.premium-btn-primary {
  color: #170c05;
  background:
    linear-gradient(135deg, #fff7ed 0%, #fde68a 18%, #f59e0b 58%, #9a3412 100%);
  box-shadow:
    0 16px 42px rgba(245, 158, 11, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.premium-btn-ghost {
  border-color: rgba(253, 230, 138, 0.22);
  background: rgba(10, 8, 14, 0.42);
}

.premium-btn-ghost:hover {
  border-color: rgba(253, 230, 138, 0.42);
}

.premium-hero-visual {
  min-height: 360px;
}

.premium-poster-cloud {
  opacity: 0.42;
  filter: saturate(0.55) contrast(1.1);
}

.poster-chip {
  border-color: rgba(253, 230, 138, 0.10);
  background:
    linear-gradient(145deg, rgba(8, 8, 14, 0.12), rgba(5, 6, 12, 0.82)),
    linear-gradient(135deg, rgba(127, 29, 29, 0.24), rgba(245, 158, 11, 0.11));
}

.poster-chip::before {
  content: "";
  position: absolute;
  inset: 12px 14px auto;
  height: 74px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 42%, rgba(253, 230, 138, 0.16), transparent 45%),
    linear-gradient(135deg, rgba(127, 29, 29, 0.28), rgba(15, 23, 42, 0.30));
}

.premium-orbit-card {
  right: clamp(34px, 5vw, 86px);
  top: 36px;
  width: 268px;
  height: 268px;
  filter: drop-shadow(0 0 34px rgba(245, 158, 11, 0.20));
}

.premium-orbit-ring {
  inset: 0;
  border: 0;
  background:
    conic-gradient(from -42deg,
      rgba(253, 230, 138, 1) 0deg,
      rgba(245, 158, 11, 0.95) 42deg,
      rgba(127, 29, 29, 0.24) 118deg,
      rgba(15, 23, 42, 0.12) 206deg,
      rgba(253, 230, 138, 0.78) 318deg,
      rgba(253, 230, 138, 1) 360deg);
  box-shadow:
    0 0 58px rgba(245, 158, 11, 0.28),
    0 0 110px rgba(127, 29, 29, 0.18);
  mask-image: radial-gradient(circle, transparent 0 59%, black 60%);
}

.premium-orbit-ring::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 999px;
  border: 1px solid rgba(253, 230, 138, 0.16);
  box-shadow: inset 0 0 38px rgba(2, 6, 23, 0.82);
}

.premium-orbit-content {
  width: 194px;
  height: 194px;
  background:
    radial-gradient(circle at 50% 20%, rgba(253, 230, 138, 0.16), transparent 38%),
    radial-gradient(circle at 50% 80%, rgba(127, 29, 29, 0.30), transparent 62%),
    rgba(2, 6, 23, 0.76);
  border-color: rgba(253, 230, 138, 0.20);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.075),
    inset 0 -26px 70px rgba(127, 29, 29, 0.16);
}

.premium-orbit-content span {
  font-size: 0.92rem;
  color: #fde68a;
}

.premium-orbit-content strong {
  margin: 9px 0 6px;
  font-size: 5.1rem;
  color: transparent;
  background: linear-gradient(145deg, #fff7ed, #fbbf24 58%, #b45309);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 18px rgba(245, 158, 11, 0.24));
}

.premium-orbit-content em {
  color: #fef3c7;
}

.premium-stat-grid {
  margin-top: 38px;
}

.premium-stat-card {
  min-height: 128px;
  border-color: rgba(253, 230, 138, 0.16);
  background:
    radial-gradient(circle at 50% 100%, rgba(127, 29, 29, 0.18), transparent 44%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.72), rgba(8, 8, 14, 0.58));
}

.premium-stat-card::after {
  background: linear-gradient(90deg, transparent, #7f1d1d, #f59e0b, #fde68a, transparent);
  opacity: 0.80;
}

.premium-stat-icon {
  color: #facc15;
  border-color: rgba(253, 230, 138, 0.20);
  background:
    radial-gradient(circle at 50% 10%, rgba(253, 230, 138, 0.16), transparent 58%),
    rgba(8, 8, 14, 0.58);
}

.next-section {
  width: min(1440px, calc(100vw - 96px));
  margin-left: 50%;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 0% 0%, rgba(127, 29, 29, 0.14), transparent 30%),
    radial-gradient(circle at 100% 8%, rgba(245, 158, 11, 0.10), transparent 34%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.88), rgba(7, 7, 12, 0.70)) !important;
}

@media (max-width: 980px) {
  .premium-home-hero,
  .next-section {
    width: min(100%, calc(100vw - 32px));
  }

  .premium-hero-title {
    font-size: clamp(3.25rem, 11vw, 5rem);
  }

  .premium-orbit-card {
    right: auto;
  }
}

@media (max-width: 640px) {
  .premium-home-hero,
  .next-section {
    width: min(100%, calc(100vw - 20px));
  }
}
/* /TV Tracker 0.1.80a */

/* TV Tracker 0.1.80b - Hero typography + cinematic orbit refinement */

/* Başlık: daha okunur, daha premium; soru işareti kesilmesin. */
.premium-hero-main {
  grid-template-columns: minmax(620px, 1.08fr) minmax(360px, 0.78fr);
  gap: clamp(34px, 4.2vw, 58px);
}

.premium-hero-copy {
  overflow: visible;
  min-width: 0;
}

.premium-hero-title {
  max-width: none;
  overflow: visible;
  padding-right: 0.22em;
  font-size: clamp(3.95rem, 6.15vw, 6.15rem);
  line-height: 0.96;
  letter-spacing: -0.068em;
  font-weight: 835;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 54px rgba(0, 0, 0, 0.50);
}

.premium-hero-title span {
  display: inline-block;
  padding-right: 0.10em;
  background:
    linear-gradient(105deg,
      #fffaf0 0%,
      #fde68a 18%,
      #f59e0b 44%,
      #c2410c 63%,
      #fff1c2 82%,
      #f59e0b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 15px rgba(245, 158, 11, 0.20));
}

.premium-hero-lead {
  margin-top: 22px;
  max-width: 650px;
  color: #e7edf7;
  font-size: clamp(1.02rem, 1.18vw, 1.22rem);
}

/* Sağ görsel: mockup'taki gibi daha ince halka + daha sinematik poster haze. */
.premium-hero-visual {
  min-height: 360px;
  isolation: isolate;
}

.premium-poster-cloud {
  opacity: 0.58;
  filter: saturate(0.72) contrast(1.08);
  transform: translateY(-8px);
}

.poster-chip {
  width: 116px;
  height: 164px;
  border-radius: 15px;
  border-color: rgba(253, 230, 138, 0.13);
  background:
    linear-gradient(145deg, rgba(8, 8, 14, 0.14), rgba(5, 6, 12, 0.80)),
    radial-gradient(circle at 50% 22%, rgba(253, 230, 138, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(127, 29, 29, 0.30), rgba(15, 23, 42, 0.24));
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.chip-1 { right: 310px; top: 2px; transform: rotate(-13deg); }
.chip-2 { right: 214px; top: 26px; transform: rotate(7deg); }
.chip-3 { right: 112px; top: 4px; transform: rotate(-5deg); }
.chip-4 { right: 16px; top: 48px; transform: rotate(10deg); }
.chip-5 { right: 252px; top: 154px; transform: rotate(6deg); }
.chip-6 { right: 82px; top: 160px; transform: rotate(-8deg); }

.premium-orbit-card {
  right: clamp(42px, 5.8vw, 92px);
  top: 22px;
  width: 286px;
  height: 286px;
  filter:
    drop-shadow(0 0 34px rgba(245, 158, 11, 0.18))
    drop-shadow(0 22px 48px rgba(0, 0, 0, 0.32));
  z-index: 3;
}

.premium-orbit-card::before {
  content: "";
  position: absolute;
  left: -210px;
  right: -120px;
  bottom: 76px;
  height: 3px;
  border-radius: 999px;
  background:
    linear-gradient(90deg,
      transparent 0%,
      rgba(127, 29, 29, 0.10) 18%,
      rgba(253, 230, 138, 0.92) 49%,
      rgba(245, 158, 11, 0.50) 68%,
      transparent 100%);
  transform: rotate(-7deg);
  filter: blur(0.2px) drop-shadow(0 0 16px rgba(245, 158, 11, 0.42));
  opacity: 0.88;
}

.premium-orbit-card::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 999px;
  border: 1px solid rgba(253, 230, 138, 0.12);
  box-shadow:
    0 0 70px rgba(245, 158, 11, 0.12),
    inset 0 0 52px rgba(2, 6, 23, 0.78);
  pointer-events: none;
}

.premium-orbit-ring {
  inset: 7px;
  background:
    conic-gradient(from -36deg,
      rgba(255, 250, 240, 0.98) 0deg,
      rgba(253, 230, 138, 0.96) 34deg,
      rgba(245, 158, 11, 0.68) 76deg,
      rgba(127, 29, 29, 0.16) 142deg,
      rgba(15, 23, 42, 0.02) 236deg,
      rgba(253, 230, 138, 0.70) 328deg,
      rgba(255, 250, 240, 0.98) 360deg);
  mask-image: radial-gradient(circle, transparent 0 64%, black 65%);
  opacity: 0.98;
  box-shadow:
    0 0 54px rgba(245, 158, 11, 0.26),
    0 0 96px rgba(127, 29, 29, 0.14);
}

.premium-orbit-ring::after {
  inset: 24px;
  border-color: rgba(253, 230, 138, 0.10);
}

.premium-orbit-content {
  width: 178px;
  height: 178px;
  background:
    radial-gradient(circle at 50% 18%, rgba(253, 230, 138, 0.13), transparent 36%),
    radial-gradient(circle at 50% 86%, rgba(127, 29, 29, 0.28), transparent 60%),
    rgba(3, 5, 12, 0.66);
  border: 1px solid rgba(253, 230, 138, 0.15);
  backdrop-filter: blur(8px);
}

.premium-orbit-content span {
  max-width: 118px;
  margin: 0 auto;
  color: #fde68a;
  font-size: 0.82rem;
  line-height: 1.16;
  font-weight: 850;
}

.premium-orbit-content strong {
  margin: 5px 0 5px;
  font-size: 4.75rem;
  line-height: 0.92;
  letter-spacing: -0.075em;
}

.premium-orbit-content em {
  color: #fff3c4;
  font-size: 0.84rem;
  font-weight: 800;
}

/* Kartlar iyi; sadece başlıkla uyum için ufak inceltme. */
.premium-stat-card {
  min-height: 118px;
}

.premium-stat-card strong {
  font-size: 1.82rem;
}

/* Tablet/dar ekranda başlık kırpılmasın. */
@media (max-width: 1160px) {
  .premium-hero-main {
    grid-template-columns: 1fr;
  }

  .premium-hero-title {
    font-size: clamp(3.5rem, 9vw, 5.3rem);
  }
}

@media (max-width: 980px) {
  .premium-orbit-card {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 640px) {
  .premium-hero-title {
    font-size: clamp(2.9rem, 13vw, 4rem);
    letter-spacing: -0.06em;
  }
}
/* /TV Tracker 0.1.80b */

/* TV Tracker 0.1.80c - Cinematic hero final pass */

/* Final headline: readable, lighter, no clipping, no k/? collision */
.premium-hero-copy {
  overflow: visible !important;
}

.premium-hero-title {
  display: flex !important;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 0.20em;
  max-width: none !important;
  overflow: visible !important;
  padding: 0 0.36em 0.10em 0 !important;
  margin: 0 0 0 -0.02em;
  font-family:
    "Inter",
    "SF Pro Display",
    "Segoe UI Variable Display",
    "Segoe UI",
    ui-sans-serif,
    system-ui,
    sans-serif !important;
  font-size: clamp(4.05rem, 5.55vw, 6.18rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.052em !important;
  font-weight: 720 !important;
  text-wrap: nowrap;
  color: #f8fafc;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 70px rgba(0, 0, 0, 0.48);
}

.premium-hero-title .hero-word {
  display: inline-block;
  overflow: visible;
  white-space: nowrap;
}

.premium-hero-title .hero-word-ne {
  color: #f8fafc;
  letter-spacing: -0.048em;
}

.premium-hero-title .hero-word-gradient {
  padding-right: 0.18em;
  letter-spacing: -0.035em;
  font-weight: 700;
  color: transparent;
  background:
    linear-gradient(
      105deg,
      #fff9eb 0%,
      #fde68a 15%,
      #fbbf24 33%,
      #f59e0b 49%,
      #c2410c 64%,
      #fff0bd 82%,
      #f59e0b 100%
    );
  -webkit-background-clip: text;
  background-clip: text;
  filter:
    drop-shadow(0 0 14px rgba(245, 158, 11, 0.18))
    drop-shadow(0 14px 30px rgba(0, 0, 0, 0.22));
}

.premium-hero-lead {
  margin-top: 14px !important;
}

/* Hero balance closer to mockup */
.premium-hero-main {
  grid-template-columns: minmax(650px, 1.06fr) minmax(430px, 0.94fr) !important;
  align-items: center;
}

.premium-hero-visual {
  min-height: 390px !important;
  overflow: visible;
}

/* Poster atmosphere behind orbit */
.premium-poster-cloud {
  opacity: 0.68 !important;
  filter: saturate(0.82) contrast(1.08) brightness(0.82);
  transform: translateY(-16px) translateX(4px);
}

.poster-chip {
  width: 128px !important;
  height: 178px !important;
  border-radius: 18px !important;
  opacity: 0.82;
  border-color: rgba(253, 230, 138, 0.14) !important;
  background:
    linear-gradient(145deg, rgba(2, 6, 23, 0.10), rgba(2, 6, 23, 0.84)),
    radial-gradient(circle at 50% 24%, rgba(253, 230, 138, 0.14), transparent 38%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.54), rgba(127, 29, 29, 0.34)) !important;
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.40),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.chip-1 { right: 344px !important; top: -10px !important; transform: rotate(-13deg) !important; }
.chip-2 { right: 232px !important; top: 20px !important; transform: rotate(7deg) !important; }
.chip-3 { right: 114px !important; top: -6px !important; transform: rotate(-5deg) !important; }
.chip-4 { right: -6px !important; top: 56px !important; transform: rotate(10deg) !important; }
.chip-5 { right: 284px !important; top: 176px !important; transform: rotate(7deg) !important; }
.chip-6 { right: 92px !important; top: 178px !important; transform: rotate(-8deg) !important; }

/* Final orbit: cinematic glass orb, clean ring, light sweep */
.premium-orbit-card {
  right: clamp(50px, 6.4vw, 112px) !important;
  top: 10px !important;
  width: 330px !important;
  height: 330px !important;
  z-index: 5;
  filter:
    drop-shadow(0 0 30px rgba(245, 158, 11, 0.22))
    drop-shadow(0 28px 56px rgba(0, 0, 0, 0.38));
}

.premium-orbit-aura {
  position: absolute;
  inset: -42px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 68% 28%, rgba(253, 230, 138, 0.22), transparent 20%),
    radial-gradient(circle at 50% 50%, rgba(245, 158, 11, 0.16), transparent 48%),
    radial-gradient(circle at 52% 70%, rgba(127, 29, 29, 0.20), transparent 62%);
  filter: blur(3px);
  opacity: 0.96;
}

.premium-orbit-glass {
  position: absolute;
  inset: 52px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 38% 24%, rgba(255, 255, 255, 0.12), transparent 22%),
    radial-gradient(circle at 44% 40%, rgba(96, 165, 250, 0.08), transparent 34%),
    radial-gradient(circle at 50% 86%, rgba(127, 29, 29, 0.22), transparent 58%),
    rgba(2, 6, 23, 0.68);
  border: 1px solid rgba(253, 230, 138, 0.13);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    inset 0 -32px 78px rgba(0, 0, 0, 0.36),
    0 0 60px rgba(245, 158, 11, 0.12);
}

.premium-orbit-sweep {
  position: absolute;
  left: -260px;
  right: -110px;
  bottom: 82px;
  height: 4px;
  border-radius: 999px;
  transform: rotate(-8deg);
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(127, 29, 29, 0.04) 16%,
      rgba(245, 158, 11, 0.30) 36%,
      rgba(255, 250, 240, 0.96) 52%,
      rgba(245, 158, 11, 0.62) 69%,
      transparent 100%
    );
  filter:
    blur(0.1px)
    drop-shadow(0 0 13px rgba(245, 158, 11, 0.54))
    drop-shadow(0 0 34px rgba(245, 158, 11, 0.22));
  opacity: 0.96;
}

.premium-orbit-spark {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #fff7d6;
  box-shadow:
    0 0 12px rgba(253, 230, 138, 0.95),
    0 0 32px rgba(245, 158, 11, 0.55);
}

.premium-orbit-spark-1 { right: 52px; top: 44px; }
.premium-orbit-spark-2 { left: 48px; bottom: 78px; transform: scale(0.72); }
.premium-orbit-spark-3 { right: 116px; bottom: 36px; transform: scale(0.54); opacity: 0.85; }

.premium-orbit-ring {
  inset: 30px !important;
  border-radius: 999px;
  background:
    conic-gradient(
      from -38deg,
      rgba(255, 252, 236, 1) 0deg,
      rgba(253, 230, 138, 0.98) 32deg,
      rgba(245, 158, 11, 0.76) 74deg,
      rgba(127, 29, 29, 0.10) 142deg,
      rgba(15, 23, 42, 0.00) 224deg,
      rgba(253, 230, 138, 0.72) 316deg,
      rgba(255, 252, 236, 1) 360deg
    ) !important;
  mask-image: radial-gradient(circle, transparent 0 66%, black 67%) !important;
  opacity: 0.98;
  box-shadow:
    0 0 44px rgba(245, 158, 11, 0.26),
    0 0 92px rgba(127, 29, 29, 0.13);
}

.premium-orbit-ring::after {
  inset: 32px !important;
  border-color: rgba(253, 230, 138, 0.11) !important;
  box-shadow: inset 0 0 48px rgba(2, 6, 23, 0.88);
}

.premium-orbit-content {
  width: 188px !important;
  height: 188px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  z-index: 6;
}

.premium-orbit-content span {
  width: 122px;
  max-width: 122px;
  color: #fde68a !important;
  font-size: 0.92rem !important;
  line-height: 1.12 !important;
  font-weight: 850 !important;
  text-shadow: 0 0 14px rgba(245, 158, 11, 0.22);
}

.premium-orbit-content strong {
  margin: 6px 0 8px !important;
  font-size: 5.15rem !important;
  line-height: 0.90 !important;
  letter-spacing: -0.07em !important;
  background:
    linear-gradient(145deg, #fff7ed 0%, #fde68a 24%, #f59e0b 58%, #9a3412 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  filter: drop-shadow(0 0 18px rgba(245, 158, 11, 0.25));
}

.premium-orbit-content em {
  color: #fff1c2 !important;
  font-size: 0.92rem !important;
  font-weight: 850 !important;
}

/* Slightly closer to mockup: bigger breathing space under title */
.premium-hero-actions {
  margin-top: 30px !important;
}

@media (max-width: 1260px) {
  .premium-hero-main {
    grid-template-columns: 1fr !important;
  }

  .premium-hero-title {
    flex-wrap: wrap !important;
    font-size: clamp(3.5rem, 9vw, 5.6rem) !important;
  }

  .premium-orbit-card {
    right: auto !important;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 640px) {
  .premium-hero-title {
    gap: 0.12em;
    font-size: clamp(2.9rem, 13vw, 4rem) !important;
    letter-spacing: -0.042em !important;
  }
}
/* /TV Tracker 0.1.80c */

/* TV Tracker 0.1.80d - Compact premium hero height pass */

/* Hero yüksekliğini kısalt: mockup hissi kalsın ama afiş gibi uzamasın. */
.premium-home-hero {
  margin-top: 14px !important;
  margin-bottom: 18px !important;
  padding: clamp(24px, 2.9vw, 40px) clamp(32px, 3.6vw, 54px) !important;
}

.premium-hero-main {
  align-items: center !important;
  grid-template-columns: minmax(610px, 1.06fr) minmax(390px, 0.86fr) !important;
  gap: clamp(26px, 3.4vw, 48px) !important;
}

.premium-hero-title {
  font-size: clamp(3.55rem, 4.95vw, 5.42rem) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.047em !important;
  padding-bottom: 0.04em !important;
}

.premium-hero-title .hero-word-gradient {
  padding-right: 0.20em !important;
}

.premium-hero-lead {
  margin-top: 10px !important;
  max-width: 610px !important;
  font-size: clamp(1rem, 1.06vw, 1.16rem) !important;
  line-height: 1.55 !important;
}

.premium-hero-actions {
  margin-top: 20px !important;
  gap: 12px !important;
}

.premium-btn {
  min-height: 46px !important;
  padding: 0 20px !important;
  border-radius: 15px !important;
}

.premium-btn-dot,
.premium-btn-icon {
  width: 22px !important;
  height: 22px !important;
}

/* Sağ orbit kalsın ama hero'yu uzatmasın. */
.premium-hero-visual {
  min-height: 272px !important;
}

.premium-poster-cloud {
  transform: translateY(-24px) translateX(0) scale(0.86) !important;
  transform-origin: center right !important;
}

.poster-chip {
  width: 112px !important;
  height: 154px !important;
}

.chip-1 { right: 300px !important; top: -18px !important; }
.chip-2 { right: 202px !important; top: 6px !important; }
.chip-3 { right: 96px !important; top: -14px !important; }
.chip-4 { right: -8px !important; top: 38px !important; }
.chip-5 { right: 250px !important; top: 142px !important; }
.chip-6 { right: 72px !important; top: 142px !important; }

.premium-orbit-card {
  width: 252px !important;
  height: 252px !important;
  top: -6px !important;
  right: clamp(38px, 5.2vw, 86px) !important;
}

.premium-orbit-aura {
  inset: -30px !important;
}

.premium-orbit-glass {
  inset: 40px !important;
}

.premium-orbit-sweep {
  left: -220px !important;
  right: -92px !important;
  bottom: 66px !important;
}

.premium-orbit-ring {
  inset: 22px !important;
}

.premium-orbit-ring::after {
  inset: 26px !important;
}

.premium-orbit-content {
  width: 154px !important;
  height: 154px !important;
}

.premium-orbit-content span {
  max-width: 104px !important;
  font-size: 0.78rem !important;
}

.premium-orbit-content strong {
  font-size: 4.05rem !important;
  margin: 4px 0 5px !important;
}

.premium-orbit-content em {
  font-size: 0.78rem !important;
}

.premium-orbit-spark-1 { right: 42px !important; top: 34px !important; }
.premium-orbit-spark-2 { left: 40px !important; bottom: 62px !important; }
.premium-orbit-spark-3 { right: 92px !important; bottom: 28px !important; }

/* Alt stat satırını kısalt. */
.premium-stat-grid {
  margin-top: 20px !important;
  gap: 12px !important;
}

.premium-stat-card {
  min-height: 92px !important;
  padding: 13px 15px !important;
  border-radius: 19px !important;
  gap: 14px !important;
}

.premium-stat-icon {
  width: 48px !important;
  height: 48px !important;
  border-radius: 15px !important;
  font-size: 1.12rem !important;
}

.premium-stat-card p {
  margin-bottom: 3px !important;
  font-size: 0.90rem !important;
}

.premium-stat-card strong {
  font-size: 1.62rem !important;
}

.premium-stat-card span {
  margin-top: 5px !important;
  font-size: 0.80rem !important;
}

/* Sıradaki bölüm panelini biraz yukarı çek. */
.next-section {
  margin-top: 14px !important;
}

@media (max-width: 1260px) {
  .premium-hero-main {
    grid-template-columns: 1fr !important;
  }

  .premium-hero-visual {
    min-height: 236px !important;
  }

  .premium-orbit-card {
    right: auto !important;
    left: 50% !important;
    transform: translateX(-50%) scale(0.92) !important;
  }
}

@media (max-width: 640px) {
  .premium-home-hero {
    padding: 22px !important;
  }

  .premium-hero-title {
    font-size: clamp(2.75rem, 12vw, 3.75rem) !important;
  }

  .premium-hero-visual {
    display: none !important;
  }

  .premium-stat-card {
    min-height: 88px !important;
  }
}
/* /TV Tracker 0.1.80d */
