.RoutesSection{width:100%;padding:6rem 4rem;background:rgba(var(--primary));text-align:center}.RoutesTitle{font-size:3rem;font-weight:700;color:rgba(var(--fg-title));margin-bottom:3rem;font-family:Oswald,sans-serif}.RoutesGrid{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;padding-bottom:1rem;scroll-snap-type:x mandatory}.RoutesGrid::-webkit-scrollbar{display:none}.RouteCard{min-width:350px;height:450px;flex-shrink:0;position:relative;overflow:hidden;scroll-snap-align:start}.RouteImageWrapper{position:relative;width:100%;height:100%}.RouteImage{-o-object-fit:cover;object-fit:cover}.RouteOverlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:1rem;background:rgba(0,0,0,.2)}.RoutePrice{background:rgba(var(--accent));padding:.5rem 1rem;font-weight:600;align-self:flex-start}.RouteContent{color:#fff;text-align:left}.RouteContent h3{font-size:1.8rem;font-weight:700}.RouteContent button{margin-top:1rem;padding:.6rem 1.2rem;background:#00d1c1;border:none;cursor:pointer;font-weight:600}.RoutesHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.RoutesButtons{display:flex;gap:.5rem}.RoutesButtons button{width:40px;height:40px;border:none;background:rgba(var(--accent));cursor:pointer;font-size:1.5rem}