.cr-route-detail__gallery {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(280px, 3fr);
    gap: 16px;
    height: 400px;
    margin-top: 24px !important;
}

.cr-route-detail {
    background: #fff;
}

.cr-route-detail__gallery--single {
    display: block;
}

.cr-route-detail__hero {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 400px;
    margin: 0;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(7, 29, 53, 0.12);
}

.cr-route-detail .cr-route-detail__summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 36px;
    margin-top: 16px !important;
    padding: 28px 30px;
    border: 1px solid #dfe6ed;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(7, 29, 53, .06);
}

.cr-route-detail__summary-copy {
    min-width: 0;
}

.cr-route-detail__engagement{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;margin:0 0 12px;color:#64748b;font-size:12px}.cr-route-detail__engagement>span{display:inline-flex;align-items:center;gap:5px}.cr-route-detail__engagement i{color:var(--brand-primary);font-size:17px}.cr-route-detail__engagement .cr-route-detail__rating i{color:var(--brand-accent);font-variation-settings:'FILL' 1}.cr-route-detail__engagement strong{color:var(--brand-text);font-size:14px}.cr-route-detail__engagement small{font-size:11px}

.cr-route-detail__summary .cr-route-detail__eyebrow {
    color: #bd7f28;
    font-size: 11px;
    letter-spacing: .13em;
}

.cr-route-detail__summary h1 {
    margin: 8px 0 10px;
    color: #071d35;
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.025em;
}

.cr-route-detail__summary .cr-route-detail__lead {
    max-width: 800px;
    color: #536579;
    font-size: 15px;
    line-height: 1.65;
}

.cr-route-detail__summary .cr-route-detail__facts {
    gap: 9px;
    margin: 20px 0 0;
}

.cr-route-detail__summary .cr-route-detail__facts span {
    padding: 9px 13px;
    border-color: #dce4ec;
    background: #f7f9fb;
    color: #233b55;
    font-size: 13px;
    backdrop-filter: none;
}

.cr-route-detail__summary .cr-route-detail__facts i {
    color: #c88b35;
}

.cr-route-detail__summary > .cr-route-detail__primary {
    flex: 0 0 auto;
    min-width: 230px;
    justify-content: center;
    padding: 15px 20px;
    border-radius: 10px;
    white-space: nowrap;
}

.cr-route-detail .cr-route-detail__tabs {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 16px !important;
    padding: 0 16px;
    overflow-x: auto;
    border: 1px solid #dfe6ed;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(7, 29, 53, .05);
    scrollbar-width: none;
}

.cr-route-detail__tabs::-webkit-scrollbar {
    display: none;
}

.cr-route-detail__tabs a {
    position: relative;
    flex: 0 0 auto;
    padding: 17px 14px 16px;
    color: #42546a;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.cr-route-detail__tabs a::after {
    position: absolute;
    right: 14px;
    bottom: 0;
    left: 14px;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: #0a3157;
    content: "";
    opacity: 0;
    transform: scaleX(.45);
    transition: opacity .2s ease, transform .2s ease;
}

.cr-route-detail__tabs a:hover,
.cr-route-detail__tabs a.is-active {
    color: #071d35;
    background: #f7f9fb;
}

.cr-route-detail__tabs a:active {
    transform: translateY(1px);
}

.cr-route-detail__tabs a.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

#route-overview,
#route-journey,
#route-map,
#route-highlights,
#route-notes,
#route-vehicles,
#route-policies {
    scroll-margin-top: 110px;
}

