.tcc-timeline-section {
    position: relative;
    padding: 80px 0 60px;
    background: linear-gradient(180deg, #fffaf5 0, #fff7ef 40%, #fff3e6 100%);
    overflow: hidden
}

.tcc-timeline-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d4a373, transparent)
}

.tcc-timeline-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2
}

.tcc-timeline-header .tcc-tl-subtitle {
    display: inline-block;
    font-family: Merienda, cursive;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9f0527 !important;
    margin-bottom: 12px;
    position: relative;
}

.tcc-timeline-header .tcc-tl-subtitle::after,
.tcc-timeline-header .tcc-tl-subtitle::before {
    content: '\2726';
    margin: 0 12px;
    font-size: 10px;
    vertical-align: middle;
    color: #9f0527;

}

.tcc-timeline-header .tcc-tl-title {
    font-family: Roboto, Arial, sans-serif;
    font-size: 42px;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.tcc-road-viewport {
    position: relative;
    overflow: hidden;
    padding: 0 20px
}

.tcc-road-track {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 800px;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    will-change: transform;
    padding: 0 60px
}

.tcc-road-track:active {
    cursor: grabbing
}

.tcc-road-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, rgba(212, 163, 115, 0) 0, #c48d5e 4%, #d4a373 20%, #e8985a 40%, #fd8701 60%, #e8985a 80%, #d4a373 96%, rgba(212, 163, 115, 0) 100%);
    transform: translateY(-50%);
    border-radius: 3px;
    z-index: 1
}

.tcc-road-line::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 2%;
    right: 2%;
    height: 2px;
    transform: translateY(-50%);
    background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .7) 0, rgba(255, 255, 255, .7) 20px, transparent 20px, transparent 40px);
    border-radius: 1px
}

.tcc-road-stop {
    position: relative;
    flex: 0 0 320px;
    min-height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
    transform: translateY(20px) scale(.95);
    transition: opacity .5s ease, transform .5s ease
}

.tcc-road-stop.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1)
}

.tcc-road-stop.stop-above .tcc-road-card-wrap {
    position: absolute;
    bottom: calc(50% + 40px);
    left: 50%;
    transform: translateX(-50%);
    width: 270px
}

.tcc-road-stop.stop-below .tcc-road-card-wrap {
    position: absolute;
    top: calc(50% + 40px);
    left: 50%;
    transform: translateX(-50%);
    width: 270px
}

.tcc-road-node {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fd8701, #e8985a);
    border: 3px solid #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 4px rgba(253, 135, 1, .2), 0 0 15px rgba(253, 135, 1, .25);
    z-index: 5;
    transition: all .3s ease
}

.tcc-road-node::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(253, 135, 1, .25);
    transform: translate(-50%, -50%);
    animation: road-pulse 2.5s ease-out infinite;
    pointer-events: none
}

@keyframes road-pulse {
    0% {
        width: 22px;
        height: 22px;
        opacity: .6
    }

    100% {
        width: 55px;
        height: 55px;
        opacity: 0
    }
}

.tcc-road-stop:hover .tcc-road-node {
    transform: translate(-50%, -50%) scale(1.3);
    box-shadow: 0 0 0 6px rgba(253, 135, 1, .3), 0 0 25px rgba(253, 135, 1, .4)
}

.tcc-road-stem {
    position: absolute;
    left: 50%;
    width: 2px;
    background: linear-gradient(180deg, #d4a373, rgba(212, 163, 115, .3));
    transform: translateX(-50%);
    z-index: 3
}

.tcc-road-stop.stop-above .tcc-road-stem {
    bottom: calc(50% + 11px);
    height: 29px;
    background: linear-gradient(0deg, #d4a373, rgba(212, 163, 115, .3))
}

.tcc-road-stop.stop-below .tcc-road-stem {
    top: calc(50% + 11px);
    height: 29px
}

.tcc-road-year {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 6;
    font-family: Outfit, Roboto, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 4px 14px;
    border-radius: 20px;
    background: linear-gradient(135deg, #fd8701, #e8985a);
    color: #fff !important;
    white-space: nowrap;
    box-shadow: 0 3px 12px rgba(253, 135, 1, .25);
    pointer-events: none
}

.tcc-road-stop.stop-above .tcc-road-year {
    transform: translate(-50%, 18px)
}

.tcc-road-stop.stop-below .tcc-road-year {
    transform: translate(-50%, calc(-100% - 18px))
}

.tcc-road-card {
    position: relative;
    background: #fff;
    border-radius: 14px;
    padding: 22px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06), 0 1px 3px rgba(0, 0, 0, .04);
    border: 1px solid rgba(212, 163, 115, .15);
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
    cursor: pointer
}

.tcc-road-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, .1), 0 4px 12px rgba(253, 135, 1, .08);
    border-color: rgba(253, 135, 1, .3)
}

