.home-container{padding:20px}.section{margin-bottom:40px}.section h2{margin-bottom:15px;font-size:24px;font-weight:600;color:#333}.movie-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}@media (max-width: 1024px){.movie-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.movie-grid{grid-template-columns:repeat(2,1fr)}}.movie-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.movie-card:hover{transform:translateY(-6px);box-shadow:0 6px 18px #0000001f}.movie-card img{width:100%;height:270px;object-fit:cover}.movie-card h3{font-size:16px;font-weight:500;margin:10px;color:#444;text-align:center}