.cr-route-detail .cr-route-detail__vehicle-section,.cr-route-detail .cr-route-detail__policy-section{width:min(872px,calc(100% - 48px));margin-right:auto;margin-bottom:52px;margin-left:max(24px,calc((100% - 1240px)/2));padding:32px;border:1px solid #dfe6ed;border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(7,29,53,.06)}
.cr-route-detail__vehicle-section>header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.cr-route-detail__vehicle-section>header h2,.cr-route-detail__policy-section>header h2{margin:0;color:#071d35;font-size:27px;font-weight:850;line-height:1.2;letter-spacing:-.02em}.cr-route-detail__vehicle-section>header p{max-width:470px;margin:0;color:#617286;font-size:13px;line-height:1.6}
.cr-route-detail__vehicle-tools{display:flex;align-items:flex-end;gap:14px}.cr-route-detail__vehicle-tools nav{display:flex;flex:0 0 auto;gap:7px}.cr-route-detail__vehicle-tools button{display:grid;width:38px;height:38px;place-items:center;border:1px solid #d3ddcb;border-radius:50%;background:#fff;color:#587d36;cursor:pointer}.cr-route-detail__vehicle-tools button:disabled{cursor:default;opacity:.35}.cr-route-detail__vehicle-tools button span{font-size:18px}.cr-route-detail__vehicle-grid{display:flex;gap:16px;overflow-x:auto;padding:2px 1px 10px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.cr-route-detail__vehicle-grid::-webkit-scrollbar{display:none}.cr-route-detail__vehicle-card{display:flex;flex:0 0 calc((100% - 32px)/3);min-width:0;overflow:hidden;border:1px solid #dde5eb;border-radius:14px;background:#fff;flex-direction:column;scroll-snap-align:start}.cr-route-detail__vehicle-card>img{width:100%;height:150px;object-fit:cover;background:#eef2f4}.cr-route-detail__vehicle-card>div{display:flex;padding:17px;flex:1;flex-direction:column}.cr-route-detail__vehicle-card h3{margin:0;color:#1f354d;font-size:15px}.cr-route-detail__vehicle-card p{display:flex;flex-wrap:wrap;gap:10px;margin:11px 0;color:#69798a;font-size:10px}.cr-route-detail__vehicle-card p span{display:inline-flex;align-items:center;gap:4px}.cr-route-detail__vehicle-card p i{font-size:16px;color:#607d3b}.cr-route-detail__vehicle-price{display:grid;gap:2px;margin-top:auto;padding-top:13px;border-top:1px solid #e7ebef}.cr-route-detail__vehicle-price small{color:#7b8794;font-size:10px}.cr-route-detail__vehicle-price strong{color:#c97855;font-size:15px}.cr-route-detail__vehicle-card a{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:14px;min-height:40px;border-radius:8px;background:#607d3b;color:#fff;font-size:11px;font-weight:850}.cr-route-detail__vehicle-card a span{font-size:17px}.cr-route-detail__vehicle-empty{flex:1;margin:0;padding:28px;border:1px dashed #cfd9c7;border-radius:12px;background:#f7faf4;color:#667362;text-align:center}.cr-route-detail__vehicle-progress{height:3px;margin-top:8px;overflow:hidden;border-radius:99px;background:#e0e7da}.cr-route-detail__vehicle-progress span{display:block;width:100%;height:100%;border-radius:inherit;background:#607d3b;transform:scaleX(.08);transform-origin:left center;transition:transform .12s linear}
.cr-route-detail__policy-section>header{margin-bottom:20px}.cr-route-detail__policy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.cr-route-detail__policy-grid article{padding:19px;border:1px solid #e0e6dc;border-radius:13px;background:#f9fbf7}.cr-route-detail__policy-grid article>span{display:grid;width:40px;height:40px;place-items:center;border-radius:10px;background:#eaf1e4;color:#607d3b}.cr-route-detail__policy-grid h3{margin:13px 0 7px;color:#263c2c;font-size:14px}.cr-route-detail__policy-grid p{margin:0;color:#657267;font-size:12px;line-height:1.65}.cr-route-detail__policy-list{display:grid;gap:9px;margin:20px 0 0;padding:18px;border-top:1px solid #e2e7df;list-style:none}.cr-route-detail__policy-list li{display:flex;align-items:flex-start;gap:8px;color:#59675c;font-size:12px;line-height:1.55}.cr-route-detail__policy-list span{color:#607d3b;font-size:18px}
@media(max-width:900px){.cr-route-detail .cr-route-detail__vehicle-section,.cr-route-detail .cr-route-detail__policy-section{width:min(100% - 32px,760px);margin-inline:auto}.cr-route-detail__vehicle-card{flex-basis:calc((100% - 16px)/2)}.cr-route-detail__policy-grid{grid-template-columns:1fr}}
@media(max-width:640px){.cr-route-detail .cr-route-detail__vehicle-section,.cr-route-detail .cr-route-detail__policy-section{padding:20px}.cr-route-detail__vehicle-section>header{display:block}.cr-route-detail__vehicle-section>header p{margin-top:9px}.cr-route-detail__vehicle-tools{align-items:center}.cr-route-detail__vehicle-tools nav{margin-left:auto}.cr-route-detail__vehicle-card{flex-basis:88%}.cr-route-detail__policy-grid{display:flex;gap:12px;overflow-x:auto;margin-inline:-1px;padding:2px 1px 10px;scroll-snap-type:x mandatory;scrollbar-width:none}.cr-route-detail__policy-grid::-webkit-scrollbar{display:none}.cr-route-detail__policy-grid article{flex:0 0 88%;scroll-snap-align:start}}

.cr-route-detail__map > a {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 18px;
    border: 1px solid #dfe6ed;
    border-radius: 14px;
    background: #edf2f6;
    cursor: zoom-in;
}

.cr-route-detail__map > a::after {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(7, 29, 53, .82);
    color: #fff;
    font-family: "Material Symbols Outlined";
    font-size: 21px;
    content: "zoom_in";
    backdrop-filter: blur(6px);
}

.cr-route-detail__map img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    transition: transform .3s ease;
}

.cr-route-detail__map > a:hover img {
    transform: scale(1.012);
}

@media (min-width: 901px) {
    .cr-route-detail__highlights li {
        padding: 13px 14px;
        font-size: 14px;
        line-height: 1.45;
    }

    .cr-route-detail__highlights li .material-symbols-outlined {
        font-size: 20px;
    }
}

.cr-route-detail__rich ul {
    display: grid;
    gap: 8px;
    margin: 12px 0 16px;
    padding-left: 24px;
    list-style: disc outside;
}

.cr-route-detail__rich ol {
    display: grid;
    gap: 8px;
    margin: 12px 0 16px;
    padding-left: 26px;
    list-style: decimal outside;
}

.cr-route-detail__rich li {
    display: list-item;
    padding-left: 3px;
    line-height: 1.7;
}

.cr-route-detail__rich li::marker {
    color: #c98a32;
    font-weight: 700;
}

.cr-route-detail__rich li > p {
    margin: 0;
}

.cr-route-detail__rich p {
    margin: 0 0 12px;
}

.cr-route-detail__rich h2,
.cr-route-detail__rich h3,
.cr-route-detail__rich h4 {
    margin: 22px 0 10px;
    line-height: 1.35;
}

.cr-route-detail .cr-route-detail__related {
    --cr-navy: #071d35;
    --cr-gold: #d29a42;
    --cr-gold-hover: #bd8230;
    --cr-soft: #edf2f6;
    --cr-muted: #617286;
    --cr-border: #dfe6ed;
    width: min(872px, calc(100% - 48px));
    margin-top: -28px;
    margin-right: auto;
    margin-left: max(24px, calc((100% - 1240px) / 2));
    margin-bottom: 72px;
    padding: 24px;
    border: 1px solid #dfe6ed;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(7, 29, 53, .06);
}

.cr-route-detail__related-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.cr-route-detail__related-nav {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
}

.cr-route-detail__related-nav button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #dfe6ed;
    border-radius: 999px;
    background: #fff;
    color: #52657a;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}

.cr-route-detail__related-nav button:hover {
    border-color: #c8d2dc;
    background: #f7f9fb;
    color: #071d35;
}

.cr-route-detail__related-nav button:disabled {
    opacity: .4;
    cursor: default;
}

.cr-route-detail__related-nav .material-symbols-outlined {
    font-size: 20px;
}

.cr-route-detail__related-header h2 {
    margin: 7px 0 0;
    color: #071d35;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.25;
}

.cr-route-detail__related .cr-hub-routes {
    justify-content: flex-start;
    gap: 16px;
    padding-block: 2px 0;
}

.cr-route-detail__related .cr-hub-route {
    flex: 0 0 calc((100% - 32px) / 3);
    width: calc((100% - 32px) / 3);
    max-width: none;
    box-shadow: 0 6px 18px rgba(7, 29, 53, .08);
}

.cr-route-detail__related .cr-hub-route__media {
    display: block;
    aspect-ratio: 16 / 8.5;
}

.cr-route-detail__related .cr-hub-route__body {
    min-height: 210px;
    padding: 16px;
}

.cr-route-detail__related .cr-hub-route__body h3 {
    display: -webkit-box;
    min-height: 2.5em;
    overflow: hidden;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 17px;
}

.cr-route-detail__related .cr-hub-route__price {
    display: block;
    margin-top: auto;
    padding-top: 7px;
}

.cr-route-detail__related .cr-hub-route__cta {
    flex: 0 0 auto;
    margin-top: 10px;
    background: #d29a42;
}

.cr-route-detail__related .cr-hub-route__cta:hover {
    background: #bd8230;
}

.cr-route-detail__visual{display:grid;grid-template-columns:minmax(0,1fr) 440px;gap:24px;margin-top:18px!important;scroll-margin-top:110px}.cr-route-detail__visual-main,.cr-route-detail__visual-map{padding:24px;border:1px solid #dfe6ed;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(7,29,53,.06)}.cr-route-detail__visual-main>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.cr-route-detail__visual h2{margin:0;color:#071d35;font-size:25px;font-weight:850;letter-spacing:-.02em}.cr-route-detail__visual-main>header p{margin:6px 0 0;color:#617286;font-size:13px}.cr-route-detail__visual-main>header>span{padding:7px 10px;border-radius:7px;background:#fff2ed;color:#c66f50;font-size:10px;font-weight:800;white-space:nowrap}.cr-route-detail__stop-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.cr-route-detail__stop{position:relative;display:grid;grid-template-columns:72px 26px 116px minmax(0,1fr) 82px;align-items:center;gap:12px;min-height:92px}.cr-route-detail__stop:not(:last-child):before{position:absolute;top:57px;bottom:-24px;left:84px;width:2px;background:#d5b36e;content:""}.cr-route-detail__stop-time{display:grid;align-self:start;padding-top:10px}.cr-route-detail__stop-time strong{color:#071d35;font-size:14px}.cr-route-detail__stop-time small{margin-top:4px;color:#8793a1;font-size:9px}.cr-route-detail__stop-marker{z-index:1;display:grid;width:20px;height:20px;place-items:center;border:2px solid #c7973f;border-radius:50%;background:#fff;color:#9a6b22;font-size:9px;font-weight:800}.cr-route-detail__stop>img{width:116px;height:82px;border-radius:8px;object-fit:cover;background:#edf2f6}.cr-route-detail__stop-copy h3{margin:0 0 5px;color:#172b42;font-size:14px}.cr-route-detail__stop-copy p{display:-webkit-box;margin:0;color:#536579;font-size:11px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.cr-route-detail__stop-copy small{display:flex;align-items:center;gap:3px;margin-top:6px;color:#7c8997;font-size:9px}.cr-route-detail__stop-copy small span{color:#bd8a36;font-size:13px}.cr-route-detail__stop-duration{display:grid;justify-items:center;gap:3px;padding:10px 6px;border-radius:8px;background:#f7f9fb;color:#24415f;text-align:center}.cr-route-detail__stop-duration span{font-size:18px}.cr-route-detail__stop-duration small{font-size:9px;line-height:1.35}.cr-route-detail__visual-map{align-self:start}.cr-route-detail__visual-map h2{margin-bottom:16px;font-size:20px}.cr-route-detail__visual-map>a{position:relative;display:block;overflow:hidden;border-radius:10px;background:#edf2f6}.cr-route-detail__visual-map img{display:block;width:100%;min-height:250px;object-fit:cover}.cr-route-detail__visual-map>a>span{position:absolute;right:12px;bottom:12px;display:flex;align-items:center;gap:5px;padding:9px 11px;border-radius:7px;background:#071d35;color:#fff;font-size:10px;font-weight:700}.cr-route-detail__visual-map>a>span i{font-size:14px}.cr-route-detail__map-placeholder{display:flex;min-height:250px;align-items:center;justify-content:center;gap:10px;padding:24px;border-radius:10px;background:linear-gradient(135deg,#edf4e8,#e7f0f4);color:#29435c;text-align:center;flex-direction:column}.cr-route-detail__map-placeholder>span{font-size:36px;color:#607d3b}.cr-route-detail__map-placeholder i{width:2px;height:38px;background:#c59a4b}

.cr-route-detail>.car-rental-shell:not(.cr-route-detail__vehicle-section):not(.cr-route-detail__related){width:min(1480px,calc(100% - 48px))}
.cr-route-detail .cr-route-detail__vehicle-section,.cr-route-detail .cr-route-detail__related{width:min(1016px,calc(100% - 472px));margin-right:auto;margin-left:max(24px,calc((100% - 1480px)/2))}.cr-route-detail .cr-route-detail__related{margin-bottom:20px}
.cr-route-detail__layout{grid-template-columns:minmax(0,1fr) 440px;gap:24px}

@media(max-width:1500px) and (min-width:901px){.cr-route-detail__visual,.cr-route-detail__layout{grid-template-columns:minmax(0,1fr) 400px}}
@media(max-width:900px){.cr-route-detail>.car-rental-shell:not(.cr-route-detail__vehicle-section):not(.cr-route-detail__related),.cr-route-detail .cr-route-detail__vehicle-section,.cr-route-detail .cr-route-detail__related{width:min(100% - 32px,760px)}.cr-route-detail__layout{grid-template-columns:1fr}}
@media(max-width:640px){.cr-route-detail>.car-rental-shell:not(.cr-route-detail__vehicle-section):not(.cr-route-detail__related),.cr-route-detail .cr-route-detail__vehicle-section,.cr-route-detail .cr-route-detail__related{width:calc(100% - 20px)}}

@media(max-width:900px){.cr-route-detail__visual{grid-template-columns:1fr}.cr-route-detail__visual-map{width:100%}.cr-route-detail__visual-map img{min-height:220px;max-height:360px}}
@media(max-width:640px){.cr-route-detail__visual{width:calc(100% - 20px);gap:12px}.cr-route-detail__visual-main,.cr-route-detail__visual-map{padding:16px;border-radius:12px}.cr-route-detail__visual-main>header{display:block}.cr-route-detail__visual-main>header>span{display:inline-block;margin-top:10px}.cr-route-detail__visual h2{font-size:20px}.cr-route-detail__stop{grid-template-columns:48px 20px 78px minmax(0,1fr);gap:8px;min-height:76px}.cr-route-detail__stop:not(:last-child):before{top:49px;bottom:-20px;left:57px}.cr-route-detail__stop>img{width:78px;height:64px}.cr-route-detail__stop-duration{display:none}.cr-route-detail__stop-copy h3{font-size:12px}.cr-route-detail__stop-copy p{font-size:10px}.cr-route-detail__stop-time strong{font-size:12px}}

.cr-route-detail__map-embed{position:relative;overflow:hidden;border-radius:10px;background:#edf2f6}.cr-route-detail__map-embed iframe{display:block;width:100%;height:300px;border:0}.cr-route-detail__map-embed>a{position:absolute;right:12px;bottom:12px;display:flex;align-items:center;gap:5px;padding:9px 11px;border-radius:7px;background:#071d35;color:#fff;font-size:10px;font-weight:700;box-shadow:0 5px 16px rgba(7,29,53,.22)}.cr-route-detail__map-embed>a i{font-size:14px}
.cr-route-detail__google-map{width:100%;height:300px}.cr-route-detail__map-error{display:grid;height:300px;margin:0;padding:24px;place-items:center;color:#617286;font-size:12px;text-align:center}
.cr-route-detail__visual-main{align-self:start}.cr-route-detail__visual-side{position:relative;min-width:0;align-self:start}.cr-route-detail__visual-side .cr-route-detail__visual-map,.cr-route-detail__visual-side .cr-route-detail__aside{width:100%}.cr-route-detail__visual-side .cr-route-detail__aside{position:absolute;top:calc(100% + 16px);left:0}

@media(max-width:900px){.cr-route-detail__visual-side{display:flex;gap:12px;flex-direction:column}.cr-route-detail__visual-side .cr-route-detail__aside{position:static;top:auto;left:auto}}

/* Route detail follows the shared NAVIA brand palette. */
.cr-route-detail{color:var(--brand-text)}
.cr-route-detail__summary h1,.cr-route-detail__visual h2,.cr-route-detail__main h2,.cr-route-detail__aside h2,.cr-route-detail__vehicle-section>header h2,.cr-route-detail__related-header h2{color:var(--brand-text)}
.cr-route-detail__primary{background:var(--brand-primary);box-shadow:0 12px 28px var(--brand-primary-shadow)}
.cr-route-detail__primary:hover{background:var(--brand-primary-hover)}
.cr-route-detail__tabs a::after{background:var(--brand-primary)}
.cr-route-detail__tabs a:hover,.cr-route-detail__tabs a.is-active{color:var(--brand-deep);background:var(--brand-primary-soft)}
.cr-route-detail__visual-main>header>span{background:var(--brand-accent-soft);color:var(--brand-accent)}
.cr-route-detail__stop:not(:last-child):before{background:var(--brand-primary-border)}
.cr-route-detail__stop-marker{border-color:var(--brand-primary);color:var(--brand-primary)}
.cr-route-detail__stop-copy small span,.cr-route-detail__summary .cr-route-detail__facts i{color:var(--brand-accent)}
.cr-route-detail__aside{border-top-color:var(--brand-accent)}
.cr-route-detail__aside>a,.cr-route-detail__map-embed>a,.cr-route-detail__visual-map>a>span{background:var(--brand-primary)}
.cr-route-detail__aside>a:hover{background:var(--brand-primary-hover)}
.cr-route-detail__highlights span,.cr-route-detail__vehicle-card p i{color:var(--brand-primary)}
.cr-route-detail__vehicle-tools button{border-color:var(--brand-primary-border);color:var(--brand-primary)}
.cr-route-detail__vehicle-price strong{color:var(--brand-accent)}
.cr-route-detail__vehicle-card a,.cr-route-detail__vehicle-progress span{background:var(--brand-primary)}
.cr-route-detail__vehicle-card a:hover{background:var(--brand-primary-hover)}
.cr-route-detail__related .cr-hub-route__cta{background:var(--brand-accent)}
.cr-route-detail__related .cr-hub-route__cta:hover{background:var(--brand-accent-hover)}
.cr-route-detail__related-nav button:hover{border-color:var(--brand-primary-border);color:var(--brand-primary);background:var(--brand-primary-soft)}
.cr-route-detail__reviews{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;scroll-margin-top:110px}.cr-route-detail__reviews .listing-reviews__card{border-color:var(--brand-border);border-radius:16px;box-shadow:0 10px 28px rgba(38,53,43,.06)}

.cr-route-detail__notes .cr-route-detail__rich ul {
    display: grid;
    gap: 9px;
    margin: 8px 0 0;
    padding-left: 22px;
    list-style: disc outside;
}

.cr-route-detail__notes .cr-route-detail__rich ol {
    display: grid;
    gap: 9px;
    margin: 8px 0 0;
    padding-left: 24px;
    list-style: decimal outside;
}

.cr-route-detail__notes .cr-route-detail__rich li {
    display: list-item;
    padding-left: 3px;
    color: #42546a;
    line-height: 1.65;
}

.cr-route-detail__notes .cr-route-detail__rich li::marker {
    color: #c98a32;
    font-size: 1.05em;
}

.cr-route-detail__notes .cr-route-detail__rich li > p {
    margin: 0;
}

.cr-route-detail__gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-width: 0;
}

.cr-route-detail__gallery-thumb {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #dfe6ed;
    box-shadow: 0 8px 22px rgba(7, 29, 53, .1);
}

.cr-route-detail__gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.cr-route-detail__gallery-thumb:hover img {
    transform: scale(1.045);
}

.cr-route-detail__gallery-thumb span {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(3, 19, 35, .58);
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    backdrop-filter: blur(2px);
}

.cr-route-detail__breadcrumb-bar {
    width: 100%;
    border-top: 1px solid #e6ebf0;
    border-bottom: 1px solid #dde4eb;
    background: #fff;
    box-shadow: 0 2px 8px rgba(7, 29, 53, 0.025);
}

.cr-route-detail__breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 64px;
    overflow: hidden;
    color: #718096;
    font-size: 13px;
    white-space: nowrap;
}

.cr-route-detail__breadcrumb a {
    color: #376ca3;
    text-decoration: none;
}

.cr-route-detail__breadcrumb a:hover {
    color: #0b355d;
}

.cr-route-detail__breadcrumb .material-symbols-outlined {
    flex: 0 0 auto;
    color: #8a98a9;
    font-size: 17px;
}

.cr-route-detail__breadcrumb strong {
    overflow: hidden;
    color: #071d35;
    font-weight: 750;
    text-overflow: ellipsis;
}

@media (max-width: 1023px) {
    .cr-route-detail__gallery {
        grid-template-columns: 1fr;
        height: auto;
        margin-top: 18px !important;
    }

    .cr-route-detail__hero {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 9;
        border-radius: 16px;
    }

    .cr-route-detail__gallery-thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-rows: 130px;
    }

    .cr-route-detail .cr-route-detail__summary {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
        margin-top: 14px !important;
        padding: 26px;
    }

    .cr-route-detail .cr-route-detail__tabs {
        margin-top: 12px !important;
    }

    .cr-route-detail .cr-route-detail__related {
        width: min(760px, calc(100% - 32px));
        margin-top: -34px;
        margin-left: auto;
        margin-bottom: 48px;
        padding: 25px 24px 28px;
    }

    .cr-route-detail__related .cr-hub-route {
        flex-basis: min(320px, 78vw);
        width: min(320px, 78vw);
    }
}

@media (max-width: 640px) {
    .cr-route-detail__gallery {
        width: calc(100% - 20px) !important;
        margin-top: 12px !important;
    }

    .cr-route-detail__hero {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 4 / 3;
        border-radius: 14px;
    }

    .cr-route-detail__gallery-thumbs {
        display: flex;
        gap: 8px;
        width: 100%;
        height: 92px;
        padding-bottom: 2px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .cr-route-detail__gallery-thumbs::-webkit-scrollbar {
        display: none;
    }

    .cr-route-detail__gallery-thumb {
        flex: 0 0 122px;
        width: 122px;
        height: 90px;
        border-radius: 10px;
        scroll-snap-align: start;
    }

    .cr-route-detail .cr-route-detail__summary {
        width: calc(100% - 20px) !important;
        margin-top: 10px !important;
        padding: 22px 18px;
        border-radius: 13px;
    }

    .cr-route-detail .cr-route-detail__tabs {
        width: calc(100% - 20px) !important;
        padding-inline: 7px;
        border-radius: 11px;
    }

    .cr-route-detail__tabs a {
        padding: 15px 11px 14px;
        font-size: 13px;
    }

    .cr-route-detail .cr-route-detail__related {
        width: calc(100% - 20px) !important;
        margin-top: -20px;
        margin-left: auto;
        margin-bottom: 35px;
        padding: 22px 16px 24px;
        border-radius: 13px;
    }

    .cr-route-detail__related-header h2 {
        font-size: 23px;
    }

    .cr-route-detail__summary h1 {
        font-size: 31px;
    }

    .cr-route-detail__summary .cr-route-detail__facts {
        display: grid;
        width: 100%;
    }

    .cr-route-detail__summary > .cr-route-detail__primary {
        width: 100%;
        justify-content: center;
    }

    .cr-route-detail__breadcrumb {
        min-height: 52px;
        gap: 5px;
        font-size: 11px;
    }
}

/* Airport route detail — matcha / warm neutral visual system */
.cr-route-detail--airport {
    --route-ink: #26352b;
    --route-primary: #607d3b;
    --route-primary-dark: #506833;
    --route-accent: #cf7650;
    --route-surface: #fffefa;
    --route-soft: #f2f5ed;
    --route-border: #d9dfcf;
    background: #f6f3eb;
    color: var(--route-ink);
}
.cr-route-detail--airport .cr-route-detail__breadcrumb-bar { border-color: var(--route-border); background: #fffefa; }
.cr-route-detail--airport .cr-route-detail__breadcrumb a { color: var(--route-primary); }
.cr-route-detail--airport .cr-route-detail__breadcrumb strong,
.cr-route-detail--airport .cr-route-detail__summary h1,
.cr-route-detail--airport .cr-route-detail__main h2,
.cr-route-detail--airport .cr-route-detail__related-header h2 { color: var(--route-ink); }
.cr-route-detail--airport .cr-route-detail__gallery-thumb,
.cr-route-detail--airport .cr-route-detail__hero { box-shadow: 0 12px 30px rgba(38, 53, 43, .12); }
.cr-route-detail--airport .cr-route-detail__summary,
.cr-route-detail--airport .cr-route-detail__tabs,
.cr-route-detail--airport .cr-route-detail__main > section,
.cr-route-detail--airport .cr-route-detail__aside,
.cr-route-detail--airport .cr-route-detail__related {
    border-color: var(--route-border);
    background: var(--route-surface);
    box-shadow: 0 12px 34px rgba(38, 53, 43, .07);
}
.cr-route-detail--airport .cr-route-detail__eyebrow,
.cr-route-detail--airport .cr-route-detail__section-label { color: var(--route-accent); }
.cr-route-detail--airport .cr-route-detail__summary .cr-route-detail__facts span {
    border-color: var(--route-border);
    background: var(--route-soft);
    color: var(--route-ink);
}
.cr-route-detail--airport .cr-route-detail__summary .cr-route-detail__facts i { color: var(--route-primary); }
.cr-route-detail--airport .cr-route-detail__primary {
    border: 0;
    background: var(--route-primary);
    box-shadow: 0 12px 26px rgba(96, 125, 59, .24);
}
.cr-route-detail--airport .cr-route-detail__primary:hover { background: var(--route-primary-dark); }
.cr-route-detail--airport .cr-route-detail__tabs a { color: #5e6b61; }
.cr-route-detail--airport .cr-route-detail__tabs a:hover,
.cr-route-detail--airport .cr-route-detail__tabs a.is-active { background: var(--route-soft); color: var(--route-ink); }
.cr-route-detail--airport .cr-route-detail__tabs a::after { background: var(--route-primary); }
.cr-route-detail--airport .cr-route-detail__highlights li { border-color: var(--route-border); background: #f8faf5; }
.cr-route-detail--airport .cr-route-detail__highlights span { color: var(--route-primary); }
.cr-route-detail--airport .cr-route-detail__layout { gap: 24px; }
.cr-route-detail--airport .cr-route-detail__benefits { border-top: 4px solid var(--route-primary); }
.cr-route-detail--airport .cr-route-detail__benefits > p { margin: 0; color: #687469; }
.cr-route-detail--airport .cr-route-detail__benefits ul { display: grid; gap: 4px; margin: 22px 0 0; padding: 0; list-style: none; }
.cr-route-detail--airport .cr-route-detail__benefits li { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 11px; padding: 14px 0; border-top: 1px solid var(--route-border); }
.cr-route-detail--airport .cr-route-detail__benefits li > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--route-soft); color: var(--route-primary); font-size: 20px; }
.cr-route-detail--airport .cr-route-detail__benefits strong,
.cr-route-detail--airport .cr-route-detail__benefits small { display: block; }
.cr-route-detail--airport .cr-route-detail__benefits strong { color: var(--route-ink); font-size: 13px; }
.cr-route-detail--airport .cr-route-detail__benefits small { margin-top: 3px; color: #748078; font-size: 11px; line-height: 1.45; }
.cr-route-detail--airport .cr-route-detail__related { margin-bottom: 58px; }
.cr-route-detail--airport .cr-route-detail__related .cr-hub-route__cta { background: var(--route-primary); }
.cr-route-detail--airport .cr-route-detail__related .cr-hub-route__cta:hover { background: var(--route-primary-dark); }

@media (max-width: 640px) {
    .cr-route-detail--airport .cr-route-detail__layout { gap: 16px; }
    .cr-route-detail--airport .cr-route-detail__benefits { padding: 22px 18px; }
}

/* Compact mobile route detail */
@media (max-width: 640px) {
    .cr-route-detail { padding-bottom: 8px; }
    .cr-route-detail .car-rental-shell { width: calc(100% - 20px); }
    .cr-route-detail__breadcrumb-bar { display: none; }
    .cr-route-detail__gallery { margin-top: 8px !important; }
    .cr-route-detail__hero { border-radius: 11px; }
    .cr-route-detail__gallery-thumbs { height: 74px; }
    .cr-route-detail__gallery-thumb { flex-basis: 98px; width: 98px; height: 72px; }

    .cr-route-detail .cr-route-detail__summary { gap: 14px; padding: 17px 15px; border-radius: 12px; }
    .cr-route-detail__summary h1 { margin: 0 0 8px; font-size: 25px; line-height: 1.15; letter-spacing: -.025em; }
    .cr-route-detail__summary .cr-route-detail__lead { font-size: 13px; line-height: 1.6; }
    .cr-route-detail__summary .cr-route-detail__facts { gap: 7px; margin: 14px 0 0; }
    .cr-route-detail__summary .cr-route-detail__facts span { min-height: 36px; padding: 7px 10px; border-radius: 8px; font-size: 11px; }
    .cr-route-detail__summary .cr-route-detail__facts i { font-size: 17px; }
    .cr-route-detail__summary > .cr-route-detail__primary { min-height: 46px; padding: 11px 14px; font-size: 13px; }

    .cr-route-detail .cr-route-detail__tabs { min-height: 44px; padding-inline: 4px; }
    .cr-route-detail__tabs a { padding: 13px 9px 12px; font-size: 10px; white-space: nowrap; }
    .cr-route-detail__tabs a::after { right: 9px; left: 9px; height: 2px; }

    .cr-route-detail__layout { gap: 14px; padding-top: 18px; padding-bottom: 38px; }
    .cr-route-detail__main { gap: 14px; }
    .cr-route-detail__main > section,.cr-route-detail__aside { padding: 17px 15px; border-radius: 11px; }
    .cr-route-detail__main h2,.cr-route-detail__aside h2 { margin: 0 0 11px; font-size: 19px; line-height: 1.3; }
    .cr-route-detail__rich { font-size: 13px; line-height: 1.65; }
    .cr-route-detail__rich p { margin-bottom: 9px; }
    .cr-route-detail__rich h2,.cr-route-detail__rich h3,.cr-route-detail__rich h4 { margin: 15px 0 8px; font-size: 17px; }
    .cr-route-detail__highlights { gap: 8px; }
    .cr-route-detail__highlights li { gap: 7px; padding: 11px; font-size: 12px; }
    .cr-route-detail__notes { gap: 10px; }
    .cr-route-detail__notes > span { font-size: 21px; }
    .cr-route-detail__aside p,.cr-route-detail__aside dt,.cr-route-detail__aside dd { font-size: 12px; }
    .cr-route-detail__aside dl { gap: 10px; margin: 16px 0; }
    .cr-route-detail__aside > a { min-height: 44px; padding: 10px; font-size: 12px; }

    .cr-route-detail .cr-route-detail__vehicle-section,.cr-route-detail .cr-route-detail__policy-section { width: calc(100% - 20px); margin-bottom: 24px; padding: 17px 15px; border-radius: 12px; }
    .cr-route-detail__vehicle-section > header { align-items:center; gap: 10px; margin-bottom: 14px; }
    .cr-route-detail__vehicle-section > header h2,.cr-route-detail__policy-section > header h2 { font-size: 20px; }
    .cr-route-detail__vehicle-tools p { display: none; }
    .cr-route-detail__vehicle-tools button { width: 34px; height: 34px; }
    .cr-route-detail__vehicle-card { flex-basis: 86%; border-radius: 11px; }
    .cr-route-detail__vehicle-card > img { height: 135px; }
    .cr-route-detail__vehicle-card > div { padding: 13px; }
    .cr-route-detail__vehicle-card h3 { font-size: 14px; }
    .cr-route-detail__vehicle-card p { margin: 8px 0; font-size: 9px; }
    .cr-route-detail__vehicle-price { padding-top: 10px; }
    .cr-route-detail__vehicle-price strong { font-size: 14px; }
    .cr-route-detail__vehicle-card a { min-height: 38px; margin-top: 10px; font-size: 10px; }
    .cr-route-detail__policy-section > header { margin-bottom: 14px; }
    .cr-route-detail__policy-grid article { flex-basis: 86%; padding: 14px; }
    .cr-route-detail__policy-grid article > span { width: 34px; height: 34px; font-size: 19px; }
    .cr-route-detail__policy-grid h3 { margin: 10px 0 5px; font-size: 13px; }
    .cr-route-detail__policy-grid p,.cr-route-detail__policy-list li { font-size: 11px; }
    .cr-route-detail__policy-list { gap: 7px; margin-top: 14px; padding: 13px 0 0; }

    .cr-route-detail .cr-route-detail__related { width: calc(100% - 20px) !important; margin-top: 0; margin-bottom: 10px; padding: 17px 15px 19px; }
    .cr-route-detail__related-header { margin-bottom: 13px; }
    .cr-route-detail__related-header h2 { font-size: 20px; line-height: 1.25; }
    .cr-route-detail__related-nav button { width: 34px; height: 34px; }
    .cr-route-detail__related .cr-hub-route { flex-basis: 84vw; width: 84vw; }
    .cr-route-detail__related .cr-hub-route__media { height: 145px; }
    .cr-route-detail__related .cr-hub-route__body { padding: 13px; }
    .cr-route-detail__related .cr-hub-route__body h3 { font-size: 14px; }
}
