
.thp-wrapper{background:#0d0d0d;color:#fff;font-family:sans-serif}
.hero{height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#111}
.hero h1{font-size:60px;margin:0}
.section{padding:60px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.card{background:#1a1a1a;padding:20px;border-radius:10px;overflow:hidden}
.thumb{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:15px}
.date{color:#e50914;margin-bottom:10px}
.btn{background:#e50914;color:#fff;padding:10px 15px;text-decoration:none;display:inline-block;margin-top:10px}
