.tl-container-32136ac8 {
    position: relative;
    padding: 80px 20px;
    background-color: #0c0f14;
    overflow: hidden;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.tl-track-32136ac8 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    background-color: rgba(255, 255, 255, 0.08);
    z-index: 1;
}

.tl-progress-bar-32136ac8 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(to bottom, transparent, #38bdf8, #38bdf8);
    box-shadow: 0 0 10px rgba(56, 189, 248, 0.5);
    z-index: 2;
}

.tl-items-32136ac8 {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 3;
}

.tl-row-32136ac8 {
    display: flex;
    margin-bottom: 80px;
    width: 100%;
    position: relative;
}

.tl-row-32136ac8:last-child {
    margin-bottom: 0;
}

.tl-node-holder-32136ac8 {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    z-index: 10;
}

.tl-node-icon-32136ac8 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #0c0f14;
    border: 3px solid #38bdf8;
    box-shadow: 0 0 15px #38bdf8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.tl-node-icon-32136ac8 svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.tl-spacer-col-32136ac8 {
    width: 50%;
}

.tl-card-col-32136ac8 {
    width: 50%;
    padding: 0 40px;
    box-sizing: border-box;
}

.tl-left-32136ac8 {
    flex-direction: row-reverse;
}

.tl-left-32136ac8 .tl-card-32136ac8 {
    text-align: right;
    transform: translateX(-30px);
    opacity: 0;
}

.tl-right-32136ac8 .tl-card-32136ac8 {
    text-align: left;
    transform: translateX(30px);
    opacity: 0;
}

.tl-card-32136ac8 {
    background-color: #161b22;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.tl-card-32136ac8:hover {
    border-color: rgba(56, 189, 248, 0.3);
    box-shadow: 0 4px 30px rgba(56, 189, 248, 0.1);
}

.tl-step-32136ac8 {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #38bdf8;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.tl-date-32136ac8 {
    display: block;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 10px;
}

.tl-title-32136ac8 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 12px 0;
}

.tl-content-32136ac8 {
    font-size: 14px;
    line-height: 1.6;
    color: #94a3b8;
}

/* Responsive CSS */
@media (max-width: 768px) {
    .tl-track-32136ac8 {
        left: 30px;
        transform: none;
    }
    
    .tl-node-holder-32136ac8 {
        left: 30px;
        transform: translateX(-50%);
    }

    .tl-row-32136ac8, .tl-left-32136ac8 {
        flex-direction: row;
        margin-bottom: 50px;
    }

    .tl-spacer-col-32136ac8 {
        display: none;
    }

    .tl-card-col-32136ac8 {
        width: 100%;
        padding-left: 60px;
        padding-right: 0;
    }

    .tl-left-32136ac8 .tl-card-32136ac8, 
    .tl-right-32136ac8 .tl-card-32136ac8 {
        text-align: left;
        transform: translateY(30px);
    }
}
