.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.95fr);
  align-items: center;
  gap: 50px;
  padding: 86px 0;
}
.hero-layout .hero-copy { max-width: 710px; padding: 0; }
.library-preview {
  border: 1px solid #ffffff26;
  border-radius: 18px;
  background: #080808;
  overflow: hidden;
  box-shadow: 0 40px 100px #000c;
  transform: perspective(1300px) rotateY(-7deg) rotateX(2deg);
}
.preview-top {
  height: 62px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #ffffff17;
}
.preview-brand { font-weight: 850; display: flex; align-items: center; gap: 8px; }
.preview-brand img { width: 30px; height: 30px; object-fit: contain; }
.preview-search {
  margin-left: auto;
  width: 45%;
  height: 28px;
  border: 1px solid #555;
  border-radius: 8px;
  color: #777;
  font-size: 10px;
  display: flex;
  align-items: center;
  padding: 0 9px;
}
.preview-top i { width: 24px; height: 24px; border-radius: 50%; background: linear-gradient(140deg,#ed3326,#541016); }
.preview-stage {
  min-height: 255px;
  padding: 50px 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(90deg,#050505 2%,transparent 75%),radial-gradient(circle at 72% 35%,#ca281f 0,#591013 24%,#111 60%);
}
.preview-kicker { font-size: 9px; letter-spacing: .16em; color: #ff6a62; font-weight: 800; }
.preview-stage strong { font-size: 29px; line-height: 1.08; margin: 9px 0 18px; }
.preview-play { font-size: 11px; font-weight: 800; background: #fff; color: #111; border-radius: 7px; padding: 8px 11px; }
.preview-row { display: grid; grid-template-columns: repeat(5,1fr); gap: 9px; padding: 13px; background: #0d0d0d; }
.poster { aspect-ratio: 2/3; border-radius: 7px; background: #222; position: relative; overflow: hidden; }
.poster::after { content: ""; position: absolute; inset: auto 8px 9px; height: 3px; border-radius: 2px; background: #ffffffbd; }
.p1 { background: linear-gradient(145deg,#35100d,#ef3627 50%,#111); }
.p2 { background: linear-gradient(35deg,#111,#666 55%,#df281d); }
.p3 { background: linear-gradient(150deg,#941711,#111 60%,#492a1c); }
.p4 { background: linear-gradient(35deg,#131313,#86211e 48%,#d8aa80); }
.p5 { background: linear-gradient(150deg,#100a0a,#c42119 45%,#242424); }
@media (max-width: 1050px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-layout .hero-copy { max-width: 760px; }
  .library-preview { max-width: 720px; transform: none; }
}
@media (max-width: 520px) {
  .hero-layout { padding: 54px 0 64px; gap: 34px; }
  .library-preview {
    display: block;
    width: 100%;
    max-width: none;
    border-radius: 14px;
    transform: none;
    box-shadow: 0 24px 64px #000b;
  }
  .preview-top { height: 50px; padding: 0 11px; gap: 8px; }
  .preview-brand { gap: 6px; font-size: 13px; }
  .preview-brand img { width: 25px; height: 25px; }
  .preview-search { width: auto; flex: 1; height: 26px; font-size: 8px; padding: 0 7px; }
  .preview-top i { width: 19px; height: 19px; flex: 0 0 19px; }
  .preview-stage { min-height: 190px; padding: 32px 20px 24px; }
  .preview-stage strong { font-size: 23px; margin: 8px 0 16px; }
  .preview-row { gap: 6px; padding: 9px; }
  .poster { border-radius: 5px; }
  .poster::after { inset: auto 6px 7px; height: 2px; }
}
