.pop-dest-section{background-color:var(--bg-light);padding:5rem 0}.pop-dest-header{margin-bottom:3rem}.pop-dest-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.pop-dest-card{border-radius:var(--radius-md);text-align:center;cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 4px 15px #00000008}.pop-dest-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000014}.pop-dest-img-container{height:120px;overflow:hidden}.pop-dest-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.pop-dest-card:hover .pop-dest-img{transform:scale(1.05)}.pop-dest-info{padding:1.25rem 1rem}.pop-dest-code{color:var(--text-main);margin-bottom:.25rem;font-size:1.1rem;font-weight:800}.pop-dest-name{color:var(--primary-color);margin-bottom:.25rem;font-size:.95rem;font-weight:700}.pop-dest-unis{color:var(--text-muted);font-size:.8rem}@media (max-width:1200px){.pop-dest-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.pop-dest-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.pop-dest-grid{grid-template-columns:repeat(2,1fr)}}
