
  
  	.leaflet-attribution-flag { display: none !important; }
    .route-list {
        display: grid;
        gap: 12px;
    }

    .route-card {
        display: grid;
        grid-template-columns: 130px 1fr 160px;
        gap: 18px;
        align-items: center;
        padding: 16px 18px;
        border: 1px solid #2f2f2f;
        
        background: #1c1c1c;
        text-decoration: none;
    }

    .route-card:hover {
        border-color: #3b82f6;
        text-decoration: none;
    }

    .route-date {
        color: #fff;
        
        white-space: nowrap;
    }

    .route-main-title {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #fff;
        font-size: 19px;
        
        line-height: 1.3;
    }

    .route-sub {
        margin-top: 5px;
        color: #a8a8a8;
        font-size: 14px;
    }

    .route-button {
        justify-self: end;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 9px 14px;
        border-radius: 5px;
        background: #e0e0e0;
        border: 1px solid #f5f5f5;
        color: #121212;
        font-size: 13px;
        font-weight: 800;
        white-space: nowrap;
    }

    .route-stages-grid {
        display: grid;
        gap: 12px;
    }

    .route-stage-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid #2f2f2f;
   
    background: #1c1c1c;
}

    .route-stage-number {
        color: #fff;
        font-weight: 900;
    }

    .route-stages-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.route-stage-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
	font-weight: normal !important;
}

.route-stage-title a {
    color: #fff;
    text-decoration: none;
}

.route-stage-title a:hover {
    color: #93c5fd;
}

    .route-stage-meta {
        margin-top: 4px;
        color: #a8a8a8;
        font-size: 14px;
    }

    .route-actions {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .small-route-btn,
    .hero-button--results {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 12px;
        border-radius: 5px;
        font-size: 13px;
        font-weight: 800;
        text-decoration: none;
        background: #2563eb;
        border: 1px solid #60a5fa;
        color: #fff;
        white-space: nowrap;
    }

    .small-route-btn:hover,
    .hero-button--results:hover {
        background: #3b82f6;
        text-decoration: none;
    }

    .small-route-btn--light {
        background: #e0e0e0;
        border-color: #f5f5f5;
        color: #121212;
    }

    .small-route-btn--light:hover {
        background: #fff;
    }

    .route-profile-img {
        width: 100%;
        max-width: 100%;
        border-radius: 5px;
        border: 1px solid #333;
        margin-top: 16px;
    }

    .route-info-pills {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 16px;
    }

    .route-pill {
        display: inline-flex;
        padding: 8px 12px;
        border-radius: 5px;
        background: #232323;
        border: 1px solid #3a3a3a;
        color: #d6d6d6;
        font-size: 14px;
    }

    .route-seo-text {
        margin: 0;
        color: #d6d6d6;
        line-height: 1.65;
        font-size: 16px;
    }

    .route-points-list {
        display: grid;
        gap: 8px;
        margin-top: 12px;
    }

    .route-point-row {
        padding: 10px 12px;
        border-radius: 12px;
        background: #202020;
        color: #fff;
        font-weight: 700;
    }

    .route-analysis {
        color: #d6d6d6;
        line-height: 1.65;
    }

 .route-map {
    width: 100%;
    height: 500px;
    border: 2px solid #333;
    border-radius: 5px;
    overflow: hidden;
    background: #202020;
}

.leaflet-attribution-flag {
    display: none !important;
}

@media (max-width: 768px) {
    .route-map {
        height: 400px;
    }
}

@media (max-width: 480px) {
    .route-map {
        height: 300px;
    }
}

    .back-link {
        display: inline-flex;
        margin-bottom: 16px;
        color: #93c5fd;
        font-weight: 700;
        text-decoration: none;
    }

    .back-link:hover {
        text-decoration: underline;
    }

    @media (max-width: 900px) {
        .route-card,
         .route-stage-card {
        grid-template-columns: 1fr;
    }

        .route-button,
        .route-actions {
            justify-self: start;
            justify-content: flex-start;
        }
    }
	
	.home-hero .hero-lead {
    max-width: none;
    width: 100%;
}

.route-inline-link {
    color: #93c5fd;
    font-weight: 800;
    text-decoration: none;
}

.route-inline-link:hover {
    color: #bfdbfe;
    text-decoration: underline;
}

.route-bonus-grid {
    display: grid;
    gap: 14px;
}

.route-bonus-card {
    padding: 16px;
    border: 1px solid #2f2f2f;
    
    background: #1c1c1c;
}

.route-bonus-heading {
    margin-bottom: 12px;
}

.route-bonus-type {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 9px;
    border-radius: 5px;
    background: #232323;
    border: 1px solid #3a3a3a;
    color: #d6d6d6;
    font-size: 12px;
    font-weight: 800;
}

.route-bonus-card--kom .route-bonus-type {
    background: rgba(34, 197, 94, 0.14);
    border-color: rgba(74, 222, 128, 0.45);
    color: #bbf7d0;
}

.route-bonus-card--sprint .route-bonus-type {
    background: rgba(59, 130, 246, 0.14);
    border-color: rgba(96, 165, 250, 0.45);
    color: #bfdbfe;
}

.route-bonus-card--bonus .route-bonus-type {
    background: rgba(250, 204, 21, 0.14);
    border-color: rgba(250, 204, 21, 0.45);
    color: #fef08a;
}

.route-bonus-card--finish .route-bonus-type {
    background: rgba(239, 68, 68, 0.14);
    border-color: rgba(248, 113, 113, 0.45);
    color: #fecaca;
}

.route-bonus-heading h3 {
    margin: 0;
    color: #fff;
    font-size: 19px;
    line-height: 1.3;
}

.route-bonus-heading h3 span {
    color: #a8a8a8;
    font-size: 15px;
}

.route-bonus-category {
    margin-top: 5px;
    color: #a8a8a8;
    font-size: 14px;
}

.route-bonus-classification {
    margin-bottom: 10px;
    color: #d6d6d6;
    font-size: 14px;
    font-weight: 700;
}

.route-bonus-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 6px;
}

