/* Combined styles for landing and movie pages */
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;background:#141414;color:#e5e5e5;margin:0;padding:0;}
.container{background:#1f1f1f;padding:40px 30px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.5);max-width:900px;width:95%;margin:40px auto;text-align:center;border:1px solid #333;}
h1{color:#e50914;font-size:1.9em;margin-bottom:20px;}
p{font-size:1.05em;line-height:1.6;margin-bottom:18px;}
.cta-button{display:inline-block;background:#e50914;color:#fff;padding:12px 18px;text-decoration:none;border-radius:8px;font-size:1.05em;font-weight:700;margin:12px 6px;transition:background-color .3s,transform .15s;}
.cta-button:hover{background:#f6121d;transform:translateY(-2px);}
.secondary-button{background:#333;}
.green-button{background:#069336;}
.bookmark-url{background:#2a2a2a;padding:10px;border-radius:5px;font-weight:700;font-family:'Courier New',Courier,monospace;word-wrap:break-word;margin-top:10px;display:inline-block;}
.latest-movies{margin-top:30px;}
.latest-movies h3{color:#e50914;font-size:1.5em;margin-bottom:20px;text-align:center;}
.latest-movies ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:18px;}
.latest-movies li{background:#2a2a2a;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.4);overflow:hidden;transition:transform .2s,box-shadow .2s;width:200px;text-align:left;display:flex;flex-direction:column;}
.latest-movies li a{display:block;text-decoration:none;color:#fff;font-weight:700;padding:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.latest-movies li a:hover{color:#e50914;}
.wlrd-article{display:flex;gap:18px;align-items:flex-start;justify-content:center;margin-bottom:20px;text-align:left;flex-wrap:wrap;}
.wlrd-article .thumb{flex:0 0 160px;max-width:160px;border-radius:8px;overflow:hidden;background:#222;padding:6px;}
.wlrd-article .thumb img{width:100%;height:auto;display:block;border-radius:6px;}
.wlrd-article .meta{flex:1;}
.wlrd-article .meta h2{margin:0 0 8px 0;font-size:1.25em;color:#fff;}
.wlrd-article .meta .desc{font-size:0.95em;color:#ddd;margin-bottom:10px;}
.wlrd-article .meta .tags{font-size:0.85em;color:#bdbdbd;margin-bottom:6px;}
.popular-keywords{margin-top:28px;}
.popular-keywords h3{color:#e50914;margin-bottom:12px;text-align:center;font-size:1.1em;}
.popular-keywords-list{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;}
.popular-keyword{background:#2a2a2a;color:#fff;padding:6px 12px;border-radius:6px;text-decoration:none;font-size:0.95em;}
.popular-keyword:hover{background:#e50914;color:#fff;transition:all .15s ease-in-out;}
footer{margin-top:30px;font-size:0.9em;color:#bbb;}
