.HPCardScrollSection{width:80vw;padding:6rem 4rem;text-align:center}.HPCardScrollHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.HPCardScrollTitle{font-size:3rem;font-weight:700;color:rgba(var(--fg-title));margin-bottom:3rem;font-family:Oswald,sans-serif}.HPCardGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.RouteCard{width:100%;height:450px;position:relative;overflow:hidden;border-radius:4px}.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{align-self:flex-start;background:transparent}.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}@media (max-width:768px){.HPCardScrollSection{width:100vw;height:185vh;padding:6rem 2rem;text-align:center}.HPCardScrollHeader{display:flex;justify-content:center;align-items:center;margin-bottom:2rem}.HPCardScrollTitle{font-size:3rem;font-weight:700;color:rgba(var(--fg-title));margin-bottom:3rem;font-family:Oswald,sans-serif}.HPCardGrid{grid-template-columns:1fr;gap:4rem}.RouteCard{width:100%;height:65vh;position:relative;overflow:hidden;border-radius:4px}.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}}