.saga-hero {
  background-image: linear-gradient(90deg, rgba(5, 9, 15, .96) 0%, rgba(5, 9, 15, .82) 38%, rgba(5, 9, 15, .2) 76%), linear-gradient(0deg, #05090f 0%, transparent 32%), url('fragmento-hero-v2.webp');
  background-size: cover;
  background-position: center;
}
.saga-hero::before { display: none; }
.saga-hero::after { background: linear-gradient(90deg, rgba(5, 9, 15, .45), transparent 56%), linear-gradient(0deg, var(--night), transparent 24%); }
.saga-continues { margin: 5rem clamp(1.2rem, 8vw, 8rem) 0; padding: clamp(3rem, 7vw, 6rem); text-align: center; border: 1px solid rgba(140, 220, 243, .22); background: radial-gradient(circle at 50% 0%, rgba(77, 183, 217, .16), transparent 48%), #07111a; }
.saga-continues h2 { max-width: 800px; margin: 0 auto; }
.saga-continues > p:last-child { max-width: 700px; margin: 1.5rem auto 0; color: var(--muted); }
@media(max-width:760px){.saga-hero{background-position:65% center}.saga-hero::after{background:linear-gradient(0deg,var(--night) 4%,rgba(5,9,15,.58) 65%,rgba(5,9,15,.08))}.saga-continues{padding:3rem 1.2rem}}
