/* Veřejná prezentace sezóny 2027 – samostatný soubor pro bezpečné verzování cache. */
.jex-season-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .65rem;
    margin: 1rem 0;
}
.jex-season-fact {
    background: #fff;
    border: 1px solid rgba(13, 110, 253, .16);
    border-radius: .8rem;
    padding: .8rem;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
.jex-season-fact strong { display: block; color: #124f93; font-size: 1.05rem; }
.jex-season-fact span { color: #52606d; font-size: .78rem; line-height: 1.25; }
.jex-metro-action {
    width: 100%; min-height: 74px; border: 0; border-radius: .85rem; padding: .75rem 1rem;
    display: flex; align-items: center; gap: .8rem; text-align: left; color: #fff;
    background: linear-gradient(135deg, #0d6efd, #084298);
    box-shadow: 0 5px 14px rgba(13,110,253,.22);
    transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.jex-metro-action:hover, .jex-metro-action:focus {
    color: #fff; transform: translateY(-2px); filter: brightness(1.07);
    box-shadow: 0 9px 20px rgba(13,110,253,.3);
}
.jex-metro-action--success { background: linear-gradient(135deg, #198754, #0f5132); }
.jex-metro-action--warning { background: linear-gradient(135deg, #d97706, #9a4d00); }
.jex-metro-action__icon { font-size: 1.65rem; width: 2rem; text-align: center; }
.jex-metro-action__title { display: block; font-weight: 800; line-height: 1.15; }
.jex-metro-action__text { display: block; font-size: .77rem; opacity: .92; margin-top: .2rem; }
.jex-stop-section-title { font-size: 2.5rem; line-height: 1.2; }
@media (max-width: 767.98px) {
    .jex-season-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .jex-stop-section-title { font-size: calc(1.375rem + 1.5vw); }
}
