.rankingsSection{padding:70px 0;background:#f2f4f8;font-family:Arial,Helvetica,sans-serif;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 15px}.galleryTitle{text-align:center;margin-bottom:55px}.galleryTitle h2{font-size:42px;font-weight:800;color:#111c5a;margin-bottom:15px;text-transform:uppercase}.galleryTitle p{max-width:750px;margin:auto;color:#666;line-height:1.8;font-size:16px}.rankingsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:start}.galleryItem{position:relative;overflow:hidden;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:all .4s ease}.galleryItem:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.18)}.galleryItem img{width:100%;display:block;-o-object-fit:contain;object-fit:contain;transition:transform .5s ease}.galleryItem:hover img{transform:scale(1.04)}.tallCard{grid-row:span 2}.galleryOverlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.75),rgba(0,0,0,.1));display:flex;align-items:center;justify-content:center;opacity:0;transition:.4s ease}.galleryItem:hover .galleryOverlay{opacity:1}.viewBtn{background:#fff;color:#111c5a;padding:14px 30px;border-radius:40px;font-weight:700;text-decoration:none;letter-spacing:.5px;transition:.3s ease;cursor:pointer}.viewBtn:hover{background:#fc0;color:#000}@media(max-width:992px){.rankingsGrid{grid-template-columns:repeat(2,1fr)}.tallCard{grid-row:auto}.galleryTitle h2{font-size:34px}}@media(max-width:768px){.rankingsGrid{grid-template-columns:1fr}.galleryTitle h2{font-size:28px}.galleryTitle p{font-size:14px}.rankingsSection{padding:45px 0}}