.route-bonus-table th {
    color: #9ca3af;
    font-size: 12px;
    text-align: left;
    font-weight: 800;
    padding: 0 8px 4px;
}

.route-bonus-table td {
    padding: 8px;
  
    background: #202020;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.route-bonus-grid {
    display: grid;
    gap: 14px;
}

@media (min-width: 1200px) {
    .route-bonus-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 800px) and (max-width: 1199px) {
    .route-bonus-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 799px) {
    .route-bonus-grid {
        grid-template-columns: 1fr;
    }
}
.route-points-seo-text {
    margin: 0 0 16px;
    color: #d6d6d6;
    line-height: 1.65;
    font-size: 16px;
}

@media (max-width: 640px) {
    .route-points-seo-text {
        font-size: 15px;
    }
}

.route-startlist-text {
    margin: 0;
    color: #d6d6d6;
    line-height: 1.65;
    font-size: 16px;
}

.route-startlist-text a {
    color: #93c5fd;
    font-weight: 800;
    text-decoration: none;
}

.route-startlist-text a:hover {
    color: #bfdbfe;
    text-decoration: underline;
}

.route-map-description {
    margin: 0 0 16px;
    color: #d6d6d6;
    line-height: 1.65;
    font-size: 16px;
}

.route-map-description p {
    margin: 0 0 14px;
}

.route-map-description p:last-child {
    margin-bottom: 0;
}

.route-map-description strong {
    color: #fff;
}

.route-map-description a {
    color: #93c5fd;
    font-weight: 700;
    text-decoration: none;
}

.route-map-description a:hover {
    text-decoration: underline;
}

.route-map-description ul,
.route-map-description ol {
    margin: 12px 0 16px 22px;
    padding: 0;
}

