.download-header {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('download-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    color: white;
}

.download-card {
    transition: all 0.3s;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.download-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.version-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #4e73df;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.step-icon {
    width: 50px;
    height: 50px;
    background-color: #4e73df;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.system-requirements {
    border-left: 4px solid #4e73df;
    padding-left: 15px;
}