.tcc-road-stop.stop-above .tcc-road-card::after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid rgba(212, 163, 115, .15);
    border-left: none;
    border-top: none;
    transform: translateX(-50%) rotate(45deg);
    transition: border-color .4s ease
}

.tcc-road-stop.stop-below .tcc-road-card::after {
    content: '';
    position: absolute;
    top: -9px;
    left: 50%;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid rgba(212, 163, 115, .15);
    border-right: none;
    border-bottom: none;
    transform: translateX(-50%) rotate(45deg);
    transition: border-color .4s ease
}

.tcc-road-card:hover::after {
    border-color: rgba(253, 135, 1, .3)
}

.tcc-road-card .tl-label {
    display: inline-block;
    font-family: Roboto, Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #d4a373 !important;
    padding: 3px 10px;
    border-radius: 20px;
    background: rgba(212, 163, 115, .1);
    margin-bottom: 10px
}

.tcc-road-card .tl-title {
    font-family: Roboto, Arial, sans-serif;
    font-size: 17px;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 0 6px;
    line-height: 1.3
}

.tcc-road-card .tl-desc {
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #555 !important;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.tcc-road-image {
    overflow: hidden;
    border-radius: 10px;
    max-height: 0;
    opacity: 0;
    transition: max-height .45s cubic-bezier(.25, .8, .25, 1), opacity .35s ease .1s, margin .45s ease;
    margin-top: 0
}

.tcc-road-image.is-revealed {
    max-height: 200px;
    opacity: 1;
    margin-top: 12px
}

.tcc-road-image img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    transition: transform .5s ease
}

.tcc-road-card:hover .tcc-road-image.is-revealed img {
    transform: scale(1.05)
}

.tcc-road-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(transparent, rgba(0, 0, 0, .1));
    border-radius: 0 0 10px 10px;
    pointer-events: none
}

.tl-photo-hint {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #d4a373 !important;
    margin-top: 6px;
    opacity: .7;
    transition: opacity .3s ease
}

.tl-photo-hint i {
    font-size: 13px;
    transition: transform .3s ease
}

.tcc-road-card:hover .tl-photo-hint {
    opacity: 1
}

.tcc-road-card:hover .tl-photo-hint i {
    transform: translateX(2px)
}

.tcc-road-image.is-revealed~.tl-photo-hint {
    display: none
}

.tcc-road-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    position: relative;
    z-index: 10
}

.tcc-road-nav button {
    width: 54px !important;
    height: 54px !important;
    max-width: 54px !important;
    max-height: 54px !important;
    flex: 0 0 54px !important;
    padding: 0 !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    border-radius: 50% !important;
    border: 1px solid rgba(212, 163, 115, .3);
    background: #fff;
    color: #1a1a1a;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .05);
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
    outline: 0
}

.tcc-road-nav button i {
    transition: transform .3s ease
}

.tcc-road-nav button:hover {
    background: linear-gradient(135deg, #fd8701, #e8985a);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 12px 28px rgba(253, 135, 1, .35);
    transform: translateY(-3px) scale(1.05)
}

#tcc-road-prev:hover i {
    transform: translateX(-3px)
}

#tcc-road-next:hover i {
    transform: translateX(3px)
}

.tcc-road-nav button:active {
    transform: translateY(0) scale(.98)
}

.tcc-road-nav button:disabled {
    opacity: .4;
    cursor: not-allowed;
    background: rgba(255, 255, 255, .5);
    color: #ccc;
    border-color: rgba(212, 163, 115, .15);
    box-shadow: none;
    transform: none !important
}

.tcc-road-nav button:disabled i {
    transform: none !important
}

.tcc-road-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px
}

.tcc-road-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(212, 163, 115, .3);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all .3s ease
}

.tcc-road-dot.active {
    background: #fd8701;
    width: 24px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(253, 135, 1, .3)
}

.tcc-road-end,
.tcc-road-start {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4
}

.tcc-road-start {
    left: 10px
}

.tcc-road-end {
    right: 10px
}

.tcc-road-end .ornament,
.tcc-road-start .ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d4a373, #fd8701);
    color: #fff;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(253, 135, 1, .3)
}