.route-map-description li {
    margin-bottom: 6px;
}

@media (max-width: 640px) {
    .route-map-description {
        font-size: 15px;
    }
}

.climbs-grid {
    display: grid;
    gap: 16px;
}

@media (min-width: 900px) {
    .climbs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.climb-card {
    padding: 16px;
    border: 1px solid #2f2f2f;
   
    background: linear-gradient(180deg, #1d1d1d 0%, #171717 100%);
}

.climb-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.climb-card-heading h3 {
    margin: 0;
    color: #fff;
    font-size: 19px;
    line-height: 1.3;
}

.climb-card-heading h3 span {
    color: #a8a8a8;
    font-size: 14px;
    font-weight: normal;
}

.climb-category {
    flex: 0 0 auto;
    display: inline-flex;
    padding: 5px 9px;
    border-radius: 5px;
    background: rgba(34, 197, 94, 0.14);
    border: 1px solid rgba(74, 222, 128, 0.45);
    color: #bbf7d0;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.climb-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
}

.climb-stat {
    display: grid;
    gap: 3px;
    padding: 9px 10px;
    
    background: #202020;
}

.climb-stat span {
    color: #9ca3af;
    font-size: 12px;
    font-weight: normal;
}

.climb-stat strong {
    color: #fff;
    font-size: 15px;
}

.climb-chart {
    width: 100%;
    height: 220px;
    margin-top: 10px;
  
    background: #202020;
    border: 1px solid #333;
    overflow: hidden;
}

.climb-actions {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.climb-actions .small-route-btn {
    min-width: 220px;
    justify-content: center;
    padding: 10px 18px;
}

@media (max-width: 520px) {
    .climb-stats {
        grid-template-columns: 1fr;
    }
}


.fixed-stage-btn {
    position: fixed;
    bottom: 22px;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    padding: 9px 13px;
    border-radius: 5px;
    background: #dc2626;
    border: 1px solid #f87171;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(220, 38, 38, 0.28);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.fixed-stage-btn:hover {
    background: #ef4444;
    border-color: #fca5a5;
    transform: translateY(-2px);
}

.fixed-stage-btn--left {
    left: 16px;
}

.fixed-stage-btn--right {
    right: 16px;
}

.fixed-stage-btn--pulse {
    animation: fixedStagePulse 5.5s ease-in-out infinite;
}

@keyframes fixedStagePulse {
    0%,
    72%,
    100% {
        box-shadow: 0 10px 28px rgba(220, 38, 38, 0.32);
        transform: scale(1);
    }

    78% {
        box-shadow: 0 0 0 8px rgba(220, 38, 38, 0.12), 0 10px 28px rgba(220, 38, 38, 0.38);
        transform: scale(1.025);
    }

    84% {
        box-shadow: 0 0 0 0 rgba(220, 38, 38, 0), 0 10px 28px rgba(220, 38, 38, 0.32);
        transform: scale(1);
    }
}

@media (max-width: 640px) {
    .fixed-stage-btn {
        bottom: 16px;
        min-width: auto;
        padding: 10px 14px;
        font-size: 13px;
    }

    .fixed-stage-btn--left {
        left: 12px;
    }

    .fixed-stage-btn--right {
        right: 12px;
    }
}

.fixed-stage-left-stack {
    position: fixed;
    left: 16px;
    bottom: 22px;
    z-index: 999;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.fixed-stage-left-stack .fixed-stage-btn {
    position: static;
}

.fixed-stage-btn--secondary {
    background: #991b1b;
    border-color: #ef4444;
    box-shadow: 0 8px 22px rgba(153, 27, 27, 0.22);
}

.fixed-stage-btn--secondary:hover {
    background: #b91c1c;
    border-color: #f87171;
}

@media (max-width: 640px) {
    .fixed-stage-left-stack {
        left: 12px;
        bottom: 16px;
        gap: 6px;
    }
}

