
/* Stage526 — exact old terminal live banner for landing */
.stage526-landing-hero{padding:28px 0 18px;}
.stage526-landing-banner-shell{margin:0 0 22px;}
#landingHeroHeader.tv-hero-shell {
  position: relative !important;
  top: auto !important;
  z-index: 8 !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: auto !important;
  height: auto !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  border: 1px solid rgba(126,153,196,.14) !important;
  background: linear-gradient(180deg, rgba(5,9,16,.98), rgba(6,10,18,.98)) !important;
  box-shadow: 0 28px 68px rgba(2,6,23,.28), inset 0 1px 0 rgba(255,255,255,.04) !important;
  isolation: isolate;
  --tv-hero-x: 0px;
  --tv-hero-y: 0px;
}
#landingHeroHeader.tv-hero-shell::before { display:none !important; }
#landingHeroHeader .tv-hero-stage {
  position: relative;
  min-height: 332px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(4,8,14,.96), rgba(4,8,15,.94));
  isolation: isolate;
}
#landingHeroHeader .tv-hero-canvas,
#landingHeroHeader .tv-hero-grid,
#landingHeroHeader .tv-hero-background,
#landingHeroHeader .tv-hero-vignette,
#landingHeroHeader .tv-hero-center,
#landingHeroHeader .tv-price-marquee,
#landingHeroHeader .tv-hero-live-chip { position:absolute; }
#landingHeroHeader .tv-hero-canvas { inset: 0; width:100%; height:100%; z-index:1; }
#landingHeroHeader .tv-hero-grid {
  inset:0; z-index:2; pointer-events:none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 100%, 100% 48px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.75), rgba(0,0,0,.2));
  opacity:.35;
}
#landingHeroHeader .tv-hero-background {
  inset:0; z-index:3; pointer-events:none;
  background:
    radial-gradient(circle at 50% 46%, rgba(250,204,21,.16), transparent 18%),
    radial-gradient(circle at 80% 20%, rgba(59,130,246,.10), transparent 20%),
    radial-gradient(circle at 20% 74%, rgba(52,211,153,.08), transparent 18%),
    url('/assets/hero-lion-background.jpg') center 38% / cover no-repeat;
  mix-blend-mode: screen;
  opacity: .32;
  filter: saturate(1.08) contrast(1.02);
}
#landingHeroHeader .tv-hero-vignette {
  inset:0; z-index:6; pointer-events:none;
  background:
    linear-gradient(90deg, rgba(3,7,13,.88) 0%, rgba(3,7,13,.34) 14%, rgba(3,7,13,.08) 28%, rgba(3,7,13,.08) 72%, rgba(3,7,13,.34) 86%, rgba(3,7,13,.84) 100%),
    linear-gradient(180deg, rgba(3,7,13,.34) 0%, rgba(3,7,13,.03) 22%, rgba(3,7,13,.06) 70%, rgba(3,7,13,.48) 100%);
}
#landingHeroHeader .tv-hero-live-chip {
  top: 18px; left: 18px; z-index:8;
  display:inline-flex; align-items:center; gap:8px;
  padding: 8px 12px; border-radius:999px;
  border:1px solid rgba(250,204,21,.16);
  background: linear-gradient(180deg, rgba(10,16,26,.84), rgba(7,12,20,.92));
  color:#f4d68d; font-size:10.5px; font-weight:800; letter-spacing:.14em; text-transform:uppercase;
  box-shadow:0 12px 26px rgba(2,6,23,.20);
}
#landingHeroHeader .tv-hero-center {
  inset: 0; z-index:5; display:flex; align-items:center; justify-content:center; pointer-events:none;
  transform: translate3d(var(--tv-hero-x), var(--tv-hero-y), 0);
  transition: transform .45s cubic-bezier(.22,.61,.36,1);
}
#landingHeroHeader .tv-lion-aura {
  position:absolute; left:50%; top:48%; transform:translate(-50%, -50%);
  width: 560px; height: 220px; border-radius:50%;
  background: radial-gradient(circle, rgba(250,204,21,.18) 0%, rgba(52,211,153,.10) 38%, rgba(0,0,0,0) 74%);
  filter: blur(26px); opacity:.9; animation: tvAuraPulse 6.4s ease-in-out infinite;
}
#landingHeroHeader .tv-hero-lion {
  position:relative; z-index:2; width:min(92%, 880px); max-width:100%; height:auto; max-height: 274px;
  object-fit:contain; filter: drop-shadow(0 22px 44px rgba(0,0,0,.48)) drop-shadow(0 0 20px rgba(250,204,21,.10));
  animation: tvLionFloat 7.2s ease-in-out infinite;
  user-select:none; -webkit-user-drag:none;
}
#landingHeroHeader .tv-price-marquee {
  left:0; right:0; z-index:7; overflow:hidden; pointer-events:none;
  white-space:nowrap; color:rgba(170, 194, 226, .48); font-size:11px; letter-spacing:.16em; text-transform:uppercase;
  text-shadow:0 0 18px rgba(59,130,246,.10);
}
#landingHeroHeader .tv-price-marquee span { display:inline-block; min-width:200%; padding-left:100%; animation: tvTickerMove 36s linear infinite; }
#landingHeroHeader .tv-price-marquee-bottom { bottom: 14px; }
#landingHeroHeader .tv-price-marquee-bottom span { animation-duration: 40s; }
@keyframes tvLionFloat { 0%,100% { transform:translate3d(0,0,0) scale(1); } 50% { transform:translate3d(0,-8px,0) scale(1.012); } }
@keyframes tvAuraPulse { 0%,100% { opacity:.72; transform:translate(-50%,-50%) scale(.98); } 50% { opacity:1; transform:translate(-50%,-50%) scale(1.07); } }
@keyframes tvTickerMove { from { transform:translateX(0); } to { transform:translateX(-50%); } }
.stage526-hero-description{margin-top:22px;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(320px,.94fr);gap:18px;align-items:start;}
.stage526-hero-copy h1{font-size:clamp(2.5rem,5.2vw,5.25rem);line-height:.97;margin:0 0 16px;}
.stage526-hero-copy p{font-size:1.18rem;color:#d6e6f8;max-width:920px;}
.stage526-panels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.stage526-panel{padding:18px;border-radius:20px;background:linear-gradient(180deg,rgba(8,22,40,.96),rgba(5,15,27,.96));border:1px solid rgba(57,91,131,.42);}
.stage526-panel b{display:block;font-size:1.18rem;margin-bottom:6px;color:#f4f8ff}.stage526-panel span{color:#9ab1cc;line-height:1.5;}
.stage526-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:20px;}
.stage526-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;color:#dbeafe}.stage526-pills span{display:inline-flex;border:1px solid rgba(39,240,178,.28);border-radius:999px;padding:8px 12px;background:rgba(39,240,178,.08)}
@media (max-width:980px){#landingHeroHeader .tv-hero-stage{min-height:300px}.stage526-hero-description{grid-template-columns:1fr}.stage526-panels{grid-template-columns:1fr}}
@media (max-width:640px){#landingHeroHeader .tv-hero-stage{min-height:236px}#landingHeroHeader .tv-hero-lion{max-height:190px}#landingHeroHeader .tv-hero-live-chip{font-size:9px;left:14px;top:14px}.stage526-hero-copy h1{font-size:2.45rem}}
@media (prefers-reduced-motion: reduce){#landingHeroHeader .tv-hero-lion,#landingHeroHeader .tv-lion-aura,#landingHeroHeader .tv-price-marquee span{animation:none!important}}