.tcc-road-stop:nth-child(4n+1) .tcc-road-node {
    background: linear-gradient(135deg, #fd8701, #f5a623)
}

.tcc-road-stop:nth-child(4n+2) .tcc-road-node {
    background: linear-gradient(135deg, #d4a373, #c48d5e)
}

.tcc-road-stop:nth-child(4n+3) .tcc-road-node {
    background: linear-gradient(135deg, #e67e22, #f39c12)
}

.tcc-road-stop:nth-child(4n+4) .tcc-road-node {
    background: linear-gradient(135deg, #c0392b, #e74c3c)
}

.tcc-road-stop:nth-child(4n+1) .tcc-road-year {
    background: linear-gradient(135deg, #fd8701, #f5a623)
}

.tcc-road-stop:nth-child(4n+2) .tcc-road-year {
    background: linear-gradient(135deg, #d4a373, #c48d5e)
}

.tcc-road-stop:nth-child(4n+3) .tcc-road-year {
    background: linear-gradient(135deg, #e67e22, #f39c12)
}

.tcc-road-stop:nth-child(4n+4) .tcc-road-year {
    background: linear-gradient(135deg, #c0392b, #e74c3c)
}

@media (max-width:992px) {
    .tcc-timeline-section {
        padding: 60px 0 50px
    }

    .tcc-timeline-header {
        margin-bottom: 35px
    }

    .tcc-timeline-header .tcc-tl-title {
        font-size: 32px
    }

    .tcc-road-track {
        min-height: 620px;
        padding: 0 40px
    }

    .tcc-road-stop {
        flex: 0 0 260px;
        min-height: 620px
    }

    .tcc-road-stop.stop-above .tcc-road-card-wrap,
    .tcc-road-stop.stop-below .tcc-road-card-wrap {
        width: 230px
    }

    .tcc-road-card .tl-title {
        font-size: 15px
    }

    .tcc-road-card .tl-desc {
        font-size: 12px;
        -webkit-line-clamp: 2
    }

    .tcc-road-card {
        padding: 16px 14px
    }

    .tcc-road-image img {
        height: 110px
    }
}

@media (max-width:576px) {
    .tcc-timeline-section {
        padding: 45px 0 40px
    }

    .tcc-timeline-header {
        margin-bottom: 25px
    }

    .tcc-timeline-header .tcc-tl-title {
        font-size: 24px
    }

    .tcc-timeline-header .tcc-tl-subtitle {
        font-size: 11px;
        letter-spacing: 2px
    }

    .tcc-road-viewport {
        padding: 0 10px
    }

    .tcc-road-track {
        min-height: 560px;
        padding: 0 30px
    }

    .tcc-road-stop {
        flex: 0 0 240px;
        min-height: 560px
    }

    .tcc-road-stop.stop-above .tcc-road-card-wrap,
    .tcc-road-stop.stop-below .tcc-road-card-wrap {
        width: 210px
    }

    .tcc-road-stop.stop-above .tcc-road-card-wrap {
        bottom: calc(50% + 35px)
    }

    .tcc-road-stop.stop-below .tcc-road-card-wrap {
        top: calc(50% + 35px)
    }

    .tcc-road-card {
        padding: 14px 12px;
        border-radius: 10px
    }

    .tcc-road-card .tl-title {
        font-size: 14px
    }

    .tcc-road-card .tl-desc {
        font-size: 11px;
        -webkit-line-clamp: 2
    }

    .tcc-road-card .tl-label {
        font-size: 9px;
        padding: 2px 8px
    }

    .tcc-road-year {
        font-size: 10px;
        padding: 3px 10px
    }

    .tcc-road-node {
        width: 18px;
        height: 18px
    }

    .tcc-road-line {
        height: 4px
    }

    .tcc-road-image img {
        height: 100px
    }

    .tcc-road-nav button {
        width: 44px !important;
        height: 44px !important;
        max-width: 44px !important;
        max-height: 44px !important;
        flex: 0 0 44px !important;
        padding: 0 !important;
        min-width: 0 !important;
        font-size: 16px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .05)
    }

    .tcc-road-end .ornament,
    .tcc-road-start .ornament {
        width: 30px;
        height: 30px;
        font-size: 12px
    }

    .tl-photo-hint {
        font-size: 10px
    }
}

@media print {
    .tcc-timeline-section {
        background: #fff !important;
        padding: 20px 0
    }

    .tcc-road-track {
        flex-wrap: wrap
    }

    .tcc-road-node::after {
        display: none
    }

    .tcc-road-image {
        max-height: none !important;
        opacity: 1 !important
    }

    .tcc-road-nav {
        display: none
    }
}