
body{margin:0;background:#07070a;color:#fff;font-family:Arial;}
.wrap{max-width:1200px;margin:auto;padding:20px;}
.hero{height:60vh;background:url('bg.jpeg') center/cover no-repeat;display:flex;align-items:flex-end;}
h1{font-size:50px;}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.card{background:#111;padding:20px;border-radius:10px;}
.player iframe{width:100%;height:400px;border:0;}
