.hero-copy h1{
  margin:0 0 10px;font-size:clamp(2rem,4vw,4rem);line-height:1.02;
}
.hero-copy p{margin:0;color:var(--muted);max-width:62ch;font-size:1.02rem;line-height:1.6}
.hero-actions{margin-top:18px;display:flex;flex-wrap:wrap;gap:12px}
.video-thumb{
  aspect-ratio:16/9;border-radius:20px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), transparent 22%),
    linear-gradient(135deg, rgba(255,61,113,.95), rgba(139,92,246,.92));
  display:grid;place-items:center;
  font-size:2rem;font-weight:900;box-shadow:var(--shadow);
}
.stream{display:grid;gap:12px}
.stream .clip{
  padding:14px;border-radius:16px;border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  display:flex;justify-content:space-between;align-items:center;gap:14px;
}
.stream .clip .meta{color:var(--muted);font-size:.9rem}
